@font-face{font-family:Simpler;src:url(/assets/simpler-regular-webfont-CUtHaVGw.woff2) format("woff2"),url(/assets/simpler-regular-webfont-Cf4HK-QM.woff) format("woff"),url(/assets/simpler-regular-webfont-Cwp3cyrP.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Simpler;src:url(/assets/simpler-bold-webfont-DiL5kAyb.woff2) format("woff2"),url(/assets/simpler-bold-webfont-Dp_xlJT-.woff) format("woff"),url(/assets/simpler-bold-webfont-CLVq9uv_.ttf) format("truetype");font-weight:700;font-style:normal}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-family:Simpler,sans-serif}:root{--story-header-height: 50px;--story-footer-height: 60px;--story-slide-height: calc(100vh - var(--story-footer-height));--color--white: #ffffff;--color--black: #000;--color--primary: #5d32d0;--color--primary--opacity: rgba(81, 161, 82, .1);--color--secondary: var(--color--white);--color--green: #2fbc88;--color--red: #d34545;--color--orange: #ff7800;--color--red--opacity: rgba(255, 0, 0, .1);--color-light-gray: #c2c2c2;--color-gray: #c4c4c4;--color--background--secondary: rgba(0, 0, 0, .03);--color--background--secondary--hover: rgba(0, 0, 0, .06);--color-dark-gray: #858585;--rounded-border-radius: 6px;--wrapper-padding: 5px;--font-size-small: 10px;--font-size-medium: 14px;--font-size-large: 22px;--swatch-width: 3em;--swatch-gap: 1em;--gap: 10px;--primary-gradient: linear-gradient(to right, #ad06ff 0%, #294eb1 100%);--navbar--height: 50px}html{color:var(--color--black)}html,body{height:100%;margin:0}a{cursor:pointer}button,button:focus,button:active{outline:none;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.Row{display:flex;flex-direction:row}.Column{display:flex;flex-direction:column}.Gap{gap:var(--gap)}.clickable{pointer-events:auto}.Rounded{border-radius:var(--rounded-border-radius);overflow:hidden}.CenterVerticalHorizontal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center}.rounded-bottom{border-bottom-left-radius:var( --rounded-border-radius );border-bottom-right-radius:var( --rounded-border-radius );overflow:hidden}.rounded-top{border-top-left-radius:var( --rounded-border-radius );border-top-right-radius:var( --rounded-border-radius );overflow:hidden}.full-height{height:100%}.wrapper-padding{padding:var(--wrapper-padding)}.align-bottom-full-height{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.Primary{font-weight:700;background-color:#000;color:var(--color--white);border:1px solid #000}.Primary svg,.Primary path{fill:var(--color--white)}.Secondary{font-weight:700;background-color:var(--color--secondary);color:var(--color--black);border:none}.Secondary svg,.Secondary path{fill:var(--color--black)}.Flat{border:none;color:var(--color--primary);font-weight:700;background:transparent}.Outline{font-weight:200;border:1px solid var(--color--black);background-color:transparent;color:var(--color--black)}.DarkMode .Outline{border:1px solid var(--color--white);color:var(--color--white)}.LightMode .Outline{border:1px solid var(--color--black);color:var(--color--black)}.Outline:hover{border-color:var(--color--primary)}.Small{font-size:var(--font-size-small)}.Medium{font-size:var(--font-size-medium)}.Large{font-size:var(--font-size-large)}.Disabled{cursor:not-allowed;opacity:.65}.Square{border-radius:0}.Pill{border-radius:20px}.RoundedCorners{border-radius:var(--rounded-border-radius)}.Circle{border-radius:50%}.Top{top:0}.Bottom{bottom:0}.Right{right:0}.Left{left:0}.Horizontal-Center{margin-left:auto;margin-right:auto}.Vertical-Center{margin-top:auto;margin-bottom:auto}.Fixed{position:fixed;left:0;right:0}.Card{background-color:var(--color--white);color:var(--color--black);border-radius:8px;box-shadow:0 4px 14px #0000004d;position:relative}.Padding{padding-right:25px;padding-left:25px}.PerInterval{font-size:.6em}.Backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.Padded{margin:20px}.FullWidth{margin:0;width:100%}.OneLineEllipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.GreenBackground{background-color:var(--color--green)}.RTL{direction:rtl}.CyanfireGradient{background:radial-gradient(ellipse at 76.4% 16.1%,#22d3ee,#ef4444 43%,#4f46e5)}.Cyanfire2Gradient{background:radial-gradient(ellipse at 83.2% 0%,#22d3ee,#ef4444 43%,#4f46e5)}.IndigowaveGradient{background:radial-gradient(ellipse at 87.7% 97.9%,#22d3ee,#4f46e5 42.7%,#156dff)}.SunsetglowGradient{background:radial-gradient(ellipse at 113.5% 108.4%,#22d3ee,#ef4444 43%,#e5a146)}.DarkabyssGradient{background:radial-gradient(ellipse at 50% 50%,#05272c,#05050e 44%,#01102a)}.FrostfireGradient{background:radial-gradient(54% 100%,#b5f5ff,#ef4444 77%,#4f46e5)}.StarsetGradient{background:radial-gradient(102% 88% at 50% 100px,#05272c,#05050e 44%,#01102a)}.Gradient:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb5;pointer-events:none}.Gradient{position:relative}.Gradient>*{position:relative}@keyframes spin{to{transform:rotate(360deg)}}.Spin{animation:spin 1s linear infinite;display:inline-block;transform-origin:center}.Spin.Slow{animation-duration:2s}.Spin.Fast{animation-duration:.6s}.Spin.Reverse{animation-direction:reverse}.Spin:hover{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.Spin,.Spin.Slow,.Spin.Fast{animation:none}}:root{--primary-gradient: linear-gradient(to right, #ad06ff 0%, #294eb1 100%);--color--primary: #5d32d0}body{letter-spacing:.07em}hr{background:linear-gradient(to right,#fff,#ad06ff 20%,#294eb1 80%,#fff);height:2px;border:0;outline:none;margin:auto}a{text-decoration:none}.AssistantModule{display:flex;flex-direction:column;gap:16px}._Overlay_kyfbm_2{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:stretch;justify-content:stretch;padding:64px 16px 16px;z-index:1000}._Modal_kyfbm_17{flex:1;display:flex;flex-direction:column;background-color:var(--color--white, #fff);border-radius:14px;overflow:hidden}._Header_kyfbm_27{display:flex;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid var(--color--gray-200, #e5e7eb);flex-shrink:0}._BackButton_kyfbm_36{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:1px solid var(--color--gray-200, #e5e7eb);border-radius:8px;font-size:22px;color:var(--color--gray-500, #6b7280);cursor:pointer;flex-shrink:0;transition:background-color .15s ease,color .15s ease}._BackButton_kyfbm_36:hover{background-color:var(--color--gray-100, #f3f4f6);color:var(--color--gray-700, #374151)}._NameInput_kyfbm_57{flex:1;font-size:22px;font-weight:600;color:var(--color--gray-900, #111827);border:none;outline:none;background:transparent;padding:4px 0;min-width:0}._NameInput_kyfbm_57::placeholder{color:var(--color--gray-400, #9ca3af);font-weight:400}._Canvas_kyfbm_75{flex:1;overflow-y:auto;display:flex;justify-content:center;padding:48px 32px}._CanvasContent_kyfbm_83{max-width:800px;width:100%}._Footer_kyfbm_89{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:1px solid var(--color--gray-200, #e5e7eb);flex-shrink:0}._FooterLeft_kyfbm_98{display:flex;align-items:center;gap:12px}._FooterActions_kyfbm_104{display:flex;gap:12px}@media(max-width:640px){._Overlay_kyfbm_2{padding:56px 8px 72px}._Header_kyfbm_27{padding:12px 16px}._NameInput_kyfbm_57{font-size:18px}._Canvas_kyfbm_75{padding:24px 16px}._Footer_kyfbm_89{flex-direction:column;gap:12px;padding:12px 16px}._FooterActions_kyfbm_104{width:100%;justify-content:flex-end}}._Container_1f44l_1{display:flex;flex-direction:column;gap:12px}._TemplateName_1f44l_7{font-size:13px;font-weight:600;color:var(--color--gray-600, #6b7280);text-transform:uppercase;letter-spacing:.5px}._PhoneFrame_1f44l_15{background-color:#e5ddd5;border-radius:12px;padding:16px;min-height:120px}._Bubble_1f44l_22{background-color:#fff;border-radius:8px 8px 8px 0;padding:10px 12px 6px;max-width:280px;box-shadow:0 1px 2px #0000001a;position:relative}._BubbleBody_1f44l_31{font-size:14px;line-height:1.5;color:#111;white-space:pre-wrap;word-break:break-word}._BubbleTimestamp_1f44l_39{font-size:11px;color:var(--color--gray-400, #9ca3af);text-align:right;margin-top:4px}._ParamMapped_1f44l_46{display:inline-block;background-color:#d1fae5;color:#065f46;border-radius:4px;padding:0 4px;font-size:12px;font-weight:500;font-family:monospace}._ParamUnmapped_1f44l_57{display:inline-block;background-color:var(--color--gray-100, #f3f4f6);color:var(--color--gray-500, #6b7280);border-radius:4px;padding:0 4px;font-size:12px;font-family:monospace}._HeaderImage_1f44l_67{margin:-10px -12px 8px;border-radius:8px 8px 0 0;overflow:hidden}._HeaderImage_1f44l_67 img{display:block;width:100%;height:auto;object-fit:cover}._HeaderImagePlaceholder_1f44l_80{margin:-10px -12px 8px;border-radius:8px 8px 0 0;background-color:var(--color--gray-100, #f3f4f6);display:flex;align-items:center;justify-content:center;height:120px;color:var(--color--gray-400, #9ca3af);font-size:13px;font-weight:500;border-bottom:1px dashed var(--color--gray-300, #d1d5db)}._HeaderText_1f44l_94{font-size:14px;font-weight:700;line-height:1.4;color:#111;margin-bottom:4px;white-space:pre-wrap;word-break:break-word}._FooterText_1f44l_104{font-size:12px;line-height:1.4;color:var(--color--gray-500, #6b7280);margin-top:4px;white-space:pre-wrap;word-break:break-word}._ButtonRow_1f44l_113{margin-top:4px;background-color:#fff;border-radius:8px;padding:8px 12px;text-align:center;font-size:14px;font-weight:500;color:#0095f6;box-shadow:0 1px 2px #0000001a;max-width:280px}._Empty_1f44l_126{color:var(--color--gray-400, #9ca3af)}._MappingTable_1oyqo_1{overflow-x:auto}._Table_1oyqo_5{width:100%;border-collapse:collapse}._Th_1oyqo_10{text-align:left;font-size:12px;font-weight:600;color:var(--color--gray-500, #6b7280);padding:8px 12px;border-bottom:1px solid var(--color--gray-200, #e5e7eb);white-space:nowrap}._Td_1oyqo_20{padding:8px 12px;border-bottom:1px solid var(--color--gray-100, #f3f4f6);vertical-align:middle}._ParamCode_1oyqo_26{font-size:13px;font-family:monospace;background-color:var(--color--gray-100, #f3f4f6);color:var(--color--gray-700, #374151);padding:2px 6px;border-radius:4px}._ParamSource_1oyqo_35{display:inline-block;margin-left:6px;font-size:10px;font-weight:600;color:var(--color--gray-400, #9ca3af);text-transform:uppercase;letter-spacing:.3px}._Select_1oyqo_45{width:100%;padding:8px 12px;border:1px solid var(--color-border);border-radius:6px;font-size:14px;background-color:var(--color--white, #fff);cursor:pointer}._CustomInput_1oyqo_55{width:100%;margin-top:6px;padding:8px 12px;border:1px solid var(--color-border);border-radius:6px;font-size:14px;font-family:monospace;background-color:var(--color--white, #fff)}._NoParams_1oyqo_66{font-size:14px;color:var(--color--gray-500, #6b7280);margin:0}._Button_17o41_1{display:flex;justify-content:center;align-items:center;padding:.9em 1.5em .7em;border-radius:3em;letter-spacing:.1em;text-transform:unset;line-height:1;text-align:center;transition:.3s all;outline:none;font-family:Verdana,Geneva,Tahoma,sans-serif;font-weight:400}._Button_17o41_1:focus{outline:none}._Button_17o41_1:active{transform:translateY(5px)}._Label_17o41_33{font-size:1em}._ButtonWithIcon_17o41_37 ._Label_17o41_33{padding-right:.8em;padding-left:.8em;line-height:1;padding-bottom:.1em}._Icon_17o41_45{margin-right:1em;display:flex;align-items:center;width:1.3em}.RTL ._Icon_17o41_45{margin-left:1em;margin-right:0}._Content_17o41_57{display:flex;flex-direction:column;justify-content:flex-start;text-align:right}._Loading_17o41_64{font-size:12px}._Loading_gp8rn_1{display:flex;gap:.8em}._Loader_gp8rn_6{display:flex;justify-content:center;align-items:center}._Label_gp8rn_12{font-size:13px;font-weight:500;color:#0000008c;letter-spacing:.03em;display:flex;align-items:center}._Horizontal_gp8rn_21{flex-direction:row;vertical-align:middle;justify-content:center;align-items:center}._Vertical_gp8rn_28{flex-direction:column}._BlinkingDot_qepi4_1{width:1em;height:1em;background-color:var(--circle-color);border-radius:50%;animation:_blink_qepi4_1 .8s infinite;display:block}@keyframes _blink_qepi4_1{0%,to{opacity:1}50%{opacity:0}}._TextLoading_1ktm8_1{position:relative;display:inline-block;font-size:13px;background:linear-gradient(90deg,#0006,#0009,#000000e6,#0009,#0006,#0006);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:_shimmer_1ktm8_1 var(--shimmer-duration, 2s) ease-in-out infinite}@keyframes _shimmer_1ktm8_1{0%{background-position:200% center}to{background-position:-200% center}}._Badge_1yqif_1{display:inline-block;width:auto;padding:.45em;font-size:.65em;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:var(--color--green);border-radius:50%;position:absolute;-webkit-user-select:none;user-select:none;pointer-events:none}._CircularIconButton_1at0u_1{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:none;padding:.65em;transition:.3s all;overflow:visible}._CircularIconButton_1at0u_1:active{transform:translateY(.25em)}._ErrorMessage_1kig9_1{color:var(--color--red);width:100%}._ErrorMessage_1kig9_1 p{text-align:center}._CardList_lvljx_1{list-style-type:none;margin:0;display:flex;flex-direction:column;gap:16px;width:100%}._CardListItem_lvljx_12{padding:16px;width:100%;display:flex;flex-direction:column;position:relative;min-height:140px}._Actions_lvljx_30{position:absolute;top:0;left:0;padding:10px}._DropdownMenu_1kmnc_1{position:relative;display:flex;cursor:pointer}._MenuButton_1kmnc_7{background-color:#333;border:1px solid #555;color:#fff;padding:8px 12px;cursor:pointer;font-size:14px;border-radius:4px}._MenuList_1kmnc_17{position:fixed;background-color:#fff;border:1px solid var(--color--gray-200, #e5e7eb);min-width:180px;box-shadow:0 8px 24px #0000001f;z-index:1000;list-style-type:none;margin:0;padding:4px;border-radius:10px}._MenuItem_1kmnc_30{padding:8px 12px;color:#111827;font-size:13px;font-weight:400;cursor:pointer;border-radius:6px;transition:background-color .15s ease}._MenuItem_1kmnc_30:hover{background-color:#f3f4f6;color:#111827}._MenuItem_1kmnc_30:active{background-color:#e5e7eb}._Separator_1kmnc_53{border:none;border-top:1px solid #e5e7eb;margin:4px 0;padding:0;pointer-events:none}._MenuItemHeader_1kmnc_61{padding:4px 8px;cursor:default}._MenuItemHeader_1kmnc_61:hover{background:none}._MenuItemContent_1kmnc_70{display:flex;align-items:center;gap:8px}._MenuItemIcon_1kmnc_76{display:flex;align-items:center;flex-shrink:0}._MenuItemDanger_1kmnc_83:hover{background-color:#fef2f2!important;color:#ef4444!important}._MenuItemDanger_1kmnc_83:hover svg{opacity:1}._ResponsiveMenu_1sol3_3{position:relative;flex:1;display:flex;align-items:center}._Title_1sol3_11{flex:1;margin-left:10px}.RTL ._Title_1sol3_11{margin-left:0;margin-right:10px}._DarkMode_1sol3_21{color:var(--color--white)}._DarkMode_1sol3_21 svg{fill:var(--color--white)}._Hamburger_1sol3_29{background:none;border:none;padding:0;cursor:pointer;display:flex;flex-direction:column}._Logo_1sol3_39{display:flex;align-items:center;cursor:pointer;margin:0 15px;box-shadow:0 0 #fff}._Hamburger_1sol3_29 svg{margin-top:6px}._MenuList_1sol3_53{list-style:none;margin:0;padding:0;display:flex;transition:transform .3s ease-in-out}._MenuItem_1sol3_62{margin:0 1rem;display:flex;align-items:center;color:var(--color--white);border-color:var(--color--white);border-radius:8px;transition:background-color .15s ease}._MenuItem_1sol3_62:hover{background-color:#ffffff1a}._MenuItemActive_1sol3_76{background-color:#ffffff1f}._MenuItemButton_1sol3_80{color:var(--color--white);border-color:var(--color--white)}._MobileBackdrop_1sol3_87{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999;animation:_fadeIn_1sol3_1 .3s ease forwards}._MobileBackdropClosing_1sol3_95{animation:_fadeOut_1sol3_1 .3s ease forwards}._MobilePanel_1sol3_99{position:fixed;top:0;left:0;bottom:0;width:280px;background:var(--color--white);z-index:1000;box-shadow:2px 0 12px #00000026;animation:_slideInLtr_1sol3_1 .3s ease forwards;overflow-y:auto}._MobilePanelRtl_1sol3_112{left:auto;right:0;box-shadow:-2px 0 12px #00000026;animation:_slideInRtl_1sol3_1 .3s ease forwards}._MobilePanelClosing_1sol3_119{animation:_slideOutLtr_1sol3_1 .3s ease forwards}._MobilePanelRtl_1sol3_112._MobilePanelClosing_1sol3_119{animation:_slideOutRtl_1sol3_1 .3s ease forwards}._MobilePanelHeader_1sol3_127{display:flex;align-items:center;justify-content:flex-end;padding:12px 16px;border-bottom:1px solid #f0f0f0}._MobileCloseButton_1sol3_135{background:none;border:none;font-size:30px;line-height:1;cursor:pointer;color:#555;transition:color .1s ease-in-out;padding:0}._MobileCloseButton_1sol3_135:hover{color:#000}._MobileMenuList_1sol3_150{list-style:none;margin:0;padding:8px 0;display:flex;flex-direction:column}._MobileMenuItem_1sol3_158{display:flex;align-items:center;gap:8px;padding:14px 20px;margin:2px 8px;border-radius:8px;color:var(--color--black);font-size:15px;font-weight:500;cursor:pointer;transition:background-color .15s ease}._MobileMenuItem_1sol3_158:hover{background-color:#0000000d}._MobileMenuItemActive_1sol3_176{background-color:#00000012}._MobileMenuItemLabel_1sol3_180{flex:1}._MobileMenuItemExtra_1sol3_184{display:flex;align-items:center}@keyframes _slideInLtr_1sol3_1{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes _slideOutLtr_1sol3_1{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes _slideInRtl_1sol3_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideOutRtl_1sol3_1{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes _fadeIn_1sol3_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1sol3_1{0%{opacity:1}to{opacity:0}}._UserAvatar_1gc1q_1{display:inline-flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden;background-color:#000;width:3.8em;height:3.8em}._Image_1gc1q_12{width:100%;height:100%;object-fit:cover}._Initial_1gc1q_18{font-size:1.8em;color:#fff;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:50%}._Navbar_7xild_2{display:flex;justify-content:start;align-items:center;padding:8px 0;background-color:var(--color--white);box-shadow:0 0 7px #0000004d;height:50px;width:100%;gap:20px}._DarkMode_7xild_15{background-color:var(--color--black);color:var(--color--white)}._Logo_7xild_20{display:flex;align-items:center;cursor:pointer;margin:0 15px;box-shadow:0 0 #fff}._Logo_7xild_20 svg{height:30px;width:auto;display:inline-block}._Back_7xild_35{margin:0 15px;cursor:pointer;display:flex;align-items:center}._Back_7xild_35 svg{height:30px;width:auto;vertical-align:middle}._UserAvatar_7xild_47{margin:0 10px}._Left_7xild_51{display:flex;align-items:center;width:100%}._Right_7xild_58{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-grow:0}._ResponsiveMenu_7xild_66{height:50px;padding:0 15px;flex:none}._Card_1umxl_1{display:flex;flex-direction:column;border-radius:40px;padding:80px;position:relative;background-color:#f4f4f4}._CloseButton_1umxl_10{position:absolute;right:20px;top:15px;left:auto;z-index:10}.RTL ._CloseButton_1umxl_10{left:20px;right:auto}._Content_1umxl_24{position:relative;z-index:1;height:100%;overflow:auto}._Card_1umxl_1._Gradient_1umxl_31:before{border-radius:40px}@media(max-width:768px){._Card_1umxl_1{padding:20px;border-radius:20px}._Card_1umxl_1._Gradient_1umxl_31:before{border-radius:20px 20px 0 0}}._CloseButton_o6crb_1{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#555;transition:color .1s ease-in-out;font-size:30px;line-height:1}._CloseButton_o6crb_1:hover{color:#000}._CardWithVisual_84s3y_1{display:flex;flex-direction:row;justify-content:center;width:fit-content}._Card_84s3y_1{position:relative}._VisualCard_84s3y_12{z-index:2;flex-shrink:0}._VisualCard_84s3y_12>div{overflow:hidden}._ContentCard_84s3y_21{width:auto;min-width:400px;z-index:1;position:relative;margin-inline-start:-80px}._ContentCard_84s3y_21 ._Content_84s3y_21{padding-inline-start:80px}._ContentCard_84s3y_21._Reversed_84s3y_36{margin-inline-start:0;margin-inline-end:-80px}._ContentCard_84s3y_21._Reversed_84s3y_36 ._Content_84s3y_21{padding-inline-start:0;padding-inline-end:80px}@media(max-width:768px){._CardWithVisual_84s3y_1{flex-direction:column;width:100%;border-radius:20px;overflow:hidden}._VisualCard_84s3y_12{width:100%;min-height:100px;border-radius:20px 20px 0 0}._ContentCard_84s3y_21,._ContentCard_84s3y_21._Reversed_84s3y_36,._ContentCard_84s3y_21 ._Content_84s3y_21,._ContentCard_84s3y_21._Reversed_84s3y_36 ._Content_84s3y_21{width:100%;min-width:unset;margin-inline-start:0;margin-inline-end:0;padding-inline-start:0;padding-inline-end:0;padding:24px 12px}._ContentCard_84s3y_21{margin-block-start:-16px}._ContentCard_84s3y_21._Reversed_84s3y_36{margin-block-start:0;margin-block-end:-80px}._ContentCard_84s3y_21._Reversed_84s3y_36 ._Content_84s3y_21{padding-block-start:40px;padding-block-end:120px}}._Backdrop_1jy5w_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;touch-action:none}._Modal_1jy5w_16{max-width:85dvw;width:fit-content;animation:_fadeIn_1jy5w_1 .3s ease;max-height:85dvh;position:relative;touch-action:auto}._VisualCard_1jy5w_27{width:200px;flex-shrink:0}@media(max-width:768px){._VisualCard_1jy5w_27{width:100%;height:auto}._Modal_1jy5w_16{max-width:90dvw;display:flex;flex-direction:column}}._NoPadding_1jy5w_44{padding:0}@keyframes _fadeIn_1jy5w_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Mobile ._Backdrop_1jy5w_1{align-items:flex-start;padding-top:60px;padding-bottom:60px;overflow-y:auto}.Mobile ._Modal_1jy5w_16{overflow-y:visible;max-height:none;margin-bottom:20px}.Mobile ._Content_1jy5w_74{overflow-y:visible}._WhatsappIcon_1t7ju_1{display:flex;align-items:center;justify-content:center;background-color:#25d366;border-radius:100%}._WhatsappButton_j5t11_1{background:#22cb62;padding:.5em .8em}._WhatsappIcon_j5t11_6{fill:#22cb62}._WhatsappIconAndText_j5t11_10{display:flex;align-items:center;margin-left:15px}.RTL ._WhatsappIconAndText_j5t11_10{margin-right:15px}._WhatsappIconAndText_j5t11_10 span{font-weight:700;font-size:15px}._WhatsappContact_j5t11_25{text-decoration:none;color:inherit;display:inline-block}._Phone_j5t11_31,._Label_j5t11_32{padding:0 10px}._Phone_j5t11_31{font-weight:400;font-size:12px;letter-spacing:1}._Label_j5t11_32{font-size:13px}._ShowNumber_j5t11_46{margin-bottom:.3em}._InfiniteScroll_1nj6v_3{display:flex;flex-direction:column;width:100%;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;position:relative}._Content_1nj6v_14{flex:1;display:flex;flex-direction:column;width:100%}._Sentinel_1nj6v_22{height:1px;width:100%;visibility:hidden;pointer-events:none}._LoaderContainer_1nj6v_30{display:flex;justify-content:center;align-items:center;padding:20px;width:100%}._EndMessage_1nj6v_39{display:flex;justify-content:center;align-items:center;padding:20px;width:100%;opacity:.5;font-size:14px}._SettingsCard_16m90_1{display:flex;flex-direction:column;background-color:#fff;padding:0;border-radius:8px;border-color:#e5e7eb;width:100%;height:fit-content;margin-bottom:12px;overflow:visible}._Header_16m90_14{padding:16px 24px;border-bottom:1px solid rgb(243,244,246);border-color:#e5e7eb;line-height:24px}._TitleRow_16m90_21{display:flex;align-items:center;gap:8px;min-height:16px}._BackButtonContainer_16m90_28{padding:12px;line-height:.6;position:absolute;left:12px;right:auto;top:9px}.RTL ._BackButtonContainer_16m90_28{left:auto;right:12px;transform:rotate(180deg)}._BackButton_16m90_28{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;margin:0;color:#6b7280;transition:color .2s;height:12px;width:12px}._BackButton_16m90_28:hover{color:#1f2937}._Title_16m90_21{font-size:16px;font-weight:700;color:#1f2937;line-height:16px;letter-spacing:-.4px;flex:1}._TitleWithBackButton_16m90_71{margin-left:26px;margin-right:0}._ActionIcons_16m90_76{display:flex;align-items:center;gap:8px;margin-left:auto}.RTL ._TitleWithBackButton_16m90_71{margin-left:0;margin-right:26px}._Subtitle_16m90_88{font-size:12px;font-weight:400;color:#6b7280;line-height:1.5}._Content_16m90_95{flex:1;display:flex;flex-direction:column;gap:16px;padding:16px 24px;overflow:visible}@media(max-width:768px){._Header_16m90_14,._Content_16m90_95{padding:12px 14px}}._ShareButton_14gtd_1{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;width:100%;min-height:44px}._ShareButton_14gtd_1:hover:not(:disabled){background-color:#f5f5f5;border-color:#d0d0d0}._ShareButton_14gtd_1:active:not(:disabled){transform:scale(.98)}._ShareButton_14gtd_1:disabled{opacity:.6;cursor:not-allowed}._ShareIcon_14gtd_33{flex-shrink:0}._ShareButtonText_14gtd_37{line-height:1}._TooltipWrapper_13r8n_1{position:relative;display:inline-flex;align-items:center}._Tooltip_13r8n_1{position:absolute;background:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:100;pointer-events:none;box-shadow:0 2px 4px #0003;animation:_fadeIn_13r8n_1 .15s ease-in-out}@keyframes _fadeIn_13r8n_1{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._Tooltip--top_13r8n_33{bottom:100%;left:50%;transform:translate(-50%);margin-bottom:4px}._Tooltip--top_13r8n_33:after{content:"";position:absolute;top:100%;left:50%;margin-left:-4px;border-width:4px;border-style:solid;border-color:#333 transparent transparent transparent}._Tooltip--bottom_13r8n_52{top:100%;left:50%;transform:translate(-50%);margin-top:4px}._Tooltip--bottom_13r8n_52:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-4px;border-width:4px;border-style:solid;border-color:transparent transparent #333 transparent}._Tooltip--left_13r8n_71{right:100%;top:50%;transform:translateY(-50%);margin-right:4px}._Tooltip--left_13r8n_71:after{content:"";position:absolute;left:100%;top:50%;margin-top:-4px;border-width:4px;border-style:solid;border-color:transparent transparent transparent #333}._Tooltip--right_13r8n_90{left:100%;top:50%;transform:translateY(-50%);margin-left:4px}._Tooltip--right_13r8n_90:after{content:"";position:absolute;right:100%;top:50%;margin-top:-4px;border-width:4px;border-style:solid;border-color:transparent #333 transparent transparent}._InputWrapper_1s5qv_1{width:100%;position:relative}._Input_1s5qv_1{padding:12px;width:fit-content;font-size:14px;box-sizing:border-box;outline:none;position:relative;min-height:40px;font-family:Verdana,Geneva,Tahoma,sans-serif;color:#09090b;line-height:20px}._InputContainer_1s5qv_22{position:relative}._ReadOnlyText_1s5qv_26{display:flex;align-items:center;cursor:pointer;pointer-events:auto;min-height:40px}._ReadOnlyText_1s5qv_26:hover{opacity:.8}._ReadOnlyPlaceholder_1s5qv_38 ._ReadOnlyTextValue_1s5qv_38{color:#9ca3af;opacity:1}._ReadOnlyTextValue_1s5qv_38{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:20px}._Label_1s5qv_51{display:block;margin-bottom:6px;font-size:14px;color:#09090b}._HelperText_1s5qv_58{font-size:12px;color:var(--color-dark-gray);padding:6px 12px;display:block;margin-bottom:8px}._ErrorMessage_1s5qv_66{color:var(--color--red)}._BoxedInput_1s5qv_70 ._Input_1s5qv_1{background:var(--color--white);border:1px solid rgb(229,231,235);border-radius:8px;transition:box-shadow .3s ease,border-color .3s ease}._BoxedInput_1s5qv_70 ._InputError_1s5qv_78{border-color:var(--color--red)}._BoxedInput_1s5qv_70 ._Input_1s5qv_1:hover{box-shadow:0 0 8px #0003;border-color:#09090b}._BoxedInput_1s5qv_70 ._Input_1s5qv_1:focus{border-color:#09090b;color:#09090b}._BoxedInput_1s5qv_70 ._ReadOnlyText_1s5qv_26:hover{box-shadow:none;border-color:#e5e7eb;opacity:1}._InlineInput_1s5qv_98 ._Input_1s5qv_1{background-color:transparent;border:none;border-radius:0;box-shadow:none;min-width:9ch;font-size:16px}._InlineInput_1s5qv_98 ._InputContainer_1s5qv_22{width:100%;transition:width .3s ease,border-color .3s ease}._InlineInput_1s5qv_98 ._InputContainer_1s5qv_22:hover{border-bottom:1px solid #09090b}._InlineInput_1s5qv_98._InputError_1s5qv_78 ._InputContainer_1s5qv_22{border-bottom:1px solid var(--color--red)}._InlineInput_1s5qv_98 ._InputContainer_1s5qv_22:focus-within{border-bottom:1px solid #09090b;width:calc(100% + 40px)}._InlineInput_1s5qv_98._InputError_1s5qv_78 ._InputContainer_1s5qv_22:hover{border-color:#09090b}._InputIcon_1s5qv_134 svg,._InputIcon_1s5qv_134 path{fill:#c2c3c3;transition:fill .3s ease}._InputContainer_1s5qv_22:hover ._InputIcon_1s5qv_134 svg,._InputContainer_1s5qv_22:hover ._InputIcon_1s5qv_134 path{fill:#09090b}._InputIcon_1s5qv_134{position:absolute;top:13px;right:12px;left:auto}.RTL ._InputIcon_1s5qv_134{right:auto;left:12px}._InlineInput_1s5qv_98 ._InputIcon_1s5qv_134{top:10px;left:-20px}._ChartContainer_1e4b8_1{width:100%;position:relative;padding:16px;background:var(--color-background-secondary, transparent);border-radius:8px}._Footer_1snfy_1{background:linear-gradient(180deg,#18181b,#000);color:#fff;padding:4rem 2rem 2rem}._Content_1snfy_11{max-width:1200px;margin:0 auto}._TopSection_1snfy_16{display:grid;grid-template-columns:1fr 2fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}._BrandSection_1snfy_24{display:flex;flex-direction:column;gap:1.5rem}._LogoWrapper_1snfy_30{display:flex;align-items:center;margin-bottom:.5rem}._LogoWrapper_1snfy_30 svg{height:40px;width:auto}._Description_1snfy_41{font-size:.8rem;line-height:1.6;color:#ffffffb3;margin:0;max-width:500px}._LinksSection_1snfy_49{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}._Column_1snfy_55{display:flex;flex-direction:column;gap:1rem}._ColumnTitle_1snfy_61{font-size:.875rem;font-weight:700;letter-spacing:.05em;color:#fff;margin:0 0 .5rem}._Column_1snfy_55 a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .2s}._Column_1snfy_55 a:hover{color:#fff}._BottomSection_1snfy_80{padding-top:2rem;text-align:center}._Copyright_1snfy_85{font-size:.875rem;color:#ffffff80;margin:0}.rtl ._LinksSection_1snfy_49{direction:rtl}@media(max-width:968px){._TopSection_1snfy_16{grid-template-columns:1fr;gap:3rem}._LinksSection_1snfy_49{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(max-width:640px){._Footer_1snfy_1{padding:3rem 1.5rem 1.5rem}._TopSection_1snfy_16{gap:2.5rem;padding-bottom:2rem}._LinksSection_1snfy_49{grid-template-columns:1fr;gap:2rem}._Description_1snfy_41{font-size:.875rem}._LogoWrapper_1snfy_30 svg{height:35px}}@keyframes _shimmer_15i4z_1{0%{background-position:-200% center}to{background-position:200% center}}._Shimmer_15i4z_10{background:linear-gradient(90deg,#e5e7eb 25%,#f0f0f0,#e5e7eb 75%);background-size:200% 100%;animation:_shimmer_15i4z_1 1.5s infinite ease-in-out}@keyframes _fadeIn_15i4z_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._FadeIn_15i4z_32{animation:_fadeIn_15i4z_1 .3s ease-out both;animation-delay:var(--delay, 0ms)}._Row_15i4z_37{display:flex;flex-direction:row}._Stack_15i4z_42{display:flex;flex-direction:column}._AssistantCard_1e4x1_1{width:100%;background:transparent;border-bottom:.5px solid rgba(0,0,0,.08);display:flex;flex-direction:column;transition:background-color .15s cubic-bezier(.4,0,.2,1);position:relative}._AssistantCard_1e4x1_1:hover{background-color:#00000008}._RowContainer_1e4x1_16{display:flex;align-items:flex-start;padding:8px 12px;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.RTL ._RowContainer_1e4x1_16{padding:8px 12px}._AssistantAvatar_1e4x1_29{flex-shrink:0;border:1px solid rgba(0,0,0,.06);margin-top:2px}._ContentArea_1e4x1_36{display:flex;flex-direction:column;flex:1;min-width:0;gap:8px}._Row_1e4x1_16{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;width:100%;min-width:0}._Title_1e4x1_53{font-size:13.5px;font-weight:500;color:var(--color--black, #111827);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}._Timestamp_1e4x1_64{font-size:11px;color:var(--color-dark-gray, #6b7280);white-space:nowrap;opacity:.6;font-weight:400;flex-shrink:0;line-height:2.4;margin-left:8px}.RTL ._Timestamp_1e4x1_64{margin-left:0;margin-right:8px}._Description_1e4x1_80{font-size:13px;color:var(--color-dark-gray, #6b7280);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;opacity:.75;max-width:65%}._StatusBadge_1e4x1_92{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:#10b981;flex-shrink:0;margin-left:8px}.RTL ._StatusBadge_1e4x1_92{margin-left:0;margin-right:8px}._StatusDot_1e4x1_108{width:5px;height:5px;border-radius:50%;background-color:#10b981}._MetaRow_1e4x1_116{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}._OrgBadge_1e4x1_124{display:inline-flex;align-items:center;align-self:flex-start;padding:1px 6px;border-radius:4px;font-size:10px;font-weight:500;background-color:var(--color--primary-light, #ede9fe);color:var(--color--primary, #5d32d0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}._UsageText_1e4x1_141{font-size:11px;font-weight:500;color:#6b7280;font-family:inherit;background:#f3f4f6;padding:1px 6px;border-radius:4px;white-space:nowrap}._ChannelsList_1e4x1_153{margin:0!important;flex-direction:row!important;gap:6px!important;width:auto!important}._ChannelsList_1e4x1_153 [class*=Title]{display:none}._ChannelsList_1e4x1_153 [class*=Channel]{background:transparent!important;border:none!important;padding:0!important;box-shadow:none!important;gap:4px!important}._ChannelsList_1e4x1_153 img,._ChannelsList_1e4x1_153 svg{width:14px!important;height:14px!important}._ChannelsList_1e4x1_153 [class*=Handle]{display:none!important}._SettingsColumn_1e4x1_183{display:flex;align-items:center;align-self:center;flex-shrink:0;margin-left:8px}.RTL ._SettingsColumn_1e4x1_183{margin-left:0;margin-right:8px}._MenuColumn_1e4x1_197{display:flex;align-items:center;align-self:center;flex-shrink:0}._SettingsIcon_1e4x1_204{cursor:pointer;color:#9ca3af;transition:color .15s ease}._SettingsIcon_1e4x1_204:hover{color:#6b7280}._DotsIcon_1e4x1_215{cursor:pointer;color:#9ca3af;opacity:0;transition:opacity .15s ease,color .15s ease,background-color .15s ease;border-radius:4px;padding:2px}._AssistantCard_1e4x1_1:hover ._DotsIcon_1e4x1_215{opacity:1}._DotsIcon_1e4x1_215:hover{color:#6b7280;background-color:#0000000f}._LoadingOverlay_1e4x1_234{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ffffffb3;z-index:1}._ChannelsList_10fc7_1{display:flex;flex-direction:column;gap:8px;width:100%}._Title_10fc7_8{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-weight:700;margin-bottom:4px;padding-left:2px}._Channel_10fc7_1{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#fff;border:1px solid #f3f4f6;border-radius:10px;transition:all .2s ease;box-shadow:0 1px 2px #00000005}._Channel_10fc7_1:hover{background:#f9fafb;border-color:#e5e7eb;transform:translate(2px)}._Handle_10fc7_36{font-size:.75rem;font-weight:600;color:#1f2937;font-family:inherit;letter-spacing:-.01em;flex:1}._WhatsappIcon_10fc7_45,._MessengerIcon_10fc7_46,._InstagramIcon_10fc7_47{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}._ChannelDisabled_10fc7_56{opacity:.5;filter:grayscale(.8);background:#fdfdfd}._AssistantList_19rcl_1{display:flex;flex-direction:column;width:100%;gap:0;border-top:.5px solid rgba(0,0,0,.08);padding-bottom:80px}._Loading_19rcl_10{display:flex;justify-content:center;align-items:center;padding:80px 0}._NoAssistants_c3a9b_1{text-align:center;position:fixed}._NoAssistants_c3a9b_1>*{margin-bottom:20px}._NoAssistants_c3a9b_1 p{font-size:14px}._NoAssistants_c3a9b_1 h1{font-size:20px;font-weight:400}._PageContainer_lqjs9_1{height:100%;width:100%;overflow:hidden;display:flex;flex-direction:column}._ContentWrapper_lqjs9_9{display:flex;flex-direction:row;flex:1;min-height:0;overflow:hidden}._NoAssistantsWrapper_lqjs9_17{flex:1;display:flex;align-items:center;justify-content:center;overflow-y:auto;padding-left:30px}._AssistantListPage_lqjs9_27{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;overflow:hidden;background:#fff;padding-left:30px}._AssistantList_lqjs9_27{padding:0 25px 25px;flex:1;min-height:0;overflow-y:auto;position:relative}._ListHeader_lqjs9_49{flex-shrink:0;background:#fff;z-index:10;padding:0 25px}._ListHeader_lqjs9_49 hr{margin-top:0;margin-bottom:0}._HeaderTop_lqjs9_61{display:flex;justify-content:space-between;align-items:center;padding-top:25px;padding-bottom:12px;gap:16px;flex-wrap:wrap}._PageTitle_lqjs9_71{font-weight:500;font-size:16px}._HeaderActions_lqjs9_76{display:flex;align-items:center;gap:12px;flex:1;justify-content:flex-end}._SearchContainer_lqjs9_84{max-width:250px;flex:1}._NewAssistantButton_lqjs9_89{padding-bottom:6px;position:relative;right:-15px}._NoResultsState_lqjs9_96{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:var(--color--text-secondary, #6b7280)}._NoResultsState_lqjs9_96 p{font-size:15px;margin-bottom:16px}._SearchLoadingOverlay_lqjs9_112{display:flex;align-items:center;justify-content:center;padding:20px}.RTL ._AssistantListPage_lqjs9_27,.RTL ._NoAssistantsWrapper_lqjs9_17{padding-left:0;padding-right:30px}.RTL ._NewAssistantButton_lqjs9_89{right:auto;left:-15px}@media(max-width:968px){._PageContainer_lqjs9_1{height:auto;overflow:visible}._ContentWrapper_lqjs9_9{flex-direction:column;overflow:visible}._AssistantListPage_lqjs9_27{overflow:visible;flex:none;height:auto;padding-left:0;padding-right:0}._AssistantList_lqjs9_27{overflow:visible;flex:none}._NoAssistantsWrapper_lqjs9_17{padding-left:0;padding-right:0}._HeaderTop_lqjs9_61{flex-direction:column;align-items:stretch;gap:12px}._HeaderActions_lqjs9_76{width:100%}._SearchContainer_lqjs9_84{max-width:none;flex:1}._NewAssistantButton_lqjs9_89{right:0}}._FilterBar_25xw4_1{display:flex;align-items:center;gap:8px;overflow-x:auto;overflow-y:hidden;padding:4px 0;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain}._FilterBar_25xw4_1::-webkit-scrollbar{display:none}._FilterGroup_25xw4_20{display:flex;gap:6px;flex-shrink:0}._Divider_25xw4_26{width:1px;height:24px;background:var(--color--border, #e5e7eb);flex-shrink:0;margin:0 8px}._FilterChip_25xw4_34{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:transparent;border:1px solid var(--color--border, #e5e7eb);color:var(--color--text-secondary, #6b7280);border-radius:9999px;padding:8px 16px;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease;flex:0 0 auto}._FilterChip_25xw4_34:hover{border-color:var(--color--border-strong, #d1d5db);color:var(--color--black)}._FilterChip_25xw4_34._isSelected_25xw4_60{background:var(--color--black, #1a1a1a);color:#fff;border-color:var(--color--black, #1a1a1a)}._ChannelChip_25xw4_66{padding:8px 12px}._Bubble_1lios_1{box-shadow:0 2px 8px #0000001a;border-radius:25px;position:relative;overflow:hidden;display:flex;flex-direction:column}._TopBorder_1lios_10{height:.4em;width:100%}._Content_1lios_15{padding:1.5em;flex:1}._Bubble_1lios_1._Large_1lios_20{font-size:18px}._Bubble_1lios_1._Medium_1lios_24{font-size:14px}._Bubble_1lios_1._Small_1lios_28{font-size:10px}._ChatBubble_bd6jy_1{background-color:#fff}._Container_bd6jy_7{display:flex;gap:24px;flex-direction:row;min-height:inherit;height:100%}._AgentContainer_bd6jy_19{width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;position:relative}._AgentIcon_bd6jy_30{position:absolute;width:18px;height:auto}._TextContainer_bd6jy_39{flex:1;min-width:0;min-height:inherit;height:100%}._Text_bd6jy_39{color:#333;line-height:1.5;word-wrap:break-word;white-space:pre-wrap;cursor:default}._Editable_bd6jy_56 ._Text_bd6jy_39{cursor:pointer;border-bottom:1px solid rgba(0,0,0,.12);border-bottom-left-radius:0;border-bottom-right-radius:0;padding-bottom:10px;transition:all .2s ease}._Editable_bd6jy_56 ._Text_bd6jy_39:hover{background-color:#00000005;border-bottom-color:var(--bubble-color)}._EditContainer_bd6jy_72{width:100%;overflow:hidden;min-height:inherit;height:100%}._EditTextarea_bd6jy_80{width:100%;height:100%;min-height:inherit;font-size:1.1em;border:none;border-radius:6px;font-family:inherit;line-height:1.5;resize:horizontal;outline:none;transition:border-color .2s ease;background-color:transparent;overflow:auto;-webkit-overflow-scrolling:touch}._EditTextarea_bd6jy_80::placeholder{color:#00000059}._EditActions_bd6jy_106{display:flex;gap:8px;margin-top:8px;justify-content:flex-end}._SendIcon_bd6jy_114{position:absolute;bottom:12px;right:12px;width:2em;height:2em;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease}._SendIcon_bd6jy_114 svg{width:1.9em;height:1.9em}._SendIcon_bd6jy_114:hover{transform:scale(1.05);box-shadow:0 0 10px #0000001a}._Agent_bd6jy_19 ._Content_bd6jy_140{padding-right:20px}@media(max-width:480px){._ChatBubble_bd6jy_1{max-width:100%;min-width:auto}._Content_bd6jy_140{gap:8px}._AgentContainer_bd6jy_19{width:32px;height:32px}._SendIcon_bd6jy_114{width:1.5em;height:1.5em}._EditTextarea_bd6jy_80{font-size:1em}}._NewAgentPrompt_teomp_1{display:flex;flex-direction:column;gap:12px;max-width:800px;padding:12px;border-radius:34px;margin:0 auto;width:100%}._Title_teomp_13{color:#000;font-family:Verdana,Geneva,Tahoma,sans-serif;font-weight:400;font-size:16px;text-align:center;margin-bottom:1em}._Prompt_teomp_28{height:200px}._PromptExamples_teomp_32{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap;width:100%}@container (max-width: 768px){._NewAgentPrompt_teomp_1{padding:10px}._PromptExamples_teomp_32{flex-direction:column}}._PromptExample_3au45_1{background-color:#ffffff85;cursor:pointer;display:flex;align-items:center;gap:.6em;padding:.6em;border-radius:8px;min-width:0;max-width:100%;flex:1 1 calc((100% - 20px) / 3);transition:background-color .3s ease;font-size:16px;margin-top:10px}._PromptExample_3au45_1:hover{background-color:#fff}._Icon_3au45_20{width:20px;height:20px;flex-shrink:0}._Prompt_3au45_1{font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:.7em;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000}@media(max-width:768px){._PromptExample_3au45_1{flex:0 0 auto;width:100%;height:auto}._Prompt_3au45_1{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.4}}._Hero_1i3gk_1{min-height:100%;display:flex;flex-direction:column;justify-content:center;width:100%;padding:60px 40px;font-size:18px}._Hero_1i3gk_1 header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5em}._Hero_1i3gk_1 header h1{font-size:2.4em;font-weight:700;line-height:1.2;text-align:center}@container (max-width: 768px){._Hero_1i3gk_1{font-size:12px;padding:20px}._Hero_1i3gk_1 header h1{text-align:center}}._CollapsibleWrapper_jzpes_1{position:relative;display:flex;width:0;flex-shrink:0;transition:width .3s ease;overflow:visible}._CollapsibleWrapper_jzpes_1._isExpanded_jzpes_10{width:60%}._HeroContent_jzpes_14{width:100%;min-width:0;overflow:hidden;container-type:inline-size}._HeroContent_jzpes_14>div{height:auto;min-width:400px}._CollapseToggle_jzpes_26{position:absolute;top:50%;right:-24px;transform:translateY(-50%);z-index:100;display:flex;align-items:center;justify-content:center;width:24px;height:48px;background:#fff;border:1px solid var(--color--border, #e5e7eb);border-left:none;border-radius:0 8px 8px 0;cursor:pointer;transition:background .15s ease;color:var(--color--text-secondary, #6b7280);box-shadow:2px 0 4px #0000000d}._CollapseToggle_jzpes_26:hover{background:var(--color--bg-hover, #f9fafb);color:var(--color--black)}._CollapsibleWrapper_jzpes_1:not(._isExpanded_jzpes_10) ._CollapseToggle_jzpes_26{right:auto;left:0;box-shadow:2px 0 4px #0000000d;border-left:1px solid var(--color--border, #e5e7eb);border-right:none;border-radius:0 8px 8px 0}.RTL ._CollapsibleWrapper_jzpes_1{order:0}.RTL ._CollapseToggle_jzpes_26{right:auto;left:0;border-radius:0 8px 8px 0;border:1px solid var(--color--border, #e5e7eb);border-left:none;box-shadow:2px 0 4px #0000000d}.RTL ._CollapsibleWrapper_jzpes_1:not(._isExpanded_jzpes_10) ._CollapseToggle_jzpes_26{left:auto;right:-1px;box-shadow:-2px 0 4px #0000000d;border-left:none;border-right:1px solid var(--color--border, #e5e7eb);border-radius:8px 0 0 8px}.RTL ._CollapseToggle_jzpes_26 svg{transform:scaleX(-1)}._CollapsibleWrapper_jzpes_1:not(._isExpanded_jzpes_10){width:0!important}._MobileCollapseToggle_jzpes_93{display:none}@media(max-width:968px){._CollapsibleWrapper_jzpes_1{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;width:100%}._CollapsibleWrapper_jzpes_1._isExpanded_jzpes_10{grid-template-rows:1fr;width:100%}._CollapsibleWrapper_jzpes_1:not(._isExpanded_jzpes_10){width:100%!important}._CollapsibleWrapper_jzpes_1>*{overflow:hidden;min-height:0}._HeroContent_jzpes_14>div{min-width:auto}._CollapseToggle_jzpes_26{display:none}._MobileCollapseToggle_jzpes_93{display:flex;align-items:center;justify-content:center;width:48px;height:24px;margin:0 auto;flex-shrink:0;background:#fff;border:1px solid var(--color--border, #e5e7eb);border-top:none;border-radius:0 0 8px 8px;cursor:pointer;color:var(--color--text-secondary, #6b7280);box-shadow:0 2px 4px #0000000d;transition:background .15s ease}._MobileCollapseToggle_jzpes_93:hover{background:var(--color--bg-hover, #f9fafb);color:var(--color--black)}._CollapsibleWrapper_jzpes_1:not(._isExpanded_jzpes_10) ._MobileCollapseToggle_jzpes_93{display:none}}._Overlay_xz9pv_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}._Modal_xz9pv_11{background:#fff;border-radius:12px;padding:32px;max-width:520px;width:90%}._Title_xz9pv_19{margin:0 0 8px;font-size:20px;font-weight:600}._Subtitle_xz9pv_25{margin:0 0 24px;font-size:14px;color:#6b7280}._Options_xz9pv_31{display:flex;gap:16px}._OptionCard_xz9pv_36{flex:1;padding:20px;border:2px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;text-align:left;transition:border-color .15s}._OptionCard_xz9pv_36:hover:not(:disabled){border-color:#6366f1}._OptionCard_xz9pv_36:disabled{opacity:.6;cursor:not-allowed}._OptionTitle_xz9pv_56{font-size:16px;font-weight:600;margin-bottom:8px}._OptionDescription_xz9pv_62{font-size:13px;color:#6b7280;line-height:1.5}._PageContainer_d36m4_1{display:flex;flex-direction:row;width:100%;height:100%;overflow:hidden}._HomePage_d36m4_9{flex:1;min-width:0;height:100%;overflow-y:auto;overflow-x:hidden;background-color:#f9fafb}._Content_d36m4_18{max-width:1200px;margin:0 auto;padding:32px 24px 64px;display:flex;flex-direction:column;gap:32px}@keyframes _fadeSlideIn_d36m4_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._PageHeader_d36m4_39{display:flex;justify-content:space-between;align-items:center;animation:_fadeSlideIn_d36m4_1 .5s ease-out both}._PageTitle_d36m4_46{font-size:1.5rem;font-weight:700;color:#111827;margin:0}._Section_d36m4_53{display:flex;flex-direction:column;gap:16px}._SectionHeader_d36m4_59{display:flex;justify-content:space-between;align-items:center}._SectionTitle_d36m4_65{font-size:1.125rem;font-weight:600;color:#111827;margin:0}._ViewAllLink_d36m4_72{font-size:.875rem;font-weight:500;color:var(--color--primary, #5d32d0);text-decoration:none;transition:opacity .2s ease}._ViewAllLink_d36m4_72:hover{opacity:.8}._ConversationsWithMetrics_d36m4_85{display:flex;flex-direction:row;gap:24px;align-items:flex-start}._ConversationsList_d36m4_92{flex:1;min-width:0;width:100%}._MetricsSidebar_d36m4_98{flex-shrink:0;width:280px}@media(max-width:968px){._PageContainer_d36m4_1{flex-direction:column}._HomePage_d36m4_9{width:100%;height:100%}}@media(max-width:768px){._Content_d36m4_18{padding:24px 16px;gap:24px}._PageHeader_d36m4_39{flex-direction:column;align-items:flex-start;gap:16px}._ConversationsWithMetrics_d36m4_85{flex-direction:column}._MetricsSidebar_d36m4_98{width:100%}}@keyframes _fadeSlideIn_1e9f5_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._RecentAssistants_1e9f5_12{display:flex;flex-direction:column;width:100%;gap:0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;animation:_fadeSlideIn_1e9f5_1 .5s ease-out both}._Loading_1e9f5_24{display:flex;justify-content:center;align-items:center;padding:48px 0;background:#fff;border:1px solid #e5e7eb;border-radius:12px}._EmptyState_1e9f5_34{display:flex;justify-content:center;align-items:center;padding:48px 24px;background:#fff;border:1px solid #e5e7eb;border-radius:12px}._EmptyText_1e9f5_44{font-size:.875rem;color:#6b7280;margin:0}@keyframes _fadeSlideIn_14uof_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._NeedsAttentionSection_14uof_12{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;animation:_fadeSlideIn_14uof_1 .5s ease-out both}._AttentionCard_14uof_19{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px}._CardTitle_14uof_30{font-size:.875rem;font-weight:600;color:#374151;margin:0}._ItemList_14uof_37{display:flex;flex-direction:column;gap:8px}._AttentionItem_14uof_43{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;text-decoration:none;transition:background-color .15s ease}._AttentionItem_14uof_43:hover{background-color:#f9fafb}._AssistantName_14uof_57{flex:1;font-size:.875rem;font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._Badge_14uof_67{font-size:.75rem;font-weight:500;padding:4px 8px;border-radius:4px;white-space:nowrap}._BadgeWarning_14uof_75{background-color:#fef3c7;color:#92400e}._BadgeInfo_14uof_80{background-color:#dbeafe;color:#1e40af}._EmptyState_14uof_85{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;animation:_fadeSlideIn_14uof_1 .5s ease-out both}._EmptyIcon_14uof_98{font-size:2rem;color:#10b981}._EmptyText_14uof_103{font-size:.875rem;color:#6b7280;margin:0}._LoadingSkeleton_14uof_109{height:200px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:_shimmer_14uof_1 1.5s infinite;border-radius:12px;grid-column:span 2}@keyframes _shimmer_14uof_1{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){._NeedsAttentionSection_14uof_12{grid-template-columns:1fr}._AttentionCard_14uof_19{min-width:0;overflow:hidden}._AttentionItem_14uof_43{min-width:0}._LoadingSkeleton_14uof_109{grid-column:span 1}}._AvatarContainer_1jmhl_1{position:relative;display:flex;align-items:center;justify-content:center;width:45px;height:45px;flex-shrink:0;margin-right:12px}.RTL ._AvatarContainer_1jmhl_1{margin-right:0;margin-left:12px}._Avatar_1jmhl_1{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background-color:#c1c7cd;flex-shrink:0}._PersonIcon_1jmhl_28{font-size:20px;color:#fff;opacity:.8}._ChannelBadge_1jmhl_34{position:absolute;bottom:-2px;right:-2px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background-color:#fff;border:3px solid white;box-shadow:0 1px 3px #0000001f}.RTL ._ChannelBadge_1jmhl_34{left:-2px;right:auto}._ChannelBadgeIcon_1jmhl_54{width:100%;height:100%;display:block;opacity:1}._ChannelWhatsapp_1jmhl_63{background-color:#25d366}._ChannelWhatsapp_1jmhl_63 ._ChannelBadgeIcon_1jmhl_54{fill:#fff}._ChannelMessenger_1jmhl_72{background:linear-gradient(45deg,#0084ff,#44bec7)}._ChannelMessenger_1jmhl_72 ._ChannelBadgeIcon_1jmhl_54{fill:#fff}._ChannelInstagram_1jmhl_79{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}._ChannelInstagram_1jmhl_79 ._ChannelBadgeIcon_1jmhl_54{fill:#fff}._ChannelWeb_1jmhl_93{background-color:#6366f1}._ChannelWeb_1jmhl_93 ._ChannelBadgeIcon_1jmhl_54{fill:#fff}@keyframes _fadeSlideIn_9bjfi_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._LatestConversations_9bjfi_12{display:flex;flex-direction:column;background:#fff;border-radius:12px;border:1px solid var(--color--border, #e5e7eb);overflow:hidden;animation:_fadeSlideIn_9bjfi_1 .5s ease-out both}._ConversationRow_9bjfi_22{display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 12px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);background-color:transparent;border-bottom:.5px solid rgba(0,0,0,.08)}._ConversationRow_9bjfi_22:last-child{border-bottom:none}._ConversationRow_9bjfi_22:hover{background-color:#00000008}._ConversationRow_9bjfi_22._unnamed_9bjfi_41 ._ContactName_9bjfi_41{color:var(--color-dark-gray);opacity:.8}._ContentContainer_9bjfi_46{display:flex;flex-direction:column;flex:1;min-width:0;margin-left:5px;margin-right:8px;gap:6px}.RTL ._ContentContainer_9bjfi_46{margin-left:8px;margin-right:5px}._ContentGroup_9bjfi_61{display:flex;flex-direction:column;gap:2px}._Row_9bjfi_67{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;width:100%;min-width:0}._RowEnd_9bjfi_76{display:flex;align-items:center;gap:4px;flex-shrink:0;margin-left:8px}.RTL ._RowEnd_9bjfi_76{margin-left:0;margin-right:8px}._ContactName_9bjfi_41{font-size:13.5px;font-weight:500;color:var(--color--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}._LastMessage_9bjfi_99{font-size:13px;color:var(--color-dark-gray);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;opacity:.75}._Timestamp_9bjfi_109{font-size:11px;color:var(--color-dark-gray);white-space:nowrap;opacity:.6;font-weight:400;flex-shrink:0;line-height:2.4}._UnreadBadge_9bjfi_119{background-color:#128c7e;font-weight:500;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:9px;color:#fff;border-radius:50%}._BadConversationFlag_9bjfi_132{display:flex;opacity:.85}._BadConversationFlag_9bjfi_132 svg path{fill:#ef4444}._LabelsRow_9bjfi_142{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}._AssistantBadge_9bjfi_150{font-size:.625rem;padding:1px 6px;background:var(--color--primary-light, #ede9fe);color:var(--color--primary, #5d32d0);border-radius:4px;white-space:nowrap;font-weight:500}._AutomationStatus_9bjfi_160{display:flex;align-items:center;gap:3px;font-size:.625rem;padding:1px 5px;border-radius:4px;white-space:nowrap}._AutomationOn_9bjfi_170{background-color:#25d3661a;color:#16a34a}._AutomationOff_9bjfi_175{background-color:#6b72801a;color:#6b7280}._isUnread_9bjfi_181 ._ContactName_9bjfi_41{font-weight:700;color:var(--color--black)}._isUnread_9bjfi_181 ._LastMessage_9bjfi_99{color:var(--color--black);opacity:.9;font-weight:500}._Loading_9bjfi_193{display:flex;justify-content:center;padding:32px}._EmptyState_9bjfi_199{background:#fff;border-radius:12px;border:1px solid var(--color--border, #e5e7eb);padding:32px;text-align:center}._EmptyText_9bjfi_207{color:var(--color--text-secondary, #6b7280);font-size:.875rem;margin:0}@media(max-width:768px){._ConversationRow_9bjfi_22{padding:8px 12px 8px 10px}._LabelsRow_9bjfi_142{gap:6px}}@keyframes _fadeSlideIn_dix8r_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._UsageSummaryCards_dix8r_12{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;animation:_fadeSlideIn_dix8r_1 .5s ease-out both}._UsageSummaryCards_dix8r_12._vertical_dix8r_19{grid-template-columns:1fr;gap:12px}._KPICard_dix8r_24{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 24px;display:flex;flex-direction:column;gap:4px}._KPILabel_dix8r_34{font-size:.8125rem;font-weight:500;color:#6b7280}._KPIValue_dix8r_40{font-size:1.75rem;font-weight:700;color:#111827;letter-spacing:-.02em}._KPISubtitle_dix8r_47{font-size:.75rem;color:#9ca3af;margin-top:4px}._LoadingSkeleton_dix8r_53{height:60px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:_shimmer_dix8r_1 1.5s infinite;border-radius:8px}@keyframes _shimmer_dix8r_1{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){._UsageSummaryCards_dix8r_12{grid-template-columns:1fr}._KPICard_dix8r_24{padding:16px 20px}._KPIValue_dix8r_40{font-size:1.5rem}}._HeroSection_h2hbk_4{display:flex;align-items:center;min-height:130px;padding:32px 40px;border-radius:16px;position:relative;overflow:hidden;animation:_fadeSlideIn_h2hbk_1 .5s ease-out}@keyframes _fadeSlideIn_h2hbk_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._Content_h2hbk_28{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px}._Greeting_h2hbk_37{font-size:1.625rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3}._Subtext_h2hbk_46{font-size:.9375rem;font-weight:400;color:#4b5563;margin:0;line-height:1.5}._morning_h2hbk_55{background:linear-gradient(135deg,#fef3c7,#fde68a,#fcd34d)}._afternoon_h2hbk_59{background:linear-gradient(135deg,#ede9fe,#ddd6fe,#c4b5fd)}._evening_h2hbk_63{background:linear-gradient(135deg,#fed7aa,#fdba74,#fb923c)}._night_h2hbk_67{background:linear-gradient(135deg,#e0e7ff,#c7d2fe,#a5b4fc)}@media(max-width:768px){._HeroSection_h2hbk_4{padding:24px 20px;min-height:110px}._Greeting_h2hbk_37{font-size:1.375rem}._Subtext_h2hbk_46{font-size:.875rem}}._AccountMenu_ls6h3_1{width:280px;background:#fff;border-right:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column;overflow-y:auto;flex-shrink:0}._ProfileSection_ls6h3_12{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid #e5e7eb}._Avatar_ls6h3_20{flex-shrink:0}._ProfileName_ls6h3_24{font-size:14px;font-weight:500;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MenuHeader_ls6h3_33{padding:20px 20px 12px}._MenuTitle_ls6h3_37{margin:0;font-size:20px;font-weight:600;color:#111827}._MenuList_ls6h3_44{list-style:none;margin:0;padding:0 8px 12px}._MenuItem_ls6h3_50{margin-bottom:4px}._MenuLink_ls6h3_54{display:flex;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;color:#6b7280;border-radius:8px;transition:all .2s ease;font-size:15px;font-weight:500}._MenuLink_ls6h3_54:hover{background-color:#f3f4f6;color:#111827}._MenuLinkActive_ls6h3_72{background-color:#f3f4f6;color:#111827;font-weight:600}._MenuLinkActive_ls6h3_72:hover{background-color:#e5e7eb}._MenuLabel_ls6h3_82{flex:1}@media(max-width:768px){._AccountMenu_ls6h3_1{width:100%;border-right:none;border-bottom:1px solid #e5e7eb;height:auto}._ProfileSection_ls6h3_12{padding:16px}._MenuHeader_ls6h3_33{padding:12px 16px 8px}._MenuTitle_ls6h3_37{font-size:18px}._MenuList_ls6h3_44{padding:8px;display:flex;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}._MenuList_ls6h3_44::-webkit-scrollbar{display:none}._MenuItem_ls6h3_50{margin-bottom:0;margin-inline-end:4px}._MenuLink_ls6h3_54{padding:10px 14px;white-space:nowrap;font-size:14px}}.RTL ._MenuLink_ls6h3_54,[dir=rtl] ._MenuLink_ls6h3_54{direction:rtl}._AccountPage_n9ku9_1{display:flex;flex-direction:row;height:100%;width:100%;overflow:hidden;background-color:#f9fafb}._Content_n9ku9_10{flex:1;display:flex;flex-direction:column;overflow-y:auto;position:relative;background-color:#f9fafb}._PageHeader_n9ku9_19{display:flex;align-items:center;gap:8px;padding:24px 24px 0;max-width:800px;margin:0 auto;width:100%;box-sizing:border-box}._PageTitle_n9ku9_30{font-size:24px;font-weight:600;color:var(--text-primary);text-decoration:none;display:flex;align-items:center;gap:8px}._TitleArrow_n9ku9_40{font-size:20px;color:var(--text-secondary)}@media(max-width:768px){._AccountPage_n9ku9_1{flex-direction:column}._PageHeader_n9ku9_19{padding:16px 16px 0}._PageTitle_n9ku9_30{font-size:20px}}._GradientContainer_qck7i_3{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0;background:transparent}._GradientLayer_qck7i_11{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;background-size:cover;background-repeat:no-repeat;transition:opacity 5s ease-in-out;will-change:opacity}._Active_qck7i_24{opacity:1;z-index:2}._GradientLayer_qck7i_11:not(._Active_qck7i_24){z-index:1}._GlassOverlay_qck7i_35{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background:#ffffff9b}._Wrapper_bu8tp_1{position:relative;display:inline-block;min-height:1.2em}._Spacer_bu8tp_7{visibility:hidden;white-space:pre-wrap;word-wrap:break-word}._Sweep_bu8tp_13{position:absolute;top:0;left:0;white-space:pre-wrap;word-wrap:break-word;background:linear-gradient(90deg,black 50%,transparent 50%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation-fill-mode:forwards}._Sweep_bu8tp_13._Rtl_bu8tp_27{background:linear-gradient(90deg,black 50%,transparent 50%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._Ltr_bu8tp_36{left:0;right:auto;text-align:left}._Rtl_bu8tp_27{right:0;left:auto;text-align:right}._in_bu8tp_48._Ltr_bu8tp_36{animation:_sweepInLtr_bu8tp_1 .6s ease forwards}._in_bu8tp_48._Rtl_bu8tp_27{animation:_sweepInRtl_bu8tp_1 .6s ease forwards}._visible_bu8tp_54{opacity:1;background-position:0 0}._out_bu8tp_58._Ltr_bu8tp_36{animation:_sweepOutLtr_bu8tp_1 .6s ease forwards}._out_bu8tp_58._Rtl_bu8tp_27{animation:_sweepOutRtl_bu8tp_1 .6s ease forwards}@keyframes _sweepInLtr_bu8tp_1{0%{background-position:100% 0;opacity:0}to{background-position:0 0;opacity:1}}@keyframes _sweepOutLtr_bu8tp_1{0%{background-position:0 0;opacity:1}to{background-position:-100% 0;opacity:0}}@keyframes _sweepInRtl_bu8tp_1{0%{background-position:-100% 0;opacity:0}to{background-position:0 0;opacity:1}}@keyframes _sweepOutRtl_bu8tp_1{0%{background-position:0 0;opacity:1}to{background-position:100% 0;opacity:0}}._Channels_1n9ay_1{display:flex;flex-direction:row;gap:40px}._Channels_1n9ay_1._Large_1n9ay_10{gap:60px}._Channels_1n9ay_1._Medium_1n9ay_14{gap:40px}._Channels_1n9ay_1._Small_1n9ay_18{gap:20px}._LoginPage_11zkt_1{background:var(--color--white);margin:auto;display:flex;justify-content:center;align-items:center;min-height:100vh;position:relative}._LoginPage_11zkt_1 h1{font-size:48px}._CardWithVisual_11zkt_17{max-width:1200px;box-shadow:0 2px 23px -7px #00000080}@media(max-width:768px){._CardWithVisual_11zkt_17{margin:120px 20px}}._Content_11zkt_29{height:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}._Typewriter_11zkt_39{text-align:center;font-size:30px}._Visual_11zkt_43{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding-top:80px}._GradientBackground_11zkt_53{position:absolute;top:0;right:0;bottom:0;left:0}@media(max-width:768px){._Visual_11zkt_43{margin-top:20px;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center}}._Logo_11zkt_69{position:absolute;top:20px;left:20px}hr{width:100%;margin:10px}._Logo_11zkt_69 svg{width:100%;height:auto}._Title_11zkt_85{font-size:20px;font-weight:400;text-align:center;margin-bottom:10px}._Subtitle_11zkt_93{font-size:16px;font-weight:700;text-align:center;margin-bottom:20px;margin-top:10px}._ChannelIconsList_11zkt_104{justify-content:center;align-items:center;display:flex;flex-direction:row;gap:20px;padding:40px}._WebsitePage_kzdom_1{padding:0;display:flex;flex-direction:column;left:0;right:0;margin:auto;position:relative;font-family:Verdana,Geneva,Tahoma,sans-serif;overflow-x:hidden;width:100%;max-width:100vw}._WebsitePage_kzdom_1 ._Main_kzdom_15{display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto}._SplashBg_kzdom_23{position:fixed;top:0;left:0;width:100vw;height:100vh;background:url(/assets/assistantlabs-splash-YPSsPZ59.png) no-repeat left top;background-size:cover;opacity:.18;z-index:0;pointer-events:none}._Main_kzdom_15{position:relative;z-index:1}._Main_gxaxy_1{display:flex;flex-direction:column;align-items:center;flex:1 0 auto;width:100%;margin:0 auto}._Title_gxaxy_10{margin-top:3.5rem;margin-bottom:2.5rem;font-size:2.1rem;font-weight:800;color:#18181b;text-align:center}._Grid_gxaxy_19{display:flex;gap:2.5rem;margin-top:.5rem}._Card_gxaxy_26{max-width:500px;background:#fff;border-radius:1.5rem;padding:2rem 1.5rem;box-shadow:0 4px 24px #50007814,0 1.5px 6px #00000008;display:flex;flex-direction:column;align-items:flex-start;border-right:5px solid #4f46e5;transition:box-shadow .2s,transform .2s;position:relative;text-align:right}._Card_gxaxy_26:hover{box-shadow:0 8px 32px #50007821,0 2px 8px #0000000d;transform:translateY(-4px) scale(1.015)}._CardContent_gxaxy_51{display:flex;flex-direction:column;align-items:flex-start}._CardLink_gxaxy_57{color:inherit;text-decoration:none;display:flex;flex-direction:row;width:100%;height:100%;gap:1rem}._CardTitle_gxaxy_67{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#18181b}._CardImage_gxaxy_74{display:block;margin:0 auto 1.2rem;max-width:120px;height:auto;border-radius:.5rem}._CardDescription_gxaxy_82{font-size:1.05rem;color:#4e4958;margin-top:.5rem;line-height:1.6}._ModernBackButton_gxaxy_89{margin:2rem 2rem 1.7rem;display:inline-flex;align-items:center;gap:.5em;background:#f4f4f7;color:#3730a3;font-weight:600;border:none;border-radius:999px;padding:.45em 1.2em .45em 1.1em;font-size:1.08rem;cursor:pointer;box-shadow:0 2px 8px #5000780f;align-self:flex-start;text-decoration:none;transition:background .18s,color .18s,box-shadow .18s}._ModernBackButton_gxaxy_89:hover{background:#e0e7ff;color:#1e1b4b;box-shadow:0 4px 16px #5000781a}._ModernBackButtonArrow_gxaxy_116{font-size:1.25em;margin-left:.2em;display:flex;align-items:center}._SupportText_gxaxy_123{text-align:center;margin-bottom:2.5rem;color:#1a237e;font-size:1.08rem;font-weight:600;background:#f0f6ff;border-radius:14px;border:1.5px solid #b3d1ff;padding:1.5rem 1rem 1.2rem;box-shadow:0 2px 12px #0078ff11;display:flex;flex-direction:column;align-items:center;gap:1rem}._Guide_gxaxy_140{width:100%}._PageHeader_gxaxy_145{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:900px;margin-top:3.5rem;margin-bottom:1rem}._GuidePageHeader_gxaxy_155{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:900px;margin-top:1.5rem}._LangToggle_gxaxy_165{display:flex;gap:4px;background:#f4f4f7;border-radius:8px;padding:3px}._LangButton_gxaxy_173{padding:4px 14px;border:none;background:none;border-radius:6px;font-size:13px;font-weight:600;color:#666;cursor:pointer;transition:all .15s}._LangButtonActive_gxaxy_185{background:#fff;color:#4f46e5;box-shadow:0 1px 4px #00000014}._CategorySection_gxaxy_192{width:100%;max-width:900px;margin-bottom:2.5rem}._CategoryTitle_gxaxy_198{font-size:1.15rem;font-weight:700;color:#4f46e5;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e0e7ff}._EmptyState_gxaxy_208{color:#888;font-size:1.05rem;text-align:center;margin-top:2rem}._GuideTitle_gxaxy_216{font-size:1.8rem;font-weight:800;color:#18181b;margin-bottom:.75rem;margin-top:1.5rem}._GuideDescription_gxaxy_224{font-size:1.05rem;color:#4e4958;margin-bottom:2rem;line-height:1.65}._StepsList_gxaxy_232{display:flex;flex-direction:column;gap:2rem;width:100%;margin-bottom:3rem}._StepCard_gxaxy_240{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 12px #50007812;border-right:4px solid #4f46e5}._StepNumber_gxaxy_248{font-size:.78rem;font-weight:700;color:#4f46e5;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}._StepTitle_gxaxy_257{font-size:1.15rem;font-weight:700;color:#18181b;margin:0 0 1rem}._StepImage_gxaxy_264{display:block;width:100%;max-width:720px;border-radius:.75rem;box-shadow:0 2px 16px #0000001a;margin-bottom:1rem}._StepDescription_gxaxy_273{font-size:1rem;color:#4e4958;line-height:1.65;margin:0}._Navbar_17nqr_1{position:sticky;top:14px;z-index:100;background:#18181bd4;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000a;flex-direction:row;margin:18px;padding:10px 18px;border-radius:50px}._CtaButton_17nqr_17{background:#10b981;color:#fff;padding:10px 18px;border-radius:50px}._Logo_17nqr_27{width:140px;display:flex;align-items:center}._NavLinks_17nqr_33{display:flex;gap:2rem;list-style:none;margin:0;padding:0;flex-direction:row-reverse}._NavLinks_17nqr_33 li a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s}._NavLinks_17nqr_33 li a:hover{color:#a5b4fc}._Cta_17nqr_17{background:#4f46e5;color:#fff!important;padding:.5rem 1.25rem;border-radius:999px;font-weight:700;box-shadow:0 2px 8px #4f46e514;transition:background .2s}._Cta_17nqr_17:hover{background:#3730a3}._Hamburger_17nqr_68{display:none;background:none;border:none;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;cursor:pointer;z-index:200}._HamburgerBar_17nqr_81{width:24px;height:3px;background:#fff;margin:3px 0;border-radius:2px;transition:all .3s}._NavLinksOpen_17nqr_90{display:flex!important}._WhatsappDesktop_17nqr_94{display:block}._WhatsappMobile_17nqr_97{display:none}@media(max-width:600px){._Navbar_17nqr_1{align-items:flex-end;padding:.5rem 1rem}._Hamburger_17nqr_68{display:flex}._NavLinks_17nqr_33{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:1.9rem;font-size:.95rem;background:#18181b;position:absolute;top:56px;right:0;width:100vw;padding:1rem 2rem 1rem 1rem;box-shadow:0 2px 8px #00000014;z-index:150;max-height:0;opacity:0;transform:translateY(-10px);transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s,transform .3s;overflow:hidden;pointer-events:none}._NavLinksOpen_17nqr_90{max-height:500px;opacity:1;transform:translateY(0);pointer-events:auto}._WhatsappDesktop_17nqr_94{display:none}._WhatsappMobile_17nqr_97{display:flex;justify-content:flex-end}}._CtaWrap_s7jrn_1{display:flex;max-width:150px;flex-direction:column;min-width:150px}._CtaButton_s7jrn_8:hover{background:transparent;border:1px solid #000;color:#000}._Dark_s7jrn_14 ._CtaSubtext_s7jrn_14{color:#fff}._CtaSubtext_s7jrn_14{margin-top:.5rem;font-size:10px;letter-spacing:.01em;text-align:center}._ChartCard_8v44z_1{background:#fff;border:1px solid #e2e8f0;padding:32px;border-radius:24px;display:flex;flex-direction:column;gap:24px;box-shadow:0 1px 3px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;min-width:0}._ChartCard_8v44z_1:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._Header_8v44z_21{display:flex;flex-direction:column;gap:6px}._Header_8v44z_21 h3{margin:0;font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.025em}._Subtitle_8v44z_35{margin:0;font-size:14px;color:#64748b;font-weight:500}._ChartWrapper_8v44z_42{width:100%;height:300px}@media(max-width:768px){._ChartCard_8v44z_1{padding:16px;border-radius:12px}._Header_8v44z_21 h3{font-size:16px}._ChartWrapper_8v44z_42{height:auto;min-height:250px}}._ChartCard_1jcdm_1{background:#fff;border:1px solid #e2e8f0;padding:32px;border-radius:24px;display:flex;flex-direction:column;gap:24px;box-shadow:0 1px 3px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;min-width:0}._ChartCard_1jcdm_1:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._Header_1jcdm_21{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}._TitleContainer_1jcdm_28{display:flex;flex-direction:column;gap:6px}._Header_1jcdm_21 h3{margin:0;font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.025em}._Subtitle_1jcdm_42{margin:0;font-size:14px;color:#64748b;font-weight:500}._Controls_1jcdm_49{display:flex;gap:4px;background:#f1f5f9;padding:4px;border-radius:12px}._ChartWrapper_1jcdm_57{width:100%;height:300px}._Legend_1jcdm_62{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0}._LegendItem_1jcdm_72{display:flex;align-items:center;gap:6px}._LegendIndicator_1jcdm_78{width:3px;height:16px;border-radius:2px}._LegendLabel_1jcdm_84{font-size:13px;color:#64748b;font-weight:500}@media(max-width:768px){._ChartCard_1jcdm_1{padding:16px;border-radius:12px}._Header_1jcdm_21{flex-direction:column}._Header_1jcdm_21 h3{font-size:16px}._ChartWrapper_1jcdm_57{height:auto;min-height:250px}._Legend_1jcdm_62{gap:12px}}._AnalyticsPage_1bu2k_1{height:100vh;width:100%;overflow-y:auto;background-color:#f8fafc;color:#1e293b;display:flex;flex-direction:column;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._Header_1bu2k_19{display:flex;flex-direction:column;gap:20px;padding:40px 40px 24px;border-bottom:1px solid #e2e8f0;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10}._TitleRow_1bu2k_32{display:flex;justify-content:space-between;align-items:center}._TitleRow_1bu2k_32 h1{font-size:32px;font-weight:800;margin:0;color:#0f172a;letter-spacing:-1px}._FiltersContainer_1bu2k_46{display:flex;flex-direction:column;gap:16px}._FilterBar_1bu2k_52{display:flex;gap:12px;align-items:center}._FilterLabel_1bu2k_58{font-size:13px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;min-width:80px}._WeeksScroller_1bu2k_67{display:flex;gap:8px;overflow-x:auto;padding:4px 0;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._WeeksScroller_1bu2k_67::-webkit-scrollbar{height:4px}._WeeksScroller_1bu2k_67::-webkit-scrollbar-track{background:transparent}._WeeksScroller_1bu2k_67::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}._WeekChip_1bu2k_89{white-space:nowrap;font-size:13px;padding:6px 12px}._ClearButton_1bu2k_95{border:none;background:#f1f5f9;color:#0f172a;font-size:13px;font-weight:600;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .2s ease;white-space:nowrap}._ClearButton_1bu2k_95:hover{background:#e2e8f0;transform:translateY(-1px)}._FilterChip_1bu2k_113{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:12px;background:#fff;border:2px solid #e2e8f0;color:#64748b;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:14px;font-weight:500;box-shadow:0 1px 2px #0000000d}[dir=rtl] ._FilterChip_1bu2k_113{flex-direction:row-reverse}._FilterChip_1bu2k_113:hover{background:#f1f5f9;border-color:#cbd5e1}._FilterChipSelected_1bu2k_138{background:#fff;border-color:#000!important;color:#0f172a;box-shadow:0 2px 4px #0000001a}._FilterChipSelected_1bu2k_138:hover{background:#f1f5f9;border-color:#000}._Content_1bu2k_150{padding:40px;max-width:1400px;margin:0 auto;width:100%}._Grid_1bu2k_157{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:40px}._FullWidth_1bu2k_164{grid-column:span 2}._StatsRow_1bu2k_168{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}._StatCard_1bu2k_175{background:#fff;border:1px solid #e2e8f0;padding:24px;border-radius:20px;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}._StatCard_1bu2k_175:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}._StatLabel_1bu2k_192{font-size:13px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._StatValue_1bu2k_200{font-size:32px;font-weight:800;color:#0f172a}._LoadingContainer_1bu2k_206{display:flex;justify-content:center;align-items:center;height:100vh;background:#f8fafc}._Error_1bu2k_214{color:#ef4444;padding:40px;text-align:center;background:#fef2f2;margin:40px;border-radius:20px;border:1px solid #fee2e2;display:flex;flex-direction:column;align-items:center;gap:16px}@media(max-width:1100px){._Grid_1bu2k_157{grid-template-columns:1fr}._FullWidth_1bu2k_164{grid-column:span 1}._StatsRow_1bu2k_168{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._AnalyticsPage_1bu2k_1{height:100%}._Header_1bu2k_19{padding:16px;gap:12px;position:static}._TitleRow_1bu2k_32 h1{font-size:22px}._FilterBar_1bu2k_52{flex-wrap:wrap;gap:8px}._FilterLabel_1bu2k_58{min-width:unset;width:100%}._FilterChip_1bu2k_113{padding:6px 10px;font-size:12px;border-radius:8px}._StatsRow_1bu2k_168{grid-template-columns:repeat(2,1fr);gap:12px}._StatCard_1bu2k_175{padding:16px;border-radius:12px}._StatValue_1bu2k_200{font-size:22px}._StatLabel_1bu2k_192{font-size:11px}._Content_1bu2k_150{padding:16px}._Grid_1bu2k_157{gap:16px;margin-bottom:24px}}._FilterBar_1gqka_1{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:6px 2px;margin-bottom:4px;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain}._FilterBar_1gqka_1::-webkit-scrollbar{display:none}._FilterChip_1gqka_20{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid #e5e7eb;color:var(--color--black);border-radius:9999px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease;flex:0 0 auto}._FilterChip_1gqka_20:hover{background:transparent;border-color:#d1d5db}._FilterChip_1gqka_20._isSelected_1gqka_44{background:transparent;color:var(--color--black);border-color:#1a1a1a;border-width:1px}._LabelChipLabel_1gqka_51{text-transform:capitalize}._LabelDot_1gqka_55{width:8px;height:8px;border-radius:50%;display:inline-block;margin-inline-end:6px;border:1px solid rgba(0,0,0,.05)}.RTL ._FilterBar_1gqka_1{flex-direction:row-reverse}._ContactListItem_g1o1y_3{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}._ContactListItem_g1o1y_3:hover{background-color:#f9fafb}._ContactListItemSelected_g1o1y_16,._ContactListItemSelected_g1o1y_16:hover{background-color:var(--color--primary--opacity)}._ContactListItemChecked_g1o1y_24{background-color:#eff6ff}._ContactListItemChecked_g1o1y_24:hover{background-color:#dbeafe}._Checkbox_g1o1y_32{width:18px;height:18px;margin-inline-end:12px;flex-shrink:0;cursor:pointer;accent-color:var(--color--primary)}._Avatar_g1o1y_41{width:40px;height:40px;border-radius:50%;background-color:var(--color--primary);color:var(--color--white);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;margin-inline-end:12px;flex-shrink:0}._Info_g1o1y_56{flex:1;min-width:0;text-align:start}._Name_g1o1y_62{display:flex;align-items:center;font-size:14px;font-weight:500;color:var(--color--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._Details_g1o1y_73{font-size:12px;color:#585858;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}._ChannelBadges_g1o1y_82{display:flex;gap:4px;margin-top:4px}._ChannelBadge_g1o1y_82{font-size:10px;padding:2px 6px;border-radius:10px;background-color:#f3f4f6;color:#585858;text-transform:capitalize}._SelectionActionBar_ljt9r_3{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #e0e0e0;box-shadow:0 -2px 8px #00000014;z-index:10}._SelectedCount_ljt9r_19{font-size:13px;font-weight:500;color:#585858}._Actions_ljt9r_25{display:flex;gap:8px}._DeleteButton_ljt9r_30{display:flex;align-items:center;gap:6px;padding:8px 14px;background-color:#ef4444;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s ease}._DeleteButton_ljt9r_30:hover:not(:disabled){background-color:#dc2626}._DeleteButton_ljt9r_30:disabled{opacity:.6;cursor:not-allowed}._SegmentButton_ljt9r_54{display:flex;align-items:center;gap:6px;padding:8px 14px;background-color:var(--color--primary);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s ease}._SegmentButton_ljt9r_54:hover{opacity:.9}._ContactsList_8dh8z_3{width:350px;min-width:350px;background-color:var(--color--white);border-inline-end:1px solid #e0e0e0;display:flex;flex-direction:column;overflow:hidden;position:relative}._SelectionHeader_8dh8z_14{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background-color:#eff6ff;border-bottom:1px solid #bfdbfe}._SelectionCount_8dh8z_23{font-size:13px;font-weight:600;color:var(--color--primary)}._SelectionActions_8dh8z_29{display:flex;gap:8px}._SelectAllButton_8dh8z_34{padding:4px 10px;background:none;border:1px solid var(--color--primary);border-radius:4px;font-size:12px;font-weight:500;color:var(--color--primary);cursor:pointer;transition:all .2s ease}._SelectAllButton_8dh8z_34:hover{background-color:var(--color--primary);color:#fff}._CancelSelectButton_8dh8z_51{padding:4px 10px;background:none;border:1px solid #d1d5db;border-radius:4px;font-size:12px;font-weight:500;color:#585858;cursor:pointer;transition:all .2s ease}._CancelSelectButton_8dh8z_51:hover{border-color:#9ca3af;color:var(--color--black)}._SearchContainer_8dh8z_68{padding:16px;border-bottom:1px solid #e0e0e0}._SearchInput_8dh8z_73{width:100%;padding:10px 14px;border:1px solid rgb(229,231,235);border-radius:8px;font-size:14px;outline:none;transition:border-color .2s ease}._SearchInput_8dh8z_73:focus{border-color:var(--color--primary)}._SearchInput_8dh8z_73::placeholder{color:#9ca3af}._ListContainer_8dh8z_91{flex:1;overflow:auto;display:flex;flex-direction:column;min-height:0}._EmptyState_8dh8z_99{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#585858}._EmptyStateText_8dh8z_109{font-size:14px}._LoadingState_8dh8z_113{display:flex;align-items:center;justify-content:center;padding:40px}@media(max-width:768px){._ContactsList_8dh8z_3{width:100%;min-width:unset}}._CopyText_dat9j_1{display:inline-flex;align-items:center;gap:.5rem;background-color:#f5f5f5;padding:.375rem .625rem;border-radius:6px;font-size:.75rem;font-weight:400;color:#6b7280;line-height:1.2;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;overflow:hidden;transition:max-width .3s ease;white-space:nowrap}._CopyText_dat9j_1:hover{max-width:100%}._Text_dat9j_25{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;flex-grow:1}._CopyText_dat9j_1:hover ._CopyButton_dat9j_33{color:#6b7280}._CopyButton_dat9j_33{background:none;border:none;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#a1a1aa;transition:color .2s ease;line-height:0}._CopyButton_dat9j_33:focus{outline:none;border-radius:4px}._CopyButton_dat9j_33._Copy_dat9j_1 svg{fill:none;stroke:currentColor}._CopyButton_dat9j_33._Checkmark_dat9j_62 path{fill:currentColor!important;stroke:none!important}._CopyButton_dat9j_33._Checkmark_dat9j_62 rect{display:none}._RevealButton_dat9j_72{background:none;border:none;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#a1a1aa;transition:color .2s ease;line-height:0}._RevealButton_dat9j_72:hover{color:#6b7280}._RevealButton_dat9j_72:focus{outline:none;border-radius:4px}._RevealButton_dat9j_72 svg{fill:none;stroke:currentColor}._CopyTextWithButton_dat9j_101{display:inline-flex;align-items:center;gap:.75rem;background-color:#f5f5f5;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;font-weight:400;color:#6b7280;line-height:1.2;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;white-space:nowrap}._TextWithButton_dat9j_118{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;flex-grow:1;min-width:0}._SeparateButton_dat9j_127{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;font-size:.75rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}._SeparateButton_dat9j_127:hover{background-color:#f9fafb;border-color:#9ca3af}._SeparateButton_dat9j_127:active{background-color:#f3f4f6}._SeparateButton_dat9j_127:focus{outline:2px solid #3b82f6;outline-offset:2px}._SeparateButtonCopied_dat9j_158{background-color:#dcfce7;border-color:#86efac;color:#166534}._SeparateButtonCopied_dat9j_158:hover{background-color:#bbf7d0;border-color:#4ade80}._ButtonText_dat9j_169{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}._SeparateButton_dat9j_127 svg{flex-shrink:0}._SeparateButton_dat9j_127._SeparateButtonCopied_dat9j_158 svg path{fill:currentColor!important;stroke:none!important}._SeparateButton_dat9j_127:not(._SeparateButtonCopied_dat9j_158) svg{fill:none;stroke:currentColor}._Container_wwjua_3{display:flex;flex-direction:column;gap:16px}._AddNoteForm_wwjua_11{display:flex;flex-direction:column;gap:8px}._NoteTextarea_wwjua_17,._EditTextarea_wwjua_18{width:100%;padding:8px 10px;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;font-family:inherit;color:var(--color--black);background:#fafafa;resize:vertical;box-sizing:border-box;transition:border-color .15s ease}._NoteTextarea_wwjua_17:focus,._EditTextarea_wwjua_18:focus{outline:none;border-color:var(--color--primary);background:var(--color--white)}._AddNoteButton_wwjua_39{align-self:flex-end;padding:6px 14px;background:var(--color--primary);color:var(--color--white);border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .15s ease}._AddNoteButton_wwjua_39:hover:not(:disabled){opacity:.88}._AddNoteButton_wwjua_39:disabled{opacity:.45;cursor:not-allowed}._Timeline_wwjua_63{position:relative;padding-inline-start:28px;display:flex;flex-direction:column;gap:0}._Timeline_wwjua_63:before{content:"";position:absolute;inset-inline-start:8px;top:6px;bottom:6px;width:2px;background:#e8e8e8}._TimelineItem_wwjua_81{position:relative;padding-bottom:18px}._TimelineItem_wwjua_81:last-child{padding-bottom:0}._TimelineNode_wwjua_90{position:absolute;inset-inline-start:-23px;top:5px;width:10px;height:10px;border-radius:50%;background:var(--color--primary);border:2px solid var(--color--white);box-shadow:0 0 0 1px #e8e8e8;flex-shrink:0}._TimelineHeader_wwjua_105{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}._TimelineHeaderLeft_wwjua_112{display:flex;align-items:center;gap:6px}._TimelineDate_wwjua_118{font-size:11px;color:#888}._SourceBadge_wwjua_123{display:inline-flex;align-items:center;gap:4px;padding:1px 6px;border-radius:8px;font-size:10px;font-weight:500;background:#f3f4f6;color:#6b7280}._SourceBadgeIcon_wwjua_135{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:#6b7280;flex-shrink:0}._NoteContent_wwjua_147{display:flex;flex-direction:column}._NoteActions_wwjua_152{display:flex;gap:6px}._ActionButton_wwjua_157{background:none;border:none;padding:2px 4px;font-size:11px;color:#666;cursor:pointer;border-radius:4px;transition:color .15s ease,background .15s ease}._ActionButton_wwjua_157:hover:not(:disabled){color:var(--color--black);background:#e8e8e8}._ActionButton_wwjua_157:disabled{opacity:.45;cursor:not-allowed}._IconButton_wwjua_178{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:4px;border-radius:4px;color:#374151;cursor:pointer;transition:background .15s ease,color .15s ease}._IconButton_wwjua_178:hover:not(:disabled){background:#f3f4f6;color:#4b5563}._IconButton_wwjua_178:disabled{opacity:.4;cursor:not-allowed}._IconButtonDanger_wwjua_201:hover:not(:disabled){background:#fef2f2;color:#dc2626}._NoteText_wwjua_17{font-size:13px;color:var(--color--black);margin:0;white-space:pre-wrap;word-break:break-word}._EventContent_wwjua_220{display:flex;flex-direction:column}._EventRow_wwjua_225{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._EventText_wwjua_232{font-size:12px;color:#555}._EventBadge_wwjua_237{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:500;line-height:1.6}._MessagePreview_wwjua_246{font-size:12px;color:#6b7280;margin:3px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._MemberAvatar_wwjua_258{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}._MemberAvatarInitials_wwjua_266{width:20px;height:20px;border-radius:50%;background:#6366f1;color:#fff;font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}._BotAvatar_wwjua_280{width:20px;height:20px;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;flex-shrink:0}._LoadMore_wwjua_294{text-align:center;padding:8px}._LoadMoreButton_wwjua_299{background:none;border:1px solid #e0e0e0;padding:6px 14px;border-radius:6px;font-size:13px;color:#555;cursor:pointer;transition:background .15s ease}._LoadMoreButton_wwjua_299:hover:not(:disabled){background:#f3f4f6}._LoadMoreButton_wwjua_299:disabled{opacity:.45;cursor:not-allowed}._NoActivities_wwjua_319{text-align:center;color:#888;font-size:13px;padding:20px 0}._NoContactLinked_wwjua_326{text-align:center;color:#888;font-size:13px;padding:32px 16px}._ContactDetail_wbaxs_3{display:flex;flex-direction:column;height:100%;background-color:var(--color--white)}._Header_wbaxs_10{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e0e0e0}._BackButton_wbaxs_18{display:flex;align-items:center;gap:4px;padding:10px;margin:-10px;background:none;border:none;cursor:pointer;color:var(--color--black);font-size:14px;font-weight:500;transition:color .2s ease}._BackButton_wbaxs_18:hover{color:var(--color--black)}.RTL ._BackButton_wbaxs_18 svg{transform:scaleX(-1)}._Actions_wbaxs_41{display:flex;gap:4px}._IconButton_wbaxs_46{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;border-radius:8px;color:var(--color--gray-500, #585858);cursor:pointer;transition:all .15s ease}._IconButton_wbaxs_46 svg{fill:currentColor}._IconButton_wbaxs_46:hover{background-color:#0000000f}._IconButton_wbaxs_46:disabled{opacity:.4;cursor:not-allowed}._IconButton_wbaxs_46:disabled:hover{background:none}._IconButtonDanger_wbaxs_77:hover{background-color:#ef444414;color:var(--color--error)}._IconButtonDanger_wbaxs_77:active{background-color:#ef444426}._Content_wbaxs_86{flex:1;overflow-y:auto;padding:24px;text-align:start}._ProfileSection_wbaxs_93{display:flex;align-items:center;gap:24px;margin-bottom:32px}._Avatar_wbaxs_100{width:80px;height:80px;border-radius:50%;background-color:var(--color--primary);color:var(--color--white);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;flex-shrink:0}._ProfileInfo_wbaxs_114{flex:1;text-align:start}._Name_wbaxs_119{font-size:24px;font-weight:600;color:var(--color--black);margin-bottom:4px}._Source_wbaxs_126{font-size:14px;color:#585858;text-transform:capitalize}._Section_wbaxs_132{margin-bottom:24px}._SectionTitle_wbaxs_136{font-size:14px;font-weight:600;color:#585858;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}._InfoGrid_wbaxs_145{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._InfoItem_wbaxs_151{display:flex;flex-direction:column;gap:4px;text-align:start}._InfoLabel_wbaxs_158{font-size:12px;color:#585858}._InfoValue_wbaxs_163{font-size:14px;color:var(--color--black)}._Notes_wbaxs_168{padding:16px;background-color:#f9fafb;border-radius:8px;font-size:14px;color:#333;white-space:pre-wrap;text-align:start}._ThreadsList_wbaxs_178{display:flex;flex-direction:column;gap:8px}._ThreadItem_wbaxs_184{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background-color:#f9fafb;border-radius:8px;cursor:pointer;transition:background-color .2s ease;text-align:start}._ThreadItem_wbaxs_184:hover{background-color:#f3f4f6}._ThreadItemContent_wbaxs_200{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}._ThreadMeta_wbaxs_208{display:flex;align-items:center;justify-content:space-between;gap:8px}._ThreadContactName_wbaxs_215{font-size:14px;font-weight:500;color:var(--color--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ThreadTimestamp_wbaxs_224{font-size:12px;color:#585858;white-space:nowrap;flex-shrink:0}._ThreadLastMessage_wbaxs_231{font-size:13px;color:#585858;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ThreadId_wbaxs_239{font-size:11px;color:#9ca3af}._LoadingState_wbaxs_244{display:flex;align-items:center;justify-content:center;height:100%}._Labels_wbaxs_251{display:flex;flex-wrap:wrap;gap:8px}._Label_wbaxs_251{padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500}._OptOutBanner_wbaxs_265{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:24px}._OptOutInfo_wbaxs_276{display:flex;align-items:center;gap:10px}._OptOutText_wbaxs_282{font-size:14px;font-weight:500;color:#991b1b;display:block}._OptOutDate_wbaxs_289{font-size:12px;color:#b91c1c;opacity:.7}._OptOutThreadLink_wbaxs_295{font-size:12px;color:#b91c1c;text-decoration:underline;cursor:pointer;display:block;margin-top:2px}._OptOutThreadLink_wbaxs_295:hover{color:#991b1b}._ReOptInButton_wbaxs_308{padding:8px 16px;background-color:#10b981;color:var(--color--white);border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .2s ease;white-space:nowrap}._ReOptInButton_wbaxs_308:hover:not(:disabled){opacity:.9}._ReOptInButton_wbaxs_308:disabled{opacity:.6;cursor:not-allowed}._WixSyncSection_wbaxs_331{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#f0f4ff;border-radius:8px;margin-bottom:24px}._WixSyncInfo_wbaxs_341{display:flex;flex-direction:column;gap:4px}._WixSyncBadge_wbaxs_347{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background-color:#10b981;color:#fff;border-radius:12px;font-size:12px;font-weight:500;width:fit-content}._WixSyncBadge_wbaxs_347:before{content:"✓";font-size:10px}._WixSyncNotSynced_wbaxs_365{display:inline-flex;align-items:center;padding:4px 10px;background-color:#9ca3af;color:#fff;border-radius:12px;font-size:12px;font-weight:500;width:fit-content}._WixSyncTime_wbaxs_377{font-size:12px;color:#585858}._WixSyncButton_wbaxs_382{padding:8px 16px;background-color:var(--color--primary);color:var(--color--white);border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .2s ease}._WixSyncButton_wbaxs_382:hover:not(:disabled){opacity:.9}._WixSyncButton_wbaxs_382:disabled{opacity:.6;cursor:not-allowed}._MondaySyncSection_wbaxs_404{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fff0f2;border-radius:8px;margin-bottom:24px}._MondaySyncInfo_wbaxs_414{display:flex;flex-direction:column;gap:4px}._MondaySyncBadge_wbaxs_420{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background-color:#10b981;color:#fff;border-radius:12px;font-size:12px;font-weight:500;width:fit-content}._MondaySyncBadge_wbaxs_420:before{content:"✓";font-size:10px}._MondaySyncNotSynced_wbaxs_438{display:inline-flex;align-items:center;padding:4px 10px;background-color:#9ca3af;color:#fff;border-radius:12px;font-size:12px;font-weight:500;width:fit-content}._MondaySyncTime_wbaxs_450{font-size:12px;color:#585858}._MondaySyncButton_wbaxs_455{padding:8px 16px;background-color:#ff3d57;color:var(--color--white);border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .2s ease}._MondaySyncButton_wbaxs_455:hover:not(:disabled){opacity:.9}._MondaySyncButton_wbaxs_455:disabled{opacity:.6;cursor:not-allowed}._CollapsibleToggle_wbaxs_478{display:flex;align-items:center;gap:6px;padding:10px 0;background:none;border:none;cursor:pointer;font-size:13px;font-weight:500;color:#585858;width:100%;transition:color .15s ease}._CollapsibleToggle_wbaxs_478:hover{color:var(--color--black)}._CollapsibleToggle_wbaxs_478 svg{transition:transform .2s ease}._CollapsibleToggle_wbaxs_478[aria-expanded=true] svg{transform:rotate(90deg)}.RTL ._CollapsibleToggle_wbaxs_478 svg{transform:scaleX(-1)}.RTL ._CollapsibleToggle_wbaxs_478[aria-expanded=true] svg{transform:scaleX(-1) rotate(90deg)}._CollapsibleContent_wbaxs_513{overflow:hidden}._ActivitiesSection_wbaxs_519{border-top:1px solid #e0e0e0;padding-top:16px;margin-top:8px}._ActivitiesSectionTitle_wbaxs_525{font-size:14px;font-weight:600;color:#585858;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}@media(max-width:768px){._Content_wbaxs_86{padding:16px}._InfoGrid_wbaxs_145{grid-template-columns:1fr}._ProfileSection_wbaxs_93{gap:12px}._Avatar_wbaxs_100{width:48px;height:48px;font-size:18px}._Name_wbaxs_119{font-size:18px}._OptOutBanner_wbaxs_265,._WixSyncSection_wbaxs_331,._MondaySyncSection_wbaxs_404{flex-direction:column;gap:12px;align-items:flex-start}}._TextAreaWrapper_1gcb5_1{width:100%;position:relative}._TextArea_1gcb5_1{padding:12px;width:100%;box-sizing:border-box;outline:none;position:relative;min-height:40px;background-color:var(--color--white);border:1px solid rgb(229,231,235);border-radius:8px;transition:box-shadow .3s ease,border-color .3s ease;margin-bottom:0;min-height:150px;font-size:14px;font-family:Verdana,Geneva,Tahoma,sans-serif;color:#09090b;line-height:22px}._TextArea_1gcb5_1 ._InputError_1gcb5_27{border-color:var(--color--red)}._TextArea_1gcb5_1:hover{box-shadow:0 0 8px #0003;border-color:#09090b}._TextArea_1gcb5_1:focus{border-color:#09090b;color:#09090b}._Label_1gcb5_40{display:block;margin:6px;font-size:14px;color:#09090b;line-height:20px}._HelperText_1gcb5_48{font-size:12px;color:var(--color-dark-gray);display:block;padding:6px 12px;margin-bottom:8px}._ChipInputWrapper_h2quf_1{width:100%;position:relative}._ChipInputContainer_h2quf_6{display:flex;flex-wrap:wrap;gap:10px;padding:16px;border:1px solid rgb(229,231,235);border-radius:8px;font-size:14px;min-height:32px;max-width:640px;background:var(--color-light-white);box-shadow:none;transition:box-shadow .3s ease,border-color .3s ease;flex-direction:row;align-items:center;position:relative}._ChipInputContainer_h2quf_6:hover{box-shadow:0 0 8px #0003;border-color:var(--color--primary)}._ChipInputContainer_h2quf_6:focus-within{border-color:var(--color--primary);box-shadow:none;background:var(--color-light-white)}._Chip_h2quf_1{display:inline-flex;align-items:center;gap:8px;border-radius:999px;height:32px;line-height:32px;padding:0 12px;font-size:14px;font-weight:500;color:#0f172a;box-shadow:0 0 0 1px #0000000a inset,0 1px 2px #0000000f;background:linear-gradient(180deg,#f1f5f9,#e2e8f0);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}._Chip_h2quf_1:hover{transform:translateY(-1px);box-shadow:0 0 0 1px #0000000f inset,0 4px 8px #0000001a}._Chip_h2quf_1:active{transform:translateY(0)}._Chip--blue_h2quf_69{background:linear-gradient(180deg,#e3f0ff,#d6e7ff);color:#0b3d91;box-shadow:0 0 0 1px #1e40af33 inset,0 1px 1px #3b82f626}._Chip--green_h2quf_77{background:linear-gradient(180deg,#e8f8f0,#daf2e9);color:#0f5132;box-shadow:0 0 0 1px #057a5533 inset,0 1px 1px #10b98126}._Chip--purple_h2quf_85{background:linear-gradient(180deg,#f2e7ff,#e8dbfe);color:#5b21b6;box-shadow:0 0 0 1px #581c8733 inset,0 1px 1px #a855f72e}._Chip--orange_h2quf_93{background:linear-gradient(180deg,#fff1e6,#ffe6d1);color:#9a3412;box-shadow:0 0 0 1px #b4530933 inset,0 1px 1px #fb923c2e}._Chip--pink_h2quf_101{background:linear-gradient(180deg,#ffe4ef,#ffd6e7);color:#9d174d;box-shadow:0 0 0 1px #be185d33 inset,0 1px 1px #ec48992e}._ChipRemove_h2quf_109{margin-right:2px;border:none;background:#fff6;cursor:pointer;font-size:14px;width:20px;height:20px;border-radius:999px;line-height:20px;text-align:center;color:#00000080;transition:background-color .16s ease,color .16s ease,transform .12s ease}._Chip_h2quf_1:hover ._ChipRemove_h2quf_109{background:#ffffffb3;color:#000000b3}._ChipRemove_h2quf_109:hover{background:#ffffffd9;color:#000000d9}._ChipRemove_h2quf_109:active{transform:scale(.96)}.RTL ._ChipRemove_h2quf_109{margin-left:4px;margin-right:0}._ChipInput_h2quf_1{border:none;outline:none;flex:1;min-width:120px;height:32px;line-height:32px;padding:0;font-size:14px}._ChipInput_h2quf_1::placeholder{color:#00000059}._ChipInput_h2quf_1:focus{caret-color:#6b8cff}._CaretMeasure_h2quf_166{position:absolute;visibility:hidden;white-space:pre;font-size:14px;font-family:inherit;padding:0;margin:0;left:0;top:0}._Suggestions_h2quf_179{position:absolute;top:100%;left:0;margin-top:6px;background:#fff;border:1px solid var(--color-dark-gray);border-radius:10px;box-shadow:0 12px 28px #0000001f;z-index:1000;padding:6px;width:max-content;min-width:220px;max-width:320px;max-height:240px;overflow-y:auto}.RTL ._Suggestions_h2quf_179{right:0;left:auto}._SuggestionItem_h2quf_203{display:flex;align-items:center;gap:8px;width:100%;border:none;background:transparent;padding:8px 10px;border-radius:8px;cursor:pointer;text-align:left}._SuggestionItem_h2quf_203:hover{background:#0000000a}._ColorDot_h2quf_220{width:10px;height:10px;border-radius:999px;box-shadow:0 0 0 1px #0000001a inset}._SuggestionLabel_h2quf_227{font-size:14px;color:#0f172a}._SuggestionGroup_h2quf_232{margin-bottom:4px}._SuggestionGroup_h2quf_232:last-child{margin-bottom:0}._SuggestionGroupHeader_h2quf_240{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b;padding:8px 10px 4px;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:4px}._Label_h2quf_251{display:block;margin:6px;font-size:14px;color:#09090b;line-height:20px}._HelperText_h2quf_259{font-size:12px;color:var(--color-dark-gray);display:block;padding:6px 12px;margin-bottom:8px}._SelectWrapper_8zinx_1,._MultiselectWrapper_8zinx_2{display:flex;flex-direction:column;gap:6px}._Label_8zinx_8{font-size:12px;font-weight:500;color:#6b7280}._MultiselectOptions_8zinx_14{display:flex;flex-wrap:wrap;gap:8px}._MultiselectOption_8zinx_14{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s ease}._MultiselectOption_8zinx_14:hover{background-color:#f9fafb}._MultiselectOption_8zinx_14 input[type=checkbox]{width:14px;height:14px;cursor:pointer}._MultiselectOption_8zinx_14 input[type=checkbox]:checked+span{color:#3b82f6;font-weight:500}._SelectWrapper_11yxi_1{width:100%;max-width:420px;position:relative}._SelectWrapperInner_11yxi_7{position:relative;width:100%}._Chevron_11yxi_12{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;z-index:1;width:12px;height:12px;color:#e5e7eb}.RTL ._Chevron_11yxi_12{right:auto;left:12px}._Select_11yxi_1{padding:12px 32px 12px 12px;width:100%;box-sizing:border-box;outline:none;min-height:40px;background-color:var(--color--white);border:1px solid rgb(229,231,235);border-radius:8px;transition:box-shadow .3s ease,border-color .3s ease;font-size:14px;font-family:Verdana,Geneva,Tahoma,sans-serif;color:#09090b;line-height:22px;appearance:none;-webkit-appearance:none;-moz-appearance:none}.RTL ._Select_11yxi_1{padding:12px 12px 12px 32px}._Select_11yxi_1 ._InputError_11yxi_54{border-color:var(--color--red)}._Select_11yxi_1:hover{box-shadow:0 0 8px #0003;border-color:#09090b}._Select_11yxi_1:focus{border-color:#09090b;color:#09090b}._Label_11yxi_68{display:block;margin-bottom:6px;font-size:14px;color:#09090b;line-height:20px}._HelperText_11yxi_76{font-size:12px;color:var(--color-dark-gray);display:block;padding:6px 12px;margin-bottom:8px}.RTL ._HelperText_11yxi_76{text-align:right}._ErrorMessage_11yxi_88{color:var(--color--red)}._Container_1inmg_3{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-top:8px}._Header_1inmg_11{margin-bottom:12px}._HeaderTitle_1inmg_15{font-size:13px;font-weight:600;color:#374151}._Form_1inmg_21{display:flex;flex-direction:column;gap:12px}._Row_1inmg_27{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:768px){._Row_1inmg_27{grid-template-columns:1fr}}._Error_1inmg_39{color:#d32f2f;background-color:#ffebee;padding:8px 12px;border-radius:6px;font-size:13px}._Actions_1inmg_47{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}._Modal_hslf4_3{width:100%;max-width:1024px}._ContactFormContent_hslf4_8{display:flex;flex-direction:column;height:70vh;max-height:70vh;overflow:hidden}._Header_hslf4_16{padding:24px 24px 16px;flex-shrink:0}._Title_hslf4_21{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._Description_hslf4_28{color:#585858;font-size:14px;line-height:1.6;margin:0}._FormWrapper_hslf4_35{flex:1;overflow-y:auto;padding:0 24px 16px;min-height:0}._Form_hslf4_35{display:flex;flex-direction:column;gap:16px}._FormRow_hslf4_48{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:768px){._FormRow_hslf4_48{grid-template-columns:1fr}._Modal_hslf4_3{max-width:90dvw}._ContactFormContent_hslf4_8{height:60vh;max-height:60vh}}._Footer_hslf4_69{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e0e0e0;background-color:var(--color--white);flex-shrink:0}._Error_hslf4_79{color:#d32f2f;background-color:#ffebee;padding:12px 16px;border-radius:8px;font-size:14px}._FormField_hslf4_87{display:flex;flex-direction:column;gap:6px}._FieldLabel_hslf4_93{font-size:12px;font-weight:500;color:#6b7280}._CustomFieldsSection_hslf4_99{display:flex;flex-direction:column;gap:12px;padding-top:8px;border-top:1px solid #e5e7eb;margin-top:8px}._SectionHeader_hslf4_108{display:flex;justify-content:space-between;align-items:center}._SectionTitle_hslf4_114{font-size:14px;font-weight:600;color:#374151}._AddFieldButton_hslf4_120{display:flex;align-items:center;gap:4px;padding:6px 12px;font-size:13px;font-weight:500;color:#6366f1;background:transparent;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .15s ease}._AddFieldButton_hslf4_120:hover{background-color:#f5f3ff;border-color:#c7d2fe}._SaveButton_tun0z_1{min-width:160px;font-size:15px;background:var(--color--green);border:none;color:var(--color--white)}._SaveButton_tun0z_1:hover{box-shadow:0 0 8px #0000004d}._Loading_tun0z_13{background:#2fbc88a6}._FormGroup_15s78_4 header{font-weight:700;margin-bottom:calc(var(--gap) * 1);padding-bottom:calc(var(--gap) * 1);border-bottom:1px solid var(--color-gray)}._FormRowsContainer_15s78_12{display:flex;flex-wrap:wrap;border-collapse:separate;flex-direction:column;gap:18px}._FormRow_15s78_12{flex:1;display:flex;box-sizing:border-box;gap:18px}._FormField_15s78_27{width:100%}._Inline_15s78_31 ._FormRow_15s78_12{border-bottom:1px solid var(--color--white)}._Inline_15s78_31 ._FormRow_15s78_12:last-child{border-bottom:none}._Inline_15s78_31 ._FormField_15s78_27{border-right:1px solid var(--color--white)}._Inline_15s78_31 ._FormField_15s78_27:last-child{border-right:none}._Inline_15s78_31 ._FormRowsContainer_15s78_12,._Inline_15s78_31 ._FormRow_15s78_12{gap:0}._Inline_15s78_31 ._FormField_15s78_27{margin-right:0}._SubmitButtonContainer_15s78_54{margin-top:16px;display:flex;flex-direction:row;gap:var(--gap);justify-content:center}._SwatchPicker_1qdhc_1{display:flex;gap:24px var(--swatch-gap);position:relative;flex-wrap:wrap}._SwatchPickerIndicator_1qdhc_8{position:absolute;bottom:-1.071em;height:.214em;width:var(--swatch-width);background-color:var(--color--white);transition:transform .3s ease}._SwatchItem_1qdhc_17{width:var(--swatch-width);height:var(--swatch-width);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .3s ease;position:relative;background-size:cover;background-position:center;border:.1em solid var(--color--white)}._SwatchItem_1qdhc_17._Selected_1qdhc_32:after{content:"";position:absolute;bottom:-13px;left:50%;transform:translate(-50%);width:95%;height:3px;background-color:var(--color--white)}._SwatchItem_1qdhc_17._Disabled_1qdhc_48{cursor:not-allowed;opacity:.5}._SwatchLabel_1qdhc_53{color:var(--color--black);font-size:1em;font-weight:700;pointer-events:none}._Toast_wmoga_2{border:1px solid rgba(255,255,255,.2);background-color:#ffffff0d;display:flex;flex-direction:row;align-items:center;padding:15px 20px;border-radius:15px;width:auto}._Icon_wmoga_15{margin-right:20px;width:20px;height:20px}._Icon_wmoga_15 svg{width:20px;height:20px}._Text_wmoga_25{color:#ffffffb3;text-align:left}._Success_wmoga_30{border-color:var(--color--primary);background-color:var(--color--primary--opacity)}._Success_wmoga_30 ._Icon_wmoga_15 svg *{stroke:var(--color--primary)}._Error_wmoga_38{border-color:var(--color--red);background-color:var(--color--red--opacity)}._Error_wmoga_38 ._Icon_wmoga_15 svg *{stroke:var(--color--red)}._Separator_1c46q_1 hr{border:0;border-top:1px solid #cdcdcd;margin:0}._GrayColor_1c46q_10{background:none;border:0;border-bottom:1px solid var(--color-light-gray)}._Container_1cdyb_2{display:flex;align-items:center;justify-content:space-between;width:100%}._Item_1cdyb_10{flex:1;height:2px;background-color:#fff6;margin:0 1px;position:relative;cursor:pointer;border-radius:var(--rounded-border-radius);box-shadow:0 0 2px #0000007f,0 0 6px #0003}._Item_1cdyb_10._Completed_1cdyb_26{background-color:#ffffffb3}._Progress_1cdyb_30{position:absolute;top:0;left:0;height:100%;background-color:#ffffffb3;transition:width .1s linear}._ChatTask_1640j_1{display:flex;flex-direction:row;align-items:top;gap:12px;border:1px solid rgba(0,0,0,.06);background-color:#fff;border-radius:12px;padding:14px;width:100%;max-width:720px;box-shadow:0 1px 2px #0000000a}._Icon_1640j_17{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#f3f4f6;border:1px solid rgba(0,0,0,.06)}._Text_1640j_28{font-size:13px;line-height:1.4;color:#6b7280}._Success_1640j_34{border-color:#10b98140}._Success_1640j_34 ._Icon_1640j_17{background-color:#dcfce7;border-color:#86efac;min-width:22px;height:22px}._Success_1640j_34 ._Icon_1640j_17 svg{width:10px;padding-top:3px}._Success_1640j_34 ._Icon_1640j_17 svg *{fill:#10b981;width:10px}._Error_1640j_56{border-color:var(--color--red, #d34545);background-color:var(--color--red--opacity, rgba(255, 0, 0, .06))}._Error_1640j_56 ._Icon_1640j_17 svg *{stroke:var(--color--red, #d34545)}._Content_1640j_64{color:#111827;display:flex;flex-direction:column;gap:8px}._Title_1640j_71{font-weight:600;font-size:14px;color:#111827}h6{margin:0}._CodeBlock_9cyji_1{margin:1em 0;border:1px solid #ddd;border-radius:8px;overflow:hidden;width:100%;min-width:280px}._CodeBlock_9cyji_1 code,._CodeBlock_9cyji_1 code span{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}._CodeBlockHeader_9cyji_17{display:flex;justify-content:space-between;align-items:center;background-color:#2f2f2f;color:#b4b4b4;padding:.9em 1em .7em;font-size:.9em}._CopyCode_9cyji_31{cursor:pointer;text-decoration:underline}._CopyCode_9cyji_31:hover{opacity:.8}._InlineCode_9cyji_40{background-color:#d9d9d9;padding:.3em .5em;border-radius:3px;font-family:monospace}._ImageContainer_11bdq_2{display:flex;flex-direction:column;width:100%;max-width:100%;margin-bottom:8px;border-radius:12px;overflow:hidden}._Image_11bdq_2{width:100%;max-width:100%;height:auto;display:block;object-fit:cover;border-radius:12px}._ImageUser_11bdq_23,._ImageBusiness_11bdq_28,._ImageTemplate_11bdq_33,._ImageBot_11bdq_38{border-radius:12px}._Caption_11bdq_43{font-size:14px;line-height:1.4;margin-top:8px;padding:0 4px;word-break:break-word}._CaptionUser_11bdq_52{color:var(--color--white);text-align:right}._CaptionBusiness_11bdq_58{color:var(--color--white);text-align:left}._CaptionTemplate_11bdq_64,._CaptionBot_11bdq_70{color:var(--color--black);text-align:left}.RTL ._Caption_11bdq_43{direction:rtl}.RTL ._CaptionUser_11bdq_52{text-align:left}.RTL ._CaptionBusiness_11bdq_58,.RTL ._CaptionTemplate_11bdq_64,.RTL ._CaptionBot_11bdq_70{text-align:right}@media(max-width:768px){._Caption_11bdq_43{font-size:13px}}._Message_1kcj9_2{display:flex;align-items:flex-end;margin-bottom:25px;text-align:left;width:100%;animation:_slideIn_1kcj9_1 .22s ease-out}@keyframes _slideIn_1kcj9_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._TemplateMessage_1kcj9_23{justify-content:flex-start}._TemplateMessage_1kcj9_23 ._MessageContent_1kcj9_27{background-color:var(--color--primary-50, rgba(0, 113, 243, .1));color:var(--color--black);border:1px solid var(--color--primary-200, rgba(0, 113, 243, .22));border-radius:24px;width:fit-content;max-width:70%;padding:10px 20px 14px;position:relative}._TemplateMessageFailed_1kcj9_39 ._MessageContent_1kcj9_27{background-color:var(--color--red--opacity, rgba(255, 0, 0, .1));color:var(--color--black);border:1px solid var(--color--red, #d34545)}._TemplateBadge_1kcj9_45{font-size:9px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;color:var(--color--primary, #0071f3);background:var(--color--primary-50, rgba(0, 113, 243, .1));border:1px solid var(--color--primary-200, rgba(0, 113, 243, .22));border-radius:999px;padding:1px 6px;margin-bottom:4px}.RTL ._TemplateBadge_1kcj9_45{direction:rtl;text-align:right}._BusinessMessage_1kcj9_64{justify-content:flex-start}._BusinessMessage_1kcj9_64 ._MessageContent_1kcj9_27{background-color:var( --color--primary );color:var(--color--white);border-radius:24px;width:fit-content;max-width:70%;padding:10px 20px}._UserMessage_1kcj9_79{justify-content:flex-end}._UserMessage_1kcj9_79 ._MessageContent_1kcj9_27{background:var(--chat-skin--user-bubble-bg, #3a53cb);color:var(--chat-skin--user-bubble-color, var(--color--white));border-radius:var(--chat-skin--user-bubble-radius, 24px);width:fit-content;max-width:70%;padding:var(--chat-skin--user-bubble-padding, 10px 20px)}._BotMessage_1kcj9_93{justify-content:flex-start}._BotMessage_1kcj9_93 ._MessageContent_1kcj9_27{background-color:var(--chat-skin--bot-bubble-bg, transparent);color:var(--chat-skin--bot-bubble-color, var(--color--black));padding:var(--chat-skin--bot-bubble-padding, 0);border-radius:var(--chat-skin--bot-bubble-radius, 0)}.RTL ._BotMessage_1kcj9_93 ._MessageContent_1kcj9_27 p{direction:rtl;text-align:right}._Avatar_1kcj9_110{margin-inline-end:10px;width:40px;height:40px;border-radius:50%;overflow:hidden}._MessageContent_1kcj9_27{padding:10px 15px;position:relative;width:100%}._MessageContent_1kcj9_27 ol,._MessageContent_1kcj9_27 ul{margin-left:1.3em;padding:0;margin-bottom:1em;margin-top:.5em}._MessageContent_1kcj9_27 ul{list-style-type:disc}._MessageContent_1kcj9_27 li{margin-top:.1em;padding-left:.6em}._MessageText_1kcj9_143{font-size:16px;word-break:break-word;font-family:ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji",Segoe UI Symbol;letter-spacing:0px;line-height:28px;-moz-tab-size:4;tab-size:4;text-wrap:wrap;overflow-wrap:break-word;white-space-collapse:collapse;text-size-adjust:100%;unicode-bidi:isolate}@media(max-width:768px){._MessageText_1kcj9_143{font-size:14px;line-height:1.6}}.RTL ._MessageText_1kcj9_143,.RTL ._MessageText_1kcj9_143 p{direction:rtl;text-align:right}._MessageText--edited_1kcj9_184{text-decoration:line-through;color:#9a9a9a}._UserMessage_1kcj9_79 ._MessageText_1kcj9_143,._TemplateMessage_1kcj9_23 ._MessageText_1kcj9_143{white-space:pre-wrap;unicode-bidi:isolate;text-wrap-mode:wrap}.RTL ._MessageText_1kcj9_143{text-align:right;direction:rtl}._Timestamp_1kcj9_207{font-size:11px;line-height:1.4;margin-top:4px}._UserMessage_1kcj9_79 ._Timestamp_1kcj9_207{color:var(--chat-skin--timestamp-user-color, rgba(255, 255, 255, .7));text-align:right}._BusinessMessage_1kcj9_64 ._Timestamp_1kcj9_207{color:#ffffffb3;text-align:left}._BotMessage_1kcj9_93 ._Timestamp_1kcj9_207{color:#585858;text-align:left}._MediaMessage_dagzp_2{display:flex;align-items:flex-end;margin-bottom:25px;width:100%;max-width:450px;animation:_slideIn_dagzp_1 .22s ease-out}@keyframes _slideIn_dagzp_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._BusinessMessage_dagzp_24{justify-content:flex-start}._BusinessMessage_dagzp_24 ._MessageContent_dagzp_28{background-color:var( --color--primary );color:var(--color--white);border-radius:24px;width:fit-content;max-width:70%;padding:10px 20px}._UserMessage_dagzp_39{justify-content:flex-end}._UserMessage_dagzp_39 ._MessageContent_dagzp_28{background-color:#3a53cb;color:var(--color--white);border-radius:24px;width:fit-content;max-width:70%;padding:10px 20px}._BotMessage_dagzp_53{justify-content:flex-start}._BotMessage_dagzp_53 ._MessageContent_dagzp_28{background-color:transparent;color:var(--color--black);padding:0;border-radius:0}.RTL ._BotMessage_dagzp_53 ._MessageContent_dagzp_28 p{direction:rtl;text-align:right}._Avatar_dagzp_70{margin-right:10px;width:40px;height:40px;border-radius:50%;overflow:hidden}._MessageContent_dagzp_28{padding:10px 15px;position:relative;width:100%}._MessageContent_dagzp_28 ol,._MessageContent_dagzp_28 ul{margin-left:1.3em;padding:0;margin-bottom:1em;margin-top:.5em}._MessageContent_dagzp_28 ul{list-style-type:disc}._MessageContent_dagzp_28 li{margin-top:.1em;padding-left:.6em}._MessageText_dagzp_103{font-size:16px;word-break:break-word;font-family:ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji",Segoe UI Symbol;letter-spacing:0px;line-height:22px;-moz-tab-size:4;tab-size:4;text-wrap:wrap;overflow-wrap:break-word;white-space-collapse:collapse;text-size-adjust:100%;unicode-bidi:isolate}@media(max-width:768px){._MessageText_dagzp_103{font-size:14px;line-height:1.6}}.RTL ._MessageText_dagzp_103,.RTL ._MessageText_dagzp_103 p{direction:rtl;text-align:right}._MessageText--edited_dagzp_144{text-decoration:line-through;color:#9a9a9a}._UserMessage_dagzp_39 ._MessageText_dagzp_103,._TemplateMessage_dagzp_155 ._MessageText_dagzp_103{white-space:pre-wrap;unicode-bidi:isolate;text-wrap-mode:wrap}.RTL ._MessageText_dagzp_103{text-align:right;direction:rtl}._Timestamp_dagzp_167{font-size:11px;line-height:1.4;margin-top:4px}._UserMessage_dagzp_39 ._Timestamp_dagzp_167{color:#ffffffb3;text-align:right}._BusinessMessage_dagzp_24 ._Timestamp_dagzp_167{color:#ffffffb3;text-align:left}._BotMessage_dagzp_53 ._Timestamp_dagzp_167{color:#585858;text-align:left}._MediaContainer_dagzp_202{margin-bottom:8px;border-radius:12px;overflow:hidden;width:100%}._MediaImage_dagzp_209{width:100%;height:auto;display:block;object-fit:cover}._MediaTitle_dagzp_216{font-weight:600;font-size:16px;margin-bottom:4px}._MediaLink_dagzp_223{text-decoration:none;color:inherit;display:block;cursor:pointer}._MediaLink_dagzp_223:hover ._MediaImage_dagzp_209{opacity:.9;transition:opacity .2s ease}._LinkUrl_dagzp_235{margin-top:8px;font-size:14px;word-break:break-all}._LinkUrl_dagzp_235 a{color:#0095f6;text-decoration:none}._LinkUrl_dagzp_235 a:hover{text-decoration:underline}._UserMessage_dagzp_39 ._LinkUrl_dagzp_235 a,._BusinessMessage_dagzp_24 ._LinkUrl_dagzp_235 a{color:#ffffffe6}._BotMessage_dagzp_53 ._LinkUrl_dagzp_235 a{color:#0095f6}._AudioMessage_1g1jt_2{display:flex;align-items:flex-end;margin-bottom:25px;width:100%;max-width:400px;animation:_slideIn_1g1jt_1 .22s ease-out}@keyframes _slideIn_1g1jt_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._UserMessage_1g1jt_23{justify-content:flex-end}._UserMessage_1g1jt_23 ._MessageContent_1g1jt_27{background-color:#3a53cb;color:var(--color--white, #fff);border-radius:24px;width:fit-content;max-width:100%;padding:12px 16px}._BusinessMessage_1g1jt_37{justify-content:flex-start}._BusinessMessage_1g1jt_37 ._MessageContent_1g1jt_27{background-color:var(--color--primary, #3a53cb);color:var(--color--white, #fff);border-radius:24px;width:fit-content;max-width:100%;padding:12px 16px}._BotMessage_1g1jt_51{justify-content:flex-start}._BotMessage_1g1jt_51 ._MessageContent_1g1jt_27{background-color:#f0f2f5;color:var(--color--black, #000);padding:12px 16px;border-radius:24px}._Avatar_1g1jt_63{margin-right:10px;width:40px;height:40px;border-radius:50%;overflow:hidden}._MessageContent_1g1jt_27{padding:12px 16px;position:relative;min-width:280px}._AudioContainer_1g1jt_79{display:flex;align-items:center;gap:12px}._PlayButton_1g1jt_86{width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s ease,background-color .15s ease}._PlayButton_1g1jt_86:hover:not(:disabled){transform:scale(1.05)}._PlayButton_1g1jt_86:active:not(:disabled){transform:scale(.95)}._PlayButton_1g1jt_86:disabled{cursor:not-allowed;opacity:.6}._UserMessage_1g1jt_23 ._PlayButton_1g1jt_86,._BusinessMessage_1g1jt_37 ._PlayButton_1g1jt_86{background-color:#fff3;color:#fff}._UserMessage_1g1jt_23 ._PlayButton_1g1jt_86:hover:not(:disabled),._BusinessMessage_1g1jt_37 ._PlayButton_1g1jt_86:hover:not(:disabled){background-color:#ffffff4d}._BotMessage_1g1jt_51 ._PlayButton_1g1jt_86{background-color:#3a53cb;color:#fff}._BotMessage_1g1jt_51 ._PlayButton_1g1jt_86:hover:not(:disabled){background-color:#2d42a8}._WaveformContainer_1g1jt_135{flex:1;height:40px;border-radius:8px;overflow:hidden;cursor:pointer;position:relative}._Waveform_1g1jt_135{width:100%;height:100%;display:block}._ProgressOverlay_1g1jt_150{position:absolute;top:0;left:0;height:100%;background-color:#ffffff26;pointer-events:none;transition:width .1s linear}._BotMessage_1g1jt_51 ._ProgressOverlay_1g1jt_150{background-color:#3a53cb26}._TimeDisplay_1g1jt_165{font-size:12px;min-width:40px;text-align:right;font-variant-numeric:tabular-nums;opacity:.8}._LoadingSpinner_1g1jt_174{width:20px;height:20px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:_spin_1g1jt_1 .8s linear infinite}@keyframes _spin_1g1jt_1{to{transform:rotate(360deg)}}._ErrorIcon_1g1jt_190{font-size:18px;font-weight:700}._SendingIndicator_1g1jt_196{display:flex;align-items:center;gap:6px;font-size:11px;opacity:.7;margin-top:6px}._SendingSpinner_1g1jt_205{width:12px;height:12px;border:1.5px solid transparent;border-top-color:currentColor;border-radius:50%;animation:_spin_1g1jt_1 .8s linear infinite}._MessageText_1g1jt_215{font-size:14px;word-break:break-word;margin-top:8px;opacity:.9;font-family:ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji",Segoe UI Symbol}._Timestamp_1g1jt_234{font-size:11px;line-height:1.4;margin-top:6px}._UserMessage_1g1jt_23 ._Timestamp_1g1jt_234,._BusinessMessage_1g1jt_37 ._Timestamp_1g1jt_234{color:#ffffffb3;text-align:right}._BotMessage_1g1jt_51 ._Timestamp_1g1jt_234{color:#585858;text-align:left}.RTL ._AudioMessage_1g1jt_2{direction:rtl}.RTL ._Avatar_1g1jt_63{margin-right:0;margin-left:10px}.RTL ._TimeDisplay_1g1jt_165{text-align:left}.RTL ._MessageText_1g1jt_215{direction:rtl;text-align:right}@media(max-width:768px){._AudioMessage_1g1jt_2{max-width:90%}._MessageContent_1g1jt_27{min-width:240px}._PlayButton_1g1jt_86{width:40px;height:40px}._WaveformContainer_1g1jt_135{height:36px}}._ReplyMessage_43cy7_2{display:flex;align-items:flex-end;margin-bottom:25px;text-align:left;width:100%;animation:_slideIn_43cy7_1 .22s ease-out}@keyframes _slideIn_43cy7_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._BusinessMessage_43cy7_23{justify-content:flex-start}._BusinessMessage_43cy7_23 ._MessageContent_43cy7_27{background-color:var( --color--primary );color:var(--color--white);border-radius:24px;width:fit-content;max-width:70%;padding:10px 20px}._UserMessage_43cy7_38{justify-content:flex-end}._UserMessage_43cy7_38 ._MessageContent_43cy7_27{background-color:#3a53cb;color:var(--color--white);border-radius:24px;width:fit-content;max-width:70%;padding:10px 20px}._BotMessage_43cy7_52{justify-content:flex-start}._BotMessage_43cy7_52 ._MessageContent_43cy7_27{background-color:#f0f0f0;color:var(--color--black);border-radius:24px;width:fit-content;max-width:70%;padding:10px 20px}.RTL ._BotMessage_43cy7_52 ._MessageContent_43cy7_27 p{direction:rtl;text-align:right}._Avatar_43cy7_71{margin-right:10px;width:40px;height:40px;border-radius:50%;overflow:hidden}._MessageContent_43cy7_27{padding:10px 15px;position:relative;display:flex;flex-direction:column;gap:8px}._ReplyPreview_43cy7_89{display:flex;background-color:#0000000d;border-radius:8px;padding:8px;margin-bottom:4px;cursor:pointer;transition:background-color .2s}._ReplyPreview_43cy7_89:hover{background-color:#00000014}._UserMessage_43cy7_38 ._ReplyPreview_43cy7_89,._BusinessMessage_43cy7_23 ._ReplyPreview_43cy7_89{background-color:#00000026}._UserMessage_43cy7_38 ._ReplyPreview_43cy7_89:hover,._BusinessMessage_43cy7_23 ._ReplyPreview_43cy7_89:hover{background-color:#0003}._ReplyBar_43cy7_114{width:4px;background-color:#06cf9c;border-radius:2px;margin-right:8px;flex-shrink:0}._UserMessage_43cy7_38 ._ReplyBar_43cy7_114,._BusinessMessage_43cy7_23 ._ReplyBar_43cy7_114{background-color:#ffffffb3}._ReplyPreviewContent_43cy7_131{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}._ReplyPreviewHeader_43cy7_140{font-size:13px;font-weight:600;color:#06cf9c}._UserMessage_43cy7_38 ._ReplyPreviewHeader_43cy7_140,._BusinessMessage_43cy7_23 ._ReplyPreviewHeader_43cy7_140{color:#ffffffe6}.RTL ._ReplyPreviewHeader_43cy7_140{text-align:right;direction:rtl}._ReplyPreviewBody_43cy7_157{display:flex;align-items:center;gap:8px}._ReplyPreviewMedia_43cy7_164{width:50px;height:50px;border-radius:6px;object-fit:cover;flex-shrink:0}._ReplyPreviewText_43cy7_173{font-size:14px;color:#0009;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}._UserMessage_43cy7_38 ._ReplyPreviewText_43cy7_173,._BusinessMessage_43cy7_23 ._ReplyPreviewText_43cy7_173{color:#ffffffb3}.RTL ._ReplyPreviewText_43cy7_173{text-align:right;direction:rtl}._MessageText_43cy7_194{font-size:16px;word-break:break-word;font-family:ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji",Segoe UI Symbol;letter-spacing:0px;line-height:28px;-moz-tab-size:4;tab-size:4;text-wrap:wrap;overflow-wrap:break-word;white-space-collapse:collapse;text-size-adjust:100%;unicode-bidi:isolate}@media(max-width:768px){._MessageText_43cy7_194{font-size:14px;line-height:1.6}}.RTL ._MessageText_43cy7_194,.RTL ._MessageText_43cy7_194 p{direction:rtl;text-align:right}._UserMessage_43cy7_38 ._MessageText_43cy7_194{white-space:pre-wrap;unicode-bidi:isolate;text-wrap-mode:wrap}._Timestamp_43cy7_242{font-size:11px;line-height:1.4;margin-top:4px}._UserMessage_43cy7_38 ._Timestamp_43cy7_242{color:#ffffffb3;text-align:right}._BusinessMessage_43cy7_23 ._Timestamp_43cy7_242{color:#ffffffb3;text-align:left}._BotMessage_43cy7_52 ._Timestamp_43cy7_242{color:#585858;text-align:left}._ColorPickerContainer_ylpj6_3{display:flex;flex-direction:column;gap:6px}._Label_ylpj6_9{font-size:13px;font-weight:500;color:#374151}._ColorPicker_ylpj6_3{display:flex;gap:8px;flex-wrap:wrap}._ColorOption_ylpj6_21{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .2s ease;padding:0;background:none}._ColorOption_ylpj6_21:hover{transform:scale(1.1)}._ColorOptionSelected_ylpj6_36{border-color:var(--color--black);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--color--black)}._HelperText_ylpj6_43{font-size:12px;color:var(--color-dark-gray, #6b7280)}._DefinitionFields_180ol_3{display:flex;flex-direction:column;gap:16px}._FormRow_180ol_9{display:flex;gap:16px}._FormField_180ol_14{flex:1;display:flex;flex-direction:column;gap:6px}@media(max-width:768px){._FormRow_180ol_9{flex-direction:column}}._TriggerFields_msi9v_3{display:flex;flex-direction:column;gap:16px}._TriggerPromptInput_msi9v_9,._LabelsInput_msi9v_13{width:100%}._InputWrapper_190h5_1{width:100%;position:relative}._Input_190h5_1{padding:12px;width:fit-content;font-size:14px;box-sizing:border-box;outline:none;position:relative;min-height:40px;font-family:Verdana,Geneva,Tahoma,sans-serif;color:#09090b;line-height:20px}._InputContainer_190h5_22{position:relative}._ReadOnlyText_190h5_26{display:flex;align-items:center;cursor:pointer;pointer-events:auto;min-height:40px}._ReadOnlyText_190h5_26:hover{opacity:.8}._ReadOnlyPlaceholder_190h5_38 ._ReadOnlyTextValue_190h5_38{color:#9ca3af;opacity:1}._ReadOnlyTextValue_190h5_38{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:20px}._Label_190h5_51{display:block;margin-bottom:6px;font-size:14px;color:#09090b}._HelperText_190h5_58{font-size:12px;color:var(--color-dark-gray);padding:6px 12px;display:block;margin-bottom:8px}._ErrorMessage_190h5_66{color:var(--color--red)}._BoxedInput_190h5_70 ._Input_190h5_1{background:var(--color--white);border:1px solid rgb(229,231,235);border-radius:8px;transition:box-shadow .3s ease,border-color .3s ease}._BoxedInput_190h5_70 ._InputError_190h5_78{border-color:var(--color--red)}._BoxedInput_190h5_70 ._Input_190h5_1:hover{box-shadow:0 0 8px #0003;border-color:#09090b}._BoxedInput_190h5_70 ._Input_190h5_1:focus{border-color:#09090b;color:#09090b}._BoxedInput_190h5_70 ._ReadOnlyText_190h5_26:hover{box-shadow:none;border-color:#e5e7eb;opacity:1}._InlineInput_190h5_98 ._Input_190h5_1{background-color:transparent;border:none;border-radius:0;box-shadow:none;min-width:9ch;font-size:16px}._InlineInput_190h5_98 ._InputContainer_190h5_22{width:100%;transition:width .3s ease,border-color .3s ease}._InlineInput_190h5_98 ._InputContainer_190h5_22:hover{border-bottom:1px solid #09090b}._InlineInput_190h5_98._InputError_190h5_78 ._InputContainer_190h5_22{border-bottom:1px solid var(--color--red)}._InlineInput_190h5_98 ._InputContainer_190h5_22:focus-within{border-bottom:1px solid #09090b;width:calc(100% + 40px)}._InlineInput_190h5_98._InputError_190h5_78 ._InputContainer_190h5_22:hover{border-color:#09090b}._InlineInput_190h5_98 ._InputIcon_190h5_134{position:absolute;top:10px;left:-20px}._WebhooksList_1e1ec_3{border-radius:8px;background-color:#f8fafc;padding:12px}._LabelRow_1e1ec_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:12px}._Label_1e1ec_9{display:block;margin:6px;font-size:14px;color:#09090b;line-height:20px}._HelperText_1e1ec_25{font-size:12px;color:var(--color-dark-gray);display:block;padding:6px 12px;margin-bottom:8px}._WebhookColumn_1e1ec_33{display:flex;flex-direction:column;gap:12px;align-items:flex-end;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.08)}._WebhookColumn_1e1ec_33:last-of-type{margin-bottom:0}._WebhookActions_1e1ec_46{display:flex;align-items:center;padding:6px;opacity:.5;transition:opacity .15s ease-in;cursor:pointer}._WebhookActions_1e1ec_46:hover,._WebhookActions_1e1ec_46:focus{opacity:1}._TrashIcon_1e1ec_60{cursor:pointer}._AddButton_1e1ec_64{width:28px;height:28px;border-radius:50%;border:1px solid #e2e8f0;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;min-width:28px;padding:0}._AddButton_1e1ec_64:hover{background:transparent;border-color:#cbd5e1}._AddButton_1e1ec_64:active{background:transparent}._AddButton_1e1ec_64 svg{display:block;width:16px;height:16px;fill:#0f172a;stroke:#0f172a}._EmptyStateText_1e1ec_98{font-size:14px;color:var(--color-dark-gray);text-align:center;padding:24px 12px}._ItemListItem_1bmfn_3{border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;overflow:hidden}._ItemHeader_1bmfn_10{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s ease}._ItemHeader_1bmfn_10:hover{background-color:#f9fafb}._LabelPreview_1bmfn_23{display:flex;align-items:center;gap:12px}._ColorDot_1bmfn_29{width:12px;height:12px;border-radius:50%;flex-shrink:0}._ItemTitleText_1bmfn_36{font-size:14px;font-weight:500;color:#09090b}._AggregatedBadge_1bmfn_42{font-size:11px;padding:2px 8px;background-color:#f3f4f6;color:#6b7280;border-radius:12px}._ItemActions_1bmfn_50{display:flex;align-items:center;gap:8px}._LabelCount_1bmfn_56{font-size:12px;color:#6b7280;margin-right:8px}._ActionIcon_1bmfn_62{cursor:pointer;opacity:.6;transition:opacity .2s ease}._ActionIcon_1bmfn_62:hover{opacity:1}._ChevronIcon_1bmfn_72{transition:transform .2s ease;opacity:.6}._ChevronExpanded_1bmfn_77{transform:rotate(180deg)}._ItemContent_1bmfn_81{padding:16px;border-top:1px solid #e5e7eb;background-color:#fafafa;display:flex;flex-direction:column;gap:20px}._TriggerSection_1bmfn_90,._WebhooksSection_1bmfn_94{padding-top:4px}._Container_tvj7b_3{flex:1;overflow-y:auto}._ContainerInline_tvj7b_8{display:flex;flex-direction:column;gap:16px}._LoadingState_tvj7b_14{display:flex;align-items:center;justify-content:center;padding:40px;color:#666}._Section_tvj7b_22{background-color:var(--color--white);border-radius:12px;padding:24px;margin-bottom:24px}._SectionHeader_tvj7b_29{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}._SectionTitle_tvj7b_36{font-size:18px;font-weight:600;color:var(--color--black);margin:0 0 4px}._SectionDescription_tvj7b_43{font-size:14px;color:#666;margin:0}._AddButton_tvj7b_49{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:var(--color--primary);color:var(--color--white);border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s ease}._AddButton_tvj7b_49:hover{opacity:.9}._EmptyState_tvj7b_68{text-align:center;padding:40px 20px;color:#666;font-size:14px}._ItemList_tvj7b_75{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}._SaveButtonContainer_tvj7b_84{display:flex;justify-content:center;padding:20px 0}@media(max-width:768px){._SectionHeader_tvj7b_29{flex-direction:column;gap:16px}}._TabContent_1kedq_3{flex:1;overflow-y:auto;padding:24px;background-color:var(--color--background--secondary)}._LoadingState_1kedq_10{display:flex;align-items:center;justify-content:center;padding:40px;color:#666}._Section_1kedq_18{background-color:var(--color--white);border-radius:12px;padding:24px;margin-bottom:24px}._SectionHeader_1kedq_25{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}._SectionTitle_1kedq_32{font-size:18px;font-weight:600;color:var(--color--black);margin:0 0 4px}._SectionDescription_1kedq_39{font-size:14px;color:#666;margin:0}._AddButton_1kedq_45{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:var(--color--primary);color:var(--color--white);border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s ease}._AddButton_1kedq_45:hover{opacity:.9}._EmptyState_1kedq_64{text-align:center;padding:40px 20px;color:#666;font-size:14px}._ItemList_1kedq_71{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}._ItemListItem_1kedq_80{border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;overflow:hidden}._ItemHeader_1kedq_87{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s ease}._ItemHeader_1kedq_87:hover{background-color:#f9fafb}._LabelPreview_1kedq_100{display:flex;align-items:center;gap:12px}._ColorDot_1kedq_106{width:12px;height:12px;border-radius:50%;flex-shrink:0}._ItemTitleText_1kedq_113{font-size:14px;font-weight:500;color:#09090b}._AggregatedBadge_1kedq_119{font-size:11px;padding:2px 8px;background-color:#f3f4f6;color:#6b7280;border-radius:12px}._ItemActions_1kedq_127{display:flex;align-items:center;gap:8px}._ActionIcon_1kedq_133{cursor:pointer;opacity:.6;transition:opacity .2s ease}._ActionIcon_1kedq_133:hover{opacity:1}._ChevronIcon_1kedq_143{transition:transform .2s ease;opacity:.6}._ChevronExpanded_1kedq_148{transform:rotate(180deg)}._ItemContent_1kedq_152{padding:16px;border-top:1px solid #e5e7eb;background-color:#fafafa}._FormRow_1kedq_158{display:flex;gap:16px;margin-bottom:16px}._FormRow_1kedq_158:last-child{margin-bottom:0}._FormField_1kedq_168{flex:1;display:flex;flex-direction:column;gap:6px}._FormLabel_1kedq_175{font-size:13px;font-weight:500;color:#374151}._ColorPicker_1kedq_181{display:flex;gap:8px;flex-wrap:wrap}._ColorOption_1kedq_187{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .2s ease}._ColorOption_1kedq_187:hover{transform:scale(1.1)}._ColorOptionSelected_1kedq_200{border-color:var(--color--black);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--color--black)}._SaveButtonContainer_1kedq_207{display:flex;justify-content:center;padding:20px 0}@media(max-width:768px){._FormRow_1kedq_158{flex-direction:column}._SectionHeader_1kedq_25{flex-direction:column;gap:16px}}._SegmentsList_2nsf1_3{display:flex;flex-direction:column;width:320px;min-width:320px;background-color:var(--color--white);overflow:hidden;border-left:1px solid var(--color-light-gray)}._ListContainer_2nsf1_13{flex:1;overflow-y:auto}._SegmentItem_2nsf1_18{display:flex;flex-direction:column;padding:16px;border-bottom:1px solid var(--color--gray-100);cursor:pointer;transition:background-color .2s ease}._SegmentItem_2nsf1_18:hover{background-color:#f9fafb}._SegmentItem_2nsf1_18._Selected_2nsf1_31,._SegmentItem_2nsf1_18._Selected_2nsf1_31:hover{background-color:var(--color--primary--opacity)}._SegmentName_2nsf1_39{font-size:14px;font-weight:600;color:var(--color--black);margin-bottom:4px}._SegmentDescription_2nsf1_46{font-size:12px;color:var(--color--gray-600);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._SegmentMeta_2nsf1_55{font-size:11px;color:var(--color--gray-500)}._Loading_2nsf1_60,._Error_2nsf1_61{display:flex;align-items:center;justify-content:center;padding:24px;color:var(--color--gray-600)}._EmptyState_2nsf1_69{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center}._EmptyStateTitle_2nsf1_78{font-size:14px;font-weight:600;color:var(--color--black);margin-bottom:8px}._EmptyStateDescription_2nsf1_85{font-size:12px;color:var(--color--gray-600);margin-bottom:16px}._CreateButton_2nsf1_91{display:flex;align-items:center;gap:6px;padding:8px 16px;background-color:var(--color--black);color:var(--color--white);border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .2s ease}._CreateButton_2nsf1_91:hover{opacity:.8}@media(max-width:768px){._SegmentsList_2nsf1_3{width:100%;min-width:unset}}._ModalContent_y532z_3{display:flex;flex-direction:column;gap:16px;padding:24px;min-width:400px;max-width:500px}._Title_y532z_12{font-size:24px;font-weight:600;color:#1a1a1a;margin:0}._SegmentName_y532z_19{font-size:14px;color:#585858;margin:0}._PreviewInfo_y532z_25{padding:12px 16px;background-color:var(--color--background--secondary);border-radius:8px}._ContactCount_y532z_31{font-size:16px;font-weight:600;color:var(--color--primary)}._SelectContainer_y532z_37{margin-bottom:8px}._LoadingContainer_y532z_41{display:flex;justify-content:center;padding:40px 0}._SuccessMessage_y532z_47{text-align:center;padding:16px 0}._SuccessText_y532z_52{font-size:16px;font-weight:500;color:var(--color--green);margin:0 0 8px}._Warning_y532z_59{font-size:14px;color:var(--color--orange);margin:0 0 16px}._Error_y532z_65{padding:12px;background-color:var(--color--red--opacity);border:1px solid var(--color--red);border-radius:var(--rounded-border-radius);color:var(--color--red);font-size:14px}._Actions_y532z_74{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}._SegmentDetail_1geg1_3{display:flex;flex-direction:column;height:100%;overflow:hidden}._Header_1geg1_10{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-bottom:1px solid var(--color--gray-200);background-color:var(--color--white)}._HeaderInfo_1geg1_20{flex:1;min-width:0}._SegmentName_1geg1_25{font-size:18px;font-weight:600;color:var(--color--black);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._SegmentDescription_1geg1_35{font-size:13px;color:var(--color--gray-500);margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._HeaderActions_1geg1_44{display:flex;align-items:center;gap:4px;flex-shrink:0}._IconButton_1geg1_51{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;border-radius:8px;color:var(--color--gray-500);cursor:pointer;transition:all .15s ease}._IconButton_1geg1_51 svg{fill:currentColor}._IconButton_1geg1_51:hover{background-color:#0000000f}._IconButton_1geg1_51:active{background-color:#0000001a}._IconButton_1geg1_51:disabled{opacity:.4;cursor:not-allowed}._IconButton_1geg1_51:disabled:hover{background:none;color:var(--color--gray-500)}._IconButtonDanger_1geg1_87:hover{background-color:#ef444414;color:var(--color--error)}._IconButtonDanger_1geg1_87:active{background-color:#ef444426}._SendButton_1geg1_96{padding:8px 16px;background-color:var(--color--black);border:none;border-radius:8px;font-size:14px;font-weight:500;color:var(--color--white);cursor:pointer;margin-inline-start:8px;transition:opacity .15s ease}._SendButton_1geg1_96:hover{opacity:.8}._Content_1geg1_113{flex:1;overflow-y:auto;padding:32px;display:flex;flex-direction:column;align-items:center}._PreviewSection_1geg1_124{display:flex;align-items:baseline;gap:8px;margin-bottom:32px}._PreviewCount_1geg1_131{font-size:40px;font-weight:700;color:var(--color--primary);line-height:1}._PreviewLabel_1geg1_138{font-size:18px;font-weight:400;color:var(--color--gray-500)}._SentenceBuilder_1geg1_146{width:100%;max-width:700px;margin-bottom:32px}._SentenceIntro_1geg1_152{font-size:22px;font-weight:400;color:var(--color--gray-400);line-height:2}._SentenceClauses_1geg1_159{display:flex;flex-direction:column}._SentenceLine_1geg1_164{font-size:22px;font-weight:400;color:var(--color--gray-900);line-height:2}._SentencePrefix_1geg1_171{color:var(--color--gray-400)}._SentenceValue_1geg1_175{color:var(--color--primary);font-weight:500;border-bottom:2px solid var(--color--primary-light);padding-bottom:1px}._NoFilters_1geg1_182{font-size:16px;color:var(--color--gray-400);margin-top:8px}._MetaSection_1geg1_190{display:flex;gap:6px;width:100%;max-width:700px;padding-top:24px;border-top:1px solid var(--color--gray-100)}._MetaLabel_1geg1_199{font-size:13px;color:var(--color--gray-400)}._MetaValue_1geg1_204{font-size:13px;color:var(--color--gray-600)}._Loading_1geg1_209,._Error_1geg1_210{display:flex;align-items:center;justify-content:center;flex:1;color:var(--color--gray-600)}@media(max-width:768px){._Header_1geg1_10{padding:12px 16px}._Content_1geg1_113{padding:24px 16px}._SentenceIntro_1geg1_152,._SentenceLine_1geg1_164{font-size:18px}._PreviewCount_1geg1_131{font-size:32px}}._InlinePicker_110xn_3{position:relative;display:inline-block;vertical-align:baseline}._Trigger_110xn_9{display:inline;background:none;border:none;border-bottom:2px solid var(--color--primary, #5d32d0);color:var(--color--primary, #5d32d0);font:inherit;font-weight:600;cursor:pointer;padding:0 2px 2px;line-height:inherit;transition:opacity .15s ease}._Trigger_110xn_9:hover{opacity:.75}._Trigger_110xn_9._Empty_110xn_27{color:var(--color--gray-400, #9ca3af);border-bottom-color:var(--color--gray-400, #9ca3af);font-weight:400;font-style:italic}._Panel_110xn_34{position:absolute;top:calc(100% + 6px);left:0;z-index:1100;min-width:240px;max-width:400px;max-height:320px;overflow-y:auto;background-color:var(--color--white, #fff);border:1px solid var(--color--gray-200, #e5e7eb);border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:12px}.RTL ._Panel_110xn_34{left:auto;right:0}._Clause_1jl56_4{font-size:26px;font-weight:400;color:var(--color--gray-900, #111827);line-height:2.2;display:flex;align-items:baseline}._ClauseText_1jl56_13{flex:1;min-width:0}._Prefix_1jl56_18{color:var(--color--gray-400, #9ca3af)}._RemoveButton_1jl56_22{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;font-size:20px;color:var(--color--gray-400, #9ca3af);cursor:pointer;border-radius:6px;margin-inline-start:8px;transition:color .15s ease,background-color .15s ease;vertical-align:middle}._RemoveButton_1jl56_22:hover{color:var(--color--error, #ef4444);background-color:#ef444414}._PickerCheckboxGroup_1jl56_46{display:flex;flex-direction:column;gap:8px}._PickerCheckbox_1jl56_46{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--color--gray-700, #374151);cursor:pointer;padding:4px 0}._PickerCheckbox_1jl56_46 input[type=checkbox]{width:16px;height:16px;accent-color:var(--color--primary, #5d32d0)}._PickerToggleGroup_1jl56_68{display:flex;flex-direction:column;gap:4px}._PickerToggleOption_1jl56_74{display:block;width:100%;text-align:start;padding:8px 12px;background:none;border:none;border-radius:6px;font-size:14px;color:var(--color--gray-700, #374151);cursor:pointer;transition:background-color .1s ease}._PickerToggleOption_1jl56_74:hover{background-color:var(--color--gray-50, #f9fafb)}._PickerToggleOptionActive_1jl56_92{background-color:var(--color--primary-light, #eff6ff);color:var(--color--primary, #5d32d0);font-weight:500}._DateInput_1jl56_98{padding:8px 10px;border:1px solid var(--color--gray-300, #d1d5db);border-radius:6px;font-size:14px;color:var(--color--gray-900, #111827);width:100%}._DateInput_1jl56_98:focus{outline:none;border-color:var(--color--primary, #5d32d0)}._CustomFieldInputs_1jl56_112{display:flex;flex-direction:column;gap:8px}._TextInput_1jl56_118{padding:8px 10px;border:1px solid var(--color--gray-300, #d1d5db);border-radius:6px;font-size:14px;color:var(--color--gray-900, #111827);width:100%}._TextInput_1jl56_118:focus{outline:none;border-color:var(--color--primary, #5d32d0)}._LabelPickerContent_1jl56_133{min-width:240px;display:flex;flex-direction:column;gap:12px}._LabelGroup_1jl56_140{display:flex;flex-direction:column;gap:4px}._LabelGroupHeader_1jl56_146{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color--gray-400, #9ca3af);padding:0 0 4px;border-bottom:1px solid var(--color--gray-100, #f3f4f6);margin-bottom:2px}._LabelDot_1jl56_157{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}._ChannelIcon_1jl56_166{flex-shrink:0}._PickerEmpty_1jl56_171{font-size:13px;color:var(--color--gray-400, #9ca3af);padding:8px 4px;text-align:center}@media(max-width:640px){._Clause_1jl56_4{font-size:20px}}._PreviewCount_e1ibs_3{font-size:16px;font-weight:500;color:var(--color--gray-600, #4b5563)}._Count_e1ibs_9{font-weight:700;color:var(--color--primary, #5d32d0)}._Loading_e1ibs_14{color:var(--color--gray-400, #9ca3af)}._NoFilters_e1ibs_18{font-size:14px;font-weight:400;color:var(--color--gray-400, #9ca3af)}._Intro_1ogmy_4{font-size:26px;font-weight:400;color:var(--color--gray-400, #9ca3af);margin-bottom:12px;line-height:2.2}._Clauses_1ogmy_12{display:flex;flex-direction:column}._ContactIdsNotice_1ogmy_17{display:inline-block;padding:6px 14px;background-color:var(--color--primary-light, #eff6ff);border-radius:8px;font-size:16px;font-weight:500;color:var(--color--primary, #5d32d0);margin-bottom:8px}._AddCondition_1ogmy_29{display:inline;font-size:26px;line-height:2.2;color:var(--color--primary, #5d32d0)}._AddConditionPrefix_1ogmy_36{color:var(--color--gray-400, #9ca3af);font-weight:400}._AddConditionTrigger_1ogmy_41{display:inline;background:none;border:none;border-bottom:2px dashed var(--color--primary, #5d32d0);color:var(--color--primary, #5d32d0);font:inherit;font-size:inherit;font-weight:500;cursor:pointer;padding:0 2px 2px;line-height:inherit;transition:opacity .15s ease}._AddConditionTrigger_1ogmy_41:hover{opacity:.7}._AddConditionMenu_1ogmy_60{position:absolute;top:calc(100% + 6px);left:0;z-index:1100;min-width:260px;background-color:var(--color--white, #fff);border:1px solid var(--color--gray-200, #e5e7eb);border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:6px 0}._AddConditionItem_1ogmy_73{display:block;width:100%;text-align:start;padding:10px 16px;background:none;border:none;font-size:15px;color:var(--color--gray-700, #374151);cursor:pointer;transition:background-color .1s ease}._AddConditionItem_1ogmy_73:hover{background-color:var(--color--gray-50, #f9fafb)}.RTL ._AddConditionMenu_1ogmy_60{left:auto;right:0}@media(max-width:640px){._Intro_1ogmy_4,._AddCondition_1ogmy_29{font-size:20px}}._TabContent_ddfnn_3{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:var(--color--background--secondary)}._Header_ddfnn_11{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background-color:var(--color--white);border-bottom:1px solid #e0e0e0}._HeaderTitle_ddfnn_20{font-size:18px;font-weight:600;color:var(--color--black);margin:0 0 4px}._HeaderDescription_ddfnn_27{font-size:14px;color:#666;margin:0}._AddButton_ddfnn_33{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:var(--color--primary);color:var(--color--white);border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s ease;flex-shrink:0}._AddButton_ddfnn_33:hover{opacity:.9}._SegmentsContent_ddfnn_53{display:flex;flex-direction:row;flex:1;overflow:hidden}._MainView_ddfnn_60{display:flex;flex:1;position:relative;overflow:hidden;flex-direction:column;background-color:var(--color--white)}._EmptyState_ddfnn_69{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:40px;text-align:center}._EmptyStateTitle_ddfnn_79{font-size:18px;font-weight:600;color:var(--color--black);margin-bottom:8px}._EmptyStateDescription_ddfnn_86{font-size:14px;color:#585858;max-width:400px}@media(max-width:768px){._Header_ddfnn_11{flex-direction:column;gap:12px;padding:16px}._AddButton_ddfnn_33{align-self:flex-start}._SegmentsContent_ddfnn_53{flex-direction:column}}._TabContent_scepg_3{flex:1;overflow-y:auto;padding:24px;background-color:var(--color--background--secondary)}._LoadingState_scepg_10{display:flex;align-items:center;justify-content:center;padding:40px;color:#666}._AddButton_scepg_18{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:var(--color--primary);color:var(--color--white);border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s ease}._AddButton_scepg_18:hover{opacity:.9}._EmptyState_scepg_37{text-align:center;padding:40px 20px;color:#666;font-size:14px}._ItemList_scepg_44{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}._ItemListItem_scepg_53{border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;overflow:hidden}._ItemHeader_scepg_60{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s ease}._ItemHeader_scepg_60:hover{background-color:#f9fafb}._FieldPreview_scepg_73{display:flex;align-items:center;gap:12px}._ItemTitleText_scepg_79{font-size:14px;font-weight:500;color:#09090b}._FieldTypeBadge_scepg_85{font-size:11px;padding:2px 8px;background-color:#e0e7ff;color:#4f46e5;border-radius:12px;font-weight:500}._ItemActions_scepg_94{display:flex;align-items:center;gap:8px}._ActionIcon_scepg_100{cursor:pointer;opacity:.6;transition:opacity .2s ease}._ActionIcon_scepg_100:hover{opacity:1}._ActionIconDisabled_scepg_110{opacity:.3;cursor:not-allowed}._ActionIconDisabled_scepg_110:hover{opacity:.3}._ChevronIcon_scepg_119{transition:transform .2s ease}._ChevronExpanded_scepg_123{transform:rotate(180deg)}._ItemContent_scepg_127{padding:16px;border-top:1px solid #e5e7eb;background-color:#fafafa;display:flex;flex-direction:column;gap:16px}._UsageWarning_scepg_136{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:6px;padding:10px 14px;font-size:13px;color:#92400e}._FormRow_scepg_145{display:flex;gap:16px}._FormField_scepg_150{flex:1;display:flex;flex-direction:column;gap:6px}._FormLabel_scepg_157{font-size:13px;font-weight:500;color:#374151}._Select_scepg_163{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;cursor:pointer}._Select_scepg_163:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}._CheckboxLabel_scepg_179{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer;padding:8px 0}._CheckboxLabel_scepg_179 input[type=checkbox]{width:16px;height:16px;cursor:pointer}._HelpText_scepg_195{font-size:12px;color:#6b7280}._SaveButtonContainer_scepg_200{display:flex;justify-content:center;padding:20px 0}@media(max-width:768px){._FormRow_scepg_145{flex-direction:column}}._Wizard_re14n_3{display:flex;flex-direction:column;width:600px;max-width:100%;max-height:80vh;border-radius:12px;overflow:hidden;background:#fff}._Header_re14n_17{display:flex;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}._Title_re14n_24{font-size:22px;font-weight:600;color:#111827;margin:0}._Progress_re14n_32{padding:0;background:#f9fafb;border-bottom:1px solid #e5e7eb}._ProgressSteps_re14n_38{display:flex}._ProgressStep_re14n_38{flex:1;display:flex;flex-direction:column;position:relative}._ProgressLabel_re14n_49{font-size:13px;color:#6b7280;padding:16px 12px 12px;text-align:center}._ProgressStepActive_re14n_56 ._ProgressLabel_re14n_49{color:#5d32d0;font-weight:600}._ProgressStepComplete_re14n_61 ._ProgressLabel_re14n_49{color:#111827;font-weight:500}._ProgressLine_re14n_66{height:4px;background:#e5e7eb;transition:background .3s ease;width:100%}._ProgressStepActive_re14n_56 ._ProgressLine_re14n_66,._ProgressStepComplete_re14n_61 ._ProgressLine_re14n_66{background:#5d32d0}._Content_re14n_82{flex:1;overflow-y:auto;padding:24px;min-height:0}._Footer_re14n_90{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #e5e7eb;background:#fff;z-index:10}._StepHeader_re14n_101{margin-bottom:20px}._StepNumber_re14n_105{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}._StepTitle_re14n_112{font-size:16px;font-weight:600;color:#111827;margin:4px 0 0}._StepContent_re14n_119{display:flex;flex-direction:column;gap:16px}._StepDescription_re14n_125{color:#6b7280;font-size:14px;line-height:1.5;margin:0}._Error_re14n_132{background:var(--color-error-bg, #fef2f2);color:var(--color-error, #dc2626);padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}._Warning_re14n_141{background:var(--color-warning-bg, #fffbeb);color:var(--color-warning, #d97706);padding:12px 16px;border-radius:8px;font-size:14px}._Dropzone_re14n_150{border:3px dashed #c4c4c4;border-radius:12px;padding:40px;text-align:center;cursor:pointer;transition:all .2s ease;background:#f9fafb}._Dropzone_re14n_150:hover{border-color:#5d32d0;background:#f3f4f6;box-shadow:0 2px 8px #0000000d}._DropzoneContent_re14n_166{display:flex;flex-direction:column;align-items:center;gap:8px}._DropzoneText_re14n_173{font-size:14px;color:#111827}._DropzoneHint_re14n_178{font-size:12px;color:#6b7280}._FileName_re14n_183{font-size:14px;font-weight:500;color:#5d32d0}._FileSize_re14n_189{font-size:12px;color:#6b7280}._PreviewSection_re14n_195{margin-top:16px}._PreviewTitle_re14n_199{font-size:14px;font-weight:600;color:#111827;margin:0 0 12px}._TableWrapper_re14n_206{overflow-x:auto;border:1px solid #e2e8f0;border-radius:6px;background:#fff}._PreviewTable_re14n_214{width:100%;border-collapse:collapse;font-size:13px;table-layout:auto}._PreviewTable_re14n_214 th{text-align:left;padding:10px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0;white-space:nowrap;position:sticky;top:0;z-index:10;font-weight:600;color:#1e293b}._PreviewTable_re14n_214 td{padding:10px 12px;border-bottom:1px solid #f1f5f9;white-space:nowrap;color:#334155;text-align:left}._PreviewTable_re14n_214 tr:last-child td{border-bottom:none}._RowCount_re14n_246{margin:12px 0 0;font-size:13px;color:#6b7280}._MappingList_re14n_253{display:flex;flex-direction:column;gap:12px}._MappingRow_re14n_259{display:flex;align-items:center;gap:16px;padding:12px;background:#f9fafb;border-radius:8px}._MappingSource_re14n_268{flex:1;min-width:0}._MappingHeader_re14n_273{font-size:14px;font-weight:500;color:#111827}._MappingSample_re14n_279{font-size:12px;color:#6b7280;margin-top:2px;word-break:break-word}._MappingArrow_re14n_286{color:#6b7280;font-size:16px}._MappingTarget_re14n_291{width:200px;flex-shrink:0}._SummaryBox_re14n_297{display:flex;gap:24px;padding:16px;background:#f9fafb;border-radius:8px}._SummaryItem_re14n_305{display:flex;flex-direction:column;gap:4px}._SummaryLabel_re14n_311{font-size:12px;color:#6b7280}._SummaryValue_re14n_316{font-size:18px;font-weight:600;color:#111827}._SummaryValueSuccess_re14n_322{font-size:18px;font-weight:600;color:var(--color-success, #16a34a)}._SummaryValueWarning_re14n_328{font-size:18px;font-weight:600;color:var(--color-warning, #d97706)}._WarningsSection_re14n_335{background:var(--color-warning-bg, #fffbeb);padding:16px;border-radius:8px}._WarningsTitle_re14n_341{font-size:14px;font-weight:600;color:var(--color-warning, #d97706);margin:0 0 8px}._WarningsList_re14n_348{margin:0;padding-left:20px}._WarningItem_re14n_353{font-size:13px;color:#6b7280;margin-bottom:4px}._LoadingContainer_re14n_360{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}._LoadingText_re14n_369{font-size:16px;font-weight:500;color:#111827;margin:0}._LoadingSubtext_re14n_376{font-size:13px;color:#6b7280;margin:0}._ResultContainer_re14n_383{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 0}._SuccessIcon_re14n_391{width:64px;height:64px;border-radius:50%;background:var(--color-success-bg, #dcfce7);color:var(--color-success, #16a34a);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700}._ErrorIcon_re14n_404{width:64px;height:64px;border-radius:50%;background:var(--color-error-bg, #fef2f2);color:var(--color-error, #dc2626);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700}._ResultTitle_re14n_417{font-size:20px;font-weight:600;color:#111827;margin:16px 0 24px}._ResultStats_re14n_424{display:flex;gap:32px;margin-bottom:24px}._ResultStat_re14n_424{display:flex;flex-direction:column;align-items:center;gap:4px}._ResultStatValue_re14n_437{font-size:28px;font-weight:700;color:#111827}._ResultStatValue_re14n_437._Success_re14n_391{color:var(--color-success, #16a34a)}._ResultStatValue_re14n_437._Warning_re14n_141{color:var(--color-warning, #d97706)}._ResultStatValue_re14n_437._Error_re14n_132{color:var(--color-error, #dc2626)}._ResultStatLabel_re14n_455{font-size:12px;color:#6b7280}._ErrorSection_re14n_461{width:100%;text-align:left;background:var(--color-error-bg, #fef2f2);padding:16px;border-radius:8px;margin-top:8px}._ErrorSectionTitle_re14n_470{font-size:14px;font-weight:600;color:var(--color-error, #dc2626);margin:0 0 12px}._ErrorList_re14n_477{margin:0;padding-left:20px}._ErrorItem_re14n_482{font-size:13px;color:#6b7280;margin-bottom:6px}._ErrorValue_re14n_488{color:#9ca3af}._DownloadButton_re14n_492{margin-top:12px;padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;color:#111827;cursor:pointer;transition:all .2s ease}._DownloadButton_re14n_492:hover{background:#f9fafb;border-color:#6b7280}._Contacts_1oso6_3{display:flex;flex-direction:column;width:100%;height:100%;background-color:var(--color--background--secondary)}._ContactsContent_1oso6_11{display:flex;flex-direction:row;flex:1;overflow:hidden}._MainView_1oso6_18{display:flex;flex:1;position:relative;overflow:hidden;flex-direction:column;background-color:var(--color--white)}._EmptyState_1oso6_27{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:40px;text-align:center}._EmptyStateIcon_1oso6_37{width:80px;height:80px;margin-bottom:24px;opacity:.5}._EmptyStateTitle_1oso6_44{font-size:18px;font-weight:600;color:var(--color--black);margin-bottom:8px}._EmptyStateDescription_1oso6_51{font-size:14px;color:#585858;max-width:400px}._Header_1oso6_57{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e0e0e0;background-color:var(--color--white)}._HeaderTitle_1oso6_66{font-size:20px;font-weight:600;color:var(--color--black)}._AddButton_1oso6_72{display:flex;align-items:center;gap:8px;padding:8px 16px;margin-inline-start:8px;background-color:var(--color--primary);color:var(--color--white);border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}._AddButton_1oso6_72:hover{opacity:.9}._HeaderActions_1oso6_92{display:flex;gap:4px;align-items:center}._IconButton_1oso6_98{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;border-radius:8px;color:var(--color--gray-500, #585858);cursor:pointer;transition:all .15s ease}._IconButton_1oso6_98:hover{background-color:#0000000f}._IconButton_1oso6_98:disabled{opacity:.4;cursor:not-allowed}._IconButton_1oso6_98:disabled:hover{background:none}._IconButtonActive_1oso6_125{background-color:var(--color--primary--opacity);color:var(--color--primary)}._TabNavigation_1oso6_131{display:flex;gap:0;border-bottom:1px solid #e0e0e0;background-color:var(--color--white);padding:0 24px}._Tab_1oso6_131{padding:14px 20px;border:none;background:none;font-size:14px;font-weight:500;color:#666;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease;margin-bottom:-1px}._Tab_1oso6_131:hover{color:var(--color--black)}._TabActive_1oso6_156{color:var(--color--black);font-weight:600;border-bottom-color:var(--color--primary)}._TabContent_1oso6_163{flex:1;overflow-y:auto;padding:24px;background-color:var(--color--background--secondary)}@media(max-width:768px){._Header_1oso6_57{padding:12px 16px;gap:8px}._AddButton_1oso6_72{padding:6px 12px;font-size:13px}._TabNavigation_1oso6_131{padding:0 12px;overflow-x:auto;overflow-y:hidden}._Tab_1oso6_131{padding:10px 14px;font-size:13px;white-space:nowrap}}._ConversationInfoSidePanel_1v9dv_3{width:280px;min-width:280px;background-color:var(--color--white);border-inline-start:1px solid #e0e0e0;display:flex;flex-direction:column;overflow:hidden;opacity:1;transition:width .25s ease,min-width .25s ease,opacity .2s ease}._ConversationInfoSidePanel_1v9dv_3._Collapsed_1v9dv_15{width:0;min-width:0;opacity:0}._Header_1v9dv_21{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e0e0e0}._Title_1v9dv_29{font-size:14px;font-weight:600;color:#585858;text-transform:uppercase;letter-spacing:.05em}._ViewLink_1v9dv_37{font-size:12px;color:var(--color--primary);text-decoration:none;cursor:pointer}._ViewLink_1v9dv_37:hover{text-decoration:underline}._Content_1v9dv_48{flex:1;overflow-y:auto;padding:16px}._ProfileSection_1v9dv_54{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}._Avatar_1v9dv_61{width:60px;height:60px;border-radius:50%;background-color:var(--color--primary);color:var(--color--white);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:600;margin-bottom:12px}._Name_1v9dv_75{font-size:16px;font-weight:600;color:var(--color--black);text-align:center}._InfoList_1v9dv_82{display:flex;flex-direction:column;gap:12px;text-align:start}._InfoItem_1v9dv_89{display:flex;flex-direction:column;gap:2px}._InfoLabel_1v9dv_95{font-size:11px;color:#585858;text-transform:uppercase}._InfoValue_1v9dv_101{font-size:13px;color:var(--color--black)}._Labels_1v9dv_106{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}._Label_1v9dv_106{padding:3px 8px;border-radius:12px;font-size:11px;font-weight:500}._LoadingState_1v9dv_120{display:flex;align-items:center;justify-content:center;padding:40px}._EmptyState_1v9dv_127{padding:20px;text-align:center;color:#585858;font-size:13px}._TabNavigation_1v9dv_134{display:flex;border-bottom:1px solid #e0e0e0;padding:0 8px}._Tab_1v9dv_134{flex:1;padding:10px 8px;border:none;background:none;font-size:13px;font-weight:500;color:#666;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;text-align:center;transition:color .2s ease,border-bottom-color .2s ease}._Tab_1v9dv_134:hover{color:var(--color--black)}._TabActive_1v9dv_159{color:var(--color--black);font-weight:600;border-bottom-color:var(--color--primary)}._TabContent_1v9dv_165{flex:1;overflow-y:auto}._UnmappedState_1v9dv_172{display:flex;flex-direction:column;align-items:center;padding:24px 16px;text-align:center;gap:16px;flex:1}._UnmappedIcon_1v9dv_182{width:48px;height:48px;border-radius:50%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:22px;color:#9ca3af}._UnmappedTitle_1v9dv_194{font-size:14px;font-weight:600;color:var(--color--black)}._UnmappedDesc_1v9dv_200{font-size:12px;color:#585858;line-height:1.4}._ThreadContactInfo_1v9dv_206{width:100%;padding:12px;background-color:#f9fafb;border-radius:8px;text-align:start}._ThreadContactInfo_1v9dv_206 ._InfoItem_1v9dv_89{display:flex;flex-direction:column;gap:2px}._ThreadContactInfo_1v9dv_206 ._InfoItem_1v9dv_89+._InfoItem_1v9dv_89{margin-top:8px}._ActionButtons_1v9dv_224{display:flex;flex-direction:column;gap:8px;width:100%}._ActionButton_1v9dv_224{width:100%;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;border:none;transition:background-color .15s ease}._ActionButtonPrimary_1v9dv_242{background-color:var(--color--primary);color:var(--color--white)}._ActionButtonPrimary_1v9dv_242:hover{opacity:.9}._ActionButtonSecondary_1v9dv_251{background-color:transparent;color:var(--color--primary);border:1px solid var(--color--primary)}._ActionButtonSecondary_1v9dv_251:hover{background-color:#f0f0ff}._SearchSection_1v9dv_263{width:100%;display:flex;flex-direction:column;gap:8px;flex:1;overflow:hidden}._SearchHeader_1v9dv_272{display:flex;align-items:center;gap:8px}._BackButton_1v9dv_278{background:none;border:none;cursor:pointer;font-size:16px;color:#585858;padding:4px;display:flex;align-items:center}._SearchInput_1v9dv_289{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;outline:none;transition:border-color .15s ease}._SearchInput_1v9dv_289:focus{border-color:var(--color--primary)}._SearchResults_1v9dv_303{flex:1;overflow-y:auto;display:flex;flex-direction:column}._SearchResultItem_1v9dv_310{display:flex;flex-direction:column;gap:2px;padding:10px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .1s ease}._SearchResultItem_1v9dv_310:hover{background-color:#f3f4f6}._SearchResultName_1v9dv_324{font-size:13px;font-weight:500;color:var(--color--black)}._SearchResultDetail_1v9dv_330{font-size:11px;color:#585858}._SearchHint_1v9dv_335{padding:16px;text-align:center;font-size:12px;color:#9ca3af}._ActivitiesTab_10ygl_3{display:flex;flex-direction:column;gap:16px;padding:16px}._AddNoteForm_10ygl_12{display:flex;flex-direction:column;gap:8px}._NoteTextarea_10ygl_18,._EditTextarea_10ygl_19{width:100%;padding:8px 10px;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;font-family:inherit;color:var(--color--black);background:#fafafa;resize:vertical;box-sizing:border-box;transition:border-color .15s ease}._NoteTextarea_10ygl_18:focus,._EditTextarea_10ygl_19:focus{outline:none;border-color:var(--color--primary);background:var(--color--white)}._AddNoteButton_10ygl_40{align-self:flex-end;padding:6px 14px;background:var(--color--primary);color:var(--color--white);border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .15s ease}._AddNoteButton_10ygl_40:hover:not(:disabled){opacity:.88}._AddNoteButton_10ygl_40:disabled{opacity:.45;cursor:not-allowed}._Timeline_10ygl_64{position:relative;padding-inline-start:28px;display:flex;flex-direction:column;gap:0}._Timeline_10ygl_64:before{content:"";position:absolute;inset-inline-start:8px;top:6px;bottom:6px;width:2px;background:#e8e8e8}._TimelineItem_10ygl_82{position:relative;padding-bottom:18px}._TimelineItem_10ygl_82:last-child{padding-bottom:0}._TimelineNode_10ygl_91{position:absolute;inset-inline-start:-23px;top:5px;width:10px;height:10px;border-radius:50%;background:var(--color--primary);border:2px solid var(--color--white);box-shadow:0 0 0 1px #e8e8e8;flex-shrink:0}._TimelineHeader_10ygl_106{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}._TimelineDate_10ygl_113{font-size:11px;color:#888}._NoteContent_10ygl_120{display:flex;flex-direction:column}._NoteActions_10ygl_125{display:flex;gap:6px}._ActionButton_10ygl_130{background:none;border:none;padding:2px 4px;font-size:11px;color:#666;cursor:pointer;border-radius:4px;transition:color .15s ease,background .15s ease}._ActionButton_10ygl_130:hover:not(:disabled){color:var(--color--black);background:#e8e8e8}._ActionButton_10ygl_130:disabled{opacity:.45;cursor:not-allowed}._IconButton_10ygl_151{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:4px;border-radius:4px;color:#374151;cursor:pointer;transition:background .15s ease,color .15s ease}._IconButton_10ygl_151:hover:not(:disabled){background:#f3f4f6;color:#4b5563}._IconButton_10ygl_151:disabled{opacity:.4;cursor:not-allowed}._IconButtonDanger_10ygl_174:hover:not(:disabled){background:#fef2f2;color:#dc2626}._NoteText_10ygl_18{font-size:13px;color:var(--color--black);margin:0;white-space:pre-wrap;word-break:break-word}._LabelContent_10ygl_193{display:flex;flex-direction:column}._LabelRow_10ygl_198{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._LabelEventText_10ygl_205{font-size:12px;color:#555}._LabelBadge_10ygl_210{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:500;line-height:1.6}._TimelineHeaderLeft_10ygl_221{display:flex;align-items:center;gap:6px}._MemberAvatar_10ygl_229{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0}._MemberAvatarInitials_10ygl_237{width:20px;height:20px;border-radius:50%;background:#6366f1;color:#fff;font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}._MessagePreview_10ygl_253{font-size:12px;color:#6b7280;margin:3px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._NoActivities_10ygl_265{text-align:center;color:#888;font-size:13px;padding:20px 0}._Segments_tmr14_3{display:flex;flex-direction:column;width:100%;height:100%;background-color:var(--color--background)}._SegmentsContent_tmr14_11{display:flex;flex-direction:row;flex:1;overflow:hidden}._MainView_tmr14_18{display:flex;flex:1;position:relative;overflow:hidden;flex-direction:column;background-color:var(--color--white)}._EmptyState_tmr14_27{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:40px;text-align:center}._EmptyStateTitle_tmr14_37{font-size:18px;font-weight:600;color:var(--color--black);margin-bottom:8px}._EmptyStateDescription_tmr14_44{font-size:14px;color:var(--color--gray-600);max-width:400px}._Header_tmr14_50{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--color--gray-200);background-color:var(--color--white)}._HeaderTitle_tmr14_59{font-size:20px;font-weight:600;color:var(--color--black)}._AddButton_tmr14_65{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:var(--color--black);color:var(--color--white);border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s ease}._AddButton_tmr14_65:hover{opacity:.8}._GrowthMenu_1g1vc_1{width:280px;background:#fff;border-left:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column;overflow-y:auto}._MenuHeader_1g1vc_11{padding:24px 20px 16px;border-bottom:1px solid #e5e7eb}._MenuTitle_1g1vc_16{margin:0;font-size:20px;font-weight:600;color:#111827}._MenuList_1g1vc_23{list-style:none;margin:0;padding:12px 8px}._MenuItem_1g1vc_29{margin-bottom:4px}._MenuLink_1g1vc_33{display:flex;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;color:#6b7280;border-radius:8px;transition:all .2s ease;font-size:15px;font-weight:500}._MenuLink_1g1vc_33:hover{background-color:#f3f4f6;color:#111827}._MenuLinkActive_1g1vc_51{background-color:#f3f4f6;color:#111827;font-weight:600}._MenuLinkActive_1g1vc_51:hover{background-color:#e5e7eb}._MenuLabel_1g1vc_61{flex:1}@media(max-width:768px){._GrowthMenu_1g1vc_1{width:100%;border-left:none;border-bottom:1px solid #e5e7eb;height:auto}._MenuHeader_1g1vc_11{padding:16px}._MenuTitle_1g1vc_16{font-size:18px}._MenuList_1g1vc_23{padding:8px;display:flex;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}._MenuList_1g1vc_23::-webkit-scrollbar{display:none}._MenuItem_1g1vc_29{margin-bottom:0;margin-inline-end:4px}._MenuLink_1g1vc_33{padding:10px 14px;white-space:nowrap;font-size:14px}}.RTL ._MenuLink_1g1vc_33,[dir=rtl] ._MenuLink_1g1vc_33{direction:rtl}._GrowthLayout_ib9h7_1{display:flex;flex-direction:row;height:100%;width:100%;overflow:hidden}._Content_ib9h7_9{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:24px;gap:24px}@media(max-width:768px){._GrowthLayout_ib9h7_1{flex-direction:column}._Content_ib9h7_9{padding:16px}}._Badge_1nqjn_1{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:.75rem;font-weight:500;line-height:1}._BadgeSm_1nqjn_14{padding:2px;background:none}._Row_1nqjn_19{display:inline-flex;align-items:center;gap:6px}._Table_1rz9v_1{width:100%;border-collapse:collapse}._Table_1rz9v_1 th{text-align:start;padding:12px 16px;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}._Table_1rz9v_1 td{padding:12px 16px;font-size:.875rem;color:#0f172a;border-bottom:1px solid #f1f5f9}._ClickableRow_1rz9v_24{cursor:pointer;transition:background-color .15s}._ClickableRow_1rz9v_24:hover td{background-color:#f0f4ff}._ChannelCol_1rz9v_33{width:40px;text-align:center}._ThumbCol_1rz9v_38{width:56px;padding-right:0!important}._Thumbnail_1rz9v_43{width:44px;height:44px;border-radius:8px;object-fit:cover;background:#f1f5f9;display:block}._ThumbnailPlaceholder_1rz9v_52{width:44px;height:44px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#cbd5e1;font-size:1.25rem}._TitlePreview_1rz9v_64{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}._CaptionPreview_1rz9v_72{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._StatusBadge_1rz9v_79{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:9999px;font-size:.75rem;font-weight:500}._StatusDot_1rz9v_89{width:6px;height:6px;border-radius:50%;display:inline-block}._StatusDraft_1rz9v_96{background-color:#f1f5f9;color:#64748b}._StatusDraft_1rz9v_96 ._StatusDot_1rz9v_89{background-color:#94a3b8}._StatusScheduled_1rz9v_105{background-color:#dbeafe;color:#1d4ed8}._StatusScheduled_1rz9v_105 ._StatusDot_1rz9v_89{background-color:#3b82f6}._StatusPublishing_1rz9v_114{background-color:#fef3c7;color:#d97706}._StatusPublishing_1rz9v_114 ._StatusDot_1rz9v_89{background-color:#f59e0b}._StatusPublished_1rz9v_123{background-color:#dcfce7;color:#16a34a}._StatusPublished_1rz9v_123 ._StatusDot_1rz9v_89{background-color:#22c55e}._StatusFailed_1rz9v_132{background-color:#fee2e2;color:#dc2626}._StatusFailed_1rz9v_132 ._StatusDot_1rz9v_89{background-color:#ef4444}._MetricsCell_1rz9v_141{display:flex;align-items:center;gap:12px;font-size:.75rem;color:#64748b}._MetricItem_1rz9v_149{display:flex;align-items:center;gap:3px;white-space:nowrap}._MetricIcon_1rz9v_156{font-size:.7rem}._Actions_1rz9v_160{display:flex;gap:8px}._ActionBtn_1rz9v_165{background:none;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem;cursor:pointer;color:#64748b;transition:all .15s}._ActionBtn_1rz9v_165:hover{background-color:#f1f5f9;color:#0f172a}._ActionBtnDanger_1rz9v_181:hover{background-color:#fee2e2;color:#dc2626;border-color:#fca5a5}._EmptyState_1rz9v_187{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 16px;color:#94a3b8;font-size:.875rem}._DateText_1rz9v_197{font-size:.75rem;color:#94a3b8}._Calendar_1pih9_1{display:flex;flex-direction:column;gap:16px}._Nav_1pih9_7{display:flex;align-items:center;justify-content:center;gap:16px}._NavBtn_1pih9_14{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;color:#64748b;transition:all .15s}._NavBtn_1pih9_14:hover{background-color:#f1f5f9;color:#0f172a}._MonthLabel_1pih9_33{font-size:1rem;font-weight:600;color:#0f172a;min-width:180px;text-align:center}._Grid_1pih9_41{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}._DayHeader_1pih9_49{padding:8px 4px;font-size:.75rem;font-weight:600;color:#64748b;text-align:center;text-transform:uppercase;letter-spacing:.05em;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}._Cell_1pih9_61{min-height:90px;padding:4px;border-right:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:2px}._Cell_1pih9_61:nth-child(7n){border-right:none}._EmptyCell_1pih9_75{background-color:#fafafa}._Today_1pih9_79{background-color:#eff6ff}._DayNumber_1pih9_83{font-size:.75rem;font-weight:500;color:#64748b;padding:2px 4px}._Today_1pih9_79 ._DayNumber_1pih9_83{color:#3b82f6;font-weight:700}._PostList_1pih9_95{display:flex;flex-direction:column;gap:2px;overflow:hidden}._PostItem_1pih9_102{display:flex;align-items:center;gap:4px;padding:2px 4px;border-radius:4px;background:none;border:none;cursor:pointer;text-align:start;transition:background-color .15s;width:100%}._PostItem_1pih9_102:hover{background-color:#e0e7ff}._PostThumb_1pih9_120{width:20px;height:20px;border-radius:3px;object-fit:cover;flex-shrink:0}._PostTitle_1pih9_128{font-size:.625rem;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:640px){._Cell_1pih9_61{min-height:60px}._PostThumb_1pih9_120{display:none}}._Toggle_1a07s_1{display:flex;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}._Btn_1a07s_8{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;cursor:pointer;color:#94a3b8;transition:all .15s}._Btn_1a07s_8:hover{background-color:#f1f5f9;color:#64748b}._Btn_1a07s_8+._Btn_1a07s_8{border-left:1px solid #e2e8f0}._Active_1a07s_30{background-color:#eff6ff;color:#3b82f6}._Active_1a07s_30:hover{background-color:#dbeafe;color:#2563eb}._Header_wxf9j_1{display:flex;justify-content:space-between;align-items:center}._TitleRow_wxf9j_7{display:flex;align-items:center;gap:12px}._Title_wxf9j_7{font-size:24px;font-weight:600;color:var(--text-primary, #111827)}._NewPostBtn_wxf9j_19{display:flex;align-items:center;gap:4px;background:#3b82f6;color:#fff;padding:8px 20px;border-radius:8px;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s}._NewPostBtn_wxf9j_19:hover{background-color:#2563eb}._PostGenerator_7m6li_1{display:flex;gap:8px;align-items:flex-end}._Textarea_7m6li_7{flex:1;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;outline:none;resize:vertical;min-height:44px;transition:border-color .15s}._Textarea_7m6li_7:focus{border-color:#3b82f6}._GenerateBtn_7m6li_24{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background-color:#8b5cf6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background-color .15s}._GenerateBtn_7m6li_24:hover{background-color:#7c3aed}._GenerateBtn_7m6li_24:disabled{opacity:.5;cursor:not-allowed}._SparkleIcon_7m6li_49{flex-shrink:0}._Overlay_htrec_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}._Modal_htrec_11{background:#fff;border-radius:12px;width:90%;max-width:720px;max-height:90vh;display:flex;flex-direction:column}._Header_htrec_21{display:flex;align-items:center;gap:12px;padding:16px 24px;border-bottom:1px solid #e2e8f0}._Title_htrec_29{font-size:1rem;font-weight:600;color:#1e293b;flex:1}._UploadBtn_htrec_36{display:flex;align-items:center;gap:4px;background:#f0f9ff;color:#0369a1;padding:6px 14px;border-radius:8px;border:1px solid #bae6fd;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}._UploadBtn_htrec_36:hover{background:#e0f2fe;border-color:#7dd3fc}._UploadBtn_htrec_36:disabled{opacity:.6;cursor:not-allowed}._CloseBtn_htrec_61{width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:1.125rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s}._CloseBtn_htrec_61:hover{background-color:#e2e8f0}._Body_htrec_81{flex:1;overflow-y:auto;padding:16px 24px}._Grid_htrec_87{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}._GridItem_htrec_93{aspect-ratio:1;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;padding:0;background:#f1f5f9;transition:border-color .15s}._GridItem_htrec_93 img{width:100%;height:100%;object-fit:cover;display:block}._GridItem_htrec_93:hover{border-color:#93c5fd}._GridItem_htrec_93:disabled{opacity:.4;cursor:not-allowed}._GridItemSelected_htrec_120{border-color:#3b82f6}._EmptyState_htrec_124{text-align:center;padding:40px 20px;color:#94a3b8;font-size:.875rem}._Footer_htrec_131{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:16px 24px;border-top:1px solid #e2e8f0}._CancelBtn_htrec_140{padding:8px 16px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}._CancelBtn_htrec_140:hover{background-color:#f8fafc;border-color:#cbd5e1}._DoneBtn_htrec_157{padding:8px 20px;border-radius:8px;border:none;background:#3b82f6;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s}._DoneBtn_htrec_157:hover{background-color:#2563eb}._DoneBtn_htrec_157:disabled{opacity:.6;cursor:not-allowed}._HiddenInput_htrec_178{display:none}._Sentence_z4ttp_3{font-size:26px;font-weight:400;color:var(--color--gray-900, #111827);line-height:2.2}._CaptionContext_z4ttp_11{padding:10px 14px;background:var(--color--gray-50, #f9fafb);border:1px solid var(--color--gray-200, #e5e7eb);border-radius:8px;font-size:14px;color:var(--color--gray-400, #9ca3af);line-height:1.5;white-space:pre-wrap;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:8px;cursor:pointer;transition:border-color .15s}._CaptionContext_z4ttp_11:hover{border-color:var(--color--gray-300, #d1d5db)}._CaptionExpanded_z4ttp_33{display:block;-webkit-line-clamp:unset}._Extras_z4ttp_39{margin-top:24px}._ExtraSection_z4ttp_43{padding:14px 16px;background:var(--color--gray-50, #f9fafb);border:1px solid var(--color--gray-200, #e5e7eb);border-radius:10px;margin-bottom:10px}._ExtraSectionHeader_z4ttp_51{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._ExtraLabel_z4ttp_58{font-size:13px;font-weight:600;color:var(--color--gray-gray-500, #6b7280);text-transform:uppercase;letter-spacing:.03em}._ExtraRemoveBtn_z4ttp_66{width:22px;height:22px;border-radius:50%;border:none;background:var(--color--gray-200, #e5e7eb);color:var(--color--gray-gray-500, #6b7280);font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s}._ExtraRemoveBtn_z4ttp_66:hover{background-color:var(--color--gray-300, #d1d5db)}._AddExtras_z4ttp_87{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}._AddExtraTrigger_z4ttp_94{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;border-radius:100px;font-size:13px;font-weight:500;cursor:pointer;border:2px dashed var(--color--primary, #5d32d0);background:none;color:var(--color--primary, #5d32d0);transition:all .15s}._AddExtraTrigger_z4ttp_94:hover{background-color:var(--color--primary-light, #eff6ff)}._StylePresets_z4ttp_114{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}._StyleChip_z4ttp_121{padding:5px 14px;border-radius:100px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid var(--color--gray-200, #e5e7eb);background:var(--color--white, #fff);color:var(--color--gray-700, #374151);transition:all .15s}._StyleChip_z4ttp_121:hover{border-color:var(--color--primary, #5d32d0);color:var(--color--primary, #5d32d0)}._StyleChipActive_z4ttp_138{background:var(--color--primary, #5d32d0);border-color:var(--color--primary, #5d32d0);color:var(--color--white, #fff)}._StyleCustomInput_z4ttp_144{width:100%;padding:8px 12px;border:1px solid var(--color--gray-200, #e5e7eb);border-radius:6px;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s}._StyleCustomInput_z4ttp_144:focus{border-color:var(--color--primary, #5d32d0)}._ColorGrid_z4ttp_160{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._ColorSwatch_z4ttp_167{width:32px;height:32px;border-radius:50%;border:3px solid var(--color--white, #fff);box-shadow:0 0 0 1px var(--color--gray-200, #e5e7eb);cursor:pointer;position:relative;transition:box-shadow .15s,transform .1s}._ColorSwatch_z4ttp_167:hover{box-shadow:0 0 0 2px var(--color--primary, #5d32d0);transform:scale(1.1)}._ColorRemove_z4ttp_183{position:absolute;top:-6px;right:-6px;width:16px;height:16px;border-radius:50%;border:none;background:var(--color--gray-gray-500, #6b7280);color:#fff;font-size:10px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}._ColorSwatch_z4ttp_167:hover ._ColorRemove_z4ttp_183{opacity:1}._ColorAdd_z4ttp_207{width:32px;height:32px;border-radius:50%;border:2px dashed var(--color--gray-300, #d1d5db);background:none;color:var(--color--gray-400, #9ca3af);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,color .15s}._ColorAdd_z4ttp_207:hover{border-color:var(--color--primary, #5d32d0);color:var(--color--primary, #5d32d0)}._HiddenPicker_z4ttp_227{position:absolute;width:0;height:0;opacity:0;pointer-events:none}._StepIndicator_z4ttp_236{display:flex;align-items:center;gap:12px;padding:32px 0;justify-content:center}._Spinner_z4ttp_244{width:24px;height:24px;border:3px solid var(--color--gray-200, #e5e7eb);border-top-color:var(--color--primary, #5d32d0);border-radius:50%;animation:_spin_z4ttp_1 .8s linear infinite}@keyframes _spin_z4ttp_1{to{transform:rotate(360deg)}}._StepLabel_z4ttp_259{font-size:15px;font-weight:500;color:var(--color--gray-gray-500, #6b7280)}._ReviewSection_z4ttp_266{padding:14px 16px;background:var(--color--gray-50, #f9fafb);border:1px solid var(--color--gray-200, #e5e7eb);border-radius:10px;margin-top:20px;display:flex;flex-direction:column;gap:12px}._ReviewField_z4ttp_277{display:flex;flex-direction:column;gap:4px}._ReviewLabel_z4ttp_283{font-size:13px;font-weight:600;color:var(--color--gray-gray-500, #6b7280);text-transform:uppercase;letter-spacing:.03em}._ReviewInput_z4ttp_291{width:100%;padding:8px 12px;border:1px solid var(--color--gray-200, #e5e7eb);border-radius:6px;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s}._ReviewInput_z4ttp_291:focus{border-color:var(--color--primary, #5d32d0)}._PromptPreview_z4ttp_307{padding:20px;background:var(--color--gray-50, #f9fafb);border:1px solid var(--color--gray-200, #e5e7eb);border-radius:10px;margin-top:20px}._PromptHeadline_z4ttp_315{font-size:20px;font-weight:600;color:var(--color--gray-900, #111827);margin:0 0 8px}._PromptSubtext_z4ttp_322{font-size:14px;color:var(--color--gray-600, #4b5563);margin:0 0 16px}._EditPromptBtn_z4ttp_328{padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid var(--color--primary, #5d32d0);background:var(--color--white, #fff);color:var(--color--primary, #5d32d0);transition:all .15s;margin-bottom:12px}._EditPromptBtn_z4ttp_328:hover{background-color:var(--color--primary-light, #eff6ff)}._PromptEditor_z4ttp_345{width:100%;padding:12px;border:1px solid var(--color--gray-200, #e5e7eb);border-radius:8px;font-size:13px;font-family:Menlo,Monaco,Courier New,monospace;line-height:1.5;resize:vertical;margin-top:12px;outline:none;transition:border-color .15s}._PromptEditor_z4ttp_345:focus{border-color:var(--color--primary, #5d32d0)}._Preview_z4ttp_364{display:flex;flex-direction:column;gap:12px;align-items:flex-start;padding-top:20px;margin-top:20px;border-top:1px solid var(--color--gray-200, #e5e7eb)}._PreviewImg_z4ttp_374{max-width:320px;width:100%;border-radius:10px;border:1px solid var(--color--gray-200, #e5e7eb)}._RegenerateBtn_z4ttp_381{padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid var(--color--gray-200, #e5e7eb);background:var(--color--white, #fff);color:var(--color--gray-700, #374151);transition:all .15s}._RegenerateBtn_z4ttp_381:hover{background-color:var(--color--gray-50, #f9fafb)}._RegenerateBtn_z4ttp_381:disabled{opacity:.5;cursor:not-allowed}._RefList_z4ttp_403{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}._RefItem_z4ttp_410{display:flex;align-items:center;gap:10px;padding:6px;border:1px solid var(--color--gray-200, #e5e7eb);border-radius:8px;background:var(--color--white, #fff)}._RefThumb_z4ttp_420{width:48px;height:48px;border-radius:6px;object-fit:cover;flex-shrink:0}._RefContent_z4ttp_428{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}._RefModeToggle_z4ttp_436{display:flex;gap:4px}._RefModeBtn_z4ttp_441{padding:4px 8px;border-radius:6px;font-size:16px;cursor:pointer;border:1px solid var(--color--gray-200, #e5e7eb);background:var(--color--white, #fff);transition:all .15s;display:flex;align-items:center;justify-content:center}._RefModeBtn_z4ttp_441:hover{border-color:var(--color--primary, #5d32d0);background-color:var(--color--primary-light, #eff6ff)}._RefModeBtnActive_z4ttp_459{background:var(--color--primary, #5d32d0);border-color:var(--color--primary, #5d32d0);box-shadow:0 0 0 2px var(--color--primary-light, #eff6ff)}._RefInstruction_z4ttp_465{width:100%;padding:6px 10px;border:1px solid var(--color--gray-200, #e5e7eb);border-radius:6px;font-size:13px;font-family:inherit;outline:none;transition:border-color .15s;min-width:0}._RefInstruction_z4ttp_465:focus{border-color:var(--color--primary, #5d32d0)}._RefRemoveBtn_z4ttp_481{width:24px;height:24px;border-radius:50%;border:none;background:var(--color--gray-100, #f3f4f6);color:var(--color--gray-gray-500, #6b7280);font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .15s}._RefRemoveBtn_z4ttp_481:hover{background-color:var(--color--gray-200, #e5e7eb)}@media(max-width:640px){._Sentence_z4ttp_3{font-size:20px}}._ImageInput_ci7ez_1{display:flex;flex-direction:column;gap:8px}._Tabs_ci7ez_7{display:flex;gap:0;border-bottom:1px solid #e2e8f0}._Tab_ci7ez_7{padding:6px 14px;font-size:.8125rem;font-weight:500;cursor:pointer;border:none;background:none;color:#64748b;border-bottom:2px solid transparent;transition:all .15s}._Tab_ci7ez_7:hover{color:#0f172a}._TabActive_ci7ez_29{color:#3b82f6;border-bottom-color:#3b82f6}._Label_ci7ez_34{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._Input_ci7ez_42{padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .15s}._Input_ci7ez_42:focus{border-color:#3b82f6}._Thumbnail_ci7ez_55{width:80px;height:80px;border-radius:8px;object-fit:cover;border:1px solid #e2e8f0}._UploadBtn_ci7ez_63{padding:6px 14px;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;border:1px solid #bae6fd;background:#f0f9ff;color:#0369a1;transition:all .15s;align-self:flex-start}._UploadBtn_ci7ez_63:hover{background:#e0f2fe;border-color:#7dd3fc}._UploadBtn_ci7ez_63:disabled{opacity:.6;cursor:not-allowed}._LibraryGrid_ci7ez_86{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px;max-height:240px;overflow-y:auto;padding:4px 0}._LibraryItem_ci7ez_95{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:border-color .15s,transform .1s}._LibraryItem_ci7ez_95:hover{border-color:#3b82f6;transform:scale(1.04)}._AiTriggerBtn_ci7ez_110{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 20px;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;border:2px dashed var(--color--primary, #5d32d0);background:var(--color--primary-light, #f5f3ff);color:var(--color--primary, #5d32d0);transition:all .15s}._AiTriggerBtn_ci7ez_110:hover{background-color:#ede9fe;border-color:#7c3aed}._LibraryLoading_ci7ez_131,._LibraryEmpty_ci7ez_132{padding:20px;text-align:center;font-size:.8125rem;color:#94a3b8}._Section_a9y6u_1{display:flex;flex-direction:column;gap:16px}._SectionHeader_a9y6u_7{font-size:.75rem;font-weight:600;color:#64748b;letter-spacing:.05em;text-transform:uppercase;padding-bottom:8px;border-bottom:1px solid #e2e8f0}._SectionBody_a9y6u_17{display:flex;flex-direction:column;gap:12px}._PostEditor_og7hm_1{display:flex;flex-direction:column;gap:28px}._TitleInput_og7hm_7{width:100%;padding:14px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;font-weight:500;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s;background:#fafbfc}._TitleInput_og7hm_7:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}._CaptionArea_og7hm_26{width:100%;min-height:180px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:.875rem;font-family:inherit;resize:vertical;outline:none;transition:border-color .2s,box-shadow .2s;background:#fafbfc;line-height:1.6}._CaptionArea_og7hm_26:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}._CaptionMeta_og7hm_47{display:flex;align-items:center;justify-content:space-between}._LanguageSelect_og7hm_53{padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:500;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;cursor:pointer;outline:none}._LanguageSelect_og7hm_53:hover{border-color:#cbd5e1}._LanguageSelect_og7hm_53:focus{border-color:#3b82f6}._CharCount_og7hm_73{font-size:.75rem;color:#94a3b8;text-align:end}._CharCountWarning_og7hm_79{color:#f59e0b}._Actions_og7hm_83{display:flex;gap:10px;flex-wrap:wrap}._ActionBtn_og7hm_89{padding:8px 20px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s;border:1px solid #e2e8f0;background:#fff;color:#0f172a}._ActionBtn_og7hm_89:hover{background-color:#f8fafc}._ActionBtn_og7hm_89:disabled{opacity:.5;cursor:not-allowed}._PrimaryBtn_og7hm_110{background-color:#3b82f6;color:#fff;border-color:#3b82f6}._PrimaryBtn_og7hm_110:hover{background-color:#2563eb}._DangerBtn_og7hm_120{color:#dc2626;border-color:#fca5a5}._DangerBtn_og7hm_120:hover{background-color:#fee2e2}._SaveDraftBtn_og7hm_129{padding:12px 24px;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;background:#0f172a;color:#fff;position:sticky;bottom:0;z-index:1}._SaveDraftBtn_og7hm_129:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 2px 8px #0f172a26}._SaveDraftBtn_og7hm_129:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}._SavedIndicator_og7hm_157{margin-inline-start:8px;font-size:.75rem;color:#4ade80;font-weight:400}._LinkToggleRow_og7hm_164{display:flex;align-items:center}._LinkToggleLabel_og7hm_169{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#334155;cursor:pointer}._LinkControls_og7hm_178{display:flex;flex-direction:column;gap:8px;margin-top:8px}._LinkChannelSelect_og7hm_185{padding:6px 10px;border-radius:6px;font-size:.875rem;border:1px solid #e2e8f0;background:#f8fafc;color:#334155;outline:none;cursor:pointer;align-self:flex-start}._LinkChannelSelect_og7hm_185:focus{border-color:#3b82f6}._LinkInput_og7hm_201{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;font-family:inherit;outline:none;transition:border-color .15s}._LinkInput_og7hm_201:focus{border-color:#3b82f6}._LinkPreview_og7hm_216{padding:8px 12px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;color:#475569;word-break:break-all}._Tabs_it8kz_1{display:flex;gap:4px;margin-bottom:8px}._Tab_it8kz_1{flex:1;padding:6px 0;border-radius:8px;font-size:.8125rem;font-weight:500;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .15s}._Tab_it8kz_1:hover{background:#f8fafc}._TabActive_it8kz_24{background:#0f172a;color:#fff;border-color:#0f172a}._PostPreview_it8kz_30{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff}._PreviewHeader_it8kz_37{display:flex;align-items:center;gap:10px;padding:12px 16px}._Avatar_it8kz_44{width:32px;height:32px;border-radius:50%;background-color:#e2e8f0}._AvatarImg_it8kz_51{width:32px;height:32px;border-radius:50%;object-fit:cover}._Username_it8kz_58{font-size:.875rem;font-weight:600;color:#0f172a}._ImageArea_it8kz_64{width:100%;aspect-ratio:1;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.875rem;overflow:hidden}._ImageArea_it8kz_64 img{width:100%;height:100%;object-fit:cover;cursor:zoom-in}._CaptionArea_it8kz_83{padding:12px 16px;font-size:.8125rem;color:#0f172a;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto}._Placeholder_it8kz_94{color:#94a3b8;font-style:italic}._Fullscreen_it8kz_99{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:200;cursor:zoom-out;padding:24px}._FullscreenImage_it8kz_111{max-width:100%;max-height:100%;object-fit:contain}._StoryPreview_it8kz_119{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#000;position:relative}._StoryProgressBar_it8kz_127{display:flex;gap:4px;padding:8px 10px 0;position:absolute;top:0;left:0;right:0;z-index:3}._StoryProgressSegment_it8kz_138{flex:1;height:2px;border-radius:1px;background:#ffffff59}._StoryProgressSegmentFilled_it8kz_145{background:#ffffffe6}._StoryHeader_it8kz_149{display:flex;align-items:center;gap:8px;padding:6px 12px 10px;position:absolute;top:14px;left:0;right:0;z-index:2;background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,transparent 100%)}._StoryHeaderControls_it8kz_162{display:flex;align-items:center;gap:8px;margin-inline-start:auto;color:#fff;font-size:.875rem;opacity:.85}._StoryAvatar_it8kz_172{width:32px;height:32px;border-radius:50%;background:#e2e8f0;flex-shrink:0;box-shadow:0 0 0 2px #fff3}._StoryAvatarRing_it8kz_181{width:36px;height:36px;border-radius:50%;background:conic-gradient(#f58529,#dd2a7b,#8134af,#515bd4,#f58529);display:flex;align-items:center;justify-content:center;flex-shrink:0}._StoryAvatarRing_it8kz_181 img{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2px solid #000}._StoryAvatarImg_it8kz_200{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0;box-shadow:0 0 0 2px #fff3}._StoryUsername_it8kz_209{font-size:.8125rem;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}._StoryTimestamp_it8kz_216{font-size:.6875rem;color:#ffffffb3;margin-inline-start:4px}._StoryImageArea_it8kz_222{width:100%;aspect-ratio:9 / 16;background:#000;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}._StoryImageArea_it8kz_222 img{width:100%;height:100%;object-fit:contain}._StoryBottomGradient_it8kz_239{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 100%);z-index:1;pointer-events:none}._StoryCaptionArea_it8kz_250{padding:10px 16px 14px;font-size:.8125rem;color:#ffffffd9;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:120px;overflow-y:auto;background:#000}._StoryImagePlaceholder_it8kz_262{color:#475569;font-size:.8125rem}._LinkSticker_it8kz_267{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:7px 14px;box-shadow:0 2px 12px #00000040;white-space:nowrap;max-width:calc(100% - 32px);overflow:hidden}._LinkStickerIcon_it8kz_285{font-size:.75rem;flex-shrink:0}._LinkStickerText_it8kz_290{font-size:.75rem;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis}._ChannelTabs_it8kz_300{display:flex;gap:4px;margin-bottom:8px}._ChannelTab_it8kz_300{flex:1;padding:6px 0;border-radius:8px;font-size:.8125rem;font-weight:500;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .15s}._ChannelTab_it8kz_300:hover{background:#f8fafc}._ChannelTabActive_it8kz_323{background:#3b82f6;color:#fff;border-color:#3b82f6}._FbHeaderText_it8kz_331{display:flex;flex-direction:column;gap:1px}._FbTimestamp_it8kz_337{font-size:.6875rem;color:#94a3b8}._FbCaptionArea_it8kz_342{padding:0 16px 10px;font-size:.8125rem;color:#0f172a;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:120px;overflow-y:auto}._FbImageArea_it8kz_353{width:100%;aspect-ratio:1.91 / 1;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.875rem;overflow:hidden}._FbImageArea_it8kz_353 img{width:100%;height:100%;object-fit:cover;cursor:zoom-in}._FbActions_it8kz_372{display:flex;justify-content:space-around;padding:10px 16px;border-top:1px solid #e2e8f0}._FbAction_it8kz_372{font-size:.8125rem;font-weight:600;color:#64748b}._PublishedPostView_1ohnx_1{display:flex;flex-direction:column;gap:20px}._MetaBar_1ohnx_7{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._PublishedDate_1ohnx_14{font-size:.875rem;color:#64748b}._StatusBadge_1ohnx_19{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:9999px;font-size:.75rem;font-weight:500;background-color:#dcfce7;color:#16a34a}._RefreshBtn_1ohnx_31{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s;border:1px solid #e2e8f0;background:#fff;color:#64748b;margin-inline-start:auto}._RefreshBtn_1ohnx_31:hover{background:#f8fafc;color:#0f172a}._RefreshBtn_1ohnx_31:disabled{opacity:.5;cursor:not-allowed}._CardsGrid_1ohnx_57{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}._PreviewCard_1ohnx_63{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff}._CardLabel_1ohnx_72{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:.8125rem;font-weight:600;color:#0f172a;border-bottom:1px solid #f1f5f9;background:#fafbfc}._CardLabelIcon_1ohnx_84{font-size:1rem;line-height:1}._CardPreview_1ohnx_89{flex:1}._CardAnalytics_1ohnx_93{display:flex;flex-direction:column;gap:8px;padding:12px 16px 16px;border-top:1px solid #f1f5f9}._StatsGrid_1ohnx_101{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}._StatCard_1ohnx_107{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:8px;background:#f8fafc;border:1px solid #f1f5f9}._StatLabel_1ohnx_117{display:flex;align-items:center;gap:4px;font-size:.6875rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.03em}._StatIcon_1ohnx_128{font-size:.75rem;line-height:1}._StatValue_1ohnx_133{font-size:1.125rem;font-weight:700;color:#0f172a}._LastUpdated_1ohnx_139{font-size:.65rem;color:#94a3b8;text-align:end}._NoAnalytics_1ohnx_145{padding:12px 16px;text-align:center;color:#94a3b8;font-size:.75rem;border-top:1px solid #f1f5f9}._LoadingSkeleton_1ohnx_153{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px 16px 16px;border-top:1px solid #f1f5f9}._SkeletonCard_1ohnx_161{height:56px;border-radius:8px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:_shimmer_1ohnx_1 1.5s infinite}@keyframes _shimmer_1ohnx_1{0%{background-position:200% 0}to{background-position:-200% 0}}._Container_u06rh_1{display:flex;flex-direction:column;gap:8px}._ChannelRow_u06rh_7{display:flex;align-items:center;gap:12px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}._ChannelRowDisabled_u06rh_17{opacity:.5}._ChannelLabel_u06rh_21{display:flex;align-items:center;gap:6px;min-width:110px;font-size:.8125rem;font-weight:600;color:#0f172a}._TypeCheckboxes_u06rh_31{display:flex;align-items:center;gap:14px;margin-inline-start:auto}._CheckboxLabel_u06rh_38{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}._CheckboxLabel_u06rh_38 input{accent-color:#3b82f6}._DisabledHint_u06rh_52{font-size:.6875rem;color:#94a3b8;margin-inline-start:auto;font-style:italic}._Overlay_szaxu_1{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}._Modal_szaxu_11{background:#fff;border-radius:12px;padding:24px;min-width:360px;max-width:90vw;display:flex;flex-direction:column;gap:16px}._Title_szaxu_22{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0}._Subtitle_szaxu_29{font-size:.8125rem;color:#64748b;margin:0;line-height:1.4}._PostSummary_szaxu_36{display:flex;gap:12px;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center}._Thumbnail_szaxu_46{width:56px;height:56px;border-radius:6px;object-fit:cover;flex-shrink:0}._SummaryText_szaxu_54{display:flex;flex-direction:column;gap:2px;min-width:0}._SummaryTitle_szaxu_61{font-size:.8125rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._SummaryCaption_szaxu_70{font-size:.75rem;color:#64748b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._PublishingTo_szaxu_80{display:flex;align-items:center;gap:8px}._PublishingToLabel_szaxu_86{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._StoryToggle_szaxu_94{display:flex;align-items:center;padding:4px 0}._DateLabel_szaxu_100{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._DateInput_szaxu_108{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;outline:none}._DateInput_szaxu_108:focus{border-color:#3b82f6}._ModalActions_szaxu_121{display:flex;gap:10px;justify-content:flex-end}._ModalBtn_szaxu_127{padding:8px 20px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#0f172a;transition:all .15s}._ModalBtn_szaxu_127:hover{background-color:#f8fafc}._PrimaryBtn_szaxu_143{background-color:#3b82f6;color:#fff;border-color:#3b82f6}._PrimaryBtn_szaxu_143:hover{background-color:#2563eb}._PrimaryBtn_szaxu_143:disabled{opacity:.5;cursor:not-allowed}._Overlay_e98tv_1{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}._Modal_e98tv_11{background:#fff;border-radius:12px;padding:24px;min-width:360px;max-width:90vw;display:flex;flex-direction:column;gap:16px}._Title_e98tv_22{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0}._Subtitle_e98tv_29{font-size:.8125rem;color:#64748b;margin:0;line-height:1.4}._PostSummary_e98tv_36{display:flex;gap:12px;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center}._Thumbnail_e98tv_46{width:56px;height:56px;border-radius:6px;object-fit:cover;flex-shrink:0}._SummaryText_e98tv_54{display:flex;flex-direction:column;gap:2px;min-width:0}._SummaryTitle_e98tv_61{font-size:.8125rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._SummaryCaption_e98tv_70{font-size:.75rem;color:#64748b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._PublishingTo_e98tv_80{display:flex;align-items:center;gap:8px}._PublishingToLabel_e98tv_86{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._StoryToggle_e98tv_94{display:flex;align-items:center;padding:4px 0}._ModalActions_e98tv_100{display:flex;gap:10px;justify-content:flex-end}._ModalBtn_e98tv_106{padding:8px 20px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#0f172a;transition:all .15s}._ModalBtn_e98tv_106:hover{background-color:#f8fafc}._PrimaryBtn_e98tv_122{background-color:#3b82f6;color:#fff;border-color:#3b82f6}._PrimaryBtn_e98tv_122:hover{background-color:#2563eb}._PrimaryBtn_e98tv_122:disabled{opacity:.5;cursor:not-allowed}._Header_1c3us_1{display:flex;align-items:center}._BackButton_1c3us_6{display:flex;align-items:center;gap:6px;background:none;border:none;color:#6b7280;cursor:pointer;font-size:.875rem;padding:0}._BackButton_1c3us_6:hover{color:#111827}._HeaderTitle_1c3us_22{font-size:1rem;font-weight:600;color:#0f172a;margin-inline-start:8px;padding-inline-start:8px;border-inline-start:1px solid #e2e8f0}._PublishBlogBtn_1c3us_31{margin-inline-start:auto;padding:8px 16px;font-size:.8125rem}._EditorView_1c3us_37{display:grid;grid-template-columns:1fr 360px;gap:24px;flex:1;min-height:0}._EditorMain_1c3us_45{display:flex;flex-direction:column;gap:16px;overflow-y:auto}._EditorSidebar_1c3us_52{display:flex;flex-direction:column;gap:16px}._SidebarActions_1c3us_58{display:flex;flex-direction:column;gap:10px;padding-top:4px}._ActionBtn_1c3us_65{padding:10px 20px;border-radius:10px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid #e2e8f0;background:#fff;color:#0f172a}._ActionBtn_1c3us_65:hover{background-color:#f8fafc;transform:translateY(-1px)}._ActionBtn_1c3us_65:disabled{opacity:.5;cursor:not-allowed;transform:none}._PrimaryBtn_1c3us_88{background-color:#3b82f6;color:#fff;border-color:#3b82f6;font-weight:600}._PrimaryBtn_1c3us_88:hover{background-color:#2563eb;box-shadow:0 2px 8px #3b82f640}._SuccessBanner_1c3us_100{background:#dcfce7;color:#166534;border:1px solid #bbf7d0;border-radius:8px;padding:12px 16px;font-size:.875rem;font-weight:500;margin-bottom:16px}@media(max-width:1024px){._EditorView_1c3us_37{grid-template-columns:1fr}._EditorSidebar_1c3us_52{order:-1}}._LogoUpload_1whdp_1{display:flex;flex-direction:column;gap:8px}._Label_1whdp_7{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._Row_1whdp_15{display:flex;align-items:center;gap:12px}._Thumbnail_1whdp_21{width:48px;height:48px;border-radius:8px;object-fit:contain;border:1px solid #e2e8f0;background:#f8fafc}._UploadBtn_1whdp_30{padding:6px 14px;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#0f172a;transition:all .15s}._UploadBtn_1whdp_30:hover{background-color:#f8fafc}._UploadBtn_1whdp_30:disabled{opacity:.5;cursor:not-allowed}._LibraryBtn_1whdp_51{padding:6px 14px;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#0f172a;transition:all .15s}._LibraryBtn_1whdp_51:hover{background-color:#f8fafc}._LibraryBtn_1whdp_51:disabled{opacity:.5;cursor:not-allowed}._LibraryGrid_1whdp_72{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:8px;max-height:200px;overflow-y:auto;padding:4px 0}._LibraryItem_1whdp_81{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:border-color .15s,transform .1s}._LibraryItem_1whdp_81:hover{border-color:#3b82f6;transform:scale(1.04)}._LibraryLoading_1whdp_96,._LibraryEmpty_1whdp_97{padding:16px;text-align:center;font-size:.8125rem;color:#94a3b8}._ColorSchemeEditor_1i8a8_1{display:flex;flex-direction:column;gap:8px}._LabelRow_1i8a8_7{display:flex;align-items:center;justify-content:space-between;gap:8px}._Label_1i8a8_7{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._ExtractBtn_1i8a8_22{padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#3b82f6;transition:all .15s}._ExtractBtn_1i8a8_22:hover{background-color:#eff6ff;border-color:#3b82f6}._ExtractBtn_1i8a8_22:disabled{opacity:.5;cursor:not-allowed}._Colors_1i8a8_44{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._ColorItem_1i8a8_51{display:flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:4px 8px}._Swatch_1i8a8_61{width:28px;height:28px;border-radius:4px;border:2px solid #e2e8f0;cursor:pointer;flex-shrink:0}._Swatch_1i8a8_61:hover{border-color:#94a3b8}._HiddenPicker_1i8a8_74{position:absolute;width:0;height:0;opacity:0;pointer-events:none}._Hex_1i8a8_82{font-size:.75rem;color:#64748b;font-family:monospace}._RemoveBtn_1i8a8_88{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1rem;padding:0 2px;line-height:1}._RemoveBtn_1i8a8_88:hover{color:#dc2626}._AddBtn_1i8a8_102{width:28px;height:28px;border-radius:6px;border:1px dashed #cbd5e1;background:none;color:#94a3b8;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}._AddBtn_1i8a8_102:hover{border-color:#3b82f6;color:#3b82f6}._VisualStyleInput_5aylz_1{display:flex;flex-direction:column;gap:8px}._Label_5aylz_7{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._Input_5aylz_15{padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .15s}._Input_5aylz_15:focus{border-color:#3b82f6}._Presets_5aylz_28{display:flex;flex-wrap:wrap;gap:6px}._Chip_5aylz_34{padding:4px 10px;border-radius:12px;font-size:.75rem;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .15s}._Chip_5aylz_34:hover{border-color:#3b82f6;color:#3b82f6}._ChipActive_5aylz_50{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}._BrandSettings_14839_1{display:flex;flex-direction:column;gap:16px}._SaveBtn_14839_7{padding:8px 20px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s;background-color:#3b82f6;color:#fff;border:none;align-self:flex-start;display:inline-flex;align-items:center;gap:8px}._SaveBtn_14839_7:hover{background-color:#2563eb}._SaveBtn_14839_7:disabled{opacity:.5;cursor:not-allowed}._SavedText_14839_32{font-size:.75rem;color:#bbf7d0;font-weight:400}._Header_11ue8_1{display:flex;align-items:center}._Title_11ue8_6{font-size:24px;font-weight:600;color:var(--text-primary, #111827)}._SettingsCard_11ue8_12{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;max-width:600px;margin-bottom:16px}._MediaCard_5usoj_1{border-radius:10px;border:1px solid #e2e8f0;overflow:hidden;cursor:pointer;transition:box-shadow .15s,border-color .15s;background:#fff}._MediaCard_5usoj_1:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61f}._ImageWrapper_5usoj_15{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f1f5f9}._Image_5usoj_15{width:100%;height:100%;object-fit:cover;display:block}._Info_5usoj_30{padding:10px 12px;display:flex;flex-direction:column;gap:6px}._FileName_5usoj_37{font-size:.8125rem;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._Labels_5usoj_46{display:flex;gap:4px;flex-wrap:wrap}._LabelChip_5usoj_52{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:12px;font-size:.6875rem;font-weight:500;background:#f1f5f9;color:#475569}._LabelDot_5usoj_64{width:6px;height:6px;border-radius:50%;flex-shrink:0}._StylingPrompt_5usoj_71{font-size:.75rem;color:#94a3b8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._MediaGrid_1sace_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}._EmptyState_1sace_7{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#94a3b8;text-align:center}._EmptyTitle_1sace_18{font-size:1rem;font-weight:500;color:#64748b;margin-bottom:4px}._EmptyDescription_1sace_25{font-size:.875rem}._MediaFilters_15789_1{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._SearchInput_15789_8{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;outline:none;transition:border-color .15s;min-width:200px}._SearchInput_15789_8:focus{border-color:#3b82f6}._LabelChips_15789_22{display:flex;gap:6px;flex-wrap:wrap}._LabelChip_15789_22{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:16px;font-size:.8125rem;font-weight:500;border:1px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;transition:all .15s}._LabelChip_15789_22:hover{border-color:#94a3b8}._LabelChipActive_15789_47{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8}._LabelDot_15789_53{width:8px;height:8px;border-radius:50%;flex-shrink:0}._UploadBtn_oqh5m_1{display:flex;align-items:center;gap:4px;background:#3b82f6;color:#fff;padding:8px 20px;border-radius:8px;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s}._UploadBtn_oqh5m_1:hover{background-color:#2563eb}._UploadBtn_oqh5m_1:disabled{opacity:.6;cursor:not-allowed}._HiddenInput_oqh5m_25{display:none}._Overlay_fhiu6_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}._Modal_fhiu6_11{background:#fff;border-radius:12px;width:90%;max-width:900px;max-height:86vh;display:flex;flex-direction:row;overflow:hidden}._VisualSide_fhiu6_22{flex:0 0 45%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;min-height:0}._ImagePreview_fhiu6_31{width:100%;height:100%;object-fit:contain;cursor:zoom-in;padding:16px}._ContentSide_fhiu6_39{flex:1;display:flex;flex-direction:column;overflow-y:auto;min-height:0}._Body_fhiu6_47{padding:20px 24px;display:flex;flex-direction:column;gap:16px;flex:1}@media(max-width:768px){._Modal_fhiu6_11{flex-direction:column;max-width:640px}._VisualSide_fhiu6_22{flex:none;max-height:280px}._ImagePreview_fhiu6_31{max-height:280px}}._FileName_fhiu6_71{font-size:1rem;font-weight:600;color:#1e293b}._Meta_fhiu6_77{font-size:.75rem;color:#94a3b8}._Field_fhiu6_82{display:flex;flex-direction:column;gap:6px}._FieldLabel_fhiu6_88{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._Input_fhiu6_96{padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;outline:none;transition:border-color .15s}._Input_fhiu6_96:focus{border-color:#3b82f6}._Textarea_fhiu6_110{padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;outline:none;resize:vertical;min-height:80px;transition:border-color .15s}._Textarea_fhiu6_110:focus{border-color:#3b82f6}._ExtractBtn_fhiu6_126{background:#f0f9ff;color:#0369a1;padding:8px 16px;border-radius:8px;border:1px solid #bae6fd;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s;align-self:flex-start}._ExtractBtn_fhiu6_126:hover{background:#e0f2fe;border-color:#7dd3fc}._ExtractBtn_fhiu6_126:disabled{opacity:.6;cursor:not-allowed}._Actions_fhiu6_149{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #e2e8f0}._SaveBtn_fhiu6_157{background:#3b82f6;color:#fff;padding:8px 20px;border-radius:8px;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s}._SaveBtn_fhiu6_157:hover{background-color:#2563eb}._SaveBtn_fhiu6_157:disabled{opacity:.6;cursor:not-allowed}._DeleteBtn_fhiu6_178{background:none;color:#ef4444;padding:8px 16px;border-radius:8px;border:1px solid #fecaca;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}._DeleteBtn_fhiu6_178:hover{background:#fef2f2;border-color:#ef4444}._DeleteBtn_fhiu6_178:disabled{opacity:.6;cursor:not-allowed}._Fullscreen_fhiu6_200{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:200;cursor:zoom-out;padding:24px}._FullscreenImage_fhiu6_212{max-width:100%;max-height:100%;object-fit:contain}._ToggleContainer_wyvfa_5{display:flex;align-items:center;gap:12px}._Label_wyvfa_11,._SecondaryLabel_wyvfa_12{font-size:14px;color:#4a5568;cursor:pointer}._ToggleSwitch_wyvfa_18{position:relative;display:inline-block;width:50px;height:24px;cursor:pointer}._ToggleSwitch_wyvfa_18 input{opacity:0;width:0;height:0}._Slider_wyvfa_32{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#cbd5e0;transition:.4s;border-radius:34px}._Slider_wyvfa_32:before{position:absolute;content:"";height:16px;width:16px;right:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.RTL ._Slider_wyvfa_32:before{right:auto;left:4px}input:checked+._Slider_wyvfa_32{background-color:#4299e1}input:focus+._Slider_wyvfa_32{box-shadow:0 0 1px #4299e1}input:checked+._Slider_wyvfa_32:before{transform:translate(-26px)}.RTL input:checked+._Slider_wyvfa_32:before{transform:translate(26px)}._Toggle_wyvfa_1._Square_wyvfa_81+._Slider_wyvfa_32{border-radius:4px}._Toggle_wyvfa_1._Square_wyvfa_81+._Slider_wyvfa_32:before{border-radius:2px}._Toggle_wyvfa_1._RoundedCorners_wyvfa_90+._Slider_wyvfa_32{border-radius:8px}._Toggle_wyvfa_1._RoundedCorners_wyvfa_90+._Slider_wyvfa_32:before{border-radius:4px}input:disabled+._Slider_wyvfa_32{opacity:.5;cursor:not-allowed}._ToggleError_wyvfa_104 ._Slider_wyvfa_32{background-color:#f56565}._HelperText_wyvfa_108{display:block;font-size:12px;color:#718096;margin-top:4px}._ErrorMessage_wyvfa_115{display:block;font-size:12px;color:#e53e3e;margin-top:4px;font-style:normal}._StepLabel_1roxv_3{font-size:13px;font-weight:600;color:var(--color--gray-gray-500, #6b7280);text-transform:uppercase;letter-spacing:.03em;margin-bottom:12px}._DropZone_1roxv_13{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 24px;border:2px dashed var(--color--gray-300, #d1d5db);border-radius:12px;background:var(--color--gray-50, #f9fafb);cursor:pointer;transition:border-color .15s,background-color .15s}._DropZone_1roxv_13:hover{border-color:var(--color--primary, #5d32d0);background:var(--color--primary-light, #eff6ff)}._DropZoneLabel_1roxv_32{font-size:15px;font-weight:500;color:var(--color--gray-700, #374151)}._DropZoneHint_1roxv_38{font-size:13px;color:var(--color--gray-400, #9ca3af)}._HiddenInput_1roxv_43{display:none}._ContextInput_1roxv_47{width:100%;padding:10px 12px;border:1px solid var(--color--gray-200, #e5e7eb);border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;outline:none;transition:border-color .15s;min-height:56px;margin-top:16px}._ContextInput_1roxv_47:focus{border-color:var(--color--primary, #5d32d0)}._ContextLabel_1roxv_65{font-size:13px;font-weight:600;color:var(--color--gray-gray-500, #6b7280);margin-top:20px;margin-bottom:6px}._AnalysisGrid_1roxv_74{display:flex;flex-direction:column;gap:12px}._AnalysisRow_1roxv_80{display:flex;gap:12px}._AnalysisCard_1roxv_85{flex:1;padding:12px 14px;background:var(--color--gray-50, #f9fafb);border:1px solid var(--color--gray-200, #e5e7eb);border-radius:8px}._AnalysisCardLabel_1roxv_93{font-size:11px;font-weight:600;color:var(--color--gray-gray-500, #6b7280);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}._AnalysisCardValue_1roxv_102{font-size:14px;color:var(--color--gray-700, #374151);line-height:1.4;min-height:38px}._ComponentChips_1roxv_109{display:flex;flex-wrap:wrap;gap:4px}._ComponentChip_1roxv_109{padding:3px 10px;border-radius:100px;font-size:12px;background:var(--color--white, #fff);border:1px solid var(--color--gray-200, #e5e7eb);color:var(--color--gray-700, #374151)}._ColorSwatches_1roxv_124{display:flex;gap:6px;flex-wrap:wrap}._ColorDot_1roxv_130{width:24px;height:24px;border-radius:50%;border:2px solid var(--color--white, #fff);box-shadow:0 0 0 1px var(--color--gray-200, #e5e7eb)}._PromptSection_1roxv_139{margin-top:20px;padding-top:20px;border-top:1px solid var(--color--gray-200, #e5e7eb)}._PromptLabel_1roxv_145{font-size:13px;font-weight:600;color:var(--color--gray-gray-500, #6b7280);text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px}._PromptArea_1roxv_154{width:100%;padding:12px 14px;border:1px solid var(--color--gray-200, #e5e7eb);border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;outline:none;transition:border-color .15s;min-height:120px}._PromptArea_1roxv_154:focus{border-color:var(--color--primary, #5d32d0)}._AspectRatioSection_1roxv_172{margin-top:16px}._AspectRatioOptions_1roxv_176{display:flex;gap:6px;flex-wrap:wrap}._AspectRatioBtn_1roxv_182{padding:5px 14px;border-radius:100px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid var(--color--gray-200, #e5e7eb);background:var(--color--white, #fff);color:var(--color--gray-700, #374151);transition:all .15s}._AspectRatioBtn_1roxv_182:hover{border-color:var(--color--primary, #5d32d0);color:var(--color--primary, #5d32d0)}._AspectRatioBtnActive_1roxv_199{background:var(--color--primary, #5d32d0);border-color:var(--color--primary, #5d32d0);color:var(--color--white, #fff)}._ScreenshotThumb_1roxv_206{max-width:200px;width:100%;border-radius:8px;border:1px solid var(--color--gray-200, #e5e7eb);margin-bottom:16px}._Preview_1roxv_215{display:flex;flex-direction:column;gap:12px;align-items:flex-start;padding-top:20px;margin-top:20px;border-top:1px solid var(--color--gray-200, #e5e7eb)}._PreviewImg_1roxv_225{max-width:400px;width:100%;border-radius:10px;border:1px solid var(--color--gray-200, #e5e7eb)}._RegenerateBtn_1roxv_232{padding:6px 14px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid var(--color--gray-200, #e5e7eb);background:var(--color--white, #fff);color:var(--color--gray-700, #374151);transition:all .15s}._RegenerateBtn_1roxv_232:hover{background-color:var(--color--gray-50, #f9fafb)}._RegenerateBtn_1roxv_232:disabled{opacity:.5;cursor:not-allowed}._LoadingState_1roxv_254{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 24px;color:var(--color--gray-gray-500, #6b7280);font-size:14px}._EditableField_1roxv_266{width:100%;padding:8px 12px;border:1px solid var(--color--gray-200, #e5e7eb);border-radius:6px;font-size:14px;font-family:inherit;color:var(--color--gray-700, #374151);background:var(--color--white, #fff);outline:none;transition:border-color .15s;resize:vertical}._EditableField_1roxv_266:focus{border-color:var(--color--primary, #5d32d0);background:var(--color--white, #fff)}._SettingsGrid_1roxv_286{display:flex;flex-direction:column;gap:20px;max-height:500px;overflow-y:auto;padding-right:4px}._SettingsSection_1roxv_295{padding:16px;background:var(--color--gray-50, #f9fafb);border:1px solid var(--color--gray-200, #e5e7eb);border-radius:10px}._SectionHeader_1roxv_302{font-size:13px;font-weight:600;color:var(--color--gray-700, #374151);text-transform:uppercase;letter-spacing:.03em;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--color--gray-200, #e5e7eb)}._SettingRow_1roxv_313{margin-bottom:12px}._SettingRow_1roxv_313:last-child{margin-bottom:0}._SettingLabel_1roxv_321{display:block;font-size:13px;font-weight:500;color:var(--color--gray-600, #4b5563);margin-bottom:6px}._InstructionsTextarea_1roxv_329{width:100%;padding:12px 14px;border:1px solid var(--color--gray-200, #e5e7eb);border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;outline:none;transition:border-color .15s;min-height:100px;background:var(--color--white, #fff)}._InstructionsTextarea_1roxv_329:focus{border-color:var(--color--primary, #5d32d0)}._InstructionsTextarea_1roxv_329::placeholder{color:var(--color--gray-400, #9ca3af)}._TwoColumnLayout_1roxv_352{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:20px}._SettingsColumn_1roxv_359{display:flex;flex-direction:column;gap:16px}._PreviewColumn_1roxv_365{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:24px;background:var(--color--gray-50, #f9fafb);border:1px solid var(--color--gray-200, #e5e7eb);border-radius:12px}._PreviewPlaceholder_1roxv_377{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;color:var(--color--gray-400, #9ca3af)}._PlaceholderText_1roxv_386{font-size:15px;font-weight:500;color:var(--color--gray-500, #6b7280)}._PlaceholderHint_1roxv_392{font-size:13px;max-width:250px}._GeneratingState_1roxv_397{display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--color--gray-500, #6b7280);font-size:14px}._PreviewContent_1roxv_406{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}._PreviewImage_1roxv_414{max-width:100%;width:100%;border-radius:10px;border:1px solid var(--color--gray-200, #e5e7eb);box-shadow:0 4px 6px -1px #0000001a}._CustomColorsEditor_1roxv_423{display:flex;flex-direction:column;gap:12px;margin-top:8px}._ColorInputsList_1roxv_430{display:flex;flex-direction:column;gap:8px}._ColorInputRow_1roxv_436{display:flex;align-items:center;gap:10px;padding:8px 12px;background:var(--color--white, #fff);border:1px solid var(--color--gray-200, #e5e7eb);border-radius:8px}._ColorInput_1roxv_430{width:50px;height:36px;border:none;border-radius:6px;cursor:pointer;outline:none}._ColorInput_1roxv_430::-webkit-color-swatch-wrapper{padding:0}._ColorInput_1roxv_430::-webkit-color-swatch{border:2px solid var(--color--gray-200, #e5e7eb);border-radius:4px}._ColorHex_1roxv_464{flex:1;font-size:13px;font-family:Courier New,monospace;color:var(--color--gray-700, #374151);font-weight:500}._RemoveColorBtn_1roxv_472{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:var(--color--gray-100, #f3f4f6);color:var(--color--gray-600, #4b5563);border-radius:6px;cursor:pointer;font-size:20px;line-height:1;transition:all .15s}._RemoveColorBtn_1roxv_472:hover{background:var(--color--red-100, #fee2e2);color:var(--color--red-600, #dc2626)}._AddColorBtn_1roxv_493{padding:8px 16px;border:1px dashed var(--color--gray-300, #d1d5db);background:transparent;color:var(--color--gray-600, #4b5563);border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s}._AddColorBtn_1roxv_493:hover{border-color:var(--color--primary, #5d32d0);color:var(--color--primary, #5d32d0);background:var(--color--primary-light, #eff6ff)}._FooterSummary_1roxv_512{font-size:13px;color:var(--color--gray-gray-500, #6b7280)}._Header_yf2og_1{display:flex;justify-content:space-between;align-items:center}._Title_yf2og_7{font-size:24px;font-weight:600;color:var(--text-primary, #111827)}._HeaderActions_yf2og_13{display:flex;align-items:center;gap:8px}._Content_yf2og_19{display:flex;flex-direction:column;gap:16px;margin-top:16px}._MarketingMessages_cyqi4_3{width:100%;height:100%;display:flex;flex-direction:column;gap:16px;padding:12px}._Card_cyqi4_12{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000a;max-width:100%}._AccentBar_cyqi4_20{width:100%;height:4px;background:var(--color--primary);border-top-left-radius:8px;border-top-right-radius:8px}._CardHeader_cyqi4_28{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #f1f5f9}._CardTitle_cyqi4_36{margin:0;font-size:18px;font-weight:600;color:var(--color--black)}._CardBody_cyqi4_43{padding:16px}._CardFooter_cyqi4_47{display:flex;justify-content:flex-end;gap:12px;padding:12px 16px 16px;border-top:1px solid #f1f5f9}.RTL ._CardFooter_cyqi4_47{justify-content:flex-start}._Button_cyqi4_59{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;color:var(--color--black);cursor:pointer;transition:all .15s ease}._Button_cyqi4_59:hover{background:#f8fafc}._Button_cyqi4_59:disabled{opacity:.6;cursor:not-allowed}._Primary_cyqi4_82{background:var(--color--black);border-color:var(--color--black);color:#fff}._Primary_cyqi4_82:hover{background:#111827;border-color:#111827}._Secondary_cyqi4_93{background:#f8fafc;border-color:#e2e8f0;color:var(--color--black)}._Pill_cyqi4_99{padding:4px 8px;border-radius:999px;font-size:12px;font-weight:600;background:#e2e8f0;color:#111827}._PillSuccess_cyqi4_108{background:#dcfce7;color:#166534}._PillWarning_cyqi4_113{background:#fef9c3;color:#854d0e}._PillDanger_cyqi4_118{background:#fee2e2;color:#991b1b}._MetaRow_cyqi4_123{display:flex;align-items:center;gap:8px}._HeaderActions_cyqi4_130{position:relative;margin-left:8px}._HeaderActionButton_cyqi4_136{padding:4px 10px;border-radius:999px;font-size:12px;line-height:1.2;letter-spacing:0}._CopyTooltip_cyqi4_145{position:absolute;right:0;bottom:110%;background:#111827;color:#fff;padding:4px 10px;border-radius:6px;box-shadow:0 6px 16px #0000001f;max-width:560px;min-width:360px;z-index:10}.RTL ._CopyTooltip_cyqi4_145{right:auto;left:0}._CopyTooltipTitle_cyqi4_164{font-weight:600;margin-bottom:2px;font-size:11px}._CopyTooltipText_cyqi4_170{font-size:11px;line-height:1.25;white-space:normal;word-break:break-all;direction:ltr;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}._PreviewBubble_cyqi4_181{max-width:620px}._DropdownTrigger_cyqi4_185{min-width:280px}._FileInput_cyqi4_189{display:block;padding:10px;border:1px dashed #cbd5e1;border-radius:6px;background:#f8fafc;cursor:pointer}._SummaryText_cyqi4_198{margin:0;font-size:12px;color:#666}._errorText_cyqi4_204{color:#ef4444}._mutedText_cyqi4_208{font-size:12px;color:#666}._CsvPreview_cyqi4_213{margin-top:8px;font-size:11px;color:#334155;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px;padding:6px 8px;max-width:300px;overflow-x:auto;direction:ltr}._CsvPreview_cyqi4_213 code{white-space:pre;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px}._recipientsContainer_cyqi4_234{max-height:220px;overflow:auto;border:1px solid #e2e8f0;border-radius:6px;background:#fff}._templatesTableContainer_cyqi4_242{max-height:320px;overflow:auto;border:1px solid #e2e8f0;border-radius:6px;background:#fff;position:relative}._table_cyqi4_251{width:100%;border-collapse:collapse;table-layout:fixed}._table_cyqi4_251 th{text-align:left;padding:10px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._templatesTableContainer_cyqi4_242 thead th{position:sticky;top:0;z-index:2}.RTL ._table_cyqi4_251 th{text-align:right}._table_cyqi4_251 td{padding:10px 12px;border-top:1px solid #f3f4f6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}._ClickableRow_cyqi4_287{cursor:pointer}._ClickableRowDisabled_cyqi4_291{cursor:not-allowed}._ClickableRow_cyqi4_287:hover td{background:#f9fafb}._templatesTableContainer_cyqi4_242 tfoot td{position:sticky;bottom:0;background:#fff;border-top:1px solid #e2e8f0;z-index:1}._phoneCell_cyqi4_308{direction:ltr}.RTL ._table_cyqi4_251 td{text-align:right}._TableLoadingCell_cyqi4_317{text-align:center}._LoadingMessage_cyqi4_321{font-size:14px;color:#334155;padding:14px 0}._PreviewHeader_cyqi4_328{font-weight:700;margin:0;color:#0f172a}._PreviewBody_cyqi4_334{margin:0;color:#111827}._PreviewFooter_cyqi4_339{margin:0;color:#374151;font-size:.92em}._EmptyState_cyqi4_345{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center;gap:16px;color:var(--color--black);width:100%}._EmptyStateIcon_cyqi4_357{font-size:32px;opacity:.8;margin-bottom:4px}._EmptyStateTitle_cyqi4_363{font-size:var(--font-size-large);font-weight:600;color:var(--color--black);margin:0;text-align:center;width:100%}._EmptyStateDescription_cyqi4_372{font-size:var(--font-size-medium);line-height:1.6;opacity:1;max-width:280px;margin:0 auto;color:var(--color--black);font-weight:500;text-align:center;width:100%;display:flex;justify-content:center;align-items:center}._WhatsappCTA_cyqi4_387{display:flex;align-items:center;gap:8px;margin-top:24px;padding:10px 16px;background:#2fbc88;border-radius:var(--rounded-border-radius);color:#fff;font-weight:500;transition:all .2s ease;cursor:pointer}._templatesLinkContainer_cyqi4_401{display:flex;align-items:center;gap:16px}._templatesLink_cyqi4_401{background:transparent;border-radius:0;color:#2fbc88;font-weight:500;text-decoration:underline;transition:none;cursor:pointer;padding-left:0}::global(._RTL_cyqi4_55) ._templatesLink_cyqi4_401{padding-right:0}._AdditionalFieldsContainer_cyqi4_423{margin-top:12px;padding:10px 12px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px}._AdditionalFieldsContainer_cyqi4_423 h4{margin:0 0 8px;font-size:14px;font-weight:600;color:var(--color--black)}._AdditionalFieldLabel_cyqi4_438{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:600;background:#e2e8f0;color:#111827;margin:0 8px 8px 0}::global(._RTL_cyqi4_55) ._AdditionalFieldLabel_cyqi4_438{margin:0 0 8px 8px}._Table_tk4s1_1{width:100%;border-collapse:collapse}._Table_tk4s1_1 th{text-align:start;padding:12px 16px;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}._Table_tk4s1_1 td{padding:12px 16px;font-size:.875rem;color:#0f172a;border-bottom:1px solid #f1f5f9}._TemplateCell_tk4s1_24{font-weight:500;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._SegmentCell_tk4s1_32{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#475569}._RecipientsCell_tk4s1_40{text-align:center;color:#475569}._StatusBadge_tk4s1_45{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:9999px;font-size:.75rem;font-weight:500;white-space:nowrap}._StatusDot_tk4s1_56{width:6px;height:6px;border-radius:50%;display:inline-block;flex-shrink:0}._StatusScheduled_tk4s1_64{background-color:#dbeafe;color:#1d4ed8}._StatusScheduled_tk4s1_64 ._StatusDot_tk4s1_56{background-color:#3b82f6}._StatusSending_tk4s1_73{background-color:#fef3c7;color:#d97706}._StatusSending_tk4s1_73 ._StatusDot_tk4s1_56{background-color:#f59e0b}._StatusSent_tk4s1_82{background-color:#dcfce7;color:#16a34a}._StatusSent_tk4s1_82 ._StatusDot_tk4s1_56{background-color:#22c55e}._StatusFailed_tk4s1_91{background-color:#fee2e2;color:#dc2626}._StatusFailed_tk4s1_91 ._StatusDot_tk4s1_56{background-color:#ef4444}._DateText_tk4s1_100{font-size:.75rem;color:#94a3b8;white-space:nowrap}._EmptyState_tk4s1_106{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 16px;color:#94a3b8;font-size:.875rem}._Intro_xmogc_3{font-size:26px;font-weight:400;color:var(--color--gray-400, #9ca3af);margin-bottom:12px;line-height:2.2}._Clauses_xmogc_11{display:flex;flex-direction:column}._Clause_xmogc_11{font-size:26px;font-weight:400;color:var(--color--gray-400, #9ca3af);line-height:2.2;display:flex;align-items:baseline}._ClauseText_xmogc_25{flex:1;min-width:0}._PickerToggleGroup_xmogc_31{display:flex;flex-direction:column;gap:4px}._PickerToggleOption_xmogc_37{display:block;width:100%;text-align:start;padding:8px 12px;background:none;border:none;border-radius:6px;font-size:14px;color:var(--color--gray-700, #374151);cursor:pointer;transition:background-color .1s ease}._PickerToggleOption_xmogc_37:hover{background-color:var(--color--gray-50, #f9fafb)}._PickerToggleOptionActive_xmogc_55{background-color:var(--color--primary-light, #eff6ff);color:var(--color--primary, #5d32d0);font-weight:500}._DateInput_xmogc_61{padding:8px 10px;border:1px solid var(--color--gray-300, #d1d5db);border-radius:6px;font-size:14px;color:var(--color--gray-900, #111827);width:100%;margin-top:8px}._DateInput_xmogc_61:focus{outline:none;border-color:var(--color--primary, #5d32d0)}._CountBadge_xmogc_76{padding:4px 14px;border-radius:9999px;font-size:.8125rem;font-weight:600;background:#e0f2fe;color:#0369a1;white-space:nowrap}._ErrorText_xmogc_86{margin-top:16px;font-size:.875rem;color:#dc2626}._CanvasContentWide_xmogc_93{max-width:1100px}._TemplatePreviewSection_xmogc_97{margin-top:32px;padding-top:24px;border-top:1px solid var(--color--gray-200, #e5e7eb)}._PreviewRow_xmogc_103{display:flex;gap:40px;align-items:flex-start}._MapperColumn_xmogc_109{flex:1;min-width:0}._PreviewColumn_xmogc_114{flex-shrink:0;width:340px;position:sticky;top:0}._PreviewOnly_xmogc_121{display:flex;justify-content:center;max-width:400px}._ImageUploadRow_xmogc_128{display:flex;align-items:center;gap:8px}._ImageUploadRow_xmogc_128 input[type=text]{flex:1;padding:8px 12px;border:1px solid var(--color-border, #d1d5db);border-radius:6px;font-size:14px}._ImageThumbnail_xmogc_142{position:relative;display:inline-block;width:64px;height:64px;border-radius:6px;overflow:hidden;border:1px solid var(--color-border, #d1d5db)}._ImageThumbnail_xmogc_142 img{width:100%;height:100%;object-fit:cover}._ImageThumbnailRemove_xmogc_158{position:absolute;top:2px;right:2px;width:20px;height:20px;border:none;border-radius:50%;background:#0000008c;color:#fff;font-size:12px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}@media(max-width:768px){._PreviewRow_xmogc_103{flex-direction:column}._PreviewColumn_xmogc_114{width:100%;position:static}}@media(max-width:640px){._Intro_xmogc_3,._Clause_xmogc_11{font-size:20px}}._Header_1m7vg_1{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}._Title_1m7vg_8{font-size:24px;font-weight:600;color:var(--text-primary, #111827)}._NewCampaignBtn_1m7vg_14{display:flex;align-items:center;gap:4px;background:#3b82f6;color:#fff;padding:8px 20px;border-radius:8px;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s}._NewCampaignBtn_1m7vg_14:hover{background-color:#2563eb}._TableCard_1m7vg_33{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000a;overflow:hidden}._LoadingRow_1m7vg_41{display:flex;align-items:center;justify-content:center;padding:48px 16px}._Container_10cw2_1{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:24px}._Card_10cw2_10{background:#fff;border-radius:16px;padding:48px 40px;max-width:500px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;text-align:center}._IconContainer_10cw2_20{margin-bottom:24px}._Icon_10cw2_20{font-size:64px;display:inline-block;animation:_pulse_10cw2_1 2s ease-in-out infinite}@keyframes _pulse_10cw2_1{0%,to{opacity:1}50%{opacity:.5}}._Title_10cw2_40{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 16px}._Message_10cw2_47{font-size:16px;color:#666;margin:0 0 16px;line-height:1.6}._SupportText_10cw2_54{font-size:14px;color:#666;margin:0 0 32px;line-height:1.6}._Actions_10cw2_61{display:flex;gap:12px;justify-content:center}._CheckboxWrapper_amnsk_2{display:flex;flex-direction:column;width:100%}._Group_amnsk_10 ._Options_amnsk_10{display:flex;gap:30px 30px;flex-wrap:wrap;border:1px solid rgb(229,231,235);padding:20px;border-radius:8px}._Group_amnsk_10._Vertical_amnsk_19 ._Options_amnsk_10{flex-direction:column}._Group_amnsk_10._Horizontal_amnsk_23 ._Options_amnsk_10{flex-direction:row}._GroupLabel_amnsk_27{display:block;margin-bottom:6px;font-size:14px;color:#09090b;line-height:18px}._Single_amnsk_37 ._Options_amnsk_10{display:inline-flex}._OptionLabel_amnsk_42{display:inline-flex;flex-direction:row;gap:12px;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;color:#09090b;position:relative;justify-content:start;font-family:Verdana,Geneva,Tahoma,sans-serif;letter-spacing:0px}._Rtl_amnsk_59 ._OptionLabel_amnsk_42{flex-direction:row-reverse}._CustomBox_amnsk_64{position:relative;width:18px;min-width:18px;height:18px;border:1px solid rgb(229,231,235);border-radius:4px;background:var(--color--white);transition:background-color .2s,border-color .2s}._CheckboxInput_amnsk_79{display:none;pointer-events:none}._CheckboxInput_amnsk_79:checked+._CustomBox_amnsk_64{background:#09090b;border-color:#09090b}._CheckboxInput_amnsk_79:checked+._CustomBox_amnsk_64:after{content:"";position:absolute;left:6px;top:-1px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translateY(2px)}._Disabled_amnsk_102{opacity:.5;pointer-events:none}._Square_amnsk_108 ._CustomBox_amnsk_64{border-radius:4px}._Round_amnsk_71 ._CustomBox_amnsk_64{border-radius:9999px}._HelperText_amnsk_116{font-size:12px;color:var(--color-dark-gray);display:block;padding:6px 12px;margin-bottom:8px}._ErrorMessage_amnsk_123{color:var(--color--red)}._Error_amnsk_123 ._CustomBox_amnsk_64{border-color:var(--color--red)}._Checkout_8w8hj_1{width:100%;height:550px;color:var(--color--black)}._iframeContainer_8w8hj_7{position:relative;width:100%;height:100%}._Iframe_8w8hj_13{width:100%;height:100%;border:0}._iframeOverlay_8w8hj_19{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fffc;display:flex;align-items:center;justify-content:center;cursor:not-allowed}._Info_8w8hj_32{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:16px;margin-bottom:20px;text-align:center;box-shadow:0 2px 4px #0000000d}._trialInfo_8w8hj_42 strong{color:#2c3e50;font-weight:600}._Checkbox_8w8hj_47{margin-top:10px}._Checkbox_8w8hj_47 a{color:#007bff;text-decoration:underline}._Checkbox_8w8hj_47 a:hover{text-decoration:none}._Checkbox_8w8hj_47>div{justify-content:center}._BillingSettingsForm_gmz84_1{display:flex;flex-direction:column;gap:16px}._FormField_gmz84_7{display:flex;flex-direction:column;gap:4px}._HelperText_gmz84_13{font-size:12px;color:#6b7280;margin-top:2px}._DarkVariant_gmz84_20{color:#fff}._DarkVariant_gmz84_20 ._HelperText_gmz84_13{color:#ffffffb3}._DarkVariant_gmz84_20 input{background:#ffffff26;border-color:#ffffff4d;color:#fff}._DarkVariant_gmz84_20 input::placeholder{color:#ffffff80}._DarkVariant_gmz84_20 input:focus{border-color:#ffffff80;background:#fff3}._DarkVariant_gmz84_20 label{color:#ffffffe6}._PageWrapper_120te_1{background:var(--color--white);min-height:calc(100dvh - 60px);height:calc(100dvh - 60px);display:flex;align-items:stretch;justify-content:center;padding:20px;overflow:hidden}._CheckoutContainer_120te_12{display:flex;flex-direction:row;max-width:1100px;width:100%;background:var(--color--white);border-radius:24px;box-shadow:0 8px 40px #0000001f;overflow:hidden;z-index:1}._InfoSide_120te_24,._CheckoutSide_120te_25{overflow-y:auto}._LoadingContainer_120te_29,._ErrorContainer_120te_30{display:flex;align-items:center;justify-content:center;min-height:400px;color:#666;background:var(--color--white);border-radius:24px;padding:40px;z-index:1}._InfoSide_120te_24{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);padding:32px 40px;color:#fff;display:flex;flex-direction:column}._PricingInfo_120te_52{display:flex;flex-direction:column;height:100%}._PricingTitle_120te_58{font-size:24px;font-weight:700;margin:0 0 20px;color:#fff}._PricingCards_120te_65{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}._PricingCard_120te_65{display:flex;align-items:flex-start;gap:12px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:14px 16px;border:1px solid rgba(255,255,255,.2)}._PricingCardContent_120te_83{flex:1}._PricingCardLabel_120te_87{font-size:14px;font-weight:500;opacity:.9;margin-bottom:4px}._PricingCardValue_120te_94{font-size:26px;font-weight:700;line-height:1.2}._PricingCardUnit_120te_100{font-size:16px;font-weight:500;opacity:.8;margin-left:4px}._PricingCardDescription_120te_107{font-size:13px;opacity:.85;margin-top:8px;line-height:1.5}._PaymentTerms_120te_115{padding-top:12px;border-top:1px solid rgba(255,255,255,.2)}._PaymentTermsTitle_120te_121{font-size:14px;font-weight:600;margin:0 0 10px;color:#fff}._PaymentTermsList_120te_128{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}._PaymentTermsList_120te_128 li{font-size:13px;line-height:1.4;opacity:.9;padding-left:20px;position:relative}._PaymentTermsList_120te_128 li:before{content:"✓";position:absolute;left:0;color:#a5f3fc;font-weight:700}._TermsCheckbox_120te_154{margin-top:16px;padding:12px;background:#ffffff1a;border-radius:10px}._TermsCheckbox_120te_154 label{color:#fff}._TermsLabel_120te_165{font-size:14px;color:#fff;line-height:1.5}._TermsLink_120te_171{color:#a5f3fc;text-decoration:underline}._TermsLink_120te_171:hover{color:#fff}._TrustSection_120te_181{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}._TrustSection_120te_181 svg{opacity:.7}._BadgeIcon_120te_197{height:32px;width:auto;opacity:.9}._MetaBadge_120te_203{height:40px;width:auto;opacity:.9}._CheckoutSide_120te_25{flex:1;padding:32px 40px;display:flex;flex-direction:column;justify-content:flex-start;background:var(--color--white)}._CheckoutCard_120te_219{max-width:420px;width:100%;margin:0 auto}._CheckoutTitle_120te_225{font-size:20px;font-weight:600;color:#111827;margin:0 0 16px;text-align:center}._BillingSettingsSection_120te_234{margin-bottom:16px}._BillingSettingsHeader_120te_238{display:flex;align-items:center;gap:8px;margin-bottom:16px}._BillingSettingsTitle_120te_245{font-size:14px;font-weight:600;color:#374151}._BillingSettingsHint_120te_251{font-size:12px;color:#9ca3af;margin-left:auto}@media(max-width:900px){._CheckoutContainer_120te_12{flex-direction:column;max-width:500px}._InfoSide_120te_24,._CheckoutSide_120te_25{padding:32px 24px}._PricingTitle_120te_58{font-size:24px}._PricingCardValue_120te_94{font-size:28px}._PageWrapper_120te_1{padding:20px 16px;flex-direction:column}}@media(max-width:480px){._InfoSide_120te_24,._CheckoutSide_120te_25{padding:24px 20px}._PricingCard_120te_65{padding:16px}._PricingCardValue_120te_94{font-size:24px}}._PageWrapper_1hnpy_3{display:flex;justify-content:center;align-items:center;min-height:100%;padding:40px 20px;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}._SuccessCard_1hnpy_12{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border-radius:16px;padding:48px 40px;box-shadow:0 4px 24px #00000014;max-width:480px;width:100%}._IconWrapper_1hnpy_25{margin-bottom:24px}._IconWrapper_1hnpy_25 svg{width:80px;height:80px}._Title_1hnpy_34{font-size:24px;font-weight:600;color:#1a1a2e;margin:0 0 16px;line-height:1.3}._Description_1hnpy_42{font-size:16px;color:#64748b;margin:0 0 32px;line-height:1.6}._BillingButton_1hnpy_49{min-width:200px}._Overlay_5c364_3{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0009;z-index:1100}._Wizard_5c364_13{background:#fff;border-radius:12px;max-width:700px;width:95%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040}._Header_5c364_25{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}._HeaderTitle_5c364_33{font-size:18px;font-weight:600;color:#1f2937;margin:0}._CloseButton_5c364_40{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;line-height:1;border-radius:4px;transition:background-color .15s}._CloseButton_5c364_40:hover{background-color:#f3f4f6;color:#374151}._Progress_5c364_58{display:flex;padding:16px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb;gap:8px}._ProgressStep_5c364_66{flex:1;height:4px;background:#e5e7eb;border-radius:2px;transition:background-color .3s}._ProgressStepActive_5c364_74{background:var(--color--primary, #6366f1)}._ProgressStepComplete_5c364_78{background:#10b981}._Content_5c364_83{flex:1;overflow-y:auto;padding:24px}._StepTitle_5c364_89{font-size:16px;font-weight:600;color:#374151;margin:0 0 16px}._StepDescription_5c364_96{font-size:14px;color:#6b7280;margin-bottom:20px}._Checklist_5c364_103{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}._CheckItem_5c364_110{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}._CheckIcon_5c364_120{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;margin-top:1px}._CheckIconPass_5c364_132{background:#d1fae5;color:#065f46}._CheckIconFail_5c364_137{background:#fee2e2;color:#991b1b}._CheckIconWarning_5c364_142{background:#fef3c7;color:#92400e}._CheckContent_5c364_147{flex:1}._CheckName_5c364_151{font-size:14px;font-weight:500;color:#374151}._CheckMessage_5c364_157{font-size:13px;color:#6b7280;margin-top:2px}._DirectionSelector_5c364_164{display:flex;gap:16px;margin-bottom:24px}._DirectionOption_5c364_170{flex:1;padding:16px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .15s;text-align:left}._DirectionOption_5c364_170:hover{border-color:#d1d5db;background:#f9fafb}._DirectionOptionSelected_5c364_186{border-color:var(--color--primary, #6366f1);background:#f5f3ff}._DirectionOptionDisabled_5c364_191{opacity:.5;cursor:not-allowed}._DirectionTitle_5c364_196{font-size:14px;font-weight:600;color:#374151;margin-bottom:4px}._DirectionDesc_5c364_203{font-size:13px;color:#6b7280}._OptionsSection_5c364_209{margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}._OptionsSectionTitle_5c364_215{font-size:14px;font-weight:600;color:#374151;margin-bottom:12px}._OptionRow_5c364_222{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f3f4f6}._OptionLabel_5c364_230{font-size:14px;color:#374151}._OptionDesc_5c364_235{font-size:12px;color:#9ca3af;margin-top:2px}._ChangesPreview_5c364_242{display:flex;flex-direction:column;gap:12px}._ChangeItem_5c364_248{padding:12px 16px;border-radius:8px;border:1px solid #e5e7eb}._ChangeItemCreate_5c364_254{background:#ecfdf5;border-color:#a7f3d0}._ChangeItemUpdate_5c364_259{background:#eff6ff;border-color:#bfdbfe}._ChangeItemDelete_5c364_264{background:#fef2f2;border-color:#fecaca}._ChangeItemArchive_5c364_269{background:#fef3c7;border-color:#fde68a}._ChangeHeader_5c364_274{display:flex;align-items:center;gap:8px;margin-bottom:8px}._ChangeAction_5c364_281{font-size:11px;font-weight:600;text-transform:uppercase;padding:2px 8px;border-radius:4px;background:#0000001a}._ChangeCollection_5c364_290{font-size:13px;font-weight:500;color:#374151}._ChangeField_5c364_296{font-size:12px;color:#6b7280}._ChangeFieldDeprecated_5c364_301{font-size:12px;color:#9ca3af;text-decoration:line-through}._DeprecatedBadge_5c364_307{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;padding:2px 6px;border-radius:4px;background:#fee2e2;color:#991b1b;margin-left:6px}._ChangeValues_5c364_319{display:flex;gap:8px;font-size:13px}._ChangeBefore_5c364_325{color:#991b1b;text-decoration:line-through}._ChangeAfter_5c364_330{color:#065f46}._WarningsList_5c364_335,._BlockersList_5c364_336{margin-top:16px;padding:12px 16px;border-radius:8px}._WarningsList_5c364_335{background:#fef3c7;border:1px solid #fde68a}._BlockersList_5c364_336{background:#fee2e2;border:1px solid #fecaca}._WarningsTitle_5c364_352,._BlockersTitle_5c364_353{font-size:13px;font-weight:600;margin-bottom:8px}._WarningsTitle_5c364_352{color:#92400e}._BlockersTitle_5c364_353{color:#991b1b}._WarningItem_5c364_367,._BlockerItem_5c364_368{font-size:13px;padding:4px 0}._WarningItem_5c364_367{color:#78350f}._BlockerItem_5c364_368{color:#7f1d1d}._SimulationFlow_5c364_382{background:#1f2937;border-radius:8px;padding:16px;font-family:monospace;font-size:13px;color:#e5e7eb;overflow-x:auto}._SimulationStep_5c364_392{padding:4px 0}._Footer_5c364_397{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}._FooterLeft_5c364_406,._FooterRight_5c364_407{display:flex;gap:12px}._Loading_5c364_413{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#6b7280}._Spinner_5c364_422{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:var(--color--primary, #6366f1);border-radius:50%;animation:_spin_5c364_1 1s linear infinite;margin-bottom:12px}@keyframes _spin_5c364_1{to{transform:rotate(360deg)}}._Error_5c364_438{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;color:#991b1b;font-size:14px;margin-bottom:16px}._Success_5c364_449{text-align:center;padding:32px}._SuccessIcon_5c364_454{width:64px;height:64px;background:#d1fae5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 16px}._SuccessTitle_5c364_466{font-size:18px;font-weight:600;color:#065f46;margin-bottom:8px}._SuccessDesc_5c364_473{font-size:14px;color:#6b7280}._Badge_5c364_479{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}._BadgeNew_5c364_487{background-color:#dbeafe;color:#1e40af}._BadgeLegacy_5c364_492{background-color:#fef3c7;color:#92400e}._DebugSection_5c364_498{margin-bottom:12px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}._DebugSectionHeader_5c364_505{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f9fafb;cursor:pointer;font-size:14px;font-weight:500;color:#374151;-webkit-user-select:none;user-select:none;transition:background-color .15s}._DebugSectionHeader_5c364_505:hover{background:#f3f4f6}._DebugSectionContent_5c364_523{padding:16px;border-top:1px solid #e5e7eb;background:#fff}._DebugTable_5c364_529{width:100%;font-size:13px;border-collapse:collapse}._DebugTable_5c364_529 td{padding:8px 0;border-bottom:1px solid #f3f4f6}._DebugTable_5c364_529 td:first-child{color:#6b7280;width:40%}._DebugTable_5c364_529 td:last-child{color:#374151}._DebugTable_5c364_529 code{font-family:monospace;background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:12px}._CodeBlock_5c364_558{background:#1f2937;border-radius:6px;overflow:hidden}._CodeBlockTitle_5c364_564{background:#374151;padding:8px 12px;font-size:12px;font-weight:500;color:#d1d5db;font-family:monospace}._CodeBlock_5c364_558 pre{margin:0;padding:12px;font-size:12px;color:#e5e7eb;font-family:monospace;overflow-x:auto;white-space:pre-wrap;word-break:break-all}._InvoiceBreakdown_5c364_585{background:#f9fafb;border-radius:6px;padding:12px 16px;font-family:monospace;font-size:13px}._InvoiceLine_5c364_593{padding:4px 0;color:#374151}._InvoiceLineSeparator_5c364_598{color:#9ca3af}._InvoiceLineTotal_5c364_602{font-weight:600;color:#065f46;padding-top:8px}._LegacyBillingInfo_5c364_609{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:12px 16px;margin-bottom:20px}._LegacyBillingTitle_5c364_617{font-size:13px;font-weight:600;color:#92400e;margin-bottom:8px}._LegacyBillingField_5c364_624{display:flex;justify-content:space-between;align-items:center}._Modal_36hln_3{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:1000}._ModalContent_36hln_13{background:#fff;border-radius:12px;padding:24px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}._ModalHeader_36hln_24{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._ModalTitle_36hln_31{font-size:18px;font-weight:600;margin:0;color:#1a1a1a}._CloseButton_36hln_38{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;line-height:1}._CloseButton_36hln_38:hover{color:#333}._BillingInfo_36hln_52{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f7f7fa;border-radius:8px;margin-bottom:20px}._Label_36hln_62{font-size:13px;font-weight:500;color:#666}._Badge_36hln_68{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}._BadgeNew_36hln_76{background-color:#dbeafe;color:#1e40af}._BadgeLegacy_36hln_81{background-color:#fef3c7;color:#92400e}._Tabs_36hln_86{display:flex;gap:0;border-bottom:1px solid #e0e0e0;margin-bottom:20px}._Tab_36hln_86{padding:10px 16px;background:none;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:500;color:#666;cursor:pointer;transition:all .15s ease}._Tab_36hln_86:hover{color:#333;background-color:#00000005}._TabActive_36hln_110{color:var(--color--primary, #6366f1);border-bottom-color:var(--color--primary, #6366f1)}._TabContent_36hln_115{min-height:200px}._FormGrid_36hln_119{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}._FormField_36hln_126{display:flex;flex-direction:column;gap:6px}._FormLabel_36hln_132{font-size:13px;font-weight:500;color:#333}._FormInput_36hln_138,._FormSelect_36hln_139,._FormTextarea_36hln_140{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .15s ease}._FormInput_36hln_138:focus,._FormSelect_36hln_139:focus,._FormTextarea_36hln_140:focus{outline:none;border-color:var(--color--primary, #6366f1);box-shadow:0 0 0 3px #6366f11a}._FormTextarea_36hln_140{resize:vertical;font-family:inherit}._FormActions_36hln_161{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}._HelpText_36hln_168{font-size:13px;color:#666;margin:0 0 16px}._SuccessMessage_36hln_174{background-color:#d1fae5;color:#065f46;padding:10px 16px;border-radius:6px;font-size:13px;margin-bottom:16px}._EmptyState_36hln_183{text-align:center;padding:24px;color:#666;font-style:italic}._SectionTitle_36hln_190{font-size:14px;font-weight:600;color:#333;margin:24px 0 12px;padding-top:16px;border-top:1px solid #e0e0e0}._AssistantsTable_36hln_199{width:100%;border-collapse:collapse;font-size:13px}._AssistantsTable_36hln_199 th,._AssistantsTable_36hln_199 td{padding:10px 12px;text-align:left;border-bottom:1px solid #e5e7eb}._AssistantsTable_36hln_199 th{font-weight:500;color:#6b7280;background:#f9fafb}._AssistantsTable_36hln_199 td{color:#374151}._AssistantsTable_36hln_199 tr:last-child td{border-bottom:none}._NoPlan_36hln_226{color:#9ca3af;font-style:italic}._QuotaCell_36hln_231{display:flex;align-items:center;gap:4px}._QuotaInput_36hln_237{width:70px;padding:4px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:13px}._QuotaInput_36hln_237:focus{outline:none;border-color:var(--color--primary, #6366f1)}._QuotaTotal_36hln_250{color:#6b7280;font-size:13px}._UsageGrid_36hln_255{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}._UsageCard_36hln_262{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;text-align:center}._UsageLabel_36hln_270{font-size:12px;color:#6b7280;margin-bottom:4px;font-weight:500}._UsageValue_36hln_277{font-size:18px;font-weight:600;color:#1f2937}._WarningMessage_36hln_283{background-color:#fef3c7;color:#92400e;padding:10px 16px;border-radius:6px;font-size:13px;margin-top:16px}._ActionsGrid_36hln_292{display:flex;flex-direction:column;gap:16px;margin-top:16px}._ActionCard_36hln_299{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px}._ActionTitle_36hln_306{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 8px}._ActionDescription_36hln_313{font-size:13px;color:#6b7280;margin:0 0 16px;line-height:1.5}._VerifyError_36hln_321{margin-top:12px;padding:10px 12px;background-color:#fef2f2;color:#991b1b;border-radius:6px;font-size:13px}._VerifyResults_36hln_330{margin-top:16px;border-top:1px solid #e5e7eb;padding-top:16px}._VerifySummary_36hln_336{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._VerifyStatus_36hln_343{font-weight:600;font-size:14px}._VerifyStatusPass_36hln_348{color:#065f46}._VerifyStatusFail_36hln_352{color:#991b1b}._VerifyCounts_36hln_356{display:flex;gap:12px;font-size:12px}._VerifyCountPass_36hln_362{color:#065f46}._VerifyCountFail_36hln_366{color:#991b1b}._VerifyCountWarning_36hln_370{color:#92400e}._VerifySection_36hln_374{margin-bottom:8px;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}._VerifySectionHeader_36hln_381{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f9fafb;cursor:pointer;font-size:13px;font-weight:500;color:#374151}._VerifySectionHeader_36hln_381:hover{background:#f3f4f6}._VerifySectionContent_36hln_397{padding:12px;font-size:13px}._VerifyCheckItem_36hln_402{display:flex;align-items:flex-start;gap:8px;padding:6px 0;border-bottom:1px solid #f3f4f6}._VerifyCheckItem_36hln_402:last-child{border-bottom:none}._VerifyCheckIcon_36hln_414{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}._VerifyCheckIconPass_36hln_426{background:#d1fae5;color:#065f46}._VerifyCheckIconFail_36hln_431{background:#fee2e2;color:#991b1b}._VerifyCheckIconWarning_36hln_436{background:#fef3c7;color:#92400e}._VerifyCheckContent_36hln_441{flex:1}._VerifyCheckName_36hln_445{font-weight:500;color:#374151}._VerifyCheckMessage_36hln_450{color:#6b7280;font-size:12px;margin-top:2px}._VerifyWarningBadge_36hln_456{margin-left:8px;padding:2px 8px;background:#fef3c7;color:#92400e;border-radius:10px;font-size:11px;font-weight:500}._VerifyDiscrepancies_36hln_466{background:#fef3c7;border-radius:6px;padding:10px 12px;margin-bottom:12px}._VerifyDiscrepanciesTitle_36hln_473{font-weight:600;color:#92400e;margin-bottom:6px;font-size:12px}._VerifyDiscrepancyItem_36hln_480{color:#78350f;font-size:12px;padding:2px 0}._VerifyTable_36hln_486{width:100%;font-size:12px}._VerifyTable_36hln_486 td{padding:4px 0;border-bottom:1px solid #f3f4f6}._VerifyTable_36hln_486 td:first-child{color:#6b7280;width:40%}._VerifyTable_36hln_486 td:last-child{color:#374151}._VerifyTable_36hln_486 code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:11px}._VerifyWebhookFlow_36hln_512{background:#f9fafb;border-radius:6px;padding:10px 12px}._VerifyWebhookStep_36hln_518{padding:4px 0;color:#374151;font-size:12px}._VerifyWarnings_36hln_524{margin-top:10px;padding:10px 12px;background:#fef3c7;border-radius:6px}._VerifyWarningItem_36hln_531{color:#92400e;font-size:12px;padding:2px 0}._VerifyInvoiceBreakdown_36hln_537{background:#f9fafb;border-radius:6px;padding:10px 12px;font-family:monospace;font-size:11px}._VerifyInvoiceLine_36hln_545{padding:2px 0;color:#374151}._VerifyInvoiceLineTotal_36hln_550{font-weight:700;color:#1f2937;border-top:1px solid #e5e7eb;margin-top:4px;padding-top:6px}._CreditCardInfo_36hln_559{display:flex;flex-direction:column;gap:16px;background:#f9fafb;padding:20px;border-radius:8px}._CreditCardRow_36hln_568{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e5e7eb}._CreditCardRow_36hln_568:last-child{border-bottom:none}._CreditCardRow_36hln_568 ._Label_36hln_62{font-size:13px;font-weight:600;color:#6b7280;min-width:160px}._CreditCardRow_36hln_568 ._Value_36hln_587{font-size:14px;color:#1f2937;text-align:right}._CreditCardRow_36hln_568 ._Value_36hln_587 code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:12px;color:#374151}._StandingOrderSection_36hln_603{margin-bottom:24px}._SectionTitle_36hln_190{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}._StandingOrderInfo_36hln_616{display:flex;flex-direction:column;gap:12px;background:#f9fafb;padding:16px;border-radius:8px}._StandingOrderRow_36hln_625{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #e5e7eb}._StandingOrderRow_36hln_625:last-child{border-bottom:none}._StandingOrderRow_36hln_625 ._Label_36hln_62{font-size:13px;font-weight:600;color:#6b7280;min-width:160px}._StandingOrderRow_36hln_625 ._Value_36hln_587{font-size:14px;color:#1f2937;text-align:right}._StandingOrderRow_36hln_625 ._Value_36hln_587 code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:12px;color:#374151}._StatusBadge_36hln_659{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}._StatusActive_36hln_667{background-color:#d1fae5;color:#065f46}._StatusPaused_36hln_672{background-color:#fef3c7;color:#92400e}._StatusCancelled_36hln_677{background-color:#fee2e2;color:#991b1b}._LegacyBillingSection_36hln_683{margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}._LegacySectionTitle_36hln_689{font-size:14px;font-weight:600;color:#92400e;margin:0 0 12px;display:flex;align-items:center;gap:8px}._LegacySectionTitle_36hln_689:before{content:"⚠";font-size:16px}._LegacyBillingGrid_36hln_704{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:16px}._LegacyBillingField_36hln_711{display:flex;justify-content:space-between;align-items:center;padding:6px 0}._LegacyBillingField_36hln_711 ._Label_36hln_62{font-size:13px;font-weight:600;color:#78350f}._LegacyBillingField_36hln_711 ._Value_36hln_587{font-size:14px;color:#1f2937;font-weight:500}._Modal_f3r0k_1{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:1000}._ModalContent_f3r0k_11{background:#fff;border-radius:12px;padding:24px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}._ModalHeader_f3r0k_22{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._ModalTitle_f3r0k_29{font-size:18px;font-weight:600;margin:0;color:#1a1a1a}._CloseButton_f3r0k_36{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;line-height:1}._CloseButton_f3r0k_36:hover{color:#333}._Summary_f3r0k_50{display:flex;gap:24px;padding:12px 16px;background:#f7f7fa;border-radius:8px;margin-bottom:20px}._SummaryItem_f3r0k_59{display:flex;align-items:center;gap:6px;font-size:13px;color:#666}._SummaryCount_f3r0k_67{font-size:16px;font-weight:600;color:#333}._AssistantList_f3r0k_73{display:flex;flex-direction:column;gap:8px}._AssistantItem_f3r0k_79{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}._AssistantItem_f3r0k_79:hover{background-color:#6366f10a;border-color:var(--color--primary, #6366f1)}._AssistantInfo_f3r0k_97{display:flex;align-items:center;gap:12px}._AssistantAvatar_f3r0k_103{width:36px;height:36px;border-radius:8px;object-fit:cover}._AssistantDetails_f3r0k_110{display:flex;flex-direction:column;gap:2px}._AssistantName_f3r0k_116{font-size:14px;font-weight:500;color:#1a1a1a}._AssistantId_f3r0k_122{font-size:11px;font-family:monospace;color:#888}._Channels_f3r0k_128{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}._ChannelBadge_f3r0k_135{display:inline-block;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:500;background-color:#f0fdf4;color:#166534}._RoleBadge_f3r0k_145{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}._RoleBadgeOwner_f3r0k_153{background-color:#dbeafe;color:#1e40af}._RoleBadgeCollab_f3r0k_158{background-color:#e0e7ff;color:#4338ca}._EmptyState_f3r0k_163{text-align:center;padding:40px 24px;color:#666;font-style:italic}._Modal_17az2_3{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:1000}._ModalContent_17az2_13{position:relative;background:#fff;border-radius:12px;padding:24px;max-width:700px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}._ModalHeader_17az2_25{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._ModalTitle_17az2_32{font-size:18px;font-weight:600;margin:0;color:#1a1a1a}._CloseButton_17az2_39{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;line-height:1}._CloseButton_17az2_39:hover{color:#333}._Section_17az2_53{padding:16px 0;border-bottom:1px solid #e5e7eb}._Section_17az2_53:last-of-type{border-bottom:none}._SectionTitle_17az2_62{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 8px}._HelpText_17az2_69{font-size:13px;color:#666;margin:0 0 12px}._OptionsGrid_17az2_75{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}._CheckboxLabel_17az2_82{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer}._CheckboxLabel_17az2_82 input[type=checkbox]{width:16px;height:16px;cursor:pointer}._DangerCheckbox_17az2_97{color:#dc2626;font-weight:500}._InputRow_17az2_102{display:flex;align-items:center;gap:12px}._InputLabel_17az2_108{font-size:14px;color:#374151}._NumberInput_17az2_113{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;width:180px}._NumberInput_17az2_113:focus{outline:none;border-color:var(--color--primary, #6366f1);box-shadow:0 0 0 3px #6366f11a}._ButtonRow_17az2_127{display:flex;gap:12px}._ResultsBox_17az2_132{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin:16px 0}._ResultHeader_17az2_140{display:flex;align-items:center;gap:8px;margin-bottom:12px}._ResultLabel_17az2_147{font-size:13px;font-weight:500;color:#666}._Badge_17az2_153{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}._BadgeNew_17az2_161{background-color:#dbeafe;color:#1e40af}._BadgeLegacy_17az2_166{background-color:#fef3c7;color:#92400e}._BadgeDryRun_17az2_171{background-color:#e0e7ff;color:#3730a3}._BadgeReal_17az2_176{background-color:#fee2e2;color:#991b1b}._WarningsBox_17az2_181{background:#fffbeb;border:1px solid #fbbf24;border-radius:6px;padding:12px;margin-bottom:12px}._WarningsBox_17az2_181 strong{color:#92400e;font-size:13px}._WarningsBox_17az2_181 ul{margin:8px 0 0;padding-left:20px;font-size:13px;color:#92400e}._ErrorsBox_17az2_201{background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;padding:12px;margin-bottom:12px}._ErrorsBox_17az2_201 strong{color:#991b1b;font-size:13px}._ErrorsBox_17az2_201 ul{margin:8px 0 0;padding-left:20px;font-size:13px;color:#991b1b}._FlowList_17az2_221{margin-bottom:12px}._FlowList_17az2_221 strong{font-size:13px;color:#374151}._FlowList_17az2_221 ol{margin:8px 0 0;padding-left:20px;font-size:13px;color:#4b5563}._InvoicePreview_17az2_237,._FinalState_17az2_238{margin-top:12px}._InvoicePreview_17az2_237 strong,._FinalState_17az2_238 strong{font-size:13px;color:#374151;display:block;margin-bottom:8px}._InvoicePreview_17az2_237 pre,._FinalState_17az2_238 pre{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:12px;font-size:12px;overflow-x:auto;margin:0}._StepsTable_17az2_261{margin-top:12px}._StepsTable_17az2_261 strong{font-size:13px;color:#374151;display:block;margin-bottom:8px}._StepsTable_17az2_261 table{width:100%;border-collapse:collapse;font-size:13px;background:#fff;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb}._StepsTable_17az2_261 th,._StepsTable_17az2_261 td{padding:10px 12px;text-align:left;border-bottom:1px solid #e5e7eb}._StepsTable_17az2_261 th{font-weight:500;color:#6b7280;background:#f9fafb}._StepsTable_17az2_261 tr:last-child td{border-bottom:none}._StepName_17az2_299{font-weight:500;color:#1a1a1a}._StepDescription_17az2_304{font-size:12px;color:#6b7280;margin-top:2px}._StatusBadge_17az2_310{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;text-transform:uppercase}._StatusSuccess_17az2_319{background-color:#d1fae5;color:#065f46}._StatusSkipped_17az2_324{background-color:#e5e7eb;color:#6b7280}._StatusFailed_17az2_329{background-color:#fee2e2;color:#991b1b}._StatusSimulated_17az2_334{background-color:#e0e7ff;color:#3730a3}._LoadingOverlay_17az2_339{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffc;display:flex;align-items:center;justify-content:center;border-radius:12px}._Modal_1dw8e_1{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:1000}._ModalContent_1dw8e_11{background:#fff;border-radius:12px;padding:24px;max-width:550px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}._ModalHeader_1dw8e_22{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._ModalTitle_1dw8e_29{font-size:18px;font-weight:600;margin:0;color:#1a1a1a}._CloseButton_1dw8e_36{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;line-height:1}._CloseButton_1dw8e_36:hover{color:#333}._ModalBody_1dw8e_50{display:flex;flex-direction:column;gap:16px}._UserInfo_1dw8e_56{padding:12px 16px;background:#f7f7fa;border-radius:8px;font-size:14px;color:#333}._CurrentSuspension_1dw8e_64{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:14px;color:#991b1b}._SuspensionReason_1dw8e_73{margin-top:8px;padding-top:8px;border-top:1px solid #fecaca;color:#7f1d1d}._SuspensionMeta_1dw8e_80{margin-top:8px;font-size:12px;color:#b91c1c}._WarningText_1dw8e_86{padding:12px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;font-size:14px;color:#92400e;margin:0}._ConfirmText_1dw8e_96{font-size:14px;color:#666;margin:0}._FormGroup_1dw8e_102{display:flex;flex-direction:column;gap:8px}._Label_1dw8e_108{font-size:14px;font-weight:500;color:#333}._Required_1dw8e_114{color:#dc2626;margin-left:4px}._Textarea_1dw8e_119{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:80px}._Textarea_1dw8e_119:focus{outline:none;border-color:var(--color--primary, #6366f1);box-shadow:0 0 0 3px #6366f11a}._CharCount_1dw8e_135{font-size:12px;color:#9ca3af;text-align:right}._ErrorMessage_1dw8e_141{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:14px;color:#dc2626}._Actions_1dw8e_150{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}._PageWrapper_zzzu6_1{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}._SearchContainer_zzzu6_9{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-shrink:0}._SearchInput_zzzu6_17{max-width:300px}._ResultCount_zzzu6_21{color:#666;font-size:12px;margin-inline-start:auto}._FilterChips_zzzu6_27,._SortChips_zzzu6_28{display:flex;gap:8px}._FilterChip_zzzu6_27{padding:6px 12px;border:1px solid #e0e0e0;border-radius:16px;background:#fff;font-size:12px;color:#666;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}._FilterChip_zzzu6_27:hover{border-color:var(--color--primary, #6366f1);color:var(--color--primary, #6366f1)}._FilterChipActive_zzzu6_52{background-color:var(--color--primary, #6366f1);border-color:var(--color--primary, #6366f1);color:#fff}._FilterChipActive_zzzu6_52:hover{background-color:var(--color--primary-dark, #4f46e5);border-color:var(--color--primary-dark, #4f46e5);color:#fff}._ImpersonatingWarning_zzzu6_64{background-color:#fff3cd;border:1px solid #ffc107;color:#856404;padding:8px 12px;border-radius:6px;margin-bottom:12px;font-size:12px;flex-shrink:0}._TableContainer_zzzu6_75{flex:1;min-height:0;overflow-y:auto;background:var(--color--white);border-radius:8px;box-shadow:0 1px 3px #0000001a;position:relative}._UsersTable_zzzu6_85{width:100%;border-collapse:collapse;font-size:12px;table-layout:fixed}._UsersTable_zzzu6_85 thead{position:sticky;top:0;z-index:1;background-color:#f7f7fa}._UsersTable_zzzu6_85 th,._UsersTable_zzzu6_85 td{padding:8px 10px;text-align:start;border-bottom:1px solid #e0e0e0}._UsersTable_zzzu6_85 th{background-color:#f7f7fa;font-weight:600;font-size:11px;color:#333;text-transform:uppercase;letter-spacing:.05em}._UsersTable_zzzu6_85 th:nth-child(1),._UsersTable_zzzu6_85 td:nth-child(1){width:160px;min-width:160px}._UsersTable_zzzu6_85 th:nth-child(2),._UsersTable_zzzu6_85 td:nth-child(2){width:auto;max-width:180px}._UsersTable_zzzu6_85 th:nth-child(3),._UsersTable_zzzu6_85 td:nth-child(3){width:140px;min-width:140px}._UsersTable_zzzu6_85 th:nth-child(4),._UsersTable_zzzu6_85 td:nth-child(4){width:90px;min-width:90px}._UsersTable_zzzu6_85 th:nth-child(5),._UsersTable_zzzu6_85 td:nth-child(5){width:160px;min-width:160px}._SearchLoadingOverlay_zzzu6_146{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;z-index:2}._ClickableRow_zzzu6_159{cursor:pointer}._UsersTable_zzzu6_85 tbody tr:hover{background-color:#00000005}._UsersTable_zzzu6_85 tbody tr:last-child td{border-bottom:none}._NameCell_zzzu6_171{display:flex;align-items:center;gap:8px;overflow:hidden}._NameCell_zzzu6_171 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._Avatar_zzzu6_184{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}._IdCell_zzzu6_192{font-family:monospace;font-size:11px;color:#666}._EmailCell_zzzu6_198{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}._EmptyState_zzzu6_205{text-align:center;padding:40px 16px!important;color:#666;font-style:italic}._ActionsCell_zzzu6_212{display:flex;gap:4px;flex-shrink:0}._IconButton_zzzu6_218{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,border-color .15s ease}._IconButton_zzzu6_218:hover:not(:disabled){background-color:#f7f7fa;border-color:var(--color--primary, #6366f1)}._IconButton_zzzu6_218:disabled{opacity:.4;cursor:not-allowed}._IconButton_zzzu6_218 svg{color:#666}._IconButton_zzzu6_218:hover:not(:disabled) svg{color:var(--color--primary, #6366f1)}._SuspendedBadge_zzzu6_253{margin-inline-start:6px;font-size:14px;opacity:.9}@media(max-width:768px){._PageWrapper_zzzu6_1{flex:none;overflow:visible}._SearchContainer_zzzu6_9{flex-wrap:wrap}._SearchInput_zzzu6_17{max-width:100%;flex:1 1 100%}._TableContainer_zzzu6_75{flex:none;overflow-x:auto}._UsersTable_zzzu6_85{min-width:600px}}._RowSuspended_zzzu6_283{background-color:#fef2f2!important;border-left:3px solid #ef4444}._RowSuspended_zzzu6_283:hover{background-color:#fee2e2!important}._RowPaying_zzzu6_293{background-color:#f0fdf4!important;border-left:3px solid #22c55e}._RowPaying_zzzu6_293:hover{background-color:#dcfce7!important}._RowConnected_zzzu6_303{background-color:#fff7ed!important;border-left:3px solid #f97316}._RowConnected_zzzu6_303:hover{background-color:#ffedd5!important}._Card_1trar_1{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:16px 20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}._AvatarSection_1trar_12{display:flex;align-items:center;gap:12px;flex-shrink:0}._Avatar_1trar_12{width:56px;height:56px;border-radius:50%;object-fit:cover}._AvatarPlaceholder_1trar_26{width:56px;height:56px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#666}._UserName_1trar_39{font-size:16px;font-weight:600;color:#111;margin:0}._StatusBadge_1trar_46{display:inline-block;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;margin-inline-start:8px}._StatusActive_1trar_55{background:#dcfce7;color:#16a34a}._StatusSuspended_1trar_60{background:#fef2f2;color:#dc2626}._InfoFields_1trar_65{display:flex;gap:20px;flex-wrap:wrap;flex:1;min-width:0}._Field_1trar_73{display:flex;flex-direction:column;gap:2px;min-width:0}._FieldLabel_1trar_80{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#999;font-weight:600}._FieldValue_1trar_88{font-size:12px;color:#333}._SuspensionInfo_1trar_93{font-size:11px;color:#dc2626;background:#fef2f2;padding:6px 10px;border-radius:6px;width:100%}._Actions_1trar_102{display:flex;gap:8px;margin-inline-start:auto;flex-shrink:0}._ActionButton_1trar_109{display:flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;font-size:12px;color:#333;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}._ActionButton_1trar_109:hover{background:#f7f7fa;border-color:var(--color--primary, #6366f1);color:var(--color--primary, #6366f1)}._ActionButtonDanger_1trar_131:hover{border-color:#dc2626;color:#dc2626}@media(max-width:768px){._Card_1trar_1{flex-direction:column;align-items:flex-start;padding:12px 14px;gap:12px}._Avatar_1trar_12,._AvatarPlaceholder_1trar_26{width:40px;height:40px;font-size:16px}._UserName_1trar_39{font-size:14px}._InfoFields_1trar_65{gap:12px}._Field_1trar_73{min-width:45%}._Actions_1trar_102{margin-inline-start:0;width:100%}._ActionButton_1trar_109{flex:1;justify-content:center}}._Card_gsroa_1{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;overflow:hidden}._CardHeader_gsroa_10{display:flex;align-items:center;gap:8px;padding:10px 14px;background-color:#f7f7fa;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:1}._CardTitle_gsroa_22{font-size:12px;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.05em;margin:0}._CountBadge_gsroa_31{background:var(--color--primary, #6366f1);color:#fff;font-size:10px;font-weight:600;padding:1px 6px;border-radius:10px;min-width:18px;text-align:center}._CardContent_gsroa_42{overflow-y:auto;padding:12px 14px}._LoadingState_gsroa_47,._ErrorState_gsroa_48,._EmptyState_gsroa_49{display:flex;align-items:center;justify-content:center;padding:24px 14px;color:#999;font-size:12px;font-style:italic}._ErrorState_gsroa_48{color:#dc2626}@media(max-width:768px){._CardContent_gsroa_42{max-height:300px!important}._CardHeader_gsroa_10{padding:8px 12px}._CardContent_gsroa_42{padding:10px 12px}}._TableWrapper_1y6uy_1{overflow-x:auto;-webkit-overflow-scrolling:touch}._Table_1y6uy_1{width:100%;border-collapse:collapse;font-size:12px}._Table_1y6uy_1 th,._Table_1y6uy_1 td{padding:6px 8px;text-align:start;border-bottom:1px solid #f0f0f0}._Table_1y6uy_1 th{font-size:10px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.04em}._Table_1y6uy_1 tbody tr:last-child td{border-bottom:none}._Table_1y6uy_1 tbody tr:hover{background:#00000005}._Mono_1y6uy_38{font-family:monospace;font-size:11px;color:#666}._Truncate_1y6uy_44{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}._Badge_1y6uy_51{display:inline-block;font-size:10px;font-weight:600;padding:1px 6px;border-radius:8px}._BadgeGreen_1y6uy_59{background:#dcfce7;color:#16a34a}._BadgeYellow_1y6uy_65{background:#fef9c3;color:#a16207}._BadgeRed_1y6uy_71{background:#fef2f2;color:#dc2626}._BadgeGray_1y6uy_77{background:#f3f4f6;color:#6b7280}._DetailRow_1y6uy_83{display:flex;justify-content:space-between;padding:4px 0;font-size:12px;border-bottom:1px solid #f0f0f0}._DetailRow_1y6uy_83:last-child{border-bottom:none}._DetailLabel_1y6uy_95{color:#999;font-size:11px}._DetailValue_1y6uy_100{color:#333;font-weight:500}@media(max-width:768px){._Table_1y6uy_1{font-size:11px}._Table_1y6uy_1 th,._Table_1y6uy_1 td{padding:6px;white-space:nowrap}._Truncate_1y6uy_44{max-width:100px}._HideOnMobile_1y6uy_6{display:none}}._PageWrapper_1ep01_1{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;padding-bottom:24px}._BackLink_1ep01_10{display:inline-flex;align-items:center;gap:4px;color:#666;font-size:12px;text-decoration:none;margin-bottom:16px;cursor:pointer;background:none;border:none;padding:0}._BackLink_1ep01_10:hover{color:var(--color--primary, #6366f1)}._Grid_1ep01_28{display:grid;grid-template-columns:1fr 1fr;gap:16px}._FullWidth_1ep01_34{grid-column:1 / -1}._LoadingWrapper_1ep01_38{display:flex;align-items:center;justify-content:center;flex:1;min-height:200px}._ErrorWrapper_1ep01_46{padding:24px;text-align:center;color:#dc2626;font-size:13px}@media(max-width:768px){._Grid_1ep01_28{grid-template-columns:1fr;gap:12px}._PageWrapper_1ep01_1{padding-bottom:16px}._BackLink_1ep01_10{font-size:13px;padding:6px 0}}._PageWrapper_1vgyg_1{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}._SearchContainer_1vgyg_9{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-shrink:0}._SearchInput_1vgyg_17{max-width:300px}._ResultCount_1vgyg_21{color:#666;font-size:12px;margin-inline-start:auto}._FilterChips_1vgyg_27{display:flex;gap:8px}._FilterChip_1vgyg_27{padding:6px 12px;border:1px solid #e0e0e0;border-radius:16px;background:#fff;font-size:12px;color:#666;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}._FilterChip_1vgyg_27:hover{border-color:var(--color--primary, #6366f1);color:var(--color--primary, #6366f1)}._FilterChipActive_1vgyg_51{background-color:var(--color--primary, #6366f1);border-color:var(--color--primary, #6366f1);color:#fff}._FilterChipActive_1vgyg_51:hover{background-color:var(--color--primary-dark, #4f46e5);border-color:var(--color--primary-dark, #4f46e5);color:#fff}._TableContainer_1vgyg_63{flex:1;min-height:0;overflow-y:auto;background:var(--color--white);border-radius:8px;box-shadow:0 1px 3px #0000001a;position:relative}._AssistantsTable_1vgyg_73{width:100%;border-collapse:collapse;font-size:12px;table-layout:fixed}._AssistantsTable_1vgyg_73 thead{position:sticky;top:0;z-index:1;background-color:#f7f7fa}._AssistantsTable_1vgyg_73 th,._AssistantsTable_1vgyg_73 td{padding:8px 10px;text-align:start;border-bottom:1px solid #e0e0e0}._AssistantsTable_1vgyg_73 th{background-color:#f7f7fa;font-weight:600;font-size:11px;color:#333;text-transform:uppercase;letter-spacing:.05em}._AssistantsTable_1vgyg_73 th:nth-child(1),._AssistantsTable_1vgyg_73 td:nth-child(1){width:180px;min-width:180px}._AssistantsTable_1vgyg_73 th:nth-child(2),._AssistantsTable_1vgyg_73 td:nth-child(2){width:auto}._AssistantsTable_1vgyg_73 th:nth-child(3),._AssistantsTable_1vgyg_73 td:nth-child(3){width:120px;min-width:120px}._AssistantsTable_1vgyg_73 th:nth-child(4),._AssistantsTable_1vgyg_73 td:nth-child(4){width:200px;min-width:200px}._AssistantsTable_1vgyg_73 th:nth-child(5),._AssistantsTable_1vgyg_73 td:nth-child(5){width:150px;min-width:150px}._SearchLoadingOverlay_1vgyg_133{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;z-index:2}._AssistantsTable_1vgyg_73 tbody tr:hover{background-color:#00000005}._AssistantsTable_1vgyg_73 tbody tr:last-child td{border-bottom:none}._NameCell_1vgyg_154{display:flex;align-items:center;gap:8px;overflow:hidden}._NameCell_1vgyg_154 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._Avatar_1vgyg_167{width:28px;height:28px;border-radius:6px;object-fit:cover;flex-shrink:0}._IdCell_1vgyg_175{font-family:monospace;font-size:11px;color:#666}._DescriptionCell_1vgyg_181{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px;color:#666}._ChannelsCell_1vgyg_189{vertical-align:middle}._ChannelsBadges_1vgyg_193{display:flex;flex-wrap:wrap;gap:4px}._ChannelBadge_1vgyg_199{display:inline-block;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:500;text-transform:capitalize}._ChannelEnabled_1vgyg_208{background-color:#dcfce7;color:#166534}._ChannelDisabled_1vgyg_213{background-color:#f3f4f6;color:#6b7280}._NoChannels_1vgyg_218{color:#9ca3af;font-style:italic}._HandlesCell_1vgyg_223{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:11px;color:#666}._EmptyState_1vgyg_232{text-align:center;padding:40px 16px!important;color:#666;font-style:italic}@media(max-width:768px){._PageWrapper_1vgyg_1{flex:none;overflow:visible}._SearchContainer_1vgyg_9{flex-wrap:wrap}._SearchInput_1vgyg_17{max-width:100%;flex:1 1 100%}._TableContainer_1vgyg_63{flex:none;overflow-x:auto}._AssistantsTable_1vgyg_73{min-width:650px}}._Modal_me5it_1{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:1000}._ModalContent_me5it_11{background:#fff;border-radius:12px;padding:24px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}._ModalHeader_me5it_22{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._ModalTitle_me5it_29{font-size:18px;font-weight:600;margin:0;color:#1a1a1a}._CloseButton_me5it_36{background:none;border:none;font-size:24px;color:#666;cursor:pointer;padding:0;line-height:1}._CloseButton_me5it_36:hover{color:#333}._SearchSection_me5it_50{margin-bottom:16px}._HelpText_me5it_54{font-size:13px;color:#666;margin:0 0 12px}._SearchRow_me5it_60{display:flex;gap:8px}._SearchInput_me5it_65{flex:1}._LoadingContainer_me5it_69{display:flex;justify-content:center;padding:24px}._ResultsList_me5it_75{max-height:300px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:16px}._UserItem_me5it_83{display:flex;align-items:center;padding:12px;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #e0e0e0}._UserItem_me5it_83:last-child{border-bottom:none}._UserItem_me5it_83:hover{background-color:#f7f7fa}._UserItemSelected_me5it_100{background-color:#ede9fe}._UserItemSelected_me5it_100:hover{background-color:#ddd6fe}._UserInfo_me5it_108{display:flex;align-items:center;gap:12px}._Avatar_me5it_114{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}._UserDetails_me5it_122{display:flex;flex-direction:column;gap:2px}._UserName_me5it_128{font-size:14px;font-weight:500;color:#1a1a1a}._UserEmail_me5it_134{font-size:12px;color:#666}._UserId_me5it_139{font-size:11px;font-family:monospace;color:#999}._EmptyState_me5it_145{text-align:center;padding:24px;color:#666;font-style:italic}._ModalFooter_me5it_152{display:flex;gap:12px;justify-content:flex-end;margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}._PageWrapper_z5bfi_1{display:flex;flex-direction:column;height:100%;overflow:hidden}._Header_z5bfi_8{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-shrink:0}._HeaderInfo_z5bfi_16{display:flex;align-items:center;gap:16px}._ResultCount_z5bfi_22{color:#666;font-size:12px}._TableContainer_z5bfi_27{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--color--white);border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:auto}._AdminsTable_z5bfi_38{width:100%;border-collapse:collapse;font-size:12px}._AdminsTable_z5bfi_38 thead{position:sticky;top:0;z-index:1}._AdminsTable_z5bfi_38 th,._AdminsTable_z5bfi_38 td{padding:8px 10px;text-align:start;border-bottom:1px solid #e0e0e0}._AdminsTable_z5bfi_38 th{background-color:#f7f7fa;font-weight:600;font-size:11px;color:#333;text-transform:uppercase;letter-spacing:.05em}._AdminsTable_z5bfi_38 th:nth-child(1),._AdminsTable_z5bfi_38 td:nth-child(1){width:160px;min-width:160px}._AdminsTable_z5bfi_38 th:nth-child(2),._AdminsTable_z5bfi_38 td:nth-child(2){width:auto}._AdminsTable_z5bfi_38 th:nth-child(3),._AdminsTable_z5bfi_38 td:nth-child(3){width:100px;min-width:100px}._AdminsTable_z5bfi_38 th:nth-child(4),._AdminsTable_z5bfi_38 td:nth-child(4){width:90px;min-width:90px}._AdminsTable_z5bfi_38 th:nth-child(5),._AdminsTable_z5bfi_38 td:nth-child(5){width:80px;min-width:80px}._AdminsTable_z5bfi_38 tbody tr:hover{background-color:#00000005}._AdminsTable_z5bfi_38 tbody tr:last-child td{border-bottom:none}._NameCell_z5bfi_104{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._IdCell_z5bfi_110{font-family:monospace;font-size:11px;color:#666}._EmailCell_z5bfi_116{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}._EmptyState_z5bfi_123{text-align:center;padding:40px 16px!important;color:#666;font-style:italic}._ActionsCell_z5bfi_130{display:flex;gap:4px;flex-shrink:0}._IconButton_z5bfi_136{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,border-color .15s ease}._IconButton_z5bfi_136:hover:not(:disabled){background-color:#fef2f2;border-color:#ef4444}._IconButton_z5bfi_136:disabled{opacity:.4;cursor:not-allowed}._IconButton_z5bfi_136 svg{color:#666}._IconButton_z5bfi_136:hover:not(:disabled) svg{color:#ef4444}@media(max-width:768px){._PageWrapper_z5bfi_1{flex:none;overflow:visible}._Header_z5bfi_8{flex-wrap:wrap;gap:12px}._TableContainer_z5bfi_27{flex:none;overflow-x:auto}}._Page_jqkzy_1{height:100%;width:100%;overflow-y:auto;background-color:#f8fafc;color:#1e293b;display:flex;flex-direction:column;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._Header_jqkzy_19{display:flex;flex-direction:column;gap:16px;padding:32px 40px 24px;border-bottom:1px solid #e2e8f0;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._TitleRow_jqkzy_29{display:flex;justify-content:space-between;align-items:center}._TitleRow_jqkzy_29 h1{font-size:28px;font-weight:700;margin:0;color:#0f172a;letter-spacing:-.5px}._PeriodSelect_jqkzy_43{padding:8px 16px;font-size:14px;font-weight:500;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;outline:none;transition:all .2s ease}._PeriodSelect_jqkzy_43:hover{border-color:#cbd5e1}._PeriodSelect_jqkzy_43:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}._Content_jqkzy_65{padding:32px 40px;max-width:1600px;margin:0 auto;width:100%}._KpiGrid_jqkzy_73{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-bottom:32px}._KpiCard_jqkzy_80{background:#fff;border:1px solid #e2e8f0;padding:20px;border-radius:16px;display:flex;flex-direction:column;gap:8px;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}._KpiCard_jqkzy_80:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}._KpiLabel_jqkzy_97{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._KpiValue_jqkzy_105{font-size:28px;font-weight:700;color:#0f172a}._KpiTrend_jqkzy_111{font-size:12px;font-weight:600;display:flex;align-items:center;gap:4px}._TrendUp_jqkzy_119{color:#22c55e}._TrendDown_jqkzy_123{color:#ef4444}._TrendNeutral_jqkzy_127{color:#64748b}._ChartsGrid_jqkzy_132{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}._ChartCard_jqkzy_139{background:#fff;border:1px solid #e2e8f0;padding:24px;border-radius:16px;box-shadow:0 1px 3px #0000000d}._ChartTitle_jqkzy_147{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:16px}._FullWidth_jqkzy_154{grid-column:span 2}._LeaderboardsGrid_jqkzy_159{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}._LeaderboardCard_jqkzy_166{background:#fff;border:1px solid #e2e8f0;padding:24px;border-radius:16px;box-shadow:0 1px 3px #0000000d}._LeaderboardTitle_jqkzy_174{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:16px}._LeaderboardTable_jqkzy_181{width:100%;border-collapse:collapse}._LeaderboardTable_jqkzy_181 th{text-align:left;font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:8px 12px;border-bottom:1px solid #e2e8f0}._LeaderboardTable_jqkzy_181 td{padding:12px;font-size:14px;color:#1e293b;border-bottom:1px solid #f1f5f9}._LeaderboardTable_jqkzy_181 tr:last-child td{border-bottom:none}._LeaderboardTable_jqkzy_181 tr:hover td{background:#f8fafc}._AlertsSection_jqkzy_213{margin-bottom:32px}._AlertsTitle_jqkzy_217{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:16px}._AlertsList_jqkzy_224{display:flex;flex-direction:column;gap:12px}._AlertItem_jqkzy_230{background:#fef3c7;border:1px solid #fcd34d;padding:16px;border-radius:12px;display:flex;justify-content:space-between;align-items:center}._AlertMessage_jqkzy_240{font-size:14px;color:#92400e;font-weight:500}._AlertEntity_jqkzy_246{font-size:13px;color:#b45309}._ChannelBar_jqkzy_252{display:flex;height:32px;border-radius:8px;overflow:hidden;margin-bottom:16px}._ChannelSegment_jqkzy_260{display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600;min-width:40px}._ChannelLegend_jqkzy_270{display:flex;flex-wrap:wrap;gap:16px}._ChannelLegendItem_jqkzy_276{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b}._ChannelDot_jqkzy_284{width:12px;height:12px;border-radius:50%}._PlanGrid_jqkzy_291{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}._PlanCard_jqkzy_297{background:#f8fafc;padding:16px;border-radius:12px;text-align:center}._PlanName_jqkzy_304{font-size:13px;color:#64748b;font-weight:500;margin-bottom:4px}._PlanCount_jqkzy_311{font-size:24px;font-weight:700;color:#0f172a}._GrowthGrid_jqkzy_318{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}._GrowthCard_jqkzy_324{background:#f0fdf4;border:1px solid #bbf7d0;padding:16px;border-radius:12px;text-align:center}._GrowthLabel_jqkzy_332{font-size:12px;color:#166534;font-weight:500;margin-bottom:4px}._GrowthValue_jqkzy_339{font-size:24px;font-weight:700;color:#15803d}._LoadingContainer_jqkzy_346{display:flex;justify-content:center;align-items:center;height:400px;background:#f8fafc}._Error_jqkzy_354{color:#ef4444;padding:40px;text-align:center;background:#fef2f2;margin:40px;border-radius:16px;border:1px solid #fee2e2}._EmptyState_jqkzy_364{text-align:center;padding:60px 40px;color:#64748b}@media(max-width:1400px){._KpiGrid_jqkzy_73{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){._ChartsGrid_jqkzy_132,._LeaderboardsGrid_jqkzy_159{grid-template-columns:1fr}._FullWidth_jqkzy_154{grid-column:span 1}._KpiGrid_jqkzy_73,._GrowthGrid_jqkzy_318,._PlanGrid_jqkzy_291{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._KpiGrid_jqkzy_73{grid-template-columns:1fr}._Content_jqkzy_65{padding:20px}._Header_jqkzy_19{padding:24px 20px 16px}}._Page_16w2t_1{height:100%;width:100%;overflow-y:auto;background-color:#f8fafc;color:#1e293b;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._Header_16w2t_18{display:flex;flex-direction:column;gap:16px;padding:32px 40px 24px;border-bottom:1px solid #e2e8f0;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._TitleRow_16w2t_28{display:flex;justify-content:space-between;align-items:center}._TitleRow_16w2t_28 h1{font-size:28px;font-weight:700;margin:0;color:#0f172a;letter-spacing:-.5px}._Controls_16w2t_42{display:flex;gap:12px;align-items:center;flex-wrap:wrap}._Select_16w2t_49{padding:8px 16px;font-size:14px;font-weight:500;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;outline:none;transition:all .2s ease}._Select_16w2t_49:hover{border-color:#cbd5e1}._Select_16w2t_49:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}._Tabs_16w2t_71{display:flex;gap:4px;padding:24px 40px 0;border-bottom:1px solid #e2e8f0;background:#fff}._Tab_16w2t_71{padding:10px 20px;font-size:14px;font-weight:500;color:#64748b;border:none;background:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s ease;margin-bottom:-1px}._Tab_16w2t_71:hover{color:#1e293b}._TabActive_16w2t_96{color:#6366f1;border-bottom-color:#6366f1}._Content_16w2t_101{padding:32px 40px;flex:1}._TableCard_16w2t_107{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000d}._Table_16w2t_107{width:100%;border-collapse:collapse}._Table_16w2t_107 th{text-align:left;font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:12px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}._Table_16w2t_107 td{padding:14px 20px;font-size:14px;color:#1e293b;border-bottom:1px solid #f1f5f9}._Table_16w2t_107 tr:last-child td{border-bottom:none}._Table_16w2t_107 tr:hover td{background:#f8fafc}._SectionCell_16w2t_147{font-family:Menlo,Monaco,Courier New,monospace;font-size:13px;color:#475569}._Badge_16w2t_153{display:inline-flex;align-items:center;padding:2px 8px;border-radius:99px;font-size:12px;font-weight:600}._BadgePageView_16w2t_162{background:#eff6ff;color:#3b82f6}._BadgeModalOpen_16w2t_167{background:#faf5ff;color:#8b5cf6}._BadgeAction_16w2t_172{background:#f0fdf4;color:#22c55e}._BadgeSectionVisit_16w2t_177{background:#fff7ed;color:#f97316}._BarRow_16w2t_183{display:flex;align-items:center;gap:12px}._BarTrack_16w2t_189{flex:1;height:6px;background:#f1f5f9;border-radius:99px;overflow:hidden}._BarFill_16w2t_197{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:99px;transition:width .3s ease}._BarValue_16w2t_204{font-size:13px;font-weight:600;color:#0f172a;min-width:40px;text-align:right}._SearchRow_16w2t_213{display:flex;gap:12px;margin-bottom:24px}._SearchInput_16w2t_219{flex:1;padding:10px 16px;font-size:14px;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;transition:all .2s ease}._SearchInput_16w2t_219:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}._SearchBtn_16w2t_236{padding:10px 20px;font-size:14px;font-weight:600;color:#fff;background:#6366f1;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease}._SearchBtn_16w2t_236:hover{background:#4f46e5}._SearchBtn_16w2t_236:disabled{background:#c7d2fe;cursor:not-allowed}._LoadingContainer_16w2t_258{display:flex;justify-content:center;align-items:center;height:300px}._EmptyState_16w2t_265{text-align:center;padding:60px 40px;color:#64748b;font-size:15px}._Error_16w2t_272{color:#ef4444;padding:20px;background:#fef2f2;border-radius:12px;border:1px solid #fee2e2;margin-bottom:20px}@media(max-width:768px){._Header_16w2t_18,._Content_16w2t_101{padding:20px}._Tabs_16w2t_71{padding:16px 20px 0}}._PageWrapper_qqzax_1{display:flex;flex-direction:column;height:100%;overflow:hidden}._Header_qqzax_8{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-shrink:0}._Tabs_qqzax_16{display:flex;gap:8px}._Tab_qqzax_16{padding:8px 16px;border:none;background:none;font-size:14px;font-weight:500;color:#666;cursor:pointer;border-radius:6px;transition:all .15s ease}._Tab_qqzax_16:hover{background-color:#f5f5f5;color:#333}._TabActive_qqzax_38,._TabActive_qqzax_38:hover{background-color:var(--color--primary, #6366f1);color:#fff}._TableContainer_qqzax_48{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--color--white);border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:auto}._PostsTable_qqzax_59{width:100%;border-collapse:collapse;font-size:12px}._PostsTable_qqzax_59 thead{position:sticky;top:0;z-index:1}._PostsTable_qqzax_59 th,._PostsTable_qqzax_59 td{padding:10px 12px;text-align:start;border-bottom:1px solid #e0e0e0}._PostsTable_qqzax_59 th{background-color:#f7f7fa;font-weight:600;font-size:11px;color:#333;text-transform:uppercase;letter-spacing:.05em}._PostsTable_qqzax_59 tbody tr:hover{background-color:#00000005}._PostsTable_qqzax_59 tbody tr:last-child td{border-bottom:none}._TitleCell_qqzax_95{max-width:300px}._TitleLink_qqzax_99{color:var(--color--primary, #6366f1);cursor:pointer;font-weight:500}._TitleLink_qqzax_99:hover{text-decoration:underline}._SlugCell_qqzax_109{font-family:monospace;font-size:11px;color:#666}._LanguageCell_qqzax_115{width:80px}._LanguageBadge_qqzax_119{display:inline-block;padding:2px 8px;background-color:#f0f0f0;border-radius:4px;font-size:10px;font-weight:600;color:#666}._AuthorCell_qqzax_129{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._EmptyState_qqzax_136{text-align:center;padding:40px 16px!important;color:#666;font-style:italic}._ActionsCell_qqzax_143{display:flex;gap:4px;flex-shrink:0}._IconButton_qqzax_149{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,border-color .15s ease;text-decoration:none;color:#666}._IconButton_qqzax_149:hover:not(:disabled){background-color:#f5f5f5;border-color:#ccc}._IconButton_qqzax_149:disabled{opacity:.4;cursor:not-allowed}._IconButton_qqzax_149 svg{color:#666}._PublishButton_qqzax_182:hover:not(:disabled){background-color:#ecfdf5;border-color:#10b981}._PublishButton_qqzax_182:hover:not(:disabled) svg{color:#10b981}._DeleteButton_qqzax_191:hover:not(:disabled){background-color:#fef2f2;border-color:#ef4444}._DeleteButton_qqzax_191:hover:not(:disabled) svg{color:#ef4444}._LoadMore_qqzax_200{display:flex;justify-content:center;padding:16px;border-top:1px solid #e0e0e0}._PageWrapper_iwgbl_1{display:flex;flex-direction:column;height:100%;overflow:hidden}._Header_iwgbl_8{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-shrink:0}._Header_iwgbl_8 h1{font-size:18px;font-weight:600;margin:0}._HeaderActions_iwgbl_22{display:flex;gap:8px}._LanguageTabs_iwgbl_27{display:flex;gap:0;margin-bottom:16px;flex-shrink:0;border-bottom:2px solid #e0e0e0}._LangTab_iwgbl_35{padding:8px 20px;border:none;background:none;font-size:13px;font-weight:500;color:#666;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}._LangTab_iwgbl_35:hover{color:#333}._LangTabActive_iwgbl_52{color:var(--color--primary, #6366f1);border-bottom-color:var(--color--primary, #6366f1);font-weight:600}._LangTabAdd_iwgbl_58{color:var(--color--primary, #6366f1);font-style:italic}._LangTabAdd_iwgbl_58:disabled{color:#ccc;cursor:not-allowed}._EditorContainer_iwgbl_68{flex:1;display:flex;gap:24px;min-height:0;overflow:auto}._MainColumn_iwgbl_76{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}._SideColumn_iwgbl_84{width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}._SideSection_iwgbl_92{background:var(--color--white);border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a}._SideSection_iwgbl_92 h3{font-size:14px;font-weight:600;margin:0 0 12px;color:#333}._FormGroup_iwgbl_106{margin-bottom:12px}._FormGroup_iwgbl_106:last-child{margin-bottom:0}._FormGroup_iwgbl_106 label{display:block;font-size:12px;font-weight:500;color:#666;margin-bottom:4px}._TextArea_iwgbl_122{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;min-height:60px}._TextArea_iwgbl_122:focus{outline:none;border-color:var(--color--primary, #6366f1);box-shadow:0 0 0 2px #6366f11a}._Select_iwgbl_139{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:inherit;background:#fff;cursor:pointer}._Select_iwgbl_139:focus{outline:none;border-color:var(--color--primary, #6366f1)}._HelpText_iwgbl_155{font-size:11px;color:#999;margin-top:4px;display:block}._EditorWrapper_iwgbl_162{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}._EditorWrapper_iwgbl_162 .ql-container{min-height:400px;font-size:14px}._EditorWrapper_iwgbl_162 .ql-editor{min-height:400px}._EditorRtl_iwgbl_177 .ql-editor{direction:rtl;text-align:right}._ImagePreview_iwgbl_182{margin-bottom:12px;position:relative}._ImagePreview_iwgbl_182 img{width:100%;border-radius:6px;display:block}._RemoveImage_iwgbl_193{position:absolute;top:8px;right:8px;padding:4px 8px;background:#000000b3;color:#fff;border:none;border-radius:4px;font-size:11px;cursor:pointer}._RemoveImage_iwgbl_193:hover{background:#000000e6}._SeoToggle_iwgbl_210{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;margin:0 0 12px;border:none;background:none;cursor:pointer;text-align:left}._SeoToggle_iwgbl_210 h3{margin:0}._SeoToggle_iwgbl_210 span{font-size:18px;color:#666}._SeoFields_iwgbl_232{padding-top:8px;border-top:1px solid #e0e0e0}._CheckboxGroup_iwgbl_237{display:flex;align-items:center;gap:8px}._CheckboxGroup_iwgbl_237 input[type=checkbox]{width:16px;height:16px}._CheckboxGroup_iwgbl_237 label{font-size:12px;color:#666;margin:0}._GeneratePanel_iwgbl_254{background:var(--color--white);border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px dashed #d0d5dd}._GeneratePanel_iwgbl_254 label{display:block;font-size:12px;font-weight:500;color:#666;margin-bottom:8px}._GenerateRow_iwgbl_270{display:flex;gap:8px;align-items:flex-end}._GenerateRow_iwgbl_270 ._TextArea_iwgbl_122{flex:1}._GenerateRow_iwgbl_270 button{flex-shrink:0}._PageWrapper_gaote_1{display:flex;flex-direction:column;height:100%;overflow:hidden}._Header_gaote_8{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-shrink:0}._Tabs_gaote_16{display:flex;gap:8px}._Tab_gaote_16{padding:8px 16px;border:none;background:none;font-size:14px;font-weight:500;color:#666;cursor:pointer;border-radius:6px;transition:all .15s ease}._Tab_gaote_16:hover{background-color:#f5f5f5;color:#333}._TabActive_gaote_38,._TabActive_gaote_38:hover{background-color:var(--color--primary, #6366f1);color:#fff}._TableContainer_gaote_48{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--color--white);border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:auto}._GuidesTable_gaote_59{width:100%;border-collapse:collapse;font-size:12px}._GuidesTable_gaote_59 thead{position:sticky;top:0;z-index:1}._GuidesTable_gaote_59 th,._GuidesTable_gaote_59 td{padding:10px 12px;text-align:start;border-bottom:1px solid #e0e0e0}._GuidesTable_gaote_59 th{background-color:#f7f7fa;font-weight:600;font-size:11px;color:#333;text-transform:uppercase;letter-spacing:.05em}._GuidesTable_gaote_59 tbody tr:hover{background-color:#00000005}._GuidesTable_gaote_59 tbody tr:last-child td{border-bottom:none}._TitleCell_gaote_95{max-width:260px}._TitleLink_gaote_99{color:var(--color--primary, #6366f1);cursor:pointer;font-weight:500}._TitleLink_gaote_99:hover{text-decoration:underline}._SlugCell_gaote_109{font-family:monospace;font-size:11px;color:#666}._CategoryCell_gaote_115{width:140px}._CategoryBadge_gaote_119{display:inline-block;padding:2px 8px;background-color:#ede9fe;border-radius:4px;font-size:10px;font-weight:600;color:#5b21b6}._StepsCell_gaote_129,._OrderCell_gaote_134{width:60px;text-align:center}._EmptyState_gaote_139{text-align:center;padding:40px 16px!important;color:#666;font-style:italic}._ActionsCell_gaote_146{display:flex;gap:4px;flex-shrink:0}._IconButton_gaote_152{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,border-color .15s ease;text-decoration:none;color:#666}._IconButton_gaote_152:hover:not(:disabled){background-color:#f5f5f5;border-color:#ccc}._IconButton_gaote_152:disabled{opacity:.4;cursor:not-allowed}._IconButton_gaote_152 svg{color:#666}._PublishButton_gaote_185:hover:not(:disabled){background-color:#ecfdf5;border-color:#10b981}._PublishButton_gaote_185:hover:not(:disabled) svg{color:#10b981}._DeleteButton_gaote_194:hover:not(:disabled){background-color:#fef2f2;border-color:#ef4444}._DeleteButton_gaote_194:hover:not(:disabled) svg{color:#ef4444}._PageWrapper_4txqj_1{display:flex;flex-direction:column;height:100%;overflow:hidden}._Header_4txqj_8{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-shrink:0}._Header_4txqj_8 h1{font-size:18px;font-weight:600;margin:0}._HeaderActions_4txqj_22{display:flex;gap:8px}._EditorContainer_4txqj_27{flex:1;display:flex;gap:24px;min-height:0;overflow:auto}._MainColumn_4txqj_35{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}._SideColumn_4txqj_43{width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}._SideSection_4txqj_51{background:var(--color--white);border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a}._SideSection_4txqj_51 h3{font-size:14px;font-weight:600;margin:0 0 12px;color:#333}._FormGroup_4txqj_65{margin-bottom:12px}._FormGroup_4txqj_65:last-child{margin-bottom:0}._FormGroup_4txqj_65 label{display:block;font-size:12px;font-weight:500;color:#666;margin-bottom:4px}._BilingualRow_4txqj_81{display:flex;gap:12px}._BilingualRow_4txqj_81 ._FormGroup_4txqj_65{flex:1;min-width:0}._TextArea_4txqj_91{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;min-height:60px;box-sizing:border-box}._TextArea_4txqj_91:focus{outline:none;border-color:var(--color--primary, #6366f1);box-shadow:0 0 0 2px #6366f11a}._Select_4txqj_109{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:inherit;background:#fff;cursor:pointer}._Select_4txqj_109:focus{outline:none;border-color:var(--color--primary, #6366f1)}._HelpText_4txqj_125{font-size:11px;color:#999;margin-top:4px;display:block}._StepsSection_4txqj_133{background:var(--color--white);border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a}._StepsHeader_4txqj_140{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._StepsHeader_4txqj_140 h2{font-size:15px;font-weight:600;margin:0}._StepsEmpty_4txqj_153{text-align:center;padding:24px;color:#999;font-style:italic;font-size:13px}._StepCard_4txqj_161{border:1px solid #e0e0e0;border-radius:8px;padding:12px;margin-bottom:12px;background:#fafafa}._StepCard_4txqj_161:last-child{margin-bottom:0}._StepCardHeader_4txqj_173{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}._StepNumber_4txqj_180{font-size:12px;font-weight:700;color:var(--color--primary, #6366f1);text-transform:uppercase;letter-spacing:.05em}._StepActions_4txqj_188{display:flex;gap:4px}._StepActionBtn_4txqj_193{width:24px;height:24px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background .15s}._StepActionBtn_4txqj_193:hover:not(:disabled){background:#f0f0f0}._StepActionBtn_4txqj_193:disabled{opacity:.3;cursor:not-allowed}._StepRemoveBtn_4txqj_216:hover:not(:disabled){background:#fef2f2;border-color:#ef4444;color:#ef4444}._ScreenshotPreview_4txqj_222{position:relative;margin-bottom:8px}._ScreenshotPreview_4txqj_222 img{width:100%;border-radius:6px;display:block;max-height:200px;object-fit:cover}._ScreenshotPlaceholder_4txqj_235{height:80px;background:#f0f0f0;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#999;font-size:12px;margin-bottom:8px}._ScreenshotInputs_4txqj_247{display:flex;flex-direction:column;gap:6px}._RemoveImage_4txqj_253{position:absolute;top:8px;right:8px;padding:4px 8px;background:#000000b3;color:#fff;border:none;border-radius:4px;font-size:11px;cursor:pointer}._RemoveImage_4txqj_253:hover{background:#000000e6}._ImagePreview_4txqj_271{margin-bottom:12px;position:relative}._ImagePreview_4txqj_271 img{width:100%;border-radius:6px;display:block}._PageWrapper_10bv4_1{display:flex;flex-direction:column;height:100%;overflow:hidden}._Description_10bv4_8{color:#585858;font-size:14px;margin-bottom:24px;flex-shrink:0}._TableContainer_10bv4_15{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--color--white);border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:auto}._FlagsTable_10bv4_26{width:100%;border-collapse:collapse;font-size:13px}._FlagsTable_10bv4_26 thead{position:sticky;top:0;z-index:1}._FlagsTable_10bv4_26 th,._FlagsTable_10bv4_26 td{padding:16px;text-align:start;border-bottom:1px solid #e0e0e0}._FlagsTable_10bv4_26 th{background-color:#f7f7fa;font-weight:600;font-size:12px;color:#333;text-transform:uppercase;letter-spacing:.05em}._FlagsTable_10bv4_26 tbody tr:hover{background-color:#00000005}._FlagsTable_10bv4_26 tbody tr:last-child td{border-bottom:none}._FeatureName_10bv4_62{font-weight:500;color:#1a1a1a;min-width:150px}._FeatureDescription_10bv4_68{color:#666;font-size:13px}._ErrorText_10bv4_73{color:#dc2626;margin-top:16px;font-size:14px}._AdminBillingPage_1ahah_1{display:flex;flex-direction:column;height:100%;overflow:hidden}._Header_1ahah_8{flex-shrink:0;margin-bottom:24px}._Title_1ahah_13{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._Description_1ahah_20{color:#585858;font-size:14px;margin:0}._SubTabs_1ahah_26{display:flex;gap:0;border-bottom:1px solid #e0e0e0;margin-bottom:24px;flex-shrink:0}._SubTab_1ahah_26{padding:10px 16px;background:none;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:500;color:#666;cursor:pointer;transition:all .15s ease}._SubTab_1ahah_26:hover{color:#333;background-color:#00000005}._SubTabActive_1ahah_51{color:var(--color--primary, #6366f1);border-bottom-color:var(--color--primary, #6366f1)}._TabContent_1ahah_56{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}._TableContainer_1ahah_65{flex:1;min-height:0;overflow-y:auto;background:var(--color--white);border-radius:8px;box-shadow:0 1px 3px #0000001a;position:relative}._Table_1ahah_65{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}._Table_1ahah_65 thead{position:sticky;top:0;z-index:1;background-color:#f7f7fa}._Table_1ahah_65 th,._Table_1ahah_65 td{padding:10px 12px;text-align:start;border-bottom:1px solid #e0e0e0}._Table_1ahah_65 th{background-color:#f7f7fa;font-weight:600;font-size:11px;color:#333;text-transform:uppercase;letter-spacing:.05em}._Table_1ahah_65 tbody tr:hover{background-color:#00000005}._Table_1ahah_65 tbody tr:last-child td{border-bottom:none}._ControlsRow_1ahah_114{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-shrink:0}._SearchInput_1ahah_122{max-width:300px}._FilterChips_1ahah_126{display:flex;gap:8px}._FilterChip_1ahah_126{padding:6px 12px;border:1px solid #e0e0e0;border-radius:16px;background:#fff;font-size:12px;color:#666;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}._FilterChip_1ahah_126:hover{border-color:var(--color--primary, #6366f1);color:var(--color--primary, #6366f1)}._FilterChipActive_1ahah_150{background-color:var(--color--primary, #6366f1);border-color:var(--color--primary, #6366f1);color:#fff}._FilterChipActive_1ahah_150:hover{background-color:var(--color--primary-dark, #4f46e5);border-color:var(--color--primary-dark, #4f46e5);color:#fff}._ResultCount_1ahah_162{color:#666;font-size:12px;margin-inline-start:auto}._StatusBadge_1ahah_169{display:inline-block;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;text-transform:capitalize}._StatusPending_1ahah_178{background-color:#fef3c7;color:#92400e}._StatusProcessing_1ahah_183{background-color:#dbeafe;color:#1e40af}._StatusPaid_1ahah_188{background-color:#d1fae5;color:#065f46}._StatusFailed_1ahah_193{background-color:#fee2e2;color:#991b1b}._StatusRefunded_1ahah_198{background-color:#f3f4f6;color:#6b7280}._IdCell_1ahah_204{font-family:monospace;font-size:11px;color:#666}._UserCell_1ahah_210{display:flex;align-items:center;gap:8px;overflow:hidden}._UserCell_1ahah_210 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._Avatar_1ahah_223{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}._AmountCell_1ahah_231{font-weight:500;color:#1a1a1a}._EmptyState_1ahah_236{text-align:center;padding:40px 16px!important;color:#666;font-style:italic}._ActionsCell_1ahah_244{display:flex;gap:4px}._ActionButton_1ahah_249{display:flex;align-items:center;justify-content:center;padding:4px 8px;font-size:11px;border:1px solid #e0e0e0;border-radius:4px;background:#fff;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}._ActionButton_1ahah_249:hover:not(:disabled){background-color:#f7f7fa;border-color:var(--color--primary, #6366f1);color:var(--color--primary, #6366f1)}._ActionButton_1ahah_249:disabled{opacity:.4;cursor:not-allowed}._ActionButtonDanger_1ahah_275:hover:not(:disabled){border-color:#dc2626;color:#dc2626}._ActionButtonSuccess_1ahah_280:hover:not(:disabled){border-color:#16a34a;color:#16a34a}._LoadingOverlay_1ahah_286{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;z-index:2}._PlanBadge_1ahah_300{display:inline-block;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;text-transform:capitalize}._PlanFree_1ahah_309{background-color:#f3f4f6;color:#6b7280}._PlanPaid_1ahah_314{background-color:#d1fae5;color:#065f46}._PlanWhitelabel_1ahah_319{background-color:#dbeafe;color:#1e40af}._BillingBadge_1ahah_325{display:inline-block;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500}._BillingUsageBased_1ahah_333{background-color:#e0e7ff;color:#3730a3}._BillingLegacy_1ahah_338{background-color:#fef3c7;color:#92400e}._BillingBoth_1ahah_343{background-color:#d1fae5;color:#065f46}._AmountBreakdown_1ahah_349{display:flex;flex-direction:column;gap:2px}._AmountTotal_1ahah_355{font-weight:500;color:#1a1a1a}._AmountDetails_1ahah_360{font-size:10px;color:#666;display:flex;gap:6px}._AmountDetails_1ahah_360 span{white-space:nowrap}._BillingCycleCell_1ahah_372{font-size:12px;color:#333}._BillingCycleDate_1ahah_377{display:block;color:#666;font-size:11px}._TableFoot_1ahah_384{position:sticky;bottom:0;z-index:1}._TableFoot_1ahah_384 td{background-color:#f7f7fa;border-top:2px solid #e0e0e0;border-bottom:none;font-size:13px}._TotalLabel_1ahah_397{font-weight:600;text-align:end;color:#333}@media(max-width:768px){._AdminBillingPage_1ahah_1{height:auto;overflow:visible}._TabContent_1ahah_56{flex:none;overflow:visible}._ControlsRow_1ahah_114{flex-wrap:wrap}._SearchInput_1ahah_122{max-width:100%;flex:1 1 100%}._FilterChips_1ahah_126{flex-wrap:wrap}._TableContainer_1ahah_65{flex:none;overflow-x:auto}._Table_1ahah_65{min-width:560px}}._Modal_hfpcv_1{width:100%;max-width:1024px}._ConfirmModalContent_hfpcv_6{display:flex;flex-direction:column;gap:20px}._Title_hfpcv_12{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._Content_hfpcv_19{color:#585858;font-size:14px;line-height:1.6;margin:0}._Buttons_hfpcv_26{display:flex;justify-content:center;gap:12px;padding-top:8px}._ConfirmButton_hfpcv_33,._CancelButton_hfpcv_37{min-width:120px}._PageWrapper_1pagp_1{display:flex;flex-direction:column;height:100%;overflow:hidden}._Description_1pagp_8{color:#585858;font-size:14px;margin-bottom:16px;flex-shrink:0}._FilterBar_1pagp_15{display:flex;gap:16px;margin-bottom:16px;flex-shrink:0}._FilterLabel_1pagp_22{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#333}._FilterSelect_1pagp_31{padding:6px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:13px;background:#fff;cursor:pointer}._TableContainer_1pagp_40{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--color--white);border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:auto}._Table_1pagp_40{width:100%;border-collapse:collapse;font-size:13px}._Table_1pagp_40 thead{position:sticky;top:0;z-index:1}._Table_1pagp_40 th,._Table_1pagp_40 td{padding:16px;text-align:start;border-bottom:1px solid #e0e0e0}._Table_1pagp_40 th{background-color:#f7f7fa;font-weight:600;font-size:12px;color:#333;text-transform:uppercase;letter-spacing:.05em}._Table_1pagp_40 tbody tr:hover{background-color:#00000005}._Table_1pagp_40 tbody tr:last-child td{border-bottom:none}._SortableHeader_1pagp_87{cursor:pointer;-webkit-user-select:none;user-select:none}._SortableHeader_1pagp_87 ._SortIndicator_1pagp_92{font-size:8px;margin-inline-start:3px;opacity:1}._SortableHeader_1pagp_87 ._SortHint_1pagp_98{font-size:8px;margin-inline-start:3px;opacity:0;transition:opacity .15s}._SortableHeader_1pagp_87:hover ._SortHint_1pagp_98{opacity:.45}._ClickableRow_1pagp_109{cursor:pointer}._Badge_1pagp_113{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}._BadgeLow_1pagp_122{background-color:#fef9c3;color:#854d0e}._BadgeMedium_1pagp_127{background-color:#fed7aa;color:#9a3412}._BadgeHigh_1pagp_132{background-color:#fecaca;color:#991b1b}._ReasonCell_1pagp_137{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ExpandedDescription_1pagp_144{white-space:pre-wrap;max-width:300px}._ExpandedDetails_1pagp_149{margin-top:8px;padding:8px;background-color:#f7f7fa;border-radius:4px;font-size:12px;color:#555;line-height:1.6}._AdminNotes_1pagp_159{margin-top:4px;font-size:12px;color:#6b7280}._StatusSelect_1pagp_165{padding:4px 8px;border-radius:4px;border:1px solid #d1d5db;font-size:12px;cursor:pointer;background:#fff}._RowResolved_1pagp_174{background-color:#22c55e1a}._RowResolved_1pagp_174:hover{background-color:#22c55e26}._ThreadLink_1pagp_182{cursor:pointer;color:#6b7280;text-align:center}._ThreadLink_1pagp_182:hover{color:#2563eb}._LoadMore_1pagp_192{display:flex;justify-content:center;padding:16px}._EmptyState_1pagp_198{text-align:center;padding:48px 24px;color:#666}._ErrorText_1pagp_204{color:#dc2626;margin-top:16px;font-size:14px}._NotesModalContent_1pagp_210{display:flex;flex-direction:column;gap:12px}._NotesModalContent_1pagp_210 p{font-size:14px;color:#555;margin:0}._PageWrapper_vndz7_1{display:flex;flex-direction:column;height:100%;overflow:hidden}._Description_vndz7_8{color:#585858;font-size:14px;margin-bottom:16px;flex-shrink:0}._Filters_vndz7_15{display:flex;gap:12px;margin-bottom:16px;flex-shrink:0}._FilterSelect_vndz7_22{min-width:160px}._TableContainer_vndz7_26{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--color--white);border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:auto}._Table_vndz7_26{width:100%;border-collapse:collapse;font-size:13px}._Table_vndz7_26 thead{position:sticky;top:0;z-index:1}._Table_vndz7_26 th,._Table_vndz7_26 td{padding:16px;text-align:start;border-bottom:1px solid #e0e0e0}._Table_vndz7_26 th{background-color:#f7f7fa;font-weight:600;font-size:12px;color:#333;text-transform:uppercase;letter-spacing:.05em}._Table_vndz7_26 tbody tr:hover{background-color:#00000005}._Table_vndz7_26 tbody tr:last-child td{border-bottom:none}._ClickableRow_vndz7_73{cursor:pointer}._Badge_vndz7_77{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}._BadgeFree_vndz7_86{background-color:#e0e7ff;color:#3730a3}._BadgePaid_vndz7_91{background-color:#d1fae5;color:#065f46}._StatusSelect_vndz7_96{padding:4px 8px;border-radius:4px;border:1px solid #d1d5db;font-size:12px;cursor:pointer;background:#fff}._DescriptionCell_vndz7_105{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ExpandedDescription_vndz7_112{white-space:pre-wrap;max-width:300px}._Context_vndz7_117{margin-top:8px;padding:8px;background-color:#f7f7fa;border-radius:4px;font-size:12px;color:#555;line-height:1.6}._ContextLink_vndz7_127{color:#2563eb;cursor:pointer;text-decoration:none}._ContextLink_vndz7_127:hover{text-decoration:underline}._LoadMore_vndz7_137{display:flex;justify-content:center;padding:16px}._EmptyState_vndz7_143{text-align:center;padding:48px 24px;color:#666}._ErrorText_vndz7_149{color:#dc2626;margin-top:16px;font-size:14px}@media(max-width:768px){._PageWrapper_vndz7_1{flex:none;overflow:visible}._TableContainer_vndz7_26{flex:none}._Filters_vndz7_15{flex-wrap:wrap}._FilterSelect_vndz7_22{min-width:unset;flex:1 1 140px}}._AdminMenu_1r7pv_1{width:260px;background:#fff;border-left:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column;overflow-y:auto}._MenuHeader_1r7pv_11{padding:24px 20px 16px;border-bottom:1px solid #e5e7eb}._MenuTitle_1r7pv_16{margin:0;font-size:20px;font-weight:600;color:#111827}._MenuSections_1r7pv_23,._MenuSection_1r7pv_23{padding:8px 0}._MenuSection_1r7pv_23:not(:last-child){border-bottom:1px solid #f3f4f6}._SectionHeader_1r7pv_35{padding:8px 20px}._SectionTitle_1r7pv_39{margin:0;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}._SectionDescription_1r7pv_48{margin:4px 0 0;font-size:11px;color:#9ca3af}._MenuList_1r7pv_54{list-style:none;margin:0;padding:4px 8px}._MenuItem_1r7pv_60{margin-bottom:2px}._MenuLink_1r7pv_64{display:flex;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;color:#6b7280;border-radius:6px;transition:all .15s ease;font-size:14px;font-weight:500}._MenuLink_1r7pv_64:hover{background-color:#f3f4f6;color:#111827}._MenuLinkActive_1r7pv_82{background-color:#ede9fe;color:var(--color--primary, #6366f1);font-weight:600}._MenuLinkActive_1r7pv_82:hover{background-color:#ddd6fe}._MenuLabel_1r7pv_92{flex:1}._MenuBadge_1r7pv_96{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background-color:#ef4444;color:#fff;font-size:11px;font-weight:600;line-height:1}@media(max-width:768px){._AdminMenu_1r7pv_1{width:100%;border-left:none;border-bottom:1px solid #e5e7eb;height:auto}._MenuHeader_1r7pv_11{padding:16px}._MenuTitle_1r7pv_16{font-size:18px}._MenuSections_1r7pv_23{display:flex;overflow-x:auto;padding:0 8px 8px;-ms-overflow-style:none;scrollbar-width:none}._MenuSections_1r7pv_23::-webkit-scrollbar{display:none}._MenuSection_1r7pv_23{flex-shrink:0;padding:0;border-bottom:none}._SectionHeader_1r7pv_35{display:none}._MenuList_1r7pv_54{display:flex;padding:4px}._MenuItem_1r7pv_60{margin-bottom:0;margin-inline-end:4px}._MenuLink_1r7pv_64{padding:8px 12px;white-space:nowrap;font-size:13px}}._AdminNavbar_1wosz_1{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}._Navbar_1wosz_8{width:100%}._AdminLayout_pond7_1{display:flex;flex-direction:column;height:100vh;width:100%;overflow:hidden;direction:ltr}._MainContent_pond7_10{display:flex;flex-direction:row;flex:1;min-height:0;overflow:hidden}._Content_pond7_18{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:24px;background:#f9fafb}._PageHeader_pond7_28{margin-bottom:24px}._PageTitle_pond7_32{font-size:24px;font-weight:600;color:#111827;margin:0}@media(max-width:768px){._MainContent_pond7_10{flex-direction:column}._Content_pond7_18{padding:16px;overflow-y:auto}._PageTitle_pond7_32{font-size:20px}}._Container_19ops_1{padding:32px;max-width:900px}._Header_19ops_6{margin-bottom:32px}._Title_19ops_10{font-size:24px;font-weight:700;color:var(--color-text-primary, #111827);margin:0 0 6px}._Subtitle_19ops_17{font-size:14px;color:var(--color-text-secondary, #6b7280);margin:0}._SourceGrid_19ops_23{display:flex;gap:20px;flex-wrap:wrap}._SourceCard_19ops_29{display:flex;flex-direction:column;gap:20px;padding:24px;border:1px solid var(--color-border, #e5e7eb);border-radius:12px;background:var(--color-surface, #fff);cursor:pointer;transition:border-color .15s,box-shadow .15s;width:280px;text-align:left}._SourceCard_19ops_29:hover{border-color:var(--color-primary, #6366f1);box-shadow:0 4px 16px #6366f11a}._CardTop_19ops_48{display:flex;align-items:center;gap:12px}._SourceLogo_19ops_54{width:36px;height:36px;object-fit:contain;border-radius:8px}._SourceName_19ops_61{font-size:16px;font-weight:600;color:var(--color-text-primary, #111827)}._Stats_19ops_69{display:flex;flex-direction:column;gap:12px}._StatMain_19ops_75{display:flex;align-items:baseline;gap:6px}._StatNum_19ops_81{font-size:28px;font-weight:700;color:#111827;line-height:1}._StatLabel_19ops_88{font-size:13px;color:var(--color-text-secondary, #6b7280)}._StatRow_19ops_93{display:flex;gap:6px;flex-wrap:wrap}._StatChip_19ops_99{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:12px;font-size:12px}._StatChip_19ops_99 strong{font-weight:600}._StatChip_indigo_19ops_112{background:#6366f114;color:#4338ca}._StatChip_amber_19ops_117{background:#f5a6231a;color:#8a5f00}._StatChip_green_19ops_122{background:#00ca721a;color:#006940}._PipelineBar_19ops_129{display:flex;height:5px;border-radius:3px;overflow:hidden;background:#f3f4f6;gap:2px}._PipelineSegment_19ops_138{border-radius:3px;min-width:4px}._PipelineSegment_19ops_138[data-color=indigo]{background:#6366f1}._PipelineSegment_19ops_138[data-color=amber]{background:#f5a623}._PipelineSegment_19ops_138[data-color=green]{background:#00ca72}._StatsLoading_19ops_149{display:flex;flex-direction:column;gap:10px}._SkeletonRow_19ops_155{height:14px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:_shimmer_19ops_1 1.4s infinite;border-radius:6px;width:100%}@keyframes _shimmer_19ops_1{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){._Container_19ops_1{padding:16px}._Header_19ops_6{margin-bottom:20px}._SourceCard_19ops_29{width:100%}}._Backdrop_1qaa5_1{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:1000}._Card_1qaa5_11{background:#fff;border-radius:12px;width:480px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #00000026;overflow:hidden}._Header_1qaa5_23{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb}._Title_1qaa5_31{font-size:16px;font-weight:600;color:#111827}._CloseBtn_1qaa5_37{background:none;border:none;font-size:22px;color:#6b7280;cursor:pointer;padding:0;line-height:1}._CloseBtn_1qaa5_37:hover:not(:disabled){color:#111827}._CloseBtn_1qaa5_37:disabled{opacity:.4;cursor:not-allowed}._Body_1qaa5_56{padding:20px;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px}._Form_1qaa5_65{display:flex;flex-direction:column;gap:14px}._Field_1qaa5_71{display:flex;flex-direction:column;gap:6px}._Label_1qaa5_77{font-size:13px;font-weight:500;color:#374151}._Select_1qaa5_83{height:38px;padding:0 36px 0 12px;border:1.5px solid #e5e7eb;border-radius:6px;background:#fff;color:#111827;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23676879' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;cursor:pointer}._Select_1qaa5_83:focus{outline:none;border-color:var(--color-primary, #6366f1)}._CheckboxLabel_1qaa5_104{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;cursor:pointer;-webkit-user-select:none;user-select:none}._CheckboxLabel_1qaa5_104 input{accent-color:var(--color-primary, #6366f1)}._ProgressLog_1qaa5_118{background:#f7f7fa;border:1px solid #e5e7eb;border-radius:6px;padding:14px 16px;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:12px;display:flex;flex-direction:column;gap:8px;max-height:260px;overflow-y:auto}._ProgressStep_1qaa5_132{display:flex;align-items:center;gap:10px}._IndicatorActive_1qaa5_138{width:8px;height:8px;border-radius:50%;background:var(--color-primary, #6366f1);flex-shrink:0;animation:_pulse_1qaa5_1 1.2s ease-in-out infinite}._IndicatorDone_1qaa5_147{width:8px;height:8px;border-radius:50%;background:#00ca72;flex-shrink:0}._MessageActive_1qaa5_155{color:#111827}._MessageDone_1qaa5_156{color:#9ca3af}@keyframes _pulse_1qaa5_1{0%,to{opacity:1}50%{opacity:.3}}._DoneMessage_1qaa5_163{padding:12px 16px;background:#00ca721a;border:1px solid rgba(0,202,114,.3);border-radius:6px;font-size:14px;color:#006940;font-weight:500;text-align:center}._ErrorMessage_1qaa5_174{padding:12px 16px;background:#e4425814;border:1px solid rgba(228,66,88,.3);border-radius:6px;font-size:13px;color:#b00020}._Footer_1qaa5_183{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid #e5e7eb}._CancelBtn_1qaa5_192{height:36px;padding:0 16px;background:none;border:1.5px solid #e5e7eb;border-radius:6px;font-size:14px;font-weight:500;color:#374151;cursor:pointer}._CancelBtn_1qaa5_192:hover{border-color:#d1d5db;background:#f9fafb}._ScrapeBtn_1qaa5_209{height:36px;padding:0 20px;background:var(--color-primary, #6366f1);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer}._ScrapeBtn_1qaa5_209:hover{opacity:.9}._AbortBtn_1qaa5_225{display:flex;align-items:center;gap:8px;height:36px;padding:0 20px;background:#e44258;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer}._AbortBtn_1qaa5_225:hover{opacity:.9}._Spinner_1qaa5_244{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1qaa5_1 .7s linear infinite}@keyframes _spin_1qaa5_1{to{transform:rotate(360deg)}}@media(max-width:768px){._Body_1qaa5_56,._Header_1qaa5_23{padding:14px}._Footer_1qaa5_183{padding:12px 14px}}._Container_19uq8_1{display:flex;flex-direction:column;padding:24px;height:100%;overflow-y:auto}._PageHeader_19uq8_9{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._SourceHeader_19uq8_16{display:flex;align-items:center;gap:10px}._BackBtn_19uq8_22{font-size:13px;color:var(--color-primary, #6366f1);background:none;border:none;cursor:pointer;padding:0;margin-right:4px}._BackBtn_19uq8_22:hover{text-decoration:underline}._SourceLogo_19uq8_36{width:28px;height:28px;border-radius:6px;object-fit:contain}._SourceName_19uq8_43{font-size:18px;font-weight:600;color:var(--color-text, #111827)}._ScrapeBtn_19uq8_49{display:flex;align-items:center;height:36px;padding:0 18px;background:var(--color-primary, #6366f1);color:#fff;border-radius:6px;font-weight:600;font-size:14px;white-space:nowrap;border:none;cursor:pointer}._ScrapeBtn_19uq8_49:hover{opacity:.9}._FilterBar_19uq8_68{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}._CountryFilterSelect_19uq8_76{height:34px;padding:0 32px 0 10px;border:1.5px solid var(--color-border, #e5e7eb);border-radius:16px;background:var(--color-surface, #fff);color:var(--color-text, #111827);font-size:13px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23676879' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer}._CountryFilterSelect_19uq8_76:focus{outline:none;border-color:var(--color-primary, #6366f1)}._FilterChips_19uq8_96{display:flex;gap:6px;flex-wrap:wrap}._FilterChip_19uq8_96{height:32px;padding:0 14px;border-radius:16px;border:1.5px solid var(--color-border, #e5e7eb);background:#fff;color:var(--color-text-secondary, #6b7280);font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap;transition:border-color .15s,color .15s}._FilterChip_19uq8_96:hover{border-color:var(--color-primary, #6366f1);color:var(--color-primary, #6366f1)}._FilterChipActive_19uq8_121{height:32px;padding:0 14px;border-radius:16px;border:1.5px solid var(--color-primary, #6366f1);background:var(--color-primary, #6366f1);color:#fff;font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap}._ResultCount_19uq8_134{margin-inline-start:auto;font-size:12px;color:var(--color-text-secondary, #6b7280);white-space:nowrap}._Error_19uq8_141{width:100%;max-width:600px;padding:12px 16px;margin-bottom:16px;background:#e4425814;border:1px solid rgba(228,66,88,.3);border-radius:6px;color:#b00020;font-size:13px}._TableWrap_19uq8_153{width:100%;overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}._Loading_19uq8_161,._Empty_19uq8_162{text-align:center;color:var(--color-text-secondary, #6b7280);font-size:14px;padding:40px 0}._Table_19uq8_153{width:100%;min-width:700px;table-layout:fixed;border-collapse:collapse}._Table_19uq8_153 thead{position:sticky;top:0;z-index:1;background-color:#f7f7fa}._Table_19uq8_153 th{text-align:left;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary, #6b7280);padding:10px 12px;border-bottom:1.5px solid var(--color-border, #e5e7eb);white-space:nowrap;overflow:hidden}._Table_19uq8_153 td{padding:10px 12px;font-size:13px;color:var(--color-text, #111827);border-bottom:1px solid var(--color-border, #e5e7eb);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._Table_19uq8_153 td._AllowWrap_19uq8_206{white-space:normal}._MainRow_19uq8_210{cursor:pointer;transition:background .15s}._MainRow_19uq8_210:hover{background:#6366f108}._MainRowNoId_19uq8_219{cursor:default;opacity:.7}._NameCol_19uq8_225{width:19%}._NameCell_19uq8_226{font-weight:600}._PartnerName_19uq8_228{display:flex;align-items:center;gap:6px}._PartnerSourceIcon_19uq8_234{width:16px;height:16px;border-radius:3px;object-fit:contain;flex-shrink:0}._CountryCol_19uq8_242{width:10%}._TagsCol_19uq8_243{width:25%}._StatusCol_19uq8_244,._StatusCell_19uq8_245{width:15%}._ActivityCol_19uq8_246,._ActivityCell_19uq8_247{width:24%}._ActionsCol_19uq8_248{width:7%;text-align:center}._ActionsCell_19uq8_249{text-align:center}._SortableHeader_19uq8_251{cursor:pointer;-webkit-user-select:none;user-select:none}._SortableHeader_19uq8_251:hover{color:var(--color-text, #111827)}._SortArrow_19uq8_260{font-size:10px;color:var(--color-text-secondary, #6b7280)}._TagList_19uq8_265{display:flex;flex-wrap:wrap;gap:4px}._TagPill_19uq8_271{display:inline-block;padding:2px 8px;font-size:11px;font-weight:500;border-radius:10px;background:#6366f114;color:var(--color-primary, #6366f1);white-space:nowrap}._StatusSelect_19uq8_282{width:100%;height:26px;padding:0 6px;border:1.5px solid var(--color-border, #e5e7eb);border-radius:6px;background:var(--color-surface, #fff);color:var(--color-text, #111827);font-size:11px;font-weight:500;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}._StatusSelect_19uq8_282:focus{outline:none;border-color:var(--color-primary, #6366f1)}._StatusPending_19uq8_301{border-color:#aab0bb;color:#555;background:#f5f6f7}._StatusContacted_19uq8_302{border-color:#6366f1;color:#4338ca;background:#6366f112}._StatusMeeting_19uq8_303{border-color:#f5a623;color:#8a5f00;background:#f5a6231a}._StatusPartner_19uq8_304{border-color:#00ca72;color:#006940;background:#00ca721a}._StatusNotRelevant_19uq8_305{border-color:#e44258;color:#b00020;background:#e4425812}._ActivityCell_19uq8_247{white-space:normal!important;overflow:visible!important}._ActivityItem_19uq8_312{display:flex;align-items:flex-start;gap:6px;min-width:0}._ActivityItemClickable_19uq8_319{cursor:pointer}._ActivityItemClickable_19uq8_319:hover ._ActivityText_19uq8_323{text-decoration:underline;color:var(--color-primary, #6366f1)}._ActivityIcon_19uq8_328{font-size:12px;flex-shrink:0;margin-top:1px}._ActivityStack_19uq8_330{display:flex;flex-direction:column;gap:2px;min-width:0}._ActivityText_19uq8_323{font-size:12px;color:var(--color-text, #111827);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ActivityDate_19uq8_345{font-size:11px;color:var(--color-text-secondary, #6b7280);white-space:nowrap}._DeleteBtn_19uq8_351{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:transparent;font-size:14px;line-height:1;cursor:pointer;transition:background .15s}._DeleteBtn_19uq8_351:hover{background:#e442581a;color:#e44258}._MobileCards_19uq8_371{display:none}._MobileCard_19uq8_371{display:flex;flex-direction:column;gap:10px;padding:14px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}._MobileCardTop_19uq8_385{display:flex;flex-direction:column;gap:6px}._MobileCardName_19uq8_391{font-weight:600;font-size:14px;color:var(--color-text, #111827);display:flex;align-items:center;gap:6px;min-width:0}._MobileCardName_19uq8_391 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MobileCardMeta_19uq8_407{display:flex;flex-wrap:wrap;gap:6px;align-items:center;font-size:12px;color:var(--color-text-secondary, #6b7280)}._MobileCardRow_19uq8_416{display:flex;align-items:center;justify-content:space-between;gap:8px}@media(max-width:768px){._Container_19uq8_1{padding:12px}._PageHeader_19uq8_9{flex-direction:column;align-items:flex-start;gap:10px}._FilterBar_19uq8_68{gap:8px}._TableWrap_19uq8_153{display:none}._MobileCards_19uq8_371{display:flex;flex-direction:column;gap:10px}}._Shell_ywslu_1{display:flex;flex-direction:column;height:100%;background:var(--color-bg, #f9fafb)}._TopBar_ywslu_8{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:var(--color-surface, #fff);border-bottom:1px solid var(--color-border, #e5e7eb);gap:24px;flex-shrink:0}._TopBarLeft_ywslu_19{display:flex;align-items:center;gap:10px;min-width:200px}._CountryBadge_ywslu_26{padding:2px 10px;background:#6366f11a;color:var(--color-primary, #6366f1);border-radius:20px;font-size:12px;font-weight:600}._TopBarRight_ywslu_35{display:flex;justify-content:flex-end;min-width:140px}._ResetButton_ywslu_41{padding:0 14px;height:34px;border-radius:8px;background:transparent;color:var(--color-text-secondary, #6b7280);font-size:13px;border:1.5px solid var(--color-border, #e5e7eb);cursor:pointer}._ResetButton_ywslu_41:hover{background:#f4f6f8;color:var(--color-text, #111827)}._Body_ywslu_57{display:flex;flex:1;overflow:hidden}._Main_ywslu_63{flex:1;padding:32px;overflow-y:auto;display:flex;flex-direction:column}._Side_ywslu_71{width:360px;border-left:1px solid var(--color-border, #e5e7eb);background:var(--color-surface, #fff);overflow-y:auto;flex-shrink:0}._FinishedCard_ywslu_79{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:100%;text-align:center;padding:40px}._FinishedIcon_ywslu_90{font-size:64px}._FinishedCard_ywslu_79 h2{font-size:28px;font-weight:700}._FinalStats_ywslu_97{display:flex;gap:32px;margin:16px 0}._StatItem_ywslu_103{display:flex;flex-direction:column;align-items:center;gap:4px}._StatNum_ywslu_110{font-size:36px;font-weight:700;color:var(--color-primary, #6366f1)}._StatLabel_ywslu_116{font-size:12px;color:var(--color-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.05em}._NewOutreachButton_ywslu_123{padding:0 32px;height:48px;border-radius:8px;background:var(--color-primary, #6366f1);color:#fff;font-weight:600;font-size:15px;border:none;cursor:pointer}._NewOutreachButton_ywslu_123:hover{opacity:.9}._LoadingState_ywslu_137,._ErrorState_ywslu_138{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:100%;color:var(--color-text-secondary, #6b7280);font-size:14px}@media(max-width:768px){._TopBar_ywslu_8{padding:10px 12px}._TopBarLeft_ywslu_19{min-width:0}._Body_ywslu_57{flex-direction:column}._Main_ywslu_63{padding:16px}._Side_ywslu_71{width:100%;border-left:none;border-top:1px solid var(--color-border, #e5e7eb);max-height:40vh}._FinishedCard_ywslu_79{padding:24px 16px}._FinishedCard_ywslu_79 h2{font-size:22px}._FinalStats_ywslu_97{gap:16px}._StatNum_ywslu_110{font-size:24px}}._Step_1hjz1_1{display:flex;flex-direction:column;gap:20px;height:100%}._StepHeader_1hjz1_8{display:flex;flex-direction:column;gap:4px}._StepBadge_1hjz1_14{display:inline-flex;align-items:center;padding:2px 10px;background:#6366f11a;color:var(--color-primary, #6366f1);border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;align-self:flex-start}._StepTitle_1hjz1_28{font-size:22px;font-weight:700;color:var(--color-text, #111827)}._StepSubtitle_1hjz1_34{color:var(--color-text-secondary, #6b7280);font-size:14px}._Card_1hjz1_39{background:var(--color-surface, #fff);border:1.5px solid var(--color-border, #e5e7eb);border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:12px}._PartnerMeta_1hjz1_49{display:flex;gap:8px;align-items:center}._TierBadge_1hjz1_55{display:inline-flex;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:600;background:#ffcb0026;color:#8a6d00}._tier_platinum_1hjz1_65{background:#b4c7dc4d;color:#4a6080}._tier_gold_1hjz1_70{background:#ffcb0033;color:#8a6d00}._tier_silver_1hjz1_75{background:#a0a0a033;color:#555}._PartnerName_1hjz1_80{font-size:20px;font-weight:700;color:var(--color-text, #111827)}._PartnerLink_1hjz1_86{color:var(--color-primary, #6366f1);text-decoration:none;font-size:13px;word-break:break-all}._PartnerLink_1hjz1_86:hover{text-decoration:underline}._PartnerDesc_1hjz1_95{color:var(--color-text-secondary, #6b7280);font-size:13px;line-height:1.6}._ResultRow_1hjz1_101{display:flex;gap:12px;align-items:flex-start;font-size:13px}._ResultLabel_1hjz1_108{color:var(--color-text-secondary, #6b7280);min-width:130px;flex-shrink:0;padding-top:1px}._ResultValue_1hjz1_115{color:var(--color-text, #111827);word-break:break-all;font-weight:500}._PartnerTagList_1hjz1_121{display:flex;flex-wrap:wrap;gap:4px}._PartnerTagPill_1hjz1_127{display:inline-block;padding:2px 8px;font-size:11px;font-weight:500;border-radius:10px;background:#6366f114;color:var(--color-primary, #6366f1)}._PartnerDetailRow_1hjz1_137{display:flex;gap:8px;font-size:13px;color:var(--color-text-secondary, #6b7280)}._PartnerDetailLabel_1hjz1_144{font-weight:600;color:var(--color-text, #111827);min-width:90px;flex-shrink:0}._PartnerDetailValue_1hjz1_151{word-break:break-all}._PartnerDefaultLang_1hjz1_153{font-weight:700}._LoadingCard_1hjz1_155{display:flex;align-items:center;gap:12px;padding:24px;background:var(--color-surface, #fff);border:1.5px solid var(--color-border, #e5e7eb);border-radius:8px;color:var(--color-text-secondary, #6b7280)}._LangBadge_1hjz1_166{display:inline-flex;align-items:center;padding:4px 12px;background:#00ca721a;border:1px solid rgba(0,202,114,.3);border-radius:20px;font-size:12px;color:#006940;align-self:flex-start}._MessageArea_1hjz1_178{width:100%;padding:12px;border:1.5px solid var(--color-border, #e5e7eb);border-radius:8px;background:var(--color-surface, #fff);color:var(--color-text, #111827);font-size:13px;line-height:1.6;min-height:220px;resize:vertical;box-sizing:border-box}._MessageArea_1hjz1_178:focus{outline:none;border-color:var(--color-primary, #6366f1);box-shadow:0 0 0 3px #6366f126}._MessagePreview_1hjz1_198{background:#f4f6f8;border:1px solid var(--color-border, #e5e7eb);border-radius:8px;overflow:hidden}._MessagePreviewLabel_1hjz1_205{padding:8px 12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary, #6b7280);border-bottom:1px solid var(--color-border, #e5e7eb)}._MessagePreviewText_1hjz1_215{padding:12px;font-family:inherit;font-size:13px;line-height:1.6;color:var(--color-text, #111827);white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto;margin:0}._SuccessResult_1hjz1_228{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 0;text-align:center;color:#006940}._SuccessIcon_1hjz1_238{width:48px;height:48px;border-radius:50%;background:#00ca721a;display:flex;align-items:center;justify-content:center;font-size:24px}._FailResult_1hjz1_249{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 0;text-align:center;color:#b00020}._FailIcon_1hjz1_259{width:48px;height:48px;border-radius:50%;background:#e442581a;display:flex;align-items:center;justify-content:center;font-size:24px}._Hint_1hjz1_270{font-size:12px;color:var(--color-text-secondary, #6b7280)}._Error_1hjz1_275{padding:12px 16px;background:#e4425814;border:1px solid rgba(228,66,88,.3);border-radius:8px;color:#b00020;font-size:13px}._Actions_1hjz1_284{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:8px;border-top:1px solid var(--color-border, #e5e7eb);margin-top:auto}._SkipButton_1hjz1_294{padding:0 20px;height:40px;border-radius:8px;background:transparent;color:var(--color-text-secondary, #6b7280);font-weight:500;border:1.5px solid var(--color-border, #e5e7eb);cursor:pointer}._SkipButton_1hjz1_294:hover:not(:disabled){background:#f4f6f8;color:var(--color-text, #111827)}._NextButton_1hjz1_310{display:flex;align-items:center;gap:8px;padding:0 24px;height:40px;border-radius:8px;background:var(--color-primary, #6366f1);color:#fff;font-weight:600;border:none;cursor:pointer}._NextButton_1hjz1_310:hover:not(:disabled){opacity:.9}._NextButton_1hjz1_310:disabled,._SkipButton_1hjz1_294:disabled{opacity:.6;cursor:not-allowed}._SendButton_1hjz1_327{display:flex;align-items:center;gap:8px;padding:0 24px;height:40px;border-radius:8px;background:#00ca72;color:#fff;font-weight:600;border:none;cursor:pointer}._SendButton_1hjz1_327:hover:not(:disabled){background:#00aa60}._SendButton_1hjz1_327:disabled{opacity:.6;cursor:not-allowed}._Spinner_1hjz1_344{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1hjz1_1 .7s linear infinite;display:inline-block}@keyframes _spin_1hjz1_1{to{transform:rotate(360deg)}}._DryRunButton_1hjz1_358{display:flex;align-items:center;gap:8px;padding:0 20px;height:40px;border-radius:8px;background:transparent;color:#d97706;font-weight:500;border:1.5px solid #d97706;cursor:pointer}._DryRunButton_1hjz1_358:hover:not(:disabled){background:#d9770614}._DryRunButton_1hjz1_358:disabled{opacity:.6;cursor:not-allowed}._ScreenshotPreview_1hjz1_378{background:var(--color-surface, #fff);border:1.5px solid var(--color-border, #e5e7eb);border-radius:8px;overflow:hidden}._ScreenshotHeader_1hjz1_385{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--color-border, #e5e7eb)}._ScreenshotTitle_1hjz1_393{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary, #6b7280)}._SubmitFound_1hjz1_401{font-size:12px;color:#006940;font-weight:500}._SubmitNotFound_1hjz1_407{font-size:12px;color:#b00020;font-weight:500}._ScreenshotImg_1hjz1_413{width:100%;max-height:400px;object-fit:contain;object-position:top;display:block}._MissingDataBanner_1hjz1_421{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#f5a6231a;border:1px solid rgba(245,166,35,.3);border-radius:8px;font-size:13px;color:#8a5f00}._EnrichButton_1hjz1_434{flex-shrink:0;padding:0 16px;height:34px;border-radius:6px;border:1.5px solid #d97706;background:transparent;color:#d97706;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}._EnrichButton_1hjz1_434:hover:not(:disabled){background:#d9770614}._EnrichButton_1hjz1_434:disabled{opacity:.6;cursor:not-allowed}._SocialLinkList_1hjz1_458{display:flex;flex-wrap:wrap;gap:8px;align-items:center}._SocialLink_1hjz1_458{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--color-text-secondary, #6b7280);transition:opacity .15s}._SocialLink_1hjz1_458:hover{opacity:.7}._PartnerTagPillGreen_1hjz1_479{display:inline-block;padding:2px 8px;font-size:11px;font-weight:500;border-radius:10px;background:#00ca721a;color:#006940}._PartnerTagPillOrange_1hjz1_489{display:inline-block;padding:2px 8px;font-size:11px;font-weight:500;border-radius:10px;background:#f5a6231f;color:#8a5f00}._KeyPersonRow_1hjz1_499{display:flex;align-items:center;gap:8px}._KeyPersonName_1hjz1_505{font-weight:600;color:var(--color-text, #111827);font-size:13px}._KeyPersonRole_1hjz1_511{color:var(--color-text-secondary, #6b7280);font-size:13px}._KeyPersonLinkedIn_1hjz1_516{display:inline-flex;align-items:center;color:#0077b5;transition:opacity .15s}._KeyPersonLinkedIn_1hjz1_516:hover{opacity:.7}._SocialProfileCard_1hjz1_527{display:flex;flex-direction:column;gap:4px;padding:8px 0;border-bottom:1px solid var(--color-border, #e5e7eb)}._SocialProfileCard_1hjz1_527:last-child{border-bottom:none;padding-bottom:0}._SocialProfileCard_1hjz1_527:first-child{padding-top:0}._SocialProfileHeader_1hjz1_544{display:flex;align-items:center;gap:8px;font-size:13px}._SocialProfileHeader_1hjz1_544 a{display:inline-flex;align-items:center;color:var(--color-text-secondary, #6b7280)}._SocialProfileName_1hjz1_557{font-weight:600;color:var(--color-text, #111827)}._SocialProfileMetric_1hjz1_562{font-size:12px;color:var(--color-text-secondary, #6b7280)}._SocialProfileMetric_1hjz1_562:before{content:"·";margin-right:6px}._SocialProfileVerified_1hjz1_572{color:#3b82f6;font-size:12px}._SocialProfileVerified_1hjz1_572:before{content:"·";margin-right:6px;color:var(--color-text-secondary, #6b7280)}._SocialProfileBio_1hjz1_583{font-size:12px;color:var(--color-text-secondary, #6b7280);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-left:28px}@media(max-width:768px){._Card_1hjz1_39{padding:14px}._StepTitle_1hjz1_28{font-size:18px}._PartnerDetailRow_1hjz1_137{flex-direction:column;gap:2px}._PartnerDetailLabel_1hjz1_144{min-width:0}._ResultRow_1hjz1_101{flex-direction:column;gap:2px}._ResultLabel_1hjz1_108{min-width:0}._SocialProfileHeader_1hjz1_544{flex-wrap:wrap}._SocialProfileBio_1hjz1_583{padding-left:0}._MissingDataBanner_1hjz1_421{flex-direction:column;align-items:flex-start}._MessageArea_1hjz1_178{min-height:160px}}._MessageLabelRow_bv7a9_1{display:flex;align-items:center;justify-content:space-between;gap:12px}._MessageLabel_bv7a9_1{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary, #6b7280)}._RegenerateBtn_bv7a9_16{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;height:28px;background:transparent;color:var(--color-primary, #6366f1);border:1.5px solid var(--color-primary, #6366f1);border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0}._RegenerateBtn_bv7a9_16:hover:not(:disabled){background:#6366f10f}._RegenerateBtn_bv7a9_16:disabled{opacity:.5;cursor:not-allowed}._SpinnerSmall_bv7a9_42{display:inline-block;width:12px;height:12px;border:2px solid rgba(99,102,241,.25);border-top-color:var(--color-primary, #6366f1);border-radius:50%;animation:_spin_bv7a9_1 .7s linear infinite}@keyframes _spin_bv7a9_1{to{transform:rotate(360deg)}}._TranslateRow_bv7a9_56{display:flex;align-items:center;gap:10px;align-self:flex-start}._TranslateLabel_bv7a9_63{font-size:13px;font-weight:500;color:var(--color-text-secondary, #6b7280);white-space:nowrap}._TranslateSelect_bv7a9_70{height:34px;padding:0 30px 0 10px;border:1.5px solid var(--color-border, #e5e7eb);border-radius:8px;background:var(--color-surface, #fff);color:var(--color-text, #111827);font-size:13px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23676879' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer}._TranslateSelect_bv7a9_70:focus{outline:none;border-color:var(--color-primary, #6366f1)}._TranslateSelect_bv7a9_70:disabled{opacity:.6;cursor:not-allowed}._LogPanel_11ard_1{display:flex;flex-direction:column;height:100%}._Header_11ard_7{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border, #e5e7eb);flex-shrink:0}._Title_11ard_16{font-weight:700;font-size:14px;color:var(--color-text, #111827)}._Empty_11ard_22{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:32px 20px;text-align:center;color:var(--color-text-secondary, #6b7280);font-size:13px}._List_11ard_35{flex:1;overflow-y:auto;display:flex;flex-direction:column}._Section_11ard_42{display:flex;flex-direction:column}._SectionLabel_11ard_47{padding:10px 20px 6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-secondary, #6b7280);background:#f7f8fa;border-bottom:1px solid #eef0f3;border-top:1px solid #eef0f3}._LoadingRow_11ard_59{padding:14px 20px;font-size:12px;color:var(--color-text-secondary, #6b7280)}._Entry_11ard_65{display:flex;flex-direction:column;gap:4px;padding:12px 20px;border-bottom:1px solid #f0f2f5}._Entry_11ard_65:hover{background:#fafbfc}._EntryClickable_11ard_75{cursor:pointer}._EntryClickable_11ard_75:hover{background:#6366f10a}._ViewLink_11ard_83{font-size:11px;color:var(--color-primary, #6366f1);margin-top:2px}._EntryMeta_11ard_89{display:flex;align-items:center;justify-content:space-between;gap:8px}._EntryMethod_11ard_96{font-size:12px;font-weight:600;color:var(--color-text, #111827)}._EntryDate_11ard_102{font-size:11px;color:var(--color-text-secondary, #6b7280);white-space:nowrap}._EntryTop_11ard_108{display:flex;align-items:center;justify-content:space-between;gap:8px}._EntryName_11ard_115{font-weight:600;font-size:13px;color:var(--color-text, #111827);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._StatusBadge_11ard_125{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;white-space:nowrap}._Status_sent_11ard_135{background:#00ca721f;color:#006940}._Status_failed_11ard_140{background:#e442581a;color:#b00020}._Status_skipped_11ard_145{background:#6768791a;color:var(--color-text-secondary, #6b7280)}._EntryContact_11ard_150{font-size:11px;color:var(--color-text-secondary, #6b7280);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._MessageText_11ard_158{font-size:11px;color:var(--color-text, #111827);line-height:1.5;margin:0;opacity:.7}._ExpandBtn_11ard_166{background:none;border:none;padding:0;font-size:11px;color:var(--color-primary, #6366f1);cursor:pointer;text-decoration:underline}._EntryNotes_11ard_176{font-size:11px;color:#b00020;line-height:1.4}._NoteForm_11ard_182{display:flex;flex-direction:column;gap:6px;padding:10px 20px 12px;border-bottom:1px solid #f0f2f5}._NoteTextarea_11ard_190{width:100%;padding:8px 10px;border:1.5px solid var(--color-border, #e5e7eb);border-radius:8px;background:var(--color-surface, #fff);color:var(--color-text, #111827);font-size:12px;line-height:1.5;resize:none;font-family:inherit;box-sizing:border-box}._NoteTextarea_11ard_190:focus{outline:none;border-color:var(--color-primary, #6366f1);box-shadow:0 0 0 3px #6366f11f}._NoteSubmit_11ard_210{align-self:flex-end;height:28px;padding:0 14px;background:var(--color-primary, #6366f1);color:#fff;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;border:none}._NoteSubmit_11ard_210:hover:not(:disabled){opacity:.9}._NoteSubmit_11ard_210:disabled{opacity:.45;cursor:not-allowed}._EmptyNotes_11ard_226{padding:8px 20px 12px;font-size:12px;color:var(--color-text-secondary, #6b7280)}._NoteEntry_11ard_232{display:flex;flex-direction:column;gap:4px;padding:10px 20px;border-bottom:1px solid #f0f2f5}._NoteEntry_11ard_232:hover{background:#fafbfc}._NoteTop_11ard_242{display:flex;align-items:center;justify-content:space-between}._NoteDate_11ard_248{font-size:11px;color:var(--color-text-secondary, #6b7280)}._NoteDelete_11ard_253{background:none;border:none;padding:0 2px;font-size:16px;line-height:1;color:var(--color-text-secondary, #6b7280);cursor:pointer;opacity:0;transition:opacity .15s}._NoteEntry_11ard_232:hover ._NoteDelete_11ard_253{opacity:1}._NoteDelete_11ard_253:hover{color:#b00020}._NoteText_11ard_190{font-size:12px;color:var(--color-text, #111827);line-height:1.5;margin:0;white-space:pre-wrap;word-break:break-word}._ActivityEntry_11ard_277{display:flex;align-items:center;gap:8px;padding:8px 20px;border-bottom:1px solid #f0f2f5}._ActivityEntry_11ard_277:hover{background:#fafbfc}._ActivityIcon_11ard_287{font-size:12px;flex-shrink:0}._ActivityText_11ard_289{flex:1;font-size:12px;color:var(--color-text, #111827)}._ActivityDate_11ard_295{font-size:11px;color:var(--color-text-secondary, #6b7280);white-space:nowrap;flex-shrink:0}@media(max-width:768px){._Header_11ard_7{padding:12px 14px}._Entry_11ard_65{padding:10px 14px}._SectionLabel_11ard_47{padding:8px 14px 6px}._NoteForm_11ard_182{padding:10px 14px 12px}._NoteEntry_11ard_232{padding:10px 14px}._ActivityEntry_11ard_277{padding:8px 14px}}._Page_tfbx9_1{display:flex;flex-direction:column;padding:24px;height:100%;overflow-y:auto}._Header_tfbx9_9{display:flex;align-items:center;gap:20px;margin-bottom:24px}._BackBtn_tfbx9_16{font-size:13px;color:var(--color-primary, #6366f1);background:none;border:none;cursor:pointer;padding:0;white-space:nowrap;flex-shrink:0}._BackBtn_tfbx9_16:hover{text-decoration:underline}._Breadcrumb_tfbx9_31{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--color-text-secondary, #6b7280);overflow:hidden}._BreadcrumbSep_tfbx9_40{color:#d1d5db}._BreadcrumbLink_tfbx9_44{background:none;border:none;padding:0;cursor:pointer;font-size:13px;color:var(--color-primary, #6366f1);text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._BreadcrumbLink_tfbx9_44:hover{text-decoration:underline}._BreadcrumbCurrent_tfbx9_61{color:var(--color-text-secondary, #9ca3af);white-space:nowrap;font-size:13px}._Content_tfbx9_67{flex:1;max-width:720px}._StateText_tfbx9_72{font-size:14px;color:var(--color-text-secondary, #6b7280);text-align:center;padding:40px 0;margin:0}._ErrorText_tfbx9_80{font-size:14px;color:#b00020;padding:40px 0;margin:0}._Card_tfbx9_87{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000001a;overflow:hidden}._CardHeader_tfbx9_94{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;border-bottom:1px solid #e5e7eb}._PartnerName_tfbx9_103{font-size:20px;font-weight:600;color:#111827;margin:0}._StatusBadge_tfbx9_110{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;flex-shrink:0}._Status_sent_tfbx9_118{background:#00ca721a;color:#006940}._Status_failed_tfbx9_119{background:#e4425814;color:#b00020}._Status_skipped_tfbx9_120{background:#f3f4f6;color:#6b7280}._MetaGrid_tfbx9_122{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:4px 24px 8px;border-bottom:1px solid #e5e7eb}._MetaItem_tfbx9_130{display:flex;flex-direction:column;gap:2px;padding:12px 0}._MetaLabel_tfbx9_137{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af}._MetaValue_tfbx9_145{font-size:13px;color:#111827;word-break:break-word}._Link_tfbx9_151{color:var(--color-primary, #6366f1);text-decoration:none;word-break:break-all}._Link_tfbx9_151:hover{text-decoration:underline}._Section_tfbx9_161{padding:20px 24px;display:flex;flex-direction:column;gap:10px;border-top:1px solid #e5e7eb}._SectionLabel_tfbx9_169{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af}._MessageBody_tfbx9_177{margin:0;padding:16px;background:#f7f7fa;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:14px;line-height:1.7;color:#111827;white-space:pre-wrap;word-break:break-word}._NotesText_tfbx9_191{margin:0;font-size:14px;color:#6b7280;line-height:1.5;padding:12px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:6px}@media(max-width:768px){._Page_tfbx9_1{padding:12px}._MetaGrid_tfbx9_122{grid-template-columns:1fr}._CardHeader_tfbx9_94{padding:14px 16px}._PartnerName_tfbx9_103{word-break:break-word}._Section_tfbx9_161{padding:16px}}._AdminPricingPage_r488l_1{padding:24px;max-width:1200px;margin:0 auto;height:100%;overflow-y:auto}._Header_r488l_9{margin-bottom:24px}._Title_r488l_13{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._Description_r488l_20{color:#585858;font-size:14px;margin:0}._PrimaryTabs_r488l_26{display:flex;gap:0;background:#f3f4f6;border-radius:8px;padding:4px;margin-bottom:12px;width:fit-content}._PrimaryTab_r488l_26{padding:10px 24px;background:none;border:none;border-radius:6px;font-size:14px;font-weight:600;color:#666;cursor:pointer;transition:all .15s ease}._PrimaryTab_r488l_26:hover{color:#333}._PrimaryTabActive_r488l_52{background:#fff;color:var(--color--primary, #6366f1);box-shadow:0 1px 3px #0000001a}._TabDescription_r488l_58{font-size:13px;color:#666;margin:0 0 16px;padding-left:4px}._SubTabs_r488l_65{display:flex;gap:0;border-bottom:1px solid #e0e0e0;margin-bottom:24px}._SubTab_r488l_65{padding:10px 16px;background:none;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:500;color:#666;cursor:pointer;transition:all .15s ease}._SubTab_r488l_65:hover{color:#333;background-color:#00000005}._SubTabActive_r488l_89{color:var(--color--primary, #6366f1);border-bottom-color:var(--color--primary, #6366f1)}._TabContent_r488l_94{min-height:400px}._TableContainer_r488l_98{overflow-x:auto}._Table_r488l_98{width:100%;border-collapse:collapse;background:var(--color--white, #fff);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}._Table_r488l_98 th,._Table_r488l_98 td{padding:12px 16px;text-align:start;border-bottom:1px solid #e0e0e0}._Table_r488l_98 th{background-color:#f7f7fa;font-weight:600;font-size:13px;color:#333;text-transform:uppercase;letter-spacing:.05em}._Table_r488l_98 tbody tr:hover{background-color:#00000005}._Table_r488l_98 tbody tr:last-child td{border-bottom:none}._IdCell_r488l_135{font-family:monospace;font-size:12px;color:#666}._EmptyState_r488l_141{text-align:center;padding:40px 16px!important;color:#666;font-style:italic}._FormSection_r488l_148{background:var(--color--white, #fff);border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}._FormGrid_r488l_155{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:24px}._FormField_r488l_162{display:flex;flex-direction:column;gap:6px}._FormLabel_r488l_168{font-size:13px;font-weight:500;color:#333}._FormInput_r488l_174{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .15s ease}._FormInput_r488l_174:focus{outline:none;border-color:var(--color--primary, #6366f1);box-shadow:0 0 0 3px #6366f11a}._FormSelect_r488l_188{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}._FormSelect_r488l_188:focus{outline:none;border-color:var(--color--primary, #6366f1)}._ActionsRow_r488l_202{display:flex;gap:8px;justify-content:flex-end}._HeaderRow_r488l_208{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._SearchContainer_r488l_215{display:flex;align-items:center;gap:16px;margin-bottom:16px}._SearchInput_r488l_222{max-width:400px}._StatusBadge_r488l_226{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}._StatusEnabled_r488l_234{background-color:#d1fae5;color:#065f46}._StatusDisabled_r488l_239{background-color:#fee2e2;color:#991b1b}._StatusHidden_r488l_244{background-color:#f3f4f6;color:#6b7280}._Modal_r488l_249{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:1000}._ModalContent_r488l_259{background:#fff;border-radius:12px;padding:24px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}._ModalTitle_r488l_270{font-size:18px;font-weight:600;margin:0 0 20px;color:#1a1a1a}._ModalActions_r488l_277{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}._LastUpdated_r488l_284{font-size:12px;color:#666;margin-top:16px}@media(max-width:768px){._AdminPricingPage_r488l_1{padding:16px}._PrimaryTabs_r488l_26{width:100%}}._Drawer_1tvq1_1{top:0;height:100%;background:#fff;transition:left .3s ease,right .3s ease;overflow-y:auto;overflow-x:hidden;width:100%;min-width:150px;border-radius:10px;display:flex;flex-direction:column}._Backdrop_1tvq1_17 ._Drawer_1tvq1_1{right:0;box-shadow:2px 0 5px #0000001a;left:auto}.RTL ._Backdrop_1tvq1_17 ._Drawer_1tvq1_1{right:auto;left:0;box-shadow:-2px 0 5px #0000001a}._CloseButton_1tvq1_36{position:absolute;top:0;background:none;border:none;font-size:22px;font-weight:400;line-height:1;cursor:pointer;z-index:10;padding:16px}._CloseButtonPositionLeft_1tvq1_50{right:0;left:auto}.RTL ._CloseButtonPositionLeft_1tvq1_50,._CloseButtonPositionRight_1tvq1_61{left:0;right:auto}.RTL ._CloseButtonPositionRight_1tvq1_61{right:0;left:auto}._Backdrop_1tvq1_17{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding-top:var(--navbar--height);transition:background-color .3s ease}._Backdrop_1tvq1_17[data-closing]{background-color:#0000}._FullScreen_1tvq1_90{height:100dvh;padding-top:0}._FilterBar_w2wtx_1{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:6px 2px;margin-bottom:4px;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain}._FilterBar_w2wtx_1::-webkit-scrollbar{display:none}._FilterChip_w2wtx_20{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid var(--color--border, #e5e7eb);color:var(--color--black);border-radius:9999px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease;flex:0 0 auto}._FilterChip_w2wtx_20:hover{background:transparent;border-color:var(--color--border-strong, #d1d5db)}._FilterChip_w2wtx_20._isSelected_w2wtx_44{background:transparent;color:var(--color--black);border-color:#1a1a1a;border-width:1px}._TagChipLabel_w2wtx_51{text-transform:capitalize}._TagDot_w2wtx_55{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px;border:1px solid rgba(0,0,0,.05)}._MiniAvatar_w2wtx_64{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background-color:#6366f1;color:#fff;font-size:8px;font-weight:600;overflow:hidden;flex-shrink:0}._MiniAvatarImage_w2wtx_79{width:100%;height:100%;object-fit:cover}._ThreadTags_6scwv_1{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px;margin-top:4px}._EditMode_6scwv_9 ._Tag_6scwv_9{opacity:.5;font-size:13px}._EditMode_6scwv_9 ._Tag_6scwv_9:hover,._EditMode_6scwv_9 ._Tag_6scwv_9._Active_6scwv_15{opacity:1}._Tag_6scwv_9{display:inline-block;padding:.4em .8em;border-radius:4px;font-size:10px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.025em;line-height:1.2;white-space:nowrap;box-shadow:0 1px 2px #0000001a;transition:all .2s ease;cursor:pointer}._Tag_6scwv_9:hover{transform:translateY(-1px);box-shadow:0 2px 4px #00000026}._BadConversationModalContent_o2vxq_1{display:flex;flex-direction:column;gap:20px}._Description_o2vxq_7{color:#585858;font-size:14px;line-height:1.6;margin:0}._FormFields_o2vxq_14{display:flex;flex-direction:column;gap:16px}._AvatarStack_d8x24_1{display:flex;align-items:center}._AvatarItem_d8x24_6{width:16px;height:16px;border-radius:50%;border:none;margin-left:-8px;overflow:hidden;flex-shrink:0}._AvatarItem_d8x24_6:first-child{margin-left:0}._AvatarImage_d8x24_20{width:100%;height:100%;object-fit:cover;display:block}._AvatarInitials_d8x24_27{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:600;line-height:1}._OverflowBadge_d8x24_39{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e5e7eb;color:#374151;font-size:9px;font-weight:600;line-height:1}._ConversationItem_1lu10_1{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:space-between;padding:8px 24px 8px 12px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);background-color:transparent;border-radius:8px;margin:1px 0;position:relative;border-bottom:.5px solid rgba(0,0,0,.08)}.RTL ._ConversationItem_1lu10_1{padding:8px 12px 8px 24px}._ConversationItem_1lu10_1:hover{background-color:#00000008}._ConversationItem_1lu10_1._isSelected_1lu10_25{background-color:var(--color--primary--opacity)}._ConversationItem_1lu10_1._unnamed_1lu10_29 ._ContactName_1lu10_29{color:var(--color-dark-gray);opacity:.8}._AvatarContainer_1lu10_34{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;margin-right:10px}.RTL ._AvatarContainer_1lu10_34{margin-right:0;margin-left:10px}._Avatar_1lu10_34{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background-color:#c1c7cd;flex-shrink:0}._PersonIcon_1lu10_61{font-size:20px;color:#fff;opacity:.8}._ChannelBadge_1lu10_67{position:absolute;bottom:-2px;right:-2px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background-color:#fff;border:4px solid white;box-shadow:0 1px 3px #0000001f}.RTL ._ChannelBadge_1lu10_67{left:-2px;right:auto}._ChannelBadgeIcon_1lu10_87{width:100%;height:100%;display:block;opacity:1}._ChannelWhatsapp_1lu10_96{background-color:#25d366}._ChannelWhatsapp_1lu10_96 ._ChannelBadgeIcon_1lu10_87{fill:#fff}._ChannelMessenger_1lu10_105{background:linear-gradient(45deg,#0084ff,#44bec7)}._ChannelMessenger_1lu10_105 ._ChannelBadgeIcon_1lu10_87{fill:#fff}._ChannelInstagram_1lu10_112{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}._ChannelInstagram_1lu10_112 ._ChannelBadgeIcon_1lu10_87{fill:#fff}._ChannelWeb_1lu10_126{background-color:#6366f1}._ChannelWeb_1lu10_126 ._ChannelBadgeIcon_1lu10_87{fill:#fff}._TagsContainer_1lu10_133{display:flex;flex-direction:column;flex:1;min-width:0;margin-left:5px;margin-right:8px;width:100%;gap:6px}.RTL ._TagsContainer_1lu10_133{margin-left:8px;margin-right:5px}._ContentGroup_1lu10_149{display:flex;flex-direction:column;gap:2px}._Row_1lu10_155{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;width:100%;min-width:0}._RowEnd_1lu10_164{display:flex;align-items:center;gap:4px;flex-shrink:0;margin-left:8px}.RTL ._RowEnd_1lu10_164{margin-left:0;margin-right:8px}._ContactName_1lu10_29{font-size:13.5px;font-weight:500;color:var(--color--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}._LastMessage_1lu10_187{font-size:13px;color:var(--color-dark-gray);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;opacity:.75}._More_1lu10_197{position:absolute;right:2px;left:auto;top:8px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;cursor:pointer;opacity:0;transition:opacity .15s ease,background-color .15s ease;color:var(--color-dark-gray)}._ConversationItem_1lu10_1:hover ._More_1lu10_197,._More_1lu10_197._MoreOpen_1lu10_217{opacity:1}._More_1lu10_197:hover{background-color:#00000014}.RTL ._More_1lu10_197{right:auto;left:5px}._Timestamp_1lu10_230{font-size:11px;color:var(--color-dark-gray);white-space:nowrap;opacity:.6;font-weight:400;flex-shrink:0;line-height:2.4}._UnreadBadge_1lu10_240{background-color:#128c7e;font-weight:500;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:9px;color:#fff;border-radius:50%}._OptedOutFlag_1lu10_253,._BadConversationFlag_1lu10_258{display:flex;opacity:.85}._BadConversationFlag_1lu10_258 svg path{fill:#ef4444}.RTL ._BadConversationFlag_1lu10_258{justify-content:flex-start}._isUnread_1lu10_271 ._ContactName_1lu10_29{font-weight:700;color:var(--color--black)}._isUnread_1lu10_271 ._LastMessage_1lu10_187{color:var(--color--black);opacity:.9;font-weight:500}._isUnread_1lu10_271{opacity:1;font-weight:600}._DropdownMenu_1lu10_288{background-color:transparent}._LabelsRow_1lu10_292{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}._AssigneeIndicator_1lu10_300{display:flex}._ConversationsList_1jptu_1{display:flex;flex-direction:column}._Drawer_1jptu_6{padding:10px;display:flex;flex-direction:column;height:100%;border-inline-end:1px solid #e0e0e0}._EmptyState_1jptu_14{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center;gap:16px;color:var(--color--black);width:100%}._EmptyStateIcon_1jptu_26{font-size:32px;opacity:.8;margin-bottom:4px}._EmptyStateTitle_1jptu_32{font-size:var(--font-size-large);font-weight:600;color:var(--color--black);margin:0;text-align:center;width:100%}._EmptyStateDescription_1jptu_41{font-size:var(--font-size-medium);line-height:1.6;opacity:1;max-width:280px;margin:0 auto;color:var(--color--black);font-weight:500;text-align:center;width:100%;display:flex;justify-content:center;align-items:center}._WhatsappCTA_1jptu_56{display:flex;align-items:center;gap:8px;margin-top:24px;padding:10px 16px;background:#2fbc88;border-radius:var(--rounded-border-radius);color:#fff;font-weight:500;transition:all .2s ease;cursor:pointer}._WhatsappCTA_1jptu_56:hover{background:#25a875}._WhatsappIconWrapper_1jptu_74{display:flex;align-items:center;justify-content:center}._WhatsappIconWrapper_1jptu_74 svg{width:20px;height:20px;fill:#fff}._DrawerWrapper_1jptu_86{max-width:100%}._SearchContainer_1jptu_90{position:relative;display:flex;align-items:center;margin-bottom:12px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f7f7fa;transition:border-color .2s ease,box-shadow .2s ease;gap:8px}._SearchContainer_1jptu_90:focus-within{border-color:#1a1a1a;box-shadow:0 0 0 2px #1a1a1a1a;background-color:#fff}._SearchInput_1jptu_111{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:#1a1a1a;min-width:0}._SearchInput_1jptu_111::placeholder{color:#9ca3af}._ArchiveNavItem_1jptu_125{display:flex;align-items:center;gap:10px;padding:12px 16px;margin:0 12px 12px;background:transparent;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#585858;width:calc(100% - 24px)}._ArchiveNavItem_1jptu_125:hover{background-color:#1a1a1a0d;border-color:#1a1a1a;color:#1a1a1a}._ArchiveNavItemSelected_1jptu_148{background-color:#1a1a1a14;border-color:#1a1a1a;color:#1a1a1a;font-weight:600}._ArchiveNavItemSelected_1jptu_148:hover{background-color:#1a1a1a1f}._NoMoreMessages_1jptu_159{text-align:center;padding:20px;color:#999;font-size:14px;font-weight:500}._ResolvedNavItem_1jptu_167 svg{width:14px!important;height:14px!important;display:block;transform:translateY(1px)}._ResolvedNavItem_1jptu_167 svg path{fill:#000!important}._MessageList_va922_2{flex-grow:1;overflow-y:auto;padding:20px 25px;scrollbar-width:thin;scrollbar-color:#3a3a3c #2c2c2e}._MessageList_va922_2>*{margin-bottom:20px}._ChatInputWrapper_1qfa0_3{display:flex;align-items:center;flex-wrap:wrap;padding:14px;position:relative;background:var(--chat-skin--input-wrapper-bg, transparent);gap:var(--chat-skin--input-wrapper-gap, 10px)}._ChatInput_1qfa0_3{border:var(--chat-skin--input-border, 1px solid #414141);border-radius:var(--chat-skin--input-border-radius, 30px);flex-grow:1;display:flex;align-items:center;padding:var(--chat-skin--input-padding, 8px 10px);background:var(--chat-skin--input-bg, #fff)}@media(max-width:768px){._ChatInput_1qfa0_3{font-size:13px;padding:6px 8px;border-radius:18px}._ChatInputField_1qfa0_32::placeholder{font-size:13px}._ChatInputWrapper_1qfa0_3{padding:8px 10px}}.RTL ._ChatInput_1qfa0_3{direction:rtl}._ChatInputField_1qfa0_32{background-color:transparent;font-size:14px;outline:none;transition:border-color .3s ease;transition:color .3s ease;border:none;color:var(--chat-skin--input-color, var(--color--black));width:100%;line-height:24px;min-height:32px;height:auto;max-height:150px;resize:none;overflow-y:auto;padding-top:4px;padding-left:10px;padding-right:10px}._ChatInputField_1qfa0_32::placeholder{color:var(--chat-skin--input-placeholder-color, #b8b7b7)}._ChatInputButton_1qfa0_72{align-self:center;padding:var(--chat-skin--send-btn-padding, 3px);background:var(--chat-skin--send-btn-bg, var(--color--black));border-radius:var(--chat-skin--send-btn-border-radius, 50%)}._ChatInputButton_1qfa0_72 svg path{fill:var(--chat-skin--send-btn-color, var(--color--white))}.RTL ._ChatInputButton_1qfa0_72{right:auto}.RTL ._ChatInputButton_1qfa0_72 svg{transform:scaleX(-1)}._DisabledTooltip_1qfa0_94{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:100;pointer-events:none;margin-bottom:8px;box-shadow:0 2px 4px #0003;animation:_fadeIn_1qfa0_1 .2s ease-out}._DisabledTooltip_1qfa0_94:after{content:"";position:absolute;top:100%;left:50%;margin-left:-4px;border-width:4px;border-style:solid;border-color:#333 transparent transparent transparent}@keyframes _fadeIn_1qfa0_1{0%{opacity:0;transform:translate(-50%) translateY(-5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._HiddenFileInput_1qfa0_134{display:none}._AttachmentButton_1qfa0_138{flex-shrink:0;opacity:.6;transition:opacity .2s ease}._AttachmentButton_1qfa0_138 svg{width:18px;height:18px}._AttachmentButton_1qfa0_138 svg path{fill:none;stroke:var(--color--black)}._AttachmentButton_1qfa0_138:hover{opacity:1}._ImagePreview_1qfa0_158{display:flex;align-items:center;gap:8px;padding:8px 14px 0;width:100%}._PreviewThumbnail_1qfa0_166{width:48px;height:48px;border-radius:6px;object-fit:cover}._PreviewFileName_1qfa0_173{flex:1;font-size:12px;color:var(--color--gray-600, #666);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._DisabledOverlay_1qfa0_182{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;cursor:not-allowed}._MicButton_1qfa0_194{flex-shrink:0;opacity:.6;transition:opacity .2s ease}._MicButton_1qfa0_194 svg{width:20px;height:20px}._MicButton_1qfa0_194 svg path,._MicButton_1qfa0_194 svg rect,._MicButton_1qfa0_194 svg line{fill:none;stroke:var(--color--black)}._MicButton_1qfa0_194:hover,._MicButtonRecording_1qfa0_216{opacity:1}._MicButtonRecording_1qfa0_216 svg path,._MicButtonRecording_1qfa0_216 svg rect,._MicButtonRecording_1qfa0_216 svg line{stroke:#ef4444}._RecordingBar_1qfa0_226{flex:1;display:flex;align-items:center;gap:10px;padding:8px 14px;border:1px solid #ef4444;border-radius:var(--chat-skin--input-border-radius, 30px);background:var(--chat-skin--input-bg, #fff)}._RecordingDot_1qfa0_237{width:8px;height:8px;border-radius:50%;background:#ef4444;animation:_recordingPulse_1qfa0_1 1.2s ease-in-out infinite}@keyframes _recordingPulse_1qfa0_1{0%,to{opacity:1}50%{opacity:.3}}._RecordingTimer_1qfa0_255{font-family:monospace;font-size:14px;color:var(--color--black);min-width:42px}._CancelRecordingButton_1qfa0_262{flex-shrink:0;opacity:.6;transition:opacity .2s ease}._CancelRecordingButton_1qfa0_262 svg{width:16px;height:16px}._CancelRecordingButton_1qfa0_262:hover{opacity:1}._ChatContainer_1jzgp_2{display:flex;flex-direction:column;min-height:280px;height:100%;width:100%;border-radius:8px;overflow:hidden;max-height:100dvh}._ChatHeader_1jzgp_15{padding:10px;border-bottom:1px solid #3a3a3c;color:#fff}._MessageListContainer_1jzgp_23{flex-grow:1;padding:15px 10px}._MessageListContainer_1jzgp_23::-webkit-scrollbar{width:8px}._MessageListContainer_1jzgp_23::-webkit-scrollbar-track{background:#2c2c2e}._MessageListContainer_1jzgp_23::-webkit-scrollbar-thumb{background-color:#3a3a3c;border-radius:10px}._ChatFooter_1jzgp_43{padding:10px}._Loading_1jzgp_49{margin:20px}._ChatAboveInput_1jzgp_54{padding:6px 10px 4px}._MessageContainer_1rho5_1{display:flex;flex-direction:column;gap:12px;padding:0 4px}._MessageBubble_1rho5_8{display:flex;gap:8px;align-items:flex-start}._MessageBubbleContent_1rho5_14{font-size:13px;line-height:1.5;padding:12px;border-radius:12px;white-space:pre-wrap;position:relative}._UserMessage_1rho5_23{justify-content:flex-start}._UserMessage_1rho5_23 ._MessageBubbleContent_1rho5_14{background-color:var(--color--primary);color:#fff;border-bottom-right-radius:4px;max-width:80%;text-align:right}._AssistantMessage_1rho5_36{justify-content:flex-start}._AssistantMessage_1rho5_36 ._MessageBubbleContent_1rho5_14{background-color:var(--color--background-secondary);border:1px solid var(--color--border);border-bottom-left-radius:4px;text-decoration:line-through;color:var(--color--text-secondary);max-width:80%}._EditableMessage_1rho5_50{justify-content:flex-start;margin-top:4px;width:100%}._EditableMessage_1rho5_50 ._MessageBubbleContent_1rho5_14{background-color:#fff;border:1px solid var(--color--border);border-bottom-left-radius:4px;box-shadow:inset 0 1px 2px #0000000d;cursor:text;padding:0;width:95%}._EditableMessage_1rho5_50 textarea{border:none;padding:12px;font-size:13px;line-height:1.5;width:100%;min-height:80px;resize:vertical;background:transparent;display:block;margin-bottom:0}._EditableMessage_1rho5_50 textarea:focus{outline:none}._MessageIcon_1rho5_84{width:24px!important;height:24px!important;flex-shrink:0;padding:4px;border-radius:50%;background:var(--color--background-secondary);border:1px solid var(--color--border)}._MessageIcon_1rho5_84 path{fill:currentColor!important;stroke:none!important}._SparkleIcon_1rho5_99{color:var(--color--primary)}._CheckIcon_1rho5_104{width:24px!important;height:24px!important;flex-shrink:0;padding:4px;border-radius:50%;background:var(--color--background-secondary);border:1px solid var(--color--border);color:var(--color--green)}._CheckIcon_1rho5_104 path{fill:currentColor!important;stroke:none!important}._EditHint_1rho5_120{font-size:12px;color:var(--color--text-secondary);text-align:right;margin-top:2px;padding-right:16px;opacity:.8}._Separator_1rho5_129{border:none;border-top:1px solid var(--color-light-gray);margin:16px 0;width:100%}._InstructionsSection_1rho5_136{display:flex;flex-direction:column;gap:8px}._InstructionsLabel_1rho5_142{font-size:13px;font-weight:500;color:var(--color--text);padding:0 4px}._LogoWithText_vntft_1{display:flex;flex-direction:column;align-items:center;gap:10px}._Text_vntft_8{font-size:var(--font-size--large)}._ResponseFeedback_1p2ug_1{margin-top:-10px}._ThumbsDown_1p2ug_5{display:flex;flex-direction:column;align-items:center;border:0;text-decoration:none;font-size:12px;gap:2px;background:none;transition:opacity .2s ease-in-out;cursor:pointer}._ThumbsDown_1p2ug_5:hover{opacity:.8}._ThumbsDownIcon_1p2ug_22{stroke:var(--color--red);fill:none;transition:all .2s ease-in-out}._ResponseFeedback_1p2ug_1:hover ._ThumbsDownIcon_1p2ug_22{stroke:var(--color--red-dark, #c53030);transform:translateY(1px)}._ConversationToolbar_53b30_1{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:5px 10px;gap:12px;box-shadow:0 0 7px #0000004d}._Contact_53b30_10{display:flex;align-items:center;gap:10px;flex:1}._ContactName_53b30_17{display:flex;flex-direction:column;font-size:14px;font-weight:600;color:#444}._PhoneNumber_53b30_25{color:var(--color-dark-gray);font-size:12px;letter-spacing:.13em}._DisplayName_53b30_31{color:var(--color-black);font-size:12px}._AssigneeSection_53b30_36{display:flex;align-items:center;margin-right:8px}._AssigneeTrigger_53b30_42{display:flex;align-items:center;cursor:pointer;padding:4px 8px;border-radius:8px;border:1px solid #e0e0e0;transition:all .15s ease}._AssigneeTrigger_53b30_42:hover{background-color:#f7f7f7;border-color:#d0d0d0}._AssigneeDropdown_53b30_58._AssigneeDropdown_53b30_58 ul{min-width:220px;background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 4px 16px #0000001a,0 1px 3px #0000000f;padding:4px;overflow:hidden}._AssigneeDropdown_53b30_58._AssigneeDropdown_53b30_58 li{padding:8px 10px;border-radius:6px;margin:1px 0;transition:background-color .15s ease;color:#1f2937}._AssigneeDropdown_53b30_58._AssigneeDropdown_53b30_58 li:hover{background-color:#f5f5f5}._MemberRow_53b30_80{display:flex;align-items:center;gap:10px;width:100%}._MemberAvatar_53b30_87{width:28px;height:28px;flex-shrink:0;border-radius:50%;overflow:hidden}._MemberAvatarImage_53b30_95{width:100%;height:100%;object-fit:cover;border-radius:50%}._MemberAvatarInitials_53b30_102{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#6366f1;color:#fff;font-size:11px;font-weight:600;border-radius:50%}._MemberName_53b30_115{flex:1;font-size:13px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._AssignedCheck_53b30_125{flex-shrink:0;opacity:.4;display:flex;align-items:center}._AssignedCheck_53b30_125 svg{width:12px;height:12px}._AssignedCheck_53b30_125 svg path{fill:#6366f1}._Actions_53b30_141{display:flex;justify-content:center;align-items:center;gap:10px}._LeadToggle_53b30_149{margin-right:25px;background:none;border:none;padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;border-radius:4px;background-color:#00000008}._LeadToggle_53b30_149:hover{background-color:#00000014}._LeadText_53b30_167{font-size:14px;color:var(--color-dark-gray);transition:color .2s ease}._Emoji_53b30_173{font-size:18px;opacity:.3;transition:all .2s ease;transform:scale(.9)}._LeadToggle_53b30_149:hover ._Emoji_53b30_173{opacity:.85;transform:scale(1)}._LeadToggle_53b30_149._Active_53b30_185 ._Emoji_53b30_173{opacity:1;transform:scale(1)}._LeadToggle_53b30_149 ._LeadText_53b30_167{color:var(--color-black);font-weight:500}._LeadToggle_53b30_149._Active_53b30_185 ._LeadText_53b30_167{font-weight:700}._ArchiveButton_53b30_199{background:#fff;border:1px solid #e0e0e0;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:8px;color:var(--color-dark-gray);box-shadow:0 1px 2px #0000000d}._ArchiveButton_53b30_199:hover{background-color:#f7f7f7;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}._ArchiveButton_53b30_199._Active_53b30_185{background-color:#e5e7eb;border-color:#9ca3af;box-shadow:inset 0 1px 2px #0000000f;transform:none;color:#1f2937}._AutoResponseButton_53b30_228{background:#fff;border:1px solid #e0e0e0;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:8px;color:var(--color-dark-gray);box-shadow:0 1px 2px #0000000d}._AutoResponseButton_53b30_228:hover{background-color:#f7f7f7;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}._AutoResponseButton_53b30_228._Active_53b30_185{background-color:#ecfdf5;border-color:#a7f3d0;box-shadow:inset 0 1px 2px #0000000f;transform:none;color:#10b981}._DeleteButton_53b30_257{background:#fff;border:1px solid #e0e0e0;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:8px;color:var(--color-dark-gray);box-shadow:0 1px 2px #0000000d}._DeleteButton_53b30_257:hover{background-color:#fef2f2;border-color:#fecaca;color:#dc2626;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}._WhatsappCTA_53b30_279{display:flex;align-items:center;gap:8px;margin-top:24px;padding:10px 16px;background:#2fbc88;border-radius:var(--rounded-border-radius);color:#fff;font-weight:500;transition:all .2s ease;cursor:pointer}._More_53b30_293{display:flex;align-items:center;justify-content:center}._DropdownMenu_53b30_299{background-color:#fff}._DropdownMenuWhiteOverride_53b30_304 ul{background-color:#fff!important;border:1px solid #e5e7eb!important}._DropdownMenuWhiteOverride_53b30_304 li{color:#111827!important;padding:8px 12px;display:flex;align-items:center;gap:8px}._DropdownMenuWhiteOverride_53b30_304 li:hover{background-color:#f3f4f6!important;color:#111827!important}._ResolvedButton_53b30_322,._MarkAsUnreadButton_53b30_336{background:#fff;border:1px solid #e0e0e0;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:8px;color:#000!important;box-shadow:0 1px 2px #0000000d}._MarkAsUnreadButton_53b30_336:hover{background-color:#f7f7f7;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}._MarkAsUnreadButton_53b30_336._Active_53b30_185{background-color:#e5e7eb;border-color:#9ca3af;box-shadow:inset 0 1px 2px #0000000f;transform:none;color:#000!important}._MarkAsUnreadButton_53b30_336 svg{width:14px!important;height:14px!important;display:block}._MarkAsUnreadButton_53b30_336 svg path{fill:#000!important}._MarkAsUnreadButton_53b30_336 svg circle{fill:#10b981!important}._ResolvedButton_53b30_322:hover{background-color:#f7f7f7;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}._ResolvedButton_53b30_322._Active_53b30_185{background-color:#e5e7eb;border-color:#9ca3af;box-shadow:inset 0 1px 2px #0000000f;transform:none;color:#000!important}._ResolvedButton_53b30_322 svg{width:14px!important;height:14px!important;display:block;transform:translateY(1px)}._ResolvedButton_53b30_322 svg path{fill:#000!important}._BadConversationButton_53b30_405{background:#fff;border:1px solid #e0e0e0;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:8px;color:var(--color-dark-gray);box-shadow:0 1px 2px #0000000d}._BadConversationButton_53b30_405:hover{background-color:#fef2f2;border-color:#fecaca;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}._BadConversationButton_53b30_405._Active_53b30_185{background-color:#fef2f2;border-color:#fca5a5;box-shadow:inset 0 1px 2px #0000000f;transform:none;color:#ef4444}._BadConversationButton_53b30_405._Active_53b30_185 svg path{fill:#ef4444}._CheckmarkIcon_53b30_438 path{fill:#000!important}._InfoPanelButton_53b30_442{background:#fff;border:1px solid #e0e0e0;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:8px;color:var(--color-dark-gray);box-shadow:0 1px 2px #0000000d}._InfoPanelButton_53b30_442:hover{background-color:#f7f7f7;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}._InfoPanelButton_53b30_442._Active_53b30_185{background-color:var(--color--primary-50);border-color:var(--color--primary-200);box-shadow:inset 0 1px 2px #0000000f;transform:none;color:var(--color--primary)}._TagBar_4ffl5_1{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:6px 2px;margin-bottom:4px;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain}._TagBar_4ffl5_1::-webkit-scrollbar{display:none}._TagChip_4ffl5_20{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid var(--color--border, #e5e7eb);color:var(--color--black);border-radius:9999px;padding:6px 10px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease;flex:0 0 auto}._TagChip_4ffl5_20:hover{background:transparent;border-color:var(--color--border-strong, #d1d5db)}._TagChip_4ffl5_20._isSelected_4ffl5_44{background:var(--color--primary, #10b981);color:#fff;border-color:transparent;opacity:.8}._TagChipLabel_4ffl5_51{text-transform:capitalize}._TagDot_4ffl5_55{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px;border:1px solid rgba(0,0,0,.05)}._TemplateDropdown_621m4_1{display:flex;flex-direction:column;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.05);animation:_slideUp_621m4_1 .3s ease-out;transition:all .3s ease}._IsOpen_621m4_11{max-height:400px}@keyframes _slideUp_621m4_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._Header_621m4_26{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease}._Header_621m4_26:hover{background:#00000005}._Title_621m4_40{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._ToggleIcon_621m4_48{color:#94a3b8;transition:transform .3s ease;width:12px}._TemplateList_621m4_54{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 16px 16px;overflow-y:auto}@media(max-width:1024px){._TemplateList_621m4_54{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._TemplateDropdown_621m4_1{max-height:280px}._TemplateList_621m4_54{grid-template-columns:1fr}}._TemplateCard_621m4_77{background:transparent;border:none;padding:0;cursor:pointer;transition:all .2s ease;position:relative;height:140px;perspective:1000px}._CardInner_621m4_88{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d}._IsFlipped_621m4_97 ._CardInner_621m4_88{transform:rotateY(180deg)}._CardFront_621m4_101,._CardBack_621m4_102{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:12px;border:1px solid #e2e8f0;background:#fff;display:flex;flex-direction:column;overflow:hidden}._CardFront_621m4_101{padding:12px;gap:8px}._CardBack_621m4_102{transform:rotateY(180deg);justify-content:center;align-items:center;background:#10b981;border-color:#10b981;color:#fff;gap:12px}._CloseIcon_621m4_131{position:absolute;top:8px;right:8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%;cursor:pointer;transition:background .2s ease}._CloseIcon_621m4_131:hover{background:#ffffff4d}._SendButton_621m4_150{display:flex;flex-direction:column;align-items:center;gap:8px;font-weight:600;font-size:14px;cursor:pointer;transition:transform .2s ease;padding:12px;border-radius:12px}._SendButton_621m4_150:hover{transform:scale(1.1)}._SendButton_621m4_150:hover ._SendIcon_621m4_167{box-shadow:0 0 20px #fff6}._SendIcon_621m4_167{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#10b981;transition:all .2s ease}._TemplateCard_621m4_77:hover ._CardFront_621m4_101{border-color:#10b981;box-shadow:0 4px 12px #10b9811a}._TemplateCard_621m4_77._Disabled_621m4_188{opacity:.6;cursor:not-allowed;filter:grayscale(.5)}._TemplateCard_621m4_77._Disabled_621m4_188:hover{border-color:#e2e8f0;box-shadow:none;transform:none}._CardHeader_621m4_200{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}._TemplateName_621m4_207{font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._BadgeContainer_621m4_216{display:flex;gap:4px;flex-wrap:wrap}._Badge_621m4_216{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase}._StatusApproved_621m4_230{background:#ecfdf5;color:#059669}._StatusPending_621m4_235{background:#fffbeb;color:#d97706}._StatusRejected_621m4_240{background:#fef2f2;color:#dc2626}._CategoryBadge_621m4_245{background:#f1f5f9;color:#475569}._LanguageBadge_621m4_250{background:#eff6ff;color:#2563eb}._PreviewContent_621m4_255{font-size:12px;color:#64748b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;background:#f8fafc;padding:8px;border-radius:6px}._PreviewHeader_621m4_269{font-weight:600;margin-bottom:2px}._PreviewFooter_621m4_274{font-style:italic;font-size:11px;margin-top:4px}._LoadingContainer_621m4_280{display:flex;justify-content:center;padding:40px}._ErrorContainer_621m4_286{padding:20px;text-align:center;color:#dc2626;font-size:14px}._SuggestionsContainer_trxs9_3{display:flex;gap:8px;padding:8px 12px;background:#f9fafb;border-top:1px solid #e5e7eb;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}._SuggestionsContainer_trxs9_3::-webkit-scrollbar{display:none}._SuggestionButton_trxs9_18{background:#fff;border:1px solid #d1d5db;padding:6px 12px;border-radius:16px;font-size:13px;color:#374151;cursor:pointer;white-space:nowrap;transition:all .2s;box-shadow:0 1px 2px #0000000d}._SuggestionButton_trxs9_18:hover{background:#f3f4f6;border-color:#9ca3af;transform:translateY(-1px)}._SuggestionButton_trxs9_18:active{transform:translateY(0)}._Conversation_68ckw_1{display:flex;flex-direction:column;flex:1;height:100%;overflow:hidden}._ConversationContent_68ckw_9{display:flex;flex:1;min-height:0;overflow:hidden}._Chat_68ckw_16{flex:1;min-height:0;height:auto!important}._ConversationFadeIn_68ckw_22{animation:_fadeInContent_68ckw_1 .3s ease-out both}@keyframes _fadeInContent_68ckw_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._SkeletonConversation_68ckw_37{display:flex;flex-direction:column;flex:1;height:100%;overflow:hidden}._SkeletonToolbar_68ckw_45{display:flex;align-items:center;gap:10px;padding:5px 10px;border-bottom:1px solid #e0e0e0}._SkeletonMessages_68ckw_53{display:flex;flex-direction:column;flex:1;padding:15px 10px;gap:16px}._SkeletonInputArea_68ckw_61{padding:14px}._TemplateLoading_68ckw_65{padding:12px;display:flex;justify-content:center;background:#ffffff80;border-top:1px solid rgba(0,0,0,.05)}._Crm_9roid_1{display:flex;flex-direction:column;width:100%;height:100%}._CrmContent_9roid_8{display:flex;flex-direction:row;flex:1;overflow:hidden}._MainView_9roid_15{display:flex;flex:1;position:relative;overflow:hidden;flex-direction:column}._ConversationContainer_9roid_23{display:flex;flex-direction:row;flex:1}@media(max-width:968px){._CrmContent_9roid_8{height:calc(100dvh - 50px)}}._LoadingAssistant_1b2y1_1{width:100%;height:100%;display:flex;align-items:center;justify-content:center;min-height:300px}._container_1b2y1_10{position:absolute;bottom:20px;width:280px;z-index:999999}._position-Left_1b2y1_17{left:20px}._position-Right_1b2y1_21{right:20px}._mode-Collapsed_1b2y1_25{height:60px;transition:height .3s ease}._mode-Collapsed_1b2y1_25:hover,._mode-Expanded_1b2y1_31{height:400px}._EmbeddableChat_1b2y1_35{width:100%;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000026}._EmbeddedChatContainer_12xb1_1{display:flex;flex-direction:column;min-height:280px;height:100%;width:100%;background-color:#fff;border-radius:16px;overflow:hidden;max-height:100dvh;box-shadow:0 12px 32px #0000001f,0 4px 24px #00000014,0 2px 8px #0000000a,0 0 1px #0003;border:1px solid rgba(0,0,0,.15);position:relative}._EmbeddedChatContainer_12xb1_1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;box-shadow:inset 0 0 0 1px #ffffff1a;pointer-events:none}._header_12xb1_30{padding:14px 16px;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.15);box-shadow:0 1px 2px #0000000d;color:var(--color--black);font-weight:500;position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;height:52px}._headerLeft_12xb1_45{display:flex;align-items:center;gap:7px}._title_12xb1_51{font-weight:600;font-size:14px;color:#2d3748;line-height:1}._status_12xb1_58{display:flex;align-items:center}._statusDot_12xb1_63{width:7px;height:7px;background:#48bb78;border-radius:50%}._closeButton_12xb1_70{background:none;border:none;padding:7px;margin:-7px;cursor:pointer;color:#718096;font-size:15px;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}._closeButton_12xb1_70:hover{background-color:#f7fafc;color:#4a5568}._closeButton_12xb1_70:active{background-color:#edf2f7;transform:scale(.95)}._MessageList_12xb1_96{max-height:250px}._Modal_18uui_1{width:100%;max-width:720px}._Content_18uui_6{display:flex;flex-direction:column;gap:20px}._Title_18uui_12{font-size:24px;font-weight:600;margin:0 0 4px;color:#1a1a1a}._Description_18uui_19{color:#585858;font-size:14px;line-height:1.6;margin:0}._BenefitsList_18uui_26{display:flex;flex-direction:column;gap:14px;margin-top:4px}._Benefit_18uui_26{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;color:#333}._BenefitIcon_18uui_42{margin-top:2px;flex-shrink:0}._FormSection_18uui_47{display:flex;flex-direction:column;gap:8px;margin-top:4px}._Label_18uui_54{font-size:14px;font-weight:500}._Input_18uui_59{padding:8px 12px;border-radius:8px;border:1px solid var(--border-light, #d1d5db);font-size:14px;outline:none}._Input_18uui_59:focus{border-color:var(--primary, #6366f1)}._Actions_18uui_71{display:flex;gap:8px;justify-content:flex-end}._Modal_n3i5y_1{width:100%;max-width:1024px}._VisualCard_n3i5y_6{width:200px;flex-shrink:0}._Content_n3i5y_11{display:flex;flex-direction:column;gap:20px}._Title_n3i5y_17{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._Description_n3i5y_24{color:#585858;font-size:14px;line-height:1.6;margin:0 0 8px}._LoadingContainer_n3i5y_31{display:flex;justify-content:center;align-items:center;padding:40px 0}._RoleSelector_n3i5y_38{display:flex;flex-direction:column;gap:10px}._Label_n3i5y_44{font-size:15px;font-weight:600;color:#1a1a1a}._RoleCards_n3i5y_50{display:flex;flex-direction:column;gap:10px}._RoleCard_n3i5y_50{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:8px;background:#f7f7fa;border:2px solid #e0e0e0;cursor:pointer;transition:border-color .15s,background-color .15s;text-align:start;font-family:inherit}._RoleCard_n3i5y_50:hover{border-color:var(--primary-light, #c7d2fe);background:#f0f0ff}._RoleCardActive_n3i5y_75{border-color:var(--primary, #4f46e5);background:#f0f0ff}._RoleCardHeader_n3i5y_80{display:flex;align-items:center;gap:8px}._RoleIcon_n3i5y_86{flex-shrink:0;color:var(--primary, #4f46e5)}._RoleCardTitle_n3i5y_91{font-size:14px;font-weight:600;color:#1a1a1a;text-transform:capitalize}._RoleCardDescription_n3i5y_98{font-size:13px;line-height:1.5;color:#585858}._LinkContainer_n3i5y_104{margin-top:4px;display:flex;flex-direction:column;gap:12px;max-width:420px}._CopyText_n3i5y_112{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f7f7fa}@media(max-width:768px){._VisualCard_n3i5y_6{width:100%;height:auto}}._OrgSettingsPage_1sm7i_1{display:flex;flex-direction:column;max-width:800px;margin:0 auto;padding:24px;width:100%;box-sizing:border-box;gap:24px}._Header_1sm7i_12{display:flex;align-items:center;justify-content:space-between}._Title_1sm7i_18{font-size:24px;font-weight:600;color:var(--text-primary)}._Section_1sm7i_24{display:flex;flex-direction:column;gap:16px;background:#fff;border-radius:12px;padding:20px;border:1px solid var(--border-light)}._SectionTitle_1sm7i_34{font-size:16px;font-weight:600;color:var(--text-primary)}._MembersList_1sm7i_40{display:flex;flex-direction:column;gap:8px}._MemberRow_1sm7i_46{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:8px;background:var(--bg-secondary, #f9fafb)}._MemberInfo_1sm7i_55{display:flex;align-items:center;gap:12px}._MemberAvatar_1sm7i_61{width:36px;height:36px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:var(--primary)}._MemberAvatar_1sm7i_61 img{width:100%;height:100%;border-radius:50%;object-fit:cover}._MemberDetails_1sm7i_81{display:flex;flex-direction:column;gap:2px}._MemberName_1sm7i_87{font-size:14px;font-weight:500;color:var(--text-primary)}._MemberEmail_1sm7i_93{font-size:12px;color:var(--text-secondary)}._MemberActions_1sm7i_98{display:flex;align-items:center;gap:8px}._RoleBadge_1sm7i_104{font-size:12px;padding:4px 8px;border-radius:4px;font-weight:500}._RoleBadge_1sm7i_104._admin_1sm7i_111{background:var(--primary-light, #e0e7ff);color:var(--primary, #4f46e5)}._RoleBadge_1sm7i_104._member_1sm7i_116{background:var(--bg-secondary, #f3f4f6);color:var(--text-secondary, #6b7280)}._SectionHeader_1sm7i_121{display:flex;align-items:center;justify-content:space-between}._EmptyState_1sm7i_127{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:16px;text-align:center}._EmptyTitle_1sm7i_137{font-size:18px;font-weight:600;color:var(--text-primary)}._EmptyDescription_1sm7i_143{font-size:14px;color:var(--text-secondary);max-width:400px}._AssistantsList_1sm7i_149{display:flex;flex-direction:column;gap:8px}._AssistantRow_1sm7i_155{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:8px;background:var(--bg-secondary, #f9fafb)}._AssistantName_1sm7i_164{font-size:14px;font-weight:500;color:var(--text-primary)}._EmptyHint_1sm7i_170{font-size:13px;color:var(--text-secondary)}._AssistantSelect_1sm7i_175{font-size:13px;padding:6px 10px;border-radius:6px;border:1px solid var(--border-light);background:#fff;cursor:pointer}@media(max-width:768px){._OrgSettingsPage_1sm7i_1{padding:16px}._Title_1sm7i_18{font-size:20px}}._Lab_x50oy_1{display:flex;flex-direction:row;width:100%;height:100%;max-width:100dvw}@media(max-width:768px){._Lab_x50oy_1{flex-direction:column;position:fixed;top:50px;left:0;right:0;bottom:0;height:calc(100svh - 50px);max-height:calc(100svh - 50px);overflow:hidden}}._PreviewAssistant_x50oy_24{padding:20px;border-radius:20px;border:1px solid #dbdbdb}@media(max-width:768px){._PreviewAssistant_x50oy_24{padding:0;border-radius:0;border:none}}._EditAssistantButton_x50oy_40{display:inline-flex;flex:0 0 auto;max-width:180px;width:100%}@media(max-width:768px){._EditAssistantButton_x50oy_40{position:fixed;left:50%;bottom:calc(16px + env(safe-area-inset-bottom));transform:translate(-50%);z-index:1000;box-shadow:0 6px 24px #0000001f;border-radius:999px}}._AssistantConfig_x50oy_61{padding:0}._Modals_x50oy_65{display:contents}._WebsiteToAssistantMessage_1ytcr_1{background:linear-gradient(135deg,#f7f7fa,#fff);border:1px solid #e0e0e0;border-radius:12px;padding:16px;margin:8px 0;box-shadow:0 2px 4px #0000000d;transition:all .2s ease;display:flex;gap:12px}._WebsiteToAssistantMessage_1ytcr_1:hover{border-color:silver;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}._WebsiteToAssistantMessage_1ytcr_1._Success_1ytcr_19{border-color:#bbf7d0;background:linear-gradient(135deg,#f7fef9,#fff)}._WebsiteToAssistantMessage_1ytcr_1._Success_1ytcr_19:hover{border-color:#86efac;box-shadow:0 4px 8px #22c55e14}._WebsiteToAssistantMessage_1ytcr_1._Error_1ytcr_29{border-color:#fca5a5;background:linear-gradient(135deg,#fef2f2,#fff)}._WebsiteToAssistantMessage_1ytcr_1._Error_1ytcr_29:hover{border-color:#f87171;box-shadow:0 4px 8px #ef44441a}._IconContainer_1ytcr_39{flex-shrink:0;position:relative}._ImageContainer_1ytcr_44{width:48px;height:48px;border-radius:50%;overflow:hidden;background-color:#f5f5f5;border:1px solid #e8e8e8;display:flex;align-items:center;justify-content:center}._Image_1ytcr_44{width:100%;height:100%;object-fit:cover}._Content_1ytcr_62{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}._Title_1ytcr_70{font-size:13px;font-weight:600;color:#1a1a1a;margin:0}._Description_1ytcr_77{font-size:12px;color:#585858;line-height:1.5;word-break:break-word;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._Url_1ytcr_90{font-size:11px;color:#3b82f6;text-decoration:none;word-break:break-all;transition:color .2s ease;margin-top:2px}._Url_1ytcr_90:hover{color:#2563eb;text-decoration:underline}._AssistantChat_13usm_1{display:flex;flex-direction:column;height:100%;background:var(--chat-skin--bg, #f4f4f4)}._Chat_13usm_8{flex:1;position:relative}._Header_13usm_12{padding:16px;background:var(--chat-skin--header-bg, transparent);color:var(--chat-skin--header-color, inherit);display:flex;flex-direction:row;align-items:center;gap:16px;height:56px;flex-shrink:0;border-bottom:var(--chat-skin--header-border-bottom, none)}._HeaderSubtitle_13usm_25{font-size:11px;color:var(--chat-skin--header-subtitle-color, transparent);margin-top:1px}._HeaderInfo_13usm_31{display:flex;flex-direction:column;overflow:hidden;min-width:0}._HeaderName_13usm_38{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600}@media(max-width:768px){._Header_13usm_12{font-size:14px}}._HeaderActions_13usm_52{margin-left:auto}._Logo_13usm_56{width:30px;height:30px}._AvatarWrapper_13usm_61{width:30px;height:30px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0}._Avatar_13usm_61{width:100%;height:100%;object-fit:cover}._AvatarPlaceholder_13usm_79{width:100%;height:100%;background-color:#474747}._LoadingAssistant_13usm_85{text-align:center;display:flex;flex-direction:column;align-items:center;position:relative}._LoadingAssistant_13usm_85 span{margin:20px}._Disabled_13usm_97{pointer-events:none}._ChannelOnboardingMessage_15e3w_1{background:linear-gradient(135deg,#f7f7fa,#fff);border:1px solid #e0e0e0;border-radius:12px;padding:12px;margin:8px 0;box-shadow:0 2px 4px #0000000d}._Header_15e3w_10{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #f0f0f0;margin-bottom:4px}._HeaderIcon_15e3w_19{width:22px;height:22px;min-width:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#e0e7ff;border:1px solid #a5b4fc;flex-shrink:0}._HeaderIcon_15e3w_19 svg{width:12px}._HeaderIcon_15e3w_19 svg *{fill:#6366f1;width:12px}._HeaderTitle_15e3w_41{font-size:13px;font-weight:600;color:#1a1a1a}._Items_15e3w_47{display:flex;flex-direction:column}._Item_15e3w_47{display:flex;align-items:center;gap:10px;padding:10px 8px;border-radius:6px;cursor:pointer;transition:background-color .15s ease;border:none;background:none;width:100%;text-align:left;font-family:inherit}._Item_15e3w_47:hover:not(._Connected_15e3w_67){background-color:#6366f10d}._Item_15e3w_47+._Item_15e3w_47{border-top:1px solid #f0f0f0}._Item_15e3w_47._Connected_15e3w_67{cursor:default;opacity:.6}._ItemIcon_15e3w_80{width:28px;height:28px;min-width:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background-color:#f5f5f5;flex-shrink:0}._ItemIcon_15e3w_80 svg{width:18px;height:18px}._ItemLabel_15e3w_97{font-size:13px;font-weight:500;color:#1a1a1a;flex:1}._ItemStatus_15e3w_104{display:flex;align-items:center;gap:6px;color:#10b981;font-size:12px}._ItemStatus_15e3w_104 svg{width:12px;height:12px}._ItemStatus_15e3w_104 svg *{fill:#10b981}._Handle_15e3w_121{color:#888;font-size:11px}._ItemAction_15e3w_126{display:flex;align-items:center;gap:4px;color:#6366f1;font-size:12px;font-weight:500}._ItemAction_15e3w_126 svg{width:12px;height:12px}._ItemAction_15e3w_126 svg *{fill:#6366f1}._GrowthPostMessage_10q4f_1{background:linear-gradient(135deg,#fdf2f8,#fff);border:1px solid #f9a8d4;border-radius:12px;padding:12px;margin:8px 0;box-shadow:0 2px 4px #0000000d}._Header_10q4f_10{display:flex;align-items:center;gap:10px}._HeaderIcon_10q4f_16{width:22px;height:22px;min-width:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#fce7f3;border:1px solid #f9a8d4;flex-shrink:0}._HeaderIcon_10q4f_16 svg{width:12px}._HeaderIcon_10q4f_16 svg *{fill:#ec4899;width:12px}._HeaderTitle_10q4f_38{font-size:13px;font-weight:600;color:#1a1a1a}._Title_10q4f_44{margin-top:8px;font-size:13px;font-weight:600;color:#333}._Caption_10q4f_51{margin-top:8px;padding-top:8px;border-top:1px solid #fce7f3;font-size:13px;color:#555;line-height:1.4}._OpenEditorButton_10q4f_60{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;padding:8px 14px;width:100%;border:1px solid #f9a8d4;border-radius:8px;background-color:#fce7f3;color:#db2777;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}._OpenEditorButton_10q4f_60:hover{background-color:#fbcfe8;border-color:#f472b6}._OpenEditorButton_10q4f_60:active{transform:scale(.98)}._OpenEditorButton_10q4f_60 svg{width:14px;height:14px}._OpenEditorButton_10q4f_60 svg *{fill:#db2777}._SubmitButton_15z35_1{width:100%}._IntegrationFormMessage_20s95_1{background:linear-gradient(135deg,#f7f7fa,#fff);border:1px solid #e0e0e0;border-radius:12px;padding:12px;margin:8px 0;box-shadow:0 2px 4px #0000000d}._Header_20s95_10{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #f0f0f0;margin-bottom:12px}._HeaderIcon_20s95_19{width:28px;height:28px;min-width:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background-color:#f5f5f5;flex-shrink:0}._HeaderIcon_20s95_19 img{width:18px;height:18px}._HeaderTitle_20s95_36{font-size:13px;font-weight:600;color:#1a1a1a}._FormFields_20s95_42{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}._SubmitButton_20s95_49{width:100%}._Error_20s95_53{color:#ef4444;font-size:12px;margin-top:4px}._ConnectedHeader_20s95_60{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #dcfce7;margin-bottom:12px}._ConnectedHeaderIcon_20s95_69{width:22px;height:22px;min-width:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#dcfce7;border:1px solid #86efac;flex-shrink:0}._ConnectedHeaderIcon_20s95_69 svg{width:12px;height:12px}._ConnectedHeaderIcon_20s95_69 svg *{fill:#10b981}._ConnectedHeaderTitle_20s95_91{font-size:13px;font-weight:600;color:#10b981}._ConnectedInfo_20s95_97{display:flex;align-items:center;gap:10px;padding:10px 8px}._ConnectedInfoIcon_20s95_104{width:28px;height:28px;min-width:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background-color:#f5f5f5;flex-shrink:0}._ConnectedInfoIcon_20s95_104 img{width:18px;height:18px}._ConnectedInfoLabel_20s95_121{font-size:13px;font-weight:500;color:#1a1a1a;flex:1}._ConnectedBadge_20s95_128{display:inline-flex;align-items:center;gap:4px;color:#10b981;font-size:12px;font-weight:500}._ConnectedBadge_20s95_128 svg{width:12px;height:12px}._ConnectedBadge_20s95_128 svg *{fill:#10b981}._ConnectedDomain_20s95_146{font-size:11px;color:#888;margin-top:2px}._Hint_20s95_152{font-size:12px;color:#888;margin-top:8px;padding-top:8px;border-top:1px solid #f0f0f0}._SettingsLink_20s95_160{color:#6366f1;font-size:12px;text-decoration:none;font-weight:500}._SettingsLink_20s95_160:hover{text-decoration:underline}._Description_20s95_172{font-size:13px;color:#555;padding:0 4px;margin-bottom:12px}._ConnectButton_20s95_179{width:100%;background:#6366f1;color:#fff;border:none;border-radius:12px;padding:10px;font-size:13px;font-weight:600;cursor:pointer}._ConnectButton_20s95_179:hover{background:#4f46e5}._MondayLogo_20s95_195{height:28px;display:block}._GsStep_20s95_201{display:flex;flex-direction:column;gap:8px}._GsLabel_20s95_207{font-size:12px;font-weight:500;color:#555}._GsInput_20s95_213{width:100%;padding:8px 10px;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;outline:none;box-sizing:border-box}._GsInput_20s95_213:focus{border-color:#6366f1}._GsPreviewLabel_20s95_227{font-size:12px;font-weight:600;color:#555}._GsTableWrap_20s95_233{overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px}._GsTable_20s95_233{width:100%;border-collapse:collapse;font-size:12px}._GsTable_20s95_233 th,._GsTable_20s95_233 td{padding:6px 10px;text-align:left;white-space:nowrap;max-width:160px;overflow:hidden;text-overflow:ellipsis}._GsTable_20s95_233 th{background:#f9fafb;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}._GsTable_20s95_233 td{color:#555;border-bottom:1px solid #f3f4f6}._GsTable_20s95_233 tr:last-child td{border-bottom:none}._GsMoreRows_20s95_271{font-size:11px;color:#9ca3af;text-align:right;padding:2px 4px}._GsTextarea_20s95_278{width:100%;padding:8px 10px;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;font-family:inherit;resize:vertical;outline:none;box-sizing:border-box}._GsTextarea_20s95_278:focus{border-color:#6366f1}._DisconnectRow_20s95_295{margin-top:8px;padding-top:4px}._DisconnectButton_20s95_300{background:none;border:none;color:#ef4444;font-size:12px;font-weight:500;cursor:pointer;padding:0}._DisconnectButton_20s95_300:hover{text-decoration:underline}._DisconnectConfirm_20s95_314{display:flex;align-items:center;gap:8px;font-size:12px;color:#555}._DisconnectConfirmYes_20s95_322{background:none;border:none;color:#ef4444;font-size:12px;font-weight:600;cursor:pointer;padding:0}._DisconnectConfirmYes_20s95_322:hover{text-decoration:underline}._DisconnectConfirmYes_20s95_322:disabled{opacity:.5;cursor:not-allowed}._DisconnectConfirmCancel_20s95_341{background:none;border:none;color:#888;font-size:12px;cursor:pointer;padding:0}._DisconnectConfirmCancel_20s95_341:hover{text-decoration:underline}._DisconnectConfirmCancel_20s95_341:disabled{opacity:.5;cursor:not-allowed}._LabelManagerMessage_mujej_1{background:linear-gradient(135deg,#f7f7fa,#fff);border:1px solid #e0e0e0;border-radius:12px;padding:12px;margin:8px 0;box-shadow:0 2px 4px #0000000d}._Header_mujej_10{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #f0f0f0;margin-bottom:12px}._HeaderIcon_mujej_19{width:28px;height:28px;min-width:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background-color:#f5f5f5;flex-shrink:0}._HeaderTitle_mujej_31{font-size:13px;font-weight:600;color:#1a1a1a}._FormFields_mujej_37{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}._WebhooksSection_mujej_44{margin-top:4px}._SaveButton_mujej_48{width:100%;background:#6366f1;color:#fff;border:none;border-radius:12px;padding:10px;font-size:13px;font-weight:600;cursor:pointer}._SaveButton_mujej_48:hover{background:#4f46e5}._SaveButton_mujej_48:disabled{opacity:.5;cursor:not-allowed}._Error_mujej_69{color:#ef4444;font-size:12px;margin-top:4px}._SavedHeader_mujej_76{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #dcfce7;margin-bottom:12px}._SavedHeaderIcon_mujej_85{width:22px;height:22px;min-width:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#dcfce7;border:1px solid #86efac;flex-shrink:0}._SavedHeaderIcon_mujej_85 svg{width:12px;height:12px}._SavedHeaderIcon_mujej_85 svg *{fill:#10b981}._SavedHeaderTitle_mujej_107{font-size:13px;font-weight:600;color:#10b981}._SavedSummary_mujej_113{font-size:13px;color:#555;padding:4px 0 8px}._Hint_mujej_119{font-size:12px;color:#888;margin-top:8px;padding-top:8px;border-top:1px solid #f0f0f0}._SettingsLink_mujej_127{color:#6366f1;font-size:12px;text-decoration:none;font-weight:500}._SettingsLink_mujej_127:hover{text-decoration:underline}._LabelRemoveMessage_1vier_1{background:linear-gradient(135deg,#f7f7fa,#fff);border:1px solid #e0e0e0;border-radius:12px;padding:12px;margin:8px 0;box-shadow:0 2px 4px #0000000d}._Header_1vier_10{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #f0f0f0;margin-bottom:12px}._HeaderIcon_1vier_19{width:28px;height:28px;min-width:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background-color:#fef2f2;flex-shrink:0}._HeaderIcon_1vier_19 svg *{fill:#ef4444}._HeaderTitle_1vier_35{font-size:13px;font-weight:600;color:#1a1a1a}._TriggerPrompt_1vier_41{font-size:13px;color:#555;padding:4px 0 8px;line-height:1.4}._ChipRow_1vier_48{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}._Chip_1vier_48{display:inline-flex;align-items:center;padding:3px 10px;border-radius:9999px;font-size:12px;font-weight:500;color:#fff}._ButtonRow_1vier_65{display:flex;gap:8px}._RemoveButton_1vier_70{flex:1;background:#ef4444;color:#fff;border:none;border-radius:12px;padding:10px;font-size:13px;font-weight:600;cursor:pointer}._RemoveButton_1vier_70:hover{background:#dc2626}._RemoveButton_1vier_70:disabled{opacity:.5;cursor:not-allowed}._CancelButton_1vier_91{flex:1;background:#f5f5f5;color:#555;border:1px solid #e0e0e0;border-radius:12px;padding:10px;font-size:13px;font-weight:600;cursor:pointer}._CancelButton_1vier_91:hover{background:#e8e8e8}._RemovedHeader_1vier_108{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #dcfce7;margin-bottom:12px}._RemovedHeaderIcon_1vier_117{width:22px;height:22px;min-width:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#dcfce7;border:1px solid #86efac;flex-shrink:0}._RemovedHeaderIcon_1vier_117 svg{width:12px;height:12px}._RemovedHeaderIcon_1vier_117 svg *{fill:#10b981}._RemovedHeaderTitle_1vier_139{font-size:13px;font-weight:600;color:#10b981}._MutedText_1vier_145{font-size:13px;color:#888;padding:4px 0}._Cancelled_1vier_152{opacity:.5}._CancelledText_1vier_156{font-size:13px;color:#888;text-align:center;padding:8px 0}._Hint_1vier_163{font-size:12px;color:#888;margin-top:8px;padding-top:8px;border-top:1px solid #f0f0f0}._SettingsLink_1vier_171{color:#6366f1;font-size:12px;text-decoration:none;font-weight:500}._SettingsLink_1vier_171:hover{text-decoration:underline}._Error_1vier_182{color:#ef4444;font-size:12px;margin-top:4px}._PatchSummaryMessage_o3l2z_1{background:linear-gradient(135deg,#f7f7fa,#fff);border:1px solid #e0e0e0;border-radius:12px;padding:12px;margin:8px 0;box-shadow:0 2px 4px #0000000d}._Header_o3l2z_10{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #f0f0f0;margin-bottom:4px}._HeaderIcon_o3l2z_19{width:22px;height:22px;min-width:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#dcfce7;border:1px solid #86efac;flex-shrink:0}._HeaderIcon_o3l2z_19 svg{width:10px;padding-top:3px}._HeaderIcon_o3l2z_19 svg *{fill:#10b981;width:10px}._HeaderTitle_o3l2z_42{font-size:13px;font-weight:600;color:#1a1a1a}._Items_o3l2z_48{display:flex;flex-direction:column}._Item_o3l2z_48{display:flex;align-items:center;gap:8px;padding:8px 6px;border-radius:6px;cursor:pointer;transition:background-color .15s ease}._Item_o3l2z_48:hover{background-color:#00000008}._Item_o3l2z_48+._Item_o3l2z_48{border-top:1px solid #f0f0f0}._ItemIcon_o3l2z_71{width:18px;height:18px;min-width:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#dcfce7;border:1px solid #86efac;flex-shrink:0}._ItemIcon_o3l2z_71 svg{width:8px;padding-top:2px}._ItemIcon_o3l2z_71 svg *{fill:#10b981;width:8px}._ItemLabel_o3l2z_94{font-size:12px;font-weight:600;color:#1a1a1a;flex-shrink:0}._ItemSummary_o3l2z_101{font-size:12px;color:#888;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0}._Chevron_o3l2z_111{flex-shrink:0;opacity:.4;transition:opacity .15s ease;display:flex;align-items:center}._Item_o3l2z_48:hover ._Chevron_o3l2z_111{opacity:.7}._Chevron_o3l2z_111 svg{width:12px;height:12px}._SegmentBuilderMessage_226y5_1{background:linear-gradient(135deg,#f7f7fa,#fff);border:1px solid #e0e0e0;border-radius:12px;padding:12px;margin:8px 0;box-shadow:0 2px 4px #0000000d}._SavedHeader_226y5_10{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #dcfce7;margin-bottom:12px}._SavedHeaderIcon_226y5_19{width:22px;height:22px;min-width:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#dcfce7;border:1px solid #86efac;flex-shrink:0}._SavedHeaderIcon_226y5_19 svg{width:12px;height:12px}._SavedHeaderIcon_226y5_19 svg *{fill:#10b981}._SavedHeaderTitle_226y5_41{font-size:13px;font-weight:600;color:#10b981}._SegmentName_226y5_47{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:4px}._ContactCount_226y5_54{font-size:12px;color:#888;margin-bottom:10px}._Details_226y5_60{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}._FilterChip_226y5_67{display:inline-block;background:#eef2ff;color:#4f46e5;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500}._ButtonRow_226y5_77{display:flex;gap:8px;padding-top:10px;border-top:1px solid #f0f0f0}._ActionButton_226y5_84{flex:1;display:inline-flex;align-items:center;justify-content:center;background:#6366f1;color:#fff;border:none;border-radius:12px;padding:10px;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer}._ActionButton_226y5_84:hover{background:#4f46e5}._ActionButtonSecondary_226y5_104{flex:1;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#6366f1;border:1px solid #6366f1;border-radius:12px;padding:10px;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer}._ActionButtonSecondary_226y5_104:hover{background:#eef2ff}._SimulationTriggerMessage_uztib_1{background:linear-gradient(135deg,#f7f7fa,#fff);border:1px solid #e0e0e0;border-radius:12px;padding:12px;margin:8px 0;box-shadow:0 2px 4px #0000000d}._Header_uztib_10{display:flex;align-items:center;gap:10px}._HeaderIcon_uztib_16{width:22px;height:22px;min-width:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#e0e7ff;border:1px solid #a5b4fc;flex-shrink:0}._HeaderIcon_uztib_16 svg{width:12px}._HeaderIcon_uztib_16 svg *{fill:#6366f1;width:12px}._HeaderTitle_uztib_38{font-size:13px;font-weight:600;color:#1a1a1a}._Instructions_uztib_44{margin-top:8px;padding-top:8px;border-top:1px solid #f0f0f0;font-size:13px;color:#555;line-height:1.4}._GoToLabButton_uztib_53{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;padding:8px 14px;width:100%;border:1px solid #a5b4fc;border-radius:8px;background-color:#eef2ff;color:#4f46e5;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}._GoToLabButton_uztib_53:hover{background-color:#e0e7ff;border-color:#818cf8}._GoToLabButton_uztib_53:active{transform:scale(.98)}._GoToLabButton_uztib_53 svg{width:14px;height:14px}._GoToLabButton_uztib_53 svg *{fill:#4f46e5}._TagsAppliedMessage_1p5gk_1{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 8px;margin:4px 0}._Chip_1p5gk_10{display:inline-flex;align-items:center;gap:4px;background:var(--color--bg-secondary, #f3f4f6);border-radius:9999px;padding:2px 8px;font-size:11px;font-weight:500}._ChipDot_1p5gk_21{width:6px;height:6px;border-radius:50%;flex-shrink:0}._ChipLabel_1p5gk_28{color:var(--color--text-secondary, #6b7280)}._Container_1qx1t_1{background:linear-gradient(135deg,#f7f7fa,#fff);border:1px solid #e0e0e0;border-radius:12px;padding:12px;margin:8px 0;box-shadow:0 2px 4px #0000000d}._Header_1qx1t_10{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #f0f0f0;margin-bottom:12px}._HeaderIcon_1qx1t_19{width:28px;height:28px;min-width:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background-color:#f5f5f5;flex-shrink:0}._HeaderTitle_1qx1t_31{font-size:13px;font-weight:600;color:#1a1a1a}._ChipInputSpacing_1qx1t_37{margin-bottom:12px}._SubmitButton_1qx1t_41{width:100%;background:#6366f1;color:#fff;border:none;border-radius:12px;padding:10px;font-size:13px;font-weight:600;cursor:pointer}._SubmitButton_1qx1t_41:hover{background:#4f46e5}._SubmitButton_1qx1t_41:disabled{opacity:.5;cursor:not-allowed}._ConfirmedHeader_1qx1t_63{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #dcfce7;margin-bottom:12px}._ConfirmedIcon_1qx1t_72{width:22px;height:22px;min-width:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#dcfce7;border:1px solid #86efac;flex-shrink:0}._ConfirmedIcon_1qx1t_72 svg{width:12px;height:12px}._ConfirmedIcon_1qx1t_72 svg *{fill:#10b981}._ConfirmedTitle_1qx1t_94{font-size:13px;font-weight:600;color:#10b981}._ConfirmedChips_1qx1t_100{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0}._ConfirmedChip_1qx1t_100{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border-radius:999px;font-size:13px;font-weight:500;color:#0f172a;background:linear-gradient(180deg,#f1f5f9,#e2e8f0);box-shadow:0 0 0 1px #0000000a inset,0 1px 2px #0000000f}._ConfirmedChipDot_1qx1t_121{width:8px;height:8px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 1px #0000001a inset}._Container_1um7v_1{background:linear-gradient(135deg,#f7f7fa,#fff);border:1px solid #e0e0e0;border-radius:12px;padding:12px;margin:8px 0;box-shadow:0 2px 4px #0000000d}._Header_1um7v_10{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #f0f0f0;margin-bottom:12px}._HeaderIcon_1um7v_19{width:28px;height:28px;min-width:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background-color:#f5f5f5;flex-shrink:0}._HeaderTitle_1um7v_31{font-size:13px;font-weight:600;color:#1a1a1a}._PhoneFields_1um7v_37{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}._PhoneRow_1um7v_44{display:flex;align-items:center;gap:6px}._PhoneInput_1um7v_50{flex:1;padding:8px 10px;border:1.5px solid #e0e0e0;border-radius:8px;font-size:13px;outline:none;transition:border-color .15s ease}._PhoneInput_1um7v_50:focus{border-color:#6366f1}._RemoveButton_1um7v_64{width:28px;height:28px;min-width:28px;display:inline-flex;align-items:center;justify-content:center;border:none;background:#fee2e2;color:#ef4444;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;line-height:1}._RemoveButton_1um7v_64:hover{background:#fecaca}._AddButton_1um7v_85{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:1.5px dashed #ccc;border-radius:8px;background:none;color:#666;font-size:12px;font-weight:500;cursor:pointer;align-self:flex-start;margin-bottom:12px}._AddButton_1um7v_85:hover{border-color:#999;color:#333}._SubmitButton_1um7v_106{width:100%;background:#6366f1;color:#fff;border:none;border-radius:12px;padding:10px;font-size:13px;font-weight:600;cursor:pointer}._SubmitButton_1um7v_106:hover{background:#4f46e5}._SubmitButton_1um7v_106:disabled{opacity:.5;cursor:not-allowed}._ConfirmedHeader_1um7v_128{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #dcfce7;margin-bottom:12px}._ConfirmedIcon_1um7v_137{width:22px;height:22px;min-width:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#dcfce7;border:1px solid #86efac;flex-shrink:0}._ConfirmedIcon_1um7v_137 svg{width:12px;height:12px}._ConfirmedIcon_1um7v_137 svg *{fill:#10b981}._ConfirmedTitle_1um7v_159{font-size:13px;font-weight:600;color:#10b981}._ConfirmedSummary_1um7v_165{font-size:13px;color:#555;padding:4px 0}._NewAssistantPreview_tasr1_1{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border-radius:0;padding:14px;display:flex;flex-direction:column;justify-content:center}._NewAssistantPreview_tasr1_1:before{border-radius:0!important}._Card_tasr1_31{width:100%;background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(0,0,0,.06);box-shadow:0 20px 50px #00000026;padding:14px}._CardContent_tasr1_40{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;text-align:center}._Title_tasr1_50{font-size:22px;font-weight:700;color:#111}._Subtitle_tasr1_56{font-size:14px;color:#555;margin:0;text-align:center}._Logo_tasr1_63{width:36px!important;height:36px!important}._PageWrapper_lqa05_1{display:flex;flex-direction:row;height:100%;width:100%;flex:1;position:relative}._PreviewAssistant_lqa05_10{height:auto;flex:1;display:flex;flex-direction:column;gap:20px;align-items:center}@media(max-width:768px){._PreviewAssistant_lqa05_10{gap:0;align-items:stretch;overflow:hidden}}._Header_lqa05_27{display:flex;align-items:center;justify-content:space-between;padding:0 20px;width:100%;position:relative;height:48px;flex-shrink:0;border-bottom:1px solid #e0e0e0;background-color:#fafafa}._HeaderTitle_lqa05_40{font-size:15px;font-weight:600;margin:0;color:#1a1a1a}._HeaderIcon_lqa05_47{cursor:pointer;opacity:.6;transition:opacity .2s}._HeaderIcon_lqa05_47:hover{opacity:1}._ContentWrapper_lqa05_57{flex:1;display:flex;flex-direction:row;width:100%;min-height:0}._PhoneContainer_lqa05_65{flex:1;display:flex;justify-content:center;align-items:center;padding:0 24px 24px;overflow:hidden;width:100%}@media(max-width:768px){._PhoneContainer_lqa05_65{padding:0}}._MobileChatWrapper_lqa05_81{width:100%;height:100%;display:flex;flex-direction:column}._MobileBottomBar_lqa05_88{display:flex;align-items:center;justify-content:center;padding:0 0 env(safe-area-inset-bottom);flex-shrink:0}._EditAgentButton_lqa05_96{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px 20px;border:none;background:#000;color:#fff;font-size:13px;font-weight:500;cursor:pointer}@keyframes _pulse-glow_lqa05_1{0%{box-shadow:0 0 20px #4f46e54d}50%{box-shadow:0 0 40px 10px #4f46e580}to{box-shadow:0 0 20px #4f46e54d}}._SimulationRunning_lqa05_123{animation:_pulse-glow_lqa05_1 2s infinite ease-in-out;border-radius:55px;transition:box-shadow .3s ease-in-out}._AssistantChat_lqa05_129{height:100%}._SimulatedBadge_lqa05_133{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);background-color:var(--bg-surface-3);padding:2px 6px;border-radius:4px;margin-bottom:4px;align-self:flex-end;width:fit-content;margin-left:auto}._MessageLoading_lqa05_147{display:flex;align-items:center;justify-content:flex-start;padding:8px 0}._CloseButton_lqa05_154{position:fixed;right:16px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#555;transition:color .2s;z-index:9999}.RTL ._CloseButton_lqa05_154{right:auto;left:16px}._CloseButton_lqa05_154:hover{color:#000}._CloseIcon_lqa05_175{width:24px!important;height:24px!important}._ChannelSkinSelector_1ul61_1{display:flex;flex-direction:row;align-items:center;gap:4px;margin-left:8px}._SkinButton_1ul61_9{width:32px;height:32px;border-radius:8px;border:2px solid transparent;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .15s,border-color .15s;padding:0}._SkinButton_1ul61_9:hover{opacity:.8}._SkinButton_1ul61_9._Active_1ul61_30{opacity:1;border-color:var(--color--primary, #3a53cb);background:#3a53cb14}._Modal_1bpho_1{width:100%;max-width:820px}._InviteModalContent_1bpho_6{display:flex;flex-direction:column;gap:20px}._Title_1bpho_12{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._Description_1bpho_19{color:#585858;font-size:14px;line-height:1.6;margin:0 0 8px}._LoadingContainer_1bpho_26{display:flex;justify-content:center;align-items:center;padding:40px 0}._Error_1bpho_33{color:#d32f2f;background-color:#ffebee;padding:12px 16px;border-radius:8px;font-size:14px}._LinkContainer_1bpho_41{margin-top:4px;display:flex;flex-direction:column;gap:12px}._CopyText_1bpho_48{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f7f7fa}._HowItWorks_1bpho_56{margin-top:8px}._SectionTitle_1bpho_60{font-size:15px;font-weight:600;margin:0 0 16px;color:#1a1a1a}._StepsList_1bpho_67{display:flex;flex-direction:column;gap:16px}._Step_1bpho_67{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;color:#333}._StepIcon_1bpho_82{margin-top:2px;flex-shrink:0}._Referrals_1bpho_87{padding-top:16px;border-top:1px solid #e0e0e0}._ReferralsText_1bpho_92{font-size:14px;color:#585858}._Footer_1bpho_97{display:flex;justify-content:center;padding-top:8px}._TermsLink_1bpho_103{font-size:13px;color:#666;text-decoration:none;transition:color .2s}._TermsLink_1bpho_103:hover{color:#333;text-decoration:underline}@media(max-width:768px){._GradientSidebar_1bpho_116{min-height:200px}}._TextLoadingWithSpinner_ib3js_1{display:flex;flex-direction:column;align-items:flex-start;padding:12px 16px;background-color:#f7f7fa;border-radius:8px;border:1px solid #e9e9ec}._Content_ib3js_11{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;direction:ltr}._TextContainer_ib3js_20{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}._Header_ib3js_28{font-size:9px;font-weight:600;color:#666;line-height:1.2;word-break:break-word;text-transform:uppercase;letter-spacing:.3px}._LoadingText_ib3js_38{font-size:13px;font-weight:500;color:#1a1a1a;line-height:1.4}._Button_ib3js_45{all:unset;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#666;padding:4px 12px;border-radius:6px;background-color:#0000000a;transition:all .2s ease-in-out;line-height:1.4;white-space:nowrap;box-sizing:border-box;text-align:center;min-width:100px}._Button_ib3js_45:hover{color:#383838;background-color:#00000014;transform:translateY(-1px)}._Button_i2rje_3{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;width:100%;min-height:44px}._Button_i2rje_3:hover:not(:disabled){background-color:#f5f5f5;border-color:#d0d0d0}._Button_i2rje_3:active:not(:disabled){transform:scale(.98)}._Button_i2rje_3:disabled{opacity:.6;cursor:not-allowed}._Icon_i2rje_35{flex-shrink:0}._ButtonText_i2rje_39{line-height:1}._ActionButton_1nqiy_1{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;width:100%;min-height:44px}._ActionButton_1nqiy_1:hover:not(:disabled){background-color:#f5f5f5;border-color:#d0d0d0}._ActionButton_1nqiy_1:active:not(:disabled){transform:scale(.98)}._ActionButton_1nqiy_1:disabled{opacity:.6;cursor:not-allowed}._IconWrapper_1nqiy_33{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background-color:#333;flex-shrink:0}._NewConversationButtonIcon_1nqiy_44{flex-shrink:0;stroke:#fff;width:10px}._ActionButtonText_1nqiy_50{line-height:1}._DrawerWrapper_2dhbc_2{position:relative;top:0;height:100%;border-right:1px solid var(--border-subtle);z-index:100;flex-shrink:0;order:-1}.RTL ._DrawerWrapper_2dhbc_2{border-right:none;border-left:1px solid var(--border-subtle)}._DrawerContent_2dhbc_17{display:flex;flex-direction:column;gap:12px;padding:24px 16px;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;box-shadow:2px 0 10px #0000001a}.RTL ._DrawerContent_2dhbc_17{box-shadow:-2px 0 10px #0000001a}@keyframes _slideInFromLeft_2dhbc_1{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes _slideOutToLeft_2dhbc_1{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes _slideInFromRight_2dhbc_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _slideOutToRight_2dhbc_1{0%{transform:translate(0)}to{transform:translate(100%)}}.Mobile ._DrawerWrapper_2dhbc_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0006;border:none;order:0}.Mobile ._DrawerContent_2dhbc_17{position:absolute!important;top:0;left:0;bottom:0;width:274px;margin-top:0;border-radius:0;animation:_slideInFromLeft_2dhbc_1 .3s ease-out}.Mobile ._DrawerContent_2dhbc_17[data-closing]{animation:_slideOutToLeft_2dhbc_1 .3s ease-in forwards}.RTL.Mobile ._DrawerContent_2dhbc_17{left:auto;right:0;animation:_slideInFromRight_2dhbc_1 .3s ease-out}.RTL.Mobile ._DrawerContent_2dhbc_17[data-closing]{animation:_slideOutToRight_2dhbc_1 .3s ease-in forwards}._DrawerTitle_2dhbc_87{margin:0 0 12px;font-size:16px;font-weight:600;color:#333;text-align:center}._HeaderActions_2dhbc_95{display:flex;align-items:center;gap:8px;position:absolute;right:16px}._Header_2dhbc_95 h3{margin:0}._StatusBadge_1bnj1_1{display:inline-flex;align-items:center;padding:4px 12px;color:#fff;border-radius:6px;font-size:12px;font-weight:500;text-transform:capitalize;letter-spacing:.01em}._ProgressWrapper_fmkan_1{display:flex;flex-direction:column;gap:10px;width:100%}._ProgressHeader_fmkan_8{display:flex;align-items:baseline;justify-content:space-between;gap:12px}._Label_fmkan_15{font-size:14px;font-weight:500;color:#111827}._Numbers_fmkan_21{font-size:14px;font-weight:400;color:#6b7280}._Numbers_fmkan_21 strong{font-weight:600;color:#111827}._ProgressBar_fmkan_32{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}._ProgressFill_fmkan_40{height:100%;background:#00d4aa;border-radius:4px;transition:width .3s ease,background-color .3s ease}._Percentage_fmkan_49{font-size:13px;font-weight:500;color:#6b7280;align-self:flex-end}._CheckmarkList_14mxp_1{list-style-type:none;padding:0;margin:0}._CheckmarkListItem_14mxp_7{display:flex;flex-direction:row;align-items:center;margin-bottom:12px;gap:12px}._Checkmark_14mxp_1{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-top:2px}._Checkmark_14mxp_1 path{fill:var(--color--green)}._PlansComparison_1blwv_1{width:100%}._Header_1blwv_5{text-align:center;margin-bottom:24px}._Title_1blwv_10{font-size:24px;font-weight:600;color:#111827;margin:0;letter-spacing:-.02em}._Cards_1blwv_18{display:flex;gap:20px;justify-content:center}._Card_1blwv_18{background:var(--color--white);border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;flex:1;max-width:320px;min-width:260px;display:flex;flex-direction:column;border:1px solid #e5e7eb}._PaidCard_1blwv_37{border:2px solid #667eea;box-shadow:0 4px 12px #667eea33}._CardHeaderGray_1blwv_42{background:var(--color--white);padding:20px 20px 16px;color:#111827;border-top:8px solid #9ca3af}._CardHeaderPurple_1blwv_49{background:var(--color--white);padding:20px 20px 16px;color:#111827;border-top:8px solid #667eea}._CardTitle_1blwv_56{font-size:18px;font-weight:600;margin-bottom:4px}._CardSubtitle_1blwv_62{font-size:14px;color:#6b7280}._PriceSection_1blwv_67{display:flex;align-items:baseline;gap:4px;margin-top:8px}._Price_1blwv_67{font-size:32px;font-weight:700;color:#667eea}._PriceUnit_1blwv_80{font-size:14px;font-weight:500;color:#6b7280}._CardBody_1blwv_86{padding:20px;display:flex;flex-direction:column;justify-content:space-between;gap:20px;flex:1}._Badge_1blwv_95{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3;padding:10px 16px;border-radius:8px;font-weight:600;font-size:14px;text-align:center;margin-bottom:16px}._PaidSubtitle_1blwv_106{color:#374151;font-size:14px;line-height:1.5;margin-bottom:16px}._CheckmarkItem_1blwv_113{padding:2px 0;font-size:14px}._CheckmarkItem_1blwv_113 svg{color:#111827;background:#c7d2fe;border-radius:50%;width:18px;height:18px;padding:4px}._CheckmarkItem_1blwv_113 svg path{fill:#3730a3}._CardBody_1blwv_86 .CheckmarkListItem{margin-bottom:12px;align-items:flex-start}._CardBody_1blwv_86 .CheckmarkListItem span{margin-left:10px;line-height:1.4}._CurrentPlanBadge_1blwv_142{padding:12px 20px;background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;text-align:center}._UpgradeButton_1blwv_153{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}._UpgradeButton_1blwv_153:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._UpgradeButton_1blwv_153:active{transform:translateY(0)}@media(max-width:768px){._Cards_1blwv_18{flex-direction:column;align-items:center}._Card_1blwv_18{max-width:100%;width:100%}._Title_1blwv_10{font-size:20px}}._CurrentUsageTab_1uoe0_1{display:flex;flex-direction:column;gap:16px;max-width:800px;margin:0 auto;padding:24px;width:100%;box-sizing:border-box}._LoadingState_1uoe0_12,._ErrorState_1uoe0_13{max-width:800px;margin:0 auto;padding:24px;width:100%;box-sizing:border-box}._LoadingContent_1uoe0_21,._ErrorContent_1uoe0_22{padding:48px;text-align:center;color:#6b7280;font-size:14px}._HeaderCard_1uoe0_30,._UsageCard_1uoe0_31,._PricingCard_1uoe0_32{background:#fff;padding:0;border-radius:12px;border:1px solid #e5e7eb;min-height:auto}._HeaderCard_1uoe0_30:hover,._UsageCard_1uoe0_31:hover,._PricingCard_1uoe0_32:hover{transform:none;box-shadow:0 2px 8px #00000014,0 1px 3px #0000000a}._CardContent_1uoe0_49{display:flex;flex-direction:column;gap:16px;padding:24px}._Header_1uoe0_30{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._Title_1uoe0_65{font-size:24px;font-weight:600;color:#111827;margin:0;line-height:1.3;letter-spacing:-.02em}._CycleInfo_1uoe0_74{display:flex;flex-direction:column;gap:8px}._CycleDates_1uoe0_80{font-size:16px;font-weight:500;color:#111827}._CycleCountdown_1uoe0_86{font-size:14px;color:#6b7280;font-weight:400}._SectionTitle_1uoe0_93{font-size:18px;font-weight:600;color:#111827;margin:0;letter-spacing:-.01em}._InfoBox_1uoe0_102{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}._InfoLabel_1uoe0_113{font-size:14px;color:#6b7280;font-weight:400}._InfoValue_1uoe0_119{font-size:14px;font-weight:500;color:#111827}._WarningBox_1uoe0_126{padding:16px;background:#fff4e6;border:1px solid #ffb020;border-radius:6px;color:#7c2d12;font-size:14px;font-weight:500}._Divider_1uoe0_137{width:100%;height:1px;background:#e5e7eb}._EstimatedFee_1uoe0_144{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:18px 20px;background:#f9fafb;border-radius:8px;border:2px solid #e5e7eb}._EstimatedLabel_1uoe0_155{font-size:16px;color:#6b7280;font-weight:500}._EstimatedValue_1uoe0_161{font-size:24px;font-weight:700;color:#111827}._UpgradeCard_1uoe0_168{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:0;border-radius:12px}._UpgradeCard_1uoe0_168 ._CardContent_1uoe0_49{text-align:center}._UpgradeTitle_1uoe0_179{font-size:20px;font-weight:600;margin:0;color:#fff}._UpgradeDescription_1uoe0_186{font-size:14px;margin:0;color:#ffffffe6;line-height:1.5}._UpgradeButton_1uoe0_193{padding:12px 32px;background:#fff;color:#667eea;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}._UpgradeButton_1uoe0_193:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._UpgradeButton_1uoe0_193:active{transform:translateY(0)}@media(max-width:768px){._CurrentUsageTab_1uoe0_1{padding:16px}._CardContent_1uoe0_49{padding:20px}._Header_1uoe0_30{flex-direction:column;align-items:flex-start}._Title_1uoe0_65,._EstimatedValue_1uoe0_161{font-size:20px}}._InvoiceCard_wfeh6_1{transition:transform .2s ease,box-shadow .2s ease;min-height:auto}._InvoiceCard_wfeh6_1._Clickable_wfeh6_8{cursor:pointer}._InvoiceCard_wfeh6_1._Clickable_wfeh6_8:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._CardContent_wfeh6_17{display:flex;flex-direction:column;gap:20px;padding:24px}._Header_wfeh6_25{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}._Period_wfeh6_34{display:flex;flex-direction:column;gap:4px}._PeriodLabel_wfeh6_40{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._PeriodDates_wfeh6_48{font-size:16px;font-weight:600;color:#111827}._Details_wfeh6_55{display:flex;flex-direction:column;gap:12px}._DetailRow_wfeh6_61{display:flex;align-items:center;justify-content:space-between;gap:8px}._DetailLabel_wfeh6_68{font-size:14px;color:#6b7280;font-weight:400}._DetailValue_wfeh6_74{font-size:14px;font-weight:500;color:#111827}._TotalAmount_wfeh6_80{font-size:20px;font-weight:700;color:#111827}._ErrorMessage_wfeh6_87{padding:12px;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;color:#991b1b;font-size:13px;font-weight:500;word-break:break-word}@media(max-width:768px){._CardContent_wfeh6_17{padding:20px}._Header_wfeh6_25{flex-direction:column;gap:12px}._TotalAmount_wfeh6_80{font-size:18px}}._InvoiceDetailsModal_9vg60_1{display:flex;flex-direction:column;gap:28px;padding:8px;min-width:500px;max-width:600px}._LoadingState_9vg60_10,._ErrorState_9vg60_11{padding:48px;text-align:center;color:#6b7280;font-size:14px}._Header_9vg60_19{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:20px;border-bottom:2px solid #e5e7eb}._Period_9vg60_28{display:flex;flex-direction:column;gap:6px}._PeriodLabel_9vg60_34{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._PeriodDates_9vg60_42{font-size:16px;font-weight:600;color:#111827}._SectionTitle_9vg60_49{font-size:16px;font-weight:600;color:#111827;margin:0 0 16px;letter-spacing:-.01em}._LineItems_9vg60_58{display:flex;flex-direction:column;gap:12px}._LineItem_9vg60_58{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}._LineItemLabel_9vg60_72{font-size:14px;color:#6b7280;font-weight:400}._LineItemValue_9vg60_78{font-size:14px;font-weight:500;color:#111827}._LineItemValueDiscount_9vg60_84{font-size:14px;font-weight:500;color:#059669}._Divider_9vg60_90{width:100%;height:1px;background:#e5e7eb;margin:8px 0}._TotalLine_9vg60_97{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0 8px}._TotalLabel_9vg60_105{font-size:18px;font-weight:600;color:#111827}._TotalValue_9vg60_111{font-size:24px;font-weight:700;color:#111827}._PaymentInfo_9vg60_118{display:flex;flex-direction:column;gap:12px}._InfoRow_9vg60_124{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 0}._InfoLabel_9vg60_132{font-size:13px;color:#6b7280;font-weight:500}._InfoValue_9vg60_138{font-size:13px;font-weight:500;color:#111827;font-family:monospace}._ErrorBox_9vg60_146{padding:16px;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;color:#991b1b;font-size:13px;line-height:1.5;word-break:break-word}._ErrorBox_9vg60_146 strong{font-weight:600}._RetryInfo_9vg60_161{margin-top:8px;font-size:12px;color:#7c2d12}@media(max-width:768px){._InvoiceDetailsModal_9vg60_1{min-width:unset;max-width:100%}._Header_9vg60_19{flex-direction:column;gap:12px}._TotalLabel_9vg60_105{font-size:16px}._TotalValue_9vg60_111{font-size:20px}}._InvoiceHistoryTab_1wyuf_1{max-width:800px;margin:0 auto;padding:24px;width:100%;box-sizing:border-box}._Header_1wyuf_9{margin-bottom:16px}._Title_1wyuf_13{font-size:24px;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.3;letter-spacing:-.02em}._Subtitle_1wyuf_22{font-size:14px;color:#6b7280;margin:0;font-weight:400}._InvoiceList_1wyuf_29{display:flex;flex-direction:column;gap:16px}._StateCard_1wyuf_36{background:#fff;padding:0;border-radius:12px;border:1px solid #e5e7eb;min-height:auto}._StateCard_1wyuf_36:hover{transform:none;box-shadow:0 2px 8px #00000014,0 1px 3px #0000000a}._LoadingState_1wyuf_52{padding:48px;text-align:center;color:#6b7280;font-size:14px}._EmptyState_1wyuf_60{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 32px;text-align:center}._EmptyIcon_1wyuf_69{font-size:64px;margin-bottom:16px;opacity:.5}._EmptyTitle_1wyuf_75{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}._EmptyDescription_1wyuf_82{font-size:14px;color:#6b7280;margin:0;max-width:400px;line-height:1.5}@media(max-width:768px){._InvoiceHistoryTab_1wyuf_1{padding:16px}._Title_1wyuf_13{font-size:20px}._EmptyState_1wyuf_60{padding:48px 24px}._EmptyIcon_1wyuf_69{font-size:48px}}._BillingSettingsTab_1lkzf_1{display:flex;flex-direction:column;gap:16px;max-width:800px;margin:0 auto;padding:24px;width:100%;box-sizing:border-box}._LoadingState_1lkzf_12{max-width:800px;margin:0 auto;padding:24px;width:100%;box-sizing:border-box}._LoadingContent_1lkzf_20{padding:48px;text-align:center;color:#6b7280;font-size:14px}._SettingsCard_1lkzf_27{background:#fff;padding:0;border-radius:12px;border:1px solid #e5e7eb;min-height:auto}._SettingsCard_1lkzf_27:hover{transform:none;box-shadow:0 2px 8px #00000014,0 1px 3px #0000000a}._CardContent_1lkzf_42{display:flex;flex-direction:column;gap:16px;padding:24px}._SectionTitle_1lkzf_49{font-size:18px;font-weight:600;color:#111827;margin:0;letter-spacing:-.01em}._SectionDescription_1lkzf_57{font-size:14px;color:#6b7280;margin:0}._LanguageOptions_1lkzf_64{display:flex;flex-direction:column;gap:8px;margin-top:8px}._LanguageOption_1lkzf_64{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:inherit;width:100%;text-align:start}._LanguageOption_1lkzf_64:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}._LanguageOption_1lkzf_64:disabled{opacity:.6;cursor:not-allowed}._LanguageOptionActive_1lkzf_96{background:#eff6ff;border-color:#3b82f6}._LanguageOptionActive_1lkzf_96:hover:not(:disabled){background:#dbeafe;border-color:#2563eb}._LanguageLabel_1lkzf_106{font-size:15px;font-weight:500;color:#111827}._CheckIcon_1lkzf_112{display:flex;align-items:center;justify-content:center;color:#3b82f6}._FormField_1lkzf_120{display:flex;flex-direction:column;gap:6px}._HelperText_1lkzf_126{font-size:12px;color:#6b7280;margin-top:2px}._CreditCardDisplay_1lkzf_133{display:flex;align-items:center;gap:16px;padding:20px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}._CardIcon_1lkzf_143{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#e5e7eb;border-radius:8px;color:#6b7280}._CardDetails_1lkzf_154{display:flex;flex-direction:column;gap:4px}._CardNumber_1lkzf_160{font-size:16px;font-weight:600;color:#111827}._CardExpiry_1lkzf_166{font-size:14px;color:#6b7280}._NoCard_1lkzf_171{padding:20px;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db;color:#6b7280;text-align:center;font-size:14px}._Actions_1lkzf_182{display:flex;justify-content:flex-end;padding-top:8px}@media(max-width:768px){._BillingSettingsTab_1lkzf_1{padding:16px}._CardContent_1lkzf_42{padding:20px}._CreditCardDisplay_1lkzf_133{flex-direction:column;text-align:center}._CardDetails_1lkzf_154{align-items:center}}._PushNotificationsTab_kqjyh_1{display:flex;flex-direction:column;gap:16px;max-width:800px;margin:0 auto;padding:24px;width:100%;box-sizing:border-box}._SettingsCard_kqjyh_12{background:#fff;padding:0;border-radius:12px;border:1px solid #e5e7eb;min-height:auto}._SettingsCard_kqjyh_12:hover{transform:none;box-shadow:0 2px 8px #00000014,0 1px 3px #0000000a}._CardContent_kqjyh_27{display:flex;flex-direction:column;gap:16px;padding:24px}._SectionTitle_kqjyh_34{font-size:18px;font-weight:600;color:#111827;margin:0;letter-spacing:-.01em}._SectionDescription_kqjyh_42{font-size:14px;color:#6b7280;margin:0}._StatusBadge_kqjyh_48{display:flex;align-items:center;gap:10px;padding:16px 20px;border-radius:8px;font-size:14px;font-weight:500;color:#111827}._StatusBadge_kqjyh_48[data-status=active]{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}._StatusBadge_kqjyh_48[data-status=inactive]{background:#f9fafb;border:1px solid #e5e7eb;color:#6b7280}._StatusBadge_kqjyh_48[data-status=denied]{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}._StatusDot_kqjyh_77{width:8px;height:8px;border-radius:50%;flex-shrink:0}._StatusDot_kqjyh_77[data-status=active]{background:#22c55e}._StatusDot_kqjyh_77[data-status=inactive]{background:#9ca3af}._StatusDot_kqjyh_77[data-status=denied]{background:#ef4444}._ActionButton_kqjyh_96{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease;align-self:flex-start;font-family:inherit}._ActionButton_kqjyh_96:hover:not(:disabled){background:#2563eb}._ActionButton_kqjyh_96:disabled{opacity:.6;cursor:not-allowed}._HintText_kqjyh_122{font-size:13px;color:#6b7280;margin:0}._InstructionsBox_kqjyh_128{padding:16px 20px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;font-size:14px;color:#1e40af;line-height:1.5}._DiagnosticsSection_kqjyh_138{display:flex;flex-direction:column;gap:8px;margin-top:12px}._DiagnosticRow_kqjyh_145{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;font-size:13px;color:#374151;background:#f9fafb}._DiagnosticRow_kqjyh_145[data-status=pass]{color:#166534;background:#f0fdf4}._DiagnosticRow_kqjyh_145[data-status=fail]{color:#991b1b;background:#fef2f2}._DiagnosticRow_kqjyh_145[data-status=checking]{color:#6b7280}._DiagnosticDetail_kqjyh_170{font-size:12px;color:#6b7280;margin-inline-start:auto}._DiagnosticRow_kqjyh_145[data-status=fail] ._DiagnosticDetail_kqjyh_170{color:#991b1b}._DiagnosticsButton_kqjyh_180{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:transparent;color:#3b82f6;border:1px solid #3b82f6;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease;align-self:flex-start;font-family:inherit;margin-top:8px}._DiagnosticsButton_kqjyh_180:hover:not(:disabled){background:#eff6ff}._DiagnosticsButton_kqjyh_180:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){._PushNotificationsTab_kqjyh_1{padding:16px}._CardContent_kqjyh_27{padding:20px}}._PersonaForm_1plr2_1{display:flex;flex-direction:column;gap:24px}._Actions_1plr2_8{display:flex;justify-content:center;width:100%}._Input_1plr2_14{width:100%;max-width:420px}._TextArea_1plr2_19{width:100%;max-width:66%;min-height:220px}@media(max-width:768px){._Input_1plr2_14,._TextArea_1plr2_19{max-width:100%}}._Persona_j9may_1{display:flex;flex-direction:column;gap:24px}._SettingsContent_iq596_1{display:flex;flex-direction:column;height:100%}._TabNavigation_iq596_7{display:flex;border-bottom:2px solid #e5e7eb;margin-bottom:30px;gap:0;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}._TabNavigation_iq596_7::-webkit-scrollbar{display:none}._Tab_iq596_7{padding:12px 24px;border:none;background:none;text-decoration:none;color:#666;font-weight:500;border-bottom:3px solid transparent;transition:all .2s ease;cursor:pointer}._Tab_iq596_7:hover{color:#000}._TabActive_iq596_37{font-weight:600;border-bottom-color:#000}._TabLabel_iq596_42{font-size:16px}._TabContent_iq596_46{flex:1;overflow-y:auto;overflow-x:hidden}@media(max-width:768px){._TabNavigation_iq596_7{overflow-x:auto;white-space:nowrap}._Tab_iq596_7{padding:10px 14px;font-size:14px}._TabLabel_iq596_42{font-size:14px}}._Actions_iq596_68{display:flex;justify-content:center;width:100%;padding-top:20px;max-height:60px}._ItemList_iq596_77{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}._ItemListItem_iq596_86{border:1px solid rgb(229,231,235);border-radius:8px;background-color:#fff;overflow:visible}._ItemHeader_iq596_93{display:flex;justify-content:space-between;align-items:center;padding:12px;cursor:pointer;transition:all .2s ease;height:50px}._ItemHeader_iq596_93:hover{background-color:#f9fafb}._ItemTitleText_iq596_107{flex:1;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;font-weight:500;color:#09090b;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._ItemListItemRight_iq596_120{display:flex;align-items:center;gap:12px;width:auto;min-width:fit-content}._ItemListItemActions_iq596_128{display:flex;flex-direction:row;gap:0 6px;padding:0 2px}._ItemListItemAction_iq596_128{cursor:pointer;opacity:1;transition:all .15s ease-in;height:16px;padding:0 2px}._ItemListItemAction_iq596_128:hover{fill:var(--color--primary);transform:translateY(-.1em)}._QuestionListItemActions_iq596_149{padding:0;gap:0 4px;width:52px}._ChevronIcon_iq596_155{transition:transform .2s ease}._ChevronIcon_iq596_155:hover{transform:none}._ChevronExpanded_iq596_163,._ChevronExpanded_iq596_163:hover{transform:rotate(180deg)}._QuestionContent_iq596_171{padding:16px;border-top:1px solid rgb(229,231,235);overflow:visible}._EmptyStateText_iq596_177{font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#6b7280;text-align:center;padding:24px 16px 16px}._AddButton_iq596_186{font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#111827;border:1px solid rgb(229,231,235);border-radius:10px;padding:6px;cursor:pointer;background-color:#fff;height:28px;width:28px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._AddButton_iq596_186:hover{background-color:#f9fafb;border-color:#d1d5db}._AddButton_iq596_186 svg{stroke:var(--color--black, #111827);width:20px;height:20px}._SubjectNameWrapper_iq596_215{flex:1;display:flex;align-items:center;min-width:0;overflow:hidden}._SubjectInputWrapper_iq596_223{width:100%}@media(min-width:769px){._ItemListItem_iq596_86{max-width:66%}}._ItemList_iq596_77 ._ItemListItem_iq596_86 ._SubjectInputWrapper_iq596_223 input,._ItemList_iq596_77 ._ItemListItem_iq596_86 ._SubjectInputWrapper_iq596_223 ._InputContainer_iq596_234,._ItemList_iq596_77 ._ItemListItem_iq596_86 ._SubjectInputWrapper_iq596_223 ._InputContainer_iq596_234:hover,._ItemList_iq596_77 ._ItemListItem_iq596_86 ._SubjectInputWrapper_iq596_223 ._InputContainer_iq596_234:focus-within{border:none;box-shadow:none}._ItemList_iq596_77 ._ItemListItem_iq596_86 ._SubjectInputWrapper_iq596_223 input{background:transparent;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;font-weight:500;color:#09090b;padding:0}._ItemList_iq596_77 ._ItemListItem_iq596_86 ._SubjectInputWrapper_iq596_223 ._InputContainer_iq596_234:focus-within{width:100%}._SubjectCount_iq596_254{font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:12px;color:#6b7280}._SubjectListItemActions_iq596_260{width:52px}@media(min-width:769px){._SubjectListItemActions_iq596_260{opacity:0;transition:opacity .2s ease}._ItemListItem_iq596_86:hover ._SubjectListItemActions_iq596_260{opacity:1}._QuestionListItemActions_iq596_149{opacity:0;transition:opacity .2s ease}._ItemListItem_iq596_86:hover ._QuestionListItemActions_iq596_149{opacity:1}._TrashIcon_iq596_284{opacity:0;transition:opacity .2s ease}._ItemListItem_iq596_86:hover ._TrashIcon_iq596_284{opacity:1}}._BackButtonContainer_iq596_294{border-bottom:1px solid rgb(229,231,235);font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px}._BackButton_iq596_294{font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;border:none;background:none;cursor:pointer;padding:8px;text-align:left;transition:color .2s ease;display:flex;align-items:center;gap:8px;line-height:22px}._BackButton_iq596_294 span{font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:14px;font-weight:600}._BackButton_iq596_294:hover{color:#000}._BackButton_iq596_294 svg{flex-shrink:0}.RTL ._BackButton_iq596_294 svg{transform:rotate(180deg)}._SaveButtonContainer_iq596_333{display:flex;justify-content:center;width:100%;padding-top:20px;max-height:60px}._EmptyState_o3csa_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;margin-top:80px}._EmptyStateIcon_o3csa_10{stroke:var(--color--black)}._NestedNavigationLayout_cl72m_3{display:flex;flex-direction:row;width:100%;height:100%;position:relative;overflow:hidden}._LevelWrapper_cl72m_12{display:flex;flex-direction:row;transition:transform .3s ease;position:relative;z-index:1}._LevelActive_cl72m_20{transform:translate(0);z-index:2}._LevelInactive_cl72m_25{transform:translate(100%);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._LevelDeepestActive_cl72m_35{z-index:3;flex:1}._Sidebar_cl72m_40{width:200px;border-right:1px solid #e2e8f0;overflow-y:auto}._MainContent_cl72m_47{flex:1;overflow-y:auto}@media(max-width:768px){._NestedNavigationLayout_cl72m_3{flex-direction:column;overflow-x:hidden}._LevelWrapper_cl72m_12{flex-direction:column;position:static;transform:none;width:100%;height:auto;border-bottom:1px solid #e2e8f0}._LevelInactive_cl72m_25{transform:none;position:static;display:none}._Sidebar_cl72m_40{width:100%;min-width:0;border-right:0;border-bottom:1px solid #e2e8f0}._LevelActive_cl72m_20 ._MainContent_cl72m_47{display:none}._LevelDeepestActive_cl72m_35 ._MainContent_cl72m_47{display:block}._MainContent_cl72m_47{overflow-x:hidden}}._Sidebar_1unvy_2{background:#fff;border-right:1px solid #e2e8f0;overflow-y:auto}._SidebarHeader_1unvy_8{padding:16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._SidebarHeader_1unvy_8 h3{margin:0;font-size:16px;font-weight:600;color:var(--color--black)}._SidebarList_1unvy_22{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}._SidebarListItem_1unvy_30{display:flex;flex-direction:row;width:100%;align-items:center;padding:16px 10px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);background-color:transparent;margin:2px 0;font-size:15px;font-weight:500;color:var(--color--black);letter-spacing:-.01em;gap:0 8px}._SidebarListItem_1unvy_30:hover{background-color:#00000008}._SidebarListItem_1unvy_30._Active_1unvy_52{color:var(--color--primary);background-color:#00000008}._SidebarListItemActions_1unvy_57{display:flex;flex-direction:row;gap:0 8px}._SidebarListItemAction_1unvy_57{cursor:pointer;opacity:0;transition:all .15s ease-in;width:16px}._SidebarListItemAction_1unvy_57:hover{fill:var(--color--primary);transform:translateY(-.1em)}._SidebarListItem_1unvy_30:hover ._SidebarListItemAction_1unvy_57{opacity:1}._DeleteIcon_1unvy_78{width:18px}._AddButton_1unvy_82{font-size:12px;width:2.5em;height:2.5em;padding:.5em}._AddButton_1unvy_82:hover{transform:translateY(-.1em)}._AddButton_1unvy_82:hover svg{stroke:var(--color--primary)}._AddButton_1unvy_82 svg{stroke:var(--color--black);stroke-width:2px}._ScenarioModules_m8lnc_1{display:flex;flex-direction:row;width:100%;height:100%}._EmptyState_m8lnc_8{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;margin-top:80px}._EmptyStateIcon_m8lnc_17{stroke:var(--color--black)}._ScenarioLayout_m8lnc_21{display:flex;flex-direction:row;width:100%;height:100%}._MainContent_m8lnc_41{width:100%;height:100%;overflow-y:auto}._ScenarioStepsList_m8lnc_46 ._MainContent_m8lnc_41{padding:20px}._Sidebar_m8lnc_53{background:#fff;border-right:1px solid #e2e8f0;overflow-y:auto}._SidebarSection_m8lnc_59{padding:16px;border-bottom:1px solid #f1f5f9}._SidebarSection_m8lnc_59:last-child{border-bottom:none}._SidebarSection_m8lnc_59 h4{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--color--gray-600);text-transform:uppercase;letter-spacing:.05em}._SidebarHeader_m8lnc_77{padding:16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._SidebarList_m8lnc_85{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}._SidebarListItem_m8lnc_93{display:flex;flex-direction:row;width:100%;align-items:center;padding:16px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);background-color:transparent;margin:2px 0;font-size:15px;font-weight:500;color:var(--color--black);letter-spacing:-.01em}._SidebarListItem_m8lnc_93._Active_m8lnc_109{color:var(--color--primary);background-color:#00000008}._AddButton_m8lnc_114{width:25px;height:25px;border:1px solid var(--color--black)}._AddButton_m8lnc_114:hover{transform:translateY(.1em)}._AddButton_m8lnc_114 svg{stroke:var(--color--black);stroke-width:3px}._SidebarListItem_m8lnc_93:hover{background-color:#00000008}._SidebarListItem_m8lnc_93:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}._ScenarioStepsList_m8lnc_46{background:#fff;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:16px}._ScenarioStep_m8lnc_46{padding:20px;overflow-x:hidden;height:100%}._StepHeader_m8lnc_150{margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e2e8f0;position:relative;padding-left:50px}._StepHeader_m8lnc_150 h3{margin:0;font-size:18px;font-weight:600;color:var(--color--black)}._DeleteStepButton_m8lnc_166{position:absolute;left:0;top:50%;transform:translateY(-50%);background:transparent;border:1px solid transparent;border-radius:6px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#6b7280;z-index:5}._DeleteStepButton_m8lnc_166:hover{background:#ef44441a;border-color:#ef44444d;color:#ef4444;transform:translateY(-50%) scale(1.05)}._ResponsesSection_m8lnc_191{margin-top:24px}._ResponsesSectionHeader_m8lnc_194{display:flex;flex-direction:row;align-items:center;gap:0 16px;margin-bottom:20px;padding:16px 0;border-bottom:1px solid #e2e8f0}._ResponsesSection_m8lnc_191 h4{margin:0;font-size:18px;font-weight:600;color:var(--color--black);text-transform:uppercase;letter-spacing:.05em}._ResponseItem_m8lnc_213{padding:16px;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:16px;background-color:#f8fafc}._ScenarioStepResponse_m8lnc_222{padding:24px;margin-bottom:0;border-bottom:2px solid #f1f5f9;position:relative;background-color:#f1f5f9}._ScenarioStepResponse_m8lnc_222:nth-child(odd){background-color:#e2e8f0}._ScenarioStepResponse_m8lnc_222:nth-child(2n){background-color:#f1f5f9}._ScenarioStepResponse_m8lnc_222:hover{background-color:#f8fafc;transition:background-color .2s ease}._ScenarioStepResponse_m8lnc_222:nth-child(odd):hover{background-color:#e2e8f0}._ScenarioStepResponse_m8lnc_222:nth-child(2n):hover{background-color:#f1f5f9}._ResponseContentSection_m8lnc_253{margin-bottom:24px;padding-bottom:20px}._ResponseWithActions_m8lnc_257{display:flex;flex-direction:column;align-items:flex-end;width:100%}._ChatBubble_m8lnc_264{margin-bottom:12px;max-width:min(550px,100%);margin-top:48px;word-wrap:break-word;overflow-wrap:break-word}._TriggerChatBubble_m8lnc_273{max-width:min(550px,100%);word-wrap:break-word;overflow-wrap:break-word}._ResponseActions_m8lnc_279{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin-left:20px;gap:12px;max-width:100%}._EndingMessage_m8lnc_289{margin-top:42px}._ActionButton_m8lnc_292{position:relative;flex-shrink:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._TextArea_m8lnc_33{width:100%;max-width:500px;height:100px;min-height:50px;margin-bottom:16px}._ScenarioStepResponse_m8lnc_222 hr{margin:24px 0;border:none;border-top:1px solid #e2e8f0}._ConditionalFields_m8lnc_318{margin-top:20px;padding:16px;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 1px 2px #0000000d}._ConditionalFields_m8lnc_318 label{display:block;margin-bottom:8px;font-weight:500;color:var(--color--gray-700)}._DeleteResponseButton_m8lnc_335{position:absolute;top:12px;left:12px;z-index:5;background:transparent;border:1px solid transparent;border-radius:6px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#6b7280}._DeleteResponseButton_m8lnc_335:hover{background:#ef44441a;border-color:#ef44444d;color:#ef4444;transform:scale(1.05)}@media(max-width:1024px){._ResponseActions_m8lnc_279{margin-left:0;justify-content:flex-start}._ChatBubble_m8lnc_264,._TriggerChatBubble_m8lnc_273{max-width:100%}._ActionButton_m8lnc_292{min-width:auto;flex:1 1 auto}}@media(max-width:768px){._ScenarioStep_m8lnc_46{padding:16px}._ResponseActions_m8lnc_279{flex-direction:column;align-items:stretch;width:100%;gap:8px}._ActionButton_m8lnc_292{width:100%;min-width:auto}._ScenarioStepResponse_m8lnc_222{padding:16px}}._chatBubble_1ba6n_1{position:relative;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;min-width:250px;transition:all .2s ease}._chatBubble_1ba6n_1:hover{box-shadow:0 4px 12px #00000026}._topBar_1ba6n_17{height:4px;width:100%}._content_1ba6n_23{padding:16px;display:flex;gap:12px;align-items:flex-start}._AgentContainer_1ba6n_32{width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;position:relative}._AgentIcon_1ba6n_43{position:absolute;width:18px;height:auto}._ShowSendIcon_1ba6n_49{padding-bottom:28px}._textContainer_1ba6n_54{flex:1;min-width:0;margin-top:6px}._text_1ba6n_54{color:#333;line-height:1.5;word-wrap:break-word;white-space:pre-wrap;cursor:default}._editable_1ba6n_68 ._text_1ba6n_54{cursor:pointer;border-bottom:1px solid rgba(0,0,0,.12);border-bottom-left-radius:0;border-bottom-right-radius:0;padding-bottom:10px;transition:all .2s ease}._editable_1ba6n_68 ._text_1ba6n_54:hover{background-color:#00000005;border-bottom-color:var(--bubble-color)}._text_1ba6n_54:empty:before{content:attr(data-placeholder);color:#999;font-style:italic;pointer-events:none}._editContainer_1ba6n_92{width:100%}._editTextarea_1ba6n_96{width:100%;min-width:360px;min-height:60px;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:inherit;line-height:1.5;resize:horizontal;outline:none;transition:border-color .2s ease}._editTextarea_1ba6n_96:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e1a}._editActions_1ba6n_116{display:flex;gap:8px;margin-top:8px;justify-content:flex-end}._editButton_1ba6n_123{padding:6px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#333;cursor:pointer;font-size:14px;transition:all .2s ease}._editButton_1ba6n_123:hover{background:#f5f5f5;border-color:#ccc}._editButton_1ba6n_123:first-child{background:#22c55e;color:#fff;border-color:#22c55e}._editButton_1ba6n_123:first-child:hover{background:#16a34a;border-color:#16a34a}._sendIcon_1ba6n_151{position:absolute;bottom:12px;right:12px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease}._sendIcon_1ba6n_151:hover{transform:scale(1.05);box-shadow:0 0 10px #0000001a}._rtl_1ba6n_172 ._sendIcon_1ba6n_151{right:auto;left:12px;transform:rotate(180deg)}._agent_1ba6n_181 ._content_1ba6n_23{padding-right:20px}._user_1ba6n_185 ._content_1ba6n_23{padding-left:20px}._rtl_1ba6n_172._agent_1ba6n_181 ._content_1ba6n_23{padding-right:20px;padding-left:16px}._rtl_1ba6n_172._user_1ba6n_185 ._content_1ba6n_23{padding-left:20px;padding-right:16px}@media(max-width:480px){._chatBubble_1ba6n_1{max-width:100%;min-width:auto}._content_1ba6n_23{padding:12px;gap:8px}._AgentContainer_1ba6n_32{width:32px;height:32px}._sendIcon_1ba6n_151{width:28px;height:28px;bottom:8px;right:8px}._rtl_1ba6n_172 ._sendIcon_1ba6n_151{left:8px}}._Container_c2bcq_1{display:flex;flex-direction:column;gap:8px;align-items:flex-start}._Label_c2bcq_8{font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;-webkit-user-select:none;user-select:none}._ToggleButton_c2bcq_16{position:relative;border:none;border-radius:24px;cursor:pointer;transition:all .2s ease-in-out;outline:none;padding:0;min-width:60px;display:flex;align-items:center;justify-content:center;overflow:hidden}._ToggleButton_c2bcq_16:focus-visible{box-shadow:0 0 0 3px #6366f14d}._ToggleButton_c2bcq_16:hover:not(._Disabled_c2bcq_35){transform:scale(1.02);background:#000}._ToggleButton_c2bcq_16:active:not(._Disabled_c2bcq_35){transform:scale(.98)}._Small_c2bcq_45{min-width:48px;height:24px}._Medium_c2bcq_50{min-width:60px;height:30px}._Large_c2bcq_55{min-width:60px;height:36px}._Text_c2bcq_60{font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease-in-out;z-index:1}._Active_c2bcq_69{background:#6366f1;color:#fff;border:1px solid #6366f1}._Active_c2bcq_69 ._Text_c2bcq_60{color:#fff}._Inactive_c2bcq_80{background:#f8fafc;color:#94a3b8;border:1px solid #e2e8f0}._Inactive_c2bcq_80 ._Text_c2bcq_60{color:#94a3b8}._Disabled_c2bcq_35{opacity:.5;cursor:not-allowed}._Disabled_c2bcq_35:hover,._Disabled_c2bcq_35:active{transform:none}@media(prefers-color-scheme:dark){._Label_c2bcq_8{color:#9ca3af}._Inactive_c2bcq_80{background:#000c;color:#6b7280;border:1px solid rgba(0,0,0,.6)}._Inactive_c2bcq_80 ._Text_c2bcq_60{color:#6b7280}}._LabelsContentWrapper_4yjqo_1{padding:24px;overflow:visible}._DefaultLabelsContainer_4yjqo_6{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin-bottom:24px}._DefaultLabelChip_4yjqo_14{display:inline-flex;align-items:center;gap:8px;padding:0 12px;height:32px;border-radius:999px;font-size:14px;font-weight:500;color:#0f172a;border:none;cursor:default;background:linear-gradient(180deg,#f1f5f9,#e2e8f0);box-shadow:0 0 0 1px #0000000a inset,0 1px 2px #0000000f;transition:transform .16s ease,box-shadow .16s ease}._DefaultLabelChip_4yjqo_14:hover{transform:translateY(-1px);box-shadow:0 0 0 1px #0000000f inset,0 4px 8px #0000001a}._ColorDot_4yjqo_42{width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 1px #0000001a inset;flex-shrink:0}._SectionTitle_4yjqo_50{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;padding:0}._SectionTitle_4yjqo_50+._DefaultLabelsContainer_4yjqo_6{padding-top:0}._CustomLabelsTitle_4yjqo_64{margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}._SettingsMenu_hctiy_1{width:280px;background:#fff;border-left:1px solid #e5e7eb;height:100%;display:flex;flex-direction:column;overflow-y:auto}._MenuHeader_hctiy_11{padding:24px 20px 16px;border-bottom:1px solid #e5e7eb}._MenuTitle_hctiy_16{margin:0;font-size:20px;font-weight:600;color:#111827}._MenuList_hctiy_23{list-style:none;margin:0;padding:12px 8px}._MenuItem_hctiy_29{margin-bottom:4px}._MenuLink_hctiy_33{display:flex;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;color:#6b7280;border-radius:8px;transition:all .2s ease;font-size:15px;font-weight:500}._MenuLink_hctiy_33:hover{background-color:#f3f4f6;color:#111827}._MenuLinkActive_hctiy_51{background-color:#f3f4f6;color:#111827;font-weight:600}._MenuLinkActive_hctiy_51:hover{background-color:#e5e7eb}._MenuIcon_hctiy_61{font-size:20px;flex-shrink:0;width:24px;text-align:center}._MenuLabel_hctiy_68{flex:1}@media(max-width:768px){._SettingsMenu_hctiy_1{width:100%;border-left:none;border-bottom:1px solid #e5e7eb;height:auto}._MenuHeader_hctiy_11{padding:16px}._MenuTitle_hctiy_16{font-size:18px}._MenuList_hctiy_23{padding:8px;display:flex;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}._MenuList_hctiy_23::-webkit-scrollbar{display:none}._MenuItem_hctiy_29{margin-bottom:0;margin-inline-end:4px}._MenuLink_hctiy_33{padding:10px 14px;white-space:nowrap;font-size:14px}._MenuIcon_hctiy_61{font-size:18px;width:20px}}.RTL ._MenuLink_hctiy_33,[dir=rtl] ._MenuLink_hctiy_33{direction:rtl}._SettingsLayout_1fmtg_1{display:flex;flex-direction:row;height:100%;width:100%;overflow:hidden}._Content_1fmtg_9{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:24px;gap:24px;position:relative}._PageHeader_1fmtg_19{display:flex;align-items:center;gap:8px;margin-bottom:8px}._PageTitle_1fmtg_26{font-size:24px;font-weight:600;color:var(--text-primary);text-decoration:none;display:flex;align-items:center;gap:8px}._TitleArrow_1fmtg_36{font-size:20px;color:var(--text-secondary)}._FloatingEditButton_1fmtg_41{position:fixed;bottom:24px;z-index:100}._LogoIcon_1fmtg_47{width:57px;height:57px;color:#fff}._PencilBadge_1fmtg_53{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center}._PencilIcon_1fmtg_65{width:20px;height:20px;color:#fff;fill:#fff}._PencilIcon_1fmtg_65 path{fill:#fff}@media(max-width:768px){._SettingsLayout_1fmtg_1{flex-direction:column}._Content_1fmtg_9{padding:16px}._PageTitle_1fmtg_26{font-size:20px}}._Container_1omwz_1{display:flex;flex-direction:column;gap:20px}._Table_1omwz_7{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:12px;background-color:#fff;overflow:visible;box-shadow:0 1px 3px #0000000d}._TableBody_1omwz_17{display:flex;flex-direction:column}._TableRow_1omwz_22{display:grid;grid-template-columns:1fr 80px 50px;border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}._TableRow_1omwz_22:last-child{border-bottom:none}._TableRow_1omwz_22:nth-child(2n){background-color:#f8fafc}._TableRow_1omwz_22:hover{background-color:#f9fafb!important}._TextCell_1omwz_41,._StatusCell_1omwz_42,._ActionCell_1omwz_43{padding:10px 16px;display:flex;align-items:center}._TextCell_1omwz_41{align-items:center}._RuleTextArea_1omwz_53{width:100%;margin-bottom:0!important;min-height:48px;max-height:110px;padding-bottom:10px;resize:vertical;overflow:auto}._RuleTextArea_1omwz_53 .TextAreaWrapper{border:none}._RuleTextArea_1omwz_53 textarea{border:1px solid transparent;padding:4px 10px;background:transparent;font-size:14px;line-height:1.4;transition:all .2s cubic-bezier(.4,0,.2,1);min-height:28px!important;height:28px;resize:none;overflow:hidden}._RuleTextArea_1omwz_53 textarea:hover{background-color:#f3f4f6;border-color:transparent}._RuleTextArea_1omwz_53 textarea:focus{background:#fff;border-color:#e5e7eb;box-shadow:0 2px 4px #0000000d;min-height:80px!important;height:auto;overflow-y:auto;resize:vertical}._StatusToggle_1omwz_95{margin-bottom:0!important;display:flex;justify-content:center;width:100%}._StatusToggle_1omwz_95 .ToggleSwitch{transform:scale(.65);transform-origin:center}._ActionCell_1omwz_43{justify-content:center}._DeleteBtn_1omwz_111{background:none;border:none;padding:6px;cursor:pointer;color:#9ca3af;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._DeleteBtn_1omwz_111:hover{color:#ef4444;background-color:#fee2e2}._Footer_1omwz_129{display:flex;justify-content:flex-start}._AddButton_1omwz_134{display:flex;align-items:center;gap:6px;padding:6px 14px;background-color:#000;color:#fff;border:1px solid #000;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}._AddButton_1omwz_134:hover{background-color:#222;border-color:#222;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}._EmptyState_1omwz_156{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 16px;background-color:#fff;border:1px dashed #d1d5db;border-radius:12px}._AddRuleButton_1omwz_167{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#111827;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}._AddRuleButton_1omwz_167:hover{background-color:#f9fafb;border-color:#d1d5db}@media(max-width:768px){._TableRow_1omwz_22{display:flex;flex-wrap:wrap}._TextCell_1omwz_41{width:100%;padding:8px 10px 4px}._StatusCell_1omwz_42,._ActionCell_1omwz_43{padding:0 10px 8px}._StatusToggle_1omwz_95{justify-content:flex-start;width:auto}}._Guidelines_j0y1a_1{display:flex;flex-direction:column;gap:24px;padding:24px}._SectionCard_j0y1a_8{margin-bottom:0}._RulesPlaceholder_j0y1a_12{padding:24px;text-align:center;color:var(--text-secondary, #666);font-style:italic}._SaveButtonContainer_j0y1a_19{display:flex;justify-content:flex-end;padding-top:16px}@media(max-width:768px){._Guidelines_j0y1a_1{padding:16px 12px;gap:16px}}._Container_1gg8t_3{background:#fff}._Header_1gg8t_7{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb}._HeaderTitle_1gg8t_16{font-size:15px;font-weight:600;color:#111827}._Content_1gg8t_22{padding:20px;display:flex;flex-direction:column;gap:20px}._Description_1gg8t_29{margin:0;font-size:14px;color:#6b7280;line-height:1.6}._Inputs_1gg8t_36{display:flex;flex-direction:column;gap:20px}@media(max-width:768px){._Content_1gg8t_22{padding:16px}}._Container_1s652_1{display:flex;flex-direction:column;background:#fff}._Header_1s652_7{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb}._HeaderTitle_1s652_16{font-size:15px;font-weight:600;color:#111827}._Content_1s652_22{padding:20px;display:flex;flex-direction:column;gap:16px}._Description_1s652_29{margin:0;font-size:14px;color:#6b7280}._Section_1f2pm_1{margin-bottom:24px}._SectionTitle_1f2pm_5{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}._FieldRow_1f2pm_14{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f9fafb;border-radius:8px;margin-bottom:6px}._FieldLabel_1f2pm_24{font-size:14px;color:#374151}._FieldDescription_1f2pm_29{margin:2px 0 0;font-size:12px;color:#6b7280}._EmptyCustomFields_1f2pm_35{font-size:13px;color:#9ca3af;padding:8px 12px}._Container_1h291_1{display:flex;flex-direction:column;background:#fff}._Header_1h291_7{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb}._HeaderTitle_1h291_17{font-size:15px;font-weight:600;color:#111827}._HeaderLeft_1h291_23{display:flex;align-items:center;gap:14px}._IconWrapper_1h291_29{display:flex;align-items:center;justify-content:center;padding:4px;border-radius:6px;transition:background-color .15s ease}._IconWrapper_1h291_29:hover{background-color:#e5e7eb}._Summary_1h291_42{padding:10px 20px;font-size:13px;color:#6b7280;border-bottom:1px solid #e5e7eb}._CanvasContent_1npf1_2{max-width:720px;width:100%}._TriggerSentence_1npf1_8{font-size:26px;font-weight:400;color:var(--color--gray-400, #9ca3af);line-height:2.2}._Timeline_1npf1_16{display:flex;flex-direction:column;margin-top:32px}._TimelineNode_1npf1_22{display:flex;gap:16px}._TimelineTrack_1npf1_27{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:16px}._TimelineDot_1npf1_35{width:12px;height:12px;border-radius:50%;background:var(--color--primary, #5d32d0);flex-shrink:0;margin-top:4px}._TimelineDotDashed_1npf1_44{background:transparent;border:2px dashed var(--color--primary, #5d32d0)}._TimelineStem_1npf1_49{width:2px;flex:1;background:var(--color--gray-200, #e5e7eb);min-height:24px}._TimelineNode_1npf1_22:last-child ._TimelineStem_1npf1_49{display:none}._TimelineBody_1npf1_62{flex:1;padding-bottom:24px}._TimelineHeader_1npf1_68{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}._TimelineTime_1npf1_75{font-size:14px;font-weight:600;color:var(--color--gray-500, #6b7280)}._TimelineTimeInput_1npf1_81{border:none;border-bottom:1.5px solid var(--color--gray-300, #d1d5db);background:transparent;color:var(--color--gray-700, #374151);font:inherit;font-weight:600;width:4em;text-align:center;outline:none;padding:0 2px 1px}._TimelineTimeInput_1npf1_81:focus{border-bottom-color:var(--color--primary, #5d32d0)}._RemoveBtn_1npf1_98{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:6px;background:transparent;color:var(--color--gray-400, #9ca3af);cursor:pointer;font-size:14px;transition:all .15s}._RemoveBtn_1npf1_98:hover{background:var(--color--gray-100, #f3f4f6);color:#dc2626}._StepSentence_1npf1_119{font-size:18px;font-weight:400;color:var(--color--gray-400, #9ca3af);line-height:2}._StepExpanded_1npf1_127{margin-top:6px}._StepTextarea_1npf1_131{width:100%;min-height:60px;padding:10px 12px;border:1px solid var(--color--gray-200, #e5e7eb);border-radius:8px;font-size:14px;font-family:inherit;color:var(--color--gray-900, #111827);outline:none;resize:vertical;transition:border-color .15s}._StepTextarea_1npf1_131:focus{border-color:var(--color--primary, #5d32d0);box-shadow:0 0 0 3px #5d32d01a}._TemplateWarning_1npf1_151{font-size:12px;color:#d97706;background:#fef3c7;padding:6px 10px;border-radius:6px;margin-top:6px}._AddStepBtn_1npf1_161{display:inline;background:none;border:none;border-bottom:2px dashed var(--color--primary, #5d32d0);color:var(--color--primary, #5d32d0);font-size:15px;font-weight:500;cursor:pointer;padding:0 2px 2px;margin-top:2px;transition:opacity .15s}._AddStepBtn_1npf1_161:hover{opacity:.7}._PickerOptions_1npf1_180{display:flex;flex-direction:column;padding:4px 0}._PickerOption_1npf1_180,._PickerOptionActive_1npf1_187{display:block;width:100%;text-align:start;padding:10px 16px;background:none;border:none;font-size:15px;color:var(--color--gray-700, #374151);cursor:pointer;transition:background-color .1s}._PickerOption_1npf1_180:hover{background-color:var(--color--gray-50, #f9fafb)}._PickerOptionActive_1npf1_187{font-weight:600;color:var(--color--primary, #5d32d0);background-color:var(--color--primary-light, #f3f0ff)}._PickerOptionActive_1npf1_187:hover{background-color:var(--color--primary-light, #f3f0ff)}._PickerEmpty_1npf1_214{padding:10px 16px;font-size:14px;color:var(--color--gray-400, #9ca3af);font-style:italic}._EnabledSentence_1npf1_222{font-size:18px;font-weight:400;color:var(--color--gray-400, #9ca3af);line-height:2;margin-top:16px}._FooterSummary_1npf1_231{font-size:14px;color:var(--color--gray-500, #6b7280)}._FooterSummaryBold_1npf1_236{font-weight:600;color:var(--color--gray-700, #374151)}@media(max-width:640px){._TriggerSentence_1npf1_8{font-size:20px}}._Container_a6jrg_1{padding:24px;max-width:900px}._Header_a6jrg_6{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._Title_a6jrg_13{font-size:20px;font-weight:600;color:#111827;margin:0}._Description_a6jrg_20{font-size:14px;color:#6b7280;margin:4px 0 0}._SequenceList_a6jrg_26{display:flex;flex-direction:column;gap:12px}._SequenceCard_a6jrg_32{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease}._SequenceCard_a6jrg_32:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000000d}._SequenceInfo_a6jrg_49{display:flex;flex-direction:column;gap:4px}._SequenceName_a6jrg_55{font-size:15px;font-weight:600;color:#111827}._SequenceMeta_a6jrg_61{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:12px}._Badge_a6jrg_69{display:inline-flex;align-items:center;padding:2px 8px;border-radius:9999px;font-size:12px;font-weight:500}._BadgeEnabled_a6jrg_78{background:#dcfce7;color:#166534}._BadgeDisabled_a6jrg_83{background:#f3f4f6;color:#6b7280}._BadgeLabel_a6jrg_88{background:#dbeafe;color:#1e40af}._SequenceActions_a6jrg_93{display:flex;align-items:center;gap:8px}._EmptyState_a6jrg_99{text-align:center;padding:48px 24px;color:#6b7280}._EmptyStateTitle_a6jrg_105{font-size:16px;font-weight:600;color:#374151;margin:0 0 8px}._EmptyStateText_a6jrg_112{font-size:14px;margin:0 0 24px}._ToggleSwitch_a6jrg_118{position:relative;width:44px;height:24px;background:#d1d5db;border-radius:12px;cursor:pointer;transition:background .2s;border:none;padding:0}._ToggleSwitchActive_a6jrg_130{background:#6366f1}._ToggleKnob_a6jrg_134{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s}._ToggleSwitchActive_a6jrg_130 ._ToggleKnob_a6jrg_134{transform:translate(20px)}._Btn_a6jrg_150{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s;border:none}._BtnPrimary_a6jrg_160{background:#6366f1;color:#fff}._BtnPrimary_a6jrg_160:hover{background:#4f46e5}._BtnPrimary_a6jrg_160:disabled{background:#c7d2fe;cursor:not-allowed}._BtnDanger_a6jrg_175{background:#fff;color:#dc2626;border:1px solid #fecaca}._BtnDanger_a6jrg_175:hover{background:#fef2f2}._BtnSmall_a6jrg_186{padding:4px 10px;font-size:13px}@media(max-width:640px){._SequenceCard_a6jrg_32{flex-direction:column;align-items:flex-start;gap:12px;padding:12px 16px}._SequenceMeta_a6jrg_61{flex-wrap:wrap;gap:8px}._SequenceActions_a6jrg_93{align-self:flex-end}}._Card_2n0vr_1{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:visible}._Clause_16euz_2{font-size:26px;font-weight:400;color:var(--color--gray-900, #111827);line-height:2.2;display:flex;flex-wrap:wrap;align-items:flex-start;flex-direction:column;margin-bottom:16px}._ClauseText_16euz_14{flex:1;min-width:0}._Prefix_16euz_19{color:var(--color--gray-400, #9ca3af)}._PhoneInput_16euz_24{flex:1;min-width:0;font-size:26px;font-weight:400;color:var(--color--gray-900, #111827);background:none;border:none;border-bottom:2px dashed var(--color--gray-300, #d1d5db);padding:0 4px 2px;transition:border-color .15s ease}._PhoneInput_16euz_24::placeholder{color:var(--color--gray-400, #9ca3af)}._PhoneInput_16euz_24:focus{outline:none;border-bottom-color:var(--color--primary, #5d32d0);border-bottom-style:solid}._RemoveButton_16euz_48{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;font-size:20px;color:var(--color--gray-400, #9ca3af);cursor:pointer;border-radius:6px;margin-inline-start:8px;transition:color .15s ease,background-color .15s ease;vertical-align:middle}._RemoveButton_16euz_48:hover{color:var(--color--error, #ef4444);background-color:#ef444414}._PickerCheckboxGroup_16euz_74{display:flex;flex-direction:column;gap:8px}._PickerCheckbox_16euz_74{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--color--gray-700, #374151);cursor:pointer;padding:4px 0}._PickerCheckbox_16euz_74 input[type=checkbox]{width:16px;height:16px;accent-color:var(--color--primary, #5d32d0);cursor:pointer}._LabelPickerContent_16euz_99{min-width:240px;display:flex;flex-direction:column;gap:12px}._LabelGroup_16euz_106{display:flex;flex-direction:column;gap:4px}._LabelGroupHeader_16euz_112{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color--gray-400, #9ca3af);padding:0 0 4px;border-bottom:1px solid var(--color--gray-100, #f3f4f6);margin-bottom:2px}._LabelDot_16euz_123{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}._PhoneNumbersList_16euz_132{display:flex;flex-direction:column;gap:12px;margin-top:16px;margin-bottom:8px;padding-left:24px}._PhoneNumberRow_16euz_142{display:flex;align-items:baseline;gap:8px}._RemovePhoneButton_16euz_148{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;font-size:20px;color:var(--color--gray-400, #9ca3af);cursor:pointer;border-radius:6px;margin-inline-start:8px;transition:color .15s ease,background-color .15s ease}._RemovePhoneButton_16euz_148:hover{color:var(--color--error, #ef4444);background-color:#ef444414}._AddPhoneButton_16euz_172{display:inline;font-size:26px;font-weight:500;color:var(--color--primary, #5d32d0);background:none;border:none;border-bottom:2px dashed var(--color--primary, #5d32d0);padding:0 2px 2px;cursor:pointer;transition:opacity .15s ease;margin-top:8px}._AddPhoneButton_16euz_172:hover{opacity:.7}@media(max-width:640px){._Clause_16euz_2,._PhoneInput_16euz_24{font-size:20px}}[dir=rtl] ._ClauseText_16euz_14{direction:rtl}[dir=rtl] ._RemoveButton_16euz_48{margin-inline-start:0;margin-inline-end:8px}._DialogContent_1ryje_1{display:flex;flex-direction:column;gap:20px;padding:24px;max-width:520px}._Title_1ryje_9{font-size:20px;font-weight:600;color:var(--color--gray-900, #111827);margin:0}._Description_1ryje_16{font-size:14px;color:var(--color--gray-500, #6b7280);margin:0;line-height:1.5}._LanguageSelect_1ryje_23{display:flex;flex-direction:column;gap:6px}._LanguageSelectLabel_1ryje_29{font-size:13px;font-weight:500;color:var(--color--gray-700, #374151)}._LanguageSelectInput_1ryje_35{font-size:14px;padding:8px 12px;border:1px solid var(--color--gray-200, #e5e7eb);border-radius:8px;background:var(--color--white, #fff);color:var(--color--gray-900, #111827);cursor:pointer}._LanguageSelectInput_1ryje_35:focus{outline:none;border-color:var(--color--primary, #5d32d0);box-shadow:0 0 0 2px #5d32d01a}._PreviewSection_1ryje_52{display:flex;flex-direction:column;gap:6px}._PreviewLabel_1ryje_58{font-size:13px;font-weight:500;color:var(--color--gray-700, #374151)}._WhatsappPreview_1ryje_64{background:#e5ddd5;border-radius:12px;padding:20px 16px;display:flex;justify-content:center}._WhatsappBubble_1ryje_72{background:#fff;border-radius:8px;box-shadow:0 1px 2px #00000021;max-width:340px;width:100%;overflow:hidden}._BubbleHeaderImage_1ryje_81{width:100%;height:auto;display:block;border-radius:8px 8px 0 0}._BubbleBody_1ryje_88{padding:8px 12px 6px;font-size:14px;line-height:1.5;color:#111b21;white-space:pre-wrap;word-break:break-word;direction:auto}._BubbleBody_1ryje_88 b{font-weight:600}._ParamHighlight_1ryje_102{background:#dcf8c6;border-radius:3px;padding:0 2px;font-weight:500}._BubbleFooter_1ryje_109{padding:0 12px 8px;font-size:12px;color:#8696a0}._BubbleTimestamp_1ryje_115{display:flex;justify-content:flex-end;padding:0 12px 6px;font-size:11px;color:#8696a0}._BubbleButton_1ryje_123{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border-top:1px solid #e9edef;font-size:14px;font-weight:500;color:#00a5f4;cursor:default}._Footer_1ryje_136{display:flex;justify-content:flex-end;gap:8px}._SuccessMessage_1ryje_142{display:flex;flex-direction:column;gap:8px;padding:12px;background:var(--color--success-50, #ecfdf5);border:1px solid var(--color--success-200, #a7f3d0);border-radius:8px}._SuccessTitle_1ryje_152{font-size:14px;font-weight:600;color:var(--color--success-700, #047857);margin:0}._SuccessText_1ryje_159{font-size:13px;color:var(--color--success-600, #059669);margin:0;line-height:1.5}._ErrorMessage_1ryje_166{font-size:13px;color:var(--color--error, #ef4444);margin:0}._Container_1owlp_1{display:flex;flex-direction:column;gap:12px}._StatusBadge_1owlp_7{display:inline-flex;align-items:center;align-self:flex-start;font-size:12px;font-weight:600;padding:4px 10px;border-radius:9999px}._StatusApproved_1owlp_17{background:var(--color--success-50, #ecfdf5);color:var(--color--success-700, #047857)}._StatusPending_1owlp_22{background:#fffbeb;color:#b45309}._CanvasContentWide_fs4na_1{max-width:1100px}._BuilderContent_fs4na_5{display:flex;flex-direction:row;gap:40px;padding:40px 24px;margin:0 auto;align-items:flex-start}._FormSection_fs4na_14{flex:1;min-width:0;display:flex;flex-direction:column;gap:32px}._Description_fs4na_22{font-size:16px;color:var(--color--gray-600, #6b7280);margin:0;line-height:1.6;text-align:center}._PreviewAside_fs4na_30{flex-shrink:0;width:340px;position:sticky;top:0}@media(max-width:768px){._BuilderContent_fs4na_5{flex-direction:column}._PreviewAside_fs4na_30{width:100%;position:static}._CanvasContentWide_fs4na_1{max-width:900px}}@media(max-width:640px){._BuilderContent_fs4na_5{padding:24px 16px}._Description_fs4na_22{font-size:14px}}._Container_11oxs_1{padding:24px;max-width:900px}._Header_11oxs_6{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._Title_11oxs_13{font-size:20px;font-weight:600;color:#111827;margin:0}._Description_11oxs_20{font-size:14px;color:#6b7280;margin:4px 0 0}._RuleList_11oxs_26{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}._RuleItem_11oxs_33{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease}._RuleItem_11oxs_33:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000000d}._RuleInfo_11oxs_49{flex:1;min-width:0}._RuleTitle_11oxs_54{font-size:15px;font-weight:600;color:#111827;margin:0 0 4px}._RuleDetails_11oxs_61{font-size:13px;color:#6b7280;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._RuleActions_11oxs_70{display:flex;gap:8px;flex-shrink:0}._BtnEdit_11oxs_76,._BtnDelete_11oxs_77{padding:8px;border-radius:6px;cursor:pointer;transition:all .15s;border:1px solid transparent;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center}._BtnEdit_11oxs_76:hover{background:#f3f4f6;color:#374151}._BtnDelete_11oxs_77{color:#dc2626}._BtnDelete_11oxs_77:hover{background:#fef2f2}._BtnEdit_11oxs_76 svg,._BtnDelete_11oxs_77 svg{display:block}._BtnEdit_11oxs_76:hover svg{fill:#374151}._BtnDelete_11oxs_77:hover svg{fill:#dc2626}._EmptyState_11oxs_116{text-align:center;padding:48px 24px;color:#6b7280}._EmptyStateTitle_11oxs_122{font-size:16px;font-weight:600;color:#374151;margin:0 0 8px}._EmptyStateText_11oxs_129{font-size:14px;margin:0 0 24px}._ToggleSwitch_11oxs_135{position:relative;width:44px;height:24px;background:#d1d5db;border-radius:12px;cursor:pointer;transition:background .2s;border:none;padding:0}._ToggleSwitchActive_11oxs_147{background:#6366f1}._ToggleKnob_11oxs_151{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s}._ToggleSwitchActive_11oxs_147 ._ToggleKnob_11oxs_151{transform:translate(20px)}._Btn_11oxs_76{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s;border:none}._BtnPrimary_11oxs_177{background:#6366f1;color:#fff}._BtnPrimary_11oxs_177:hover{background:#4f46e5}._BtnPrimary_11oxs_177:disabled{background:#c7d2fe;cursor:not-allowed}._BtnDanger_11oxs_192{background:#fff;color:#dc2626;border:1px solid #fecaca}._BtnDanger_11oxs_192:hover{background:#fef2f2}._BtnSmall_11oxs_203{padding:4px 10px;font-size:13px}._SaveButtonContainer_11oxs_208{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:100}[dir=rtl] ._Header_11oxs_6{flex-direction:row-reverse}@media(max-width:640px){._Container_11oxs_1{padding:16px}._Header_11oxs_6{flex-direction:column;align-items:flex-start;gap:12px}}._Actions_1j73j_4{display:flex;justify-content:center;width:100%}._Input_1j73j_10{width:100%;max-width:420px}._TextArea_1j73j_15{width:100%;max-width:66%;min-height:220px}@media(max-width:768px){._Input_1j73j_10,._TextArea_1j73j_15{max-width:100%}}._Layout_1ijky_1{display:flex;flex-direction:column;min-height:100dvh;overflow:hidden}._Navbar_1ijky_8{position:fixed;height:50px;top:env(safe-area-inset-top,0px);left:0;right:0;z-index:100;transition:top .2s ease}._AppWrapper_1ijky_18{z-index:1;display:flex;flex-direction:row;overflow:hidden;padding-top:calc(50px + env(safe-area-inset-top,0px));flex-grow:1;position:relative;height:100%;transition:padding-top .2s ease}._AppLayout_1ijky_33:has([class*=FreeUserQuotaBar]) ._Navbar_1ijky_8{top:32px}._AppLayout_1ijky_33:has([class*=FreeUserQuotaBar]) ._AppWrapper_1ijky_18{padding-top:82px}._AppLayout_1ijky_33:has([class*=ImpersonationBanner]) ._Navbar_1ijky_8{top:32px}._AppLayout_1ijky_33:has([class*=ImpersonationBanner]) ._AppWrapper_1ijky_18{padding-top:82px}._AppLayout_1ijky_33:has([class*=ImpersonationBanner]):has([class*=FreeUserQuotaBar]) ._Navbar_1ijky_8{top:64px}._AppLayout_1ijky_33:has([class*=ImpersonationBanner]):has([class*=FreeUserQuotaBar]) ._AppWrapper_1ijky_18{padding-top:114px}._AppLayout_1ijky_33:has([class*=ImpersonationBanner]) [class*=FreeUserQuotaBar]{top:32px}._Main_1ijky_64{height:100%;width:100%;margin:0 auto;position:relative;box-shadow:2px 2px 6px #0003;border:1px solid #e0e0e0;z-index:10}._PublicLayout_1ijky_75 ._Main_1ijky_64{padding-top:88px}._StudioLayout_1ijky_79{display:flex;flex-direction:column;min-height:100dvh;overflow:hidden}._AppLayout_1ijky_33 ._Main_1ijky_64{max-width:none;overflow:hidden;display:flex;flex-direction:row;height:100%}._AppLayout_1ijky_33 ._Main_1ijky_64>*{flex:1}._FullHeight_1ijky_98{height:100dvh}._EditAgentIcon_1ijky_102{position:fixed!important;bottom:10px;right:10px;z-index:100}._ExternalAppsLayout_1ijky_109{background:#fff}._ExternalAppsLayout_1ijky_109 ._AppWrapper_1ijky_18{padding-top:0}._ExternalAppsLayout_1ijky_109 ._Main_1ijky_64{display:flex;flex-direction:column;box-shadow:none;border:none}@media(max-width:968px){._Layout_1ijky_1{overflow:visible}._AppWrapper_1ijky_18,._AppLayout_1ijky_33 ._Main_1ijky_64{overflow:visible;height:auto}}._Modal_1oog9_1{width:100%;max-width:720px}._Form_1oog9_6{display:flex;flex-direction:column;gap:16px}._Title_1oog9_12{font-size:24px;font-weight:600;margin:0 0 4px;color:#1a1a1a}._Description_1oog9_19{color:#585858;font-size:14px;line-height:1.5;margin:0}._Actions_1oog9_26{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}._ErrorText_1oog9_33{color:#dc2626;font-size:13px;margin-top:4px}._SuccessText_1oog9_39{color:#16a34a;font-size:16px;text-align:center;padding:40px 0}._LoginButton_1fvtk_1{height:36px;margin-left:30px}._LoginButton_1fvtk_1 svg{margin-right:0}._AppNavbar_1fvtk_9{display:flex;align-items:center;justify-content:space-between}._ShowMessageBar_1fvtk_15{margin-top:48px}._ShowMessageBar_1fvtk_15 ._AppNavbar_1fvtk_9{margin-top:48px;padding-top:48px}._QuotaLimitAttentionMessage_1fvtk_24{width:100vw;left:0;top:0;position:relative;z-index:1000;background:#ffe0e0;color:#900;text-align:center;padding:12px 0;font-weight:700;box-sizing:border-box;position:fixed}._InviteButton_1fvtk_39{cursor:pointer;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;transition:border-color .2s ease}._InviteButton_1fvtk_39:hover{border-color:#fff}._InviteButton_1fvtk_39 svg{fill:#fff;width:16px;height:16px}._UserMenuHeader_1fvtk_62{display:flex;align-items:center;gap:10px;padding:8px 4px;min-width:200px}._UserMenuHeaderInfo_1fvtk_70{display:flex;flex-direction:column;gap:1px}._UserMenuHeaderName_1fvtk_76{font-size:13px;font-weight:600;color:#111827}._UserMenuHeaderEmail_1fvtk_82{font-size:11px;color:#6b7280}._UserMenuHeaderBadge_1fvtk_87{display:inline-block;margin-top:3px;padding:1px 6px;border-radius:9999px;background:#ede9fe;color:#6d28d9;font-size:10px;font-weight:500}._BottomActionsRow_1fvtk_98{display:flex;align-items:center;justify-content:space-between;width:100%;gap:4px}._AdminButton_1fvtk_106,._LogoutButton_1fvtk_107{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;border:none;background:none;cursor:pointer;font-size:13px;color:#111827;transition:background-color .15s}._AdminButton_1fvtk_106:hover{background:#f3f4f6}._LogoutButton_1fvtk_107:hover{background:#fef2f2;color:#ef4444}._FreeUserQuotaBar_1kivp_1{background-color:var(--color--primary);color:var(--color--white);padding:6px 24px;font-size:13px;font-weight:500;height:32px;width:100vw;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:16px;text-align:center;border-radius:0;position:fixed;top:0;left:0;right:0;z-index:1001}._FreeUserQuotaBar_1kivp_1._HighUsage_1kivp_23{background-color:var(--color--orange)}._Content_1kivp_27{display:flex;align-items:center;gap:16px}._UsageText_1kivp_33{white-space:nowrap}._CloseButton_1kivp_37{position:absolute;inset-inline-end:16px;background:transparent;border:none;color:var(--color--white);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s ease}._CloseButton_1kivp_37:hover{opacity:1}._ImpersonationBanner_6kau2_1{background-color:var(--color--red, #dc3545);color:var(--color--white);padding:6px 24px;font-size:13px;font-weight:500;height:32px;width:100vw;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:16px;text-align:center;border-radius:0;position:fixed;top:0;left:0;right:0;z-index:1002}._Content_6kau2_23{display:flex;align-items:center;gap:12px}._Text_6kau2_29{white-space:nowrap}._Text_6kau2_29 strong{font-weight:700}._UserId_6kau2_37{margin-inline-start:4px;opacity:.8;font-size:11px}._Dropdown_wgc4d_1{position:relative;display:inline-block}._Chevron_wgc4d_6{transition:transform .2s ease}._Rotated_wgc4d_10{transform:rotate(180deg)}._Overlay_wgc4d_14{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:transparent}._Menu_wgc4d_24{position:absolute;top:100%;left:0;right:0;z-index:1001}._AssistantDropdown_rmi6v_1{position:relative;display:inline-block;width:200px}._DropdownTrigger_rmi6v_7{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;background-color:transparent;border:1px solid rgba(255,255,255,.25);cursor:pointer;width:100%;transition:all .2s ease}._DropdownTrigger_rmi6v_7:hover,._DropdownTrigger_rmi6v_7._Open_rmi6v_25{background-color:#ffffff12;border-color:#ffffff73}._AssistantInfo_rmi6v_30{flex:1;min-width:0}._AssistantName_rmi6v_35{font-weight:500;font-size:14px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}._DropdownTrigger_rmi6v_7 .Icon{color:#fff}._DropdownOverlay_rmi6v_49{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}._DropdownMenu_rmi6v_58{position:absolute;top:100%;left:0;width:max-content;min-width:100%;max-width:450px;margin-top:6px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #00000014;z-index:1001;max-height:300px;overflow-y:auto;overflow-x:visible}@media(max-width:768px){._DropdownMenu_rmi6v_58{max-width:265px;left:-20px;right:auto}.RTL ._DropdownMenu_rmi6v_58{left:auto;right:-20px}}._DropdownTitle_rmi6v_89{padding:12px 16px 10px;font-size:13px;font-weight:600;color:#1a1a1a;border-bottom:1px solid #e0e0e0;margin-bottom:4px}._AssistantList_rmi6v_98{display:flex;flex-direction:column;padding:6px;gap:2px}._AssistantItem_rmi6v_105{display:flex;align-items:center;padding:10px 14px;cursor:pointer;border-radius:4px;border:1px solid transparent;transition:all .15s ease}._AssistantItem_rmi6v_105:hover{background-color:#f7f7fa}._AssistantItem_rmi6v_105._Active_rmi6v_119{background-color:#f7f7fa;border-color:#e0e0e0}._AssistantItem_rmi6v_105._Active_rmi6v_119:hover{background-color:#f0f0f0;border-color:#e0e0e0}._AssistantItemName_rmi6v_129{font-weight:400;font-size:14px;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;line-height:1.5}._AssistantItem_rmi6v_105._Active_rmi6v_119 ._AssistantItemName_rmi6v_129{font-weight:500;color:#1a1a1a}._Loading_rmi6v_145{padding:12px 16px;color:#585858;font-size:14px;text-align:center}._Divider_rmi6v_152{height:1px;background-color:#e0e0e0;margin:6px 8px}@media(max-width:768px){._AssistantDropdown_rmi6v_1{max-width:150px}}._Modal_1xhw5_1{width:100%;max-width:1024px}._InviteModalContent_1xhw5_6{display:flex;flex-direction:column;gap:20px}._Title_1xhw5_12{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._Description_1xhw5_19{color:#585858;font-size:14px;line-height:1.6;margin:0 0 8px}._LoadingContainer_1xhw5_26{display:flex;justify-content:center;align-items:center;padding:40px 0}._Error_1xhw5_33{color:#d32f2f;background-color:#ffebee;padding:12px 16px;border-radius:8px;font-size:14px}._LinkContainer_1xhw5_41{margin-top:4px;display:flex;flex-direction:column;gap:12px;max-width:420px}._CopyText_1xhw5_49{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background-color:#f7f7fa}._HowItWorks_1xhw5_57{margin-top:8px}._SectionTitle_1xhw5_61{font-size:15px;font-weight:600;margin:0 0 16px;color:#1a1a1a}._StepsList_1xhw5_68{display:flex;flex-direction:column;gap:16px}._Step_1xhw5_68{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;color:#333}._StepIcon_1xhw5_83{margin-top:2px;flex-shrink:0}._Referrals_1xhw5_88{padding-top:16px;border-top:1px solid #e0e0e0}._ReferralsText_1xhw5_93{font-size:14px;color:#585858}._Footer_1xhw5_98{display:flex;justify-content:center;padding-top:8px}._TermsLink_1xhw5_104{font-size:13px;color:#666;text-decoration:none;transition:color .2s}._TermsLink_1xhw5_104:hover{color:#333;text-decoration:underline}@media(max-width:768px){._GradientSidebar_1xhw5_117{min-height:200px}}._ProposalBadgeContainer_hnmye_1{display:inline-flex;align-items:center;cursor:pointer;position:relative;transition:transform .2s ease}._ProposalBadgeContainer_hnmye_1:hover{transform:scale(1.1)}._Badge_hnmye_15{background-color:var(--color-error-500, #ff4d4f)!important;color:#fff!important;font-size:10px!important;min-width:18px!important;height:18px!important;line-height:18px!important;padding:0 4px!important;border-radius:9px!important;box-shadow:0 2px 4px #0003}@keyframes _pulse_hnmye_1{0%{transform:scale(.95);box-shadow:0 0 #1890ffb3}70%{transform:scale(1);box-shadow:0 0 0 6px #1890ff00}to{transform:scale(.95);box-shadow:0 0 #1890ff00}}._EditAgentIcon_1ygu9_1{position:relative;inset-inline-end:24px;z-index:100;border-radius:50%;width:53px;height:53px;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #0000004d;background:#000;cursor:pointer;border:none;transition:transform .2s ease}._EditAgentIcon_1ygu9_1:active{transform:scale(.95)}._LogoIcon_1ygu9_23{width:57px;height:57px;color:#fff}._PencilBadge_1ygu9_29{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center}._PencilIcon_1ygu9_41{width:20px;height:20px;color:#fff;fill:#fff}._PencilIcon_1ygu9_41 path{fill:#fff}._LogosAgent_d3erm_1{min-width:320px;max-width:600px;position:relative}@keyframes _slideUp_d3erm_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _slideDown_d3erm_1{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media(max-width:768px){._LogosAgent_d3erm_1{max-width:100%;border-radius:10px 10px 0 0;animation:_slideUp_d3erm_1 .3s ease-out}._LogosAgent_d3erm_1[data-closing]{animation:_slideDown_d3erm_1 .3s ease-in forwards}._DrawerWrapper_d3erm_37{padding-top:50px!important;align-items:flex-end!important}}._CloseButton_d3erm_43{position:fixed;right:16px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#555;transition:color .2s;z-index:9999}.RTL ._CloseButton_d3erm_43{right:auto;left:16px}._CloseButton_d3erm_43:hover{color:#000}._CloseIcon_d3erm_64{width:24px!important;height:24px!important}._LoadingContainer_d3erm_69{display:flex;justify-content:center;align-items:center;width:100%}._ResetButton_d3erm_77{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#777;transition:color .2s,background-color .2s}._ResetButton_d3erm_77:hover{color:#333;background-color:#0000000d}._ResetButton_d3erm_77:disabled{opacity:.5;cursor:not-allowed}._ResetIcon_d3erm_100{width:18px!important;height:18px!important}._ThinkingSummary_q63hr_3{max-width:280px;border-top:1px solid rgba(0,0,0,.06);margin:4px 0;animation:_fadeIn_q63hr_1 .25s ease-out}@keyframes _fadeIn_q63hr_1{0%{opacity:0}to{opacity:1}}._Header_q63hr_20{display:flex;align-items:center;gap:6px;padding:6px 4px;width:100%;border:none;background:none;cursor:pointer;font-family:inherit;outline:none}._Header_q63hr_20:hover{background:#00000008}._Title_q63hr_38{font-size:11px;font-weight:500;letter-spacing:.3px;color:#94a3b8}._TitleShimmer_q63hr_45{background:linear-gradient(90deg,#0000004d,#0009,#000000e6,#0009,#0000004d,#0000004d);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:_shimmer_q63hr_1 2s ease-in-out infinite}@keyframes _shimmer_q63hr_1{0%{background-position:200% center}to{background-position:-200% center}}._Chevron_q63hr_72{color:#94a3b8;transition:transform .2s ease;flex-shrink:0}._ChevronCollapsed_q63hr_78{transform:rotate(-90deg)}._Content_q63hr_83{max-height:120px;overflow-y:auto;transition:max-height .3s ease,opacity .2s ease;opacity:1;padding:0 4px 6px 22px;font-size:12px;color:#64748b;line-height:1.5;-webkit-mask-image:linear-gradient(to bottom,black 70%,transparent 100%);mask-image:linear-gradient(to bottom,black 70%,transparent 100%)}._Content_q63hr_83::-webkit-scrollbar{width:3px}._Content_q63hr_83::-webkit-scrollbar-track{background:transparent}._Content_q63hr_83::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}._ContentCollapsed_q63hr_116{max-height:0;padding-top:0;padding-bottom:0;opacity:0;overflow:hidden}._Title_xki0h_1{display:flex;align-items:center;gap:20px;padding:10px 0}._Header_xki0h_8{display:flex;align-items:center;gap:16px}._HeaderText_xki0h_14{font-size:20px;font-weight:700;line-height:1.3;color:#1a1a1a;letter-spacing:-.02em}hr{border:0;border-top:1px solid #e5e7eb;background:none;margin:32px 0}._CheckoutCompleteModal_xki0h_29{padding:0 8px}._CheckoutCompleteModal_xki0h_29 p{line-height:1.6;color:#4b5563;font-weight:400}._WelcomeText_xki0h_41{font-size:14px;line-height:1.2;color:#374151!important;margin-bottom:10px;font-weight:500}._NextStepsList_xki0h_50{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:32px}._NextStepItem_xki0h_59{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:16px;padding:28px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;position:relative;overflow:hidden}._NextStepItem_xki0h_59:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6)}._NextStepItem_xki0h_59:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#cbd5e1}._NextStepItemTitle_xki0h_90{font-size:18px;font-weight:600;line-height:1.5;color:#1e293b;margin-bottom:20px;letter-spacing:-.01em}._InfoTiles_xki0h_99{display:flex;flex-wrap:wrap;align-items:flex-start;position:relative;gap:16px;margin-bottom:24px}._ContinueButton_xki0h_108{height:auto;width:auto;transition:all .3s ease}._Footer_xki0h_121{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}._NextStepItem_xki0h_59 button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;padding:14px 24px;font-weight:600;font-size:15px;color:#fff;transition:all .3s ease;box-shadow:0 4px 14px #10b98166;display:flex;align-items:center;gap:8px}._NextStepItem_xki0h_59 button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #10b98180;background:linear-gradient(135deg,#059669,#047857)}._NextStepItem_xki0h_59 button[data-icon=whatsapp]{background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 4px 14px #25d36666}._NextStepItem_xki0h_59 button[data-icon=whatsapp]:hover{box-shadow:0 6px 20px #25d36680;background:linear-gradient(135deg,#128c7e,#075e54)}._NextStepItem_xki0h_59 button[data-icon=web]{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 14px #6366f166}._NextStepItem_xki0h_59 button[data-icon=web]:hover{box-shadow:0 6px 20px #6366f180;background:linear-gradient(135deg,#4f46e5,#3730a3)}._toggleContainer_tv7z9_1{display:inline-flex;border-radius:8px;background-color:#f7fafc;border:1px solid #e2e8f0;overflow:hidden;flex-direction:row}.RTL ._toggleContainer_tv7z9_1{flex-direction:row-reverse}._option_tv7z9_14{padding:8px 16px;min-width:80px;border:none;background:transparent;cursor:pointer;font-size:14px;font-weight:500;color:#4a5568;transition:all .2s ease;position:relative;outline:none;text-align:center}._option_tv7z9_14:hover{background-color:#edf2f7}._option_tv7z9_14._selected_tv7z9_33{background-color:var(--color--primary);color:#fff}._option_tv7z9_14:first-child{border-right:1px solid #e2e8f0}._option_tv7z9_14:focus-visible{box-shadow:0 0 0 2px #4299e180;z-index:2}[dir=rtl] ._option_tv7z9_14:first-child{border-right:none;border-left:1px solid #e2e8f0}._disabled_tv7z9_53 ._option_tv7z9_14{opacity:.6;cursor:not-allowed;background-color:#f7fafc}._disabled_tv7z9_53 ._option_tv7z9_14._selected_tv7z9_33{background-color:#a0aec0}._helperText_tv7z9_63{display:block;font-size:12px;color:#718096;margin-top:4px}._errorMessage_tv7z9_70{display:block;font-size:12px;color:#e53e3e;margin-top:4px;font-style:normal}._hasError_tv7z9_78 ._toggleContainer_tv7z9_1{border-color:#e53e3e}._PreviewModal_1dj3v_1{padding:50px}._previewSection_1dj3v_6{font-size:14px;flex:1;display:flex;flex-direction:column;min-width:500px;max-height:600px}._mainContent_1dj3v_15{display:flex;gap:1.5em;height:100%}._sidebar_1dj3v_21{width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:20px}._controls_1dj3v_29{background:#f8f9fa;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:16px}._controlGroup_1dj3v_38{display:flex;flex-direction:column;gap:8px}._controlGroup_1dj3v_38 label{font-weight:500;color:#4a5568;font-size:14px;display:flex;align-items:center;margin:0}._previewContainer_1dj3v_53{width:100%;flex:1;background:#f5f5f5;border-radius:.5em;overflow:hidden;box-shadow:0 .25em .75em #0000001a;position:relative;display:flex;flex-direction:column}._browserChrome_1dj3v_65{background:#e0e0e0;padding:.85em;border-bottom:1px solid #ccc;flex-shrink:0}._browserControls_1dj3v_72{display:flex;gap:.4em;margin-bottom:.5em}._browserButton_1dj3v_78{width:.85em;height:.85em;border-radius:50%;background:#ccc}._browserButton_1dj3v_78:nth-child(1){background:#ff5f57}._browserButton_1dj3v_78:nth-child(2){background:#ffbd2e}._browserButton_1dj3v_78:nth-child(3){background:#28c940}._browserAddress_1dj3v_95{background:#fff;padding:.4em .85em;border-radius:.25em;font-size:.9em;color:#666}._websiteContent_1dj3v_103{position:relative;flex:1;background:#fff;overflow:hidden;display:flex}._mockContent_1dj3v_111{padding:1.4em;flex:1;position:relative}._mockHeader_1dj3v_117{height:4em;background:#f0f0f0;margin-bottom:1.4em;border-radius:.25em}._mockNav_1dj3v_124{height:3em;background:#f5f5f5;margin-bottom:2em;border-radius:.25em}._mockHero_1dj3v_131{height:20em;background:#f8f8f8;margin-bottom:2.5em;border-radius:.25em}._mockSection_1dj3v_138{padding:1.4em}._mockText_1dj3v_142{height:1.4em;background:#f0f0f0;margin-bottom:1em;border-radius:.25em;max-width:80%}._mockText_1dj3v_142:nth-child(2){max-width:60%}._mockText_1dj3v_142:nth-child(3){max-width:70%}._chatOverlay_1dj3v_158{position:absolute;bottom:1em;width:280px;font-size:11px;z-index:1000;transform:scale(.95);transform-origin:bottom right}._chatOverlay_1dj3v_158._Left_1dj3v_168{left:1em;transform-origin:bottom left}._chatOverlay_1dj3v_158._Right_1dj3v_173{right:1em;transform-origin:bottom right}._embedCode_1dj3v_179{background:#f8f9fa;border-radius:8px;padding:20px;display:flex;flex-direction:column;flex:1;min-height:0}._embedCodeHeader_1dj3v_189{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._embedCodeHeader_1dj3v_189 label{font-weight:600;color:#4a5568;font-size:15px}._copyButton_1dj3v_202{background-color:transparent;color:#666;border:1px solid #ccc;border-radius:4px;padding:4px 10px;font-size:13px;cursor:pointer;transition:all .2s}._copyButton_1dj3v_202:hover{background-color:#f5f5f5;border-color:#999}._embedCode_1dj3v_179 code{display:block;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:12px;line-height:1.5;white-space:pre;overflow-x:auto;flex:1;direction:ltr;text-align:left;color:#2d3748}@media(max-width:1200px){._previewSection_1dj3v_6{font-size:12px}._chatOverlay_1dj3v_158{width:260px;font-size:10px;transform:scale(.9)}}@media(min-width:1600px){._previewSection_1dj3v_6{font-size:16px}._chatOverlay_1dj3v_158{width:300px;font-size:12px;transform:scale(1)}}._embedInstructions_1dj3v_259{font-size:14px;color:#4a5568;margin:0 0 12px;line-height:1.5}@media(max-width:768px){._PreviewModal_1dj3v_1{padding:20px}._mainContent_1dj3v_15{flex-direction:column;gap:20px}._previewSection_1dj3v_6{min-width:unset;max-height:400px;font-size:10px}._sidebar_1dj3v_21{width:100%}._chatOverlay_1dj3v_158{width:200px;font-size:8px;transform:scale(.8)}._embedCode_1dj3v_179 code{font-size:10px}}@media(max-width:480px){._PreviewModal_1dj3v_1{padding:10px}._previewSection_1dj3v_6{max-height:300px;font-size:8px}._chatOverlay_1dj3v_158{width:160px;font-size:7px;transform:scale(.7)}._controls_1dj3v_29{padding:15px;gap:12px}._embedCode_1dj3v_179{padding:15px}._embedCode_1dj3v_179 code{font-size:9px;padding:12px}}._container_1rc0z_2{padding:24px;border-radius:16px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:20px}._title_1rc0z_12{font-size:24px;font-weight:600;margin:0 0 8px;color:#dc2626}._description_1rc0z_19{color:#585858;font-size:14px;line-height:1.6;margin:0 0 8px}._errorDetails_1rc0z_26{background:#fff5f5;border-radius:12px;padding:16px;margin:8px 0;border:1px solid #fecaca}._platformInfo_1rc0z_34{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #fecaca}._platformIcon_1rc0z_43{width:16px;height:16px;flex-shrink:0}._platformName_1rc0z_49{font-size:14px;font-weight:600;color:#1a1a1a}._errorMessage_1rc0z_55{font-size:13px;color:#dc2626;line-height:1.5;word-break:break-word}._actions_1rc0z_62{display:flex;flex-direction:column;gap:12px;margin-top:8px}._retryButton_1rc0z_69{width:100%;max-width:320px;font-size:16px;font-weight:600;border-radius:16px;padding:16px 24px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 4px 12px #dc262640}._retryButton_1rc0z_69:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._retryButton_1rc0z_69:hover:before{left:100%}._retryButton_1rc0z_69:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 8px 16px #dc262659}._retryButton_1rc0z_69:active{transform:translateY(0)}@media(max-width:480px){._container_1rc0z_2{padding:20px 16px;gap:16px}._title_1rc0z_12{font-size:22px}._retryButton_1rc0z_69{padding:14px 20px;font-size:15px}}._container_1nzxj_1{display:flex;flex-direction:column;gap:20px;padding:24px;width:100%;margin:0 auto}._title_1nzxj_10{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._description_1nzxj_17{color:#585858;font-size:14px;line-height:1.6;margin:0 0 8px}._accountSection_1nzxj_24{display:flex;flex-direction:column;gap:20px;width:100%;margin-top:8px}._accountBadge_1nzxj_32{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8f9fa;border-radius:12px;border:1px solid #e0e0e0;width:fit-content}._accountIcon_1nzxj_43{width:20px;height:20px;flex-shrink:0}._accountHandle_1nzxj_49{font-size:15px;font-weight:600;color:#1a1a1a}._connectButton_1nzxj_55{width:100%;max-width:320px;font-size:16px;font-weight:600;border-radius:16px;padding:16px 24px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;color:#fff}._connectButton_1nzxj_55:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._connectButton_1nzxj_55:hover:before{left:100%}._connectButton_1nzxj_55:hover{transform:translateY(-2px);filter:brightness(1.05)}._connectButton_1nzxj_55:active{transform:translateY(0)}._connectButton_1nzxj_55[data-platform=waba]:hover{box-shadow:0 10px 24px #25d36659!important}._connectButton_1nzxj_55[data-platform=instagram]:hover{box-shadow:0 10px 24px #e4405f59!important}._connectButton_1nzxj_55[data-platform=messenger]:hover{box-shadow:0 10px 24px #0084ff59!important}@media(max-width:640px){._container_1nzxj_1{padding:20px 16px;gap:16px}._title_1nzxj_10{font-size:22px}._description_1nzxj_17{font-size:14px}._accountBadge_1nzxj_32{padding:10px 14px}._accountHandle_1nzxj_49{font-size:14px}._connectButton_1nzxj_55{padding:14px 20px;font-size:15px}}._MetaStep_1rhmm_4{padding:24px;border-radius:16px;width:100%;margin:0 auto}._WabaLoginButton_1rhmm_12{width:100%;max-width:320px;font-size:16px;font-weight:600;border-radius:16px;padding:18px 32px;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #25d3664d;margin-bottom:20px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:12px;line-height:1.5;position:relative;overflow:hidden}._WabaLoginButton_1rhmm_12:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._WabaLoginButton_1rhmm_12:hover:before{left:100%}._WabaLoginButton_1rhmm_12:hover{transform:translateY(-3px);box-shadow:0 16px 32px #25d36666;filter:brightness(1.05)}._WabaLoginButton_1rhmm_12:active{transform:translateY(-1px)}._WabaLoginButton_1rhmm_12:disabled{opacity:.7;cursor:not-allowed;transform:none}._WabaLoginButton_1rhmm_12:disabled:before{display:none}._MessengerLoginButton_1rhmm_77{width:100%;max-width:320px;font-size:16px;font-weight:600;border-radius:16px;padding:18px 32px;background:linear-gradient(135deg,#0084ff,#06c);color:#fff;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #0084ff4d;margin-bottom:20px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:12px;line-height:1.5;position:relative;overflow:hidden}._MessengerLoginButton_1rhmm_77:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._MessengerLoginButton_1rhmm_77:hover:before{left:100%}._MessengerLoginButton_1rhmm_77:hover{transform:translateY(-3px);box-shadow:0 16px 32px #0084ff66;filter:brightness(1.05)}._MessengerLoginButton_1rhmm_77:active{transform:translateY(-1px)}._MessengerLoginButton_1rhmm_77:disabled{opacity:.7;cursor:not-allowed;transform:none}._MessengerLoginButton_1rhmm_77:disabled:before{display:none}._MetaPartnerBadge_1rhmm_142{display:inline-flex;align-items:center;gap:6px;margin:20px 0;padding:6px 12px;background:linear-gradient(135deg,#0081fb,#0064e0);border-radius:20px;box-shadow:0 2px 8px #0064e033;width:fit-content}._MetaPartnerText_1rhmm_154{color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._HowItWorks_1rhmm_163{margin-top:8px;margin-bottom:24px}._SectionTitle_1rhmm_168{font-size:15px;font-weight:600;margin:0 0 16px;color:#1a1a1a}._StepsList_1rhmm_175{display:flex;flex-direction:column;gap:16px}._Step_1rhmm_175{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;color:#333}._LoginNote_1rhmm_190{font-size:13px;color:#666;margin-top:12px;line-height:1.5}._CompleteContainer_1rhmm_198{display:flex;flex-direction:column;gap:20px}._MetaStepTitle_1rhmm_204{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._MetaStepDescription_1rhmm_211{color:#585858;font-size:14px;line-height:1.6;margin:0 0 8px}._ConnectionDetails_1rhmm_218{background:#f8f9fa;border-radius:12px;padding:16px;margin:8px 0;width:100%;display:flex;flex-direction:column;gap:12px}._DetailItem_1rhmm_229{display:flex;align-items:center;justify-content:space-between;gap:12px}._DetailLabel_1rhmm_236{color:#666;font-size:14px;font-weight:500;flex-shrink:0}._DetailValue_1rhmm_243{color:#1a1a1a;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}._PlatformIcon_1rhmm_252{width:16px;height:16px;flex-shrink:0}._CompleteButton_1rhmm_258{width:100%;max-width:320px;font-size:16px;font-weight:600;border-radius:16px;padding:16px 24px;color:#fff;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;margin-top:8px}._CompleteButton_1rhmm_258:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._CompleteButton_1rhmm_258:hover:before{left:100%}._CompleteButton_1rhmm_258:hover{transform:translateY(-2px);filter:brightness(1.05)}._CompleteButton_1rhmm_258:active{transform:translateY(0)}._CompleteButton_1rhmm_258[data-platform=waba]:hover{box-shadow:0 8px 16px #25d36659!important}._CompleteButton_1rhmm_258[data-platform=instagram]:hover{box-shadow:0 8px 16px #e4405f59!important}._CompleteButton_1rhmm_258[data-platform=messenger]:hover{box-shadow:0 8px 16px #0084ff59!important}._MessengerStep_v12p2_1{padding:24px;border-radius:16px;text-align:right;background:#fff}.RTL ._MessengerStep_v12p2_1{direction:rtl}._LoginContainer_v12p2_12{max-width:100%;margin:0 auto;text-align:center}._MessengerStepTitle_v12p2_18{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}._MessengerStepDescription_v12p2_26{display:flex;align-items:center;justify-content:center;gap:8px;font-size:18px;color:#4b5563;margin-bottom:12px}._MessengerIcon_v12p2_36{flex-shrink:0;position:relative}._MessengerStepSubdescription_v12p2_41{font-size:16px;color:#666;margin-bottom:24px;line-height:1.5}._InfoContainer_v12p2_48{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:24px}._InfoItem_v12p2_55{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border-radius:8px;margin-bottom:8px;border:1px solid #e5e7eb;transition:all .2s ease}._InfoItem_v12p2_55:last-child{margin-bottom:0}._InfoItem_v12p2_55:hover{border-color:#0084ff;box-shadow:0 2px 4px #0084ff1a}._InfoIcon_v12p2_76{width:24px;height:24px;flex-shrink:0}._InfoContent_v12p2_82{flex:1}._InfoLabel_v12p2_86{font-size:14px;color:#6b7280;margin-bottom:4px}._InfoValue_v12p2_92{font-size:16px;font-weight:500;color:#1a1a1a}._CopyButton_v12p2_98{font-size:14px;color:#0084ff;cursor:pointer;padding:4px 8px;border-radius:4px;background:#0084ff1a;transition:all .2s ease}._CopyButton_v12p2_98:hover{background:#0084ff33}._ProcessNote_v12p2_112{background:#f8f9fa;border-radius:12px;padding:16px;margin-bottom:24px;font-size:15px;color:#4b5563;line-height:1.6;text-align:center}._ProcessNoteItem_v12p2_123{margin-bottom:8px}._ProcessNoteItem_v12p2_123:last-child{margin-bottom:0}._MessengerFacebookLogin_v12p2_131{width:100%;font-size:16px;font-weight:600;border-radius:12px;padding:14px 24px;background:var(--color-primary);color:#fff;border:none;cursor:pointer;transition:all .2s ease;margin-bottom:16px}._MessengerFacebookLogin_v12p2_131:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #2563eb4d}._MessengerFacebookLogin_v12p2_131:active{transform:translateY(0)}._LoginNote_v12p2_154{font-size:14px;color:#6b7280;margin-top:8px}._container_v12p2_160{position:relative;min-height:400px}._InstagramStep_v12p2_166{padding:24px;border-radius:16px;margin:0 auto;width:100%}._InstagramStepTitle_v12p2_173{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._InstagramStepDescription_v12p2_180{color:#585858;font-size:14px;line-height:1.6;margin:0 0 8px}._InstagramStepSubdescription_v12p2_187{font-size:14px;color:#585858;margin-bottom:20px;line-height:1.6}._MetaPartnerBadge_v12p2_194{display:inline-flex;align-items:center;gap:6px;margin:20px 0;padding:6px 12px;background:linear-gradient(135deg,#0081fb,#0064e0);border-radius:20px;box-shadow:0 2px 8px #0064e033}._MetaPartnerText_v12p2_205{color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._HowItWorks_v12p2_213{margin-top:8px;margin-bottom:24px}._SectionTitle_v12p2_218{font-size:15px;font-weight:600;margin:0 0 16px;color:#1a1a1a}._StepsList_v12p2_225{display:flex;flex-direction:column;gap:16px}._Step_v12p2_225{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;color:#333}._InstagramLoginButton_v12p2_240{width:100%;max-width:320px;font-size:16px;font-weight:600;border-radius:16px;padding:18px 32px;background:linear-gradient(135deg,#e4405f,#c13584);color:#fff;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:20px;position:relative;overflow:hidden;box-shadow:0 8px 24px #e4405f4d}._InstagramLoginButton_v12p2_240:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._InstagramLoginButton_v12p2_240:hover:before{left:100%}._InstagramLoginButton_v12p2_240:hover{transform:translateY(-3px);box-shadow:0 16px 32px #e4405f66}._InstagramLoginButton_v12p2_240:active{transform:translateY(-1px)}._InstagramLoginButton_v12p2_240:disabled{opacity:.7;cursor:not-allowed;transform:none}._InstagramLoginButton_v12p2_240:disabled:before{display:none}._ButtonIcon_v12p2_297{width:20px;height:20px;margin-right:12px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}._InstagramStep_v12p2_166 ._LoginNote_v12p2_154{font-size:13px;color:#666;margin-top:12px;line-height:1.5}._LinkedInStep_1159s_1{padding:24px;border-radius:16px;margin:0 auto;width:100%}._LinkedInStepTitle_1159s_8{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._LinkedInStepDescription_1159s_15{color:#585858;font-size:14px;line-height:1.6;margin:0 0 8px}._HowItWorks_1159s_22{margin-top:8px;margin-bottom:24px}._SectionTitle_1159s_27{font-size:15px;font-weight:600;margin:0 0 16px;color:#1a1a1a}._StepsList_1159s_34{display:flex;flex-direction:column;gap:16px}._Step_1159s_34{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;color:#333}._LinkedInLoginButton_1159s_49{width:100%;max-width:320px;font-size:16px;font-weight:600;border-radius:16px;padding:18px 32px;background:linear-gradient(135deg,#0a66c2,#004182);color:#fff;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:20px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0a66c24d}._LinkedInLoginButton_1159s_49:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._LinkedInLoginButton_1159s_49:hover:before{left:100%}._LinkedInLoginButton_1159s_49:hover{transform:translateY(-3px);box-shadow:0 16px 32px #0a66c266}._LinkedInLoginButton_1159s_49:active{transform:translateY(-1px)}._LinkedInLoginButton_1159s_49:disabled{opacity:.7;cursor:not-allowed;transform:none}._LinkedInLoginButton_1159s_49:disabled:before{display:none}._LoginNote_1159s_106{font-size:13px;color:#666;margin-top:12px;line-height:1.5}._OrgList_1159s_114{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}._OrgItem_1159s_121{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left}._OrgItem_1159s_121:hover{border-color:#0a66c2;background:#f0f7ff}._OrgItemSelected_1159s_139{border-color:#0a66c2;background:#f0f7ff;box-shadow:0 0 0 1px #0a66c2}._OrgLogo_1159s_145{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}._OrgIconFallback_1159s_153{width:40px;height:40px;border-radius:8px;background:#0a66c2;display:flex;align-items:center;justify-content:center;flex-shrink:0}._OrgInfo_1159s_164{display:flex;flex-direction:column;gap:2px;min-width:0}._OrgName_1159s_171{font-size:15px;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._OrgVanity_1159s_180{font-size:13px;color:#6b7280}._IntegrationForm_xoste_1{width:100%;max-width:500px}._IntegrationForm_xoste_1 form{display:flex;flex-direction:column;gap:24px;width:100%}._IntegrationFormFields_xoste_13{display:flex;flex-direction:column;gap:16px}._IntegrationFormField_xoste_13{position:relative;display:flex;align-items:center;background-color:var(--color--background--secondary);padding:8px;border-radius:4px;transition:background-color .2s ease;cursor:pointer}._IntegrationFormField_xoste_13:hover{background-color:var(--color--background--secondary--hover)}._IntegrationFormFieldInput_xoste_34{flex:1}._EditIcon_xoste_38{position:absolute;right:12px;top:50%;width:14px;transform:translateY(-50%);cursor:pointer;color:#666;transition:color .2s ease;z-index:1}.RTL ._EditIcon_xoste_38{left:12px;right:auto}._EditIcon_xoste_38:hover{color:#333}._SubmitButton_xoste_59{max-width:320px;width:100%}._IntegrationForm_o01sk_1{width:100%;max-width:500px}._IntegrationForm_o01sk_1 form{display:flex;flex-direction:column;gap:24px;width:100%}._IntegrationFormFields_o01sk_13{display:flex;flex-direction:column;gap:16px}._IntegrationFormField_o01sk_13{position:relative;display:flex;align-items:center;background-color:var(--color--background--secondary);padding:8px;border-radius:4px;transition:background-color .2s ease;cursor:pointer}._IntegrationFormField_o01sk_13:hover{background-color:var(--color--background--secondary--hover)}._IntegrationFormFieldInput_o01sk_34{flex:1}._EditIcon_o01sk_38{position:absolute;left:18px;top:55px;width:14px;transform:translateY(-50%);cursor:pointer;color:#666;transition:color .2s ease;z-index:1}._EditIcon_o01sk_38:hover{color:#333}._SubmitButton_o01sk_54{max-width:320px;width:100%}._IntegrationForm_x72rh_1{width:100%;max-width:500px}._IntegrationForm_x72rh_1 form{display:flex;flex-direction:column;gap:24px;width:100%}._IntegrationFormFields_x72rh_13{display:flex;flex-direction:column;gap:16px}._IntegrationFormField_x72rh_13{position:relative;display:flex;align-items:center;background-color:var(--color--background--secondary);padding:8px;border-radius:4px;transition:background-color .2s ease;cursor:pointer}._IntegrationFormField_x72rh_13:hover{background-color:var(--color--background--secondary--hover)}._IntegrationFormFieldInput_x72rh_34{flex:1}._EditIcon_x72rh_38{position:absolute;left:12px;top:50%;width:14px;transform:translateY(-50%);cursor:pointer;color:#666;transition:color .2s ease;z-index:1}._EditIcon_x72rh_38:hover{color:#333}._SubmitButton_x72rh_54{max-width:320px;width:100%}._OAuthSection_x72rh_60{margin-top:24px;padding-top:24px;border-top:1px solid var(--color--border--secondary);display:flex;flex-direction:column;gap:16px}._ConnectionStatus_x72rh_69{display:flex;align-items:center;gap:8px}._ConnectionLabel_x72rh_75{font-size:14px;color:var(--color--text--secondary)}._ConnectionBadge_x72rh_80{font-size:12px;font-weight:500;padding:4px 8px;border-radius:4px}._ConnectionBadgeConnected_x72rh_87{background-color:#dcfce7;color:#166534}._ConnectionBadgeDisconnected_x72rh_92{background-color:#fef3c7;color:#92400e}._OAuthButton_x72rh_97{max-width:320px;width:100%}._SyncSection_x72rh_103{margin-top:24px;padding-top:24px;border-top:1px solid var(--color--border--secondary);display:flex;flex-direction:column;gap:12px}._SyncSectionTitle_x72rh_112{font-size:14px;font-weight:600;color:var(--color--text--primary);margin:0}._SyncDescription_x72rh_119{font-size:13px;color:var(--color--text--secondary);margin:0;line-height:1.5}._SyncToggleRow_x72rh_126{display:flex;align-items:center;gap:8px}._FieldMappingSection_x72rh_133{margin-top:16px;padding-top:16px;border-top:1px solid var(--color--border--secondary);display:flex;flex-direction:column;gap:12px}._FieldMappingTitle_x72rh_142{font-size:13px;font-weight:600;color:var(--color--text--primary);margin:0}._FieldMappingDescription_x72rh_149{font-size:12px;color:var(--color--text--secondary);margin:0;line-height:1.4}._FieldMappingList_x72rh_156{display:flex;flex-direction:column;gap:8px}._FieldMappingRow_x72rh_162{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:var(--color--background--secondary);border-radius:6px}._FieldMappingSelect_x72rh_171{flex:1;padding:6px 10px;font-size:13px;border:1px solid var(--color--border--secondary);border-radius:4px;background-color:var(--color--white);cursor:pointer}._FieldMappingSelect_x72rh_171:focus{outline:none;border-color:var(--color--primary)}._FieldMappingArrow_x72rh_186{color:var(--color--text--secondary);font-size:12px;flex-shrink:0}._FieldMappingToggle_x72rh_192{flex-shrink:0}._FieldMappingRemove_x72rh_196{padding:4px;background:none;border:none;cursor:pointer;color:var(--color--text--secondary);transition:color .2s ease;flex-shrink:0}._FieldMappingRemove_x72rh_196:hover{color:var(--color--red)}._AddMappingButton_x72rh_210{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:13px;color:var(--color--primary);background:none;border:1px dashed var(--color--primary);border-radius:6px;cursor:pointer;transition:background-color .2s ease}._AddMappingButton_x72rh_210:hover{background-color:rgba(var(--color--primary-rgb),.05)}._NoMappings_x72rh_228{font-size:13px;color:var(--color--text--secondary);font-style:italic;padding:12px;text-align:center;background-color:var(--color--background--secondary);border-radius:6px}._ConnectedLayout_x72rh_239{width:100%;max-width:500px;display:flex;flex-direction:column;gap:20px}._StatusCard_x72rh_248{width:100%;max-width:440px;display:flex;align-items:center;padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;position:relative;box-shadow:0 4px 12px #0000000d;overflow:hidden}._StatusCard_x72rh_248:before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:4px;background-color:#116dff;border-start-start-radius:12px;border-end-start-radius:12px}._StatusCardContent_x72rh_274{display:flex;flex-direction:column;gap:8px;padding-inline-start:8px;min-width:0;flex:1}._StoreDomainRow_x72rh_283{display:flex;align-items:center;gap:8px;color:#7a92a5}._StoreDomainLink_x72rh_290{font-size:13px;color:#116dff;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._StoreDomainLink_x72rh_290:hover{text-decoration:underline}._SiteDisplayName_x72rh_303{font-size:12px;color:#7a92a5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._StatusIndicator_x72rh_311{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#00ca72}._StatusDot_x72rh_322{width:6px;height:6px;border-radius:50%;background-color:#00ca72;box-shadow:0 0 6px #00ca7280}._LinksSection_x72rh_330{display:flex;justify-content:center;align-items:center;gap:24px}._TextLink_x72rh_337{background:none;border:none;padding:0;font-size:13px;font-weight:500;color:#7a92a5;cursor:pointer;text-decoration:underline;transition:color .2s}._TextLink_x72rh_337:hover{color:#116dff}._TextLink_x72rh_337:disabled{opacity:.5;cursor:not-allowed}._DangerLink_x72rh_358:hover{color:#e2445c}._OrDivider_x72rh_362{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--color--text--secondary)}._OrDivider_x72rh_362:before,._OrDivider_x72rh_362:after{content:"";flex:1;height:1px;background-color:var(--color--border--secondary)}._Content_jzek4_1{min-width:400px;max-width:500px}._Title_jzek4_6{margin:0 0 16px;font-size:18px;font-weight:600;color:#111827}._Form_jzek4_13{display:flex;flex-direction:column;gap:16px}._Row_jzek4_19{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:768px){._Content_jzek4_1{min-width:auto;max-width:none}._Row_jzek4_19{grid-template-columns:1fr}}._Error_jzek4_36{color:#d32f2f;background-color:#ffebee;padding:8px 12px;border-radius:6px;font-size:13px}._Actions_jzek4_44{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}._Container_1qhl8_3{display:flex;flex-direction:column;gap:16px}._ContainerCompact_1qhl8_9{display:flex;flex-direction:column;gap:12px;width:100%;max-width:440px;padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000000a}._HeaderSection_1qhl8_23{display:flex;flex-direction:column;gap:4px}._SectionTitle_1qhl8_29{font-size:14px;font-weight:600;color:var(--color--text--primary, #162d3d);margin:0}._SectionDescription_1qhl8_36{font-size:13px;color:var(--color--text--secondary, #7a92a5);margin:0;line-height:1.5}._SyncSection_1qhl8_44{display:flex;flex-direction:column;gap:12px}._SyncToggleRow_1qhl8_50{display:flex;align-items:center;gap:8px}._SyncInfoBox_1qhl8_57{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:var(--color--background--secondary, #f7f9fc);border-radius:8px;border:1px solid var(--color--border--secondary, #e6e9ef)}._SyncInfoItem_1qhl8_67{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--color--text--secondary, #7a92a5);line-height:1.4}._SyncInfoIcon_1qhl8_76{font-size:14px;flex-shrink:0;width:20px;text-align:center}._LabelSyncToggle_1qhl8_84{margin-top:4px;padding-top:8px;border-top:1px solid var(--color--border--secondary, #e6e9ef)}._FieldMappingSection_1qhl8_91{margin-top:8px;padding-top:12px;border-top:1px solid var(--color--border--secondary, #e0e0e0);display:flex;flex-direction:column;gap:12px}._FieldMappingTitle_1qhl8_100{font-size:13px;font-weight:600;color:var(--color--text--primary, #162d3d);margin:0}._FieldMappingDescription_1qhl8_107{font-size:12px;color:var(--color--text--secondary, #7a92a5);margin:0;line-height:1.4}._FieldMappingList_1qhl8_114{display:flex;flex-direction:column;gap:8px}._FieldMappingRow_1qhl8_120{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:var(--color--background--secondary, #f7f9fc);border-radius:6px}._FieldMappingSelect_1qhl8_129{flex:1;min-width:0;padding:6px 10px;font-size:13px;border:1px solid var(--color--border--secondary, #e0e0e0);border-radius:4px;background-color:var(--color--white, #ffffff);cursor:pointer}._FieldMappingSelect_1qhl8_129:focus{outline:none;border-color:var(--color--primary, #116dff)}._FieldMappingArrow_1qhl8_145{color:var(--color--text--secondary, #7a92a5);font-size:12px;flex-shrink:0}._FieldMappingToggle_1qhl8_151{flex-shrink:0}._FieldMappingRemove_1qhl8_155{padding:4px;background:none;border:none;cursor:pointer;color:var(--color--text--secondary, #7a92a5);transition:color .2s ease;flex-shrink:0}._FieldMappingRemove_1qhl8_155:hover{color:var(--color--red, #e2445c)}._AddMappingButton_1qhl8_169{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:13px;color:var(--color--primary, #116dff);background:none;border:1px dashed var(--color--primary, #116dff);border-radius:6px;cursor:pointer;transition:background-color .2s ease}._AddMappingButton_1qhl8_169:hover{background-color:#116dff0d}._AddMappingButton_1qhl8_169:disabled{opacity:.6;cursor:not-allowed}._NoMappings_1qhl8_192{font-size:13px;color:var(--color--text--secondary, #7a92a5);font-style:italic;padding:12px;text-align:center;background-color:var(--color--background--secondary, #f7f9fc);border-radius:6px}._DefaultMappingsSection_1qhl8_203{display:flex;flex-direction:column;gap:8px}._DefaultMappingsLabel_1qhl8_209{font-size:11px;font-weight:600;color:var(--color--text--secondary, #7a92a5);text-transform:uppercase;letter-spacing:.5px}._DefaultMappingsList_1qhl8_217{display:flex;flex-direction:column;gap:6px}._DefaultMappingRow_1qhl8_223{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:var(--color--background--secondary, #f7f9fc);border-radius:6px;opacity:.85}._DefaultMappingField_1qhl8_233{flex:1;font-size:13px;color:var(--color--text--primary, #162d3d)}._DefaultMappingBadge_1qhl8_239{font-size:10px;font-weight:600;color:var(--color--green, #00ca72);background-color:#00ca721a;padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.3px}._CustomMappingsSection_1qhl8_251{display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--color--border--secondary, #e6e9ef)}._CustomMappingsLabel_1qhl8_260{font-size:11px;font-weight:600;color:var(--color--text--secondary, #7a92a5);text-transform:uppercase;letter-spacing:.5px}._BulkSyncSection_1qhl8_269{margin-top:12px;padding-top:12px;border-top:1px solid var(--color--border--secondary, #e6e9ef);display:flex;flex-direction:column;gap:8px}._BulkSyncSuccess_1qhl8_278{font-size:12px;color:var(--color--green, #00ca72);background-color:#00ca721a;padding:8px 12px;border-radius:6px}._BulkSyncError_1qhl8_286{font-size:12px;color:var(--color--orange, #fdab3d);background-color:#fdab3d1a;padding:8px 12px;border-radius:6px}._IntegrationForm_13v4d_1{width:100%;max-width:500px;display:flex;flex-direction:column;gap:24px}._AdvancedSettingsLink_13v4d_10{background:none;border:none;color:#585858;font-size:13px;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease;align-self:flex-start}._AdvancedSettingsLink_13v4d_10:hover{color:#1a1a1a}._AdvancedSettingsContent_13v4d_28{display:flex;flex-direction:column;gap:24px}._FieldGroup_13v4d_34{display:flex;flex-direction:column;gap:20px}._Field_13v4d_34{display:flex;flex-direction:column;gap:8px}._Label_13v4d_46{font-size:14px;font-weight:600;color:#333}._ReadOnlyField_13v4d_52{padding:12px 16px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;font-size:14px;color:#495057;font-family:monospace}._FieldHint_13v4d_62{font-size:12px;color:#6c757d;margin:-4px 0 0}._DisconnectSection_13v4d_70{padding-top:20px;border-top:1px solid #e9ecef}._DisconnectButton_13v4d_75{background-color:#dc3545;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}._DisconnectButton_13v4d_75:hover{background-color:#c82333}._DisconnectButton_13v4d_75:disabled{opacity:.6;cursor:not-allowed}._TemplateListHeader_13v4d_98{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._TemplateListTitle_13v4d_105{font-size:13px;font-weight:600;color:var(--color-dark-gray);text-transform:uppercase;letter-spacing:.5px}._NoTemplates_13v4d_113{font-size:14px;color:var(--color--gray-400, #9ca3af);margin:0 0 8px}._TemplateList_13v4d_98{list-style:none;margin:0;padding:0;border:1px solid var(--color-border);border-radius:8px;overflow:hidden}._TemplateListItem_13v4d_128{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--color-border)}._TemplateListItem_13v4d_128:last-child{border-bottom:none}._TemplateNameGroup_13v4d_140{display:flex;align-items:center;gap:8px}._TemplateName_13v4d_140{font-size:14px;font-weight:500;color:var(--color-dark)}._WebhookTopicBadge_13v4d_152{font-size:11px;font-weight:500;color:var(--color-primary);background:var(--color--background--secondary);padding:2px 8px;border-radius:10px;white-space:nowrap}._TemplateActions_13v4d_162{display:flex;align-items:center;gap:8px}._CopyButton_13v4d_168{background:none;border:1px solid var(--color-border);border-radius:4px;padding:6px 10px;cursor:pointer;font-size:12px;color:var(--color-primary);white-space:nowrap;transition:background .2s}._CopyButton_13v4d_168:hover{background:var(--color--background--secondary--hover)}._EditButton_13v4d_184{background:none;border:1px solid var(--color-border);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px 6px;color:var(--color--gray-400, #9ca3af);transition:color .15s,border-color .15s}._EditButton_13v4d_184:hover{color:var(--color-primary);border-color:var(--color-primary)}._RemoveButton_13v4d_202{background:none;border:none;cursor:pointer;font-size:18px;line-height:1;color:var(--color--gray-400, #9ca3af);padding:2px 4px;transition:color .15s}._RemoveButton_13v4d_202:hover{color:var(--color--red, #ef4444)}._RemoveButton_13v4d_202:disabled{opacity:.5;cursor:not-allowed}._McpSettings_t7rw5_1{display:flex;flex-direction:column;gap:12px;width:100%}._McpSectionLabel_t7rw5_8{display:flex;flex-direction:column;gap:4px}._McpSectionTitle_t7rw5_14{font-size:15px;font-weight:600;color:#1a1a1a;margin:0}._McpSectionDescription_t7rw5_21{font-size:13px;color:#585858;margin:0;line-height:1.4}._FeatureToggle_t7rw5_29{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}._CanvasContentWide_1mod5_1{max-width:1100px}._BuilderContent_1mod5_5{display:flex;flex-direction:row;gap:40px;padding:40px 24px;margin:0 auto;align-items:flex-start}._FormSection_1mod5_14{flex:1;min-width:0;display:flex;flex-direction:column;gap:24px}._PreviewAside_1mod5_22{flex-shrink:0;width:340px;position:sticky;top:0}._SentenceRow_1mod5_31{font-size:26px;font-weight:400;color:var(--color--gray-400, #9ca3af);line-height:2.2}._PickerOptions_1mod5_38{display:flex;flex-direction:column;padding:4px 0}._PickerOption_1mod5_38,._PickerOptionActive_1mod5_45{display:block;width:100%;text-align:start;padding:10px 16px;background:none;border:none;font-size:15px;color:var(--color--gray-700, #374151);cursor:pointer;transition:background-color .1s}._PickerOption_1mod5_38:hover{background-color:var(--color--gray-50, #f9fafb)}._PickerOptionActive_1mod5_45{font-weight:600;color:var(--color--primary, #5d32d0);background-color:var(--color--primary-light, #f3f0ff)}._PickerOptionActive_1mod5_45:hover{background-color:var(--color--primary-light, #f3f0ff)}._PickerEmpty_1mod5_72{padding:10px 16px;font-size:14px;color:var(--color--gray-400, #9ca3af);font-style:italic}._ImageUploadRow_1mod5_81{display:flex;align-items:center;gap:8px}._ImageUploadRow_1mod5_81 input[type=text]{flex:1;padding:8px 12px;border:1px solid var(--color-border);border-radius:6px;font-size:14px}._ImageThumbnail_1mod5_95{position:relative;display:inline-block;width:64px;height:64px;border-radius:6px;overflow:hidden;border:1px solid var(--color-border)}._ImageThumbnail_1mod5_95 img{width:100%;height:100%;object-fit:cover}._ImageThumbnailRemove_1mod5_111{position:absolute;top:2px;right:2px;width:20px;height:20px;border:none;border-radius:50%;background:#0000008c;color:#fff;font-size:12px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}@media(max-width:768px){._BuilderContent_1mod5_5{flex-direction:column}._PreviewAside_1mod5_22{width:100%;position:static}}@media(max-width:640px){._BuilderContent_1mod5_5{padding:24px 16px}}._IntegrationForm_1rbbj_1{width:100%;max-width:500px}._IntegrationForm_1rbbj_1 form{display:flex;flex-direction:column;gap:24px;width:100%}._IntegrationFormFields_1rbbj_13{display:flex;flex-direction:column;gap:16px}._IntegrationFormField_1rbbj_13{position:relative;display:flex;align-items:center;background-color:var(--color--background--secondary);padding:8px;border-radius:4px;transition:background-color .2s ease;cursor:pointer}._IntegrationFormField_1rbbj_13:hover{background-color:var(--color--background--secondary--hover)}._IntegrationFormFieldInput_1rbbj_34{flex:1}._EditIcon_1rbbj_38{position:absolute;right:12px;top:50%;width:14px;transform:translateY(-50%);cursor:pointer;color:#666;transition:color .2s ease;z-index:1}.RTL ._EditIcon_1rbbj_38{right:auto;left:12px}._EditIcon_1rbbj_38:hover{color:#333}._SubmitButton_1rbbj_59{max-width:320px;width:100%}._IntegrationModal_grnx5_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:16px;margin:0 auto}._Header_grnx5_10{display:flex;flex-direction:column;align-items:center}._Header_grnx5_10 p{text-align:center;margin-top:6px;font-size:14px}._IntegrationForm_grnx5_22{width:100%}._IntegrationForm_grnx5_22 form{display:flex;flex-direction:column;gap:16px;width:100%}._IntegrationFormFields_grnx5_32{display:flex;flex-direction:column;gap:16px}._IntegrationFormField_grnx5_32{position:relative;display:flex;align-items:center;background-color:var(--color--background--secondary);padding:8px;border-radius:4px;transition:background-color .2s ease;cursor:pointer}._IntegrationFormField_grnx5_32:hover{background-color:var(--color--background--secondary--hover)}._IntegrationFormFieldInput_grnx5_53{flex:1}._EditIcon_grnx5_57{position:absolute;right:12px;top:50%;width:14px;transform:translateY(-50%);cursor:pointer;color:#666;transition:color .2s ease;z-index:1}.RTL ._EditIcon_grnx5_57{right:auto;left:12px}._EditIcon_grnx5_57:hover{color:#333}._SubmitButton_grnx5_78{margin-top:16px}._IntegrationImage_grnx5_82{margin-bottom:24px;width:auto;height:75px}._IntegrationForm_12nz0_1{width:100%;max-width:500px}._IntegrationForm_12nz0_1 form{display:flex;flex-direction:column;gap:24px;width:100%}._IntegrationFormFields_12nz0_13{display:flex;flex-direction:column;gap:16px}._IntegrationFormField_12nz0_13{position:relative;display:flex;align-items:center;background-color:var(--color--background--secondary);padding:8px;border-radius:4px;transition:background-color .2s ease;cursor:pointer}._IntegrationFormField_12nz0_13:hover{background-color:var(--color--background--secondary--hover)}._IntegrationFormFieldInput_12nz0_34{flex:1}._EditIcon_12nz0_38{position:absolute;left:12px;top:50%;width:14px;transform:translateY(-50%);cursor:pointer;color:#666;transition:color .2s ease;z-index:1}._EditIcon_12nz0_38:hover{color:#333}._SubmitButton_12nz0_54{max-width:320px;width:100%}._MondayVisualCard_jfkc9_3{width:360px!important;flex-shrink:0}@media(max-width:768px){._MondayVisualCard_jfkc9_3{width:100%!important;height:auto}}._IntegrationForm_jfkc9_15,._IntegrationFormFields_jfkc9_21{display:flex;flex-direction:column;gap:24px}._InfoSection_jfkc9_27{background-color:#f8f9fa;border-radius:8px;padding:16px;border:1px solid #e9ecef}._InfoTitle_jfkc9_34{font-size:15px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._InfoText_jfkc9_41{font-size:14px;line-height:1.5;margin:0;color:#585858}._FieldGroup_jfkc9_48{display:flex;flex-direction:column;gap:20px}._Field_jfkc9_48{display:flex;flex-direction:column;gap:8px}._Label_jfkc9_60{font-size:14px;font-weight:600;color:#333}._ReadOnlyField_jfkc9_66{padding:12px 16px;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;font-size:14px;color:#495057;font-family:monospace}._FieldHint_jfkc9_76{font-size:12px;color:#6c757d;margin:-4px 0 0}._StatusBadge_jfkc9_83{display:inline-flex;align-items:center}._StatusActive_jfkc9_88,._StatusInactive_jfkc9_89{display:inline-flex;align-items:center;padding:6px 12px;border-radius:16px;font-size:13px;font-weight:500}._StatusActive_jfkc9_88{background-color:#d4edda;color:#155724}._StatusInactive_jfkc9_89{background-color:#fff3cd;color:#856404}._SyncSettingsSection_jfkc9_108{margin-top:8px;padding-top:24px;border-top:1px solid #e9ecef}._Actions_jfkc9_114{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}._CloseButton_jfkc9_121{min-width:100px}._Container_yffig_3{display:flex;flex-direction:column;gap:8px}._Label_yffig_9{font-size:13px;font-weight:600;color:var(--color--text--primary, #162d3d)}._Select_yffig_15{width:100%;padding:10px 12px;font-size:14px;border:1px solid var(--color--border--secondary, #e0e0e0);border-radius:6px;background-color:var(--color--white, #ffffff);cursor:pointer;transition:border-color .2s ease}._Select_yffig_15:hover:not(:disabled){border-color:var(--color--primary, #116dff)}._Select_yffig_15:focus{outline:none;border-color:var(--color--primary, #116dff);box-shadow:0 0 0 2px #116dff1a}._Select_yffig_15:disabled{opacity:.6;cursor:not-allowed;background-color:var(--color--background--secondary, #f7f9fc)}._Hint_yffig_42{font-size:12px;color:var(--color--text--secondary, #7a92a5);margin:0}._Loading_yffig_48{padding:12px;text-align:center;color:var(--color--text--secondary, #7a92a5);font-size:13px}._Error_yffig_55{padding:12px;text-align:center;color:var(--color--red, #e2445c);font-size:13px;background-color:#e2445c1a;border-radius:6px}._Container_158ag_3{display:flex;flex-direction:column;gap:20px}._Section_158ag_9{display:flex;flex-direction:column;gap:12px}._SectionTitle_158ag_15{font-size:13px;font-weight:600;color:var(--color--text--primary, #162d3d);margin:0}._SectionDescription_158ag_22{font-size:12px;color:var(--color--text--secondary, #7a92a5);margin:0;line-height:1.4}._MappingList_158ag_29{display:flex;flex-direction:column;gap:8px}._MappingRow_158ag_35{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:var(--color--background--secondary, #f7f9fc);border-radius:6px}._Select_158ag_44{flex:1;min-width:0;padding:6px 10px;font-size:13px;border:1px solid var(--color--border--secondary, #e0e0e0);border-radius:4px;background-color:var(--color--white, #ffffff);cursor:pointer}._Select_158ag_44:focus{outline:none;border-color:var(--color--primary, #116dff)}._Select_158ag_44:disabled{opacity:.6;cursor:not-allowed}._SelectFull_158ag_65{flex:2;min-width:0;padding:6px 10px;font-size:13px;border:1px solid var(--color--border--secondary, #e0e0e0);border-radius:4px;background-color:var(--color--white, #ffffff);cursor:pointer}._SelectFull_158ag_65:focus{outline:none;border-color:var(--color--primary, #116dff)}._SelectFull_158ag_65:disabled{opacity:.6;cursor:not-allowed}._Arrow_158ag_86{color:var(--color--text--secondary, #7a92a5);font-size:12px;flex-shrink:0}._ToggleWrapper_158ag_92{flex-shrink:0}._RemoveButton_158ag_96{padding:4px;background:none;border:none;cursor:pointer;color:var(--color--text--secondary, #7a92a5);transition:color .2s ease;flex-shrink:0}._RemoveButton_158ag_96:hover{color:var(--color--red, #e2445c)}._RemoveButton_158ag_96:disabled{opacity:.6;cursor:not-allowed}._AddButton_158ag_115{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:13px;color:var(--color--primary, #116dff);background:none;border:1px dashed var(--color--primary, #116dff);border-radius:6px;cursor:pointer;transition:background-color .2s ease}._AddButton_158ag_115:hover{background-color:#116dff0d}._AddButton_158ag_115:disabled{opacity:.6;cursor:not-allowed}._NoMappings_158ag_138{font-size:13px;color:var(--color--text--secondary, #7a92a5);font-style:italic;padding:12px;text-align:center;background-color:var(--color--background--secondary, #f7f9fc);border-radius:6px}._Placeholder_158ag_148{font-size:13px;color:var(--color--text--secondary, #7a92a5);font-style:italic;padding:16px;text-align:center;background-color:var(--color--background--secondary, #f7f9fc);border-radius:8px}._Container_ku2zk_1{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding-top:12px;border-top:1px solid var(--color--border--secondary, #e0e0e0)}._Label_ku2zk_10{font-size:13px;font-weight:600;color:var(--color--text--primary, #162d3d)}._Select_ku2zk_16{width:100%;padding:10px 12px;font-size:14px;border:1px solid var(--color--border--secondary, #e0e0e0);border-radius:6px;background-color:var(--color--white, #ffffff);cursor:pointer;transition:border-color .2s ease}._Select_ku2zk_16:hover:not(:disabled){border-color:var(--color--primary, #116dff)}._Select_ku2zk_16:focus{outline:none;border-color:var(--color--primary, #116dff);box-shadow:0 0 0 2px #116dff1a}._Select_ku2zk_16:disabled{opacity:.6;cursor:not-allowed}._MappingsGrid_ku2zk_42{display:flex;flex-direction:column;gap:6px;margin-top:4px}._MappingsHeader_ku2zk_49{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:11px;font-weight:600;color:var(--color--text--secondary, #7a92a5);text-transform:uppercase;letter-spacing:.5px;padding:0 4px 4px}._MappingRow_ku2zk_61{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center;padding:6px 4px;border-radius:4px}._MappingRow_ku2zk_61:hover{background-color:var(--color--background--secondary, #f7f9fc)}._MondayLabel_ku2zk_74{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color--text--primary, #162d3d)}._StatusDot_ku2zk_82{width:10px;height:10px;border-radius:50%;flex-shrink:0}._StatusSelect_ku2zk_89{width:100%;padding:6px 8px;font-size:13px;border:1px solid var(--color--border--secondary, #e0e0e0);border-radius:4px;background-color:var(--color--white, #ffffff);cursor:pointer}._StatusSelect_ku2zk_89:hover:not(:disabled){border-color:var(--color--primary, #116dff)}._StatusSelect_ku2zk_89:focus{outline:none;border-color:var(--color--primary, #116dff)}._StatusSelect_ku2zk_89:disabled{opacity:.6;cursor:not-allowed}._Container_77o0l_3{display:flex;flex-direction:column;gap:16px}._ContainerCompact_77o0l_9{display:flex;flex-direction:column;gap:12px;width:100%;max-width:440px;padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000000a}._HeaderSection_77o0l_23{display:flex;flex-direction:column;gap:4px}._SectionTitle_77o0l_29{font-size:14px;font-weight:600;color:var(--color--text--primary, #162d3d);margin:0}._SectionDescription_77o0l_36{font-size:13px;color:var(--color--text--secondary, #7a92a5);margin:0;line-height:1.5}._BoardSection_77o0l_44{padding-bottom:12px;border-bottom:1px solid var(--color--border--secondary, #e0e0e0)}._SyncSection_77o0l_50{display:flex;flex-direction:column;gap:12px}._SyncToggleRow_77o0l_56{display:flex;align-items:center;gap:8px}._SyncInfoBox_77o0l_63{display:flex;flex-direction:column;gap:8px;padding:12px;background-color:var(--color--background--secondary, #f7f9fc);border-radius:8px;border:1px solid var(--color--border--secondary, #e6e9ef)}._SyncInfoItem_77o0l_73{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--color--text--secondary, #7a92a5);line-height:1.4}._SyncInfoIcon_77o0l_82{font-size:14px;flex-shrink:0;width:20px;text-align:center}._LastSyncInfo_77o0l_89{font-size:11px;color:var(--color--text--secondary, #7a92a5);margin-top:4px;padding-top:8px;border-top:1px solid var(--color--border--secondary, #e6e9ef)}._GroupSection_77o0l_98{display:flex;flex-direction:column;gap:6px}._GroupLabel_77o0l_104{font-size:13px;font-weight:600;color:var(--color--text--primary, #162d3d)}._GroupSelect_77o0l_110{width:100%;padding:10px 12px;font-size:14px;border:1px solid var(--color--border--secondary, #e0e0e0);border-radius:6px;background-color:var(--color--white, #ffffff);cursor:pointer;transition:border-color .2s ease}._GroupSelect_77o0l_110:hover:not(:disabled){border-color:var(--color--primary, #116dff)}._GroupSelect_77o0l_110:focus{outline:none;border-color:var(--color--primary, #116dff);box-shadow:0 0 0 2px #116dff1a}._GroupSelect_77o0l_110:disabled{opacity:.6;cursor:not-allowed}._GroupHint_77o0l_136{font-size:12px;color:var(--color--text--secondary, #7a92a5);margin:0}._MappingSection_77o0l_143{margin-top:8px;padding-top:12px;border-top:1px solid var(--color--border--secondary, #e0e0e0)}._LoadingMappings_77o0l_149{padding:16px;text-align:center;color:var(--color--text--secondary, #7a92a5);font-size:13px}._BulkSyncSection_77o0l_157{margin-top:12px;padding-top:12px;border-top:1px solid var(--color--border--secondary, #e6e9ef);display:flex;flex-direction:column;gap:8px}._BulkSyncSuccess_77o0l_166{font-size:12px;color:var(--color--green, #00ca72);background-color:#00ca721a;padding:8px 12px;border-radius:6px}._BulkSyncError_77o0l_174{font-size:12px;color:var(--color--orange, #fdab3d);background-color:#fdab3d1a;padding:8px 12px;border-radius:6px}._AdvancedSection_77o0l_183{margin-top:8px;padding-top:12px;border-top:1px solid var(--color--border--secondary, #e0e0e0)}._AdvancedToggle_77o0l_189{display:flex;align-items:center;gap:6px;width:100%;padding:0;border:none;background:none;cursor:pointer;font-size:12px;color:var(--color--text--secondary, #7a92a5);transition:color .15s ease}._AdvancedToggle_77o0l_189:hover{color:var(--color--text--primary, #162d3d)}._AdvancedToggleIcon_77o0l_207{font-size:10px;width:12px}._AdvancedToggleLabel_77o0l_212{font-weight:600}._AdvancedStatusDot_77o0l_216{width:6px;height:6px;border-radius:50%;margin-left:auto}._AdvancedContent_77o0l_223{margin-top:10px;padding:10px 12px;background-color:var(--color--background--secondary, #f7f9fc);border-radius:8px;border:1px solid var(--color--border--secondary, #e6e9ef);display:flex;flex-direction:column;gap:6px}._AdvancedRow_77o0l_234{display:flex;justify-content:space-between;align-items:center;font-size:12px}._AdvancedLabel_77o0l_241{color:var(--color--text--secondary, #7a92a5)}._AdvancedValue_77o0l_245{font-weight:500;font-family:monospace;font-size:11px}._AdvancedDivider_77o0l_251{height:1px;background-color:var(--color--border--secondary, #e6e9ef);margin:4px 0}._WebhookList_77o0l_257{display:flex;flex-direction:column;gap:4px;margin-top:2px}._WebhookItem_77o0l_264{display:flex;justify-content:space-between;align-items:center;padding:4px 8px;background-color:var(--color--white, #ffffff);border:1px solid var(--color--border--secondary, #e6e9ef);border-radius:4px;font-size:11px}._WebhookEvent_77o0l_275{color:var(--color--text--primary, #162d3d);font-weight:500;font-family:monospace}._WebhookId_77o0l_281{color:var(--color--text--secondary, #7a92a5);font-family:monospace;font-size:10px}._WebhookWarning_77o0l_287{font-size:11px;color:#e2445c;background-color:#e2445c14;padding:8px 10px;border-radius:6px;line-height:1.5;margin-top:2px}._IntegrationForm_1mx7y_1{width:100%;max-width:500px}._IntegrationForm_1mx7y_1 form{display:flex;flex-direction:column;gap:24px;width:100%}._IntegrationFormFields_1mx7y_13{display:flex;flex-direction:column;gap:16px}._IntegrationFormField_1mx7y_13{position:relative;display:flex;align-items:center;background-color:var(--color--background--secondary);padding:8px;border-radius:4px;transition:background-color .2s ease;cursor:pointer}._IntegrationFormField_1mx7y_13:hover{background-color:var(--color--background--secondary--hover)}._IntegrationFormFieldInput_1mx7y_34{flex:1}._EditIcon_1mx7y_38{position:absolute;right:12px;top:50%;width:14px;transform:translateY(-50%);cursor:pointer;color:#666;transition:color .2s ease;z-index:1}.RTL ._EditIcon_1mx7y_38{left:12px;right:auto}._EditIcon_1mx7y_38:hover{color:#333}._SubmitButton_1mx7y_59{max-width:320px;width:100%}._ConnectedState_1mx7y_64{display:flex;flex-direction:column;gap:16px}._WebhookUrlBox_1mx7y_70{display:flex;flex-direction:column;gap:8px;background-color:var(--color--background--secondary);border-radius:8px;padding:12px}._WebhookUrlLabel_1mx7y_79{font-size:12px;font-weight:600;color:var(--color-dark-gray);text-transform:uppercase;letter-spacing:.5px}._WebhookUrlRow_1mx7y_87{display:flex;align-items:center;gap:8px}._WebhookUrlText_1mx7y_93{flex:1;font-size:12px;font-family:monospace;color:var(--color-dark);word-break:break-all;background:#fff;border:1px solid var(--color-border);border-radius:4px;padding:8px}._CopyButton_1mx7y_105{background:none;border:1px solid var(--color-border);border-radius:4px;padding:6px 10px;cursor:pointer;font-size:12px;color:var(--color-primary);white-space:nowrap;transition:background .2s}._CopyButton_1mx7y_105:hover{background:var(--color--background--secondary--hover)}._WebhookUrlDescription_1mx7y_121{font-size:12px;color:var(--color-dark-gray)}._TemplateSelect_1mx7y_126{width:100%}._WiderVisualCard_1mx7y_130{min-width:220px;width:220px}._TemplateListHeader_1mx7y_137{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._TemplateListTitle_1mx7y_144{font-size:13px;font-weight:600;color:var(--color-dark-gray);text-transform:uppercase;letter-spacing:.5px}._NoTemplates_1mx7y_152{font-size:14px;color:var(--color--gray-400, #9ca3af);margin:0 0 8px}._TemplateList_1mx7y_137{list-style:none;margin:0;padding:0;border:1px solid var(--color-border);border-radius:8px;overflow:hidden}._TemplateListItem_1mx7y_167{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--color-border)}._TemplateListItem_1mx7y_167:last-child{border-bottom:none}._TemplateName_1mx7y_179{font-size:14px;font-weight:500;color:var(--color-dark)}._TemplateActions_1mx7y_185{display:flex;align-items:center;gap:8px}._EditButton_1mx7y_191{background:none;border:1px solid var(--color-border);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px 6px;color:var(--color--gray-400, #9ca3af);transition:color .15s,border-color .15s}._EditButton_1mx7y_191:hover{color:var(--color-primary);border-color:var(--color-primary)}._RemoveButton_1mx7y_209{background:none;border:none;cursor:pointer;font-size:18px;line-height:1;color:var(--color--gray-400, #9ca3af);padding:2px 4px;transition:color .15s}._RemoveButton_1mx7y_209:hover{color:var(--color--red, #ef4444)}._RemoveButton_1mx7y_209:disabled{opacity:.5;cursor:not-allowed}._CanvasContentWide_1etyh_1{max-width:1100px}._BuilderContent_1etyh_5{display:flex;flex-direction:row;gap:40px;padding:40px 24px;margin:0 auto;align-items:flex-start}._FormSection_1etyh_14{flex:1;min-width:0;display:flex;flex-direction:column;gap:24px}._PreviewAside_1etyh_22{flex-shrink:0;width:340px;position:sticky;top:0}._Field_1etyh_29{display:flex;flex-direction:column;gap:8px}._Label_1etyh_35{font-size:13px;font-weight:600;color:var(--color--gray-700, #374151)}._Select_1etyh_41{width:100%;padding:8px 12px;border:1px solid var(--color-border);border-radius:6px;font-size:14px;background-color:var(--color--white, #fff);cursor:pointer}._ImageUploadRow_1etyh_53{display:flex;align-items:center;gap:8px}._ImageUploadRow_1etyh_53 input[type=text]{flex:1;padding:8px 12px;border:1px solid var(--color-border);border-radius:6px;font-size:14px}._ImageThumbnail_1etyh_67{position:relative;display:inline-block;width:64px;height:64px;border-radius:6px;overflow:hidden;border:1px solid var(--color-border)}._ImageThumbnail_1etyh_67 img{width:100%;height:100%;object-fit:cover}._ImageThumbnailRemove_1etyh_83{position:absolute;top:2px;right:2px;width:20px;height:20px;border:none;border-radius:50%;background:#0000008c;color:#fff;font-size:12px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}@media(max-width:768px){._BuilderContent_1etyh_5{flex-direction:column}._PreviewAside_1etyh_22{width:100%;position:static}}@media(max-width:640px){._BuilderContent_1etyh_5{padding:24px 16px}}._WebsiteNavbar_1cnaf_1{position:fixed;top:0;z-index:100;background:#18181bd4;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000a;flex-direction:row;margin:18px auto;padding:10px 18px;border-radius:50px;max-width:1080px}._CtaButton_1cnaf_19{background:#10b981;color:#fff;padding:10px 18px;border-radius:50px}._Logo_1cnaf_29{width:140px;display:flex;align-items:center}._NavLinks_1cnaf_35{display:flex;gap:2rem;list-style:none;margin:0;padding:0}._NavLinks_1cnaf_35 li a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s}._NavLinks_1cnaf_35 li a:hover{color:#a5b4fc}._Cta_1cnaf_19{background:#4f46e5;color:#fff!important;padding:.5rem 1.25rem;border-radius:999px;font-weight:700;box-shadow:0 2px 8px #4f46e514;transition:background .2s}._Cta_1cnaf_19:hover{background:#3730a3}._Hamburger_1cnaf_69{display:none;background:none;border:none;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;cursor:pointer;z-index:200}._HamburgerBar_1cnaf_82{width:24px;height:3px;background:#fff;margin:3px 0;border-radius:2px;transition:all .3s}._NavLinksOpen_1cnaf_91{display:flex!important}._WhatsappDesktop_1cnaf_95{display:block}._WhatsappMobile_1cnaf_98{display:none}@media(max-width:600px){._WebsiteNavbar_1cnaf_1{align-items:flex-end;padding:.5rem 1rem;margin:10px}._Hamburger_1cnaf_69{display:flex}._NavLinks_1cnaf_35{display:flex;flex-direction:column;align-items:stretch;gap:0;font-size:.95rem;background:linear-gradient(135deg,#18181bfa,#202026fa);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:absolute;top:66px;right:10px;left:10px;width:auto;padding:0;border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0d;z-index:150;max-height:0;opacity:0;transform:translateY(-20px) scale(.95);transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden;pointer-events:none}._NavLinksOpen_1cnaf_91{max-height:600px;opacity:1;transform:translateY(0) scale(1);pointer-events:auto;flex-direction:column-reverse}._TryNowMobile_1cnaf_155,._WhatsappMobile_1cnaf_98{padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08);margin:0}._TryNowMobile_1cnaf_155{padding-top:20px}._WhatsappMobile_1cnaf_98{display:flex;justify-content:stretch}._NavLinks_1cnaf_35 li:not(._TryNowMobile_1cnaf_155):not(._WhatsappMobile_1cnaf_98){padding:0;margin:0;border-bottom:1px solid rgba(255,255,255,.05);transition:background-color .2s ease}._NavLinks_1cnaf_35 li:not(._TryNowMobile_1cnaf_155):not(._WhatsappMobile_1cnaf_98):last-child{border-bottom:none}._NavLinks_1cnaf_35 li:not(._TryNowMobile_1cnaf_155):not(._WhatsappMobile_1cnaf_98):hover{background:#ffffff08}._NavLinks_1cnaf_35 li:not(._TryNowMobile_1cnaf_155):not(._WhatsappMobile_1cnaf_98) a{display:block;padding:16px 20px;color:#e5e5e5;font-size:15px;font-weight:500;transition:all .2s ease;position:relative}._NavLinks_1cnaf_35 li:not(._TryNowMobile_1cnaf_155):not(._WhatsappMobile_1cnaf_98) a:hover{color:#10b981;padding-left:26px}._NavLinks_1cnaf_35 li:not(._TryNowMobile_1cnaf_155):not(._WhatsappMobile_1cnaf_98) a:active{background:#10b9811a}._NavLinks_1cnaf_35 li:nth-child(1):not(._TryNowMobile_1cnaf_155):not(._WhatsappMobile_1cnaf_98){padding-bottom:4px}._WhatsappDesktop_1cnaf_95{display:none}}._Channel_1tuns_3{display:flex;flex-direction:column;gap:16px;padding:20px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}._Channel_1tuns_3:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a}._ChannelHeaderRow_1tuns_21{display:flex;align-items:center;justify-content:space-between}._ChannelSettingsRow_1tuns_27{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #f3f4f6;gap:12px}._MainActions_1tuns_36{display:flex;align-items:center;gap:16px;flex-wrap:wrap}._SettingsButton_1tuns_43{display:flex;align-items:center;gap:8px;padding:6px 14px;background-color:transparent;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#374151;font-size:13px;font-weight:600}._SettingsButton_1tuns_43:hover{background-color:#f9fafb;border-color:#d1d5db;color:#111827}._ConnectionStatus_1tuns_64{display:flex;align-items:center;gap:10px;color:#4b5563;flex:1}._StatusIndicator_1tuns_72{width:10px;height:10px;background-color:#ef4444;border-radius:50%;box-shadow:0 0 0 2px #fee2e2;flex-shrink:0}._StatusIndicator_1tuns_72._Online_1tuns_81{background-color:#10b981;box-shadow:0 0 0 2px #d1fae5}._handle_1tuns_86{font-weight:700;color:#111827;font-family:Inter,system-ui,sans-serif;letter-spacing:-.01em;font-size:15px;word-break:break-all}._TrashButton_1tuns_95{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:transparent;border:1px solid #fee2e2;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#ef4444;flex-shrink:0}._TrashButton_1tuns_95 svg{flex-shrink:0}._TrashButton_1tuns_95:hover{background-color:#fef2f2;border-color:#fca5a5}._ReauthBanner_1tuns_119{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:8px;margin-top:4px;gap:12px}._ReauthText_1tuns_131{color:#b91c1c;font-weight:500;font-size:13px;display:flex;align-items:center;gap:8px}._ReauthText_1tuns_131:before{content:"";width:6px;height:6px;border-radius:50%;background-color:#ef4444;display:inline-block}._DeleteModalContent_1tuns_149{display:flex;flex-direction:column;gap:24px;padding:32px;max-width:500px}._DeleteModalHeader_1tuns_157{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}._DeleteIconWrapper_1tuns_165{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#fee2e2;border-radius:50%}._DeleteModalTitle_1tuns_175{margin:0;font-size:24px;font-weight:600;color:#111827}._DeleteModalDescription_1tuns_182{margin:0;font-size:15px;color:#6b7280;text-align:center;line-height:1.6}._DeleteModalFooter_1tuns_190{display:flex;gap:12px;justify-content:center;padding-top:8px}._DeleteModalFooter_1tuns_190 ._DeleteButton_1tuns_197{color:#ef4444!important;border:2px solid #ef4444!important}._DeleteModalFooter_1tuns_190 ._DeleteButton_1tuns_197:hover{background:#fef2f2!important;border-color:#dc2626!important;color:#dc2626!important}._whatsappIcon_1tuns_209,._messengerIcon_1tuns_210,._instagramIcon_1tuns_211,._websiteIcon_1tuns_212{display:flex;align-items:center;justify-content:center;width:35px;height:35px;margin-left:15px}.RTL ._whatsappIcon_1tuns_209,.RTL ._messengerIcon_1tuns_210,.RTL ._instagramIcon_1tuns_211,.RTL ._websiteIcon_1tuns_212{margin-left:0;margin-right:15px}._whatsappIcon_1tuns_209{background-color:#25d366;border-radius:100%}._ChannelsContainer_1tuns_234{display:flex;flex-direction:column;gap:12px;padding:16px 0}._ChannelSection_1tuns_241{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}._ChannelHeader_1tuns_21{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb}._ChannelTypeName_1tuns_259{font-size:15px;font-weight:600;color:#374151}._AddChannelButton_1tuns_265{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;background:#f0f6ff;border:2px dashed #0050c8;border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:600;color:#0050c8;margin-top:12px}._AddChannelButton_1tuns_265:hover{background:#e0ecff;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}._Channels_pm92w_1{display:flex;flex-direction:column;gap:24px;padding:0}._SectionTitle_pm92w_8{font-size:18px;font-weight:600;color:#111827;margin:0 0 16px}._MainSectionTitle_pm92w_15{font-size:22px;font-weight:700;color:#111827;margin:24px 0 16px}._GeneralSettingsSection_pm92w_22{display:flex;justify-content:flex-end;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}._SettingsButton_pm92w_30{min-width:150px}._ConnectedChannels_pm92w_34{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;margin-bottom:8px}._ChannelSection_pm92w_42{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;width:340px}._ChannelHeader_pm92w_52{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb}._HeaderTrashButton_pm92w_61{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:transparent;border:1px solid #fee2e2;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#ef4444;flex-shrink:0;margin-inline-start:auto}._HeaderTrashButton_pm92w_61:hover{background-color:#fef2f2;border-color:#fca5a5}._ChannelTypeName_pm92w_82{font-size:15px;font-weight:600;color:#111827}._WebsiteChannelContent_pm92w_88{padding:20px;display:flex;flex-direction:column;gap:16px}._WebsiteDescription_pm92w_95{margin:0;font-size:14px;color:#6b7280}._GetCodeButton_pm92w_101{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;width:fit-content}._GetCodeButton_pm92w_101:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 8px #3b82f64d}._GetCodeButton_pm92w_101:active{transform:translateY(0)}._ChannelsGrid_pm92w_128{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}._ChannelCard_pm92w_134,._AddCard_pm92w_135{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;min-height:100px}._ChannelCard_pm92w_134:hover,._AddCard_pm92w_135:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-2px)}._AddCard_pm92w_135{border-style:dashed;border-color:#d1d5db}._AddCard_pm92w_135:hover{background:#f9fafb;border-color:#3b82f6;border-style:solid}._CardIcon_pm92w_167{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}._whatsappIcon_pm92w_176{background:linear-gradient(135deg,#25d366,#128c7e);border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._messengerIcon_pm92w_187,._instagramIcon_pm92w_194{display:flex;align-items:center;justify-content:center;flex-shrink:0}._linkedinIcon_pm92w_201{background:#0a66c2;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._websiteIcon_pm92w_212{display:flex;align-items:center;justify-content:center;flex-shrink:0}._CardContent_pm92w_219{flex:1;min-width:0}._CardTitle_pm92w_224{margin:0 0 4px;font-size:16px;font-weight:600;color:#111827;line-height:1.3}._CardDescription_pm92w_232{margin:0;font-size:13px;color:#6b7280;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}._CardStatus_pm92w_245{margin:0;font-size:13px;color:#10b981;font-weight:500}._CardArrow_pm92w_252,._CardAction_pm92w_253{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#9ca3af}._CardAction_pm92w_253{color:#3b82f6}@media(max-width:768px){._ChannelsGrid_pm92w_128{grid-template-columns:1fr}._ChannelCard_pm92w_134,._AddCard_pm92w_135{padding:16px;min-height:80px}._CardIcon_pm92w_167{width:40px;height:40px}._CardTitle_pm92w_224{font-size:15px}._CardDescription_pm92w_232{font-size:12px}}.RTL ._ChannelCard_pm92w_134,.RTL ._AddCard_pm92w_135,[dir=rtl] ._ChannelCard_pm92w_134,[dir=rtl] ._AddCard_pm92w_135{text-align:right}._SettingsCard_pm92w_302{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;max-width:600px}._SettingsItemDivider_pm92w_310{height:1px;background:#e5e7eb;margin:0 20px}._DeleteModalContent_pm92w_317{display:flex;flex-direction:column;gap:24px;padding:32px;max-width:500px}._DeleteModalHeader_pm92w_325{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}._DeleteIconWrapper_pm92w_333{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#fee2e2;border-radius:50%}._DeleteModalTitle_pm92w_343{margin:0;font-size:24px;font-weight:600;color:#111827}._DeleteModalDescription_pm92w_350{margin:0;font-size:15px;color:#6b7280;text-align:center;line-height:1.6}._DeleteModalFooter_pm92w_358{display:flex;gap:12px;justify-content:center;padding-top:8px}._DeleteButton_pm92w_365{color:#ef4444!important;border:2px solid #ef4444!important}._DeleteButton_pm92w_365:hover{background:#fef2f2!important;border-color:#dc2626!important;color:#dc2626!important}._WebsiteButtons_pm92w_377{display:flex;gap:12px;flex-wrap:wrap}._AiSearchSection_pm92w_384{display:flex;flex-direction:column;gap:12px}._AiSearchHeader_pm92w_390{display:flex;align-items:center;gap:12px}._AiSearchHeader_pm92w_390:before{content:"";flex:1;height:1px;background:#e5e7eb}._AiSearchHeader_pm92w_390:after{content:"";flex:1;height:1px;background:#e5e7eb}._AiSearchLabel_pm92w_410{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}._GeoExportButton_pm92w_420{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;width:fit-content}._GeoExportButton_pm92w_420:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 8px #00000014}._GeoExportButton_pm92w_420:active{transform:translateY(0)}._Content_1fksy_1{display:flex;flex-direction:column;gap:20px;padding:8px;max-width:480px}._Header_1fksy_9{display:flex;align-items:center;gap:12px}._IconWrapper_1fksy_15{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}._HeaderText_1fksy_26{display:flex;flex-direction:column;gap:4px}._Title_1fksy_32{font-size:1.25rem;font-weight:600;margin:0;color:#111827}._ValueBadge_1fksy_39{font-size:.75rem;font-weight:600;color:#059669;background:#ecfdf5;padding:2px 8px;border-radius:12px;width:fit-content}._Description_1fksy_49{font-size:.9375rem;line-height:1.5;color:#4b5563;margin:0}._HowToUse_1fksy_56{font-size:.8125rem;line-height:1.5;color:#6b7280;margin:0;padding:12px;background:#eff6ff;border-radius:8px;border-inline-start:3px solid #3b82f6}._FeaturesList_1fksy_67{list-style:none;margin:0;display:flex;flex-direction:column;gap:10px;background:#f9fafb;border-radius:8px;padding:16px}._FeaturesList_1fksy_67 li{display:flex;align-items:center;gap:10px;font-size:.875rem;color:#374151}._FeaturesList_1fksy_67 li svg{color:#10b981;flex-shrink:0}._ErrorMessage_1fksy_92{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;font-size:.875rem;color:#dc2626}._Actions_1fksy_101{display:flex;justify-content:flex-end;gap:12px;padding-top:8px;border-top:1px solid #e5e7eb}._ChannelsPage_3b38y_1{padding:24px;max-width:1200px}@media(max-width:768px){._ChannelsPage_3b38y_1{padding:16px}}._Integrations_vga3m_1{display:flex;flex-direction:column;gap:24px;padding:0}._Loading_vga3m_8{text-align:center;color:var(--color-gray);font-size:14px;padding:40px 0}._SectionTitle_vga3m_15{font-size:18px;font-weight:600;color:#111827;margin:0 0 16px}._IntegrationsGrid_vga3m_22{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}._IntegrationCard_vga3m_28,._AddCard_vga3m_29{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;min-height:100px}._IntegrationCard_vga3m_28:hover,._AddCard_vga3m_29:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-2px)}._AddCard_vga3m_29{border-style:dashed;border-color:#d1d5db}._AddCard_vga3m_29:hover{background:#f9fafb;border-color:#3b82f6;border-style:solid}._CardIcon_vga3m_61{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:8px}._IntegrationImage_vga3m_72{width:auto;height:32px;max-width:40px;object-fit:contain}._CardContent_vga3m_79{flex:1;min-width:0}._CardTitle_vga3m_84{margin:0 0 4px;font-size:16px;font-weight:600;color:#111827;line-height:1.3}._CardDescription_vga3m_92{margin:0;font-size:13px;color:#6b7280;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._CardArrow_vga3m_104,._CardAction_vga3m_105{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#9ca3af}._CardAction_vga3m_105{color:#3b82f6}@media(max-width:768px){._IntegrationsGrid_vga3m_22{grid-template-columns:1fr}._IntegrationCard_vga3m_28,._AddCard_vga3m_29{padding:16px;min-height:80px}._CardIcon_vga3m_61{width:40px;height:40px}._IntegrationImage_vga3m_72{height:24px;max-width:32px}._CardTitle_vga3m_84{font-size:15px}._CardDescription_vga3m_92{font-size:12px}}.RTL ._IntegrationCard_vga3m_28,.RTL ._AddCard_vga3m_29,[dir=rtl] ._IntegrationCard_vga3m_28,[dir=rtl] ._AddCard_vga3m_29{text-align:right}._IntegrationsPage_wcvuv_1{padding:24px;max-width:1200px;margin:0 auto}@media(max-width:768px){._IntegrationsPage_wcvuv_1{padding:16px}}._expiredPage_dt0rs_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:var(--spacing-md);text-align:center;padding:var(--spacing-xl)}._expiredTitle_dt0rs_12{font-size:var(--font-size-xl);font-weight:600;color:var(--text-primary)}._expiredDescription_dt0rs_18{font-size:var(--font-size-md);color:var(--text-secondary);max-width:400px}._expiredButton_dt0rs_24{margin-top:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-lg);background:var(--primary);color:#fff;border:none;border-radius:var(--border-radius-md);font-size:var(--font-size-md);cursor:pointer;transition:opacity .2s}._expiredButton_dt0rs_24:hover{opacity:.9}._MarketingMessagesPage_rex1x_1{overflow:auto}._Modal_lfccf_1{width:100%;max-width:900px}._VisualCard_lfccf_6{min-height:400px}._ModalContent_lfccf_10{display:flex;flex-direction:column;gap:20px;padding:24px}._Title_lfccf_17{font-size:24px;font-weight:600;margin:0;color:#1a1a1a}._LoadingContainer_lfccf_24{display:flex;justify-content:center;align-items:center;padding:40px 0}._Error_lfccf_31{color:#d32f2f;background-color:#ffebee;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:8px}._FormContainer_lfccf_40{display:flex;flex-direction:column;gap:16px}._Row_lfccf_46{display:flex;flex-direction:row;gap:16px}._FlexItem_lfccf_52{flex:1}._ReadonlyTextarea_lfccf_56{background:#f8f8f8}._Hint_lfccf_60{font-size:13px;color:#585858;line-height:1.5;padding:12px;background-color:#f7f7fa;border-radius:8px;border-left:3px solid #2196f3}._Actions_lfccf_70{display:flex;gap:12px;justify-content:flex-end;padding-top:8px;margin-top:8px;border-top:1px solid #e0e0e0}._CancelButton_lfccf_79{padding:10px 24px;border:1px solid #d0d0d0;background:#fff;color:#333;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._CancelButton_lfccf_79:hover{background:#f5f5f5;border-color:#b0b0b0}._SaveButton_lfccf_96{padding:10px 24px;border:none;background:#2196f3;color:#fff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._SaveButton_lfccf_96:hover:not(:disabled){background:#1976d2}._SaveButton_lfccf_96:disabled{background:#bdbdbd;cursor:not-allowed;opacity:.6}@media(max-width:768px){._ModalContent_lfccf_10{padding:16px}._Row_lfccf_46{flex-direction:column;gap:12px}._Actions_lfccf_70{flex-direction:column-reverse}._CancelButton_lfccf_79,._SaveButton_lfccf_96{width:100%}}._Container_jtkic_1{padding:14px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;display:flex;flex-direction:column;gap:12px}._Header_jtkic_11{display:flex;flex-direction:column;gap:4px}._TitleRow_jtkic_17{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._TemplateName_jtkic_24{font-size:14px;font-weight:600;color:#111827}._SystemBadge_jtkic_30{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;background:#ede9fe;color:#6d28d9}._Description_jtkic_41{font-size:13px;color:#6b7280;margin:0;line-height:1.4}._Actions_jtkic_48{display:flex;align-items:center;gap:10px}._LanguageSelect_jtkic_54{font-size:13px;padding:6px 10px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#111827;cursor:pointer}._LanguageSelect_jtkic_54:focus{outline:none;border-color:var(--color--primary, #5d32d0)}._SuccessMessage_jtkic_69{font-size:13px;color:#047857;padding:8px 12px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px}._ErrorMessage_jtkic_78{font-size:13px;color:#ef4444;margin:0}._Container_5i4l1_4{display:flex;flex-direction:column;width:100%;height:100vh;overflow-y:auto;padding:32px 40px;box-sizing:border-box}._Container_5i4l1_4._NoPadding_5i4l1_14{padding:0;overflow:hidden}._variant-monday_5i4l1_20{background-color:#f7f9fc;font-family:Roboto,Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#323338}._variant-monday_5i4l1_20 ._Title_5i4l1_31{color:#323338}._variant-monday_5i4l1_20 ._Description_5i4l1_35{color:#676879}._variant-monday_5i4l1_20 ._ErrorBanner_5i4l1_39{background-color:#ffeaea;border-color:#e2445c;color:#333}._variant-monday_5i4l1_20 ._LoadingWrapper_5i4l1_45{color:#676879}._variant-wix_5i4l1_50{background-color:#f0f4f7;font-family:Madefor,Helvetica Neue,-apple-system,BlinkMacSystemFont,sans-serif;color:#162d3d}._variant-wix_5i4l1_50 ._Title_5i4l1_31{color:#162d3d}._variant-wix_5i4l1_50 ._Description_5i4l1_35{color:#577083}._variant-wix_5i4l1_50 ._ErrorBanner_5i4l1_39{background-color:#fef0ef;border-color:#ee5951;color:#162d3d;border-radius:6px}._variant-wix_5i4l1_50 ._LoadingWrapper_5i4l1_45{color:#577083}._variant-woocommerce_5i4l1_81{background-color:#f3f0f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#2c2338}._variant-woocommerce_5i4l1_81 ._Title_5i4l1_31{color:#2c2338}._variant-woocommerce_5i4l1_81 ._Description_5i4l1_35{color:#6b5b7b}._variant-woocommerce_5i4l1_81 ._ErrorBanner_5i4l1_39{background-color:#fef0ef;border-color:#ee5951;color:#2c2338;border-radius:6px}._variant-woocommerce_5i4l1_81 ._LoadingWrapper_5i4l1_45{color:#6b5b7b}._Header_5i4l1_112{margin-bottom:24px;max-width:800px}._Title_5i4l1_31{font-size:24px;font-weight:500;margin:0 0 8px;line-height:1.2}._Description_5i4l1_35{font-size:14px;line-height:1.5;margin:0;max-width:600px}._Content_5i4l1_132{display:flex;flex-direction:column;gap:24px;max-width:800px;width:100%}._ErrorBanner_5i4l1_39{border:1px solid;padding:12px 16px;border-radius:4px;margin-bottom:24px;font-size:14px;display:flex;align-items:center;gap:8px}._LoadingWrapper_5i4l1_45{display:flex;align-items:center;justify-content:center;height:100%;width:100%}._Centered_5i4l1_162{align-items:center;justify-content:center;padding:0;min-height:100vh}._Centered_5i4l1_162 ._Header_5i4l1_112{display:none}._ContentCentered_5i4l1_173{display:flex;flex-direction:column;width:100%;height:100%;min-height:100vh;max-width:none;align-items:center;justify-content:center}._FullWidth_5i4l1_184{display:flex;flex-direction:column;width:100%;max-width:none}._Container_16cjo_2{display:flex;flex-direction:column;gap:16px;width:100%;flex:1;overflow-y:auto;padding:8px 16px 8px 8px;margin-right:-12px;scrollbar-gutter:stable}._Container_16cjo_2::-webkit-scrollbar{width:6px}._Container_16cjo_2::-webkit-scrollbar-track{background:transparent}._Container_16cjo_2::-webkit-scrollbar-thumb{background-color:#d0d4e4;border-radius:20px}._Container_16cjo_2::-webkit-scrollbar-thumb:hover{background-color:#c3c6d4}._Item_16cjo_29{display:flex;align-items:center;padding:16px;background:#fff;border:1px solid #d0d4e4;border-radius:12px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;flex-shrink:0}._Item_16cjo_29:hover{background-color:#fff;border-color:#6161ff;box-shadow:0 4px 20px #6161ff1f;transform:translateY(-1px)}._Item_16cjo_29:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#6161ff;opacity:0;transition:opacity .2s}._Item_16cjo_29:hover:before{opacity:1}._IconWrapper_16cjo_66{width:44px;height:44px;border-radius:12px;background-color:#f0f0ff;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0;color:#6161ff}._Initials_16cjo_79{font-weight:600;font-size:14px;letter-spacing:.5px}._Info_16cjo_85{flex:1;min-width:0;display:flex;flex-direction:column}._Name_16cjo_92{font-size:15px;font-weight:600;color:#323338;margin:0 0 4px}._Description_16cjo_99{font-size:13px;color:#676879;margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}._ChannelRow_16cjo_109{display:flex;align-items:center;gap:12px;margin-top:2px}._ChannelBadge_16cjo_116{display:flex;align-items:center;gap:6px;background-color:#f7f9fc;padding:4px 10px;border-radius:8px;border:1px solid #e6e9ef}._ChannelHandle_16cjo_126{font-size:11px;color:#323338;font-weight:600}._StatusIndicator_16cjo_132{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}._StatusDot_16cjo_142{width:6px;height:6px;border-radius:50%}._Enabled_16cjo_148{color:#00ca72}._Enabled_16cjo_148 ._StatusDot_16cjo_142{background-color:#00ca72;box-shadow:0 0 6px #00ca7280}._Disabled_16cjo_157{color:#676879}._Disabled_16cjo_157 ._StatusDot_16cjo_142{background-color:#c3c6d4}._Arrow_16cjo_165{color:#c3c6d4;margin-left:12px;transition:all .2s}._Item_16cjo_29:hover ._Arrow_16cjo_165{color:#6161ff;transform:translate(4px)}[dir=rtl] ._IconWrapper_16cjo_66{margin-right:0;margin-left:16px}[dir=rtl] ._Item_16cjo_29:before{left:auto;right:0}[dir=rtl] ._Arrow_16cjo_165{margin-left:0;margin-right:12px;transform:scaleX(-1)}[dir=rtl] ._Item_16cjo_29:hover ._Arrow_16cjo_165{transform:scaleX(-1) translate(4px)}._Container_s5e1c_1{display:flex;flex-direction:column;gap:8px;width:100%;max-width:440px}._Label_s5e1c_9{font-size:12px;font-weight:600;color:#676879;text-transform:uppercase;letter-spacing:.5px}._Select_s5e1c_17{width:100%;padding:12px 40px 12px 16px;font-size:14px;font-weight:500;color:#323338;background-color:#fff;border:1px solid #d0d4e4;border-radius:8px;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23676879' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:20px}._Select_s5e1c_17:hover:not(:disabled){border-color:#6161ff}._Select_s5e1c_17:focus{outline:none;border-color:#6161ff;box-shadow:0 0 0 3px #6161ff26}._Select_s5e1c_17:disabled{background-color:#f7f9fc;color:#c3c6d4;cursor:not-allowed}._Loading_s5e1c_52{padding:12px 16px;font-size:13px;color:#676879;background-color:#f7f9fc;border:1px solid #d0d4e4;border-radius:8px}._Error_s5e1c_61{padding:12px 16px;font-size:13px;color:#e2445c;background-color:#fff5f6;border:1px solid #e2445c;border-radius:8px}[dir=rtl] ._Select_s5e1c_17{background-position:left 12px center;padding-right:16px;padding-left:40px}._SplitLayout_ahf5b_1{display:flex;width:100%;height:100vh;background-color:#f7f9fc;overflow:hidden}._StatusColumn_ahf5b_10{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px;border-right:1px solid #d0d4e4;background-color:#f7f9fc;z-index:10;gap:20px;overflow-y:auto}._StatusCard_ahf5b_24{width:100%;max-width:440px;display:flex;align-items:center;padding:16px;background:#fff;border:1px solid #d0d4e4;border-radius:12px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 4px 12px #0000000d}._StatusCard_ahf5b_24:hover{background-color:#fff;border-color:#6161ff;box-shadow:0 4px 20px #6161ff1f;transform:translateY(-1px)}._StatusCard_ahf5b_24:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#6161ff;opacity:1}._IconWrapper_ahf5b_57{width:44px;height:44px;border-radius:12px;background-color:#f0f0ff;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0;color:#6161ff}._Initials_ahf5b_70{font-weight:600;font-size:14px;letter-spacing:.5px}._Info_ahf5b_76{flex:1;min-width:0;display:flex;flex-direction:column}._AssistantName_ahf5b_83{font-size:15px;font-weight:600;color:#323338;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._WorkspaceName_ahf5b_93{font-size:11px;color:#6161ff;background-color:#f0f0ff;padding:2px 8px;border-radius:4px;margin:0 0 6px;display:inline-block;font-weight:500}._AssistantDescription_ahf5b_104{font-size:13px;color:#676879;margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}._ChannelRow_ahf5b_114{display:flex;align-items:center;gap:12px;margin-top:2px}._ChannelBadge_ahf5b_121{display:flex;align-items:center;gap:6px;background-color:#f7f9fc;padding:4px 10px;border-radius:8px;border:1px solid #e6e9ef}._ChannelHandle_ahf5b_131{font-size:11px;color:#323338;font-weight:600}._StatusIndicator_ahf5b_137{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}._StatusDot_ahf5b_147{width:6px;height:6px;border-radius:50%}._Enabled_ahf5b_153{color:#00ca72}._Enabled_ahf5b_153 ._StatusDot_ahf5b_147{background-color:#00ca72;box-shadow:0 0 6px #00ca7280}._Disabled_ahf5b_162{color:#676879}._Disabled_ahf5b_162 ._StatusDot_ahf5b_147{background-color:#c3c6d4}._ToggleWrapper_ahf5b_170{margin-left:12px;display:flex;align-items:center;align-self:center}._LinksSection_ahf5b_178{display:flex;justify-content:center;align-items:center;gap:24px;width:100%;max-width:440px}._TextLink_ahf5b_187{background:none;border:none;padding:0;font-size:13px;font-weight:500;color:#676879;cursor:pointer;text-decoration:underline;transition:color .2s}._TextLink_ahf5b_187:hover{color:#6161ff}._DangerLink_ahf5b_203{color:#676879}._DangerLink_ahf5b_203:hover{color:#e2445c}._SyncSettingsSection_ahf5b_212{width:100%;max-width:440px;margin-top:4px}._MarketColumn_ahf5b_219{flex:1.2;position:relative;display:flex;flex-direction:column;justify-content:center;color:#323338}._MarketContent_ahf5b_228{position:relative;z-index:2;padding:60px;display:flex;flex-direction:column;gap:40px}._MarketHeader_ahf5b_237{display:flex;flex-direction:column;gap:12px}._MarketLogo_ahf5b_243{height:32px;width:auto;margin-bottom:8px;object-fit:contain}._MarketTitle_ahf5b_250{font-size:32px;font-weight:800;margin:0;line-height:1.2;color:#1a1a1b}._MarketDescription_ahf5b_258{font-size:15px;color:#475569;line-height:1.6;max-width:480px}._PlatformCard_ahf5b_265{background:#fff;border:1px solid #d0d4e4;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:4px;box-shadow:0 4px 24px #3730a314;max-width:440px}._ActionLink_ahf5b_277{display:flex;align-items:center;padding:16px;border-radius:12px;text-decoration:none;transition:all .2s ease-in-out}._ActionLink_ahf5b_277:hover{background-color:#f8f9ff;transform:translate(6px)}._ActionInfo_ahf5b_291{flex:1;display:flex;flex-direction:column;gap:2px}._ActionTitle_ahf5b_298{font-size:15px;font-weight:700;color:#1a1a1b}._ActionHint_ahf5b_304{font-size:13px;color:#676879;line-height:1.4}._SectionTitle_ahf5b_310{font-size:11px;font-weight:700;color:#676879;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:12px;padding-left:12px}[dir=rtl] ._StatusCard_ahf5b_24:before{left:auto;right:0}[dir=rtl] ._IconWrapper_ahf5b_57{margin-right:0;margin-left:16px}[dir=rtl] ._ToggleWrapper_ahf5b_170{margin-left:0;margin-right:16px}[dir=rtl] ._StatusColumn_ahf5b_10{border-right:none;border-left:1px solid #d0d4e4}[dir=rtl] ._ActionLink_ahf5b_277:hover{transform:translate(-6px)}._Container_1uqzw_2{display:flex;flex-direction:column;gap:16px;width:100%;flex:1;overflow-y:auto;padding:8px 16px 8px 8px;margin-right:-12px;scrollbar-gutter:stable}._Container_1uqzw_2::-webkit-scrollbar{width:6px}._Container_1uqzw_2::-webkit-scrollbar-track{background:transparent}._Container_1uqzw_2::-webkit-scrollbar-thumb{background-color:#d0d4e4;border-radius:20px}._Container_1uqzw_2::-webkit-scrollbar-thumb:hover{background-color:#c3c6d4}._Item_1uqzw_29{display:flex;align-items:center;padding:16px;background:#fff;border:1px solid #d0d4e4;border-radius:12px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;flex-shrink:0}._Item_1uqzw_29:hover{background-color:#fff;border-color:#6161ff;box-shadow:0 4px 20px #6161ff1f;transform:translateY(-1px)}._Item_1uqzw_29:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#6161ff;opacity:0;transition:opacity .2s}._Item_1uqzw_29:hover:before{opacity:1}._Item_1uqzw_29._Current_1uqzw_67{border-color:#00ca72;background-color:#f7fff9}._Item_1uqzw_29._Current_1uqzw_67:before{background-color:#00ca72;opacity:1}._Item_1uqzw_29._Current_1uqzw_67:hover{border-color:#00ca72;box-shadow:0 4px 20px #00ca7226}._IconWrapper_1uqzw_82{width:44px;height:44px;border-radius:12px;background-color:#f0f0ff;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0;color:#6161ff}._Item_1uqzw_29._Current_1uqzw_67 ._IconWrapper_1uqzw_82{background-color:#e5fff0;color:#00854d}._Initials_1uqzw_100{font-weight:600;font-size:14px;letter-spacing:.5px}._Info_1uqzw_106{flex:1;min-width:0;display:flex;flex-direction:column}._NameRow_1uqzw_113{display:flex;align-items:center;gap:8px}._Name_1uqzw_113{font-size:15px;font-weight:600;color:#323338;margin:0}._CurrentBadge_1uqzw_126{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#00854d;background-color:#e5fff0;padding:2px 8px;border-radius:4px}._Meta_1uqzw_137{font-size:13px;color:#676879;margin:4px 0 0}._Arrow_1uqzw_143{color:#c3c6d4;margin-left:12px;transition:all .2s}._Item_1uqzw_29:hover ._Arrow_1uqzw_143{color:#6161ff;transform:translate(4px)}._Item_1uqzw_29._Current_1uqzw_67:hover ._Arrow_1uqzw_143{color:#00854d}._AddButton_1uqzw_159{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;background:transparent;border:2px dashed #d0d4e4;border-radius:12px;cursor:pointer;transition:all .2s;color:#676879;font-size:14px;font-weight:500;flex-shrink:0}._AddButton_1uqzw_159:hover{border-color:#6161ff;color:#6161ff;background-color:#f0f0ff}[dir=rtl] ._IconWrapper_1uqzw_82{margin-right:0;margin-left:16px}[dir=rtl] ._Item_1uqzw_29:before{left:auto;right:0}[dir=rtl] ._Arrow_1uqzw_143{margin-left:0;margin-right:12px;transform:scaleX(-1)}[dir=rtl] ._Item_1uqzw_29:hover ._Arrow_1uqzw_143{transform:scaleX(-1) translate(4px)}._Container_gvcef_2{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px 24px;box-sizing:border-box}._ContentWrapper_gvcef_12{width:100%;max-width:440px;background-color:#fff;border:1px solid #d0d4e4;border-radius:8px;padding:48px 40px;display:flex;flex-direction:column;gap:32px;box-shadow:0 8px 24px #00000014}._HeaderGroup_gvcef_25{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}._FullLogo_gvcef_33{height:36px;width:auto}._Title_gvcef_38{font-size:24px;font-weight:500;color:#323338;margin:0}._Description_gvcef_45{font-size:15px;color:#676879;margin:0;line-height:1.5}._FeaturesList_gvcef_53{display:flex;flex-direction:column;gap:24px;padding:8px 0}._FeatureItem_gvcef_60{display:flex;align-items:center;gap:16px}._FeatureIcon_gvcef_66{width:40px;height:40px;border-radius:12px;background-color:#f0f0ff;display:flex;align-items:center;justify-content:center;color:#6161ff;flex-shrink:0}._FeatureText_gvcef_78{display:flex;flex-direction:column;gap:2px}._FeatureTitle_gvcef_84{font-size:14px;font-weight:500;color:#323338}._FeatureDesc_gvcef_90{font-size:13px;color:#676879;line-height:1.4}._AccountInfo_gvcef_97{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#676879;padding:20px 0;border-top:1px solid #f0f0f0;align-items:center}._AccountLabel_gvcef_108{font-weight:400}._AccountEmail_gvcef_112{color:#323338;font-weight:500}._ActionRow_gvcef_117{display:flex;flex-direction:column;gap:12px}._ConnectButton_gvcef_123{width:100%;height:44px!important;border-radius:4px!important;font-weight:500!important;justify-content:center;background-color:#6161ff!important;border-color:#6161ff!important;font-size:15px!important}._ConnectButton_gvcef_123:hover{background-color:#4b4bdb!important}._PermissionsText_gvcef_138{font-size:12px;color:#9aa5b1;text-align:center;margin:0}._Container_32sb9_2{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px 24px;box-sizing:border-box}._ContentWrapper_32sb9_12{width:100%;max-width:480px;background-color:#fff;border:1px solid #d0d4e4;border-radius:8px;padding:40px;display:flex;flex-direction:column;gap:24px;box-shadow:0 8px 24px #00000014;height:calc(100vh - 64px);max-height:800px}._HeaderGroup_32sb9_27{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}._FullLogo_32sb9_35{height:36px;width:auto}._Title_32sb9_40{font-size:24px;font-weight:500;color:#323338;margin:0}._Description_32sb9_47{font-size:15px;color:#676879;margin:0;line-height:1.5}._DisconnectSection_32sb9_54{margin-top:4px;text-align:center}._Divider_32sb9_59{height:1px;width:100%;background-color:#f0f0f0;border:none;margin:0}._DisconnectButton_32sb9_67{background:none;border:none;color:#ef4444;font-size:13px;cursor:pointer;text-decoration:underline;transition:all .2s}._DisconnectButton_32sb9_67:hover{color:#dc2626;opacity:.8}._BackButton_32sb9_82{background:none;border:none;color:#6161ff;font-size:13px;cursor:pointer;text-decoration:underline;transition:all .2s;margin-right:16px}._BackButton_32sb9_82:hover{color:#4848cc;opacity:.8}._NoAssistantsContent_32sb9_99{display:flex;flex-direction:column;gap:32px}._Step_32sb9_105{display:flex;align-items:center;gap:16px}._StepNumber_32sb9_111{width:28px;height:28px;border-radius:50%;background-color:#f0f0ff;color:#6161ff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex-shrink:0}._StepText_32sb9_125{font-size:14px;color:#323338;line-height:1.4}._Features_32sb9_131{display:flex;flex-direction:column;gap:20px}._loadingContainer_14teu_1{display:flex;align-items:center;justify-content:center;height:100vh;width:100%;background-color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}._conversationContainer_14teu_15{height:100vh;width:100%;background-color:#fff;display:flex;flex-direction:column}._emptyStateContainer_14teu_23{display:flex;align-items:center;justify-content:center;height:100vh;width:100%;background-color:#f8fafc;padding:24px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}._emptyStateCard_14teu_38{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:40px;text-align:center;max-width:480px;width:100%;box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003;display:flex;flex-direction:column;align-items:center}._iconWrapper_14teu_54{width:80px;height:80px;border-radius:24px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:inset 0 2px 4px #ffffff80}._emptyStateTitle_14teu_66{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 12px;letter-spacing:-.01em}._emptyStateMessage_14teu_74{color:#64748b;font-size:15px;line-height:1.6;margin:0}._emptyStateSubtext_14teu_81{font-size:13px;color:#94a3b8;margin-top:12px}._IconWrapper_170ub_3{margin-bottom:24px}._SuccessIcon_170ub_7{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;margin:0 auto}._ErrorIcon_170ub_18{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#ef4444,#dc2626);display:flex;align-items:center;justify-content:center;margin:0 auto}._AssistantId_170ub_29{font-size:12px;color:#888;margin:0 0 8px;font-family:monospace}._Countdown_170ub_36{font-size:13px;color:#888;margin:0 0 24px}._CloseButton_170ub_42{width:100%}._Container_1jmaa_2{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px 24px;box-sizing:border-box}._ContentWrapper_1jmaa_12{width:100%;max-width:440px;background-color:#fff;border:1px solid #d0d4e4;border-radius:8px;padding:48px 40px;display:flex;flex-direction:column;gap:32px;box-shadow:0 8px 24px #00000014;align-items:center;text-align:center}._HeaderGroup_1jmaa_27{display:flex;flex-direction:column;gap:16px;align-items:center}._FullLogo_1jmaa_34{height:36px;width:auto}._Title_1jmaa_39{font-size:24px;font-weight:500;color:#323338;margin:0}._Description_1jmaa_46{font-size:15px;color:#676879;margin:0;line-height:1.5}._IconWrapper_1jmaa_53{margin:16px 0}._SuccessIcon_1jmaa_57,._ErrorIcon_1jmaa_58{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}._SuccessIcon_1jmaa_57{background-color:#00ca72;box-shadow:0 4px 12px #00ca7233}._ErrorIcon_1jmaa_58{background-color:#e2445c;box-shadow:0 4px 12px #e2445c33}._SuccessIcon_1jmaa_57 svg,._ErrorIcon_1jmaa_58 svg{display:block;margin:0}._Countdown_1jmaa_84{font-size:14px;color:#676879;margin:0}._ButtonGroup_1jmaa_90{display:flex;flex-direction:column;gap:12px;width:100%}._RetryButton_1jmaa_97,._CloseButton_1jmaa_98{width:100%}._Container_1sckn_2{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px 24px;box-sizing:border-box}._ContentWrapper_1sckn_12{width:100%;max-width:440px;background-color:#fff;border:1px solid #d0d4e4;border-radius:8px;padding:48px 40px;display:flex;flex-direction:column;gap:32px;box-shadow:0 8px 24px #00000014}._HeaderGroup_1sckn_25{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}._FullLogo_1sckn_33{height:36px;width:auto}._Title_1sckn_38{font-size:24px;font-weight:500;color:#323338;margin:0}._Description_1sckn_45{font-size:15px;color:#676879;margin:0;line-height:1.5}._Features_1sckn_53{display:flex;flex-direction:column;gap:24px;padding:8px 0}._Feature_1sckn_53{display:flex;align-items:center;gap:16px}._FeatureIcon_1sckn_66{width:40px;height:40px;border-radius:12px;background-color:#f0f0ff;display:flex;align-items:center;justify-content:center;color:#6161ff;flex-shrink:0}._FeatureText_1sckn_78{display:flex;flex-direction:column;gap:2px}._FeatureTitle_1sckn_84{font-size:14px;font-weight:500;color:#323338}._FeatureDesc_1sckn_90{font-size:13px;color:#676879;line-height:1.4}._LoginSection_1sckn_96{display:flex;flex-direction:column;gap:16px;align-items:center;border-top:1px solid #f0f0f0;padding-top:24px}._LoginButton_1sckn_105{width:100%}._Terms_1sckn_109{font-size:12px;color:#9aa5b1;text-align:center;margin:0;line-height:1.6}._Terms_1sckn_109 a{color:#6161ff;text-decoration:none}._Terms_1sckn_109 a:hover{text-decoration:underline}._ContentWrapper_sig4h_3{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;max-width:400px;margin:0 auto}._HeaderGroup_sig4h_14{margin-bottom:24px}._Title_sig4h_18{font-size:24px;font-weight:600;color:#2c2338;margin:0 0 8px}._Description_sig4h_25{font-size:14px;color:#6b5b7b;margin:0;line-height:1.5}._IconWrapper_sig4h_32{margin-bottom:24px}._SuccessIcon_sig4h_36{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;margin:0 auto}._ErrorIcon_sig4h_47{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#ee5951,#d9534f);display:flex;align-items:center;justify-content:center;margin:0 auto}._AssistantId_sig4h_58{font-size:12px;color:#7a92a5;margin:0 0 8px;font-family:monospace}._Countdown_sig4h_65{font-size:13px;color:#7a92a5;margin:0 0 24px}._CloseButton_sig4h_71{width:100%}._ContentWrapper_1ydw5_2{width:100%;max-width:440px;background-color:#fff;border:1px solid #dfe5eb;border-radius:8px;padding:48px 40px;display:flex;flex-direction:column;gap:32px;box-shadow:0 8px 24px #00000014}._HeaderGroup_1ydw5_15{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}._FullLogo_1ydw5_23{height:36px;width:auto}._Title_1ydw5_28{font-size:24px;font-weight:500;color:#162d3d;margin:0}._Description_1ydw5_35{font-size:15px;color:#577083;margin:0;line-height:1.5}._Features_1ydw5_43{display:flex;flex-direction:column;gap:24px;padding:8px 0}._Feature_1ydw5_43{display:flex;align-items:center;gap:16px}._FeatureIcon_1ydw5_56{width:40px;height:40px;border-radius:12px;background-color:#f0e6ff;display:flex;align-items:center;justify-content:center;color:#7f54b3;flex-shrink:0}._FeatureText_1ydw5_68{display:flex;flex-direction:column;gap:2px}._FeatureTitle_1ydw5_74{font-size:14px;font-weight:500;color:#162d3d}._FeatureDesc_1ydw5_80{font-size:13px;color:#577083;line-height:1.4}._LoginSection_1ydw5_86{display:flex;flex-direction:column;gap:16px;align-items:center;border-top:1px solid #f0f4f7;padding-top:24px}._LoginButton_1ydw5_95{width:100%}._Terms_1ydw5_99{font-size:12px;color:#7a92a5;text-align:center;margin:0;line-height:1.6}._Terms_1ydw5_99 a{color:#7f54b3;text-decoration:none}._Terms_1ydw5_99 a:hover{text-decoration:underline}._ContentWrapper_3d7dv_3{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;max-width:400px;margin:0 auto}._HeaderGroup_3d7dv_14{margin-bottom:24px}._Title_3d7dv_18{font-size:24px;font-weight:600;color:#162d3d;margin:0 0 8px}._Description_3d7dv_25{font-size:14px;color:#577083;margin:0;line-height:1.5}._IconWrapper_3d7dv_32{margin-bottom:24px}._SuccessIcon_3d7dv_36{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;margin:0 auto}._ErrorIcon_3d7dv_47{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#ee5951,#d9534f);display:flex;align-items:center;justify-content:center;margin:0 auto}._AssistantId_3d7dv_58{font-size:12px;color:#7a92a5;margin:0 0 8px;font-family:monospace}._Countdown_3d7dv_65{font-size:13px;color:#7a92a5;margin:0 0 24px}._CloseButton_3d7dv_71{width:100%}._Container_185hz_2{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px 24px;box-sizing:border-box}._ContentWrapper_185hz_12{width:100%;max-width:440px;background-color:#fff;border:1px solid #dfe5eb;border-radius:8px;padding:48px 40px;display:flex;flex-direction:column;gap:32px;box-shadow:0 8px 24px #00000014;align-items:center;text-align:center}._HeaderGroup_185hz_27{display:flex;flex-direction:column;gap:16px;align-items:center}._FullLogo_185hz_34{height:36px;width:auto}._Title_185hz_39{font-size:24px;font-weight:500;color:#162d3d;margin:0}._Description_185hz_46{font-size:15px;color:#577083;margin:0;line-height:1.5}._IconWrapper_185hz_53{margin:16px 0}._SuccessIcon_185hz_57,._ErrorIcon_185hz_58{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}._SuccessIcon_185hz_57{background-color:#22c55e;box-shadow:0 4px 12px #22c55e33}._ErrorIcon_185hz_58{background-color:#ee5951;box-shadow:0 4px 12px #ee595133}._SuccessIcon_185hz_57 svg,._ErrorIcon_185hz_58 svg{display:block;margin:0}._Countdown_185hz_84{font-size:14px;color:#577083;margin:0}._ButtonGroup_185hz_90{display:flex;flex-direction:column;gap:12px;width:100%}._RetryButton_185hz_97,._CloseButton_185hz_98{width:100%}._Container_1gl64_2{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px 24px;box-sizing:border-box}._ContentWrapper_1gl64_12{width:100%;max-width:440px;background-color:#fff;border:1px solid #dfe5eb;border-radius:8px;padding:48px 40px;display:flex;flex-direction:column;gap:32px;box-shadow:0 8px 24px #00000014}._HeaderGroup_1gl64_25{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}._FullLogo_1gl64_33{height:36px;width:auto}._Title_1gl64_38{font-size:24px;font-weight:500;color:#162d3d;margin:0}._Description_1gl64_45{font-size:15px;color:#577083;margin:0;line-height:1.5}._Features_1gl64_53{display:flex;flex-direction:column;gap:24px;padding:8px 0}._Feature_1gl64_53{display:flex;align-items:center;gap:16px}._FeatureIcon_1gl64_66{width:40px;height:40px;border-radius:12px;background-color:#e7f0ff;display:flex;align-items:center;justify-content:center;color:#116dff;flex-shrink:0}._FeatureText_1gl64_78{display:flex;flex-direction:column;gap:2px}._FeatureTitle_1gl64_84{font-size:14px;font-weight:500;color:#162d3d}._FeatureDesc_1gl64_90{font-size:13px;color:#577083;line-height:1.4}._LoginSection_1gl64_96{display:flex;flex-direction:column;gap:16px;align-items:center;border-top:1px solid #f0f4f7;padding-top:24px}._LoginButton_1gl64_105{width:100%}._Terms_1gl64_109{font-size:12px;color:#7a92a5;text-align:center;margin:0;line-height:1.6}._Terms_1gl64_109 a{color:#116dff;text-decoration:none}._Terms_1gl64_109 a:hover{text-decoration:underline}._IconWrapper_1155m_1{margin-bottom:24px}._SuccessIcon_1155m_5{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;margin:0 auto}._ErrorIcon_1155m_16{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#ef4444,#dc2626);display:flex;align-items:center;justify-content:center;margin:0 auto}._Countdown_1155m_27{font-size:13px;color:#888;margin:0 0 24px}._CloseButton_1155m_33{width:100%}._ContentWrapper_1nv6p_2{width:100%;max-width:440px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:48px 40px;display:flex;flex-direction:column;gap:32px;box-shadow:0 8px 24px #00000014;align-items:center;text-align:center}._HeaderGroup_1nv6p_17{display:flex;flex-direction:column;gap:16px;align-items:center}._Title_1nv6p_24{font-size:24px;font-weight:500;color:#323338;margin:0}._Description_1nv6p_31{font-size:15px;color:#676879;margin:0;line-height:1.5}._IconWrapper_1nv6p_38{margin:16px 0}._SuccessIcon_1nv6p_42,._ErrorIcon_1nv6p_43{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}._SuccessIcon_1nv6p_42{background-color:#16a34a;box-shadow:0 4px 12px #16a34a33}._ErrorIcon_1nv6p_43{background-color:#ef4444;box-shadow:0 4px 12px #ef444433}._SuccessIcon_1nv6p_42 svg,._ErrorIcon_1nv6p_43 svg{display:block;margin:0}._Countdown_1nv6p_69{font-size:14px;color:#676879;margin:0}._ButtonGroup_1nv6p_75{display:flex;flex-direction:column;gap:12px;width:100%}._RetryButton_1nv6p_82,._CloseButton_1nv6p_83{width:100%}._ContentWrapper_t8lyg_2{width:100%;max-width:440px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:48px 40px;display:flex;flex-direction:column;gap:32px;box-shadow:0 8px 24px #00000014}._HeaderGroup_t8lyg_15{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}._FullLogo_t8lyg_23{height:36px;width:auto}._Title_t8lyg_28{font-size:24px;font-weight:500;color:#323338;margin:0}._Description_t8lyg_35{font-size:15px;color:#676879;margin:0;line-height:1.5}._LoginSection_t8lyg_42{display:flex;flex-direction:column;gap:16px;align-items:center;border-top:1px solid #f0f0f0;padding-top:24px}._LoginButton_t8lyg_51{width:100%}._Terms_t8lyg_55{font-size:12px;color:#9aa5b1;text-align:center;margin:0;line-height:1.6}._Terms_t8lyg_55 a{color:#3b82f6;text-decoration:none}._Terms_t8lyg_55 a:hover{text-decoration:underline}._ShareAssistantHero_6o2ld_1{display:flex;flex-direction:column}._Content_6o2ld_6{display:flex;flex-direction:column;gap:20px}._Title_6o2ld_12{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}._Description_6o2ld_19{color:#585858;font-size:14px;line-height:1.6;margin:0 0 8px}._ChannelsSection_6o2ld_26{margin-top:8px}._ChannelIconsList_6o2ld_30{padding:0}._HowItWorks_6o2ld_34{margin-top:8px}._SectionTitle_6o2ld_38{font-size:15px;font-weight:600;margin:0 0 16px;color:#1a1a1a}._StepsList_6o2ld_45{display:flex;flex-direction:column;gap:16px}._Step_6o2ld_45{display:flex;align-items:flex-start;font-size:14px;line-height:1.5;color:#333}._StepContent_6o2ld_59{display:flex;flex-direction:column;gap:4px;flex:1}._StepTitle_6o2ld_66{font-weight:600;color:#1a1a1a}._StepDescription_6o2ld_71{color:#585858}._CTAContainer_6o2ld_75{margin-top:24px;padding-top:24px;border-top:1px solid #e0e0e0;display:flex;justify-content:center}._CTAButton_6o2ld_83{min-width:180px}@media(max-width:768px){._Title_6o2ld_12{font-size:20px}._Description_6o2ld_19,._Step_6o2ld_45{font-size:13px}}._ShareAssistantPage_fgm6m_1{max-width:1080px;margin:0 auto;display:flex;flex-direction:row;gap:20px;justify-content:center;align-items:center}@media(max-width:768px){._ShareAssistantPage_fgm6m_1{flex-direction:column-reverse}}._ShareAssistantHero_fgm6m_17{flex:1}._PreviewAssistantContainer_fgm6m_21{flex:1;min-height:70dvh;max-height:80dvh;display:flex;align-items:center;justify-content:center;padding:10px;margin-top:20px}@media(max-width:768px){._ShareAssistantHero_fgm6m_17{padding-top:60px}}._PreviewTitle_fgm6m_38{text-align:center;margin-bottom:16px}._Sources_l4wyb_1{display:flex;flex-direction:column;gap:24px;padding:0}._SectionTitle_l4wyb_8{font-size:18px;font-weight:600;color:#111827;margin:0 0 16px}._SourcesGrid_l4wyb_15{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:16px}._SourceCard_l4wyb_21{display:flex;align-items:center;gap:16px;padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;min-height:120px}._SourceCard_l4wyb_21:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-2px)}._CardIcon_l4wyb_41{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:12px}._CardContent_l4wyb_52{flex:1;min-width:0}._CardTitle_l4wyb_57{margin:0 0 6px;font-size:17px;font-weight:600;color:#111827;line-height:1.3}._CardDescription_l4wyb_65{margin:0;font-size:14px;color:#6b7280;line-height:1.5}._CardAction_l4wyb_72{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#9ca3af}@media(max-width:768px){._SourcesGrid_l4wyb_15{grid-template-columns:1fr}._SourceCard_l4wyb_21{padding:20px;min-height:100px}._CardIcon_l4wyb_41{width:48px;height:48px}._CardTitle_l4wyb_57{font-size:16px}._CardDescription_l4wyb_65{font-size:13px}}.RTL ._SourceCard_l4wyb_21,[dir=rtl] ._SourceCard_l4wyb_21{text-align:right}._SourcesPage_1561u_1{padding:24px;max-width:1200px;margin:0 auto}@media(max-width:768px){._SourcesPage_1561u_1{padding:16px}}._Training_1lw5i_1{display:flex;height:100vh;width:100%}._MainView_1lw5i_7{flex:1;overflow-y:auto;padding:24px;background:var(--color--white);display:flex;flex-direction:column;position:relative}._Sidebar_1lw5i_17{display:flex;flex-direction:column;height:100%;width:100%;min-width:0}._Tabs_1lw5i_25{display:flex;padding:12px;gap:8px;border-bottom:1px solid var(--color-light-gray)}._Tab_1lw5i_25{flex:1;padding:8px;font-size:13px;font-weight:600;text-align:center;border-radius:6px;cursor:pointer;transition:all .2s ease;color:var(--color-dark-gray)}._Tab_1lw5i_25:hover{background:var(--color--background--secondary)}._Tab_1lw5i_25._Active_1lw5i_48{background:var(--color--background--secondary);color:var(--color--primary);font-weight:700}._TabBadge_1lw5i_56{margin-left:6px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;font-size:10px;background:var(--color--red);color:#fff;border-radius:9px;padding:0 4px}._DrawerWrapper_1lw5i_70{min-width:0;flex:0 0 auto}._MobileHeader_1lw5i_75{display:none}@media(max-width:768px){._Training_1lw5i_1{height:calc(100svh - 50px);overflow:hidden}._DrawerWrapper_1lw5i_70{flex:1}._Tabs_1lw5i_25{display:none}._MainView_1lw5i_7{padding:0}._MobileListHeader_1lw5i_97{display:flex;align-items:center;gap:8px;padding:16px 16px 12px;border-bottom:1px solid var(--color-light-gray)}._MobileListTitle_1lw5i_105{font-size:18px;font-weight:700;margin:0}._MobileHeader_1lw5i_75{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--color--white);border-bottom:1px solid var(--color-light-gray)}._MobileBackButton_1lw5i_120{background:none;border:none;padding:10px;margin:-10px;cursor:pointer;display:flex;align-items:center;color:var(--color--black);font-size:14px;font-weight:500;gap:4px}.RTL ._MobileBackButton_1lw5i_120 svg{transform:scaleX(-1)}._MobileTitle_1lw5i_138{font-size:16px;font-weight:600}}._Drawer_1x1fi_1{padding:10px;border-right:1px solid var(--border-color)}._TrainingList_1x1fi_6{display:flex;flex-direction:column;height:100%;overflow-y:auto}._EmptyState_1x1fi_13{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center;gap:16px;color:var(--color--black);width:100%}._EmptyStateIcon_1x1fi_25{font-size:32px;opacity:.8;margin-bottom:4px}._EmptyStateTitle_1x1fi_31{font-size:var(--font-size-large);font-weight:600;color:var(--color--black);margin:0;text-align:center;width:100%}._EmptyStateDescription_1x1fi_40{font-size:var(--font-size-medium);line-height:1.6;opacity:1;max-width:280px;margin:0 auto;color:var(--color--black);font-weight:500;text-align:center;width:100%;display:flex;justify-content:center;align-items:center}._WhatsappCTA_1x1fi_55{display:flex;align-items:center;gap:8px;margin-top:24px;padding:10px 16px;background:#2fbc88;border-radius:var(--rounded-border-radius);color:#fff;font-weight:500;transition:all .2s ease;cursor:pointer}._WhatsappCTA_1x1fi_55:hover{background:#25a875}._WhatsappIconWrapper_1x1fi_73{display:flex;align-items:center;justify-content:center}._WhatsappIconWrapper_1x1fi_73 svg{width:20px;height:20px;fill:#fff}._DrawerWrapper_1x1fi_85{max-width:100%}._TrainingItem_1fatd_1{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);background-color:transparent;border-radius:8px;margin:2px 0}._TrainingItem_1fatd_1:hover{background-color:#00000008}._TrainingItem_1fatd_1._isSelected_1fatd_19{background-color:var(--color--primary--opacity)}._Main_1fatd_23{display:flex;flex-direction:column;flex:1;min-width:0;padding-right:12px}._Prompt_1fatd_31{font-size:15px;font-weight:500;color:var(--color--black);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}._Answer_1fatd_42{font-size:13px;color:var(--color-dark-gray);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;opacity:.75}._Meta_1fatd_52{display:flex;flex-direction:column;align-items:flex-end;gap:4px}._Timestamp_1fatd_59{font-size:11px;color:var(--color-dark-gray);white-space:nowrap;opacity:.6;font-weight:400}._Container_1vcyv_1{display:flex;flex-direction:column;height:100%;width:100%;min-width:0}._ProposalsList_1vcyv_9{display:flex;flex-direction:column;gap:12px;padding:12px;width:100%;min-width:0}._ProposalItem_1vcyv_18{padding:12px;background:#fff;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s ease;min-width:0}._ProposalItem_1vcyv_18:hover{border-color:var(--color-primary-500);box-shadow:0 2px 8px #0000000d}._ProposalItem_1vcyv_18._Active_1vcyv_33{border-color:var(--color-primary-500);background:var(--color-primary-50)}._ProposalHeader_1vcyv_38{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._Status_1vcyv_45{font-size:10px;font-weight:600;text-transform:uppercase;padding:2px 6px;border-radius:4px}._Status_1vcyv_45._pending_1vcyv_53{background:#fff7e6;color:#fa8c16}._Status_1vcyv_45._processing_1vcyv_57{background:#e6f7ff;color:#1890ff}._Status_1vcyv_45._approved_1vcyv_61{background:#f6ffed;color:#52c41a}._Status_1vcyv_45._applied_1vcyv_65{background:#f9f0ff;color:#722ed1}._Status_1vcyv_45._rejected_1vcyv_69{background:#fff1f0;color:#f5222d}._Date_1vcyv_74{font-size:11px;color:var(--color-gray-500)}._ProposalContent_1vcyv_79{font-size:12px;color:var(--color-gray-700);overflow:hidden}._Incorrect_1vcyv_85{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){._Incorrect_1vcyv_85{white-space:normal;word-break:break-word}}._EmptyState_1vcyv_98{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}._EmptyStateIcon_1vcyv_107{font-size:32px;margin-bottom:16px}._EmptyStateTitle_1vcyv_112{font-size:16px;font-weight:600;margin-bottom:8px}._EmptyStateDescription_1vcyv_118{font-size:13px;color:var(--color-gray-500);line-height:1.5}._ProposalViewer_1uy8r_2{display:flex;flex-direction:column;height:100%;background:#f8f9fa;border-radius:12px;overflow:hidden;position:relative}._StickyHeader_1uy8r_13{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e9ecef;padding:16px 24px 12px}._HeaderMain_1uy8r_22{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._TitleGroup_1uy8r_29{display:flex;align-items:center;gap:12px}._TitleGroup_1uy8r_29 h2{margin:0;font-size:18px;font-weight:700;color:#1a1d21}._HeaderActions_1uy8r_42{display:flex;align-items:center;gap:8px}._CloseBtn_1uy8r_48{background:transparent;border:none;padding:6px;border-radius:6px;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-inline-start:8px}._CloseBtn_1uy8r_48:hover{background:#f1f5f9;color:#0f172a}._HeaderMetadata_1uy8r_68{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#64748b}._MetadataItem_1uy8r_76{display:flex;align-items:center;gap:4px}._MetadataLabel_1uy8r_82{font-weight:500}._MetadataValue_1uy8r_86{color:#334155;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._Separator_1uy8r_94{color:#cbd5e1;margin-inline-start:8px}._TabsContainer_1uy8r_100{background:#fff;border-bottom:1px solid #e9ecef;padding:0 24px;display:flex;gap:24px}._TabButton_1uy8r_108{background:transparent;border:none;padding:12px 0;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;position:relative;transition:all .2s}._TabButton_1uy8r_108:hover{color:#0f172a}._ActiveTab_1uy8r_124{color:#06f}._ActiveTab_1uy8r_124:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#06f}._DisabledTab_1uy8r_138{opacity:.4;cursor:not-allowed}._Content_1uy8r_144{flex:1;overflow-y:auto;display:flex;flex-direction:column}._TabContent_1uy8r_151{padding:24px;flex:1}._PatchSummary_1uy8r_157{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin-bottom:24px;box-shadow:0 1px 3px #0000000d}._SummaryGrid_1uy8r_166{display:grid;grid-template-columns:auto 1fr;gap:20px 40px}._SummaryItem_1uy8r_172{display:flex;flex-direction:column;gap:8px}._SummaryItemFull_1uy8r_178{grid-column:1 / -1;display:flex;flex-direction:column;gap:8px}._SummaryItem_1uy8r_172 label,._SummaryItemFull_1uy8r_178 label{font-size:11px;font-weight:700;text-transform:uppercase;color:#64748b;letter-spacing:.05em}._AffectedAreas_1uy8r_194{display:flex;flex-wrap:wrap;gap:8px}._AreaTag_1uy8r_200{background:#f1f5f9;color:#475569;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500}._BriefExplanation_1uy8r_209{margin:0;font-size:14px;color:#334155;line-height:1.5}._PatchContainer_1uy8r_216{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:0;overflow-y:auto;max-height:60dvh}._ContextLayout_1uy8r_226{display:flex;flex-direction:column;gap:32px}._ContextSectionTitle_1uy8r_232{font-size:14px;font-weight:700;text-transform:uppercase;color:#64748b;letter-spacing:.05em;margin:0 0 16px}._ConversationSection_1uy8r_241{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px}._ConversationDescription_1uy8r_248{font-size:13px;color:#64748b;margin:0 0 16px;font-style:italic}._ConversationContainer_1uy8r_255{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;max-height:50dvh;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:20px}._ContextChat_1uy8r_267{font-size:14px!important}._InstructionsContainer_1uy8r_271{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:16px}._InstructionsContent_1uy8r_278{font-size:14px;color:#1e293b;line-height:1.6;white-space:pre-wrap;word-break:break-word}._MessageContainer_1uy8r_287{display:flex;flex-direction:column;gap:12px;padding:12px 4px 0;border-top:2px solid #e2e8f0;margin-top:8px}._MessageBubbleContent_1uy8r_296{font-size:14px;line-height:1.6;padding:14px 16px;border-radius:12px;white-space:pre-wrap;word-break:break-word;position:relative}._IncorrectMessageBubble_1uy8r_307{display:flex;gap:10px;align-items:flex-start;justify-content:flex-start}._IncorrectMessageBubble_1uy8r_307 ._MessageBubbleContent_1uy8r_296{background-color:#f8f9fa;border:1px solid #e2e8f0;border-start-end-radius:4px;border-end-end-radius:4px;text-decoration:line-through;color:#94a3b8;max-width:90%}._DesiredMessageBubble_1uy8r_325{display:flex;gap:10px;align-items:flex-start;justify-content:flex-start;margin-top:4px}._DesiredMessageBubble_1uy8r_325 ._MessageBubbleContent_1uy8r_296{background-color:#fff;border:1px solid #cbd5e1;border-start-end-radius:4px;border-end-end-radius:4px;box-shadow:inset 0 1px 2px #0000000d;color:#1e293b;max-width:90%}._ErrorIcon_1uy8r_344{width:24px!important;height:24px!important;flex-shrink:0;padding:4px;border-radius:50%;background:#fee2e2;border:1px solid #fecaca;color:#ef4444}._ErrorIcon_1uy8r_344 path{fill:currentColor!important;stroke:none!important}._CheckIcon_1uy8r_360{width:24px!important;height:24px!important;flex-shrink:0;padding:4px;border-radius:50%;background:#dcfce7;border:1px solid #bbf7d0;color:#22c55e}._CheckIcon_1uy8r_360 path{fill:currentColor!important;stroke:none!important}._AnalysisView_1uy8r_377{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:32px;overflow-y:auto;max-height:60dvh}._AnalysisSection_1uy8r_388{display:flex;flex-direction:column;gap:12px}._AnalysisSection_1uy8r_388 label{font-size:11px;font-weight:700;text-transform:uppercase;color:#64748b;letter-spacing:.05em}._DiagnosticHeader_1uy8r_402{display:flex;align-items:center}._DiagnosticExplanation_1uy8r_407{background:#f1f5f9;border-inline-start:4px solid #cbd5e1;padding:20px;border-start-end-radius:8px;border-end-end-radius:8px;font-size:15px;line-height:1.7;color:#1e293b}._AnalysisMeta_1uy8r_418{margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0;font-size:13px;color:#94a3b8;font-style:italic}._AnalysisMetadata_1uy8r_427{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:12px}._MetadataRow_1uy8r_436{display:flex;align-items:center;gap:8px;font-size:13px}._MetadataRow_1uy8r_436 ._MetadataLabel_1uy8r_82{font-weight:500;color:#64748b;min-width:80px}._MetadataRow_1uy8r_436 ._MetadataValue_1uy8r_86{color:#334155;word-break:break-all}._ConversationView_1uy8r_455{background:#fff;border:1px solid #e2e8f0;border-radius:12px;height:100%;display:flex;flex-direction:column;overflow:hidden}._TimelineChat_1uy8r_465{padding:20px!important}._TargetMessageIndicator_1uy8r_469{margin-bottom:8px;display:flex}._TargetLabel_1uy8r_474{background:#06f;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;padding:2px 8px;border-radius:4px;letter-spacing:.05em}._StatusBadge_1uy8r_486{font-size:11px;font-weight:700;text-transform:uppercase;padding:4px 10px;border-radius:6px;letter-spacing:.5px}._StatusBadge_1uy8r_486._pending_1uy8r_495{background:#fff7e6;color:#fa8c16}._StatusBadge_1uy8r_486._processing_1uy8r_499{background:#e6f7ff;color:#1890ff}._StatusBadge_1uy8r_486._approved_1uy8r_503{background:#f6ffed;color:#52c41a}._StatusBadge_1uy8r_486._rejected_1uy8r_507{background:#fff1f0;color:#f5222d}._RootCauseBadge_1uy8r_512{padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;display:inline-block}._RootCauseBadgeLarge_1uy8r_521{padding:6px 14px;border-radius:8px;font-size:13px;font-weight:700;text-transform:uppercase}._RootCauseBadge_1uy8r_512._persona_1uy8r_529,._RootCauseBadgeLarge_1uy8r_521._persona_1uy8r_529{background:#f0f5ff;color:#2f54eb;border:1px solid #adc6ff}._RootCauseBadge_1uy8r_512._module_1uy8r_535,._RootCauseBadgeLarge_1uy8r_521._module_1uy8r_535{background:#fff7e6;color:#fa8c16;border:1px solid #ffd591}._RootCauseBadge_1uy8r_512._conflict_1uy8r_541,._RootCauseBadgeLarge_1uy8r_521._conflict_1uy8r_541{background:#fff1f0;color:#f5222d;border:1px solid #ffa39e}._RootCauseBadge_1uy8r_512._missing-rule_1uy8r_547,._RootCauseBadgeLarge_1uy8r_521._missing-rule_1uy8r_547{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}._RejectBtn_1uy8r_555{border-color:#ffccc7!important;color:#ff4d4f!important}._ApproveBtn_1uy8r_560{background:#06f!important;color:#fff!important;border:none!important;font-weight:600!important}._ApproveBtn_1uy8r_560:hover{background:#0052cc!important}._DeleteBtn_1uy8r_571{border-color:#ffccc7!important;color:#ff4d4f!important}._EmptyState_1uy8r_577{display:flex;align-items:center;justify-content:center;padding:60px;color:#94a3b8;font-size:15px;text-align:center}._ProcessingState_1uy8r_587{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;gap:16px}._Spinner_1uy8r_596{width:32px;height:32px;border:3px solid #f1f5f9;border-top:3px solid #0066ff;border-radius:50%;animation:_spin_1uy8r_1 1s linear infinite}@keyframes _spin_1uy8r_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._TableContainer_1uy8r_615{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}._PatchTable_1uy8r_622{display:flex;flex-direction:column;width:100%}._TableHeader_1uy8r_628{display:grid;grid-template-columns:140px 1fr 80px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-weight:700;color:#64748b}._HeaderCell_1uy8r_637{padding:12px 16px;font-size:11px;text-transform:uppercase;letter-spacing:.05em}._TableRow_1uy8r_644{display:flex;flex-direction:row;border-bottom:1px solid #e2e8f0}._TableCell_1uy8r_650{padding:16px;font-size:14px;border-inline-end:1px solid #e2e8f0}._TableCell_1uy8r_650:last-child{border-inline-end:none}._ModuleName_1uy8r_660{font-weight:600;color:#1e293b}._ModuleInfoGroup_1uy8r_665{display:flex;flex-direction:column;gap:8px;align-items:flex-start}._ModuleCellContent_1uy8r_672{display:flex;flex-direction:column}._ModuleContent_1uy8r_677{display:flex;flex-direction:column;gap:12px}._ModuleItem_1uy8r_683{background:#f8fafc;border-radius:8px;padding:12px;border-inline-start:3px solid #cbd5e1}._ModuleItemHeader_1uy8r_690{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:12px;color:#64748b}._ModuleItemContent_1uy8r_699{font-size:14px;color:#1e293b;line-height:1.5}._ModuleItemDetail_1uy8r_705{font-size:13px;color:#334155;line-height:1.5}._GenericField_1uy8r_712{display:flex;gap:8px;font-size:14px;margin-bottom:4px}._GenericField_1uy8r_712 label{font-weight:700;color:#64748b}._GenericList_1uy8r_724{display:flex;flex-direction:column;gap:16px}._GenericListItem_1uy8r_730{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}._ListItemHeader_1uy8r_737{background:#f1f5f9;padding:8px 12px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e2e8f0}._ListItemHeader_1uy8r_737 strong{font-size:13px;color:#1e293b}._ListItemBody_1uy8r_751{padding:12px}._GenericObject_1uy8r_755{display:flex;flex-direction:column;gap:8px}._ObjectField_1uy8r_761{display:flex;flex-direction:column;gap:4px}._FieldKey_1uy8r_767{font-size:11px;font-weight:700;text-transform:uppercase;color:#94a3b8;letter-spacing:.05em}._FieldValue_1uy8r_775{font-size:14px;color:#334155;padding-inline-start:8px;border-inline-start:2px solid #f1f5f9}._ChangeIndicator_1uy8r_783{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase}._ChangeIndicator_1uy8r_783._added_1uy8r_794{background:#dcfce7;color:#15803d}._ChangeIndicator_1uy8r_783._modified_1uy8r_798{background:#fef9c3;color:#854d0e}._ChangeIndicator_1uy8r_783._deleted_1uy8r_802{background:#fee2e2;color:#b91c1c}@media(max-width:768px){._ProposalViewer_1uy8r_2{border-radius:0}._StickyHeader_1uy8r_13{padding:12px 16px 10px}._HeaderMain_1uy8r_22{flex-direction:column;align-items:flex-start;gap:10px}._HeaderActions_1uy8r_42{width:100%;display:flex;gap:8px}._HeaderActions_1uy8r_42>*{flex:1}._TabsContainer_1uy8r_100{padding:0 16px;gap:16px}._TabContent_1uy8r_151{padding:16px}._ContextGrid_1uy8r_842,._SummaryGrid_1uy8r_166{grid-template-columns:1fr}._PatchSummary_1uy8r_157{padding:14px}._PatchContainer_1uy8r_216{max-height:none}._TableHeader_1uy8r_628{display:none}._TableRow_1uy8r_644{flex-direction:column}._TableCell_1uy8r_650{border-inline-end:none;border-bottom:1px solid #e2e8f0}._TableCell_1uy8r_650:last-child{border-bottom:none}._PatchActionButtons_1uy8r_875{justify-content:flex-end}._AnalysisView_1uy8r_377{max-height:none}._EditForm_1uy8r_883{width:100%}._ConversationContainer_1uy8r_255{max-height:none}}._EditModalContent_1uy8r_893{display:flex;flex-direction:column;gap:24px;padding:8px 0;max-width:800px;max-height:70vh;overflow-y:auto}._EditTextArea_1uy8r_904{width:100%;min-height:200px;resize:vertical;font-family:monospace;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px}._EditForm_1uy8r_883{display:flex;flex-direction:column;gap:16px;width:400px}._FormGroup_1uy8r_922{display:flex;flex-direction:column;gap:6px}._FormLabel_1uy8r_928{font-size:13px;font-weight:600;color:#64748b}._FormInput_1uy8r_934{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;transition:all .2s}._FormInput_1uy8r_934:focus,._FormTextArea_1uy8r_944:focus{outline:none;border-color:#06f;box-shadow:0 0 0 3px #0066ff1a}._FormTextArea_1uy8r_944{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;font-family:monospace;resize:vertical}._NestedGroup_1uy8r_960{border:1px solid #e2e8f0;border-radius:8px;padding:16px;background:#f8fafc}._NestedGroupTitle_1uy8r_967{margin:0 0 12px;font-size:13px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.05em}._NestedGroupContent_1uy8r_976{display:flex;flex-direction:column;gap:12px}._ModalActions_1uy8r_982{display:flex;justify-content:flex-end;gap:12px;margin-top:12px;padding-top:20px;border-top:1px solid #e2e8f0}._PatchActionButtons_1uy8r_875{display:flex;gap:8px;margin-top:8px}._ActionButton_1uy8r_998{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;background:transparent;border:1px solid #e2e8f0;color:#64748b;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}._ActionButton_1uy8r_998:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}._ActionButton_1uy8r_998._delete_1uy8r_802:hover{background:#fef2f2;color:#ef4444;border-color:#fecaca}._ActionButton_1uy8r_998:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}._ProposalEditedContent_19jkh_1{display:flex;flex-direction:column;gap:12px}._DesiredAnswerSection_19jkh_8{line-height:1.6}._InstructionsSection_19jkh_13{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:12px;margin-top:4px}._InstructionsHeader_19jkh_21{display:flex;align-items:center;gap:6px;margin-bottom:8px;color:#0369a1}._InstructionsLabel_19jkh_29{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}._InstructionsText_19jkh_36{font-size:13px;color:#1e293b;line-height:1.5;white-space:pre-wrap;word-break:break-word}._Container_8exym_1{display:flex;flex-direction:column;max-width:800px;margin:0 auto;width:100%;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}._Header_8exym_12{padding:24px;border-bottom:1px solid var(--color--border);display:flex;align-items:center;justify-content:space-between;position:relative}._Title_8exym_21{font-size:18px;font-weight:600;margin:0;color:var(--color--text)}._CloseButton_8exym_28{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#555;transition:color .2s}._CloseButton_8exym_28:hover{color:#000}._CloseIcon_8exym_41{width:24px!important;height:24px!important}._Content_8exym_46{padding:24px}._MessageContainer_8exym_50{display:flex;flex-direction:column;gap:12px;padding:0 4px}._MessageBubble_8exym_57{display:flex;gap:8px;align-items:flex-start}._MessageBubbleContent_8exym_63{font-size:13px;line-height:1.5;padding:12px;border-radius:12px;white-space:pre-wrap;position:relative}._UserMessage_8exym_72{justify-content:flex-start}._UserMessage_8exym_72 ._MessageBubbleContent_8exym_63{background-color:var(--color--primary);color:#fff;border-bottom-right-radius:4px;max-width:80%;text-align:right}._AssistantMessage_8exym_85{justify-content:flex-start}._AssistantMessage_8exym_85 ._MessageBubbleContent_8exym_63{background-color:var(--color--background-secondary);border:1px solid var(--color--border);border-bottom-left-radius:4px;text-decoration:line-through;color:var(--color--text-secondary);max-width:80%}._EditableSection_8exym_99{margin-top:24px;padding:24px;background:#fafafa;border-radius:12px;position:relative}._EditableSection_8exym_99:before{content:"";position:absolute;left:0;top:-12px;width:100%;height:1px;background:#eee}._EditableMessage_8exym_117{justify-content:flex-start;width:100%;flex-direction:column;gap:12px}._EditableLabelContainer_8exym_125{display:flex;justify-content:flex-end;align-items:center;gap:8px}._EditableLabel_8exym_125{display:flex;align-items:center;gap:6px;font-size:13px;color:#2fbc88;font-weight:500}._CheckIcon_8exym_141{width:16px!important;height:16px!important;color:#2fbc88!important}._EditableMessage_8exym_117 ._MessageBubbleContent_8exym_63{background-color:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 2px 4px #0000000d;cursor:text;padding:0;width:100%;position:relative;transition:all .2s ease}._EditableMessage_8exym_117 ._MessageBubbleContent_8exym_63:hover{border-color:#2fbc88;box-shadow:0 4px 8px #2fbc881a}._EditableMessage_8exym_117 ._MessageBubbleContent_8exym_63:focus-within{border-color:#2fbc88;box-shadow:0 4px 12px #2fbc8826}._EditableMessage_8exym_117 ._MessageBubbleContent_8exym_63 textarea{border:none;padding:16px;font-size:14px;line-height:1.6;width:100%;min-height:120px;resize:vertical;background:transparent;display:block;margin-bottom:0;border-radius:12px}._EditableMessage_8exym_117 ._MessageBubbleContent_8exym_63 textarea:focus{outline:none}._EditHint_8exym_187{font-size:12px;color:#666;text-align:right;padding-right:12px;margin-top:4px}._Footer_8exym_195{padding:16px 24px;border-top:1px solid var(--color--border);display:flex;justify-content:flex-end;gap:12px;background:var(--color--surface-light);border-bottom-left-radius:12px;border-bottom-right-radius:12px}._SaveButton_8exym_206{background:var(--color--primary);color:#fff;border:none;padding:8px 24px;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px}._SaveButton_8exym_206:disabled{opacity:.5;cursor:not-allowed}._CancelButton_8exym_222{background:transparent;color:var(--color--text);border:1px solid var(--color--border);padding:8px 24px;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px}._CancelButton_8exym_222:hover{background:var(--color--surface)}._HeaderActions_8exym_237{display:flex;align-items:center;gap:12px}._DeleteButton_8exym_243{background:none;border:none;padding:8px;cursor:pointer;color:#666;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._DeleteButton_8exym_243:hover{background:#fee;color:#e33}._SplitLayout_u6fa6_2{display:flex;width:100%;height:100vh;background-color:#f7f9fc;overflow:hidden}._StatusColumn_u6fa6_11{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px;border-right:1px solid #e0e0e0;background-color:#f7f9fc;z-index:10;gap:20px;overflow-y:auto}._StatusCard_u6fa6_26{width:100%;max-width:440px;display:flex;align-items:center;padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 4px 12px #0000000d;flex-shrink:0}._StatusCard_u6fa6_26:hover{background-color:#fff;border-color:#116dff;box-shadow:0 4px 20px #116dff1f;transform:translateY(-1px)}._StatusCard_u6fa6_26:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#116dff;opacity:1}._IconWrapper_u6fa6_59{width:44px;height:44px;border-radius:12px;background-color:#e7f0ff;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0;color:#116dff}._Initials_u6fa6_72{font-weight:600;font-size:14px;letter-spacing:.5px}._Info_u6fa6_78{flex:1;min-width:0;display:flex;flex-direction:column}._AssistantName_u6fa6_85{font-size:15px;font-weight:600;color:#162d3d;margin:0 0 4px}._AssistantDescription_u6fa6_92{font-size:13px;color:#7a92a5;margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}._StoreDomainRow_u6fa6_102{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#7a92a5}._StoreDomainLink_u6fa6_110{font-size:12px;color:#116dff;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._StoreDomainLink_u6fa6_110:hover{text-decoration:underline}._SiteDisplayName_u6fa6_123{font-size:12px;color:#7a92a5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ChannelRow_u6fa6_131{display:flex;align-items:center;gap:12px;margin-top:2px}._ChannelBadge_u6fa6_138{display:flex;align-items:center;gap:6px;background-color:#f7f9fc;padding:4px 10px;border-radius:8px;border:1px solid #e6e9ef}._ChannelHandle_u6fa6_148{font-size:11px;color:#162d3d;font-weight:600}._StatusIndicator_u6fa6_154{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}._StatusDot_u6fa6_164{width:6px;height:6px;border-radius:50%}._Enabled_u6fa6_170{color:#00ca72}._Enabled_u6fa6_170 ._StatusDot_u6fa6_164{background-color:#00ca72;box-shadow:0 0 6px #00ca7280}._Disabled_u6fa6_179{color:#7a92a5}._Disabled_u6fa6_179 ._StatusDot_u6fa6_164{background-color:#c3c6d4}._ToggleWrapper_u6fa6_187{margin-left:12px;display:flex;align-items:center;align-self:center}._LinksSection_u6fa6_195{display:flex;justify-content:center;align-items:center;gap:24px;width:100%;max-width:440px}._TextLink_u6fa6_204{background:none;border:none;padding:0;font-size:13px;font-weight:500;color:#7a92a5;cursor:pointer;text-decoration:underline;transition:color .2s}._TextLink_u6fa6_204:hover{color:#116dff}._DangerLink_u6fa6_220{color:#7a92a5}._DangerLink_u6fa6_220:hover{color:#e2445c}._MarketColumn_u6fa6_229{flex:1.2;position:relative;display:flex;flex-direction:column;justify-content:center;color:#162d3d}._MarketContent_u6fa6_238{position:relative;z-index:2;padding:60px;display:flex;flex-direction:column;gap:40px}._MarketHeader_u6fa6_247{display:flex;flex-direction:column;gap:12px}._MarketLogo_u6fa6_253{height:32px;width:auto;margin-bottom:8px;object-fit:contain}._MarketTitle_u6fa6_260{font-size:32px;font-weight:800;margin:0;line-height:1.2;color:#1a1a1b}._MarketDescription_u6fa6_268{font-size:15px;color:#475569;line-height:1.6;max-width:480px}._PlatformCard_u6fa6_275{background:#fff;border:1px solid #e0e0e0;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:4px;box-shadow:0 4px 24px #116dff14;max-width:440px}._ActionLink_u6fa6_287{display:flex;align-items:center;padding:16px;border-radius:12px;text-decoration:none;transition:all .2s ease-in-out}._ActionLink_u6fa6_287:hover{background-color:#f8f9ff;transform:translate(6px)}._ActionInfo_u6fa6_301{flex:1;display:flex;flex-direction:column;gap:2px}._ActionTitle_u6fa6_308{font-size:15px;font-weight:700;color:#1a1a1b}._ActionHint_u6fa6_314{font-size:13px;color:#7a92a5;line-height:1.4}._SectionTitle_u6fa6_320{font-size:11px;font-weight:700;color:#7a92a5;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:12px;padding-left:12px}[dir=rtl] ._StatusCard_u6fa6_26:before{left:auto;right:0}[dir=rtl] ._IconWrapper_u6fa6_59{margin-right:0;margin-left:16px}[dir=rtl] ._ToggleWrapper_u6fa6_187{margin-left:0;margin-right:16px}[dir=rtl] ._StatusColumn_u6fa6_11{border-right:none;border-left:1px solid #e0e0e0}[dir=rtl] ._ActionLink_u6fa6_287:hover{transform:translate(-6px)}._SyncCard_u6fa6_356{width:100%;max-width:440px;display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;transition:all .2s ease;box-shadow:0 2px 8px #0000000a}._SyncInfo_u6fa6_370{display:flex;align-items:flex-start;gap:12px;flex:1;color:#7a92a5}._SyncText_u6fa6_378{display:flex;flex-direction:column;gap:4px}._SyncTitle_u6fa6_384{font-size:14px;font-weight:600;color:#162d3d}._SyncDescription_u6fa6_390{font-size:12px;color:#7a92a5;line-height:1.4;max-width:280px}@media(max-width:900px){._SplitLayout_u6fa6_2{flex-direction:column;min-height:100vh;overflow:auto}._StatusColumn_u6fa6_11{border-right:none;border-bottom:1px solid #e0e0e0;padding:24px;overflow-y:visible;flex-shrink:0}._MarketColumn_u6fa6_229{flex:none}._MarketContent_u6fa6_238{padding:32px 24px;gap:24px}._MarketTitle_u6fa6_260{font-size:24px}}@media(max-width:900px){[dir=rtl] ._StatusColumn_u6fa6_11{border-left:none}}._Container_1wl3u_2{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px 24px;box-sizing:border-box}._ContentWrapper_1wl3u_12{width:100%;max-width:440px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:48px 40px;display:flex;flex-direction:column;gap:32px;box-shadow:0 8px 24px #00000014}._HeaderGroup_1wl3u_25{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}._FullLogo_1wl3u_33{height:36px;width:auto}._Title_1wl3u_38{font-size:24px;font-weight:500;color:#162d3d;margin:0}._Description_1wl3u_45{font-size:15px;color:#7a92a5;margin:0;line-height:1.5}._FeaturesList_1wl3u_53{display:flex;flex-direction:column;gap:24px;padding:8px 0}._FeatureItem_1wl3u_60{display:flex;align-items:center;gap:16px}._FeatureIcon_1wl3u_66{width:40px;height:40px;border-radius:12px;background-color:#e7f0ff;display:flex;align-items:center;justify-content:center;color:#116dff;flex-shrink:0}._FeatureText_1wl3u_78{display:flex;flex-direction:column;gap:2px}._FeatureTitle_1wl3u_84{font-size:14px;font-weight:500;color:#162d3d}._FeatureDesc_1wl3u_90{font-size:13px;color:#7a92a5;line-height:1.4}._AccountInfo_1wl3u_97{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#7a92a5;padding:20px 0;border-top:1px solid #f0f0f0;align-items:center}._AccountLabel_1wl3u_108{font-weight:400}._AccountEmail_1wl3u_112{color:#162d3d;font-weight:500}._ActionRow_1wl3u_117{display:flex;flex-direction:column;gap:12px}._ConnectButton_1wl3u_123{width:100%;height:44px!important;border-radius:4px!important;font-weight:500!important;justify-content:center;background-color:#116dff!important;border-color:#116dff!important;font-size:15px!important}._ConnectButton_1wl3u_123:hover{background-color:#0d5bcc!important}._PermissionsText_1wl3u_138{font-size:12px;color:#9aa5b1;text-align:center;margin:0}._ActionContainer_is9h5_2{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:320px;margin:0 auto}._LoginButton_is9h5_12{width:100%;height:48px!important;border-radius:4px!important;font-weight:500!important;justify-content:center;background-color:#116dff!important;border-color:#116dff!important;font-size:15px!important}._LoginButton_is9h5_12:hover{background-color:#0d5bcc!important}._IconWrapper_is9h5_27{display:flex;align-items:center;justify-content:center}._WixIcon_is9h5_33{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#116dff,#0d5bcc);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}._Container_1aqzk_2{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px 24px;box-sizing:border-box}._ContentWrapper_1aqzk_12{width:100%;max-width:480px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:40px;display:flex;flex-direction:column;gap:24px;box-shadow:0 8px 24px #00000014;height:calc(100vh - 64px);max-height:800px}._HeaderGroup_1aqzk_27{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}._FullLogo_1aqzk_35{height:36px;width:auto}._Title_1aqzk_40{font-size:24px;font-weight:500;color:#162d3d;margin:0}._Description_1aqzk_47{font-size:15px;color:#7a92a5;margin:0;line-height:1.5}._DisconnectSection_1aqzk_54{margin-top:4px;text-align:center}._Divider_1aqzk_59{height:1px;width:100%;background-color:#f0f0f0;border:none;margin:0}._DisconnectButton_1aqzk_67{background:none;border:none;color:#ef4444;font-size:13px;cursor:pointer;text-decoration:underline;transition:all .2s}._DisconnectButton_1aqzk_67:hover{color:#dc2626;opacity:.8}._NoAssistantsContent_1aqzk_83{display:flex;flex-direction:column;gap:32px}._Step_1aqzk_89{display:flex;align-items:center;gap:16px}._StepNumber_1aqzk_95{width:28px;height:28px;border-radius:50%;background-color:#e7f0ff;color:#116dff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex-shrink:0}._StepText_1aqzk_109{font-size:14px;color:#162d3d;line-height:1.4}._Features_1aqzk_115{display:flex;flex-direction:column;gap:20px}._ConnectButton_1aqzk_121{width:100%;height:44px!important;border-radius:4px!important;font-weight:500!important;justify-content:center;background-color:#116dff!important;border-color:#116dff!important;font-size:15px!important}._ConnectButton_1aqzk_121:hover{background-color:#0d5bcc!important}._Container_l6rg5_2{display:flex;flex-direction:column;gap:24px;padding:32px;max-width:480px;margin:0 auto}._Header_l6rg5_11{text-align:center}._Title_l6rg5_15{font-size:20px;font-weight:500;color:#323338;margin:0 0 4px}._Subtitle_l6rg5_22{font-size:14px;color:#676879;margin:0}._InfoCard_l6rg5_28{background-color:#f8f9fa;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:16px}._InfoRow_l6rg5_37{display:flex;justify-content:space-between;align-items:center}._InfoLabel_l6rg5_43{font-size:13px;color:#676879}._InfoValue_l6rg5_48{font-size:14px;font-weight:500;color:#323338}._StatusBadge_l6rg5_54{font-size:12px;font-weight:500;color:#16a34a;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:2px 10px}._Actions_l6rg5_64{display:flex;flex-direction:column;gap:12px;align-items:center}._ActionButton_l6rg5_71{width:100%;height:40px!important;border-radius:4px!important;font-size:14px!important}._DisconnectButton_l6rg5_78{background:none;border:none;color:#ef4444;font-size:13px;cursor:pointer;text-decoration:underline;transition:all .2s}._DisconnectButton_l6rg5_78:hover{color:#dc2626;opacity:.8}._Container_2vnx6_2{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px 24px;box-sizing:border-box}._ContentWrapper_2vnx6_12{width:100%;max-width:440px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:48px 40px;display:flex;flex-direction:column;gap:32px;box-shadow:0 8px 24px #00000014}._HeaderGroup_2vnx6_25{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}._FullLogo_2vnx6_33{height:36px;width:auto}._Title_2vnx6_38{font-size:24px;font-weight:500;color:#323338;margin:0}._Description_2vnx6_45{font-size:15px;color:#676879;margin:0;line-height:1.5}._FeaturesList_2vnx6_53{display:flex;flex-direction:column;gap:24px;padding:8px 0}._FeatureItem_2vnx6_60{display:flex;align-items:center;gap:16px}._FeatureIcon_2vnx6_66{width:40px;height:40px;border-radius:12px;background-color:#f0f5ff;display:flex;align-items:center;justify-content:center;color:#3b82f6;flex-shrink:0}._FeatureText_2vnx6_78{display:flex;flex-direction:column;gap:2px}._FeatureTitle_2vnx6_84{font-size:14px;font-weight:500;color:#323338}._FeatureDesc_2vnx6_90{font-size:13px;color:#676879;line-height:1.4}._AccountInfo_2vnx6_97{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#676879;padding:20px 0;border-top:1px solid #f0f0f0;align-items:center}._AccountLabel_2vnx6_108{font-weight:400}._AccountEmail_2vnx6_112{color:#323338;font-weight:500}._ActionRow_2vnx6_117{display:flex;flex-direction:column;gap:12px}._ConnectButton_2vnx6_123{width:100%;height:44px!important;border-radius:4px!important;font-weight:500!important;justify-content:center;font-size:15px!important}._PermissionsText_2vnx6_132{font-size:12px;color:#9aa5b1;text-align:center;margin:0}._Container_19nc2_2{display:flex;flex-direction:column;gap:24px;width:100%}._HeaderGroup_19nc2_9{display:flex;flex-direction:column;gap:8px;text-align:center}._Title_19nc2_16{font-size:20px;font-weight:500;color:#323338;margin:0}._Description_19nc2_23{font-size:14px;color:#676879;margin:0;line-height:1.5}._Instructions_19nc2_30{background-color:#f8f9fa;border-radius:8px;padding:16px}._InstructionsTitle_19nc2_36{font-size:13px;font-weight:500;color:#323338;margin:0 0 8px}._InstructionsList_19nc2_43{font-size:13px;color:#676879;margin:0;padding-left:20px;line-height:1.7}._Form_19nc2_51{display:flex;flex-direction:column;gap:16px}._InputGroup_19nc2_57{display:flex;flex-direction:column;gap:6px}._Label_19nc2_63{font-size:13px;font-weight:500;color:#323338}._Input_19nc2_57{width:100%;height:40px;border:1px solid #d0d4e4;border-radius:4px;padding:0 12px;font-size:14px;color:#323338;background-color:#fff;box-sizing:border-box;transition:border-color .2s}._Input_19nc2_57:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}._Input_19nc2_57:disabled{opacity:.6;cursor:not-allowed}._Error_19nc2_93{font-size:13px;color:#ef4444;background-color:#fef2f2;border:1px solid #fecaca;border-radius:4px;padding:8px 12px}._ButtonGroup_19nc2_102{display:flex;flex-direction:column;gap:8px;align-items:center}._SubmitButton_19nc2_109{width:100%;height:40px!important;border-radius:4px!important;font-weight:500!important;justify-content:center;font-size:14px!important}._BackButton_19nc2_118{background:none;border:none;color:#676879;font-size:13px;cursor:pointer;text-decoration:underline;transition:color .2s}._BackButton_19nc2_118:hover{color:#323338}._BackButton_19nc2_118:disabled{opacity:.5;cursor:not-allowed}._Container_8yhxi_2{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px 24px;box-sizing:border-box}._ContentWrapper_8yhxi_12{width:100%;max-width:480px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:40px;display:flex;flex-direction:column;gap:24px;box-shadow:0 8px 24px #00000014;height:calc(100vh - 64px);max-height:800px}._HeaderGroup_8yhxi_27{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}._FullLogo_8yhxi_35{height:36px;width:auto}._Title_8yhxi_40{font-size:24px;font-weight:500;color:#323338;margin:0}._Description_8yhxi_47{font-size:15px;color:#676879;margin:0;line-height:1.5}._DisconnectSection_8yhxi_54{margin-top:4px;text-align:center}._Divider_8yhxi_59{height:1px;width:100%;background-color:#f0f0f0;border:none;margin:0}._DisconnectButton_8yhxi_67{background:none;border:none;color:#ef4444;font-size:13px;cursor:pointer;text-decoration:underline;transition:all .2s}._DisconnectButton_8yhxi_67:hover{color:#dc2626;opacity:.8}._ContentWrapper_ijyhp_2{width:100%;max-width:480px;background-color:#fff;border:1px solid #dfe5eb;border-radius:8px;padding:48px 40px;display:flex;flex-direction:column;gap:32px;box-shadow:0 8px 24px #00000014;align-items:center;text-align:center}._HeaderGroup_ijyhp_17{display:flex;flex-direction:column;gap:12px;align-items:center}._FullLogo_ijyhp_24{height:36px;width:auto;margin-bottom:8px}._Title_ijyhp_30{font-size:24px;font-weight:500;color:#162d3d;margin:0}._Description_ijyhp_37{font-size:15px;color:#577083;margin:0;line-height:1.5}._StatusBadge_ijyhp_45{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:100px;background-color:#f0fdf4;color:#16a34a;font-size:13px;font-weight:500}._StatusDot_ijyhp_57{width:8px;height:8px;border-radius:50%;background-color:#22c55e}._Links_ijyhp_65{display:flex;flex-direction:column;gap:8px;width:100%}._Link_ijyhp_65{display:flex;align-items:center;gap:12px;padding:14px 20px;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;color:#162d3d;font-size:14px;font-weight:500;transition:background-color .15s,border-color .15s}._Link_ijyhp_65:hover{background-color:#f9fafb;border-color:#d1d5db}._ConnectButton_ijyhp_92{width:100%}._DisconnectSection_ijyhp_97{border-top:1px solid #f0f4f7;padding-top:16px;width:100%}._DisconnectButton_ijyhp_103{background:none;border:none;color:#7a92a5;font-size:13px;cursor:pointer;padding:4px 0}._DisconnectButton_ijyhp_103:hover{color:#ee5951}
