:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font-family:inherit}._container_1ogbj_1{display:flex;min-height:100vh;background:#f8fafc}._sidebar_1ogbj_8{width:280px;background:#fff;box-shadow:0 0 20px #00000014;display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100;transition:transform .3s cubic-bezier(.4,0,.2,1);border-right:1px solid #e5e7eb}._logo_1ogbj_21{display:flex;align-items:center;justify-content:center;padding:20px;border-bottom:1px solid #f3f4f6}._logoImage_1ogbj_29{max-width:100%;height:auto;max-height:60px;object-fit:contain;transition:transform .3s ease}._logoImage_1ogbj_29:hover{transform:scale(1.02)}._nav_1ogbj_41{flex:1;padding:20px 12px;display:flex;flex-direction:column;gap:4px}._navItem_1ogbj_49{display:flex;align-items:center;gap:12px;padding:12px 16px;margin:0 8px;border-radius:10px;text-decoration:none;color:#6b7280;font-weight:500;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}._navItem_1ogbj_49:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);height:0;width:3px;background:#f30;border-radius:0 3px 3px 0;transition:height .2s ease}._navItem_1ogbj_49:hover{background:#fff5f5;color:#f30;transform:translate(2px)}._navItem_1ogbj_49:hover:before{height:60%}._navItemActive_1ogbj_87{background:linear-gradient(90deg,#fff5f5,#ff33000d);color:#f30;font-weight:600}._navItemActive_1ogbj_87:before{height:60%}._navIcon_1ogbj_97{flex-shrink:0;stroke-width:2}._navLabel_1ogbj_102{flex:1}._sidebarFooter_1ogbj_106{padding:16px 12px;border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:4px}._sidebarButton_1ogbj_114{display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;background:transparent;border-radius:10px;color:#6b7280;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;text-align:left;margin:0 8px}._sidebarButton_1ogbj_114:hover{background:#fff5f5;color:#f30;transform:translate(2px)}._sidebarButtonIcon_1ogbj_137{flex-shrink:0;stroke-width:2}._mainContent_1ogbj_143{flex:1;margin-left:280px;display:flex;flex-direction:column;min-height:100vh}._header_1ogbj_152{background:#fff;padding:16px 32px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:50;border-bottom:1px solid #e5e7eb}._headerLeft_1ogbj_165{display:flex;align-items:center;gap:16px;flex:1;max-width:600px}._backButton_1ogbj_173{width:40px;height:40px;border:none;background:#f9fafb;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#6b7280;border:1px solid #e5e7eb}._backButton_1ogbj_173:hover{background:#f30;color:#fff;border-color:#f30;transform:scale(1.05)}._searchWrapper_1ogbj_195{flex:1;position:relative;display:flex;align-items:center}._searchIcon_1ogbj_202{position:absolute;left:14px;color:#9ca3af;pointer-events:none}._searchInput_1ogbj_209{width:100%;padding:10px 16px 10px 42px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;background:#f9fafb;transition:all .2s ease;color:#111827}._searchInput_1ogbj_209:focus{outline:none;border-color:#f30;background:#fff;box-shadow:0 0 0 3px #ff33001a}._searchInput_1ogbj_209::placeholder{color:#9ca3af}._headerRight_1ogbj_231{display:flex;align-items:center;gap:12px}._notificationButton_1ogbj_237{position:relative;width:40px;height:40px;border:none;background:#f9fafb;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#6b7280;border:1px solid #e5e7eb}._notificationButton_1ogbj_237:hover{background:#fff5f5;color:#f30;border-color:#f30;transform:scale(1.05)}._notificationBadge_1ogbj_260{position:absolute;top:-4px;right:-4px;background:#f30;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;border:2px solid white;box-shadow:0 2px 4px #0000001a}._profileButton_1ogbj_276{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#f30,#f60);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff;border:none;box-shadow:0 2px 8px #ff33004d}._profileButton_1ogbj_276:hover{transform:scale(1.05);box-shadow:0 4px 12px #f306}._content_1ogbj_297{flex:1;padding:32px;animation:_fadeIn_1ogbj_1 .4s cubic-bezier(.4,0,.2,1)}@keyframes _fadeIn_1ogbj_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){._sidebar_1ogbj_8{transform:translate(-100%)}._mainContent_1ogbj_143{margin-left:0}._headerLeft_1ogbj_165{max-width:100%}._searchWrapper_1ogbj_195{display:none}}._dashboard_1pkrt_1{animation:_fadeIn_1pkrt_1 .5s ease}._header_1pkrt_5{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}._title_1pkrt_12{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px;letter-spacing:-.5px}._subtitle_1pkrt_20{font-size:16px;color:#6b7280;margin:0}._headerActions_1pkrt_26{display:flex;gap:12px}._actionButton_1pkrt_31{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}._actionButton_1pkrt_31:hover{background:#f30;color:#fff;border-color:#f30;transform:translateY(-1px);box-shadow:0 4px 12px #f303}._statsGrid_1pkrt_54{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-bottom:32px}._statCard_1pkrt_61{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #f3f4f6;cursor:pointer}._statCard_1pkrt_61:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#e5e7eb}._statCard_1pkrt_61:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent-color)}._statHeader_1pkrt_89{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}._statIconWrapper_1pkrt_96{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._statCard_1pkrt_61:hover ._statIconWrapper_1pkrt_96{transform:scale(1.1) rotate(5deg)}._statIcon_1pkrt_96{stroke-width:2}._trendBadge_1pkrt_114{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ecfdf5;color:#10b981;border-radius:6px;font-size:12px;font-weight:600}._statContent_1pkrt_126{position:relative;z-index:1}._statTitle_1pkrt_131{font-size:14px;color:#6b7280;margin:0 0 12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._statValue_1pkrt_140{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px;animation:_countUp_1pkrt_1 .8s ease;letter-spacing:-1px}@keyframes _countUp_1pkrt_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._statChange_1pkrt_160{font-size:13px;color:#6b7280;font-weight:500}._statWave_1pkrt_166{position:absolute;bottom:-60px;right:-60px;width:200px;height:200px;background:var(--accent-color);opacity:.03;border-radius:50%;animation:_wave_1pkrt_1 6s ease-in-out infinite}@keyframes _wave_1pkrt_1{0%,to{transform:scale(1);opacity:.03}50%{transform:scale(1.2);opacity:.06}}._contentGrid_1pkrt_189{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}._card_1pkrt_195{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d;border:1px solid #f3f4f6;transition:all .3s ease}._card_1pkrt_195:hover{box-shadow:0 4px 12px #00000014;border-color:#e5e7eb}._cardHeader_1pkrt_209{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}._cardTitle_1pkrt_218{font-size:18px;font-weight:700;color:#111827;margin:0;letter-spacing:-.3px}._cardIcon_1pkrt_226{color:#9ca3af;stroke-width:2}._connectionStatus_1pkrt_231{display:flex;flex-direction:column;gap:16px}._statusIndicator_1pkrt_237{display:flex;align-items:center;gap:12px;padding:16px;background:#f9fafb;border-radius:12px;transition:all .3s ease}._statusIndicator_1pkrt_237:hover{background:#f3f4f6}._statusIcon_1pkrt_251{flex-shrink:0;stroke-width:2.5}._statusActive_1pkrt_256 ._statusIcon_1pkrt_251{color:#10b981}._statusInactive_1pkrt_260 ._statusIcon_1pkrt_251{color:#ef4444}._statusLabel_1pkrt_264{font-size:16px;font-weight:600;color:#111827;display:block;margin-bottom:4px}._statusActive_1pkrt_256 ._statusLabel_1pkrt_264{color:#10b981}._statusInactive_1pkrt_260 ._statusLabel_1pkrt_264{color:#ef4444}._statusMessage_1pkrt_280{color:#6b7280;font-size:14px;margin:0}._activityList_1pkrt_286{display:flex;flex-direction:column;gap:12px}._activityItem_1pkrt_292{display:flex;align-items:center;gap:12px;padding:12px;border-radius:10px;transition:all .2s ease;animation:_slideIn_1pkrt_1 .5s ease}@keyframes _slideIn_1pkrt_1{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}._activityItem_1pkrt_292:hover{background:#fff5f5;transform:translate(4px)}._activityIconWrapper_1pkrt_318{width:40px;height:40px;border-radius:10px;background:#fff5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}._activityIcon_1pkrt_318{color:#f30;stroke-width:2}._activityContent_1pkrt_334{flex:1;min-width:0}._activityText_1pkrt_339{margin:0 0 4px;color:#111827;font-weight:500;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._activityTime_1pkrt_349{font-size:12px;color:#9ca3af}._emptyState_1pkrt_354{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}._emptyIcon_1pkrt_363{color:#d1d5db;margin-bottom:16px;stroke-width:1.5}._emptyText_1pkrt_369{color:#9ca3af;font-size:14px;margin:0}._statMax_1pkrt_375,._statToday_1pkrt_376{font-size:12px;color:#9ca3af;display:block;margin-top:4px}._spinning_1pkrt_383{animation:_spin_1pkrt_383 1s linear infinite}@keyframes _spin_1pkrt_383{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loading_1pkrt_396,._error_1pkrt_397{text-align:center;padding:40px;font-size:16px}._error_1pkrt_397{color:#ef4444}@media(max-width:768px){._statsGrid_1pkrt_54,._contentGrid_1pkrt_189{grid-template-columns:1fr}._title_1pkrt_12{font-size:24px}._header_1pkrt_5{flex-direction:column;gap:16px}}._queue_1fx64_1{animation:_fadeIn_1fx64_1 .5s ease}._header_1fx64_5{margin-bottom:32px}._title_1fx64_9{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px;letter-spacing:-.5px}._subtitle_1fx64_17{font-size:16px;color:#6b7280;margin:0}._queueList_1fx64_23{display:flex;flex-direction:column;gap:20px}._queueItem_1fx64_29{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d;display:flex;gap:20px;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #f3f4f6;animation:_slideInUp_1fx64_1 .5s ease both}@keyframes _slideInUp_1fx64_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._queueItem_1fx64_29:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px);border-color:#e5e7eb}._queuePriority_1fx64_60{display:flex;align-items:flex-start}._priorityBadge_1fx64_65{background:linear-gradient(135deg,#f30,#f60);color:#fff;font-weight:700;font-size:16px;padding:10px 18px;border-radius:10px;min-width:50px;text-align:center;box-shadow:0 4px 12px #ff33004d;transition:all .3s ease}._queueItem_1fx64_29:hover ._priorityBadge_1fx64_65{transform:scale(1.05);box-shadow:0 6px 16px #f306}._queueContent_1fx64_83{flex:1;display:flex;flex-direction:column;gap:16px}._queueHeader_1fx64_90{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}._deviceInfo_1fx64_98{display:flex;align-items:center;gap:12px}._deviceIconWrapper_1fx64_104{width:40px;height:40px;border-radius:10px;background:#fff5f5;display:flex;align-items:center;justify-content:center}._deviceIcon_1fx64_104{color:#f30;stroke-width:2}._deviceName_1fx64_119{font-size:18px;font-weight:700;color:#111827;margin:0;letter-spacing:-.3px}._statusBadge_1fx64_127{display:flex;align-items:center;gap:6px;background:var(--status-bg);color:var(--status-color);padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;animation:_fadeIn_1fx64_1 .5s ease}._queueInfo_1fx64_155{display:flex;flex-direction:column;gap:10px;padding:16px;background:#f9fafb;border-radius:12px}._infoItem_1fx64_164{display:flex;align-items:center;gap:10px;padding:8px 0}._infoIcon_1fx64_171{color:#9ca3af;flex-shrink:0;stroke-width:2}._infoLabel_1fx64_177{color:#6b7280;font-size:14px;flex:1}._infoValue_1fx64_183{color:#111827;font-weight:600;font-size:14px}._connectButton_1fx64_189{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#f30,#f60);color:#fff;border:none;padding:14px 28px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 4px 12px #ff33004d;width:100%;margin-top:8px}._connectButton_1fx64_189:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #f306}._connectButton_1fx64_189:active:not(:disabled){transform:translateY(0)}._connectButton_1fx64_189:disabled{opacity:.6;cursor:not-allowed}._qrContainer_1fx64_223{padding:20px;background:linear-gradient(135deg,#fff5f5,#ffe5e5);border-radius:12px;border:2px dashed #ff3300;text-align:center}._qrHeader_1fx64_231{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;color:#f30;font-weight:600;font-size:14px}._qrLabel_1fx64_242{margin:0}._qrCode_1fx64_246{display:inline-block;padding:16px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}._queueProgress_1fx64_254{position:absolute;bottom:0;left:0;right:0;height:3px;background:#f3f4f6;overflow:hidden}._progressBar_1fx64_264{height:100%;transition:width .5s ease;border-radius:0 0 16px 16px}._queueStats_1fx64_270{display:flex;gap:16px;margin-top:12px;font-size:14px;color:#6b7280}._queueStats_1fx64_270 span{padding:4px 12px;background:#f9fafb;border-radius:6px}._refreshButton_1fx64_284{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}._refreshButton_1fx64_284:hover:not(:disabled){background:#f30;color:#fff;border-color:#f30}._refreshButton_1fx64_284:disabled{opacity:.6;cursor:not-allowed}._spinning_1fx64_142{animation:_spin_1fx64_142 1s linear infinite}@keyframes _spin_1fx64_142{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._emptyState_1fx64_323{text-align:center;padding:60px 20px}._emptyIcon_1fx64_328{color:#d1d5db;margin-bottom:16px;stroke-width:1.5}._emptyText_1fx64_334{color:#9ca3af;font-size:16px}._deviceId_1fx64_339{font-size:12px;color:#9ca3af;font-weight:400}._loading_1fx64_345,._error_1fx64_346{text-align:center;padding:40px;font-size:16px}._error_1fx64_346{color:#ef4444}@media(max-width:768px){._queueItem_1fx64_29{flex-direction:column}._queuePriority_1fx64_60{align-self:flex-start}._queueHeader_1fx64_90{flex-direction:column;align-items:flex-start}._queueStats_1fx64_270{flex-direction:column;gap:8px}}._overlay_1u490_1{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1u490_1 .3s ease}@keyframes _fadeIn_1u490_1{0%{opacity:0}to{opacity:1}}._wizard_1u490_24{background:#fff;border-radius:20px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:_slideUp_1u490_1 .3s ease}@keyframes _slideUp_1u490_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._wizardHeader_1u490_46{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb}._wizardTitle_1u490_54{font-size:24px;font-weight:700;color:#111827;margin:0}._closeButton_1u490_61{width:36px;height:36px;border:none;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}._closeButton_1u490_61:hover{background:#e5e7eb;color:#111827}._wizardContent_1u490_80{padding:24px}._stepsList_1u490_84{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}._stepItem_1u490_91{display:flex;align-items:flex-start;gap:16px;padding:16px;border-radius:12px;background:#f9fafb;border:2px solid transparent;transition:all .3s ease}._stepItemActive_1u490_102{background:#fff5f5;border-color:#f30;box-shadow:0 4px 12px #ff33001a}._stepItemCompleted_1u490_108{background:#ecfdf5;border-color:#10b981}._stepIcon_1u490_113{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff}._stepIconCompleted_1u490_124{color:#10b981;stroke-width:2.5}._stepIconActive_1u490_129{color:#f30;stroke-width:2.5;animation:_pulse_1u490_1 2s ease-in-out infinite}@keyframes _pulse_1u490_1{0%,to{opacity:1}50%{opacity:.5}}._stepIconLoading_1u490_144{color:#f30;stroke-width:2;animation:_spin_1u490_283 1s linear infinite}._stepIconPending_1u490_159{width:20px;height:20px;border-radius:50%;background:#d1d5db}._stepContent_1u490_166{flex:1}._stepTitle_1u490_170{font-size:16px;font-weight:600;color:#111827;margin:0 0 4px}._stepDescription_1u490_177{font-size:14px;color:#6b7280;margin:0}._qrSection_1u490_183{text-align:center;padding:24px;background:#f9fafb;border-radius:12px;margin-top:24px}._qrContainer_1u490_191{display:inline-block;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:16px}._qrInstructions_1u490_200{color:#6b7280;font-size:14px;line-height:1.6;max-width:400px;margin:0 auto}._errorSection_1u490_209{text-align:center;padding:24px;background:#fef2f2;border-radius:12px;border:2px solid #fecaca;margin-top:24px}._errorIcon_1u490_218{color:#ef4444;margin-bottom:12px}._errorText_1u490_223{color:#991b1b;font-size:14px;margin:0 0 16px}._retryButton_1u490_229{background:#f30;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}._retryButton_1u490_229:hover{background:#e62e00;transform:translateY(-1px)}._successSection_1u490_246{text-align:center;padding:32px;background:#ecfdf5;border-radius:12px;border:2px solid #10b981;margin-top:24px}._successIcon_1u490_255{color:#10b981;margin-bottom:16px;animation:_scaleIn_1u490_1 .5s ease}@keyframes _scaleIn_1u490_1{0%{transform:scale(0)}to{transform:scale(1)}}._successTitle_1u490_270{font-size:20px;font-weight:700;color:#065f46;margin:0 0 8px}._successText_1u490_277{color:#047857;font-size:14px;margin:0}._spinning_1u490_283{animation:_spin_1u490_283 1s linear infinite}@keyframes _spin_1u490_283{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._deviceInfo_11hxe_1{animation:_fadeIn_11hxe_1 .5s ease}._header_11hxe_5{margin-bottom:32px;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}._headerActions_11hxe_14{display:flex;align-items:center;gap:16px;flex-wrap:wrap}._title_11hxe_21{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px;letter-spacing:-.5px}._subtitle_11hxe_29{font-size:16px;color:#6b7280;margin:0}._contentGrid_11hxe_35{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}._profileCard_11hxe_41{background:#fff;border-radius:16px;padding:32px;box-shadow:0 1px 3px #0000000d;grid-column:1 / -1;transition:all .3s ease;border:1px solid #f3f4f6}._profileCard_11hxe_41:hover{box-shadow:0 8px 24px #0000001a;border-color:#e5e7eb}._profileHeader_11hxe_56{display:flex;align-items:center;gap:24px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}._profilePicture_11hxe_65{width:100px;height:100px;border-radius:50%;overflow:hidden;border:4px solid #ff3300;box-shadow:0 4px 16px #ff33004d;transition:all .3s ease}._profileCard_11hxe_41:hover ._profilePicture_11hxe_65{transform:scale(1.05);box-shadow:0 6px 20px #f306}._profilePicture_11hxe_65 img{width:100%;height:100%;object-fit:cover}._profilePlaceholder_11hxe_86{width:100%;height:100%;background:linear-gradient(135deg,#f30,#f60);display:flex;align-items:center;justify-content:center;color:#fff}._profileInfo_11hxe_96{flex:1}._profileName_11hxe_100{font-size:28px;font-weight:700;color:#111827;margin:0 0 12px;letter-spacing:-.5px}._profileStatus_11hxe_108{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:500}._statusIconActive_11hxe_116{color:#10b981;stroke-width:2.5}._statusIconInactive_11hxe_121{color:#ef4444;stroke-width:2.5}._statusText_11hxe_126{color:#6b7280}._profileDetails_11hxe_130{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}._detailItem_11hxe_136{display:flex;align-items:center;gap:16px;padding:16px;background:#f9fafb;border-radius:12px;transition:all .3s ease;border:1px solid transparent}._detailItem_11hxe_136:hover{background:#fff5f5;border-color:#f30;transform:translate(4px)}._detailIconWrapper_11hxe_153{width:48px;height:48px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000000d;flex-shrink:0}._detailIcon_11hxe_153{color:#f30;stroke-width:2}._detailContent_11hxe_170{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}._detailLabel_11hxe_178{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-weight:600}._detailValue_11hxe_186{font-size:16px;color:#111827;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._qrCard_11hxe_195,._actionsCard_11hxe_196,._statusCard_11hxe_197{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d;transition:all .3s ease;border:1px solid #f3f4f6}._qrCard_11hxe_195:hover,._actionsCard_11hxe_196:hover,._statusCard_11hxe_197:hover{box-shadow:0 4px 12px #00000014;border-color:#e5e7eb}._cardHeader_11hxe_213{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}._qrHeader_11hxe_222{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}._qrHeaderIcon_11hxe_231{color:#f30;stroke-width:2}._qrTitle_11hxe_236,._actionsTitle_11hxe_237,._statusTitle_11hxe_238{font-size:18px;font-weight:700;color:#111827;margin:0;letter-spacing:-.3px}._cardIcon_11hxe_246{color:#9ca3af;stroke-width:2}._qrContainer_11hxe_251{text-align:center;padding:20px}._qrContainer_11hxe_251 svg{margin:0 auto;display:block;animation:_fadeIn_11hxe_1 .5s ease;border-radius:12px;padding:16px;background:#fff;box-shadow:0 2px 8px #0000001a}._qrInstructions_11hxe_266{margin-top:20px;color:#6b7280;font-size:14px;line-height:1.6}._qrPlaceholder_11hxe_273{text-align:center;padding:40px 20px}._emptyIcon_11hxe_278{color:#d1d5db;margin-bottom:16px;stroke-width:1.5}._emptyText_11hxe_284{color:#9ca3af;font-size:14px;margin:0 0 20px}._initButton_11hxe_290{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#f30,#f60);color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;margin:0 auto;box-shadow:0 2px 8px #ff33004d}._initButton_11hxe_290:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f306}._actionsList_11hxe_312{display:flex;flex-direction:column;gap:12px}._actionButton_11hxe_318{display:flex;align-items:center;gap:12px;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;font-size:15px;font-weight:600;color:#111827;cursor:pointer;transition:all .3s ease;text-align:left;width:100%}._actionButton_11hxe_318:hover{background:#fff5f5;color:#f30;border-color:#f30;transform:translate(4px)}._actionButtonDanger_11hxe_342{background:#fff5f5;color:#f30;border-color:#f30}._actionButtonDanger_11hxe_342:hover{background:#f30;color:#fff}._actionIcon_11hxe_353{flex-shrink:0;stroke-width:2}._actionLabel_11hxe_358{flex:1}._spinning_11hxe_362{animation:_spin_11hxe_362 1s linear infinite}@keyframes _spin_11hxe_362{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorText_11hxe_375{color:#ef4444;font-size:13px;margin-top:8px;padding:8px;background:#fef2f2;border-radius:6px;border:1px solid #fecaca}._infoText_11hxe_385{color:#6b7280;font-size:14px;line-height:1.6;margin:0;padding:12px;background:#f9fafb;border-radius:8px;border-left:3px solid #ff3300}._loadingSpinner_11hxe_396{margin-top:16px;display:flex;justify-content:center;align-items:center}._statusList_11hxe_403{display:flex;flex-direction:column;gap:16px}._statusItem_11hxe_409{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}._statusItem_11hxe_409:last-child{border-bottom:none}._statusItemLeft_11hxe_421{display:flex;align-items:center;gap:10px}._statusItemIcon_11hxe_427{color:#9ca3af;stroke-width:2}._statusLabel_11hxe_432{color:#6b7280;font-size:14px;font-weight:500}._statusValue_11hxe_438{color:#111827;font-size:14px;font-weight:700}._statusValueActive_11hxe_444{color:#10b981}._statusValueInactive_11hxe_448{color:#ef4444}._deviceSelector_11hxe_452{display:flex;align-items:center;gap:8px}._connectButton_11hxe_458{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#f30,#f60);color:#fff;border:none;padding:14px 28px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff33004d;white-space:nowrap}._connectButton_11hxe_458:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #f306}._connectButton_11hxe_458:active:not(:disabled){transform:translateY(0)}._connectButton_11hxe_458:disabled{opacity:.6;cursor:not-allowed}._select_11hxe_489{padding:10px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;background:#fff;color:#111827;cursor:pointer;transition:all .2s ease;min-width:250px}._select_11hxe_489:focus{outline:none;border-color:#f30;box-shadow:0 0 0 3px #ff33001a}._faseInfo_11hxe_507{display:flex;align-items:center;gap:8px;margin-top:8px;padding:6px 12px;background:#fff5f5;border-radius:6px;width:fit-content}._faseLabel_11hxe_518{font-size:12px;color:#6b7280;font-weight:500}._faseValue_11hxe_524{font-size:14px;color:#f30;font-weight:700}._loading_11hxe_396,._error_11hxe_375{text-align:center;padding:40px;font-size:16px}._error_11hxe_375{color:#ef4444}@media(max-width:768px){._profileHeader_11hxe_56{flex-direction:column;text-align:center}._profileDetails_11hxe_130,._contentGrid_11hxe_35{grid-template-columns:1fr}._deviceSelector_11hxe_452{width:100%}._select_11hxe_489{width:100%;min-width:auto}}._modalOverlay_11hxe_567{position:fixed!important;inset:0!important;background:#000000b3!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:10000!important;animation:_fadeIn_11hxe_1 .3s ease}._modal_11hxe_567{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:_slideUp_11hxe_1 .3s ease}@keyframes _slideUp_11hxe_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_11hxe_603{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb}._modalTitle_11hxe_611{font-size:20px;font-weight:700;color:#111827;margin:0}._modalCloseButton_11hxe_618{background:none;border:none;cursor:pointer;color:#6b7280;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}._modalCloseButton_11hxe_618:hover{background:#f3f4f6;color:#111827}._modalContent_11hxe_636{padding:24px}._modalForm_11hxe_640{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}._formGroup_11hxe_647{display:flex;flex-direction:column;gap:8px}._formLabel_11hxe_653{font-size:14px;font-weight:600;color:#374151}._formInput_11hxe_659{padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#111827;transition:all .2s}._formInput_11hxe_659:focus{outline:none;border-color:#f30;box-shadow:0 0 0 3px #ff33001a}._formInput_11hxe_659:disabled{background:#f9fafb;cursor:not-allowed}._modalActions_11hxe_679{display:flex;gap:12px;justify-content:flex-end}._modalCancelButton_11hxe_685{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}._modalCancelButton_11hxe_685:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}._modalCancelButton_11hxe_685:disabled{opacity:.6;cursor:not-allowed}._modalConfirmButton_11hxe_710{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#f30,#f60);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #f303}._modalConfirmButton_11hxe_710:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #ff33004d}._modalConfirmButton_11hxe_710:disabled{opacity:.6;cursor:not-allowed;transform:none}._connectButton_11hxe_458{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#f30,#f60);color:#fff;border:none;padding:14px 28px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #ff33004d}._connectButton_11hxe_458:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f306}._connectButton_11hxe_458:disabled{opacity:.6;cursor:not-allowed;transform:none}._logoutButton_11hxe_765{display:flex;align-items:center;gap:10px;background:#fff;color:#ef4444;border:1px solid #ef4444;padding:14px 28px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}._logoutButton_11hxe_765:hover:not(:disabled){background:#ef4444;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}._logoutButton_11hxe_765:disabled{opacity:.6;cursor:not-allowed;transform:none}._createDBButton_11hxe_793{display:flex;align-items:center;gap:10px;background:#fff;color:#6b7280;border:1px solid #e5e7eb;padding:14px 28px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}._createDBButton_11hxe_793:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}._createDBButton_11hxe_793:disabled{opacity:.6;cursor:not-allowed;transform:none}._contacts_1rusf_1{padding:24px;max-width:1400px;margin:0 auto}._header_1rusf_8{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}._title_1rusf_15{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px}._subtitle_1rusf_22{font-size:16px;color:#6b7280;margin:0}._headerActions_1rusf_28{display:flex;align-items:center;gap:12px}._deviceSelector_1rusf_34{display:flex;align-items:center;gap:8px}._deviceLabel_1rusf_40{font-size:14px;color:#6b7280;font-weight:500;white-space:nowrap}._select_1rusf_47{padding:10px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;color:#111827;cursor:pointer;transition:all .2s}._select_1rusf_47:hover{border-color:#d1d5db}._select_1rusf_47:focus{outline:none;border-color:#f30;box-shadow:0 0 0 3px #ff33001a}._refreshButton_1rusf_68{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;color:#111827;cursor:pointer;transition:all .2s}._refreshButton_1rusf_68:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}._refreshButton_1rusf_68:disabled{opacity:.6;cursor:not-allowed}._statsGrid_1rusf_94{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}._statCard_1rusf_101{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}._statCard_1rusf_101:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._statIconWrapper_1rusf_117{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}._statContent_1rusf_126{flex:1}._statTitle_1rusf_130{font-size:14px;color:#6b7280;margin:0 0 4px;font-weight:500}._statValue_1rusf_137{font-size:28px;font-weight:700;color:#111827;margin:0}._uploadSection_1rusf_145{margin-bottom:32px}._uploadCard_1rusf_149{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}._uploadHeader_1rusf_156{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}._uploadHeaderLeft_1rusf_163{display:flex;align-items:flex-start;gap:16px}._uploadIcon_1rusf_169{color:#f30;margin-top:4px}._uploadTitle_1rusf_174{font-size:20px;font-weight:700;color:#111827;margin:0 0 4px}._uploadSubtitle_1rusf_181{font-size:14px;color:#6b7280;margin:0}._uploadContent_1rusf_187{display:flex;flex-direction:column;gap:20px}._fileInputWrapper_1rusf_193{position:relative}._fileInput_1rusf_193{position:absolute;opacity:0;width:0;height:0}._fileInputLabel_1rusf_204{display:flex;align-items:center;gap:12px;padding:16px 24px;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500;color:#6b7280}._fileInputLabel_1rusf_204:hover{border-color:#f30;background:#fef2f2;color:#f30}._fileInfo_1rusf_225{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#ecfdf5;border:1px solid #10b981;border-radius:8px;font-size:14px;color:#065f46}._fileSize_1rusf_237{margin-left:auto;color:#6b7280;font-size:12px}._uploadActions_1rusf_243{display:flex;gap:12px}._uploadButton_1rusf_248{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#f30,#f60);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #f303}._uploadButton_1rusf_248:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #ff33004d}._uploadButton_1rusf_248:disabled{opacity:.6;cursor:not-allowed;transform:none}._uploadResult_1rusf_275{padding:20px;background:#f0fdf4;border:1px solid #10b981;border-radius:8px;margin-top:16px}._uploadResultHeader_1rusf_283{display:flex;align-items:center;gap:12px;margin-bottom:16px}._uploadResultIcon_1rusf_290{color:#10b981}._uploadResultHeader_1rusf_283 h3{margin:0;font-size:18px;font-weight:600;color:#065f46}._uploadResultStats_1rusf_301{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:16px}._uploadResultStat_1rusf_301{display:flex;flex-direction:column;gap:4px}._uploadResultLabel_1rusf_314{font-size:12px;color:#6b7280}._uploadResultValue_1rusf_319{font-size:20px;font-weight:700;color:#065f46}._uploadErrors_1rusf_325{margin-top:16px;padding-top:16px;border-top:1px solid #86efac}._uploadErrors_1rusf_325 h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#065f46}._uploadErrors_1rusf_325 ul{margin:0;padding-left:20px;color:#047857;font-size:13px}._csvFormatInfo_1rusf_345{padding:20px;background:#f9fafb;border-radius:8px;border-left:4px solid #ff3300}._csvFormatInfo_1rusf_345 h4{margin:0 0 12px;font-size:16px;font-weight:600;color:#111827}._csvFormatInfo_1rusf_345 p{margin:0 0 12px;font-size:14px;color:#6b7280}._csvFormatInfo_1rusf_345 ul{margin:0;padding-left:20px;font-size:14px;color:#374151}._csvFormatInfo_1rusf_345 li{margin-bottom:6px}._contactsSection_1rusf_377{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}._contactsHeader_1rusf_384{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}._contactsTitle_1rusf_393{font-size:20px;font-weight:700;color:#111827;margin:0}._contactsControls_1rusf_400{display:flex;gap:12px;align-items:center}._searchWrapper_1rusf_406{position:relative;display:flex;align-items:center}._searchIcon_1rusf_412{position:absolute;left:12px;color:#9ca3af}._searchInput_1rusf_418{padding:10px 12px 10px 40px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;width:300px;transition:all .2s}._searchInput_1rusf_418:focus{outline:none;border-color:#f30;box-shadow:0 0 0 3px #ff33001a}._filterWrapper_1rusf_433{position:relative;display:flex;align-items:center}._filterIcon_1rusf_439{position:absolute;left:12px;color:#9ca3af}._filterSelect_1rusf_445{padding:10px 12px 10px 40px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;color:#111827;cursor:pointer;transition:all .2s}._filterSelect_1rusf_445:focus{outline:none;border-color:#f30;box-shadow:0 0 0 3px #ff33001a}._errorMessage_1rusf_462{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;margin-bottom:20px}._loading_1rusf_474{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6b7280}._emptyState_1rusf_483{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}._emptyIcon_1rusf_492{color:#d1d5db;margin-bottom:16px}._emptyText_1rusf_497{font-size:16px;color:#6b7280;margin:0}._tableWrapper_1rusf_504{overflow-x:auto;margin-bottom:20px}._table_1rusf_504{width:100%;border-collapse:collapse;font-size:14px}._table_1rusf_504 thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}._table_1rusf_504 th{padding:12px 16px;text-align:left;font-weight:600;color:#374151;font-size:12px;text-transform:uppercase;letter-spacing:.5px}._table_1rusf_504 td{padding:16px;border-bottom:1px solid #f3f4f6;color:#111827}._table_1rusf_504 tbody tr:hover{background:#f9fafb}._table_1rusf_504 tbody tr:last-child td{border-bottom:none}._contactName_1rusf_544{font-weight:600;color:#111827}._phoneNumber_1rusf_549{font-family:Courier New,monospace;color:#6b7280}._messagePreview_1rusf_554{max-width:300px;color:#6b7280;font-size:13px}._estadoBadge_1rusf_560{display:flex;align-items:center;gap:6px;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;width:fit-content}._iconPendiente_1rusf_571{color:#f59e0b}._iconEnviado_1rusf_575{color:#10b981}._iconError_1rusf_579{color:#ef4444}._noDate_1rusf_583{color:#9ca3af;font-style:italic}._tableFooter_1rusf_588{padding:16px;text-align:center;color:#6b7280;font-size:14px;border-top:1px solid #f3f4f6}._spinning_1rusf_596{animation:_spin_1rusf_596 1s linear infinite}@keyframes _spin_1rusf_596{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._header_1rusf_8{flex-direction:column;gap:16px}._headerActions_1rusf_28{width:100%;justify-content:space-between}._contactsHeader_1rusf_384{flex-direction:column;align-items:stretch}._contactsControls_1rusf_400{flex-direction:column;width:100%}._searchInput_1rusf_418{width:100%}._table_1rusf_504{font-size:12px}._table_1rusf_504 th,._table_1rusf_504 td{padding:8px}}._chatResponses_10j93_1{padding:24px;max-width:1600px;margin:0 auto}._header_10j93_8{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;flex-wrap:wrap;gap:16px}._title_10j93_17{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px}._subtitle_10j93_24{font-size:16px;color:#6b7280;margin:0}._headerActions_10j93_30{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._limitSelector_10j93_37{display:flex;align-items:center;gap:8px}._limitLabel_10j93_43{font-size:14px;color:#6b7280;font-weight:500;white-space:nowrap}._select_10j93_50{padding:10px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;color:#111827;cursor:pointer;transition:all .2s}._select_10j93_50:hover{border-color:#d1d5db}._select_10j93_50:focus{outline:none;border-color:#f30;box-shadow:0 0 0 3px #ff33001a}._refreshButton_10j93_71{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;color:#111827;cursor:pointer;transition:all .2s}._refreshButton_10j93_71:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}._refreshButton_10j93_71:disabled{opacity:.6;cursor:not-allowed}._statsGrid_10j93_97{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}._statCard_10j93_104{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}._statCard_10j93_104:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._statIconWrapper_10j93_120{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}._statContent_10j93_129{flex:1}._statTitle_10j93_133{font-size:14px;color:#6b7280;margin:0 0 4px;font-weight:500}._statValue_10j93_140{font-size:28px;font-weight:700;color:#111827;margin:0}._controlsSection_10j93_148{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}._searchWrapper_10j93_155{position:relative;display:flex;align-items:center;flex:1;min-width:250px}._searchIcon_10j93_163{position:absolute;left:12px;color:#9ca3af;z-index:1}._searchInput_10j93_170{padding:10px 12px 10px 40px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;width:100%;transition:all .2s}._searchInput_10j93_170:focus{outline:none;border-color:#f30;box-shadow:0 0 0 3px #ff33001a}._filterWrapper_10j93_185{position:relative;display:flex;align-items:center}._filterIcon_10j93_191{position:absolute;left:12px;color:#9ca3af;z-index:1}._filterSelect_10j93_198{padding:10px 12px 10px 40px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;color:#111827;cursor:pointer;transition:all .2s}._filterSelect_10j93_198:focus{outline:none;border-color:#f30;box-shadow:0 0 0 3px #ff33001a}._errorMessage_10j93_216{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;margin-bottom:20px}._loading_10j93_229{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6b7280}._emptyState_10j93_238{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}._emptyIcon_10j93_250{color:#d1d5db;margin-bottom:16px}._emptyText_10j93_255{font-size:16px;color:#6b7280;margin:0}._tableWrapper_10j93_262{overflow-x:auto;margin-bottom:20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}._table_10j93_262{width:100%;border-collapse:collapse;font-size:14px;table-layout:fixed}._table_10j93_262 thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}._table_10j93_262 th{padding:12px 16px;text-align:left;font-weight:600;color:#374151;font-size:12px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._table_10j93_262 th:nth-child(1){width:10%}._table_10j93_262 th:nth-child(2){width:12%}._table_10j93_262 th:nth-child(3){width:12%}._table_10j93_262 th:nth-child(4){width:20%}._table_10j93_262 th:nth-child(5){width:12%}._table_10j93_262 th:nth-child(6){width:20%}._table_10j93_262 th:nth-child(7){width:14%}._table_10j93_262 td{padding:16px;border-bottom:1px solid #f3f4f6;color:#111827;max-width:0;word-wrap:break-word;overflow-wrap:break-word}._table_10j93_262 tbody tr:hover{background:#f9fafb}._table_10j93_262 tbody tr:last-child td{border-bottom:none}._estadoBadge_10j93_340{display:flex;align-items:center;gap:6px;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;width:fit-content}._iconRespuesta_10j93_351{color:#10b981}._iconSinRespuesta_10j93_355{color:#f59e0b}._phoneNumber_10j93_359{font-family:Courier New,monospace;color:#111827;font-weight:500;font-size:13px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}._userName_10j93_369{font-size:12px;color:#6b7280;margin-top:4px}._contactInfo_10j93_375{display:flex;flex-direction:column;gap:4px}._contactName_10j93_381{font-weight:600;color:#111827;font-size:14px}._contactPhone_10j93_387{font-family:Courier New,monospace;color:#6b7280;font-size:12px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}._messageContent_10j93_396{max-width:100%;color:#374151;font-size:13px;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal}._dateInfo_10j93_407{display:flex;flex-direction:column;gap:4px}._dateValue_10j93_413{font-size:13px;color:#111827}._timeAgo_10j93_418{font-size:11px;color:#9ca3af}._noResponse_10j93_423{color:#9ca3af;font-style:italic}._tableFooter_10j93_428{padding:16px;text-align:center;color:#6b7280;font-size:14px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}._spinning_10j93_438{animation:_spin_10j93_438 1s linear infinite}@keyframes _spin_10j93_438{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._header_10j93_8{flex-direction:column;gap:16px}._headerActions_10j93_30{width:100%;justify-content:space-between}._controlsSection_10j93_148{flex-direction:column}._searchInput_10j93_170{width:100%}._table_10j93_262{font-size:12px}._table_10j93_262 th,._table_10j93_262 td{padding:8px}._messageContent_10j93_396{max-width:200px}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
