@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap";:root{--color-primary:#1e60f2;--color-primary-hover:#154ac9;--color-title:#1a233a;--color-text:#4a5568;--color-text-muted:#718096;--color-background:#f4f7fb;--color-surface:#fff;--color-border:#e2e8f0;--color-success:#10b981;--color-danger:#ef4444;--color-warning:#f59e0b;--color-info:#3b82f6;--font-family:"Nunito", system-ui, -apple-system, sans-serif;--border-radius-sm:8px;--border-radius-md:12px;--border-radius-lg:16px;--border-radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000005;--spacing-1:.25rem;--spacing-2:.5rem;--spacing-3:.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,h5,h6{color:var(--color-title);font-weight:700}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-hover)}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.text-muted{color:var(--color-text-muted)}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.mb-1{margin-bottom:var(--spacing-1)}.mb-2{margin-bottom:var(--spacing-2)}.mb-4{margin-bottom:var(--spacing-4)}.mb-6{margin-bottom:var(--spacing-6)}.mb-8{margin-bottom:var(--spacing-8)}.mt-2{margin-top:var(--spacing-2)}.mt-4{margin-top:var(--spacing-4)}.mr-2{margin-right:var(--spacing-2)}.ml-2{margin-left:var(--spacing-2)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--spacing-2)}.gap-4{gap:var(--spacing-4)}.gap-6{gap:var(--spacing-6)}.w-full{width:100%}.h-full{height:100%}.h-screen{height:100vh}.p-4{padding:var(--spacing-4)}.p-6{padding:var(--spacing-6)}.p-8{padding:var(--spacing-8)}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}@media (width<=768px){.grid-cols-2{grid-template-columns:1fr}.md-flex-col{flex-direction:column}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}._layout-container_dkad0_1{background-color:var(--color-background);height:100vh;display:flex;overflow:hidden}._sidebar_dkad0_8{background-color:var(--color-surface);border-right:1px solid var(--color-border);z-index:10;flex-direction:column;width:260px;transition:width .3s;display:flex}._sidebar-collapsed_dkad0_18{width:80px}._sidebar-header_dkad0_22{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}._logo-text_dkad0_30{color:var(--color-primary);letter-spacing:-.5px;font-size:1.5rem;font-weight:800}._nav-menu_dkad0_37{flex-direction:column;flex:1;gap:.25rem;padding:1rem 0;display:flex;overflow-y:auto}._nav-item_dkad0_46{color:var(--color-text-muted);align-items:center;gap:1rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}._nav-item_dkad0_46:hover{color:var(--color-primary);background-color:#1e60f20d}._nav-item-active_dkad0_62{color:var(--color-primary);border-right:3px solid var(--color-primary);background-color:#1e60f21a}._nav-group-title_dkad0_68{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);padding:1rem 1.5rem .5rem;font-size:.75rem;font-weight:700}._main-content_dkad0_77{flex-direction:column;flex:1;display:flex;overflow:hidden}._topbar_dkad0_84{background-color:var(--color-surface);border-bottom:1px solid var(--color-border);justify-content:flex-end;align-items:center;gap:1.5rem;height:70px;padding:0 2rem;display:flex}._user-profile_dkad0_95{cursor:pointer;align-items:center;gap:.75rem;display:flex}._avatar_dkad0_102{background-color:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}._content-area_dkad0_114{flex:1;padding:2rem;overflow-y:auto}._button_1af2i_1{border-radius:var(--border-radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:600;transition:all .2s;display:inline-flex}._button_1af2i_1:disabled{opacity:.6;cursor:not-allowed}._button-primary_1af2i_17{background-color:var(--color-primary);color:#fff}._button-primary_1af2i_17:hover:not(:disabled){background-color:var(--color-primary-hover)}._button-outline_1af2i_25{border:1px solid var(--color-border);color:var(--color-text);background-color:#0000}._button-outline_1af2i_25:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}._button-ghost_1af2i_35{color:var(--color-text);background-color:#0000}._button-ghost_1af2i_35:hover:not(:disabled){background-color:#0000000d}._button-danger_1af2i_43{color:var(--color-danger);background-color:#fee2e2}._button-danger_1af2i_43:hover:not(:disabled){background-color:#fca5a5}._size-sm_1af2i_51{padding:.5rem 1rem;font-size:.875rem}._size-md_1af2i_52{padding:.75rem 1.5rem;font-size:1rem}._size-lg_1af2i_53{padding:1rem 2rem;font-size:1.125rem}._input-wrapper_1af2i_55{flex-direction:column;gap:.25rem;width:100%;display:flex}._label_1af2i_62{color:var(--color-title);font-size:.875rem;font-weight:600}._input_1af2i_55{border-radius:var(--border-radius-md);border:1px solid var(--color-border);background-color:var(--color-surface);width:100%;color:var(--color-text);outline:none;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}._input_1af2i_55:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #1e60f21a}._input_1af2i_55._error_1af2i_84{border-color:var(--color-danger)}._card_1af2i_88{background-color:var(--color-surface);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);padding:var(--spacing-6);transition:box-shadow .2s}._card_1af2i_88:hover{box-shadow:var(--shadow-md)}._badge_1af2i_100{border-radius:var(--border-radius-full);text-transform:uppercase;letter-spacing:.05em;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}._badge-connected_1af2i_111{color:#065f46;background-color:#d1fae5}._badge-waiting_1af2i_112{color:#1e40af;background-color:#dbeafe}._badge-disconnected_1af2i_113{color:#374151;background-color:#f3f4f6}._badge-error_1af2i_114{color:#991b1b;background-color:#fee2e2}._login-container_1fw90_1{background-color:var(--color-surface);height:100vh;display:flex}._left-column_1fw90_7{background:linear-gradient(135deg,#1e60f20d 0%,#10b9810d 100%);flex:1;justify-content:center;align-items:center;padding:4rem;display:flex}._illustration_1fw90_16{object-fit:contain;max-width:100%;max-height:80vh}._right-column_1fw90_22{flex:1;justify-content:center;align-items:center;padding:4rem;display:flex}._login-box_1fw90_30{width:100%;max-width:400px}._logo_1fw90_35{color:var(--color-primary);text-align:center;letter-spacing:-1px;margin-bottom:2rem;font-size:2rem;font-weight:800}._title_1fw90_44{color:var(--color-title);text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}._form-group_1fw90_52{margin-bottom:1.25rem}._options-row_1fw90_56{justify-content:space-between;align-items:center;margin-bottom:2rem;font-size:.875rem;display:flex}._checkbox-group_1fw90_64{color:var(--color-text);align-items:center;gap:.5rem;display:flex}._signup-link_1fw90_71{text-align:center;color:var(--color-text-muted);margin-top:2rem;font-size:.875rem}@media (width<=768px){._left-column_1fw90_7{display:none}._right-column_1fw90_22{padding:2rem}}._container_jgv6b_1{flex-direction:column;gap:1.5rem;display:flex}._header_jgv6b_7{margin-bottom:1rem}._title_jgv6b_11{margin-bottom:.5rem;font-size:1.5rem}._subtitle_jgv6b_16{color:var(--color-text-muted)}._content-grid_jgv6b_20{grid-template-columns:1fr 350px;gap:1.5rem;display:grid}._qr-card_jgv6b_26{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex;padding:3rem!important}._qr-title_jgv6b_36{color:var(--color-title);margin-bottom:2rem;font-size:1.25rem;font-weight:700}._qr-placeholder_jgv6b_43{border:1px dashed var(--color-border);border-radius:var(--border-radius-md);background-color:#f8fafc;justify-content:center;align-items:center;width:250px;height:250px;margin-bottom:2rem;display:flex}._instructions-card_jgv6b_55{background-color:var(--color-surface);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);padding:2rem}._instructions-title_jgv6b_63{color:var(--color-title);margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}._step-list_jgv6b_70{flex-direction:column;gap:1.5rem;display:flex;position:relative}._step-list_jgv6b_70:before{content:"";background-color:var(--color-border);z-index:0;width:2px;position:absolute;top:10px;bottom:10px;left:11px}._step-item_jgv6b_88{z-index:1;gap:1rem;display:flex;position:relative}._step-number_jgv6b_95{background-color:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}._step-text_jgv6b_109{color:var(--color-text);padding-top:2px;font-size:.875rem}@media (width<=1024px){._content-grid_jgv6b_20{grid-template-columns:1fr}}._editor_fkq44_1{border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-sm);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}._toolbar_fkq44_11{border-bottom:1px solid var(--color-border);background:#f8fafc;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.6rem;display:flex;position:relative}._toolButton_fkq44_22,._emojiButton_fkq44_23,._variableButton_fkq44_24{cursor:pointer;border:0;font-family:inherit}._toolButton_fkq44_22{width:32px;height:32px;color:var(--color-text);background:0 0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}._toolButton_fkq44_22:hover:not(:disabled){color:var(--color-primary);background:#e2e8f0}._toolButton_fkq44_22:disabled,._emojiButton_fkq44_23:disabled,._variableButton_fkq44_24:disabled{cursor:not-allowed;opacity:.55}._divider_fkq44_53{background:var(--color-border);width:1px;height:24px;margin:0 .25rem}._emojiWrap_fkq44_60{position:relative}._emojiPanel_fkq44_64{z-index:20;border:1px solid var(--color-border);background:var(--color-surface);width:190px;box-shadow:var(--shadow-lg);border-radius:8px;grid-template-columns:repeat(5,1fr);gap:.25rem;padding:.5rem;display:grid;position:absolute;top:calc(100% + .35rem);left:0}._emojiButton_fkq44_23{background:0 0;border-radius:8px;height:32px;font-size:1.2rem}._emojiButton_fkq44_23:hover:not(:disabled){background:#f1f5f9}._variables_fkq44_91{flex-wrap:wrap;gap:.35rem;display:flex}._variableButton_fkq44_24{color:#1d4ed8;background:#eff6ff;border-radius:8px;padding:.35rem .55rem;font-size:.78rem;font-weight:700}._variableButton_fkq44_24:hover:not(:disabled){background:#dbeafe}._textarea_fkq44_110{resize:vertical;width:100%;color:var(--color-text);font:inherit;border:0;outline:none;padding:1rem;line-height:1.55}._textarea_fkq44_110:disabled{cursor:not-allowed;background:#f8fafc}._footer_fkq44_126{border-top:1px solid var(--color-border);color:var(--color-text-muted);text-align:right;background:#f8fafc;padding:.55rem .75rem;font-size:.78rem}._toolButtonText_fkq44_135{cursor:pointer;color:var(--color-text);background:0 0;border:0;border-radius:8px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-family:inherit;font-size:.82rem;font-weight:500;display:inline-flex}._toolButtonText_fkq44_135:hover:not(:disabled){color:var(--color-primary);background:#e2e8f0}._toolButtonText_fkq44_135:disabled{cursor:not-allowed;opacity:.55}._buttonText_fkq44_160{display:inline}@media (width<=640px){._buttonText_fkq44_160{display:none}}._preview_1o0o8_1{border:1px solid var(--color-border);background:#efeae2;border-radius:8px;flex-direction:column;min-height:240px;display:flex;overflow:hidden}._header_1o0o8_11{color:#fff;text-align:center;background:#075e54;padding:.65rem;font-size:.875rem;font-weight:700}._body_1o0o8_20{background:#efeae2;flex:1;padding:1rem;overflow-y:auto}._bubble_1o0o8_27{color:#111b21;white-space:pre-wrap;overflow-wrap:anywhere;background:#dcf8c6;border-radius:8px 0 8px 8px;max-width:90%;margin-left:auto;padding:.65rem .75rem 1.45rem;font-size:.92rem;position:relative;box-shadow:0 1px .5px #00000021}._mediaPreview_1o0o8_41{object-fit:cover;background:#cbd5e1;border-radius:8px;width:100%;max-height:260px;margin-bottom:.5rem;display:block}._time_1o0o8_51{color:#667781;font-size:.68rem;position:absolute;bottom:.25rem;right:.55rem}._empty_1o0o8_59{width:fit-content;max-width:90%;color:var(--color-text-muted);text-align:center;background:#fffc;border-radius:8px;margin:2.5rem auto 0;padding:.6rem .8rem;font-size:.875rem}._container_1hnus_1{flex-direction:column;gap:1.25rem;width:100%;max-width:1180px;margin:0 auto;display:flex}._header_1hnus_10{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}._header_1hnus_10 h1{margin-bottom:.35rem;font-size:1.65rem}._header_1hnus_10 p{color:var(--color-text-muted)}._contentGrid_1hnus_26{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:1rem;display:grid}._editorCard_1hnus_33,._statusCard_1hnus_34,._previewCard_1hnus_35{border-radius:8px!important}._formGrid_1hnus_39{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}._editorArea_1hnus_46{flex-direction:column;gap:.45rem;display:flex}._editorArea_1hnus_46 label{color:var(--color-title);font-size:.875rem;font-weight:800}._actions_1hnus_58{justify-content:flex-end;margin-top:1rem;display:flex}._sideColumn_1hnus_64{flex-direction:column;gap:1rem;display:flex}._statusHeader_1hnus_70{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}._statusHeader_1hnus_70 div:last-child{flex-direction:column;gap:.2rem;display:flex}._statusHeader_1hnus_70 span{color:var(--color-text-muted);font-size:.82rem}._whatsappIcon_1hnus_88{color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}._previewCard_1hnus_35 h2{margin-bottom:.75rem;font-size:1rem}._notice_1hnus_104{border-radius:8px;align-items:center;gap:.6rem;padding:.75rem 1rem;font-weight:700;display:flex}._success_1hnus_113{color:#166534;background:#dcfce7}._error_1hnus_118{color:#991b1b;background:#fee2e2}._info_1hnus_123{color:#1d4ed8;background:#eff6ff}@media (width<=980px){._contentGrid_1hnus_26,._formGrid_1hnus_39{grid-template-columns:1fr}}._overlay_g5ure_1{z-index:50;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}._modal_g5ure_12{background-color:var(--color-background);border-radius:12px;flex-direction:column;width:100%;max-width:42rem;max-height:80vh;display:flex;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}._header_g5ure_23{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem;display:flex}._header_g5ure_23 h2{color:var(--color-text);margin:0;font-size:1.25rem;font-weight:700}._closeButton_g5ure_38{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.5rem}._closeButton_g5ure_38:hover{background-color:var(--color-background-subtle)}._searchBar_g5ure_50{border-bottom:1px solid var(--color-border);background-color:var(--color-background-subtle);padding:1rem}._searchContainer_g5ure_55{position:relative}._searchIcon_g5ure_58{color:var(--color-text-muted);position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}._searchInput_g5ure_65{border:1px solid var(--color-border);background-color:var(--color-background);width:100%;color:var(--color-text);border-radius:6px;outline:none;padding:.5rem 1rem .5rem 2.5rem}._searchInput_g5ure_65:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #1e60f233}._content_g5ure_79{flex:1;padding:1rem;overflow-y:auto}._templateList_g5ure_85{flex-direction:column;gap:.75rem;display:flex}._templateItem_g5ure_91{border:1px solid var(--color-border);cursor:pointer;border-radius:8px;flex-direction:column;gap:.5rem;padding:1rem;transition:all .2s;display:flex}._templateItem_g5ure_91:hover{border-color:var(--color-primary);background-color:#1e60f20d}._templateHeader_g5ure_106{justify-content:space-between;align-items:flex-start;display:flex}._templateName_g5ure_111{color:var(--color-text);font-weight:600}._templateCategory_g5ure_115{background-color:var(--color-background-subtle);color:var(--color-text-muted);border-radius:4px;padding:.125rem .5rem;font-size:.75rem}._templateContent_g5ure_122{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;display:-webkit-box;overflow:hidden}._overlay_kf6sv_1{z-index:50;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}._modal_kf6sv_12{background-color:var(--color-background);border-radius:12px;flex-direction:column;width:100%;max-width:28rem;display:flex;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}._header_kf6sv_22{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem;display:flex}._header_kf6sv_22 h2{color:var(--color-text);margin:0;font-size:1.25rem;font-weight:700}._closeButton_kf6sv_37{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.5rem}._closeButton_kf6sv_37:hover{background-color:var(--color-background-subtle)}._content_kf6sv_49{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}._formGroup_kf6sv_56{flex-direction:column;display:flex}._label_kf6sv_61{color:var(--color-text);margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}._input_kf6sv_69{border:1px solid var(--color-border);background-color:var(--color-background);width:100%;color:var(--color-text);border-radius:6px;outline:none;padding:.5rem .75rem}._input_kf6sv_69:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #1e60f233}._footer_kf6sv_83{border-top:1px solid var(--color-border);background-color:var(--color-background-subtle);border-bottom-right-radius:12px;border-bottom-left-radius:12px;justify-content:flex-end;gap:.75rem;padding:1rem;display:flex}._page_13cqk_1{width:100%;max-width:1280px;margin:0 auto;padding:.5rem 0 2rem}._header_13cqk_8{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}._header_13cqk_8 h1{margin-bottom:.35rem;font-size:1.65rem}._header_13cqk_8 p,._blockHeader_13cqk_22 p,._editorHeader_13cqk_23 p{color:var(--color-text-muted)}._runningBadge_13cqk_27{color:#1d4ed8;background:#eff6ff;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .7rem;font-size:.85rem;font-weight:700;display:inline-flex}._stack_13cqk_39{flex-direction:column;gap:1rem;display:flex}._block_13cqk_22{border-radius:8px!important}._blockHeader_13cqk_22,._editorHeader_13cqk_23{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}._blockHeader_13cqk_22 h2,._editorHeader_13cqk_23 h2{margin-bottom:.25rem;font-size:1.08rem}._actions_13cqk_64,._gridControls_13cqk_65,._footerActions_13cqk_66{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}._fileButton_13cqk_73{border-radius:var(--border-radius-md);background:var(--color-primary);color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1.5rem;font-weight:700;display:inline-flex}._fileButton_13cqk_73 input{display:none}._fileButton_13cqk_73:hover{background:var(--color-primary-hover)}._fileButton_13cqk_73._disabled_13cqk_95{cursor:not-allowed;opacity:.6}._importOptions_13cqk_100{color:var(--color-text);flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:.92rem;display:flex}._importOptions_13cqk_100 label,._confirmRow_13cqk_110 label{align-items:center;gap:.5rem;display:flex}._importStats_13cqk_116,._summaryGrid_13cqk_117,._progressStats_13cqk_118{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}._importStats_13cqk_116 span,._summaryGrid_13cqk_117 div,._progressStats_13cqk_118 span{border:1px solid var(--color-border);overflow-wrap:anywhere;background:#f8fafc;border-radius:8px;min-width:0;padding:.75rem}._summaryGrid_13cqk_117 div:first-child{align-items:center;gap:.45rem;display:flex}._searchBox_13cqk_141{border:1px solid var(--color-border);background:#fff;border-radius:8px;align-items:center;gap:.45rem;min-width:230px;padding:.62rem .75rem;display:flex}._searchBox_13cqk_141 input,._gridControls_13cqk_65 select{width:100%;color:var(--color-text);font:inherit;background:0 0;border:0;outline:0}._gridControls_13cqk_65 select{border:1px solid var(--color-border);background:#fff;border-radius:8px;min-height:42px;padding:0 .75rem}._tableWrap_13cqk_170{border:1px solid var(--color-border);border-radius:8px;overflow-x:auto}._table_13cqk_170{border-collapse:collapse;width:100%;min-width:980px}._table_13cqk_170 th,._table_13cqk_170 td{border-bottom:1px solid var(--color-border);text-align:left;white-space:nowrap;padding:.75rem;font-size:.88rem}._table_13cqk_170 th{color:var(--color-title);background:#f8fafc;font-weight:800}._table_13cqk_170 tr{cursor:pointer}._table_13cqk_170 tbody tr:hover{background:#f8fafc}._invalidRow_13cqk_205{background:#fff1f2}._selectedRow_13cqk_209{outline-offset:-2px;outline:2px solid #1e60f259}._emptyCell_13cqk_214{color:var(--color-text-muted);text-align:center!important;padding:2rem!important}._statusBadge_13cqk_220{border-radius:999px;align-items:center;padding:.25rem .55rem;font-size:.75rem;font-weight:800;display:inline-flex}._pending_13cqk_229{color:#475569;background:#f1f5f9}._sending_13cqk_234{color:#92400e;background:#fef3c7}._sent_13cqk_239{color:#166534;background:#dcfce7}._failed_13cqk_244,._skipped_invalid_phone_13cqk_245,._blocked_subscription_13cqk_246,._whatsapp_offline_13cqk_247{color:#991b1b;background:#fee2e2}._variableList_13cqk_252{flex-wrap:wrap;gap:.5rem;display:flex}._variableList_13cqk_252 button{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:.45rem .7rem;font-family:inherit;font-weight:800}._variableList_13cqk_252 button:hover:not(:disabled){background:#dbeafe}._variableList_13cqk_252 button:disabled{cursor:not-allowed;opacity:.55}._mediaBox_13cqk_278{margin-top:1rem}._mediaBox_13cqk_278 input{display:none}._mediaButton_13cqk_286{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px dashed #93c5fd;border-radius:8px;align-items:center;gap:.5rem;min-height:42px;padding:.65rem .85rem;font-weight:800;display:inline-flex}._mediaButton_13cqk_286:hover:not(:disabled){background:#dbeafe}._mediaButton_13cqk_286:disabled{cursor:not-allowed;opacity:.6}._mediaPreview_13cqk_309{border:1px solid var(--color-border);background:#f8fafc;border-radius:8px;grid-template-columns:72px minmax(0,1fr) 36px;align-items:center;gap:.75rem;max-width:520px;padding:.55rem;display:grid}._mediaPreview_13cqk_309 img{object-fit:cover;border-radius:6px;width:72px;height:72px}._mediaPreview_13cqk_309 div{flex-direction:column;gap:.2rem;min-width:0;display:flex}._mediaPreview_13cqk_309 strong,._mediaPreview_13cqk_309 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._mediaPreview_13cqk_309 span{color:var(--color-text-muted);font-size:.85rem}._mediaPreview_13cqk_309 button{color:#991b1b;cursor:pointer;background:#fee2e2;border:0;border-radius:999px;place-items:center;width:36px;height:36px;display:grid}._progressPanel_13cqk_359{border:1px solid var(--color-border);background:#f8fafc;border-radius:8px;flex-direction:column;gap:.85rem;margin:1rem 0;padding:1rem;display:flex}._progressHeader_13cqk_370{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}._progressBar_13cqk_378{background:#e2e8f0;border-radius:999px;height:10px;overflow:hidden}._progressBar_13cqk_378 span{border-radius:inherit;background:var(--color-primary);height:100%;transition:width .25s;display:block}._confirmRow_13cqk_110{border:1px solid var(--color-border);background:#f8fafc;border-radius:8px;margin:1rem 0;padding:.8rem}._confirmRowError_13cqk_401{background:#fff1f2;border-color:#ef4444}._footerActions_13cqk_66{justify-content:space-between}._footerActions_13cqk_66>div{max-width:360px}._notice_13cqk_414{border-radius:8px;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.75rem 1rem;font-weight:700;display:flex}._success_13cqk_424{color:#166534;background:#dcfce7}._error_13cqk_429{color:#991b1b;background:#fee2e2}._info_13cqk_434{color:#1d4ed8;background:#eff6ff}._inlineError_13cqk_439{color:#991b1b;margin-top:.5rem;font-size:.85rem;font-weight:700}@media (width<=900px){._header_13cqk_8,._blockHeader_13cqk_22,._editorHeader_13cqk_23,._footerActions_13cqk_66{flex-direction:column;align-items:stretch}._importStats_13cqk_116,._summaryGrid_13cqk_117,._progressStats_13cqk_118{grid-template-columns:1fr}._footerActions_13cqk_66>div{max-width:none}}._stack_j482r_1{z-index:9999;flex-direction:column;gap:.75rem;width:min(360px,100vw - 2rem);display:flex;position:fixed;bottom:1rem;right:1rem}._toast_j482r_12{border:1px solid var(--color-border);box-shadow:var(--shadow-lg);color:var(--color-title);background:#fff;border-radius:8px;padding:.8rem 1rem;font-size:.92rem;font-weight:700}._success_j482r_23{color:#166534;background:#dcfce7;border-color:#bbf7d0}._error_j482r_29{color:#991b1b;background:#fee2e2;border-color:#fecaca}._info_j482r_35{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}._page_c4ctc_1{width:100%;max-width:1280px;margin:0 auto}._header_c4ctc_7{margin-bottom:1.25rem}._header_c4ctc_7 h1{margin-bottom:.35rem;font-size:1.65rem}._header_c4ctc_7 p{color:var(--color-text-muted)}._card_c4ctc_20{border-radius:8px!important}._searchBox_c4ctc_24{border:1px solid var(--color-border);background:#fff;border-radius:8px;align-items:center;gap:.45rem;width:min(420px,100%);margin-bottom:1rem;padding:.62rem .75rem;display:flex}._searchBox_c4ctc_24 input{width:100%;color:var(--color-text);font:inherit;background:0 0;border:0;outline:0}._tableWrap_c4ctc_45{border:1px solid var(--color-border);border-radius:8px;overflow-x:auto}._table_c4ctc_45{border-collapse:collapse;width:100%;min-width:920px}._table_c4ctc_45 th,._table_c4ctc_45 td{border-bottom:1px solid var(--color-border);text-align:left;white-space:nowrap;padding:.75rem;font-size:.88rem}._table_c4ctc_45 th{color:var(--color-title);background:#f8fafc;font-weight:800}._metadata_c4ctc_72{text-overflow:ellipsis;max-width:360px;overflow:hidden}._emptyCell_c4ctc_78{color:var(--color-text-muted);text-align:center!important;padding:2rem!important}._container_1322w_1{padding:24px}._grid_1322w_5{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:32px;display:grid}._card_1322w_12{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex-direction:column;gap:8px;padding:16px;display:flex}._card_1322w_12 h3{color:var(--color-text);border-bottom:1px solid var(--color-border);margin:0 0 8px;padding-bottom:8px;font-size:1.1rem}._card_1322w_12 p{color:var(--color-text-secondary);margin:0;font-size:.95rem}._logsSection_1322w_36{margin-top:32px}._logsSection_1322w_36 h3{margin-bottom:16px}._tableWrapper_1322w_44{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;overflow-x:auto}._badgeError_1322w_51{color:#fff;background:#ff4d4f;border-radius:12px;padding:2px 8px;font-size:.8rem;font-weight:700}._badgeWarn_1322w_60{color:#fff;background:#faad14;border-radius:12px;padding:2px 8px;font-size:.8rem;font-weight:700}._page_hto70_1{width:100%;max-width:1440px;margin:0 auto;padding:.5rem 0 2rem}._header_hto70_8{margin-bottom:1.5rem}._header_hto70_8 h1{margin-bottom:.35rem;font-size:1.65rem}._header_hto70_8 p{color:var(--color-text-muted)}._layout_hto70_21,._leftColumn_hto70_27{flex-direction:column;gap:1.5rem;display:flex}._rightColumn_hto70_33{flex-direction:column;gap:1.5rem;display:flex;position:static}._rightColumn_hto70_33 ._block_hto70_40:first-child{order:2}._rightColumn_hto70_33 ._block_hto70_40:last-child{order:1}._block_hto70_40{border-radius:8px!important}._blockHeader_hto70_52{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}._blockHeader_hto70_52 h2{margin-bottom:.25rem;font-size:1.08rem}._blockHeader_hto70_52 p{color:var(--color-text-muted);font-size:.9rem}._actions_hto70_70,._gridControls_hto70_71{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}._fileButton_hto70_78{border-radius:var(--border-radius-md);background:var(--color-primary);color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;min-height:40px;padding:.5rem 1rem;font-size:.9rem;font-weight:700;display:inline-flex}._fileButton_hto70_78 input{display:none}._fileButton_hto70_78:hover{background:var(--color-primary-hover)}._fileButton_hto70_78._disabled_hto70_101{cursor:not-allowed;opacity:.6}._searchBox_hto70_106{border:1px solid var(--color-border);background:#fff;border-radius:8px;align-items:center;gap:.45rem;min-width:200px;padding:.5rem .75rem;display:flex}._searchBox_hto70_106 input,._gridControls_hto70_71 select{width:100%;color:var(--color-text);font:inherit;background:0 0;border:0;outline:0;font-size:.9rem}._gridControls_hto70_71 select{border:1px solid var(--color-border);background:#fff;border-radius:8px;min-height:38px;padding:0 .75rem}._tableWrap_hto70_136{border:1px solid var(--color-border);border-radius:8px;max-height:400px;overflow-x:auto}._table_hto70_136{border-collapse:collapse;width:100%;min-width:800px}._table_hto70_136 th,._table_hto70_136 td{border-bottom:1px solid var(--color-border);text-align:left;white-space:nowrap;padding:.75rem;font-size:.88rem}._table_hto70_136 th{color:var(--color-title);z-index:10;background:#f8fafc;font-weight:800;position:sticky;top:0}._table_hto70_136 tr{cursor:pointer}._table_hto70_136 tbody tr:hover{background:#f8fafc}._invalidRow_hto70_175{background:#fff1f2}._selectedRow_hto70_179{outline-offset:-2px;outline:2px solid #1e60f259}._emptyCell_hto70_184{color:var(--color-text-muted);text-align:center!important;padding:2rem!important}._statusBadge_hto70_190{border-radius:999px;align-items:center;padding:.25rem .55rem;font-size:.75rem;font-weight:800;display:inline-flex}._pending_hto70_199{color:#475569;background:#f1f5f9}._skipped_invalid_phone_hto70_204{color:#991b1b;background:#fee2e2}._variableList_hto70_209{flex-wrap:wrap;gap:.5rem;display:flex}._variableList_hto70_209 button{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:.4rem .6rem;font-family:inherit;font-size:.85rem;font-weight:800}._variableList_hto70_209 button:hover:not(:disabled){background:#dbeafe}._variableList_hto70_209 button:disabled{cursor:not-allowed;opacity:.55}._summaryGrid_hto70_236{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}._summaryGrid_hto70_236 div{border:1px solid var(--color-border);background:#f8fafc;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem;font-size:.95rem;display:flex}._confirmRow_hto70_254{border:1px solid var(--color-border);background:#f8fafc;border-radius:8px;margin:1rem 0;padding:.8rem;font-size:.9rem}._confirmRow_hto70_254 label{cursor:pointer;align-items:center;gap:.5rem;display:flex}._footerActions_hto70_270{flex-direction:column;gap:1rem;display:flex}._notice_hto70_276{border-radius:8px;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.95rem;font-weight:700;display:flex}._success_hto70_287{color:#166534;background:#dcfce7}._error_hto70_292{color:#991b1b;background:#fee2e2}._info_hto70_297{color:#1d4ed8;background:#eff6ff}@media (width<=1024px){._layout_hto70_21{grid-template-columns:1fr}._rightColumn_hto70_33{position:static}}._modalOverlay_hto70_312{z-index:100;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}._modalContent_hto70_313{background-color:#fff;border-radius:1rem;flex-direction:column;width:100%;max-width:42rem;max-height:90vh;padding:1.5rem;display:flex;box-shadow:0 20px 25px -5px #0000001a}._modalSuccess_hto70_314{text-align:center;align-items:center;max-width:24rem}._modalHeader_hto70_315{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}._modalHeader_hto70_315 h2{color:#111827;margin:0;font-size:1.25rem;font-weight:700}._closeButton_hto70_317{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem}._closeButton_hto70_317:hover{color:#4b5563}._modalBody_hto70_319{flex:1;overflow-y:auto}._modalFooter_hto70_320{border-top:1px solid #f3f4f6;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;display:flex}._detailsGrid_hto70_321{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem;display:grid}._detailBox_hto70_322{background-color:#f9fafb;border-radius:.5rem;padding:.75rem}._detailLabel_hto70_323{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600;display:block}._detailValue_hto70_324{color:#111827;margin-top:.25rem;font-size:.875rem;font-weight:500;display:block}._messageBox_hto70_325{background-color:#eff6ff;border:1px solid #dbeafe;border-radius:.75rem;padding:1rem}._messageLabel_hto70_326{color:#1e40af;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}._messageContent_hto70_327{color:#374151;white-space:pre-wrap;background-color:#fff;border:1px solid #eff6ff;border-radius:.25rem;margin:0;padding:.75rem;font-family:monospace;font-size:.875rem}._page_197mj_1{border:1px solid var(--color-border);background:#fff;border-radius:8px;width:100%;max-width:1440px;height:calc(100vh - 64px - 2rem);margin:1rem auto 0;padding:0;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}._sidebar_197mj_16{border-right:1px solid var(--color-border);background:#f8fafc;flex-direction:column;width:390px;min-width:320px;display:flex}._sidebarHeader_197mj_25{border-bottom:1px solid var(--color-border);background:#fff;justify-content:space-between;align-items:center;padding:1rem;display:flex}._sidebarHeader_197mj_25 h2{color:var(--color-title);font-size:1.1rem;font-weight:700}._searchBox_197mj_40{border-bottom:1px solid var(--color-border);background:#fff;padding:.75rem 1rem}._searchBoxInner_197mj_46{background:#f1f5f9;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}._searchBoxInner_197mj_46 input{width:100%;color:var(--color-text);background:0 0;border:none;outline:none;font-size:.9rem}._contactList_197mj_64{flex:1;overflow-y:auto}._contactItem_197mj_69{text-align:left;border:0;border-bottom:1px solid var(--color-border);cursor:pointer;background:0 0;align-items:flex-start;gap:.75rem;width:100%;padding:.85rem .9rem;transition:background .2s;display:flex;position:relative}._contactItem_197mj_69:hover{background:#f1f5f9}._contactItem_197mj_69._active_197mj_88{background:#e2e8f0}._avatarFallback_197mj_92,._avatar_197mj_92{border-radius:50%;flex-shrink:0;width:40px;height:40px}._avatarFallback_197mj_92{background-color:var(--color-background-subtle);color:var(--color-text-muted);justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:flex}._avatar_197mj_92{object-fit:cover;background:var(--color-background-subtle);display:block}._contactInfo_197mj_116{flex-direction:column;flex:1;gap:.18rem;min-width:0;display:flex}._contactTopLine_197mj_124{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem;display:grid}._contactName_197mj_131{color:var(--color-title);white-space:nowrap;text-overflow:ellipsis;font-weight:700;display:block;overflow:hidden}._contactPhone_197mj_140,._contactLastMessage_197mj_141{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;display:block;overflow:hidden}._contactPhone_197mj_140{color:#475569}._contactTime_197mj_154{color:var(--color-text-muted);flex-shrink:0;font-size:.75rem;line-height:1}._unreadBadge_197mj_161{background:var(--color-primary);color:#fff;text-align:center;border-radius:999px;min-width:22px;padding:.15rem .4rem;font-size:.75rem;font-weight:800;position:absolute;bottom:.7rem;right:.9rem}._chatArea_197mj_175{background:#e5ddd5;flex-direction:column;flex:1;display:flex;position:relative}._chatHeader_197mj_183{border-bottom:1px solid var(--color-border);background:#fff;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}._activeContactInfo_197mj_192{align-items:center;gap:.75rem;min-width:0;display:flex}._activeContactInfo_197mj_192 h3{color:var(--color-title);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:700;overflow:hidden}._activeContactInfo_197mj_192 p{color:var(--color-text-muted);margin:0;font-size:.85rem}._messagesList_197mj_214{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}._message_197mj_214{word-wrap:break-word;overflow-wrap:anywhere;border-radius:8px;flex-direction:column;gap:.35rem;max-width:65%;padding:.5rem 1rem;font-size:.95rem;line-height:1.4;display:flex;position:relative;box-shadow:0 1px 1px #0000001a}._message_197mj_214._outgoing_197mj_238{background:#dcf8c6;border-top-right-radius:0;align-self:flex-end}._message_197mj_214._incoming_197mj_244{background:#fff;border-top-left-radius:0;align-self:flex-start}._messageTime_197mj_250{color:#00000073;text-align:right;margin-top:.25rem;font-size:.7rem;display:block}._messageImage_197mj_258{object-fit:cover;background:#e2e8f0;border-radius:8px;max-width:min(340px,100%);max-height:360px;display:block}._chatInput_197mj_267{background:#f0f2f5;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}._inputStack_197mj_275{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}._inputStack_197mj_275>input{background:#fff;border:none;border-radius:24px;outline:none;padding:.75rem 1rem;font-size:.95rem}._hiddenFileInput_197mj_292{display:none}._attachButton_197mj_296,._sendButton_197mj_297{cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .1s;display:flex}._attachButton_197mj_296{color:#475569;border:1px solid var(--color-border);background:#fff}._sendButton_197mj_297{background:var(--color-primary);color:#fff}._attachButton_197mj_296:hover:not(:disabled),._sendButton_197mj_297:hover:not(:disabled){transform:scale(1.05)}._attachButton_197mj_296:disabled,._sendButton_197mj_297:disabled{cursor:not-allowed;background:#cbd5e1}._selectedImagePreview_197mj_332{border:1px solid var(--color-border);background:#fff;border-radius:8px;grid-template-columns:42px minmax(0,1fr) 28px;align-items:center;gap:.5rem;padding:.35rem .5rem;display:grid}._selectedImagePreview_197mj_332 img{object-fit:cover;border-radius:6px;width:42px;height:42px}._selectedImagePreview_197mj_332 span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--color-text);font-size:.85rem;overflow:hidden}._selectedImagePreview_197mj_332 button{color:#991b1b;cursor:pointer;background:#fee2e2;border:0;border-radius:999px;place-items:center;width:28px;height:28px;display:grid}._emptyState_197mj_371{color:var(--color-text-muted);background:#f8fafc;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}._emptyList_197mj_381{color:var(--color-text-muted);text-align:center;padding:1.5rem;font-size:.9rem}._emptyState_197mj_371 h2{color:var(--color-title);margin-top:1rem;font-size:1.5rem;font-weight:300}._newChatModal_197mj_395{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalContent_197mj_405{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2rem}._modalHeader_197mj_413{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}._modalHeader_197mj_413 h3{font-size:1.25rem;font-weight:700}._modalActions_197mj_425{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}._notice_197mj_432{border-radius:8px;margin:.75rem 1rem;padding:.75rem;font-size:.85rem;font-weight:700}._newMessageNotice_197mj_440{color:#1d4ed8;text-align:left;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;flex-direction:column;gap:.2rem;margin:.75rem 1rem;padding:.75rem;display:flex}._newMessageNotice_197mj_440 strong,._newMessageNotice_197mj_440 span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}._newMessageNotice_197mj_440 span{color:#475569;font-size:.82rem}._error_197mj_467{color:#991b1b;background:#fee2e2}._info_197mj_472{color:#1d4ed8;background:#eff6ff}._disconnectedPage_197mj_477{place-items:center;min-height:calc(100vh - 120px);padding:2rem;display:grid}._disconnectedCard_197mj_484{border:1px solid var(--color-border);text-align:center;background:#fff;border-radius:8px;width:min(520px,100%);padding:2rem;box-shadow:0 8px 24px #0f172a14}._disconnectedCard_197mj_484 svg{color:#d97706;margin:0 auto 1rem}._disconnectedCard_197mj_484 h1{color:var(--color-title);margin-bottom:.75rem;font-size:1.35rem}._disconnectedCard_197mj_484 p{color:var(--color-text-muted);margin-bottom:1.5rem}@media (width<=900px){._page_197mj_1{height:calc(100vh - 72px);margin-top:0}._sidebar_197mj_16{width:42%;min-width:280px}._message_197mj_214{max-width:82%}}._waveContainer_197mj_526{align-items:center;gap:3px;height:24px;display:flex}._waveBar_197mj_533{background-color:#ef4444;border-radius:999px;width:3px;animation:1s ease-in-out infinite _wave_197mj_526}._waveBar_197mj_533:first-child{animation-delay:0s}._waveBar_197mj_533:nth-child(2){animation-delay:.1s}._waveBar_197mj_533:nth-child(3){animation-delay:.2s}._waveBar_197mj_533:nth-child(4){animation-delay:.3s}._waveBar_197mj_533:nth-child(5){animation-delay:.4s}._waveBar_197mj_533:nth-child(6){animation-delay:.5s}@keyframes _pulse-opacity_197mj_1{0%,to{opacity:1}50%{opacity:.5}}._recordingBar_197mj_552{flex:1;justify-content:space-between;align-items:center;padding:0 1rem;display:flex}._recordingPulse_197mj_560{color:#ef4444;align-items:center;gap:.5rem;display:flex}._recordingDot_197mj_567{background-color:#ef4444;border-radius:9999px;width:8px;height:8px;animation:2s cubic-bezier(.4,0,.6,1) infinite _pulse-opacity_197mj_1}._recordingTime_197mj_575{font-weight:500}._waveContainerReal_197mj_579{align-items:center;gap:2px;height:24px;margin-left:.5rem;display:flex}._waveBarReal_197mj_587{background-color:#ef4444;border-radius:9999px;width:3px;transition:height 75ms}._recordingActions_197mj_594{align-items:center;gap:.5rem;display:flex}._cancelButton_197mj_600{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex}._cancelButton_197mj_600:hover{color:#f87171;background:#ef44441a}._sendAudioButton_197mj_618{color:#128c7e;cursor:pointer;background:#128c7e1a;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}._sendAudioButton_197mj_618:hover{color:#075e54;background:#128c7e33}._mediaDownloadCard_197mj_636{background:#0000000d;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem;transition:background .2s;display:flex}._mediaDownloadCard_197mj_636:hover{background:#00000014}._downloadIconWrapper_197mj_651{background:#ffffff80;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._spinner_197mj_661{border:2px solid #ccc;border-top-color:#128c7e;border-radius:50%;width:20px;height:20px;animation:1s linear infinite _spin_197mj_661}@keyframes _spin_197mj_661{to{transform:rotate(360deg)}}._mediaInfo_197mj_674{flex-direction:column;display:flex}._mediaTitle_197mj_679{font-size:.9rem;font-weight:600}._mediaSize_197mj_684{color:#666;font-size:.8rem}._documentCard_197mj_689{background:#0000000d;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.75rem;display:flex}._messageVideo_197mj_699{border-radius:8px;max-width:100%;margin-bottom:.5rem}._loadMoreButton_197mj_705{color:#4361ee;cursor:pointer;background:0 0;border:none;border-top:1px solid #e0e0e0;width:100%;padding:10px;font-size:14px;font-weight:500}._loadMoreButton_197mj_705:hover{background:#f5f7ff}._loadMoreButton_197mj_705:disabled{opacity:.6;cursor:not-allowed}._loadMoreMessagesContainer_197mj_723{text-align:center;justify-content:center;width:100%;padding:10px 0;display:flex}._loadMoreMessagesContainer_197mj_723 ._loadMoreButton_197mj_705{background:#fff;border:1px solid #e0e0e0;border-radius:20px;width:auto;padding:6px 16px}._chatLink_197mj_738{color:#128c7e;word-break:break-all;text-decoration:underline}._chatLink_197mj_738:hover{color:#075e54}._linkPreviewCard_197mj_748{color:inherit;background:#00000008;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;max-width:360px;margin-top:8px;text-decoration:none;transition:transform .2s,background-color .2s;display:flex;overflow:hidden}._linkPreviewCard_197mj_748:hover{background:#0000000d;transform:scale(1.02)}._page_zdi7x_1{width:100%;max-width:1280px;margin:0 auto}._header_zdi7x_7{margin-bottom:1.25rem}._header_zdi7x_7 h1{margin-bottom:.35rem;font-size:1.65rem}._header_zdi7x_7 p{color:var(--color-text-muted)}._card_zdi7x_20{border-radius:8px!important}._controls_zdi7x_24{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}._searchBox_zdi7x_33{border:1px solid var(--color-border);background:#fff;border-radius:8px;align-items:center;gap:.45rem;min-width:320px;padding:.62rem .75rem;display:flex}._searchBox_zdi7x_33 input,._controls_zdi7x_24 select{color:var(--color-text);font:inherit;background:0 0;border:0;outline:0}._searchBox_zdi7x_33 input{width:100%}._controls_zdi7x_24 select{border:1px solid var(--color-border);background:#fff;border-radius:8px;min-height:42px;padding:0 .75rem}._tableWrap_zdi7x_65{border:1px solid var(--color-border);border-radius:8px;overflow-x:auto}._table_zdi7x_65{border-collapse:collapse;width:100%;min-width:1080px}._table_zdi7x_65 th,._table_zdi7x_65 td{border-bottom:1px solid var(--color-border);text-align:left;white-space:nowrap;padding:.75rem;font-size:.88rem}._table_zdi7x_65 th{color:var(--color-title);background:#f8fafc;font-weight:800}._messageCell_zdi7x_92{text-overflow:ellipsis;max-width:340px;overflow:hidden}._statusBadge_zdi7x_98{border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .55rem;font-size:.75rem;font-weight:800;display:inline-flex}._sent_zdi7x_108{color:#166534;background:#dcfce7}._failed_zdi7x_113{color:#991b1b;background:#fee2e2}._emptyCell_zdi7x_118{color:var(--color-text-muted);text-align:center!important;padding:2rem!important}@media (width<=780px){._controls_zdi7x_24,._searchBox_zdi7x_33{align-items:stretch;width:100%;min-width:0}}._page_b2m0v_1{width:100%;max-width:980px;margin:0 auto}._header_b2m0v_7{margin-bottom:1.25rem}._header_b2m0v_7 h1{margin-bottom:.35rem;font-size:1.65rem}._header_b2m0v_7 p,._muted_b2m0v_17{color:var(--color-text-muted)}._grid_b2m0v_21{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}._card_b2m0v_27{border-radius:8px!important}._cardHeader_b2m0v_31{color:var(--color-primary);align-items:center;gap:.65rem;margin-bottom:1rem;display:flex}._cardHeader_b2m0v_31 h2{font-size:1.05rem}._details_b2m0v_43{flex-direction:column;gap:.75rem;display:flex}._details_b2m0v_43 div{border:1px solid var(--color-border);background:#f8fafc;border-radius:8px;padding:.75rem}._details_b2m0v_43 dt{color:var(--color-text-muted);text-transform:uppercase;font-size:.78rem;font-weight:800}._details_b2m0v_43 dd{color:var(--color-title);margin-top:.2rem;font-weight:800}._muted_b2m0v_17{margin-bottom:1rem}@media (width<=780px){._grid_b2m0v_21{grid-template-columns:1fr}}
