._container_1lkwq_1 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 20px;
}

._card_1lkwq_10 {
  background: white;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  max-width: 400px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

._icon_1lkwq_19 {
  font-size: 64px;
  margin-bottom: 24px;
}

._title_1lkwq_24 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 16px 0;
}

._message_1lkwq_31 {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 32px 0;
}

._button_1lkwq_38 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

._button_1lkwq_38:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}
._layout_gtay9_1 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f5f7fa;
  overflow: hidden;
}

._header_gtay9_9 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: white;
  border-bottom: 1px solid #e0e0e0;
}

._logo_gtay9_24 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
}

._logoutBtn_gtay9_30 {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background: #f0f0f0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

._logoutBtn_gtay9_30:hover {
  background: #e0e0e0;
}

._panelLink_gtay9_46 {
  display: flex;
  align-items: center;
  gap: 4px;
}

._panelIcon_gtay9_52 {
  font-size: 16px;
  line-height: 1;
}

._panelLabel_gtay9_57 {
  display: none;
}

@media (min-width: 768px) {
  ._panelLabel_gtay9_57 {
    display: inline;
  }
}

._content_gtay9_67 {
  height: calc(100vh - 56px - 64px);
  margin-top: 56px;
  padding: 16px;
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  box-sizing: border-box;
}

._contentFull_gtay9_79 {
  margin-top: 56px;
  padding: 0;
  max-width: none;
  overflow: hidden;
}

._tabBar_gtay9_86 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  display: flex;
  background: white;
  border-top: 1px solid #e0e0e0;
  padding-bottom: env(safe-area-inset-bottom, 0);
  z-index: 100;
}

._tab_gtay9_86 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px;
  color: #999;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: color 0.2s;
}

._tab_gtay9_86 svg {
  width: 24px;
  height: 24px;
}

._tab_gtay9_86._active_gtay9_119 {
  color: #667eea;
}

._tab_gtay9_86:hover {
  color: #667eea;
}

/* Desktop: убираем ограничения для split view */
@media (min-width: 768px) {
  ._content_gtay9_67 {
    max-width: none;
    padding: 0;
    overflow: hidden;
  }
}
._layout_45zp6_1 {
  display: flex;
  min-height: 100vh;
  background: #f5f6fa;
}

/* Sidebar */
._sidebar_45zp6_8 {
  width: 260px;
  background: #ffffff;
  border-right: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.04);
}

._logo_45zp6_22 {
  padding: 24px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e5e7eb;
}

._logoIcon_45zp6_30 {
  font-size: 24px;
}

._logoText_45zp6_34 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  letter-spacing: -0.02em;
}

._nav_45zp6_42 {
  flex: 1;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow-y: auto;
}

/* Sections */
._section_45zp6_52 {
  margin-bottom: 4px;
}

._sectionTitle_45zp6_56 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9ca3af;
}

._sectionTitle_45zp6_56 svg {
  flex-shrink: 0;
  opacity: 0.7;
}

._subItem_45zp6_73 {
  display: block;
  padding: 7px 14px 7px 38px;
  border-radius: 8px;
  color: #6b7280;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  transition: all 0.15s ease;
}

._subItem_45zp6_73:hover {
  background: #f3f4f6;
  color: #374151;
}

._subItem_45zp6_73._active_45zp6_89 {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.25);
}

._divider_45zp6_95 {
  height: 1px;
  background: #e5e7eb;
  margin: 8px 14px;
}

/* Regular nav items */
._navItem_45zp6_102 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 8px;
  color: #6b7280;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  transition: all 0.15s ease;
}

._navItem_45zp6_102:hover {
  background: #f3f4f6;
  color: #374151;
}

._navItem_45zp6_102._active_45zp6_89 {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.25);
}

._navItem_45zp6_102 svg {
  flex-shrink: 0;
}

._sidebarFooter_45zp6_130 {
  padding: 16px;
  border-top: 1px solid #e5e7eb;
}

._userInfo_45zp6_135 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 10px;
  background: #f9fafb;
}

._userAvatar_45zp6_144 {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

._userDetails_45zp6_157 {
  flex: 1;
  min-width: 0;
}

._userName_45zp6_162 {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._userEmail_45zp6_171 {
  font-size: 12px;
  color: #9ca3af;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Main content area */
._main_45zp6_180 {
  flex: 1;
  margin-left: 260px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: calc(100vw - 260px);
  overflow: hidden;
}

._header_45zp6_190 {
  height: 52px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

._searchBtn_45zp6_201 {
  padding: 6px 16px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 0 8px 8px 0;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}

._searchBtn_45zp6_201:hover {
  background: #4f46e5;
}

._headerTitle_45zp6_218 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
}

._searchForm_45zp6_224 {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  max-width: 400px;
}

._searchIcon_45zp6_232 {
  position: absolute;
  left: 10px;
  color: #9ca3af;
  pointer-events: none;
}

._searchInput_45zp6_239 {
  width: 100%;
  padding: 6px 12px 6px 32px;
  border: 1px solid #e5e7eb;
  border-radius: 8px 0 0 8px;
  font-size: 13px;
  color: #374151;
  background: #f9fafb;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

._searchInput_45zp6_239:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
  background: #fff;
}

._searchInput_45zp6_239::placeholder {
  color: #9ca3af;
}

._logoutBtn_45zp6_261 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.15);
  border-radius: 8px;
  color: #ef4444;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

._logoutBtn_45zp6_261:hover {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.25);
}

._panelLink_45zp6_281 {
  display: flex;
  align-items: center;
  gap: 4px;
}

._panelIcon_45zp6_287 {
  font-size: 16px;
  line-height: 1;
}

._panelLabel_45zp6_292 {
  display: none;
}

@media (min-width: 769px) {
  ._panelLabel_45zp6_292 {
    display: inline;
  }
}

._content_45zp6_302 {
  flex: 1;
  padding: 10px 16px;
  overflow: auto;
  min-width: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  ._sidebar_45zp6_8 {
    width: 80px;
  }

  ._logo_45zp6_22 {
    padding: 20px;
    justify-content: center;
  }

  ._logoText_45zp6_34 {
    display: none;
  }

  ._navItem_45zp6_102 span {
    display: none;
  }

  ._navItem_45zp6_102 {
    justify-content: center;
    padding: 14px;
  }

  ._userDetails_45zp6_157 {
    display: none;
  }

  ._userInfo_45zp6_135 {
    justify-content: center;
    padding: 8px;
  }

  ._main_45zp6_180 {
    margin-left: 80px;
    max-width: calc(100vw - 80px);
  }
}

/* Burger button - hidden on desktop */
._burgerBtn_45zp6_349 {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  color: #475569;
}

._overlay_45zp6_363 {
  display: none;
}

@media (max-width: 768px) {
  ._burgerBtn_45zp6_349 {
    display: flex;
  }

  ._sidebar_45zp6_8 {
    display: flex;
    width: 260px;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    z-index: 200;
  }

  ._sidebarOpen_45zp6_380 {
    transform: translateX(0);
  }

  /* Reset tablet compact mode — show full sidebar on mobile */
  ._logo_45zp6_22 {
    padding: 24px 20px;
    justify-content: flex-start;
  }

  ._logoText_45zp6_34 {
    display: inline;
  }

  ._navItem_45zp6_102 {
    justify-content: flex-start;
    padding: 9px 14px;
  }

  ._navItem_45zp6_102 span {
    display: inline;
  }

  ._sectionTitle_45zp6_56 {
    display: flex;
  }

  ._subItem_45zp6_73 {
    display: block;
  }

  ._userDetails_45zp6_157 {
    display: block;
  }

  ._userInfo_45zp6_135 {
    justify-content: flex-start;
    padding: 8px;
  }

  ._overlay_45zp6_363 {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 150;
  }

  ._main_45zp6_180 {
    margin-left: 0;
    max-width: 100vw;
  }

  ._header_45zp6_190 {
    padding: 0 10px;
    gap: 6px;
  }

  ._searchForm_45zp6_224 {
    max-width: none;
  }

  ._content_45zp6_302 {
    padding: 10px;
  }

  ._panelIcon_45zp6_287 {
    font-size: 14px;
  }

  ._panelLabel_45zp6_292 {
    display: none;
  }

  ._logoutBtn_45zp6_261 {
    padding: 6px 8px;
    font-size: 12px;
    gap: 4px;
  }

  ._logoutBtn_45zp6_261 svg {
    width: 14px;
    height: 14px;
  }
}
._container_1097i_1 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

._card_1097i_10 {
  width: 100%;
  max-width: 400px;
  background: white;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

._title_1097i_19 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #1a1a2e;
  margin-bottom: 4px;
}

._subtitle_1097i_27 {
  text-align: center;
  color: #666;
  margin-bottom: 32px;
}

._form_1097i_33 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

._field_1097i_39 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._field_1097i_39 label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

._field_1097i_39 input {
  height: 52px;
  padding: 0 16px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  transition: border-color 0.2s;
}

._field_1097i_39 input:focus {
  outline: none;
  border-color: #667eea;
}

._button_1097i_65 {
  height: 52px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}

._button_1097i_65:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

._button_1097i_65:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

._error_1097i_88 {
  color: #dc3545;
  text-align: center;
  font-size: 14px;
}

._passwordWrapper_1097i_94 {
  position: relative;
}

._passwordWrapper_1097i_94 input {
  width: 100%;
  padding-right: 48px;
}

._eyeButton_1097i_103 {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

._eyeButton_1097i_103:hover {
  color: #667eea;
}
/* Container */
._container_invjl_2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: white;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  position: relative;
}

/* Mobile keyboard handling */
@media (max-width: 768px) {
  ._container_invjl_2 {
    height: 100vh;
    height: 100dvh; /* Dynamic viewport height - excludes keyboard */
  }
}

._loading_invjl_21,
._error_invjl_22 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
}

/* Header */
._header_invjl_32 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: white;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
  z-index: 10;
}

._backBtn_invjl_43 {
  background: none;
  border: none;
  color: #666;
  padding: 8px;
  margin: -8px;
  margin-right: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.2s;
}

._backBtn_invjl_43:hover {
  background: #f0f0f0;
}

._headerInfo_invjl_62 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

._headerAvatar_invjl_70 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

._headerText_invjl_84 {
  flex: 1;
  min-width: 0;
}

._headerName_invjl_89 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._headerStatus_invjl_98 {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
}

._bannedIndicator_invjl_106 {
  color: #ef4444;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
}

._editNameContainer_invjl_116 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

._editNameInput_invjl_123 {
  flex: 1;
  min-width: 0;
  padding: 4px 8px;
  font-size: 16px;
  border: 2px solid #667eea;
  border-radius: 4px;
  outline: none;
  font-weight: 600;
}

._editNameBtn_invjl_134 {
  width: 28px;
  height: 28px;
  min-width: 28px;
  flex-shrink: 0;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

._editNameBtnSave_invjl_149 {
  background-color: #4caf50;
}

._editNameBtnCancel_invjl_153 {
  background-color: #f44336;
}

@media (max-width: 768px) {
  ._editNameContainer_invjl_116 {
    gap: 4px;
  }
  
  ._editNameBtn_invjl_134 {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
  }
}

._axlButton_invjl_170 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.2);
  transition: opacity 0.2s ease;
  flex-shrink: 0;
  margin-left: auto;
}

._axlButton_invjl_170:hover {
  opacity: 0.85;
}

._axlButton_invjl_170:active {
  opacity: 0.7;
}

._axlIcon_invjl_193 {
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

._axlButtonInactive_invjl_200 {
  background: #e0e0e0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  cursor: pointer !important;
}

._axlButtonInactive_invjl_200:hover {
  opacity: 0.8;
}

._axlButtonInactive_invjl_200 ._axlIcon_invjl_193 {
  color: #999;
}

._infoButton_invjl_214 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 8px;
}

._infoButton_invjl_214:hover {
  border-color: #667eea;
  background: rgba(102, 126, 234, 0.05);
}

._infoButtonActive_invjl_235 {
  border-color: #667eea;
  background: rgba(102, 126, 234, 0.1);
}

._infoButton_invjl_214 ._infoIcon_invjl_240 {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  color: #667eea;
}

/* Ban Button */
._banButton_invjl_248 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  background: white;
  border: 2px solid #ef4444;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  margin-right: 8px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #ef4444;
}

._banButton_invjl_248:hover:not(:disabled) {
  background: rgba(239, 68, 68, 0.05);
  border-color: #dc2626;
  color: #dc2626;
}

._banButton_invjl_248:active:not(:disabled) {
  transform: scale(0.98);
}

._banButton_invjl_248:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

._banButtonUnban_invjl_282 {
  border-color: #10b981;
  color: #10b981;
}

._banButtonUnban_invjl_282:hover:not(:disabled) {
  background: rgba(16, 185, 129, 0.05);
  border-color: #059669;
  color: #059669;
}

._banButtonText_invjl_293 {
  display: flex;
  align-items: center;
  gap: 4px;
}

._banButtonLoading_invjl_299 {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: _spin_invjl_1314 1s linear infinite;
}

@keyframes _spin_invjl_1314 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  ._banButton_invjl_248 {
    padding: 0 10px;
    font-size: 12px;
    height: 36px;
  }
}

._infoItem_invjl_324 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._infoItem_invjl_324 ._infoIcon_invjl_240 {
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  flex-shrink: 0;
}

._infoContent_invjl_342 {
  flex: 1;
  min-width: 0;
}

._infoLabel_invjl_347 {
  font-size: 12px;
  color: #999;
  margin-bottom: 2px;
}

._infoValue_invjl_353 {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
}

/* Info Modal */
._modalOverlay_invjl_360 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: _fadeIn_invjl_1 0.2s ease;
  padding: 20px;
}

._modalContent_invjl_375 {
  background: white;
  border-radius: 16px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  animation: _slideUp_invjl_1 0.3s ease;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._modalHeader_invjl_388 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e0e0e0;
}

._modalHeader_invjl_388 h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
}

._modalClose_invjl_403 {
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

._modalClose_invjl_403:hover {
  background: #f5f5f5;
  color: #666;
}

._modalBody_invjl_424 {
  padding: 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Add Card Modal */
._addCardModalOverlay_invjl_433 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: _fadeIn_invjl_1 0.2s ease;
  padding: 20px;
}

@keyframes _fadeIn_invjl_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

._addCardModal_invjl_433 {
  background: white;
  border-radius: 16px;
  padding: 24px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  animation: _slideUp_invjl_1 0.3s ease;
}

@keyframes _slideUp_invjl_1 {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

._modalTitle_invjl_478 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 12px 0;
}

._modalText_invjl_485 {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 24px 0;
}

._modalButtons_invjl_492 {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

._modalBtnCancel_invjl_498,
._modalBtnConfirm_invjl_499 {
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}

._modalBtnCancel_invjl_498 {
  background: #f5f5f5;
  color: #666;
}

._modalBtnCancel_invjl_498:hover:not(:disabled) {
  background: #e0e0e0;
}

._modalBtnConfirm_invjl_499 {
  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
  color: white;
}

._modalBtnConfirm_invjl_499:hover:not(:disabled) {
  opacity: 0.9;
}

._modalBtnCancel_invjl_498:disabled,
._modalBtnConfirm_invjl_499:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._urlInput_invjl_533 {
  width: 100%;
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 20px;
  outline: none;
  transition: border-color 0.2s ease;
}

._urlInput_invjl_533:focus {
  border-color: #2196F3;
}

._urlInput_invjl_533::placeholder {
  color: #999;
}

._searchAxlBtn_invjl_552 {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 16px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

._searchAxlBtn_invjl_552:hover:not(:disabled) {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

._searchAxlBtn_invjl_552:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

._errorText_invjl_581 {
  color: #f44336;
  font-size: 13px;
  margin: -8px 0 12px 0;
  text-align: center;
}

/* Messages */
._messages_invjl_589 {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  background: #f8f9fb;
}

._emptyChat_invjl_600 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  color: #999;
  padding: 40px;
}

._emptyChat_invjl_600 p {
  font-size: 16px;
  margin: 0;
  color: #333;
}

._emptyChat_invjl_600 span {
  font-size: 14px;
  color: #888;
}

._dateSeparator_invjl_623 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 10px;
}

._dateSeparatorText_invjl_630 {
  background: rgba(0, 0, 0, 0.08);
  color: #555;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 12px;
}

/* Message Bubble */
._bubbleWrapper_invjl_640 {
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
}

._bubbleWrapper_invjl_640._inbound_invjl_646 {
  align-items: flex-start;
}

._bubbleWrapper_invjl_640._outbound_invjl_650 {
  align-items: flex-end;
}

._senderName_invjl_654 {
  font-size: 11px;
  color: #64748b;
  margin-bottom: 2px;
  margin-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
}

._bubble_invjl_640 {
  max-width: 70%;
  min-width: 50px;
  padding: 10px 14px;
  border-radius: 16px;
  position: relative;
  word-wrap: break-word;
}

._ownBubble_invjl_673 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

._inbound_invjl_646 ._bubble_invjl_640 {
  background: white;
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 4px;
}

._outbound_invjl_650 ._bubble_invjl_640 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-bottom-right-radius: 4px;
}

._messageText_invjl_691 {
  font-size: 15px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-right: 0;
  padding-bottom: 20px;
  width: 100%;
}

._inbound_invjl_646 ._messageText_invjl_691 {
  color: #1a1a2e;
}

._outbound_invjl_650 ._messageText_invjl_691 {
  color: white;
}

._messageLink_invjl_710 {
  color: #1a73e8;
  text-decoration: underline;
  word-break: break-all;
}

._messageLink_invjl_710:hover {
  color: #1558b0;
}

._outbound_invjl_650 ._messageLink_invjl_710 {
  color: #bbdefb;
}

._outbound_invjl_650 ._messageLink_invjl_710:hover {
  color: #ffffff;
}

._mediaContent_invjl_728 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  padding-right: 100px;
  padding-bottom: 4px;
}

._inbound_invjl_646 ._mediaContent_invjl_728 {
  color: #1a1a2e;
}

._outbound_invjl_650 ._mediaContent_invjl_728 {
  color: white;
}

._mediaIcon_invjl_745 {
  font-size: 18px;
}

._mediaPlaceholder_invjl_749 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.06);
  color: #666;
  font-size: 14px;
}

._outbound_invjl_650 ._mediaPlaceholder_invjl_749 {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

._redownloadBtn_invjl_765 {
  margin-left: auto;
  padding: 4px 12px;
  border: none;
  border-radius: 6px;
  background: #4a6cf7;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.15s;
}

._redownloadBtn_invjl_765:hover {
  opacity: 0.85;
}

._redownloadBtn_invjl_765:disabled {
  opacity: 0.5;
  cursor: default;
}

._messageFooter_invjl_787 {
  position: absolute;
  bottom: 6px;
  right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  white-space: nowrap;
}

._time_invjl_799 {
  font-size: 11px;
}

._inbound_invjl_646 ._time_invjl_799 {
  color: #999;
}

._outbound_invjl_650 ._time_invjl_799 {
  color: rgba(255,255,255,0.7);
}

._edited_invjl_811 {
  font-size: 10px;
  font-style: normal;
  opacity: 0.8;
}

._inbound_invjl_646 ._edited_invjl_811 {
  color: #999;
}

._outbound_invjl_650 ._edited_invjl_811 {
  color: rgba(255,255,255,0.7);
}

/* Editing indicator */
._editingIndicator_invjl_826 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: #f0f0f0;
  border-top: 1px solid #e0e0e0;
  font-size: 13px;
  color: #666;
}

._cancelEditBtn_invjl_837 {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 18px;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 4px;
  transition: background 0.2s;
}

._cancelEditBtn_invjl_837:hover {
  background: rgba(0,0,0,0.1);
}

/* Context menu */
._contextMenu_invjl_854 {
  position: fixed;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding: 4px;
  z-index: 1000;
  min-width: 120px;
}

._contextMenu_invjl_854 button {
  width: 100%;
  padding: 10px 16px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  border-radius: 6px;
  transition: background 0.2s;
}

._contextMenu_invjl_854 button:hover {
  background: #f0f0f0;
}

/* Composer */
._composer_invjl_883 {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 12px 16px;
  background: white;
  border-top: 1px solid #f0f0f0;
  flex-shrink: 0;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
}

._attachBtn_invjl_894 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  color: #666;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
}

._attachBtn_invjl_894:hover {
  background: #f0f0f0;
  color: #333;
}

._inputWrapper_invjl_914 {
  flex: 1;
  display: flex;
  align-items: flex-end;
  background: #f8f9fb;
  border: 1px solid #e8e8e8;
  border-radius: 22px;
  padding: 4px 4px 4px 16px;
  transition: border-color 0.2s, background 0.2s;
}

._inputWrapper_invjl_914:focus-within {
  border-color: #667eea;
  background: white;
}

._emojiWrapper_invjl_930 {
  position: relative;
  flex-shrink: 0;
}

._emojiBtn_invjl_935 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  color: #999;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
}

._emojiBtn_invjl_935:hover {
  background: rgba(0,0,0,0.05);
  color: #666;
}

._emojiPicker_invjl_955 {
  position: absolute;
  bottom: 46px;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  padding: 10px;
  z-index: 100;
}

._emojiGrid_invjl_967 {
  display: grid;
  grid-template-columns: repeat(7, 32px);
  gap: 2px;
}

._emojiItem_invjl_973 {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  border-radius: 6px;
  border: none;
  background: transparent;
  transition: background 0.15s;
  padding: 0;
  line-height: 1;
}

._emojiItem_invjl_973:hover {
  background: #f0f0f0;
}

._input_invjl_914 {
  flex: 1;
  padding: 8px 0;
  border: none;
  background: transparent;
  font-size: 15px;
  line-height: 1.4;
  resize: none;
  outline: none;
  min-height: 20px;
  max-height: 120px;
  font-family: inherit;
}

._input_invjl_914::placeholder {
  color: #999;
}

._sendBtn_invjl_1011 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.2s, transform 0.2s;
}

._sendBtn_invjl_1011:hover:not(:disabled) {
  transform: scale(1.05);
}

._sendBtn_invjl_1011:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

._sendBtn_invjl_1011 svg {
  width: 20px;
  height: 20px;
  margin-left: 2px;
}

/* Unbound Chat Styles */
._unboundAvatar_invjl_1042 {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%) !important;
}

._unboundTag_invjl_1046 {
  background: #ff9800;
  color: white;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
}

._bindBtn_invjl_1055 {
  padding: 8px 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  white-space: nowrap;
}

._bindBtn_invjl_1055:hover {
  transform: scale(1.02);
}

/* Info Banner */
._infoBanner_invjl_1073 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  background: #fff3cd;
  color: #856404;
  font-size: 14px;
  border-top: 1px solid #ffc107;
}

/* Modal */
._modalOverlay_invjl_360 {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 16px;
}

._modal_invjl_360 {
  background: white;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

._modalHeader_invjl_388 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
}

._modalHeader_invjl_388 h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
}

._modalClose_invjl_403 {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.2s;
}

._modalClose_invjl_403:hover {
  background: #f0f0f0;
}

._modalSearch_invjl_1141 {
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
}

._modalSearch_invjl_1141 input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
}

._modalSearch_invjl_1141 input:focus {
  border-color: #667eea;
}

._modalList_invjl_1160 {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
}

._modalLoading_invjl_1166,
._modalEmpty_invjl_1167 {
  padding: 40px 16px;
  text-align: center;
  color: #999;
}

._modalItem_invjl_1173 {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}

._modalItem_invjl_1173:hover:not(:disabled) {
  background: #f5f7fa;
}

._modalItem_invjl_1173:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._modalAvatar_invjl_1195 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

._modalInfo_invjl_1209 {
  flex: 1;
  min-width: 0;
}

._modalName_invjl_1214 {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
}

._modalEmail_invjl_1220 {
  font-size: 13px;
  color: #666;
  margin-top: 2px;
}

/* Media content styles */
._mediaWrapper_invjl_1227 {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._photoMessage_invjl_1234 {
  max-width: 280px;
  max-height: 400px;
  border-radius: 12px;
  cursor: pointer;
  object-fit: cover;
  display: block;
}

._videoMessage_invjl_1243 {
  max-width: 280px;
  max-height: 400px;
  border-radius: 12px;
  display: block;
}

._audioMessage_invjl_1250 {
  width: 280px;
  max-width: 100%;
}

._caption_invjl_1255 {
  font-size: 14px;
  line-height: 1.4;
  white-space: pre-wrap;
}

._fileLink_invjl_1261 {
  color: inherit;
  text-decoration: underline;
}

._fileLink_invjl_1261:hover {
  opacity: 0.8;
}

/* File preview */
._filePreview_invjl_1271 {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 12px 16px;
  margin: 0 16px 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

._fileName_invjl_1284 {
  flex: 1;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._removeFileBtn_invjl_1293 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0f0f0;
  border: none;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  transition: background 0.2s;
}

._removeFileBtn_invjl_1293:hover {
  background: #e0e0e0;
}

/* Spinner for upload */
._spinner_invjl_1314 {
  width: 20px;
  height: 20px;
  border: 2px solid #f0f0f0;
  border-top-color: #667eea;
  border-radius: 50%;
  animation: _spin_invjl_1314 0.8s linear infinite;
}

@keyframes _spin_invjl_1314 {
  to { transform: rotate(360deg); }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  ._container_invjl_2 {
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 480px) {
  ._header_invjl_32 {
    padding: 12px 16px;
  }

  ._headerAvatar_invjl_70 {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  ._headerName_invjl_89 {
    font-size: 15px;
  }

  ._messages_invjl_589 {
    padding: 16px;
    padding-bottom: 20px;
  }

  ._bubble_invjl_640 {
    max-width: 85%;
  }

  ._composer_invjl_883 {
    padding: 8px 12px;
    padding-bottom: max(10px, env(safe-area-inset-bottom, 10px));
    gap: 6px;
  }

  ._filePreview_invjl_1271 {
    margin: 0 12px 8px 12px;
  }

  ._attachBtn_invjl_894 {
    width: 36px;
    height: 36px;
  }

  ._attachBtn_invjl_894 svg {
    width: 20px;
    height: 20px;
  }

  ._inputWrapper_invjl_914 {
    padding: 2px 2px 2px 12px;
  }

  ._sendBtn_invjl_1011 {
    width: 40px;
    height: 40px;
  }

  ._emojiBtn_invjl_935 {
    width: 32px;
    height: 32px;
  }

  ._emojiBtn_invjl_935 svg {
    width: 20px;
    height: 20px;
  }

  ._emojiPicker_invjl_955 {
    right: -40px;
  }

  ._emojiGrid_invjl_967 {
    grid-template-columns: repeat(7, 30px);
  }

  ._emojiItem_invjl_973 {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  ._dropdownMenu_invjl_1412 {
    right: 0;
    width: 240px;
  }

  ._toast_invjl_1417 {
    right: 16px;
    left: 16px;
    width: auto;
  }
}

/* Menu Button and Dropdown */
._menuWrapper_invjl_1425 {
  position: relative;
  display: flex;
  align-items: center;
}

._menuButton_invjl_1431 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f5f5f5;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

._menuButton_invjl_1431:hover {
  background: #e8e8e8;
  color: #333;
}

._menuButton_invjl_1431:active {
  transform: scale(0.95);
}

._menuButtonActive_invjl_1454 {
  background: #667eea;
  color: white;
}

._menuButtonActive_invjl_1454:hover {
  background: #5568d3;
}

._dropdownMenu_invjl_1412 {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 1000;
  min-width: 260px;
  animation: _dropdownSlide_invjl_1 0.2s ease-out;
}

@keyframes _dropdownSlide_invjl_1 {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._menuItem_invjl_1487 {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 18px;
  border: none;
  background: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s;
  border-bottom: 1px solid #f0f0f0;
}

._menuItem_invjl_1487:last-child {
  border-bottom: none;
}

._menuItem_invjl_1487:hover:not(:disabled) {
  background: #f8f8f8;
  color: #667eea;
}

._menuItem_invjl_1487:active:not(:disabled) {
  background: #f0f0f0;
}

._menuItem_invjl_1487:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Toast Notification */
._toast_invjl_1417 {
  position: fixed;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  animation: _toastSlide_invjl_1 0.3s ease-out;
  font-size: 14px;
  font-weight: 500;
  min-width: 280px;
}

@keyframes _toastSlide_invjl_1 {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._toastSuccess_invjl_1553 {
  border-left: 4px solid #16a34a;
}

._toastError_invjl_1557 {
  border-left: 4px solid #dc2626;
}

._toastIcon_invjl_1561 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}

._toastSuccess_invjl_1553 ._toastIcon_invjl_1561 {
  background: #dcfce7;
  color: #16a34a;
}

._toastError_invjl_1557 ._toastIcon_invjl_1561 {
  background: #fee2e2;
  color: #dc2626;
}

._toastText_invjl_1583 {
  flex: 1;
  color: #333;
}
/* Telegram Connect Button */
._telegramConnectBtn_1lvnd_2 {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: #e53935;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: background 0.2s;
  animation: _telegramPulse_1lvnd_1 2s ease-in-out infinite;
}

._telegramConnectBtn_1lvnd_2:hover {
  background: #c62828;
  color: white;
  text-decoration: none;
}

@keyframes _telegramPulse_1lvnd_1 {
  0%, 100% { box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.4); }
  50% { box-shadow: 0 0 0 8px rgba(229, 57, 53, 0); }
}

/* Tab Switcher */
._tabSwitcher_1lvnd_32 {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: #f0f0f0;
  border-radius: 12px;
  margin-bottom: 12px;
}

._tabBtn_1lvnd_41 {
  flex: 1;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background: transparent;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

._tabBtn_1lvnd_41._active_1lvnd_58 {
  color: #111;
  background: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

._badge_1lvnd_64 {
  background: #ff9800;
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
}

/* Unbound Avatar */
._unboundAvatar_1lvnd_76 {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%) !important;
}

._unboundBadge_1lvnd_80 {
  background: #ff9800;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

/* Banned Avatar */
._bannedAvatar_1lvnd_91 {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
}

._bannedBadge_1lvnd_95 {
  background: #ef4444;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}

._bannedDate_1lvnd_105 {
  font-size: 10px;
  color: #999;
  font-weight: 500;
}

._lastMessage_1lvnd_111 {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

/* Mobile Page */
._mobilePage_1lvnd_121 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._mobileChat_1lvnd_127 {
  position: fixed;
  inset: 0;
  background: #f5f7fa;
  z-index: 100;
  display: flex;
  flex-direction: column;
}

/* Search & Filters */
._searchBox_1lvnd_137 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

._searchInput_1lvnd_147 {
  flex: 1;
  border: none;
  font-size: 16px;
  outline: none;
  background: transparent;
}

._searchInput_1lvnd_147::placeholder {
  color: #999;
}

/* Curator Filter (Admin Only) */
._curatorFilterBox_1lvnd_160 {
  padding: 12px 16px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

._curatorSelect_1lvnd_167 {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  background: white;
  cursor: pointer;
  transition: all 0.2s;
  outline: none;
}

._curatorSelect_1lvnd_167:hover:not(:disabled) {
  border-color: #667eea;
}

._curatorSelect_1lvnd_167:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

._curatorSelect_1lvnd_167:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._filters_1lvnd_195 {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

._filterBtn_1lvnd_201 {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  background: white;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

._filterBtn_1lvnd_201._active_1lvnd_58 {
  color: #667eea;
  border-color: #667eea;
  background: rgba(102, 126, 234, 0.1);
}

._moreFiltersWrapper_1lvnd_219 {
  position: relative;
  z-index: 20;
}

._moreFiltersDropdown_1lvnd_224 {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  padding: 4px;
  min-width: 160px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._moreFilterItem_1lvnd_239 {
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
  white-space: nowrap;
}

._moreFilterItem_1lvnd_239:hover {
  background: rgba(102, 126, 234, 0.05);
  color: #667eea;
}

._moreFilterItem_1lvnd_239._active_1lvnd_58 {
  color: #667eea;
  background: rgba(102, 126, 234, 0.1);
  font-weight: 600;
}

._list_1lvnd_264 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

._pullRefreshIndicator_1lvnd_273 {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  font-size: 24px;
  transition: opacity 0.2s;
}

._pullIcon_1lvnd_290 {
  animation: none;
}

._spinner_1lvnd_294 {
  animation: _spin_1lvnd_294 0.8s linear infinite;
}

@keyframes _spin_1lvnd_294 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

._loading_1lvnd_307,
._empty_1lvnd_308 {
  text-align: center;
  padding: 40px 16px;
  color: #999;
}

/* Mobile Student Card */
._studentCardWrapper_1lvnd_315 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

._studentCardMobile_1lvnd_321 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: white;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform 0.25s ease-out, box-shadow 0.15s;
  position: relative;
  z-index: 1;
}

._telegramTag_1lvnd_335 {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 400;
}

._statusBadge_1lvnd_341 {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

._chevron_1lvnd_349 {
  flex-shrink: 0;
  opacity: 0.5;
}

/* Split View Desktop */
._splitView_1lvnd_355 {
  display: flex;
  height: 100%;
  background: #f0f2f5;
  padding: 16px;
  gap: 16px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Sidebar */
._sidebar_1lvnd_366 {
  width: 380px;
  min-width: 320px;
  max-width: 420px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  overflow: hidden;
}

._sidebar_1lvnd_366 ._tabSwitcher_1lvnd_32 {
  margin: 16px;
  margin-bottom: 0;
}

._sidebar_1lvnd_366 ._searchBox_1lvnd_137 {
  margin: 16px;
  margin-top: 12px;
  border-radius: 12px;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  background: #f8f9fb;
}

._sidebar_1lvnd_366 ._filters_1lvnd_195 {
  padding: 0 16px 12px;
}

._sidebar_1lvnd_366 ._filterBtn_1lvnd_201 {
  padding: 6px 6px;
  font-size: 12px;
}

._studentsList_1lvnd_402 {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

._studentItem_1lvnd_408 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.2s;
}

._studentItem_1lvnd_408:hover {
  background: #f8f9fb;
}

._studentItem_1lvnd_408._selected_1lvnd_422 {
  background: rgba(102, 126, 234, 0.08);
  border-left: 3px solid #667eea;
}

._studentAvatar_1lvnd_427 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

._unreadBadge_1lvnd_441 {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  background: #59c95f;
  color: white;
  font-size: 12px;
  font-weight: 500;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
}

._unreadBadge_1lvnd_441._markedUnreadBadge_1lvnd_457 {
  min-width: 20px !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  background: #ff9800 !important;
  border-radius: 10px !important;
}

._unreadBadgeMobile_1lvnd_466 {
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  background: #59c95f;
  color: white;
  font-size: 12px;
  font-weight: 500;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

._unreadBadgeMobile_1lvnd_466._markedUnreadBadge_1lvnd_457 {
  background: #ff9800 !important;
  min-width: 22px !important;
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  border-radius: 11px !important;
}

/* Right Badges Container (Desktop) */
._rightBadges_1lvnd_491 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  margin-left: auto;
  flex-shrink: 0;
}

/* Right Badges Container (Mobile) */
._rightBadgesMobile_1lvnd_501 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

/* Wait Time Badge (Desktop) */
._waitTimeBadge_1lvnd_510 {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Wait Time Badge (Mobile) */
._waitTimeBadgeMobile_1lvnd_523 {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

._studentInfo_1lvnd_535 {
  flex: 1;
  min-width: 0;
}

._studentNameRow_1lvnd_540 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._studentName_1lvnd_540 {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._studentMeta_1lvnd_555 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  margin-top: 4px;
  font-size: 13px;
  color: #999;
}

._statusBadges_1lvnd_565 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}

._lastMessagePreview_1lvnd_572 {
  font-size: 13px;
  color: #999;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

._curatorLabel_1lvnd_582 {
  font-size: 10px;
  color: #94a3b8;
  font-weight: 400;
  display: block;
  width: 100%;
  margin-bottom: 2px;
}

._sidebar_1lvnd_366 ._studentNameRow_1lvnd_540 {
  gap: 6px;
}

._sidebar_1lvnd_366 ._telegramTag_1lvnd_335 {
  font-size: 11px;
  color: #94a3b8;
}

._sidebar_1lvnd_366 ._statusBadge_1lvnd_341 {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
}

/* Chat Panel */
._chatPanel_1lvnd_607 {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

._noSelection_1lvnd_616 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #999;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

._noSelection_1lvnd_616 p {
  font-size: 16px;
}

@media (min-width: 1024px) {
  ._sidebar_1lvnd_366 {
    width: 400px;
  }
}

@media (min-width: 1280px) {
  ._sidebar_1lvnd_366 {
    width: 420px;
  }
}

/* Context Menu */
._contextMenu_1lvnd_646 {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  padding: 4px;
  min-width: 220px;
  z-index: 1000;
  animation: _fadeIn_1lvnd_1 0.15s ease-out;
}

@keyframes _fadeIn_1lvnd_1 {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

._contextMenuItem_1lvnd_667 {
  display: block;
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s;
  text-align: left;
  white-space: nowrap;
}

._contextMenuItem_1lvnd_667:hover {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
}
._page_126ir_1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._card_126ir_7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

._avatar_126ir_17 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

._name_126ir_31 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 4px;
}

._email_126ir_38 {
  font-size: 15px;
  color: #666;
  margin: 0 0 16px;
}

._roles_126ir_44 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

._role_126ir_44 {
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #667eea;
  background: rgba(102, 126, 234, 0.1);
  border-radius: 20px;
}

._info_126ir_60 {
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  overflow: hidden;
}

._row_126ir_67 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
}

._row_126ir_67:last-child {
  border-bottom: none;
}

._label_126ir_79 {
  font-size: 14px;
  color: #999;
}

._value_126ir_84 {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
._overlay_r3rc4_1 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
  animation: _fadeIn_r3rc4_1 0.15s ease;
}

@keyframes _fadeIn_r3rc4_1 {
  from { opacity: 0; }
  to { opacity: 1; }
}

._modal_r3rc4_18 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  animation: _slideUp_r3rc4_1 0.2s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

@keyframes _slideUp_r3rc4_1 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._header_r3rc4_41 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
}

._title_r3rc4_49 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
}

._closeBtn_r3rc4_57 {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  transition: color 0.2s ease;
}

._closeBtn_r3rc4_57:hover {
  color: #374151;
}

._warning_r3rc4_74 {
  margin: 16px 24px;
  padding: 12px 16px;
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.2);
  border-radius: 8px;
  color: #d97706;
  font-size: 14px;
}

._form_r3rc4_84 {
  padding: 24px;
}

._field_r3rc4_88 {
  margin-bottom: 20px;
}

._field_r3rc4_88 label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 8px;
}

._field_r3rc4_88 input,
._field_r3rc4_88 select {
  width: 100%;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: #1a1a2e;
  font-size: 14px;
  transition: all 0.2s ease;
}

._field_r3rc4_88 input:focus,
._field_r3rc4_88 select:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

._field_r3rc4_88 input::placeholder {
  color: #9ca3af;
}

._field_r3rc4_88 input:disabled,
._field_r3rc4_88 select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f9fafb;
}

._field_r3rc4_88 select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

._field_r3rc4_88 select option {
  background: #ffffff;
  color: #1a1a2e;
}

._permissionsSection_r3rc4_143 {
  margin-bottom: 20px;
}

._permissionsLabel_r3rc4_147 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 12px;
}

._allAccess_r3rc4_157 {
  font-weight: 400;
  color: #16a34a;
}

._permissionsGrid_r3rc4_162 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

._permissionItem_r3rc4_168 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s ease;
}

._permissionItem_r3rc4_168:hover {
  background: #f3f4f6;
}

._permissionItem_r3rc4_168._disabled_r3rc4_186 {
  cursor: not-allowed;
  opacity: 0.6;
}

._permissionItem_r3rc4_168 input {
  display: none;
}

._checkmark_r3rc4_195 {
  width: 18px;
  height: 18px;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

._permissionItem_r3rc4_168 input:checked + ._checkmark_r3rc4_195 {
  background: #6366f1;
  border-color: #6366f1;
}

._permissionItem_r3rc4_168 input:checked + ._checkmark_r3rc4_195::after {
  content: '';
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}

._error_r3rc4_221 {
  padding: 12px 14px;
  background: rgba(239, 68, 68, 0.06);
  border: 1px solid rgba(239, 68, 68, 0.15);
  border-radius: 8px;
  color: #ef4444;
  font-size: 14px;
  margin-bottom: 20px;
}

._actions_r3rc4_231 {
  display: flex;
  gap: 12px;
  padding-top: 8px;
}

._cancelBtn_r3rc4_237 {
  flex: 1;
  padding: 12px 20px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

._cancelBtn_r3rc4_237:hover {
  background: #e5e7eb;
  color: #374151;
}

._saveBtn_r3rc4_255 {
  flex: 1;
  padding: 12px 20px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

._saveBtn_r3rc4_255:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

._saveBtn_r3rc4_255:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Responsive */
@media (max-width: 600px) {
  ._modal_r3rc4_18 {
    max-height: 100vh;
    border-radius: 0;
  }

  ._permissionsGrid_r3rc4_162 {
    grid-template-columns: 1fr;
  }
}
._overlay_dgxek_1 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  padding: 20px;
  animation: _fadeIn_dgxek_1 0.15s ease;
}

@keyframes _fadeIn_dgxek_1 {
  from { opacity: 0; }
  to { opacity: 1; }
}

._modal_dgxek_18 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  padding: 32px;
  text-align: center;
  animation: _slideUp_dgxek_1 0.2s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

@keyframes _slideUp_dgxek_1 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._icon_dgxek_41 {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(251, 191, 36, 0.08);
  border-radius: 50%;
  color: #d97706;
}

._icon_dgxek_41._danger_dgxek_53 {
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
}

._title_dgxek_58 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 8px;
}

._message_dgxek_66 {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 24px;
  line-height: 1.5;
}

._actions_dgxek_73 {
  display: flex;
  gap: 12px;
}

._cancelBtn_dgxek_78 {
  flex: 1;
  padding: 12px 20px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

._cancelBtn_dgxek_78:hover:not(:disabled) {
  background: #e5e7eb;
  color: #374151;
}

._cancelBtn_dgxek_78:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._confirmBtn_dgxek_101 {
  flex: 1;
  padding: 12px 20px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

._confirmBtn_dgxek_101:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

._confirmBtn_dgxek_101:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._confirmBtn_dgxek_101._dangerBtn_dgxek_124 {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

._confirmBtn_dgxek_101._dangerBtn_dgxek_124:hover:not(:disabled) {
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}
._container_1bv36_1 {
  max-width: 1200px;
  margin: 0;
}

._header_1bv36_6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 16px;
  flex-wrap: wrap;
}

._title_1bv36_15 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
  letter-spacing: -0.02em;
}

._subtitle_1bv36_24 {
  font-size: 14px;
  color: #6b7280;
  margin: 4px 0 0;
}

._addButton_1bv36_30 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

._addButton_1bv36_30:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(99, 102, 241, 0.4);
}

._error_1bv36_51 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.15);
  border-radius: 10px;
  color: #ef4444;
  margin-bottom: 24px;
}

._error_1bv36_51 button {
  background: none;
  border: none;
  color: #ef4444;
  font-size: 20px;
  cursor: pointer;
  padding: 0 4px;
}

._tableWrapper_1bv36_72 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

._table_1bv36_72 {
  width: 100%;
  border-collapse: collapse;
}

._table_1bv36_72 th {
  text-align: left;
  padding: 16px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

._table_1bv36_72 td {
  padding: 16px 20px;
  font-size: 14px;
  color: #1a1a2e;
  border-bottom: 1px solid #f3f4f6;
}

._table_1bv36_72 tr:last-child td {
  border-bottom: none;
}

._table_1bv36_72 tr._inactive_1bv36_108 {
  opacity: 0.5;
}

._nameCell_1bv36_112 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._avatar_1bv36_118 {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

._emailCell_1bv36_131 {
  color: #6b7280;
}

._roleBadge_1bv36_135 {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}

._roleSuperAdmin_1bv36_143 {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

._roleAdmin_1bv36_148 {
  background: rgba(251, 191, 36, 0.12);
  color: #d97706;
}

._roleCurator_1bv36_153 {
  background: rgba(34, 197, 94, 0.1);
  color: #16a34a;
}

._roleLeadCurator_1bv36_158 {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
}

._roleSalesLead_1bv36_163 {
  background: rgba(139, 92, 246, 0.1);
  color: #7c3aed;
}

._roleSalesManager_1bv36_168 {
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
}

._statusBadge_1bv36_173 {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}

._statusActive_1bv36_181 {
  background: rgba(34, 197, 94, 0.1);
  color: #16a34a;
}

._statusInactive_1bv36_186 {
  background: rgba(107, 114, 128, 0.1);
  color: #6b7280;
}

._actions_1bv36_191 {
  display: flex;
  gap: 8px;
}

._actionBtn_1bv36_196 {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
}

._actionBtn_1bv36_196:hover {
  background: #e5e7eb;
  color: #374151;
}

._actionBtn_1bv36_196._warning_1bv36_215:hover {
  background: rgba(251, 191, 36, 0.12);
  border-color: rgba(251, 191, 36, 0.3);
  color: #d97706;
}

._actionBtn_1bv36_196._success_1bv36_221:hover {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.3);
  color: #16a34a;
}

._actionBtn_1bv36_196._danger_1bv36_227:hover {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.3);
  color: #dc2626;
}

._empty_1bv36_233 {
  text-align: center;
  color: #9ca3af;
  padding: 48px !important;
}

._loading_1bv36_239 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 64px;
  color: #6b7280;
}

._spinner_1bv36_249 {
  width: 32px;
  height: 32px;
  border: 3px solid #e5e7eb;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: _spin_1bv36_249 0.8s linear infinite;
}

@keyframes _spin_1bv36_249 {
  to {
    transform: rotate(360deg);
  }
}

/* Access matrix */
._accessMatrix_1bv36_265 {
  margin-top: 32px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 20px 24px;
}

._accessMatrixTitle_1bv36_273 {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 16px;
}

._matrixTable_1bv36_280 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

._matrixTable_1bv36_280 th {
  background: #f8fafc;
  padding: 8px 12px;
  text-align: center;
  font-weight: 600;
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
}

._matrixTable_1bv36_280 th:first-child {
  text-align: left;
}

._matrixTable_1bv36_280 td {
  padding: 8px 12px;
  text-align: center;
  border-bottom: 1px solid #f1f5f9;
}

._matrixTable_1bv36_280 td:first-child {
  text-align: left;
  font-weight: 500;
  color: #334155;
}

._matrixCheck_1bv36_311 {
  color: #22c55e;
  font-size: 16px;
}

._matrixCross_1bv36_316 {
  color: #e2e8f0;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  ._header_1bv36_6 {
    flex-direction: column;
    align-items: stretch;
  }

  ._addButton_1bv36_30 {
    justify-content: center;
  }

  ._table_1bv36_72 th:nth-child(4),
  ._table_1bv36_72 td:nth-child(4) {
    display: none;
  }

  ._table_1bv36_72 th,
  ._table_1bv36_72 td {
    padding: 12px 16px;
  }

  ._actions_1bv36_191 {
    flex-wrap: wrap;
  }
}
._container_18e9t_1 {
  max-width: 1600px;
  margin: 0;
  padding: 2rem;
}

._header_18e9t_7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 2rem;
}

._title_18e9t_15 {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 0.5rem 0;
}

._subtitle_18e9t_22 {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
}

._searchBox_18e9t_28 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  min-width: 350px;
}

._searchBox_18e9t_28 svg {
  color: #9ca3af;
  flex-shrink: 0;
}

._searchInput_18e9t_44 {
  border: none;
  outline: none;
  font-size: 0.95rem;
  width: 100%;
  color: #1a1a1a;
}

._searchInput_18e9t_44::placeholder {
  color: #9ca3af;
}

._stats_18e9t_56 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

._statCard_18e9t_63 {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._statValue_18e9t_73 {
  font-size: 2rem;
  font-weight: 700;
  color: #6366f1;
}

._statLabel_18e9t_79 {
  font-size: 0.875rem;
  color: #6b7280;
}

._loading_18e9t_84 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  gap: 1rem;
  color: #666;
}

._spinner_18e9t_94 {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f4f6;
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: _spin_18e9t_94 0.8s linear infinite;
}

@keyframes _spin_18e9t_94 {
  to { transform: rotate(360deg); }
}

._error_18e9t_107 {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #991b1b;
}

._error_18e9t_107 button {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #991b1b;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._tableWrapper_18e9t_133 {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

._table_18e9t_133 {
  width: 100%;
  border-collapse: collapse;
}

._table_18e9t_133 thead {
  background: #f9fafb;
}

._table_18e9t_133 th {
  text-align: left;
  padding: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: #374151;
  border-bottom: 1px solid #e5e7eb;
}

._table_18e9t_133 td {
  padding: 1rem;
  border-bottom: 1px solid #f3f4f6;
  font-size: 0.875rem;
  color: #1f2937;
}

._table_18e9t_133 tbody tr {
  transition: background-color 0.15s;
}

._clickableRow_18e9t_169 {
  cursor: pointer;
}

._table_18e9t_133 tbody tr:hover {
  background: #f9fafb;
}

._table_18e9t_133 tbody tr._banned_18e9t_177 {
  background: #fef2f2;
}

._table_18e9t_133 tbody tr._banned_18e9t_177:hover {
  background: #fee2e2;
}

._nameCell_18e9t_185 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

._avatar_18e9t_191 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  flex-shrink: 0;
}

._name_18e9t_185 {
  font-weight: 500;
  color: #1f2937;
}

._bannedLabel_18e9t_210 {
  display: inline-block;
  background: #fee2e2;
  color: #991b1b;
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  margin-top: 0.25rem;
  font-weight: 500;
}

._emailCell_18e9t_221 {
  color: #6b7280;
}

._telegramHandle_18e9t_225 {
  color: #0088cc;
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Mono', monospace;
  font-size: 0.85rem;
}

._statusBadge_18e9t_231 {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
}

._statusNew_18e9t_239 {
  background: #dbeafe;
  color: #1e40af;
}

._statusPeriod02_18e9t_244 {
  background: #d1fae5;
  color: #065f46;
}

._statusPeriod24_18e9t_249 {
  background: #e0e7ff;
  color: #4338ca;
}

._statusExpulsion_18e9t_254 {
  background: #ffe4e6;
  color: #9f1239;
}

._statusFreeze_18e9t_259 {
  background: #e0f2fe;
  color: #075985;
}

._statusExtension_18e9t_264 {
  background: #fef3c7;
  color: #92400e;
}

._statusExpelled_18e9t_269 {
  background: #fecaca;
  color: #991b1b;
}

._statusCompleted_18e9t_274 {
  background: #dcfce7;
  color: #166534;
}

._axlCell_18e9t_279 {
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Mono', monospace;
  font-size: 0.8125rem;
}

._axlLink_18e9t_284 {
  color: #6366f1;
  text-decoration: none;
  transition: color 0.15s;
}

._axlLink_18e9t_284:hover {
  color: #4f46e5;
  text-decoration: underline;
}

._noCurator_18e9t_295 {
  color: #dc2626;
  font-weight: 600;
}

._hasCurator_18e9t_300 {
  color: #16a34a;
  font-weight: 600;
}

._actions_18e9t_305 {
  display: flex;
  gap: 0.5rem;
}

._actionBtn_18e9t_310 {
  border: none;
  background: #f3f4f6;
  color: #6b7280;
  padding: 0.5rem;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
}

._actionBtn_18e9t_310:hover {
  background: #e5e7eb;
  color: #374151;
}

._actionBtn_18e9t_310._danger_18e9t_328 {
  color: #dc2626;
}

._actionBtn_18e9t_310._danger_18e9t_328:hover {
  background: #fee2e2;
  color: #991b1b;
}

._empty_18e9t_337 {
  text-align: center;
  color: #9ca3af;
  padding: 3rem 1rem !important;
  font-style: italic;
}
._container_1wqco_1 {
  max-width: 1200px;
  margin: 0 auto;
}

/* Top bar */
._topBar_1wqco_7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

._backBtn_1wqco_14 {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s;
}

._backBtn_1wqco_14:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}

._topActions_1wqco_31 {
  display: flex;
  gap: 10px;
}

._deleteBtn_1wqco_36 {
  padding: 8px 20px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #ef4444;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}

._deleteBtn_1wqco_36:hover {
  background: rgba(239, 68, 68, 0.2);
}

._saveBtn_1wqco_52 {
  padding: 8px 28px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

._saveBtn_1wqco_52:hover:not(:disabled) {
  background: #4f46e5;
}

._saveBtn_1wqco_52:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Error */
._error_1wqco_75 {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fca5a5;
  font-size: 14px;
}

._error_1wqco_75 button {
  background: none;
  border: none;
  color: #fca5a5;
  font-size: 1.25rem;
  cursor: pointer;
}

/* Hero card */
._heroCard_1wqco_97 {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 1.5rem;
}

._heroAvatar_1wqco_108 {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  flex-shrink: 0;
}

._heroName_1wqco_122 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px 0;
}

._heroMeta_1wqco_129 {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
  font-family: 'SF Mono', monospace;
}

/* Grid layout */
._grid_1wqco_137 {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 1.5rem;
}

._formCol_1wqco_143 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

._infoCol_1wqco_149 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Cards */
._card_1wqco_156 {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
}

._cardTitle_1wqco_162 {
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e7eb;
}

/* Form fields */
._field_1wqco_172 {
  margin-bottom: 14px;
}

._field_1wqco_172:last-child {
  margin-bottom: 0;
}

._field_1wqco_172 label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

._field_1wqco_172 input,
._field_1wqco_172 select,
._field_1wqco_172 textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  color: #1f2937;
  transition: all 0.15s;
  font-family: inherit;
  background: #fff;
  box-sizing: border-box;
}

._field_1wqco_172 input:focus,
._field_1wqco_172 select:focus,
._field_1wqco_172 textarea:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

._field_1wqco_172 textarea {
  resize: vertical;
  min-height: 80px;
}

._row_1wqco_218 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

._infoBox_1wqco_224 {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  color: #0c4a6e;
  line-height: 1.8;
}

._infoBox_1wqco_224 strong {
  color: #075985;
  font-weight: 600;
}

/* Checkboxes */
._checkboxGroup_1wqco_240 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #f9fafb;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

._checkbox_1wqco_240 {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
  padding: 6px 8px;
  border-radius: 6px;
  transition: background 0.15s;
}

._checkbox_1wqco_240:hover {
  background: #f3f4f6;
}

._checkbox_1wqco_240 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #6366f1;
}

._dangerLabel_1wqco_273 {
  color: #dc2626;
  font-weight: 500;
}

/* System data */
._systemGrid_1wqco_279 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._sysItem_1wqco_285 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding: 4px 0;
}

._sysLabel_1wqco_293 {
  color: #6b7280;
  font-weight: 600;
}

._sysValue_1wqco_298 {
  color: #374151;
  font-family: 'SF Mono', monospace;
  font-size: 12px;
  text-align: right;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Payments */
._emptyText_1wqco_309 {
  color: #9ca3af;
  font-style: italic;
  font-size: 14px;
  margin: 0;
}

._paymentsList_1wqco_316 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._paymentItem_1wqco_322 {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 14px;
}

._paymentTop_1wqco_329 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

._paymentDate_1wqco_336 {
  font-weight: 600;
  font-size: 13px;
  color: #1f2937;
}

._paymentBadgeNew_1wqco_342 {
  display: inline-block;
  padding: 1px 6px;
  background: #10b981;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}

._paymentType_1wqco_352 {
  display: inline-block;
  padding: 1px 8px;
  background: #e0e7ff;
  color: #4338ca;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

._paymentBottom_1wqco_362 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

._paymentAmount_1wqco_369 {
  font-weight: 700;
  font-size: 14px;
  color: #1f2937;
}

._paymentMeta_1wqco_375 {
  font-size: 12px;
  color: #6b7280;
}

._paymentExtId_1wqco_380 {
  margin-top: 4px;
  font-size: 11px;
  color: #9ca3af;
  font-family: 'SF Mono', monospace;
}

/* Duplicate warning */
._duplicateWarning_1wqco_388 {
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 1.5rem;
}

._duplicateHeader_1wqco_396 {
  font-size: 15px;
  color: #fbbf24;
  margin-bottom: 12px;
}

._duplicateContent_1wqco_402 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

._duplicateContent_1wqco_402 p {
  margin: 0;
}

._duplicateContent_1wqco_402 strong {
  color: rgba(255, 255, 255, 0.95);
}

._duplicateLink_1wqco_416 {
  display: inline-block;
  margin-top: 8px;
  color: #60a5fa;
  text-decoration: none;
  font-size: 13px;
}

._duplicateLink_1wqco_416:hover {
  text-decoration: underline;
}

._duplicateActions_1wqco_428 {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

._mergeBtn_1wqco_434 {
  padding: 8px 20px;
  background: #f59e0b;
  color: #1f2937;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}

._mergeBtn_1wqco_434:hover:not(:disabled) {
  background: #d97706;
}

._mergeBtn_1wqco_434:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

._cancelMergeBtn_1wqco_455 {
  padding: 8px 20px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s;
}

._cancelMergeBtn_1wqco_455:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

._cancelMergeBtn_1wqco_455:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Loading */
._loading_1wqco_477 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.5);
}

._spinner_1wqco_487 {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: #6366f1;
  border-radius: 50%;
  animation: _spin_1wqco_487 0.8s linear infinite;
}

@keyframes _spin_1wqco_487 {
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 900px) {
  ._grid_1wqco_137 {
    grid-template-columns: 1fr;
  }

  ._infoCol_1wqco_149 {
    order: -1;
  }
}
._container_1i0i4_1 {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: calc(100vh - 52px - 20px);
  box-sizing: border-box;
  overflow-y: auto;
}

._pageHeader_1i0i4_11 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._pageHeader_1i0i4_11 h1 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

/* Tabs */
._tabs_1i0i4_25 {
  display: flex;
  gap: 2px;
  border-bottom: 2px solid #e2e8f0;
  flex-wrap: wrap;
}

._tab_1i0i4_25,
._tabActive_1i0i4_33 {
  padding: 8px 16px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

._tab_1i0i4_25:hover {
  color: #334155;
  background: #f8fafc;
}

._tabActive_1i0i4_33 {
  color: #6366f1;
  border-bottom-color: #6366f1;
}

/* Card */
._card_1i0i4_58 {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

._cardHeader_1i0i4_66 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
}

._cardHeader_1i0i4_66 h2 {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

/* Table */
._table_1i0i4_82 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

._table_1i0i4_82 thead {
  position: sticky;
  top: 0;
  z-index: 5;
}

._table_1i0i4_82 th {
  padding: 8px 12px;
  text-align: left;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #475569;
  letter-spacing: 0.3px;
  white-space: nowrap;
  background: #f8f9fa;
  border-bottom: 2px solid #e2e8f0;
}

._table_1i0i4_82 td {
  padding: 6px 12px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  font-variant-numeric: tabular-nums;
}

._table_1i0i4_82 tbody tr:hover {
  background: #f8fafc;
}

._nameCell_1i0i4_118 {
  font-weight: 600;
  color: #1e293b;
}

._codeCell_1i0i4_123 {
  font-weight: 600;
  font-family: 'SF Mono', 'Cascadia Code', 'Fira Code', monospace;
  font-size: 12px;
  color: #475569;
}

._codeTag_1i0i4_130 {
  font-family: 'SF Mono', 'Cascadia Code', 'Fira Code', monospace;
  font-size: 12px;
  color: #6366f1;
  background: #eef2ff;
  padding: 2px 6px;
  border-radius: 4px;
}

._emptyVal_1i0i4_139 {
  color: #cbd5e1;
}

/* Status badges */
._statusActive_1i0i4_144 {
  display: inline-block;
  padding: 2px 8px;
  background: #dcfce7;
  color: #166534;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
}

._statusInactive_1i0i4_154 {
  display: inline-block;
  padding: 2px 8px;
  background: #f1f5f9;
  color: #94a3b8;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
}

/* Inactive rows */
._inactiveRow_1i0i4_165 td {
  color: #94a3b8 !important;
  background: #fafafa !important;
}

._dividerRow_1i0i4_170 {
  text-align: center !important;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #94a3b8;
  background: #f1f5f9 !important;
  padding: 6px !important;
  border-top: 2px solid #e2e8f0;
}

._emptyRow_1i0i4_182 {
  text-align: center !important;
  color: #94a3b8;
  padding: 20px !important;
}

/* Buttons */
._btnAdd_1i0i4_189 {
  padding: 6px 14px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}

._btnAdd_1i0i4_189:hover {
  background: #4f46e5;
}

._btnEdit_1i0i4_205 {
  padding: 3px 8px;
  background: #eff6ff;
  color: #3b82f6;
  border: 1px solid #bfdbfe;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  margin-right: 4px;
  line-height: 1;
}

._btnEdit_1i0i4_205:hover {
  background: #dbeafe;
}

._btnDeactivate_1i0i4_221 {
  padding: 3px 8px;
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  line-height: 1;
}

._btnDeactivate_1i0i4_221:hover {
  background: #fee2e2;
}

._btnActivate_1i0i4_236 {
  padding: 3px 8px;
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  line-height: 1;
}

._btnActivate_1i0i4_236:hover {
  background: #dcfce7;
}

._btnSave_1i0i4_251 {
  padding: 3px 10px;
  background: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  margin-right: 4px;
  line-height: 1;
}

._btnSave_1i0i4_251:hover {
  background: #bbf7d0;
}

._btnCancel_1i0i4_268 {
  padding: 3px 8px;
  background: #f1f5f9;
  color: #64748b;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  line-height: 1;
}

._btnCancel_1i0i4_268:hover {
  background: #e2e8f0;
}

/* Account filter for campaigns */
._accountFilter_1i0i4_284 {
  display: flex;
  gap: 4px;
  padding: 8px 16px;
  border-bottom: 1px solid #f1f5f9;
  background: #fafafa;
}

._filterBtn_1i0i4_292,
._filterActive_1i0i4_293 {
  padding: 4px 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
}

._filterBtn_1i0i4_292:hover {
  background: #f1f5f9;
}

._filterActive_1i0i4_293 {
  background: #6366f1;
  color: #fff;
  border-color: #6366f1;
}

/* Edit row */
._editRow_1i0i4_316 {
  background: #eff6ff !important;
}

._editRow_1i0i4_316 td {
  background: #eff6ff !important;
}

/* Input */
._input_1i0i4_325 {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}

._input_1i0i4_325:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
}

/* Color picker */
._colorPicker_1i0i4_341 {
  position: relative;
  display: inline-block;
}

._colorCircle_1i0i4_346 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  cursor: pointer;
  transition: transform 0.15s;
}

._colorCircle_1i0i4_346:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

._colorPalette_1i0i4_360 {
  position: absolute;
  top: 36px;
  left: 0;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 6px;
  z-index: 1000;
  min-width: 280px;
}

._colorOption_1i0i4_376 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  cursor: pointer;
  transition: transform 0.15s;
}

._colorOption_1i0i4_376:hover {
  transform: scale(1.15);
  border-color: #6366f1;
}

._hexInput_1i0i4_390 {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding: 4px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 12px;
  font-family: monospace;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

._hexInput_1i0i4_390:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
}

/* Clickable name cell */
._clickName_1i0i4_409 {
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
}

._clickName_1i0i4_409:hover {
  color: #6366f1;
  text-decoration: underline;
}

/* Modal */
._modalOverlay_1i0i4_421 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

._modal_1i0i4_421 {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  min-width: 420px;
  max-width: 520px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

._modal_1i0i4_421 h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 16px;
}

._formGroup_1i0i4_447 {
  margin-bottom: 12px;
}

._formGroup_1i0i4_447 label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 4px;
}

._formInput_1i0i4_459 {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}

._formInput_1i0i4_459:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
}

._formRow_1i0i4_474 {
  display: flex;
  gap: 12px;
}

._formRow_1i0i4_474 ._formGroup_1i0i4_447 {
  flex: 1;
}

._helpText_1i0i4_483 {
  font-size: 11px;
  color: #94a3b8;
  margin-top: 2px;
}

._readonlyField_1i0i4_489 {
  padding: 8px 10px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  color: #475569;
  font-family: 'SF Mono', 'Cascadia Code', 'Fira Code', monospace;
}

._modalActions_1i0i4_499 {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 20px;
}

._btnSaveModal_1i0i4_506 {
  padding: 8px 20px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

._btnSaveModal_1i0i4_506:hover {
  background: #4f46e5;
}

._colorCircleLg_1i0i4_521 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  cursor: pointer;
  transition: transform 0.15s;
}

._colorCircleLg_1i0i4_521:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

._loadingBox_1i0i4_535 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #6b7280;
}
._container_13dgb_1 {
  padding: 8px 12px;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 52px - 20px);
  box-sizing: border-box;
  overflow: hidden;
}

._header_13dgb_12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

._header_13dgb_12 h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
}

._tabs_13dgb_26 {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
  border-bottom: 2px solid #e9ecef;
  align-items: center;
}

._addManualBtn_13dgb_34 {
  margin-left: auto;
  padding: 8px 20px;
  background: #28a745;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}

._addManualBtn_13dgb_34:hover {
  background: #218838;
}

._copySelectedBar_13dgb_52 {
  display: flex;
  padding: 8px 0;
}

._copySelectedBtn_13dgb_57 {
  padding: 8px 20px;
  min-width: 180px;
  background: #0d6efd;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
  text-align: center;
}

._copySelectedBtn_13dgb_57:hover:not(:disabled) {
  background: #0a58ca;
}

._copySelectedBtn_13dgb_57:disabled {
  background: #adb5bd;
  cursor: default;
}

._checkboxCol_13dgb_81 {
  width: 30px;
  text-align: center;
  padding: 0 4px !important;
  vertical-align: middle;
}

._checkboxCol_13dgb_81 input[type="checkbox"] {
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  accent-color: #0d6efd;
  vertical-align: middle;
}

._selectedRow_13dgb_98 {
  background-color: #e8f0fe !important;
}

._tab_13dgb_26 {
  padding: 12px 24px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #6c757d;
  transition: all 0.2s;
  margin-bottom: -2px;
}

._tab_13dgb_26:hover {
  color: #495057;
  background: #f8f9fa;
}

._tabActive_13dgb_120 {
  color: #007bff;
  border-bottom-color: #007bff;
  background: white;
}

._yearTabs_13dgb_126 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

._yearTab_13dgb_126 {
  padding: 6px 16px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
}

._yearTab_13dgb_126:hover {
  background: #e2e8f0;
  color: #334155;
}

._yearTabActive_13dgb_150 {
  background: #4285f4;
  color: #fff;
  border-color: #4285f4;
}

._yearTabActive_13dgb_150:hover {
  background: #3b78e0;
}

._monthTabs_13dgb_160 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

._monthTab_13dgb_160 {
  padding: 6px 16px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
}

._monthTab_13dgb_160:hover {
  background: #e2e8f0;
  color: #334155;
}

._monthTabActive_13dgb_184 {
  background: #4285f4;
  color: #fff;
  border-color: #4285f4;
}

._monthTabActive_13dgb_184:hover {
  background: #3b78e0;
}

._stats_13dgb_194 {
  color: #666;
  font-size: 14px;
}

._tableWrapper_13dgb_199 {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: scroll;
  flex: 1;
  min-height: 0;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

._tableWrapper_13dgb_199::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

._tableWrapper_13dgb_199::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

._tableWrapper_13dgb_199::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 4px;
  border: 2px solid #f1f1f1;
}

._tableWrapper_13dgb_199::-webkit-scrollbar-thumb:hover {
  background: #888;
}

._tableWrapper_13dgb_199::-webkit-scrollbar-corner {
  background: #f1f1f1;
}

._table_13dgb_199 {
  min-width: 2800px;
  font-size: 14px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

._table_13dgb_199 thead {
  background: #f8f9fa;
  position: sticky;
  top: 0;
  z-index: 10;
}

._table_13dgb_199 th {
  padding: 4px 8px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 10pt;
  text-transform: uppercase;
  color: #495057;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

._resizeHandle_13dgb_266 {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  cursor: col-resize;
  background: transparent;
  z-index: 1;
}

._resizeHandle_13dgb_266:hover,
._resizeHandle_13dgb_266:active {
  background: rgba(0, 123, 255, 0.3);
}

._table_13dgb_199 td {
  padding: 2px 8px;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.3;
}

._textSmall_13dgb_295 {
  font-size: 12px;
  max-width: 200px;
  white-space: normal;
  word-break: break-word;
}

._table_13dgb_199 tbody tr:hover {
  background: #f8f9fa;
}

._amount_13dgb_306 {
  text-align: right;
  font-weight: 500;
}

._link_13dgb_311 {
  color: #007bff;
  text-decoration: none;
}

._link_13dgb_311:hover {
  text-decoration: underline;
}

._empty_13dgb_320 {
  text-align: center;
  padding: 48px 16px;
  color: #6c757d;
  font-style: italic;
}

._pagination_13dgb_327 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 16px;
}

._pagination_13dgb_327 button {
  padding: 8px 16px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}

._pagination_13dgb_327 button:hover:not(:disabled) {
  background: #0056b3;
}

._pagination_13dgb_327 button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

._pagination_13dgb_327 span {
  color: #495057;
  font-size: 14px;
}

._loading_13dgb_361,
._error_13dgb_362 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  color: #6c757d;
}

._error_13dgb_362 p {
  color: #dc3545;
  margin-bottom: 16px;
}

._error_13dgb_362 button {
  padding: 8px 16px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

._error_13dgb_362 button:hover {
  background: #0056b3;
}

._totalsRow_13dgb_389 {
  background: #f0fdf4;
  border-top: 2px solid #22c55e;
  position: sticky;
  bottom: 0;
  z-index: 1;
}

._totalsRow_13dgb_389 td {
  padding: 8px 6px;
  font-size: 13px;
  white-space: nowrap;
}

._totalsRowHeader_13dgb_403 {
  background: #f0fdf4;
}

._totalsRowHeader_13dgb_403 td {
  padding: 8px 6px;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  background: #f0fdf4;
  border-bottom: 1px solid #6b7280;
}

._incomeSummary_13dgb_416 {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  align-items: stretch;
}

._summaryCard_13dgb_423 {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 20px;
  min-width: 280px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

._summaryCardTitle_13dgb_432 {
  font-weight: 800;
  font-size: 13px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

._summaryCardGrid_13dgb_441 {
  display: flex;
  gap: 24px;
}

._summaryMetric_13dgb_446 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._summaryMetricLabel_13dgb_452 {
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._summaryMetricValue_13dgb_460 {
  font-size: 20px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

._summaryDetails_13dgb_466 {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 20px;
  flex: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

._summaryDetailsTitle_13dgb_475 {
  font-weight: 700;
  font-size: 13px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

._summaryCount_13dgb_484 {
  font-weight: 500;
  font-size: 12px;
  color: #94a3b8;
  margin-left: 6px;
  text-transform: none;
  letter-spacing: 0;
}

._summaryDetailsGrid_13dgb_493 {
  display: flex;
  gap: 20px;
}

._summaryDetailItem_13dgb_498 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 90px;
}

._summaryDetailLabel_13dgb_505 {
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

._summaryDetailValue_13dgb_513 {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

._rowNum_13dgb_521 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 4px !important;
  background: #f8f9fa;
  border-right: 1px solid #e9ecef;
  user-select: none;
}

._rowNumHeader_13dgb_535 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  font-size: 10px;
  color: #9ca3af;
  padding: 4px !important;
  background: #f8f9fa;
  border-right: 1px solid #e9ecef;
}

._badgeNew_13dgb_547 {
  display: inline-block;
  padding: 1px 6px;
  background: #10b981;
  color: white;
  border-radius: 3px;
  font-size: 0.8em;
  font-weight: 600;
}

._badgeOld_13dgb_557 {
  display: inline-block;
  padding: 1px 6px;
  background: #9ca3af;
  color: white;
  border-radius: 3px;
  font-size: 0.8em;
  font-weight: 600;
}

._colorCell_13dgb_567 {
  font-weight: 500;
}

._incomeCol_13dgb_571 {
  background-color: #d9ead3 !important;
}

._factCol_13dgb_575 {
  background-color: #b5d7a8 !important;
}

._copyCell_13dgb_579 {
  padding: 0 2px !important;
  text-align: center;
}

._copyBtn_13dgb_584 {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #adb5bd;
  padding: 0 4px;
  line-height: 1;
  transition: color 0.15s;
}

._copyBtn_13dgb_584:hover {
  color: #007bff;
}

._copyBtnDone_13dgb_599 {
  background: none;
  border: none;
  cursor: default;
  font-size: 14px;
  color: #10b981;
  padding: 0 4px;
  line-height: 1;
  font-weight: 700;
}

._clickableRow_13dgb_610 {
  cursor: pointer;
}

/* ── Context Menu ── */
._ctxMenu_13dgb_615 {
  position: fixed;
  z-index: 2000;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  min-width: 180px;
  padding: 4px 0;
  animation: _ctxFadeIn_13dgb_1 0.1s ease;
}

@keyframes _ctxFadeIn_13dgb_1 {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

._ctxMenuItem_13dgb_632 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 16px;
  border: none;
  background: none;
  font-size: 13px;
  color: #212529;
  cursor: pointer;
  text-align: left;
  transition: background 0.12s;
}

._ctxMenuItem_13dgb_632:hover {
  background: #f0f4ff;
}

._ctxMenuDivider_13dgb_651 {
  height: 1px;
  background: #e9ecef;
  margin: 4px 0;
}

._ctxMenuDanger_13dgb_657 {
  color: #dc3545;
}

._ctxMenuDanger_13dgb_657:hover {
  background: #fef2f2;
}

/* ── Student Badge ── */
._studentBadge_13dgb_666 {
  display: inline-block;
  padding: 1px 6px;
  background: #e8f5e9;
  color: #2e7d32;
  border-radius: 3px;
  font-size: 0.8em;
  font-weight: 500;
  white-space: nowrap;
}

/* ── Card Modal ── */
._overlay_13dgb_678 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

._card_13dgb_688 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  width: 720px;
  max-width: 95vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

._cardHeader_13dgb_699 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #e9ecef;
}

._cardHeader_13dgb_699 h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

._cardClose_13dgb_713 {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #6c757d;
  line-height: 1;
  padding: 0 4px;
}

._cardClose_13dgb_713:hover {
  color: #212529;
}

._cardError_13dgb_727 {
  background: #fef2f2;
  color: #dc2626;
  padding: 8px 24px;
  font-size: 13px;
}

._cardBody_13dgb_734 {
  padding: 20px 24px;
  overflow-y: auto;
  flex: 1;
}

._formRow_13dgb_740 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 16px;
  margin-bottom: 12px;
}

._formLabel_13dgb_747 {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  gap: 4px;
}

._formInput_13dgb_758,
._formSelect_13dgb_759 {
  padding: 6px 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  font-size: 14px;
  color: #212529;
  background: #fff;
  transition: border-color 0.15s;
}

._formInput_13dgb_758:focus,
._formSelect_13dgb_759:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.15);
}

._cardFooter_13dgb_776 {
  display: flex;
  gap: 10px;
  padding: 14px 24px;
  border-top: 1px solid #e9ecef;
}

._cardSaveTransfer_13dgb_783 {
  padding: 8px 20px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}

._cardSaveTransfer_13dgb_783:hover:not(:disabled) {
  background: #218838;
}

._cardSaveTransfer_13dgb_783:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

._cardSave_13dgb_783 {
  padding: 8px 28px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}

._cardSave_13dgb_783:hover:not(:disabled) {
  background: #0056b3;
}

._cardSave_13dgb_783:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

._cardCancel_13dgb_825 {
  padding: 8px 20px;
  background: #f1f3f5;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s;
}

._cardCancel_13dgb_825:hover {
  background: #e9ecef;
}

/* ── Card: Date/Time bar ── */
._cardDateBar_13dgb_841 {
  display: flex;
  gap: 32px;
  padding: 12px 24px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  font-size: 14px;
  color: #495057;
}

._cardDateItem_13dgb_851 {
  display: flex;
  align-items: center;
  gap: 6px;
}

._cardDateItemLabel_13dgb_857 {
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.3px;
}

._cardDateItemValue_13dgb_865 {
  font-weight: 500;
  font-size: 15px;
  color: #212529;
}

/* ── Card: Custom colored payment type dropdown ── */
._paymentTypeWrapper_13dgb_872 {
  position: relative;
  margin-bottom: 16px;
}

._paymentTypeLabel_13dgb_877 {
  font-size: 11px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}

._paymentTypeSelected_13dgb_886 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s;
  font-size: 14px;
  min-height: 36px;
  user-select: none;
}

._paymentTypeSelected_13dgb_886:hover {
  border-color: #007bff;
}

._paymentTypeBadge_13dgb_905 {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}

._paymentTypeArrow_13dgb_914 {
  margin-left: auto;
  font-size: 10px;
  color: #adb5bd;
  transition: transform 0.15s;
}

._paymentTypeArrowOpen_13dgb_921 {
  transform: rotate(180deg);
}

._paymentTypeDropdown_13dgb_925 {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 100;
  max-height: 280px;
  overflow-y: auto;
  padding: 4px;
  animation: _ctxFadeIn_13dgb_1 0.12s ease;
}

._paymentTypeOption_13dgb_941 {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.1s;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  font-size: 14px;
}

._paymentTypeOption_13dgb_941:hover {
  background: #f0f4ff;
}

._paymentTypeOptionNone_13dgb_959 {
  color: #6c757d;
  font-style: italic;
  padding: 6px 12px;
}

._dropdownSearch_13dgb_965 {
  padding: 4px;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

._dropdownSearchInput_13dgb_974 {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}

._dropdownSearchInput_13dgb_974:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.12);
}

._dropdownItemText_13dgb_989 {
  padding: 2px 0;
  font-size: 14px;
  color: #212529;
}

._dropdownEmpty_13dgb_995 {
  padding: 8px 12px;
  color: #adb5bd;
  font-size: 13px;
  text-align: center;
  font-style: italic;
}

/* ── Combobox (inline autocomplete like Google Sheets) ── */
._comboboxWrapper_13dgb_1004 {
  position: relative;
}

._comboboxInput_13dgb_1008 {
  width: 100%;
  padding: 7px 12px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  font-size: 14px;
  color: #212529;
  background: #fff;
  transition: border-color 0.15s;
  box-sizing: border-box;
  outline: none;
}

._comboboxInput_13dgb_1008:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.15);
}

._comboboxInput_13dgb_1008::placeholder {
  color: #adb5bd;
}

._comboboxOptionActive_13dgb_1030 {
  background: #e8f0fe;
}

/* ── AXL Go button ── */
._axlGoBtn_13dgb_1035 {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  background: #007bff;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
}

._axlGoBtn_13dgb_1035:hover {
  background: #0056b3;
}

/* ── Textarea ── */
._formTextarea_13dgb_1054 {
  padding: 6px 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  font-size: 14px;
  color: #212529;
  background: #fff;
  transition: border-color 0.15s;
  resize: vertical;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
}

._formTextarea_13dgb_1054:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.15);
}

/* ── Card: Section block with background ── */
._formSection_13dgb_1075 {
  background: #f5f6f8;
  border-radius: 8px;
  padding: 12px 14px 4px;
  margin-bottom: 12px;
}

/* ── Card: Amount row (like table columns) ── */
._amountRow_13dgb_1083 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #c3d9b7;
}

._amountCell_13dgb_1093 {
  display: flex;
  flex-direction: column;
  padding: 8px 10px;
  border-right: 1px solid #c3d9b7;
}

._amountCell_13dgb_1093:last-child {
  border-right: none;
}

._amountCellLabel_13dgb_1104 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
  opacity: 0.7;
}

._amountCellInput_13dgb_1113 {
  padding: 5px 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #212529;
  background: rgba(255, 255, 255, 0.7);
  transition: border-color 0.15s;
  width: 100%;
  box-sizing: border-box;
  -moz-appearance: textfield;
}

._amountCellInput_13dgb_1113::-webkit-outer-spin-button,
._amountCellInput_13dgb_1113::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

._amountCellInput_13dgb_1113:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.15);
  background: #fff;
}

._amountCellIncome_13dgb_1141 {
  background-color: #d9ead3;
  color: #1a3d15;
}

._amountCellFact_13dgb_1146 {
  background-color: #b5d7a8;
  color: #1a3d15;
}

._amountCellVat_13dgb_1151 {
  background-color: #a8c99b;
  color: #1a3d15;
}

/* ── Related Payments Block ── */
._relatedBlock_13dgb_1157 {
  margin-bottom: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}

._relatedHeader_13dgb_1164 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  background: #eff6ff;
  border-bottom: 1px solid #dbeafe;
}

._relatedTitle_13dgb_1173 {
  font-size: 12px;
  font-weight: 700;
  color: #1e40af;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

._relatedFillBtn_13dgb_1181 {
  padding: 5px 14px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}

._relatedFillBtn_13dgb_1181:hover {
  background: #1d4ed8;
}

._relatedTableWrap_13dgb_1198 {
  max-height: 160px;
  overflow-y: auto;
}

._relatedTable_13dgb_1198 {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

._relatedTable_13dgb_1198 thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

._relatedTable_13dgb_1198 th {
  padding: 5px 8px;
  text-align: left;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  white-space: nowrap;
}

._relatedTable_13dgb_1198 td {
  padding: 5px 8px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  white-space: nowrap;
}

._relatedRow_13dgb_1234 {
  transition: background 0.1s;
}

._relatedRow_13dgb_1234:hover {
  background: #f8fafc;
}

._relatedBadge_13dgb_1242 {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 10px;
  white-space: nowrap;
}

._relatedAmount_13dgb_1251 {
  text-align: right;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

._relatedEmpty_13dgb_1257 {
  padding: 10px 14px;
  font-size: 12px;
  color: #94a3b8;
  background: #f8fafc;
  text-align: center;
  font-style: italic;
}

._relatedLoading_13dgb_1266 {
  padding: 10px 14px;
  font-size: 12px;
  color: #64748b;
  background: #f8fafc;
  text-align: center;
}

/* ── Funnel Lead Block ── */
._funnelLeadBlock_13dgb_1275 {
  margin-bottom: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}

._funnelLeadFound_13dgb_1282 {
  background: #f0fdf4;
}

._funnelLeadHeader_13dgb_1286 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  background: #ecfdf5;
  border-bottom: 1px solid #d1fae5;
}

._funnelLeadTitle_13dgb_1295 {
  font-size: 12px;
  font-weight: 700;
  color: #065f46;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

._funnelLeadStage_13dgb_1303 {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

._funnelLeadDetails_13dgb_1312 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 10px 14px;
}

._funnelLeadItem_13dgb_1319 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._funnelLeadLabel_13dgb_1325 {
  font-size: 10px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

._funnelLeadValue_13dgb_1333 {
  font-size: 13px;
  font-weight: 500;
  color: #1f2937;
}
._container_1ebd8_1 {
  padding: 24px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._header_1ebd8_9 h1 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

._loading_1ebd8_16 {
  padding: 48px;
  text-align: center;
  color: #6b7280;
  font-size: 15px;
}

._tabs_1ebd8_23 {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

._tab_1ebd8_23 {
  padding: 8px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}

._tab_1ebd8_23:hover {
  background: #f1f5f9;
}

._tabActive_1ebd8_46 {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: #ffffff;
  border-color: transparent;
}

._addMonthBtn_1ebd8_53 {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 2px dashed #d1d5db;
  background: transparent;
  color: #9ca3af;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
}

._addMonthBtn_1ebd8_53:hover {
  border-color: #6366f1;
  color: #6366f1;
  background: #f5f3ff;
}

._monthPickerWrap_1ebd8_75 {
  position: relative;
}

._monthPicker_1ebd8_75 {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 50;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 14px;
  width: 260px;
}

._monthPickerHeader_1ebd8_92 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

._monthPickerYear_1ebd8_99 {
  font-weight: 700;
  font-size: 15px;
  color: #1e293b;
}

._monthPickerArrow_1ebd8_105 {
  width: 30px;
  height: 30px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #ffffff;
  color: #64748b;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
}

._monthPickerArrow_1ebd8_105:hover {
  background: #f1f5f9;
  border-color: #6366f1;
  color: #6366f1;
}

._monthPickerGrid_1ebd8_126 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-bottom: 10px;
}

._monthPickerItem_1ebd8_133 {
  padding: 6px 4px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #ffffff;
  color: #475569;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s;
}

._monthPickerItem_1ebd8_133:hover {
  background: #f1f5f9;
  border-color: #6366f1;
}

._monthPickerItemActive_1ebd8_151 {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: #ffffff;
  border-color: transparent;
}

._monthPickerItemActive_1ebd8_151:hover {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  border-color: transparent;
}

._monthPickerItemExists_1ebd8_162 {
  position: relative;
}

._monthPickerItemExists_1ebd8_162::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #22c55e;
}

._monthPickerConfirm_1ebd8_178 {
  width: 100%;
  padding: 8px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.15s;
}

._monthPickerConfirm_1ebd8_178:hover {
  opacity: 0.9;
}

._summary_1ebd8_195 {
  display: flex;
  gap: 12px;
}

._summaryCard_1ebd8_200 {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 32px;
}

._summaryLabel_1ebd8_211 {
  font-weight: 800;
  font-size: 14px;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  min-width: 140px;
}

._summaryValues_1ebd8_220 {
  display: flex;
  gap: 28px;
}

._summaryMetric_1ebd8_225 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._metricLabel_1ebd8_231 {
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._metricValue_1ebd8_239 {
  font-size: 20px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

._tableWrapper_1ebd8_245 {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: auto;
}

._table_1ebd8_245 {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

._table_1ebd8_245 thead {
  background: #f8f9fa;
}

._table_1ebd8_245 th {
  padding: 10px 16px;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #64748b;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #e2e8f0;
}

._table_1ebd8_245 td {
  padding: 10px 16px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}

._table_1ebd8_245 tbody tr:hover {
  background: #f8fafc;
}

._productName_1ebd8_284 {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

._colorDot_1ebd8_291 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

._amount_1ebd8_299 {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

._totalsRow_1ebd8_305 {
  background: #f0fdf4 !important;
}

._totalsRow_1ebd8_305 td {
  border-top: 2px solid #22c55e;
  border-bottom: none;
}

._input_1ebd8_314 {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 13px;
  color: #1e293b;
  background: #ffffff;
  outline: none;
  transition: border-color 0.15s;
}

._input_1ebd8_314:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
}

._saveBtn_1ebd8_331 {
  padding: 4px 12px;
  background: #22c55e;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 4px;
  transition: background 0.15s;
}

._saveBtn_1ebd8_331:hover {
  background: #16a34a;
}

._cancelBtn_1ebd8_348 {
  padding: 4px 12px;
  background: #e2e8f0;
  color: #475569;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}

._cancelBtn_1ebd8_348:hover {
  background: #cbd5e1;
}

._editBtn_1ebd8_364 {
  padding: 4px 12px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 4px;
  transition: background 0.15s;
}

._editBtn_1ebd8_364:hover {
  background: #4f46e5;
}

._deleteBtn_1ebd8_381 {
  padding: 4px 12px;
  background: transparent;
  color: #ef4444;
  border: 1px solid #fecaca;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}

._deleteBtn_1ebd8_381:hover {
  background: #fef2f2;
  border-color: #ef4444;
}

._addSection_1ebd8_398 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

._addLabel_1ebd8_405 {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}

._addProductBtn_1ebd8_411 {
  padding: 6px 14px;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  background: transparent;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}

._addProductBtn_1ebd8_411:hover {
  border-color: #6366f1;
  color: #6366f1;
  background: #f5f3ff;
}

._empty_1ebd8_429 {
  text-align: center;
  padding: 48px;
  color: #94a3b8;
  font-size: 15px;
}
._container_11qn7_1 {
  padding: 12px 16px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: calc(100vh - 52px - 20px);
  box-sizing: border-box;
  overflow: hidden;
}

._header_11qn7_12 h1 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

._yearTabs_11qn7_19 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

._yearTab_11qn7_19 {
  padding: 6px 16px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
}

._yearTab_11qn7_19:hover {
  background: #e2e8f0;
  color: #334155;
}

._yearTabActive_11qn7_42 {
  background: #4285f4;
  color: #fff;
  border-color: #4285f4;
}

._yearTabActive_11qn7_42:hover {
  background: #3b78e0;
}

._chartCard_11qn7_52 {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 20px 20px 10px;
}

._chartTitle_11qn7_60 {
  font-size: 14px;
  font-weight: 800;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 12px 0;
}

._tableWrapper_11qn7_69 {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: auto;
  flex: 1;
  min-height: 0;
}

._table_11qn7_69 {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

._table_11qn7_69 thead {
  background: #f8f9fa;
  position: sticky;
  top: 0;
  z-index: 10;
}

._table_11qn7_69 th {
  padding: 10px 12px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #475569;
  letter-spacing: 0.3px;
  white-space: nowrap;
  background: #f8f9fa;
  border-bottom: 2px solid #e2e8f0;
}

._monthCol_11qn7_106 {
  text-align: left !important;
  min-width: 110px;
}

._table_11qn7_69 td {
  padding: 9px 12px;
  text-align: right;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

._monthCell_11qn7_120 {
  text-align: left;
  font-weight: 600;
  color: #1e293b;
}

._table_11qn7_69 tbody tr:hover {
  background: #f8fafc;
}
._container_1msfr_1 {
  padding: 16px 20px 32px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

._header_1msfr_10 h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

._tableCard_1msfr_17 {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  overflow: auto;
  max-height: calc(100vh - 200px);
  position: relative;
}

._table_1msfr_17 {
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
}

._table_1msfr_17 thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 6px 8px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #475569;
  letter-spacing: 0.3px;
  white-space: nowrap;
  background: #f1f5f9;
  border-bottom: 2px solid #e2e8f0;
}

._table_1msfr_17 th:first-child,
._table_1msfr_17 th:nth-child(2) {
  text-align: left;
}

._table_1msfr_17 td {
  padding: 4px 8px;
  text-align: right;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

._table_1msfr_17 tbody tr:hover {
  background: #f8fafc;
}

._weekdayCell_1msfr_69 {
  text-align: left !important;
  font-weight: 500;
  color: #475569;
  min-width: 80px;
}

._dateCell_1msfr_76 {
  text-align: left !important;
  color: #1e293b;
  font-weight: 500;
}

._centerCell_1msfr_82 {
  text-align: center !important;
}

._weekStart_1msfr_86 > td {
  border-top: 2.5px solid #cbd5e1;
}

._weekTotalCell_1msfr_90 {
  vertical-align: middle;
  text-align: right !important;
  border-left: 2px solid #e2e8f0;
}

._monthSeparator_1msfr_96 td {
  padding: 0;
  height: 24px;
  background: #e8edf3;
  border-bottom: none;
  font-weight: 700;
  font-size: 12px;
  color: #334155;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}

._monthLabel_1msfr_108 {
  text-align: left !important;
  padding-left: 8px !important;
}

._chartCard_1msfr_113 {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  padding: 24px 20px 12px;
}

._chartTitle_1msfr_121 {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 16px 0;
}

._loading_1msfr_130 {
  padding: 64px;
  text-align: center;
  color: #94a3b8;
  font-size: 15px;
}
._container_1pbt9_1 {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: calc(100vh - 52px - 20px);
  box-sizing: border-box;
}

._header_1pbt9_10 h1 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

/* KPI Cards */
._kpiGrid_1pbt9_18 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

._kpiCard_1pbt9_24 {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._kpiLabel_1pbt9_35 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #64748b;
}

._kpiValue_1pbt9_43 {
  font-size: 24px;
  font-weight: 800;
  color: #1e293b;
  font-variant-numeric: tabular-nums;
}

._kpiDelta_1pbt9_50 {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

._kpiDeltaUp_1pbt9_58 {
  color: #16a34a;
}

._kpiDeltaDown_1pbt9_62 {
  color: #dc2626;
}

._kpiDeltaNeutral_1pbt9_66 {
  color: #64748b;
}

._kpiAccent_1pbt9_70 {
  border-left: 3px solid #6366f1;
}

._kpiWarning_1pbt9_74 {
  border-left: 3px solid #f59e0b;
}

._kpiDanger_1pbt9_78 {
  border-left: 3px solid #ef4444;
}

._kpiSuccess_1pbt9_82 {
  border-left: 3px solid #16a34a;
}

/* Section Grid */
._twoColumns_1pbt9_87 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 900px) {
  ._twoColumns_1pbt9_87 {
    grid-template-columns: 1fr;
  }
}

/* Cards */
._card_1pbt9_100 {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 20px;
  overflow-x: auto;
  min-width: 0;
}

._cardTitleRow_1pbt9_110 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

._chartTotal_1pbt9_117 {
  font-size: 13px;
  color: #64748b;
}

._chartTotal_1pbt9_117 strong {
  color: #6366f1;
  font-weight: 700;
  font-size: 15px;
}

._cardTitle_1pbt9_110 {
  font-size: 13px;
  font-weight: 800;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 16px 0;
}

/* Table styles */
._table_1pbt9_138 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

._table_1pbt9_138 th {
  padding: 8px 10px;
  text-align: left;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #64748b;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #e2e8f0;
  background: #f8f9fa;
}

._table_1pbt9_138 td {
  padding: 8px 10px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  font-variant-numeric: tabular-nums;
}

._table_1pbt9_138 tbody tr:hover {
  background: #f8fafc;
}

._textRight_1pbt9_167 {
  text-align: right;
}

._table_1pbt9_138 th._textCenter_1pbt9_171,
._table_1pbt9_138 td._textCenter_1pbt9_171 {
  text-align: center;
}

/* Installment badge */
._overdueBadge_1pbt9_177 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  background: #fee2e2;
  color: #dc2626;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

/* Legend for charts */
._legend_1pbt9_190 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

._legendItem_1pbt9_197 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #475569;
}

._legendDot_1pbt9_205 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Installment summary row */
._installmentKpis_1pbt9_213 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

._installmentKpi_1pbt9_213 {
  text-align: center;
  padding: 10px;
  background: #f8fafc;
  border-radius: 8px;
}

._installmentKpiValue_1pbt9_227 {
  font-size: 22px;
  font-weight: 800;
  color: #1e293b;
}

._installmentKpiLabel_1pbt9_233 {
  font-size: 11px;
  color: #64748b;
  margin-top: 2px;
}

/* Loading */
._loading_1pbt9_240 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  color: #6b7280;
  font-size: 14px;
}

/* Donut center text */
._donutCenter_1pbt9_250 {
  font-size: 20px;
  font-weight: 800;
  fill: #1e293b;
}

._donutCenterSub_1pbt9_256 {
  font-size: 11px;
  fill: #64748b;
}

/* Manager rank */
._rankBadge_1pbt9_262 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #94a3b8;
}

._rankBadge_1pbt9_262:nth-child(1) { background: #f59e0b; }

._rank1_1pbt9_277 { background: #f59e0b; }
._rank2_1pbt9_278 { background: #94a3b8; }
._rank3_1pbt9_279 { background: #cd7f32; }

/* Mobile responsive */
@media (max-width: 768px) {
  ._container_1pbt9_1 {
    padding: 8px;
    gap: 12px;
  }

  ._kpiGrid_1pbt9_18 {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  ._kpiCard_1pbt9_24 {
    padding: 12px;
  }

  ._kpiValue_1pbt9_43 {
    font-size: 18px;
  }

  ._kpiLabel_1pbt9_35 {
    font-size: 10px;
  }

  ._card_1pbt9_100 {
    padding: 12px;
    border-radius: 8px;
  }

  ._cardTitle_1pbt9_110 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  ._cardTitleRow_1pbt9_110 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  ._table_1pbt9_138 {
    font-size: 12px;
    min-width: 500px;
  }

  ._table_1pbt9_138 th,
  ._table_1pbt9_138 td {
    padding: 6px 6px;
  }

  ._installmentKpis_1pbt9_213 {
    grid-template-columns: repeat(2, 1fr);
  }

  ._installmentKpiValue_1pbt9_227 {
    font-size: 18px;
  }

  ._legend_1pbt9_190 {
    gap: 8px;
  }

  ._legendItem_1pbt9_197 {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  ._kpiGrid_1pbt9_18 {
    grid-template-columns: 1fr 1fr;
  }

  ._table_1pbt9_138 {
    min-width: 420px;
  }
}
._container_v84my_1 {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: calc(100vh - 52px - 20px);
  box-sizing: border-box;
  overflow: hidden;
}

._header_v84my_11 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

._header_v84my_11 h1 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

._controls_v84my_25 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._yearTabs_v84my_31 {
  display: flex;
  gap: 6px;
}

._yearTab_v84my_31 {
  padding: 6px 16px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
}

._yearTab_v84my_31:hover {
  background: #e2e8f0;
  color: #334155;
}

._yearTabActive_v84my_53 {
  background: #6366f1;
  color: #fff;
  border-color: #6366f1;
}

._addBtn_v84my_59 {
  padding: 6px 14px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}

._addBtn_v84my_59:hover {
  background: #4f46e5;
}

._tableWrapper_v84my_76 {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: auto;
  flex: 1;
  min-height: 0;
}

._table_v84my_76 {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

._table_v84my_76 thead {
  position: sticky;
  top: 0;
  z-index: 10;
}

._table_v84my_76 th {
  padding: 6px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #475569;
  letter-spacing: 0.3px;
  white-space: nowrap;
  background: #f8f9fa;
  border-bottom: 2px solid #e2e8f0;
  min-width: 100px;
}

._thName_v84my_113 {
  font-size: 11px;
  font-weight: 700;
  color: #1e293b;
}

._thName_v84my_113:hover {
  color: #6366f1;
}

._thPosition_v84my_123 {
  font-size: 10px;
  font-weight: 500;
  color: #94a3b8;
  margin-top: 1px;
}

._thTotalRub_v84my_130 {
  background: #fef9c3 !important;
  color: #854d0e !important;
  min-width: 110px;
}

._thTotalUsd_v84my_136 {
  background: #dbeafe !important;
  color: #1e40af !important;
  min-width: 110px;
}

._thGrandTotal_v84my_142 {
  background: #fed7aa !important;
  color: #9a3412 !important;
  min-width: 120px;
}

._table_v84my_76 td {
  padding: 4px 6px;
  text-align: right;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

._periodCell_v84my_157 {
  text-align: left !important;
  font-weight: 500;
  color: #64748b;
  padding-left: 12px !important;
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
  min-width: 140px;
}

._monthRow_v84my_169 td {
  background: #f8fafc;
}

._totalRow_v84my_173 td {
  font-weight: 700;
  color: #1e293b;
  background: #f1f5f9;
  border-bottom: 2px solid #e2e8f0;
}

._totalRubCell_v84my_180 {
  background: #fef9c3 !important;
  font-weight: 700;
}

._totalUsdCell_v84my_185 {
  background: #dbeafe !important;
  font-weight: 700;
}

._grandTotalCell_v84my_190 {
  background: #fed7aa !important;
  font-weight: 800;
  color: #9a3412 !important;
}

._editableCell_v84my_196 {
  cursor: pointer;
  position: relative;
}

._editableCell_v84my_196:hover {
  background: #eff6ff;
}

._cellEditGroup_v84my_205 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._cellInput_v84my_211 {
  width: 90px;
  padding: 2px 4px;
  border: 2px solid #6366f1;
  border-radius: 4px;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  text-align: right;
  outline: none;
  background: #fff;
}

._noteInput_v84my_223 {
  width: 90px;
  padding: 2px 4px;
  border: 1px solid #e2e8f0;
  border-radius: 3px;
  font-size: 10px;
  outline: none;
  background: #fefce8;
  color: #854d0e;
}

._noteInput_v84my_223:focus {
  border-color: #f59e0b;
}

._noteIndicator_v84my_238 {
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 9px;
  color: #f59e0b;
  font-weight: 700;
  line-height: 1;
}

._emptyCell_v84my_248 {
  color: #cbd5e1;
}

/* Year total row (1.1) */
._table_v84my_76 tfoot {
  position: sticky;
  bottom: 0;
  z-index: 5;
}

._yearTotalRow_v84my_259 td {
  font-weight: 800;
  color: #1e293b;
  background: #e0e7ff;
  border-top: 3px solid #6366f1;
  border-bottom: none;
  font-size: 13px;
  padding: 6px;
}

._yearTotalCell_v84my_269 {
  font-weight: 800 !important;
  font-size: 13px !important;
}

/* Delta indicators (3.2) */
._deltaUp_v84my_275 {
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: #dc2626;
  line-height: 1.2;
}

._deltaDown_v84my_283 {
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: #16a34a;
  line-height: 1.2;
}

/* Modal */
._modalOverlay_v84my_292 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

._modal_v84my_292 {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  min-width: 360px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

._modal_v84my_292 h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 16px;
}

._formGroup_v84my_317 {
  margin-bottom: 12px;
}

._formGroup_v84my_317 label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 4px;
}

._formGroup_v84my_317 input,
._formGroup_v84my_317 select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}

._formGroup_v84my_317 input:focus,
._formGroup_v84my_317 select:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
}

._modalActions_v84my_346 {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 16px;
}

._cancelBtn_v84my_353 {
  padding: 8px 16px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
}

._saveBtn_v84my_364 {
  padding: 8px 16px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

._saveBtn_v84my_364:hover {
  background: #4f46e5;
}

._loading_v84my_379 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #6b7280;
}

/* Fired employees toggle */
._firedToggle_v84my_388 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #64748b;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

._firedToggle_v84my_388 input[type="checkbox"] {
  accent-color: #dc2626;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

/* Inactive (fired) employees */
._inactiveHeader_v84my_407 {
  opacity: 0.55;
}

._inactiveCell_v84my_411 {
  opacity: 0.45;
  cursor: default !important;
  background: #f8f8f8 !important;
}

._firedBadge_v84my_417 {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 5px;
  font-size: 9px;
  font-weight: 600;
  color: #dc2626;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 4px;
  vertical-align: middle;
}

._toggleBtn_v84my_430 {
  display: block;
  margin: 4px auto 0;
  padding: 2px 8px;
  font-size: 11px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.4;
}

._toggleFire_v84my_441 {
  background: #fee2e2;
  color: #dc2626;
}

._toggleFire_v84my_441:hover {
  background: #fecaca;
}

._toggleRestore_v84my_450 {
  background: #dcfce7;
  color: #16a34a;
}

._toggleRestore_v84my_450:hover {
  background: #bbf7d0;
}

/* CEO separator & columns */
._ceoSeparator_v84my_460 {
  width: 6px !important;
  min-width: 6px !important;
  max-width: 6px !important;
  padding: 0 !important;
  background: #ede9fe !important;
  border-left: 3px solid #a78bfa !important;
  border-right: none !important;
}

._thTotalCeo_v84my_470 {
  background: #ede9fe !important;
  color: #6d28d9 !important;
  min-width: 100px;
}

._totalCeoCell_v84my_476 {
  background: #ede9fe !important;
  font-weight: 700;
  color: #6d28d9 !important;
}
._container_qjtef_1 {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: calc(100vh - 52px - 20px);
  box-sizing: border-box;
  overflow-y: auto;
}

._header_qjtef_11 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

._header_qjtef_11 h1 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

._controls_qjtef_25 {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Summary cards */
._summaryRow_qjtef_32 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

._card_qjtef_38 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px;
}

._cardLabel_qjtef_45 {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 8px;
}

._cardPending_qjtef_52 {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
}

._cardCount_qjtef_58 {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 2px;
}

._cardTransferred_qjtef_64 {
  font-size: 12px;
  color: #10b981;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f1f5f9;
}

/* Tabs */
._tabs_qjtef_73 {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid #e2e8f0;
}

._tab_qjtef_73 {
  padding: 8px 18px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
}

._tab_qjtef_73:hover {
  color: #334155;
}

._tabActive_qjtef_96 {
  color: #6366f1;
  border-bottom-color: #6366f1;
}

/* Filters */
._filters_qjtef_102 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

._select_qjtef_109 {
  padding: 6px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  color: #334155;
  background: #fff;
}

._input_qjtef_118 {
  padding: 6px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  color: #334155;
  background: #fff;
}

._btn_qjtef_127 {
  padding: 6px 14px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}

._btn_qjtef_127:hover {
  background: #4f46e5;
}

._btn_qjtef_127:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._btnOutline_qjtef_149 {
  padding: 6px 14px;
  background: #fff;
  color: #6366f1;
  border: 1px solid #6366f1;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

._btnOutline_qjtef_149:hover {
  background: #eef2ff;
}

._btnDanger_qjtef_166 {
  padding: 6px 14px;
  background: #fff;
  color: #ef4444;
  border: 1px solid #fca5a5;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

._btnDanger_qjtef_166:hover {
  background: #fef2f2;
}

._btnSuccess_qjtef_183 {
  padding: 6px 14px;
  background: #10b981;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}

._btnSuccess_qjtef_183:hover {
  background: #059669;
}

._btnSmall_qjtef_200 {
  padding: 3px 8px;
  font-size: 11px;
}

/* Table */
._table_qjtef_206 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

._table_qjtef_206 th {
  text-align: left;
  padding: 8px 10px;
  font-weight: 600;
  color: #64748b;
  border-bottom: 2px solid #e2e8f0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

._table_qjtef_206 td {
  padding: 8px 10px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}

._table_qjtef_206 tr:hover {
  background: #fafbfc;
}

._checkboxCell_qjtef_234 {
  width: 32px;
}

/* Status badge */
._badge_qjtef_239 {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

._badgePending_qjtef_249 {
  background: #fef3c7;
  color: #92400e;
}

._badgeTransferred_qjtef_254 {
  background: #d1fae5;
  color: #065f46;
}

._badgeExcluded_qjtef_259 {
  background: #f1f5f9;
  color: #64748b;
}

/* Closure panel */
._closurePanel_qjtef_265 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px;
}

._closurePanel_qjtef_265 h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 12px 0;
}

._closureForm_qjtef_279 {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

._closureField_qjtef_286 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._closureField_qjtef_286 label {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
}

._closurePreview_qjtef_299 {
  font-size: 13px;
  color: #334155;
  padding: 8px 0;
}

/* Settings */
._settingsGrid_qjtef_306 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

._settingCard_qjtef_312 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px;
}

._settingCard_qjtef_312 h3 {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 12px 0;
}

._settingRow_qjtef_326 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

._settingRow_qjtef_326 label {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  min-width: 80px;
}

._settingRow_qjtef_326 input,
._settingRow_qjtef_326 select {
  flex: 1;
  padding: 5px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
}

/* History */
._historyTable_qjtef_350 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

._historyTable_qjtef_350 th {
  text-align: left;
  padding: 6px 10px;
  font-weight: 600;
  color: #64748b;
  border-bottom: 2px solid #e2e8f0;
  font-size: 12px;
}

._historyTable_qjtef_350 td {
  padding: 6px 10px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}

/* Section collapsible */
._section_qjtef_372 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}

._sectionHeader_qjtef_379 {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}

._sectionHeader_qjtef_379:hover {
  background: #fafbfc;
}

._sectionBody_qjtef_395 {
  padding: 0 16px 16px;
}

/* Pagination */
._pagination_qjtef_400 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
}

._pageInfo_qjtef_408 {
  font-size: 13px;
  color: #64748b;
}

/* Loading */
._loading_qjtef_414 {
  text-align: center;
  padding: 40px;
  color: #94a3b8;
  font-size: 14px;
}

._empty_qjtef_421 {
  text-align: center;
  padding: 24px;
  color: #94a3b8;
  font-size: 13px;
}

/* Selection bar */
._selectionBar_qjtef_429 {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
  color: #4338ca;
  font-weight: 600;
}

/* Toggle */
._toggle_qjtef_443 {
  position: relative;
  width: 36px;
  height: 20px;
  background: #e2e8f0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
  padding: 0;
}

._toggle_qjtef_443::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}

._toggleActive_qjtef_467 {
  background: #6366f1;
}

._toggleActive_qjtef_467::after {
  transform: translateX(16px);
}
._container_16b35_1 {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: calc(100vh - 52px - 20px);
  box-sizing: border-box;
  overflow-y: auto;
}

._header_16b35_11 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

._header_16b35_11 h1 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

._controls_16b35_25 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._monthNav_16b35_31 {
  display: flex;
  align-items: center;
  gap: 6px;
}

._monthLabel_16b35_37 {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  min-width: 140px;
  text-align: center;
  text-transform: uppercase;
}

._navBtn_16b35_46 {
  padding: 4px 10px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
}

._navBtn_16b35_46:hover {
  background: #e2e8f0;
  color: #334155;
}

._addBtn_16b35_63 {
  padding: 6px 14px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}

._addBtn_16b35_63:hover {
  background: #4f46e5;
}

/* Tabs */
._tabs_16b35_81 {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid #e2e8f0;
}

._tab_16b35_81 {
  padding: 8px 18px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
}

._tab_16b35_81:hover {
  color: #334155;
  background: #f8fafc;
}

._tabActive_16b35_105 {
  color: #6366f1;
  border-bottom-color: #6366f1;
}

/* Table wrapper */
._tableWrapper_16b35_111 {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: auto;
  flex: 1;
  min-height: 700px;
}

._table_16b35_111 {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

._table_16b35_111 thead {
  position: sticky;
  top: 0;
  z-index: 10;
}

._table_16b35_111 th {
  padding: 8px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #475569;
  letter-spacing: 0.3px;
  white-space: nowrap;
  background: #f8f9fa;
  border-bottom: 2px solid #e2e8f0;
}

._thDate_16b35_147 {
  text-align: left !important;
  padding-left: 12px !important;
  min-width: 150px;
}

._thSpent_16b35_153 {
  background: #fef3c7 !important;
  color: #92400e !important;
  min-width: 100px;
}

._thSales_16b35_159 {
  min-width: 80px;
}

._thRub_16b35_163 {
  min-width: 100px;
}

._thTotal_16b35_167 {
  background: #dbeafe !important;
  color: #1e40af !important;
  min-width: 100px;
}

._thGrandTotal_16b35_173 {
  background: #e0e7ff !important;
  color: #3730a3 !important;
  min-width: 110px;
}

._thWeek_16b35_179 {
  background: #f0fdf4 !important;
  color: #166534 !important;
  min-width: 90px;
  font-size: 10px !important;
  border-left: 1px solid #acacac !important;
}

._thRoi_16b35_187 {
  background: #dcfce7 !important;
  color: #166534 !important;
  min-width: 80px;
}

._thCost_16b35_193 {
  min-width: 90px;
}

._table_16b35_111 td {
  padding: 4px 8px;
  text-align: right;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

._dateCell_16b35_206 {
  text-align: left !important;
  font-weight: 600;
  color: #64748b;
  padding-left: 12px !important;
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
}

._weekendRow_16b35_217 td {
  background: #fefce8;
}

._weekendRow_16b35_217 ._dateCell_16b35_206 {
  background: #fefce8;
}

._lossRow_16b35_225 td {
  background: #fef2f2;
}

._lossRow_16b35_225 ._dateCell_16b35_206 {
  background: #fef2f2;
}

._lossRow_16b35_225._weekendRow_16b35_217 td {
  background: #fee2e2;
}

._lossRow_16b35_225._weekendRow_16b35_217 ._dateCell_16b35_206 {
  background: #fee2e2;
}

._spentLoss_16b35_241 {
  color: #dc2626 !important;
  font-weight: 700;
}

._totalRow_16b35_246 td {
  font-weight: 700;
  color: #1e293b;
  background: #f1f5f9;
  border-top: 2px solid #e2e8f0;
  border-bottom: none;
  padding: 6px 8px;
}

._totalRow_16b35_246 ._dateCell_16b35_206 {
  background: #f1f5f9;
}

/* Editable cell */
._editableCell_16b35_260 {
  cursor: pointer;
  position: relative;
}

._editableCell_16b35_260:hover {
  background: #eff6ff;
}

._autoValue_16b35_269 {
  color: #94a3b8;
}

._manualValue_16b35_273 {
  color: #334155;
}

._cellInput_16b35_277 {
  width: 90px;
  padding: 2px 4px;
  border: 2px solid #6366f1;
  border-radius: 4px;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  text-align: right;
  outline: none;
  background: #fff;
}

._emptyCell_16b35_289 {
  color: #cbd5e1;
}

._positiveRoi_16b35_293 {
  color: #16a34a;
  font-weight: 600;
}

._negativeRoi_16b35_298 {
  color: #dc2626;
  font-weight: 600;
}

/* Weekly summary cells */
._weekCell_16b35_304 {
  background: #f0fdf4 !important;
  text-align: center !important;
  font-weight: 700;
  color: #166534;
  border-left: 1px solid #acacac !important;
  border-bottom: 1px solid #acacac !important;
  vertical-align: middle !important;
  font-size: 12px;
  padding: 6px 8px !important;
}

._weekRow_16b35_316 td {
  background: #ecfdf5 !important;
  font-weight: 700;
  color: #166534;
  border-top: 2px solid #86efac;
  border-bottom: 2px solid #86efac;
}

._weekLabel_16b35_324 {
  text-align: left !important;
  padding-left: 12px !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Campaign section */
._sectionTitle_16b35_333 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin: 16px 0 8px;
}

._campaignTable_16b35_340 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

._campaignTable_16b35_340 th {
  padding: 8px 10px;
  text-align: left;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #475569;
  background: #f8f9fa;
  border-bottom: 2px solid #e2e8f0;
}

._campaignTable_16b35_340 td {
  padding: 6px 10px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  font-variant-numeric: tabular-nums;
}

._campaignName_16b35_364 {
  font-weight: 600;
  font-family: 'SF Mono', 'Cascadia Code', 'Fira Code', monospace;
  font-size: 12px;
  color: #475569;
}

/* Inactive campaigns */
._inactiveRow_16b35_372 td {
  color: #94a3b8 !important;
  background: #f8fafc !important;
}

._inactiveDivider_16b35_377 {
  text-align: center !important;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #94a3b8;
  background: #f1f5f9 !important;
  padding: 6px !important;
  border-top: 2px solid #e2e8f0;
}

._deactivateBtn_16b35_389 {
  padding: 2px 8px;
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
}

._deactivateBtn_16b35_389:hover {
  background: #fee2e2;
}

._activateBtn_16b35_404 {
  padding: 2px 8px;
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
}

._activateBtn_16b35_404:hover {
  background: #dcfce7;
}

._editBtnSmall_16b35_419 {
  padding: 2px 8px;
  background: #eff6ff;
  color: #3b82f6;
  border: 1px solid #bfdbfe;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  margin-right: 4px;
  line-height: 1;
}

._editBtnSmall_16b35_419:hover {
  background: #dbeafe;
}

/* View toggle */
._viewToggle_16b35_436 {
  display: flex;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
}

._toggleBtn_16b35_443 {
  padding: 5px 14px;
  background: #fff;
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
}

._toggleBtn_16b35_443:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}

._toggleActive_16b35_458 {
  background: #6366f1;
  color: #fff;
}

/* Status badges */
._statusActive_16b35_464 {
  display: inline-block;
  padding: 2px 8px;
  background: #dcfce7;
  color: #166534;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
}

._statusInactive_16b35_474 {
  display: inline-block;
  padding: 2px 8px;
  background: #f1f5f9;
  color: #94a3b8;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
}

/* Directory section */
._directorySection_16b35_485 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Modal */
._modalOverlay_16b35_492 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

._modal_16b35_492 {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  min-width: 400px;
  max-width: 500px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

._modal_16b35_492 h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 16px;
}

._formGroup_16b35_518 {
  margin-bottom: 12px;
}

._formGroup_16b35_518 label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 4px;
}

._formGroup_16b35_518 input,
._formGroup_16b35_518 select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}

._formGroup_16b35_518 input:focus,
._formGroup_16b35_518 select:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
}

._helpText_16b35_547 {
  font-size: 11px;
  color: #94a3b8;
  margin-top: 2px;
}

._modalActions_16b35_553 {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 16px;
}

._cancelBtn_16b35_560 {
  padding: 8px 16px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
}

._cancelBtn_16b35_560:hover {
  background: #e2e8f0;
}

._saveBtn_16b35_575 {
  padding: 8px 16px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

._saveBtn_16b35_575:hover {
  background: #4f46e5;
}

._deleteBtn_16b35_590 {
  padding: 8px 16px;
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

._deleteBtn_16b35_590:hover {
  background: #fee2e2;
}

/* Cost per sale chart */
._chartSection_16b35_606 {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  padding: 16px;
  flex: none;
}

._chartTitle_16b35_615 {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px;
}

._chartSvg_16b35_622 {
  display: block;
  width: 100%;
  height: 200px;
}

._loading_16b35_628 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #6b7280;
}
._container_nuheu_1 {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: calc(100vh - 52px - 20px);
  box-sizing: border-box;
  overflow-y: auto;
}

._header_nuheu_11 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

._header_nuheu_11 h1 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

._addDateRow_nuheu_25 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._dateInput_nuheu_31 {
  padding: 5px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  color: #334155;
  background: #fff;
  outline: none;
}

._dateInput_nuheu_31:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
}

._addBtn_nuheu_46 {
  padding: 6px 14px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}

._addBtn_nuheu_46:hover {
  background: #4f46e5;
}

._addBtn_nuheu_46:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Info panels row */
._panelsRow_nuheu_69 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

._panelTitle_nuheu_75 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #475569;
  margin-bottom: 10px;
}

/* Checklist */
._checklistPanel_nuheu_85 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

._checkItem_nuheu_93 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  font-size: 13px;
  color: #334155;
  cursor: pointer;
  transition: color 0.15s;
}

._checkItem_nuheu_93 input[type="checkbox"] {
  accent-color: #16a34a;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

._checkItemDone_nuheu_111 span {
  text-decoration: line-through;
  color: #94a3b8;
}

/* Chase NO FEE panel */
._chasePanel_nuheu_117 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

._chaseGroup_nuheu_125 {
  margin-bottom: 8px;
}

._chaseGroup_nuheu_125:last-child {
  margin-bottom: 0;
}

._chaseGroupTitle_nuheu_133 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 4px;
}

._chaseRow_nuheu_144 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 10px;
  font-size: 13px;
  border-bottom: 1px solid #f8fafc;
}

._chaseRow_nuheu_144:last-child {
  border-bottom: none;
}

._chaseLabel_nuheu_157 {
  color: #64748b;
  font-weight: 500;
}

._chaseValue_nuheu_162 {
  color: #1e293b;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* Chart */
._chartWrapper_nuheu_169 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* Section title */
._sectionTitle_nuheu_178 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px;
}

/* Table */
._tableWrapper_nuheu_186 {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: auto;
  margin-bottom: 24px;
}

._table_nuheu_186 {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

._table_nuheu_186 thead {
  position: sticky;
  top: 0;
  z-index: 10;
}

._table_nuheu_186 th {
  padding: 8px 10px;
  text-align: right;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #475569;
  letter-spacing: 0.3px;
  white-space: nowrap;
  background: #f8f9fa;
  border-bottom: 2px solid #e2e8f0;
}

._table_nuheu_186 td {
  padding: 4px 8px;
  text-align: right;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

._thDate_nuheu_230 {
  text-align: left !important;
  padding-left: 12px !important;
  min-width: 110px;
}

._thAccount_nuheu_236 {
  min-width: 120px;
}

._thTotal_nuheu_240 {
  background: #e0e7ff !important;
  color: #3730a3 !important;
  min-width: 120px;
}

._thDiff_nuheu_246 {
  background: #f0fdf4 !important;
  color: #166534 !important;
  min-width: 120px;
}

._dateCell_nuheu_252 {
  text-align: left !important;
  font-weight: 600;
  color: #64748b;
  padding-left: 12px !important;
}

._newRow_nuheu_259 td {
  background: #fefce8;
}

._newRow_nuheu_259 ._dateCell_nuheu_252 {
  background: #fefce8;
  color: #92400e;
}

/* Editable cell */
._editableCell_nuheu_269 {
  cursor: pointer;
  position: relative;
}

._editableCell_nuheu_269:hover {
  background: #eff6ff;
}

._cellInput_nuheu_278 {
  width: 90px;
  padding: 2px 4px;
  border: 2px solid #6366f1;
  border-radius: 4px;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  text-align: right;
  outline: none;
  background: #fff;
}

._emptyCell_nuheu_290 {
  color: #cbd5e1;
}

._totalCell_nuheu_294 {
  font-weight: 700;
}

._diffPositive_nuheu_298 {
  font-weight: 600;
  color: #16a34a;
}

._diffNegative_nuheu_303 {
  font-weight: 600;
  color: #dc2626;
}

._diffNeutral_nuheu_308 {
  font-weight: 600;
  color: #64748b;
}

._diffNone_nuheu_313 {
  color: #94a3b8;
}

._loading_nuheu_317 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #6b7280;
}

._colorDot_nuheu_325 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

._accountHeader_nuheu_333 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

._accountInfo_nuheu_339 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}

._accountName_nuheu_346 {
  font-size: 11px;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
}

._accountMeta_nuheu_353 {
  font-size: 10px;
  font-weight: 500;
  color: #94a3b8;
  text-transform: none;
  letter-spacing: 0;
}
._container_1qgco_1 {
  max-width: 900px;
}

._header_1qgco_5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

._title_1qgco_12 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

._subtitle_1qgco_19 {
  font-size: 13px;
  color: #9ca3af;
  margin: 4px 0 0;
}

._createBtn_1qgco_25 {
  padding: 8px 20px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s;
  white-space: nowrap;
}

._createBtn_1qgco_25:hover {
  opacity: 0.9;
}

/* Search */
._toolbar_1qgco_43 {
  margin-bottom: 12px;
}

._searchWrap_1qgco_47 {
  position: relative;
  display: flex;
  align-items: center;
}

._searchIcon_1qgco_53 {
  position: absolute;
  left: 12px;
  color: #9ca3af;
  pointer-events: none;
}

._searchInput_1qgco_60 {
  width: 100%;
  padding: 9px 36px 9px 36px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  color: #374151;
  background: #fff;
  outline: none;
  transition: border-color 0.15s;
  box-sizing: border-box;
}

._searchInput_1qgco_60:focus {
  border-color: #c7d2fe;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.06);
}

._searchInput_1qgco_60::placeholder {
  color: #9ca3af;
}

._searchClear_1qgco_82 {
  position: absolute;
  right: 8px;
  width: 24px;
  height: 24px;
  border: none;
  background: #f3f4f6;
  border-radius: 6px;
  color: #6b7280;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Filters */
._filters_1qgco_99 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

._filterBtn_1qgco_107 {
  padding: 5px 12px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
  display: flex;
  align-items: center;
  gap: 5px;
}

._filterBtn_1qgco_107:hover {
  border-color: #c7d2fe;
  color: #6366f1;
}

._filterBtnActive_1qgco_127 {
  background: #eef2ff;
  border-color: #c7d2fe;
  color: #6366f1;
  font-weight: 600;
}

._filterCount_1qgco_134 {
  font-size: 11px;
  background: #f3f4f6;
  padding: 1px 6px;
  border-radius: 4px;
  color: #9ca3af;
  font-weight: 600;
}

._filterBtnActive_1qgco_127 ._filterCount_1qgco_134 {
  background: #c7d2fe;
  color: #6366f1;
}

._filterSep_1qgco_148 {
  width: 1px;
  height: 20px;
  background: #e5e7eb;
  margin: 0 4px;
}

._tagFilterBtn_1qgco_155 {
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid #fde68a;
  background: #fffbeb;
  color: #ca8a04;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}

._tagFilterBtn_1qgco_155:hover {
  background: #fef3c7;
}

._tagFilterActive_1qgco_171 {
  background: #fef3c7;
  border-color: #f59e0b;
  font-weight: 600;
}

/* Groups */
._groupedList_1qgco_178 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

._groupSection_1qgco_184 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._groupHeader_1qgco_190 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f3f4f6;
}

._groupIcon_1qgco_198 {
  font-size: 18px;
}

._groupLabel_1qgco_202 {
  font-size: 15px;
  font-weight: 600;
  color: #374151;
}

._groupCount_1qgco_208 {
  font-size: 11px;
  background: #f3f4f6;
  padding: 1px 7px;
  border-radius: 4px;
  color: #9ca3af;
  font-weight: 600;
}

._noResults_1qgco_217 {
  text-align: center;
  padding: 40px;
  color: #9ca3af;
  font-size: 14px;
}

/* Existing styles */
._loading_1qgco_225 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #9ca3af;
  font-size: 14px;
}

._empty_1qgco_234 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 60px 20px;
  text-align: center;
}

._emptyIcon_1qgco_243 {
  margin-bottom: 8px;
}

._emptyTitle_1qgco_247 {
  font-size: 18px;
  font-weight: 600;
  color: #374151;
}

._emptyText_1qgco_253 {
  font-size: 14px;
  color: #9ca3af;
  max-width: 300px;
}

._list_1qgco_259 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._card_1qgco_265 {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 18px;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}

._card_1qgco_265:hover {
  border-color: #c7d2fe;
  box-shadow: 0 2px 12px rgba(99, 102, 241, 0.08);
}

._cardHeader_1qgco_279 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

._cardStatus_1qgco_286 {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

._dotActive_1qgco_293 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.4);
  flex-shrink: 0;
}

._dotInactive_1qgco_302 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  flex-shrink: 0;
}

._cardName_1qgco_310 {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._cardActions_1qgco_319 {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

._toggleOn_1qgco_325 {
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid #a7f3d0;
  background: #ecfdf5;
  color: #059669;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

._toggleOff_1qgco_336 {
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid #fde68a;
  background: #fefce8;
  color: #ca8a04;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

._duplicateBtn_1qgco_347 {
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #c7d2fe;
  background: #eef2ff;
  color: #6366f1;
  cursor: pointer;
  display: flex;
  align-items: center;
}

._duplicateBtn_1qgco_347:hover {
  background: #e0e7ff;
}

._deleteBtn_1qgco_362 {
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #ef4444;
  cursor: pointer;
  display: flex;
  align-items: center;
}

._cardMeta_1qgco_373 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #6b7280;
  flex-wrap: wrap;
}

._triggerBadge_1qgco_382 {
  padding: 2px 8px;
  border-radius: 6px;
  background: #eef2ff;
  color: #6366f1;
  font-size: 11px;
  font-weight: 500;
}

._tagBadge_1qgco_391 {
  padding: 2px 7px;
  border-radius: 5px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #b45309;
  font-size: 11px;
  font-weight: 500;
}

._metaSep_1qgco_401 {
  width: 1px;
  height: 14px;
  background: #e5e7eb;
}

._failedCount_1qgco_407 {
  color: #ef4444;
  font-weight: 500;
}

._cardDesc_1qgco_412 {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._cardFooter_1qgco_421 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #f3f4f6;
  font-size: 12px;
  color: #9ca3af;
}
/* this gets exported as style.css and can be used for the default theming */
/* these are the necessary styles for React/Svelte Flow, they get used by base.css and style.css */
.react-flow {
  direction: ltr;

  --xy-edge-stroke-default: #b1b1b7;
  --xy-edge-stroke-width-default: 1;
  --xy-edge-stroke-selected-default: #555;

  --xy-connectionline-stroke-default: #b1b1b7;
  --xy-connectionline-stroke-width-default: 1;

  --xy-attribution-background-color-default: rgba(255, 255, 255, 0.5);

  --xy-minimap-background-color-default: #fff;
  --xy-minimap-mask-background-color-default: rgba(240, 240, 240, 0.6);
  --xy-minimap-mask-stroke-color-default: transparent;
  --xy-minimap-mask-stroke-width-default: 1;
  --xy-minimap-node-background-color-default: #e2e2e2;
  --xy-minimap-node-stroke-color-default: transparent;
  --xy-minimap-node-stroke-width-default: 2;

  --xy-background-color-default: transparent;
  --xy-background-pattern-dots-color-default: #91919a;
  --xy-background-pattern-lines-color-default: #eee;
  --xy-background-pattern-cross-color-default: #e2e2e2;
  background-color: var(--xy-background-color, var(--xy-background-color-default));
  --xy-node-color-default: inherit;
  --xy-node-border-default: 1px solid #1a192b;
  --xy-node-background-color-default: #fff;
  --xy-node-group-background-color-default: rgba(240, 240, 240, 0.25);
  --xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
  --xy-node-boxshadow-selected-default: 0 0 0 0.5px #1a192b;
  --xy-node-border-radius-default: 3px;

  --xy-handle-background-color-default: #1a192b;
  --xy-handle-border-color-default: #fff;

  --xy-selection-background-color-default: rgba(0, 89, 220, 0.08);
  --xy-selection-border-default: 1px dotted rgba(0, 89, 220, 0.8);

  --xy-controls-button-background-color-default: #fefefe;
  --xy-controls-button-background-color-hover-default: #f4f4f4;
  --xy-controls-button-color-default: inherit;
  --xy-controls-button-color-hover-default: inherit;
  --xy-controls-button-border-color-default: #eee;
  --xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, 0.08);

  --xy-edge-label-background-color-default: #ffffff;
  --xy-edge-label-color-default: inherit;
  --xy-resize-background-color-default: #3367d9;
}
.react-flow.dark {
  --xy-edge-stroke-default: #3e3e3e;
  --xy-edge-stroke-width-default: 1;
  --xy-edge-stroke-selected-default: #727272;

  --xy-connectionline-stroke-default: #b1b1b7;
  --xy-connectionline-stroke-width-default: 1;

  --xy-attribution-background-color-default: rgba(150, 150, 150, 0.25);

  --xy-minimap-background-color-default: #141414;
  --xy-minimap-mask-background-color-default: rgba(60, 60, 60, 0.6);
  --xy-minimap-mask-stroke-color-default: transparent;
  --xy-minimap-mask-stroke-width-default: 1;
  --xy-minimap-node-background-color-default: #2b2b2b;
  --xy-minimap-node-stroke-color-default: transparent;
  --xy-minimap-node-stroke-width-default: 2;

  --xy-background-color-default: #141414;
  --xy-background-pattern-dots-color-default: #777;
  --xy-background-pattern-lines-color-default: #777;
  --xy-background-pattern-cross-color-default: #777;
  --xy-node-color-default: #f8f8f8;
  --xy-node-border-default: 1px solid #3c3c3c;
  --xy-node-background-color-default: #1e1e1e;
  --xy-node-group-background-color-default: rgba(240, 240, 240, 0.25);
  --xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, 0.08);
  --xy-node-boxshadow-selected-default: 0 0 0 0.5px #999;

  --xy-handle-background-color-default: #bebebe;
  --xy-handle-border-color-default: #1e1e1e;

  --xy-selection-background-color-default: rgba(200, 200, 220, 0.08);
  --xy-selection-border-default: 1px dotted rgba(200, 200, 220, 0.8);

  --xy-controls-button-background-color-default: #2b2b2b;
  --xy-controls-button-background-color-hover-default: #3e3e3e;
  --xy-controls-button-color-default: #f8f8f8;
  --xy-controls-button-color-hover-default: #fff;
  --xy-controls-button-border-color-default: #5b5b5b;
  --xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, 0.08);

  --xy-edge-label-background-color-default: #141414;
  --xy-edge-label-color-default: #f8f8f8;
}
.react-flow__background {
  background-color: var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));
  pointer-events: none;
  z-index: -1;
}
.react-flow__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.react-flow__pane {
  z-index: 1;
}
.react-flow__pane.draggable {
    cursor: grab;
  }
.react-flow__pane.dragging {
    cursor: grabbing;
  }
.react-flow__pane.selection {
    cursor: pointer;
  }
.react-flow__viewport {
  transform-origin: 0 0;
  z-index: 2;
  pointer-events: none;
}
.react-flow__renderer {
  z-index: 4;
}
.react-flow__selection {
  z-index: 6;
}
.react-flow__nodesselection-rect:focus,
.react-flow__nodesselection-rect:focus-visible {
  outline: none;
}
.react-flow__edge-path {
  stroke: var(--xy-edge-stroke, var(--xy-edge-stroke-default));
  stroke-width: var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));
  fill: none;
}
.react-flow__connection-path {
  stroke: var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));
  stroke-width: var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));
  fill: none;
}
.react-flow .react-flow__edges {
  position: absolute;
}
.react-flow .react-flow__edges svg {
    overflow: visible;
    position: absolute;
    pointer-events: none;
  }
.react-flow__edge {
  pointer-events: visibleStroke;
}
.react-flow__edge.selectable {
    cursor: pointer;
  }
.react-flow__edge.animated path {
    stroke-dasharray: 5;
    animation: dashdraw 0.5s linear infinite;
  }
.react-flow__edge.animated path.react-flow__edge-interaction {
    stroke-dasharray: none;
    animation: none;
  }
.react-flow__edge.inactive {
    pointer-events: none;
  }
.react-flow__edge.selected,
  .react-flow__edge:focus,
  .react-flow__edge:focus-visible {
    outline: none;
  }
.react-flow__edge.selected .react-flow__edge-path,
  .react-flow__edge.selectable:focus .react-flow__edge-path,
  .react-flow__edge.selectable:focus-visible .react-flow__edge-path {
    stroke: var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default));
  }
.react-flow__edge-textwrapper {
    pointer-events: all;
  }
.react-flow__edge .react-flow__edge-text {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
/* Arrowhead marker styles - use CSS custom properties as default */
.react-flow__arrowhead polyline {
  stroke: var(--xy-edge-stroke, var(--xy-edge-stroke-default));
}
.react-flow__arrowhead polyline.arrowclosed {
  fill: var(--xy-edge-stroke, var(--xy-edge-stroke-default));
}
.react-flow__connection {
  pointer-events: none;
}
.react-flow__connection .animated {
    stroke-dasharray: 5;
    animation: dashdraw 0.5s linear infinite;
  }
svg.react-flow__connectionline {
  z-index: 1001;
  overflow: visible;
  position: absolute;
}
.react-flow__nodes {
  pointer-events: none;
  transform-origin: 0 0;
}
.react-flow__node {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  transform-origin: 0 0;
  box-sizing: border-box;
  cursor: default;
}
.react-flow__node.selectable {
    cursor: pointer;
  }
.react-flow__node.draggable {
    cursor: grab;
    pointer-events: all;
  }
.react-flow__node.draggable.dragging {
      cursor: grabbing;
    }
.react-flow__nodesselection {
  z-index: 3;
  transform-origin: left top;
  pointer-events: none;
}
.react-flow__nodesselection-rect {
    position: absolute;
    pointer-events: all;
    cursor: grab;
  }
.react-flow__handle {
  position: absolute;
  pointer-events: none;
  min-width: 5px;
  min-height: 5px;
  width: 6px;
  height: 6px;
  background-color: var(--xy-handle-background-color, var(--xy-handle-background-color-default));
  border: 1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));
  border-radius: 100%;
}
.react-flow__handle.connectingfrom {
    pointer-events: all;
  }
.react-flow__handle.connectionindicator {
    pointer-events: all;
    cursor: crosshair;
  }
.react-flow__handle-bottom {
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
.react-flow__handle-top {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.react-flow__handle-left {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
.react-flow__handle-right {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
.react-flow__edgeupdater {
  cursor: move;
  pointer-events: all;
}
.react-flow__pane.selection .react-flow__panel {
  pointer-events: none;
}
.react-flow__panel {
  position: absolute;
  z-index: 5;
  margin: 15px;
}
.react-flow__panel.top {
    top: 0;
  }
.react-flow__panel.bottom {
    bottom: 0;
  }
.react-flow__panel.top.center, .react-flow__panel.bottom.center {
      left: 50%;
      transform: translateX(-15px) translateX(-50%);
    }
.react-flow__panel.left {
    left: 0;
  }
.react-flow__panel.right {
    right: 0;
  }
.react-flow__panel.left.center, .react-flow__panel.right.center {
      top: 50%;
      transform: translateY(-15px) translateY(-50%);
    }
.react-flow__attribution {
  font-size: 10px;
  background: var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));
  padding: 2px 3px;
  margin: 0;
}
.react-flow__attribution a {
    text-decoration: none;
    color: #999;
  }
@keyframes dashdraw {
  from {
    stroke-dashoffset: 10;
  }
}
.react-flow__edgelabel-renderer {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  left: 0;
  top: 0;
}
.react-flow__viewport-portal {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.react-flow__minimap {
  background: var(
    --xy-minimap-background-color-props,
    var(--xy-minimap-background-color, var(--xy-minimap-background-color-default))
  );
}
.react-flow__minimap-svg {
    display: block;
  }
.react-flow__minimap-mask {
    fill: var(
      --xy-minimap-mask-background-color-props,
      var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default))
    );
    stroke: var(
      --xy-minimap-mask-stroke-color-props,
      var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default))
    );
    stroke-width: var(
      --xy-minimap-mask-stroke-width-props,
      var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default))
    );
  }
.react-flow__minimap-node {
    fill: var(
      --xy-minimap-node-background-color-props,
      var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default))
    );
    stroke: var(
      --xy-minimap-node-stroke-color-props,
      var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default))
    );
    stroke-width: var(
      --xy-minimap-node-stroke-width-props,
      var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default))
    );
  }
.react-flow__background-pattern.dots {
    fill: var(
      --xy-background-pattern-color-props,
      var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default))
    );
  }
.react-flow__background-pattern.lines {
    stroke: var(
      --xy-background-pattern-color-props,
      var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default))
    );
  }
.react-flow__background-pattern.cross {
    stroke: var(
      --xy-background-pattern-color-props,
      var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default))
    );
  }
.react-flow__controls {
  display: flex;
  flex-direction: column;
  box-shadow: var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default));
}
.react-flow__controls.horizontal {
    flex-direction: row;
  }
.react-flow__controls-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 26px;
    padding: 4px;
    border: none;
    background: var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));
    border-bottom: 1px solid
      var(
        --xy-controls-button-border-color-props,
        var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default))
      );
    color: var(
      --xy-controls-button-color-props,
      var(--xy-controls-button-color, var(--xy-controls-button-color-default))
    );
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.react-flow__controls-button svg {
      width: 100%;
      max-width: 12px;
      max-height: 12px;
      fill: currentColor;
    }
.react-flow__edge.updating .react-flow__edge-path {
      stroke: #777;
    }
.react-flow__edge-text {
    font-size: 10px;
  }
.react-flow__node.selectable:focus,
  .react-flow__node.selectable:focus-visible {
    outline: none;
  }
.react-flow__node-input,
.react-flow__node-default,
.react-flow__node-output,
.react-flow__node-group {
  padding: 10px;
  border-radius: var(--xy-node-border-radius, var(--xy-node-border-radius-default));
  width: 150px;
  font-size: 12px;
  color: var(--xy-node-color, var(--xy-node-color-default));
  text-align: center;
  border: var(--xy-node-border, var(--xy-node-border-default));
  background-color: var(--xy-node-background-color, var(--xy-node-background-color-default));
}
.react-flow__node-input.selectable:hover, .react-flow__node-default.selectable:hover, .react-flow__node-output.selectable:hover, .react-flow__node-group.selectable:hover {
      box-shadow: var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default));
    }
.react-flow__node-input.selectable.selected,
    .react-flow__node-input.selectable:focus,
    .react-flow__node-input.selectable:focus-visible,
    .react-flow__node-default.selectable.selected,
    .react-flow__node-default.selectable:focus,
    .react-flow__node-default.selectable:focus-visible,
    .react-flow__node-output.selectable.selected,
    .react-flow__node-output.selectable:focus,
    .react-flow__node-output.selectable:focus-visible,
    .react-flow__node-group.selectable.selected,
    .react-flow__node-group.selectable:focus,
    .react-flow__node-group.selectable:focus-visible {
      box-shadow: var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default));
    }
.react-flow__node-group {
  background-color: var(--xy-node-group-background-color, var(--xy-node-group-background-color-default));
}
.react-flow__nodesselection-rect,
.react-flow__selection {
  background: var(--xy-selection-background-color, var(--xy-selection-background-color-default));
  border: var(--xy-selection-border, var(--xy-selection-border-default));
}
.react-flow__nodesselection-rect:focus,
  .react-flow__nodesselection-rect:focus-visible,
  .react-flow__selection:focus,
  .react-flow__selection:focus-visible {
    outline: none;
  }
.react-flow__controls-button:hover {
      background: var(
        --xy-controls-button-background-color-hover-props,
        var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default))
      );
      color: var(
        --xy-controls-button-color-hover-props,
        var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default))
      );
    }
.react-flow__controls-button:disabled {
      pointer-events: none;
    }
.react-flow__controls-button:disabled svg {
        fill-opacity: 0.4;
      }
.react-flow__controls-button:last-child {
    border-bottom: none;
  }
.react-flow__controls.horizontal .react-flow__controls-button {
    border-bottom: none;
    border-right: 1px solid
      var(
        --xy-controls-button-border-color-props,
        var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default))
      );
  }
.react-flow__controls.horizontal .react-flow__controls-button:last-child {
    border-right: none;
  }
.react-flow__resize-control {
  position: absolute;
}
.react-flow__resize-control.left,
.react-flow__resize-control.right {
  cursor: ew-resize;
}
.react-flow__resize-control.top,
.react-flow__resize-control.bottom {
  cursor: ns-resize;
}
.react-flow__resize-control.top.left,
.react-flow__resize-control.bottom.right {
  cursor: nwse-resize;
}
.react-flow__resize-control.bottom.left,
.react-flow__resize-control.top.right {
  cursor: nesw-resize;
}
/* handle styles */
.react-flow__resize-control.handle {
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: var(--xy-resize-background-color, var(--xy-resize-background-color-default));
  translate: -50% -50%;
}
.react-flow__resize-control.handle.left {
  left: 0;
  top: 50%;
}
.react-flow__resize-control.handle.right {
  left: 100%;
  top: 50%;
}
.react-flow__resize-control.handle.top {
  left: 50%;
  top: 0;
}
.react-flow__resize-control.handle.bottom {
  left: 50%;
  top: 100%;
}
.react-flow__resize-control.handle.top.left {
  left: 0;
}
.react-flow__resize-control.handle.bottom.left {
  left: 0;
}
.react-flow__resize-control.handle.top.right {
  left: 100%;
}
.react-flow__resize-control.handle.bottom.right {
  left: 100%;
}
/* line styles */
.react-flow__resize-control.line {
  border-color: var(--xy-resize-background-color, var(--xy-resize-background-color-default));
  border-width: 0;
  border-style: solid;
}
.react-flow__resize-control.line.left,
.react-flow__resize-control.line.right {
  width: 1px;
  transform: translate(-50%, 0);
  top: 0;
  height: 100%;
}
.react-flow__resize-control.line.left {
  left: 0;
  border-left-width: 1px;
}
.react-flow__resize-control.line.right {
  left: 100%;
  border-right-width: 1px;
}
.react-flow__resize-control.line.top,
.react-flow__resize-control.line.bottom {
  height: 1px;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.react-flow__resize-control.line.top {
  top: 0;
  border-top-width: 1px;
}
.react-flow__resize-control.line.bottom {
  border-bottom-width: 1px;
  top: 100%;
}
.react-flow__edge-textbg {
  fill: var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default));
}
.react-flow__edge-text {
  fill: var(--xy-edge-label-color, var(--xy-edge-label-color-default));
}
._container_1y5kb_1 {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 62px);
  margin: -10px -16px;
  background: #f1f5f9;
}

._toolbar_1y5kb_9 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  height: 52px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

._backBtn_1y5kb_20 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  cursor: pointer;
  color: #64748b;
  transition: all 0.15s;
}

._backBtn_1y5kb_20:hover {
  background: #f1f5f9;
  color: #334155;
  border-color: #cbd5e1;
}

._nameInput_1y5kb_40 {
  flex: 1;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  background: transparent;
  outline: none;
  transition: all 0.15s;
}

._nameInput_1y5kb_40:hover,
._nameInput_1y5kb_40:focus {
  border-color: #e2e8f0;
  background: #f8fafc;
}

._toolbarActions_1y5kb_59 {
  display: flex;
  gap: 8px;
}

._autoSaveHint_1y5kb_64 {
  font-size: 12px;
  color: #94a3b8;
  white-space: nowrap;
}

._saveBtn_1y5kb_70 {
  padding: 7px 22px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  box-shadow: 0 1px 3px rgba(99,102,241,0.3);
}

._saveBtn_1y5kb_70:hover {
  box-shadow: 0 2px 8px rgba(99,102,241,0.4);
  transform: translateY(-1px);
}

._saveBtn_1y5kb_70:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

._activateBtn_1y5kb_94 {
  padding: 7px 18px;
  border-radius: 8px;
  border: 1px solid #a7f3d0;
  background: #ecfdf5;
  color: #059669;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}

._activateBtn_1y5kb_94:hover {
  background: #d1fae5;
  border-color: #6ee7b7;
}

._deactivateBtn_1y5kb_111 {
  padding: 7px 18px;
  border-radius: 8px;
  border: 1px solid #fde68a;
  background: #fefce8;
  color: #ca8a04;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}

._deactivateBtn_1y5kb_111:hover {
  background: #fef9c3;
  border-color: #fbbf24;
}

._testBtn_1y5kb_128 {
  padding: 7px 18px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #475569;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}

._testBtn_1y5kb_128:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

._editorArea_1y5kb_145 {
  flex: 1;
  display: flex;
  overflow: hidden;
}

/* ---- Palette ---- */

._palette_1y5kb_153 {
  width: 250px;
  background: #fff;
  border-right: 1px solid #e2e8f0;
  overflow-y: auto;
  padding: 14px 0 20px;
}

._paletteTitle_1y5kb_161 {
  padding: 2px 18px 14px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}

._paletteSearch_1y5kb_169 {
  position: relative;
  padding: 0 14px 12px;
}

._paletteSearchInput_1y5kb_174 {
  width: 100%;
  padding: 8px 32px 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 13px;
  background: #f8fafc;
  outline: none;
  transition: all 0.15s;
  box-sizing: border-box;
}

._paletteSearchInput_1y5kb_174:focus {
  border-color: #6366f1;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(99,102,241,0.08);
}

._paletteSearchClear_1y5kb_192 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 16px;
  color: #94a3b8;
  cursor: pointer;
  padding: 0 2px;
  line-height: 1;
}

._paletteSearchClear_1y5kb_192:hover {
  color: #475569;
}

._paletteEmpty_1y5kb_210 {
  padding: 24px 18px;
  text-align: center;
  font-size: 13px;
  color: #94a3b8;
}

._paletteGroup_1y5kb_217 {
  margin-bottom: 4px;
}

._paletteGroupTitle_1y5kb_221 {
  padding: 10px 18px 6px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

._paletteItem_1y5kb_230 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 14px;
  margin: 1px 8px;
  border-radius: 8px;
  cursor: grab;
  transition: all 0.12s;
  user-select: none;
  border: 1px solid transparent;
}

._paletteItem_1y5kb_230:hover {
  background: #f1f5f9;
  border-color: #e2e8f0;
}

._paletteItem_1y5kb_230:active {
  cursor: grabbing;
  background: #e2e8f0;
  transform: scale(0.98);
}

._paletteIcon_1y5kb_254 {
  font-size: 15px;
  margin-top: 1px;
  width: 22px;
  text-align: center;
  flex-shrink: 0;
}

._paletteItemLabel_1y5kb_262 {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  line-height: 1.3;
}

._paletteItemDesc_1y5kb_269 {
  font-size: 11px;
  color: #94a3b8;
  line-height: 1.4;
  margin-top: 2px;
}

/* ---- Canvas ---- */

._canvas_1y5kb_278 {
  flex: 1;
  position: relative;
}

/* ---- Config Panel ---- */

._configPanel_1y5kb_285 {
  width: 300px;
  background: #fff;
  border-left: 1px solid #e2e8f0;
  overflow-y: auto;
}

/* ---- Node History Panel ---- */

._historyOverlay_1y5kb_294 {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  backdrop-filter: blur(2px);
}

._historyPanel_1y5kb_304 {
  width: 480px;
  max-width: 100vw;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.12);
}

._historyHeader_1y5kb_314 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
}

._historyTitle_1y5kb_323 {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

._historyClose_1y5kb_330 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #64748b;
  transition: all 0.15s;
}

._historyClose_1y5kb_330:hover {
  background: #f1f5f9;
  color: #334155;
}

._historyLoading_1y5kb_349,
._historyEmpty_1y5kb_350 {
  padding: 40px 20px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
}

._historyList_1y5kb_357 {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
}

._historyRow_1y5kb_363 {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.12s;
}

._historyRow_1y5kb_363:hover {
  background: #f8fafc;
}

._historyRowMain_1y5kb_374 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

._historyDot_1y5kb_381 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

._historyRowInfo_1y5kb_388 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

._historyRowDate_1y5kb_395 {
  font-size: 13px;
  color: #334155;
  font-weight: 500;
}

._historyRowDuration_1y5kb_401 {
  font-size: 11px;
  color: #94a3b8;
}

._historyBadge_1y5kb_406 {
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  flex-shrink: 0;
}

._historyRowSummary_1y5kb_415 {
  font-size: 12px;
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}

._historyRowDetails_1y5kb_424 {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #e2e8f0;
}

._historyDetailBlock_1y5kb_430 {
  margin-bottom: 8px;
}

._historyDetailLabel_1y5kb_434 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  margin-bottom: 4px;
}

._historyDetailPre_1y5kb_443 {
  font-size: 11px;
  line-height: 1.5;
  background: #f8fafc;
  border-radius: 8px;
  padding: 8px 10px;
  margin: 0;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-all;
  max-height: 200px;
  overflow-y: auto;
  color: #334155;
  border: 1px solid #e2e8f0;
}
._container_1jgh0_1 {
  max-width: 1600px;
  margin: 0;
  padding: 2rem;
}

/* ── Header ─────────────────────────────────────────────────── */

._header_1jgh0_9 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 1.5rem;
  flex-wrap: wrap;
}

._titleBlock_1jgh0_18 h1 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 0.15rem 0;
}

._titleBlock_1jgh0_18 p {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0;
}

._actions_1jgh0_31 {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

._searchBox_1jgh0_37 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  min-width: 300px;
}

._searchBox_1jgh0_37 svg { color: #9ca3af; flex-shrink: 0; }

._searchInput_1jgh0_50 {
  border: none;
  outline: none;
  font-size: 0.85rem;
  width: 100%;
  color: #1a1a1a;
}

._searchInput_1jgh0_50::placeholder { color: #9ca3af; }

._addBtn_1jgh0_60 {
  background: #6366f1;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
}

._addBtn_1jgh0_60:hover { background: #4f46e5; }

/* ── Toolbar: filters toggle + active badges ──────────────── */

._toolbar_1jgh0_77 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

._filterToggle_1jgh0_85 {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: white;
  font-size: 0.8rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.15s;
}

._filterToggle_1jgh0_85:hover { border-color: #6366f1; color: #6366f1; }

._filterToggleActive_1jgh0_101 {
  border-color: #6366f1;
  background: #eef2ff;
  color: #6366f1;
}

._activeFilterBadge_1jgh0_107 {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.6rem;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #4338ca;
}

._activeFilterRemove_1jgh0_119 {
  cursor: pointer;
  font-size: 0.85rem;
  color: #6366f1;
  line-height: 1;
}

._activeFilterRemove_1jgh0_119:hover { color: #ef4444; }

._clearAllBtn_1jgh0_128 {
  background: none;
  border: none;
  color: #ef4444;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}

._clearAllBtn_1jgh0_128:hover { text-decoration: underline; }

/* ── Filter panel ────────────────────────────────────────────── */

._filterPanel_1jgh0_141 {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}

._filterPanelTitle_1jgh0_149 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 0.75rem 0;
}

._filterGrid_1jgh0_156 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
}

._filterGroup_1jgh0_162 {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

._filterLabel_1jgh0_168 {
  font-size: 0.7rem;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

._filterSelect_1jgh0_176,
._filterInput_1jgh0_177 {
  padding: 0.4rem 0.6rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.8rem;
  color: #374151;
  background: white;
}

._filterSelect_1jgh0_176:focus,
._filterInput_1jgh0_177:focus {
  outline: none;
  border-color: #6366f1;
}

._filterActions_1jgh0_192 {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 0.75rem;
}

._applyBtn_1jgh0_199 {
  padding: 0.4rem 1rem;
  border: none;
  border-radius: 6px;
  background: #6366f1;
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
}

._applyBtn_1jgh0_199:hover { background: #4f46e5; }

._resetBtn_1jgh0_212 {
  padding: 0.4rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: white;
  color: #6b7280;
  font-size: 0.8rem;
  cursor: pointer;
}

._resetBtn_1jgh0_212:hover { background: #f9fafb; }

/* ── Selection bar ───────────────────────────────────────────── */

._selectionBar_1jgh0_226 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 1rem;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}

._selectionCount_1jgh0_237 {
  font-size: 0.85rem;
  font-weight: 500;
  color: #4338ca;
}

._selectionActions_1jgh0_243 {
  display: flex;
  gap: 0.5rem;
}

._selectionBtn_1jgh0_248 {
  padding: 0.3rem 0.75rem;
  border: 1px solid #c7d2fe;
  border-radius: 5px;
  background: white;
  color: #4338ca;
  font-size: 0.8rem;
  cursor: pointer;
}

._selectionBtn_1jgh0_248:hover { background: #e0e7ff; }

._selectAllLink_1jgh0_260 {
  color: #6366f1;
  font-size: 0.8rem;
  cursor: pointer;
  text-decoration: underline;
  border: none;
  background: none;
}

/* ── Table ───────────────────────────────────────────────────── */

._tableWrapper_1jgh0_271 {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow-x: auto;
}

._table_1jgh0_271 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

._table_1jgh0_271 thead th {
  text-align: left;
  padding: 0.6rem 0.85rem;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 600;
  color: #6b7280;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

._table_1jgh0_271 tbody td {
  padding: 0.55rem 0.85rem;
  border-bottom: 1px solid #f3f4f6;
  color: #1f2937;
  vertical-align: middle;
}

._table_1jgh0_271 tbody tr {
  cursor: pointer;
  transition: background 0.1s;
}

._table_1jgh0_271 tbody tr:hover { background: #f9fafb; }
._table_1jgh0_271 tbody tr._rowSelected_1jgh0_310 { background: #eef2ff; }

._table_1jgh0_271 tbody tr:last-child td { border-bottom: none; }

._checkbox_1jgh0_314 {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #6366f1;
}

._thCheckbox_1jgh0_321 {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #6366f1;
}

._contactName_1jgh0_328 {
  font-weight: 500;
  color: #4338ca;
}

._contactName_1jgh0_328:hover { text-decoration: underline; }

._tag_1jgh0_335 {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  background: #ede9fe;
  color: #6d28d9;
  border-radius: 3px;
  font-size: 0.7rem;
  margin-right: 0.2rem;
}

._statusBadge_1jgh0_345 {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 500;
}

._statusActive_1jgh0_353 { background: #d1fae5; color: #065f46; }
._statusInactive_1jgh0_354 { background: #f3f4f6; color: #6b7280; }
._statusBanned_1jgh0_355 { background: #fee2e2; color: #991b1b; }
._statusTemporary_1jgh0_356 { background: #fef3c7; color: #92400e; }

._messengerIcon_1jgh0_358 {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.35rem;
  background: #f0f9ff;
  color: #0369a1;
  border-radius: 3px;
  font-size: 0.7rem;
  margin-right: 0.2rem;
}

._linked_1jgh0_369 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
}

._notLinked_1jgh0_377 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
}

/* ── Pagination ──────────────────────────────────────────────── */

._pagination_1jgh0_387 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 0 0 12px 12px;
  flex-wrap: wrap;
  gap: 0.5rem;
}

._pageInfo_1jgh0_399 {
  font-size: 0.8rem;
  color: #6b7280;
}

._pageNumbers_1jgh0_404 {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

._pageNumBtn_1jgh0_410 {
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: white;
  font-size: 0.8rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.12s;
}

._pageNumBtn_1jgh0_410:hover:not(:disabled) {
  background: #eef2ff;
  border-color: #6366f1;
  color: #6366f1;
}

._pageNumBtn_1jgh0_410:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

._pageNumActive_1jgh0_436 {
  background: #6366f1;
  color: white;
  border-color: #6366f1;
}

._pageNumActive_1jgh0_436:hover:not(:disabled) {
  background: #4f46e5;
  color: white;
}

._pageEllipsis_1jgh0_447 {
  padding: 0 0.3rem;
  font-size: 0.8rem;
  color: #9ca3af;
}

._pageSizeSelect_1jgh0_453 {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

._pageSizeLabel_1jgh0_459 {
  font-size: 0.8rem;
  color: #6b7280;
}

._pageSizeDropdown_1jgh0_464 {
  padding: 0.3rem 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.8rem;
  color: #374151;
  background: white;
  cursor: pointer;
}

/* ── States ──────────────────────────────────────────────────── */

._loading_1jgh0_476 {
  text-align: center;
  padding: 4rem 2rem;
  color: #6b7280;
}

._error_1jgh0_482 {
  text-align: center;
  padding: 1.5rem;
  color: #dc2626;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
  margin-bottom: 1rem;
}

._empty_1jgh0_492 {
  text-align: center;
  padding: 4rem 2rem;
  color: #9ca3af;
}

/* ── Modal ───────────────────────────────────────────────────── */

._modalOverlay_1jgh0_500 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

._modal_1jgh0_500 {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  width: 100%;
  max-width: 520px;
  max-height: 85vh;
  overflow-y: auto;
}

._modal_1jgh0_500 h2 {
  margin: 0 0 1.5rem 0;
  font-size: 1.25rem;
  color: #1a1a2e;
}

._formGroup_1jgh0_526 { margin-bottom: 1rem; }

._formGroup_1jgh0_526 label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.35rem;
}

._formGroup_1jgh0_526 input,
._formGroup_1jgh0_526 select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 0.9rem;
  box-sizing: border-box;
}

._formRow_1jgh0_546 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

._modalActions_1jgh0_552 {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

._cancelBtn_1jgh0_559 {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: white;
  color: #374151;
  cursor: pointer;
  font-size: 0.9rem;
}

._saveBtn_1jgh0_569 {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 6px;
  background: #6366f1;
  color: white;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
}

._saveBtn_1jgh0_569:hover { background: #4f46e5; }
._container_3382o_1 {
  padding: 24px 32px;
  max-width: 1600px;
}
._title_3382o_5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #1e293b;
}

/* Tabs */
._tabs_3382o_13 {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0;
}
._tabBtn_3382o_20 {
  padding: 8px 20px;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.15s;
}
._tabBtn_3382o_20:hover { color: #1e293b; }
._tabActive_3382o_33 {
  color: #3b82f6 !important;
  border-bottom-color: #3b82f6 !important;
  font-weight: 600;
}

/* Filters */
._filters_3382o_40 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
._presets_3382o_47 {
  display: flex;
  gap: 4px;
}
._presetBtn_3382o_51 {
  padding: 6px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
  color: #475569;
  transition: all 0.15s;
}
._presetBtn_3382o_51:hover { background: #f1f5f9; }
._presetActive_3382o_62 {
  background: #3b82f6 !important;
  color: #fff !important;
  border-color: #3b82f6 !important;
}
._dateRange_3382o_67 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._dateInput_3382o_72 {
  padding: 5px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
}

/* Table */
._tableWrap_3382o_80 {
  overflow-x: auto;
}
._table_3382o_80 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
._th_3382o_88 {
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  color: #475569;
  border-bottom: 2px solid #e2e8f0;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  font-size: 12px;
}
._th_3382o_88:hover { background: #f8fafc; }
._td_3382o_100 {
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}
._bodyRow_3382o_105 {
  cursor: pointer;
  transition: background 0.1s;
}
._bodyRow_3382o_105:hover { background: #f8fafc; }
._num_3382o_110 {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
._nameCell_3382o_115 {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
._dot_3382o_121 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
._pct_3382o_127 {
  color: #94a3b8;
  font-size: 11px;
}
._success_3382o_131 { color: #16a34a; font-weight: 600; }
._fail_3382o_132 { color: #ef4444; }
._idle_3382o_133 { color: #94a3b8; font-size: 11px; }
._textRed_3382o_134 { color: #ef4444; font-weight: 600; }

/* Row colors */
._rowRed_3382o_137 { background: #fef2f2; }
._rowYellow_3382o_138 { background: #fefce8; }
._rowGreen_3382o_139 { background: #f0fdf4; }

/* Flags */
._flag_3382o_142 {
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 11px;
  margin: 1px 2px;
  white-space: nowrap;
}

/* Dashboard table group headers */
._thGroup_3382o_154 {
  padding: 6px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}
._thSub_3382o_163 {
  padding: 6px 12px;
  text-align: right;
  font-weight: 500;
  font-size: 11px;
  color: #64748b;
  border-bottom: 2px solid #e2e8f0;
  white-space: nowrap;
}
._yesterdayCol_3382o_172 {
  background: #f8fafc;
}

/* Delta badges */
._delta_3382o_177 {
  font-size: 10px;
  font-weight: 600;
  margin-left: 4px;
  padding: 1px 4px;
  border-radius: 3px;
}
._deltaUp_3382o_184 {
  color: #16a34a;
  background: #f0fdf4;
}
._deltaDown_3382o_188 {
  color: #ef4444;
  background: #fef2f2;
}

._empty_3382o_193 {
  text-align: center;
  padding: 40px;
  color: #94a3b8;
}
._loading_3382o_198 {
  text-align: center;
  padding: 60px;
  color: #64748b;
  font-size: 15px;
}

/* Timeline */
._timeline_3382o_206 {
  margin: 16px 0 24px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}
._timelineHeader_3382o_213 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}
._timelineLabel_3382o_220 {
  color: #64748b;
  font-size: 13px;
}
._timeSource_3382o_224 {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #e0f2fe;
  color: #0369a1;
}
._timelineBar_3382o_231 {
  position: relative;
  height: 32px;
  background: #e2e8f0;
  border-radius: 6px;
  overflow: visible;
}
._sessionBlock_3382o_238 {
  position: absolute;
  top: 2px;
  height: 28px;
  background: #22c55e;
  border-radius: 4px;
  min-width: 3px;
  opacity: 0.85;
  transition: opacity 0.15s;
}
._sessionBlock_3382o_238:hover { opacity: 1; }
._timeMarkers_3382o_249 {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  height: 16px;
}
._timeMarker_3382o_249 {
  position: absolute;
  font-size: 10px;
  color: #94a3b8;
  transform: translateX(-50%);
}
._page_1utis_1 { max-width: 1360px; margin: 0; padding: 20px 24px 60px; }

/* ── Breadcrumb ── */
._crumb_1utis_4 { font-size: 12px; color: #8492a6; margin-bottom: 14px; }
._crumbLink_1utis_5 { color: #5b6abf; text-decoration: none; cursor: pointer; }
._crumbLink_1utis_5:hover { text-decoration: underline; }

/* ── Duplicate Banner ── */
._duplicateBanner_1utis_9 {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.75rem 1rem; margin-bottom: 14px;
  background: #fef3c7; border: 1px solid #fcd34d; border-radius: 10px;
  font-size: 13px; color: #92400e;
}
._duplicateBannerLink_1utis_15 { color: #b45309; font-weight: 600; cursor: pointer; text-decoration: underline; }
._duplicateBannerLink_1utis_15:hover { color: #92400e; }
._duplicateMergeBtn_1utis_17 {
  padding: 6px 14px; font-size: 12px; font-weight: 600;
  background: #f59e0b; color: white; border: none; border-radius: 8px;
  cursor: pointer; flex-shrink: 0; font-family: inherit;
}
._duplicateMergeBtn_1utis_17:hover { background: #d97706; }

/* ── Hero Header ── */
._hero_1utis_25 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px; padding: 28px 32px; color: #fff;
  display: flex; align-items: center; gap: 24px; margin-bottom: 20px;
  position: relative; overflow: hidden;
}
._hero_1utis_25::before {
  content: ''; position: absolute; top: -40%; right: -10%;
  width: 400px; height: 400px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
._heroAvatar_1utis_36 {
  width: 80px; height: 80px; border-radius: 50%;
  background: rgba(255,255,255,0.2); backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 800; flex-shrink: 0;
  border: 3px solid rgba(255,255,255,0.3);
}
._heroBody_1utis_43 { flex: 1; position: relative; z-index: 1; }
._heroName_1utis_44 { font-size: 24px; font-weight: 800; margin-bottom: 4px; }
._heroBadges_1utis_45 { display: flex; gap: 6px; margin-bottom: 8px; }
._hb_1utis_46 {
  font-size: 10px; font-weight: 700; padding: 3px 10px;
  border-radius: 100px; text-transform: uppercase; letter-spacing: .5px;
}
._hbActive_1utis_50 { background: rgba(52,211,153,.25); color: #a7f3d0; }
._hbInactive_1utis_51 { background: rgba(255,255,255,.15); color: rgba(255,255,255,.7); }
._hbSource_1utis_52 { background: rgba(255,255,255,.15); color: #e0e7ff; }
._heroMeta_1utis_53 { display: flex; gap: 20px; font-size: 12px; opacity: .85; flex-wrap: wrap; }
._heroMeta_1utis_53 span { display: flex; align-items: center; gap: 4px; }
._heroRight_1utis_55 { display: flex; gap: 8px; position: relative; z-index: 1; }
._heroBtn_1utis_56 {
  padding: 9px 16px; border-radius: 10px; font-size: 12px; font-weight: 600;
  border: 1.5px solid rgba(255,255,255,.3); background: rgba(255,255,255,.1);
  color: #fff; cursor: pointer; backdrop-filter: blur(4px); font-family: inherit;
  display: flex; align-items: center; gap: 5px;
}
._heroBtn_1utis_56:hover { background: rgba(255,255,255,.2); }

/* ── Quick Stats ── */
._qstats_1utis_65 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-bottom: 20px; }
._qs_1utis_65 {
  background: #fff; border-radius: 12px; padding: 16px; text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,.04); transition: transform .15s;
}
._qs_1utis_65:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.08); }
._qsN_1utis_71 { font-size: 26px; font-weight: 800; line-height: 1; }
._qsN_1utis_71._purple_1utis_72 { color: #6366F1; }
._qsN_1utis_71._green_1utis_73 { color: #16A34A; }
._qsN_1utis_71._blue_1utis_74 { color: #2563EB; }
._qsN_1utis_71._orange_1utis_75 { color: #F59E0B; }
._qsN_1utis_71._red_1utis_76 { color: #DC2626; }
._qsL_1utis_77 { font-size: 11px; color: #8492a6; margin-top: 3px; font-weight: 500; }

/* ── Cards ── */
._card_1utis_80 {
  background: #fff; border-radius: 12px; padding: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
._cardHead_1utis_84 {
  font-size: 11px; font-weight: 700; color: #8492a6;
  text-transform: uppercase; letter-spacing: .7px; margin-bottom: 14px;
  display: flex; align-items: center; justify-content: space-between;
}
._cardHeadIcon_1utis_89 {
  display: flex; align-items: center; gap: 6px;
}
._cardLink_1utis_92 {
  font-size: 11px; color: #6366F1; text-transform: none;
  letter-spacing: 0; cursor: pointer; font-weight: 500;
  background: none; border: none; font-family: inherit;
}
._cardLink_1utis_92:hover { text-decoration: underline; }

/* ── Top 3-column grid ── */
._topGrid_1utis_100 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-bottom: 20px; }

/* ── Contact Row ── */
._cr_1utis_4 { display: flex; align-items: center; gap: 10px; padding: 7px 0; }
._cr_1utis_4 + ._cr_1utis_4 { border-top: 1px solid #f0f2f5; }
._crIco_1utis_105 {
  width: 32px; height: 32px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
._crIcoEmail_1utis_109 { background: #FEF3C7; color: #D97706; }
._crIcoPhone_1utis_110 { background: #DCFCE7; color: #16A34A; }
._crIcoTelegram_1utis_111 { background: #DBEAFE; color: #2563EB; }
._crIcoOther_1utis_112 { background: #F3E8FF; color: #7C3AED; }
._crBody_1utis_113 { flex: 1; min-width: 0; }
._crLabel_1utis_114 { font-size: 10px; color: #8492a6; font-weight: 600; text-transform: uppercase; letter-spacing: .3px; }
._crVal_1utis_115 { font-size: 13px; color: #1a1a2e; font-weight: 600; word-break: break-all; }
._crTag_1utis_116 {
  font-size: 9px; background: #EDE9FE; color: #7C3AED;
  padding: 1px 7px; border-radius: 100px; font-weight: 700; margin-left: 4px;
  vertical-align: middle; display: inline-block;
}
._crCopy_1utis_121 {
  width: 26px; height: 26px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: #c4c4c4; flex-shrink: 0; background: none; border: none;
}
._crCopy_1utis_121:hover { background: #f0f2f5; color: #6B7280; }
._crRemove_1utis_127 {
  background: none; border: none; color: #d1d5db; cursor: pointer; font-size: 14px; padding: 0 4px;
}
._crRemove_1utis_127:hover { color: #ef4444; }

/* ── Info Pair ── */
._ip_1utis_133 { padding: 6px 0; }
._ipLabel_1utis_134 { font-size: 10px; color: #8492a6; font-weight: 600; text-transform: uppercase; letter-spacing: .3px; margin-bottom: 1px; }
._ipVal_1utis_135 { font-size: 13px; color: #1a1a2e; font-weight: 500; }
._ipEmpty_1utis_136 { color: #d1d5db; font-style: italic; font-weight: 400; font-size: 12px; }
._ipGrid_1utis_137 { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 16px; }

/* ── Editable field (inline) ── */
._editInline_1utis_140 {
  display: flex; align-items: center; gap: 6px; padding: 2px 0;
}
._editInlineInput_1utis_143 {
  font-size: 13px; color: #1a1a2e; font-weight: 500;
  border: 1px solid #6366f1; border-radius: 4px; padding: 2px 6px;
  outline: none; background: white; width: 100%; font-family: inherit;
}
._editInlineActions_1utis_148 { display: flex; gap: 2px; flex-shrink: 0; }
._editSaveBtn_1utis_149, ._editCancelBtn_1utis_149 {
  width: 22px; height: 22px; display: flex; align-items: center; justify-content: center;
  border: none; border-radius: 4px; cursor: pointer; font-size: 12px; padding: 0;
}
._editSaveBtn_1utis_149 { background: #6366f1; color: white; }
._editSaveBtn_1utis_149:hover { background: #4f46e5; }
._editCancelBtn_1utis_149 { background: #f3f4f6; color: #6b7280; }
._editCancelBtn_1utis_149:hover { background: #e5e7eb; }
._addInlineBtn_1utis_157 {
  font-size: 11px; color: #6366F1; cursor: pointer; border: none;
  background: none; font-family: inherit; padding: 4px 0;
}
._addInlineBtn_1utis_157:hover { text-decoration: underline; }

/* ── Table ── */
._tbl_1utis_164 { width: 100%; border-collapse: collapse; font-size: 12px; }
._tbl_1utis_164 thead th {
  text-align: left; font-size: 10px; font-weight: 700; color: #8492a6;
  text-transform: uppercase; letter-spacing: .4px; padding: 6px 10px 8px;
  border-bottom: 2px solid #f0f2f5;
}
._tbl_1utis_164 tbody td { padding: 10px; border-bottom: 1px solid #f8f9fa; color: #374151; }
._tbl_1utis_164 tbody tr:hover { background: #fafaff; }
._tblLink_1utis_172 { color: #6366F1; font-weight: 600; cursor: pointer; }
._tblLink_1utis_172:hover { text-decoration: underline; }
._badgeSm_1utis_174 {
  font-size: 10px; padding: 2px 8px; border-radius: 100px; font-weight: 700; display: inline-block;
}
._badgeGreen_1utis_177 { background: #DCFCE7; color: #166534; }
._badgeBlue_1utis_178 { background: #DBEAFE; color: #1E40AF; }
._badgeOrange_1utis_179 { background: #FEF3C7; color: #92400E; }
._badgeGray_1utis_180 { background: #F3F4F6; color: #4B5563; }
._badgeRed_1utis_181 { background: #FEE2E2; color: #991B1B; }
._badgePurple_1utis_182 { background: #EDE9FE; color: #6D28D9; }
._emptyMsg_1utis_183 { text-align: center; padding: 24px; color: #d1d5db; font-size: 12px; font-style: italic; }

/* ── 2-col Tables Grid ── */
._tablesGrid_1utis_186 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }

/* ── Notes ── */
._notesArea_1utis_189 {
  width: 100%; min-height: 72px; border: 1.5px solid #e5e7eb;
  border-radius: 8px; padding: 10px 14px; font-family: inherit;
  font-size: 12px; color: #374151; resize: vertical; outline: none;
}
._notesArea_1utis_189:focus { border-color: #6366F1; box-shadow: 0 0 0 3px rgba(99,102,241,.1); }
._notesArea_1utis_189::placeholder { color: #d1d5db; }
._notesReadonly_1utis_196 {
  font-size: 12px; color: #374151; white-space: pre-wrap; cursor: pointer;
  padding: 8px 12px; border-radius: 8px; border: 1.5px solid #e5e7eb; min-height: 50px;
}
._notesReadonly_1utis_196:hover { border-color: #c7d2fe; background: #fafaff; }

/* ── System info row ── */
._idr_1utis_203 { display: flex; align-items: center; justify-content: space-between; padding: 5px 0; }
._idr_1utis_203 + ._idr_1utis_203 { border-top: 1px solid #f0f2f5; }
._idrKey_1utis_205 { font-size: 11px; color: #8492a6; font-weight: 500; }
._idrVal_1utis_206 {
  font-size: 11px; color: #374151; font-family: 'SF Mono', 'Fira Code', monospace;
  background: #f0f2f5; padding: 2px 8px; border-radius: 5px;
}
._idrValGreen_1utis_210 { font-size: 12px; color: #16A34A; font-weight: 600; }
._idrValRed_1utis_211 { font-size: 12px; color: #DC2626; font-weight: 600; }

/* ── UTM ── */
._utmPair_1utis_214 { display: flex; justify-content: space-between; padding: 4px 0; font-size: 12px; }
._utmKey_1utis_215 { color: #8492a6; font-weight: 500; }
._utmVal_1utis_216 { color: #374151; font-weight: 500; }
._utmSub_1utis_217 { font-size: 10px; font-weight: 700; color: #6B7280; text-transform: uppercase; letter-spacing: .5px; margin: 8px 0 4px; }

/* ── Timeline ── */
._section_1utis_220 { margin-bottom: 20px; }
._sectionTitle_1utis_221 {
  font-size: 14px; font-weight: 700; color: #1a1a2e; margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
._sectionMore_1utis_225 {
  margin-left: auto; font-size: 11px; font-weight: 500;
  color: #6366F1; cursor: pointer; background: none; border: none; font-family: inherit;
}
._tl_1utis_229 { position: relative; padding-left: 20px; }
._tl_1utis_229::before {
  content: ''; position: absolute; left: 3px; top: 8px; bottom: 8px;
  width: 2px; background: #EDEDF0; border-radius: 2px;
}
._tlItem_1utis_234 { position: relative; padding: 8px 0; }
._tlDot_1utis_235 {
  position: absolute; left: -20px; top: 12px; width: 8px; height: 8px;
  border-radius: 50%; border: 2px solid #fff;
}
._tlDotGreen_1utis_239 { background: #16A34A; }
._tlDotBlue_1utis_240 { background: #2563EB; }
._tlDotPurple_1utis_241 { background: #6366F1; }
._tlDotOrange_1utis_242 { background: #F59E0B; }
._tlDotRed_1utis_243 { background: #DC2626; }
._tlText_1utis_244 { font-size: 12px; color: #374151; line-height: 1.5; }
._tlText_1utis_244 strong { font-weight: 600; color: #1a1a2e; }
._tlTime_1utis_246 { font-size: 11px; color: #8492a6; margin-top: 1px; }

/* ── Divider ── */
._divider_1utis_249 { border: none; border-top: 1px solid #f0f2f5; margin: 10px 0; }

/* ── States ── */
._loading_1utis_252 { text-align: center; padding: 4rem 2rem; color: #6b7280; }
._error_1utis_253 {
  text-align: center; padding: 2rem; color: #dc2626;
  background: #fef2f2; border: 1px solid #fecaca; border-radius: 12px;
}

@media (max-width: 1100px) {
  ._topGrid_1utis_100 { grid-template-columns: 1fr 1fr; }
  ._qstats_1utis_65 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  ._topGrid_1utis_100 { grid-template-columns: 1fr; }
  ._tablesGrid_1utis_186 { grid-template-columns: 1fr; }
  ._qstats_1utis_65 { grid-template-columns: repeat(2, 1fr); }
  ._hero_1utis_25 { flex-direction: column; text-align: center; padding: 20px; }
  ._heroRight_1utis_55 { justify-content: center; }
}
._layout_adpm9_1 {
  display: flex;
  height: 100vh;
  background: #f5f6fa;
}

._sidebar_adpm9_7 {
  width: 200px;
  min-width: 200px;
  background: #1e1b4b;
  display: flex;
  flex-direction: column;
  padding: 16px 0;
}

._logo_adpm9_16 {
  padding: 0 16px 16px;
  font-size: 16px;
  font-weight: 800;
  color: #c4b5fd;
  letter-spacing: 0.5px;
}

._nav_adpm9_24 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 8px;
}

._navSection_adpm9_31 {
  padding: 12px 12px 4px;
  font-size: 10px;
  font-weight: 700;
  color: #6366f1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

._navItem_adpm9_40 {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #a5b4fc;
  text-decoration: none;
  transition: all 0.15s;
}

._navSub_adpm9_51 {
  padding-left: 16px;
  font-size: 13px;
}

._navItem_adpm9_40:hover {
  background: rgba(165, 180, 252, 0.1);
  color: #e0e7ff;
}

._active_adpm9_61 {
  background: rgba(99, 102, 241, 0.25) !important;
  color: #fff !important;
  font-weight: 600;
}

._panelLinksSection_adpm9_67 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

._panelLinkItem_adpm9_76 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #a5b4fc;
  text-decoration: none;
  transition: all 0.15s;
}

._panelLinkItem_adpm9_76:hover {
  background: rgba(165, 180, 252, 0.1);
  color: #e0e7ff;
}

._bottom_adpm9_94 {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._topBar_adpm9_102 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
}

._shiftBtnTop_adpm9_112 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  border-radius: 10px;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.3px;
}

._shiftOnTop_adpm9_126 {
  background: #dcfce7;
  color: #15803d;
  border-color: #86efac;
}

._shiftOnTop_adpm9_126:hover {
  background: #bbf7d0;
  border-color: #4ade80;
}

._shiftOffTop_adpm9_137 {
  background: #fef2f2;
  color: #dc2626;
  border-color: #fca5a5;
}

._shiftOffTop_adpm9_137:hover {
  background: #fee2e2;
  border-color: #f87171;
}

._shiftDotTop_adpm9_148 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

._shiftOnTop_adpm9_126 ._shiftDotTop_adpm9_148 {
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
  animation: _pulse_adpm9_1 2s infinite;
}

._shiftOffTop_adpm9_137 ._shiftDotTop_adpm9_148 {
  background: #ef4444;
}

@keyframes _pulse_adpm9_1 {
  0%, 100% { box-shadow: 0 0 4px rgba(34, 197, 94, 0.4); }
  50% { box-shadow: 0 0 12px rgba(34, 197, 94, 0.8); }
}

._shiftStats_adpm9_170 {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  background: #f1f5f9;
  padding: 6px 12px;
  border-radius: 8px;
}

._userInfo_adpm9_179 {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

._userName_adpm9_186 {
  font-size: 12px;
  color: #a5b4fc;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._roleBadge_adpm9_196 {
  font-size: 10px;
  font-weight: 700;
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.15);
  padding: 2px 6px;
  border-radius: 4px;
}

._logoutBtn_adpm9_205 {
  font-size: 11px;
  color: #94a3b8;
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px 4px;
}

._logoutBtn_adpm9_205:hover {
  color: #f87171;
}

._main_adpm9_218 {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._overlay_a06sk_1 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 60px;
  z-index: 1000;
  overflow-y: auto;
}

._modal_a06sk_13 {
  background: #fff;
  border-radius: 14px;
  width: 520px;
  max-width: 95vw;
  max-height: 85vh;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* ── Header ── */

._header_a06sk_27 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px 20px 10px;
  border-bottom: 1px solid #f1f5f9;
}

._headerLeft_a06sk_35 {
  flex: 1;
  min-width: 0;
}

._headerTitle_a06sk_40 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._headerMeta_a06sk_50 {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
  font-size: 11px;
  color: #94a3b8;
}

._metaDot_a06sk_59 {
  color: #cbd5e1;
}

._pipelineBadge_a06sk_63 {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3px;
}

._closeBtn_a06sk_73 {
  background: none;
  border: none;
  font-size: 24px;
  color: #94a3b8;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
  flex-shrink: 0;
}

._closeBtn_a06sk_73:hover {
  color: #ef4444;
}

/* ── Stepper (above tabs) ── */

._stepperHeader_a06sk_90 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 5px 14px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
}

._stepperInline_a06sk_100 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 6px;
  padding: 10px;
  background: #f8fafc;
  border-radius: 8px;
}

._stepperRow_a06sk_110 {
  display: flex;
  align-items: center;
  gap: 2px;
}

._stepperItem_a06sk_116 {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 3px 6px;
  border-radius: 5px;
  border: 1.5px solid transparent;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  background: #fff;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
}

._stepperItem_a06sk_116:hover:not(:disabled) {
  background: #e0e7ff;
  color: #4338ca;
  border-color: #c7d2fe;
}

._stepperItem_a06sk_116:disabled {
  cursor: default;
}

._stepperCurrent_a06sk_144 {
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

._stepperPast_a06sk_149 {
  color: #94a3b8;
  background: #f1f5f9;
}

._stepperArrow_a06sk_154 {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 400;
  margin-left: 2px;
}

._stepperName_a06sk_161 {
  pointer-events: none;
}

/* ── AXL Button ── */

._axlButtonInline_a06sk_167 {
  margin-top: 14px;
}

._axlButton_a06sk_167 {
  display: inline-block;
  padding: 8px 20px;
  background: #1677ff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  text-align: center;
}

._axlButton_a06sk_167:hover {
  background: #0958d9;
}

/* ── Tabs ── */

._tabs_a06sk_191 {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
}

._tab_a06sk_191 {
  flex: 1;
  padding: 10px 16px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
}

._tab_a06sk_191:hover {
  color: #334155;
  background: #f8fafc;
}

._tabActive_a06sk_216 {
  color: #6366f1;
  border-bottom-color: #6366f1;
}

/* ── Scrollable work tab ── */

._workScroll_a06sk_223 {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

._workScroll_a06sk_223::-webkit-scrollbar {
  width: 6px;
}

._workScroll_a06sk_223::-webkit-scrollbar-track {
  background: transparent;
}

._workScroll_a06sk_223::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

._workScroll_a06sk_223::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* ── Body ── */

._body_a06sk_250 {
  padding: 12px 20px;
}

/* ── Info Shield ── */

._infoShield_a06sk_256 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

._shieldName_a06sk_266 {
  margin-bottom: 2px;
}

._shieldNameText_a06sk_270 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  cursor: pointer;
  border-bottom: 1px dashed #cbd5e1;
  padding-bottom: 1px;
}

._shieldNameText_a06sk_270:hover {
  border-bottom-color: #6366f1;
}

._shieldRow_a06sk_283 {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 22px;
}

._shieldIcon_a06sk_290 {
  font-size: 14px;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}

._shieldValue_a06sk_297 {
  font-size: 13px;
  color: #334155;
}

._shieldCity_a06sk_302 {
  color: #64748b;
}

._shieldBadgeNight_a06sk_306 {
  font-size: 10px;
  font-weight: 700;
  color: #dc2626;
  background: #fef2f2;
  border: 1px solid #fecaca;
  padding: 1px 8px;
  border-radius: 10px;
  white-space: nowrap;
  margin-left: auto;
}

._shieldBadgeOk_a06sk_318 {
  font-size: 10px;
  font-weight: 700;
  color: #15803d;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 1px 8px;
  border-radius: 10px;
  white-space: nowrap;
  margin-left: auto;
}

._axlButtonCompact_a06sk_330 {
  padding: 2px 10px;
  background: none;
  color: #1677ff;
  border: 1px solid #93c5fd;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  margin-left: auto;
  white-space: nowrap;
}

._axlButtonCompact_a06sk_330:hover {
  background: #1677ff;
  color: #fff;
  border-color: #1677ff;
}

/* kept for other uses */
._infoLabel_a06sk_351 {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

._infoValue_a06sk_359 {
  font-size: 14px;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 4px;
}

._editable_a06sk_367 {
  cursor: pointer;
  border-bottom: 1px dashed #cbd5e1;
  transition: border-color 0.15s;
  padding-bottom: 1px;
}

._editable_a06sk_367:hover {
  border-bottom-color: #6366f1;
}

._inlineInput_a06sk_378 {
  font-size: 14px;
  color: #1e293b;
  padding: 2px 6px;
  border: 1px solid #6366f1;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
  width: 100%;
  box-sizing: border-box;
}

._infoEmpty_a06sk_390 {
  font-size: 14px;
  color: #cbd5e1;
}

/* ── Phone row ── */

._phoneRow_a06sk_397 {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}

._copyBtn_a06sk_404 {
  background: none;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 14px;
  color: #64748b;
  cursor: pointer;
  line-height: 1;
  transition: all 0.15s;
  flex-shrink: 0;
}

._copyBtn_a06sk_404:hover {
  background: #f1f5f9;
  border-color: #6366f1;
  color: #6366f1;
}

._callBtn_a06sk_423 {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #22c55e;
  border-radius: 6px;
  background: #f0fdf4;
  color: #16a34a;
  cursor: pointer;
  margin-left: auto;
  white-space: nowrap;
  transition: all 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
}

._callBtn_a06sk_423:hover:not(:disabled) {
  background: #22c55e;
  color: #fff;
}

._callBtn_a06sk_423:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

._callBtnActive_a06sk_449 {
  background: #22c55e;
  color: #fff;
  animation: _callPulse_a06sk_1 1.5s infinite;
}

@keyframes _callPulse_a06sk_1 {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

._deletePhoneBtn_a06sk_460 {
  background: none;
  border: none;
  color: #ef4444;
  cursor: pointer;
  font-size: 14px;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1;
  opacity: 0.6;
  transition: opacity 0.15s;
  flex-shrink: 0;
}
._deletePhoneBtn_a06sk_460:hover {
  opacity: 1;
  background: #fef2f2;
}

/* ── Contact section ── */

._contactSectionBottom_a06sk_480 {
  padding: 10px 20px;
  border-top: 1px solid #f1f5f9;
}

._contactSection_a06sk_480 {
  margin-top: 14px;
}

._contactBlock_a06sk_489 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._contactRow_a06sk_495 {
  display: flex;
  align-items: center;
  gap: 6px;
}

._contactInput_a06sk_501 {
  padding: 4px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 12px;
  color: #334155;
  background: #fff;
  outline: none;
  min-width: 0;
}

._contactInput_a06sk_501:focus {
  border-color: #6366f1;
}

._contactStatus_a06sk_516 {
  font-size: 11px;
  white-space: nowrap;
}

._overdueText_a06sk_521 {
  color: #dc2626 !important;
  font-weight: 600;
}

._scheduledText_a06sk_526 {
  color: #2563eb;
  font-weight: 500;
  font-size: 11px;
  white-space: nowrap;
}

._contactClear_a06sk_533 {
  background: none;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 12px;
  color: #94a3b8;
  cursor: pointer;
  line-height: 1;
  transition: all 0.15s;
  flex-shrink: 0;
}

._contactClear_a06sk_533:hover {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #ef4444;
}

._presets_a06sk_552 {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

._presetChip_a06sk_558 {
  padding: 3px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

._presetChip_a06sk_558:hover {
  background: #eef2ff;
  border-color: #c7d2fe;
  color: #4338ca;
}

/* ── Manager dot ── */

._managerDot_a06sk_579 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

/* ── ROP actions ── */

._ropActions_a06sk_588 {
  margin-top: 12px;
}

._ropActionsBottom_a06sk_592 {
  padding: 10px 20px 14px;
  border-top: 1px solid #f1f5f9;
}

/* ── Call counter ── */

._callCountSection_a06sk_599 {
  padding: 10px 20px;
  border-top: 1px solid #f1f5f9;
}

._callChips_a06sk_604 {
  display: flex;
  gap: 6px;
  margin-top: 4px;
  flex-wrap: wrap;
}

._callChip_a06sk_604 {
  padding: 4px 12px;
  height: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

._callChip_a06sk_604:hover {
  background: #eef2ff;
  border-color: #c7d2fe;
  color: #4338ca;
}

._callChipActive_a06sk_631 {
  background: #6366f1;
  border-color: #6366f1;
  color: #fff;
}

._callChipActive_a06sk_631:hover {
  background: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
}

._assignSelect_a06sk_643 {
  padding: 6px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  color: #334155;
  background: #fff;
  width: 100%;
}

/* ── Collapsible sections ── */

._collapsibleSection_a06sk_655 {
  border-top: 1px solid #f1f5f9;
}

._collapseToggle_a06sk_659 {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 8px 20px;
  background: none;
  border: none;
  cursor: pointer;
  transition: background 0.12s;
}

._collapseToggle_a06sk_659:hover {
  background: #f8fafc;
}

._collapseArrow_a06sk_675 {
  font-size: 14px;
  font-weight: 700;
  color: #94a3b8;
  transition: transform 0.2s;
  display: inline-block;
  line-height: 1;
}

._collapseArrowOpen_a06sk_684 {
  transform: rotate(90deg);
}

._collapseLabel_a06sk_688 {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* ── Orders table ── */

._ordersTableWrap_a06sk_698 {
  max-height: 196px;
  overflow-y: auto;
  padding: 0 20px 8px;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

._ordersTableWrap_a06sk_698::-webkit-scrollbar {
  width: 5px;
}

._ordersTableWrap_a06sk_698::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

._ordersTable_a06sk_698 {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

._ordersTable_a06sk_698 thead th {
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 4px 6px;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  background: #fff;
}

._ordersTable_a06sk_698 tbody tr {
  transition: background 0.1s;
}

._ordersTable_a06sk_698 tbody tr:hover {
  background: #f8fafc;
}

._ordersTable_a06sk_698 tbody td {
  padding: 5px 6px;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}

._orderDate_a06sk_750 {
  white-space: nowrap;
  color: #64748b;
  font-size: 11px;
}

._orderProduct_a06sk_756 {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

._orderAmount_a06sk_764 {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

._orderRowMoney_a06sk_769 {
  background: #fefce8;
}

._orderRowMoney_a06sk_769 td {
  font-weight: 600;
  color: #854d0e;
}

._orderRowPaid_a06sk_778 {
  background: #f0fdf4;
}

._orderRowPaid_a06sk_778 td {
  color: #15803d;
  font-weight: 600;
}

/* ── Comments thread ── */

._commentsWrap_a06sk_789 {
  position: relative;
  display: flex;
}

._commentsThread_a06sk_794 {
  padding: 4px 16px 4px 20px;
  max-height: 180px;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: none;
}

._commentsThread_a06sk_794::-webkit-scrollbar {
  display: none;
}

._scrollTrack_a06sk_806 {
  width: 7px;
  background: #f1f5f9;
  border-radius: 4px;
  margin: 4px 6px 4px 0;
  position: relative;
  flex-shrink: 0;
}

._scrollThumb_a06sk_815 {
  position: absolute;
  left: 0;
  width: 100%;
  background: #94a3b8;
  border-radius: 4px;
  cursor: grab;
  transition: top 0.05s ease-out;
}

._scrollThumb_a06sk_815:hover {
  background: #64748b;
}

._scrollThumb_a06sk_815:active {
  background: #475569;
  cursor: grabbing;
}

._commentsEmpty_a06sk_834 {
  font-size: 12px;
  color: #cbd5e1;
  text-align: center;
  padding: 8px 0;
}

._commentBubble_a06sk_841 {
  padding: 8px 10px;
  background: #f8fafc;
  border-radius: 8px;
  margin-bottom: 6px;
}

._commentBubble_a06sk_841:last-of-type {
  margin-bottom: 0;
}

._commentMeta_a06sk_852 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}

._commentMetaRight_a06sk_859 {
  display: flex;
  align-items: center;
  gap: 6px;
}

._commentDelete_a06sk_865 {
  background: none;
  border: none;
  font-size: 11px;
  color: #cbd5e1;
  cursor: pointer;
  padding: 0 2px;
  line-height: 1;
  transition: color 0.15s;
  opacity: 0;
}

._commentBubble_a06sk_841:hover ._commentDelete_a06sk_865 {
  opacity: 1;
}

._commentDelete_a06sk_865:hover {
  color: #ef4444;
}

._commentEditBtn_a06sk_885 {
  background: none;
  border: none;
  font-size: 11px;
  color: #cbd5e1;
  cursor: pointer;
  padding: 0 2px;
  line-height: 1;
  transition: color 0.15s;
  opacity: 0;
}

._commentBubble_a06sk_841:hover ._commentEditBtn_a06sk_885 {
  opacity: 1;
}

._commentEditBtn_a06sk_885:hover {
  color: #6366f1;
}

._commentEdited_a06sk_905 {
  background: none;
  border: none;
  font-size: 11px;
  color: #f59e0b;
  cursor: pointer;
  padding: 0 2px;
  line-height: 1;
  title: "Изменено";
}

._commentEdited_a06sk_905:hover {
  color: #d97706;
}

._commentEditWrap_a06sk_920 {
  margin-top: 4px;
}

._commentEditArea_a06sk_924 {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #c7d2fe;
  border-radius: 6px;
  font-size: 13px;
  font-family: inherit;
  resize: vertical;
  outline: none;
}

._commentEditArea_a06sk_924:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.12);
}

._commentEditActions_a06sk_940 {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}

._commentEditSave_a06sk_946 {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  background: #6366f1;
  color: #fff;
  cursor: pointer;
}

._commentEditSave_a06sk_946:hover {
  background: #4f46e5;
}

._commentEditCancel_a06sk_961 {
  padding: 3px 10px;
  font-size: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  background: #fff;
  color: #64748b;
  cursor: pointer;
}

._commentEditCancel_a06sk_961:hover {
  background: #f1f5f9;
}

._commentOriginal_a06sk_975 {
  margin-top: 4px;
  padding: 4px 8px;
  background: #fefce8;
  border: 1px solid #fde68a;
  border-radius: 5px;
  font-size: 12px;
  color: #92400e;
}

._commentOriginalLabel_a06sk_985 {
  font-weight: 600;
}

._commentAuthor_a06sk_989 {
  font-size: 12px;
  font-weight: 600;
  color: #6366f1;
}

._commentTime_a06sk_995 {
  font-size: 11px;
  color: #94a3b8;
}

._commentText_a06sk_1000 {
  font-size: 13px;
  color: #334155;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
}

/* ── Comment input ── */

._commentSection_a06sk_1010 {
  padding: 10px 20px 14px;
  flex-shrink: 0;
}

._commentInput_a06sk_1015 {
  display: flex;
  gap: 8px;
}

._commentInput_a06sk_1015 textarea {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  font-family: inherit;
  outline: none;
  resize: none;
}

._commentInput_a06sk_1015 textarea:focus {
  border-color: #6366f1;
}

._commentInput_a06sk_1015 button {
  padding: 8px 14px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

._commentInput_a06sk_1015 button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* ── Call History ── */

._callHistorySection_a06sk_1054 {
  padding: 0 20px 8px;
}

._callHistoryToggle_a06sk_1058 {
  background: none;
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #6366f1;
  cursor: pointer;
  padding: 4px 0;
}

._callHistoryToggle_a06sk_1058:hover {
  text-decoration: underline;
}

._callHistoryList_a06sk_1072 {
  margin-top: 6px;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid #f1f5f9;
  border-radius: 8px;
}

._callHistoryEmpty_a06sk_1080 {
  padding: 16px;
  text-align: center;
  color: #94a3b8;
  font-size: 12px;
}

._callHistoryItem_a06sk_1087 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid #f8fafc;
  font-size: 12px;
}

._callHistoryItem_a06sk_1087:last-child {
  border-bottom: none;
}

._callHistoryIcon_a06sk_1100 {
  font-size: 14px;
  flex-shrink: 0;
}

._callHistoryInfo_a06sk_1105 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

._callHistoryPhone_a06sk_1112 {
  font-weight: 600;
  color: #334155;
}

._callHistoryMeta_a06sk_1117 {
  color: #64748b;
  font-size: 11px;
}

._callHistoryDate_a06sk_1122 {
  color: #94a3b8;
  font-size: 11px;
  white-space: nowrap;
  flex-shrink: 0;
}

._callInbound_a06sk_1129 {}
._callOutbound_a06sk_1130 {}

/* ── History ── */

._historyWrap_a06sk_1134 {
  padding: 12px 20px 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}

._historyTitle_a06sk_1142 {
  font-size: 13px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 8px;
  flex-shrink: 0;
}

._history_a06sk_1134 {
  overflow-y: auto;
  max-height: 400px;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: #94a3b8 #f1f5f9;
}

._history_a06sk_1134::-webkit-scrollbar {
  width: 7px;
  background-color: #f1f5f9;
}

._history_a06sk_1134::-webkit-scrollbar-track {
  background-color: #f1f5f9;
  border-radius: 4px;
}

._history_a06sk_1134::-webkit-scrollbar-thumb {
  background-color: #94a3b8;
  border-radius: 4px;
}

._history_a06sk_1134::-webkit-scrollbar-thumb:hover {
  background-color: #64748b;
}

._historyItem_a06sk_1177 {
  padding: 8px 0;
  border-bottom: 1px solid #f8fafc;
}

._historyItem_a06sk_1177:last-child {
  border-bottom: none;
}

._historyAction_a06sk_1186 {
  font-size: 12px;
  font-weight: 600;
  color: #6366f1;
}

._historyComment_a06sk_1192 {
  font-size: 13px;
  color: #334155;
  margin-top: 2px;
}

._historyDate_a06sk_1198 {
  font-size: 11px;
  color: #94a3b8;
  margin-top: 2px;
}

._historyEmpty_a06sk_1204 {
  font-size: 13px;
  color: #94a3b8;
  text-align: center;
  padding: 12px;
}

/* ── Client time (auto-detected) ── */

._clientTime_a06sk_1213 {
  font-size: 11px;
  color: #6366f1;
  margin-top: 3px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

._autoDetected_a06sk_1221 {
  font-style: italic;
  color: #6366f1;
}

/* ── Quick tags ── */

._quickTags_a06sk_1228 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}

._quickTag_a06sk_1228 {
  padding: 4px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

._quickTag_a06sk_1228:hover:not(:disabled) {
  background: #fef3c7;
  border-color: #fbbf24;
  color: #92400e;
}

._quickTag_a06sk_1228:active:not(:disabled) {
  transform: scale(0.95);
}

._quickTag_a06sk_1228:disabled {
  opacity: 0.5;
  cursor: default;
}

/* ── Nedozvon auto-schedule prompt ── */

._nedozvonPrompt_a06sk_1265 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #eff6ff 0%, #eef2ff 100%);
  border-bottom: 1px solid #c7d2fe;
  animation: _slideDown_a06sk_1 0.2s ease-out;
}

@keyframes _slideDown_a06sk_1 {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

._nedozvonTitle_a06sk_1280 {
  font-size: 12px;
  font-weight: 600;
  color: #3730a3;
  white-space: nowrap;
}

._nedozvonOptions_a06sk_1287 {
  display: flex;
  gap: 5px;
  align-items: center;
}

._nedozvonBtn_a06sk_1293 {
  padding: 4px 12px;
  border: 1px solid #818cf8;
  border-radius: 14px;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  color: #4f46e5;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

._nedozvonBtn_a06sk_1293:hover {
  background: #4f46e5;
  color: #fff;
}

._nedozvonClose_a06sk_1311 {
  background: none;
  border: none;
  font-size: 14px;
  color: #94a3b8;
  cursor: pointer;
  padding: 2px 6px;
  margin-left: auto;
  line-height: 1;
}

._nedozvonClose_a06sk_1311:hover {
  color: #ef4444;
}

/* ── Transcript ── */

._callTranscript_a06sk_1328 {
  width: 100%;
  margin-top: 6px;
  padding: 8px 10px;
  background: #f8fafc;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._transcriptManager_a06sk_1341 {
  color: #4f46e5;
}

._transcriptClient_a06sk_1345 {
  color: #0f766e;
}

/* ── Loading ── */

._loading_a06sk_1351 {
  padding: 40px;
  text-align: center;
  color: #6b7280;
}
._container_1j2jb_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

._toolbar_1j2jb_8 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  flex-shrink: 0;
}

._title_1j2jb_16 {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

._filterSelect_1j2jb_23 {
  padding: 6px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  color: #334155;
  background: #fff;
  outline: none;
}

._filterSelect_1j2jb_23:focus {
  border-color: #6366f1;
}

._board_1j2jb_37 {
  display: flex;
  gap: 10px;
  padding: 0 16px 16px;
  flex: 1;
  overflow-x: scroll;
  overflow-y: hidden;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: #c7d2fe transparent;
}

._board_1j2jb_37::-webkit-scrollbar {
  height: 10px;
  display: block !important;
}

._board_1j2jb_37::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 5px;
}

._board_1j2jb_37::-webkit-scrollbar-thumb {
  background: #c7d2fe;
  border-radius: 5px;
  min-width: 40px;
}

._board_1j2jb_37::-webkit-scrollbar-thumb:hover {
  background: #a5b4fc;
}

._column_1j2jb_69 {
  min-width: 240px;
  max-width: 280px;
  flex: 1;
  background: #f1f5f9;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  transition: background 0.15s;
}

._columnOver_1j2jb_80 {
  background: #e0e7ff;
}

._columnCollapsed_1j2jb_84 {
  min-width: 160px;
  max-width: 160px;
  flex: 0;
}

._collapseIcon_1j2jb_90 {
  margin-right: 4px;
  font-size: 11px;
}

._colHeader_1j2jb_95 {
  padding: 10px 12px;
  border-top: 3px solid #6366f1;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

._colName_1j2jb_105 {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
}

._colCount_1j2jb_111 {
  font-size: 12px;
  font-weight: 700;
  color: #6366f1;
  background: #e0e7ff;
  padding: 2px 8px;
  border-radius: 10px;
}

._colBody_1j2jb_120 {
  flex: 1;
  overflow-y: auto;
  padding: 6px 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._colEmpty_1j2jb_129 {
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  color: #94a3b8;
}

._card_1j2jb_136 {
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: grab;
  border: 1px solid #e2e8f0;
  transition: box-shadow 0.15s, border-color 0.15s;
  position: relative;
}

._card_1j2jb_136:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-color: #c7d2fe;
}

._card_1j2jb_136:hover ._cardActions_1j2jb_151 {
  opacity: 1;
}

._card_1j2jb_136:active {
  cursor: grabbing;
}

._cardOverdue_1j2jb_159 {
  border-left: 3px solid #ef4444;
  background: #fef2f2;
}

._cardStale_1j2jb_164 {
  border-left: 3px solid #f59e0b;
  background: #fffbeb;
  animation: _pulse_1j2jb_1 2s ease-in-out infinite;
}

@keyframes _pulse_1j2jb_1 {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

._cardTop_1j2jb_175 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

._cardName_1j2jb_182 {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._waitBadge_1j2jb_192 {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2px;
}

._cardPhone_1j2jb_204 {
  font-size: 12px;
  color: #6366f1;
  font-weight: 500;
}

._cardMeta_1j2jb_210 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 11px;
  color: #64748b;
}

._cardTime_1j2jb_219 {
  font-size: 10px;
  color: #94a3b8;
}

._cardNext_1j2jb_224 {
  margin-top: 4px;
  font-size: 11px;
  color: #475569;
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
}

._cardNextOverdue_1j2jb_234 {
  background: #fee2e2;
  color: #dc2626;
  font-weight: 600;
}

._cardManager_1j2jb_240 {
  margin-top: 4px;
  font-size: 11px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 4px;
}

._managerDot_1j2jb_249 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

._cardOrder_1j2jb_256 {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  overflow: hidden;
}

._cardOrderAmount_1j2jb_265 {
  font-weight: 700;
  color: #059669;
  white-space: nowrap;
}

._cardOrderProduct_1j2jb_271 {
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

._cardComment_1j2jb_279 {
  margin-top: 3px;
  font-size: 11px;
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}

._cardActions_1j2jb_151 {
  position: absolute;
  bottom: 4px;
  right: 4px;
  display: flex;
  gap: 2px;
  opacity: 0;
  transition: opacity 0.15s;
}

._cardActionBtnNedozvon_1j2jb_299 {
  padding: 2px 8px;
  border-radius: 6px;
  border: 1px solid #fca5a5;
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  color: #dc2626;
  white-space: nowrap;
  transition: background 0.1s;
}

._cardActionBtnNedozvon_1j2jb_299:hover {
  background: #fef2f2;
}

._colSort_1j2jb_316 {
  padding: 0 8px 4px;
}

._sortSelect_1j2jb_320 {
  width: 100%;
  padding: 3px 6px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 11px;
  color: #475569;
  background: #fff;
  outline: none;
  cursor: pointer;
}

._sortSelect_1j2jb_320:focus {
  border-color: #6366f1;
}

/* View toggle */
._viewToggle_1j2jb_337 {
  display: flex;
  background: #f1f5f9;
  border-radius: 8px;
  padding: 2px;
  gap: 2px;
}

._viewBtn_1j2jb_345 {
  padding: 5px 14px;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  color: #64748b;
  transition: all 0.15s;
}

._viewBtn_1j2jb_345:hover {
  color: #334155;
}

._viewBtnActive_1j2jb_361 {
  background: #fff;
  color: #6366f1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Smart List */
._slWrap_1j2jb_368 {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 16px 16px;
  min-height: 0;
}

._slHeader_1j2jb_376 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
  border-radius: 8px 8px 0 0;
}

._slTh_1j2jb_387 {
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._slBody_1j2jb_395 {
  flex: 1;
  overflow-y: auto;
  background: #fff;
  border-radius: 0 0 8px 8px;
  border: 1px solid #e2e8f0;
  border-top: none;
}

._slRow_1j2jb_404 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  height: 46px;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  transition: background 0.1s;
}

._slRow_1j2jb_404:last-child {
  border-bottom: none;
}

._slRow_1j2jb_404:hover {
  background: #f8fafc;
}

._slRowOverdue_1j2jb_423 {
  background: #fef2f2;
}

._slRowOverdue_1j2jb_423:hover {
  background: #fee2e2;
}

._slRowNew_1j2jb_431 {
  background: #f0fdf4;
}

._slRowNew_1j2jb_431:hover {
  background: #dcfce7;
}

._slRowNight_1j2jb_439 {
  opacity: 0.55;
}

._slCell_1j2jb_443 {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  min-width: 0;
}

._slNight_1j2jb_451 {
  flex-shrink: 0;
  font-size: 13px;
}

._slName_1j2jb_456 {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._slStagePill_1j2jb_465 {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  border: 1px solid;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._slAmount_1j2jb_476 {
  font-size: 13px;
  font-weight: 700;
  color: #059669;
}

._slNoAmount_1j2jb_482 {
  font-size: 12px;
  color: #cbd5e1;
}

._slComment_1j2jb_487 {
  font-size: 11px;
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._slBadgeNew_1j2jb_495 {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #22c55e;
  padding: 2px 6px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

._slBadgeOverdue_1j2jb_505 {
  font-size: 10px;
  font-weight: 600;
  color: #dc2626;
  background: #fee2e2;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}

._slBadgeScheduled_1j2jb_515 {
  font-size: 10px;
  color: #2563eb;
  background: #eff6ff;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}

._slActionBtn_1j2jb_524 {
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px solid #fca5a5;
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  color: #dc2626;
  white-space: nowrap;
  transition: background 0.1s;
}

._slActionBtn_1j2jb_524:hover {
  background: #fef2f2;
}

._slEmpty_1j2jb_541 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 15px;
}

._loading_1j2jb_550 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #6b7280;
  font-size: 15px;
}

/* ── Table View ── */

._tvWrap_1j2jb_561 {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

._tvFilters_1j2jb_568 {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 0 12px;
  min-height: 40px;
  position: relative;
}

._tvSearch_1j2jb_577 {
  flex: 1 1 0;
  min-width: 120px;
  padding: 8px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  outline: none;
  transition: border-color 0.15s;
}

._tvSearch_1j2jb_577:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.12);
}

._tvSelect_1j2jb_593 {
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  background: #fff;
  cursor: pointer;
  outline: none;
  flex-shrink: 0;
}

._tvCount_1j2jb_604 {
  font-size: 12px;
  color: #94a3b8;
  white-space: nowrap;
  flex-shrink: 0;
}

._tvTableWrap_1j2jb_611 {
  flex: 1;
  overflow: auto;
  border: 1px solid #e2e8f0;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

._tvTable_1j2jb_611 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

._tvTh_1j2jb_625 {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f8fafc;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #64748b;
  text-align: left;
  border-bottom: 2px solid #e2e8f0;
  white-space: nowrap;
  user-select: none;
}

._tvTh_1j2jb_625:hover {
  color: #334155;
}

._tvRow_1j2jb_646 {
  cursor: pointer;
  transition: background 0.1s;
}

._tvRow_1j2jb_646:hover {
  background: #f1f5f9;
}

._tvRow_1j2jb_646:not(:last-child) ._tvTd_1j2jb_655 {
  border-bottom: 1px solid #f1f5f9;
}

._tvTd_1j2jb_655 {
  padding: 10px 12px;
  vertical-align: middle;
  color: #334155;
}

._tvName_1j2jb_665 {
  font-weight: 600;
  color: #1e293b;
}

._tvStagePill_1j2jb_670 {
  font-size: 11px;
  font-weight: 600;
  border: 1.5px solid;
  border-radius: 6px;
  padding: 2px 8px;
  white-space: nowrap;
}

._tvManager_1j2jb_679 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}

._tvManagerDot_1j2jb_686 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

._tvComment_1j2jb_693 {
  color: #64748b;
  font-size: 12px;
}

._tvPhoneCell_1j2jb_698 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

._tvPhoneExtra_1j2jb_704 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  background: #e0f2fe;
  color: #0369a1;
  border-radius: 10px;
  padding: 1px 6px;
  cursor: help;
  white-space: nowrap;
}

._tvCallBtn_1j2jb_718 {
  padding: 2px 6px;
  font-size: 12px;
  border: 1px solid #22c55e;
  border-radius: 5px;
  background: #f0fdf4;
  cursor: pointer;
  transition: all 0.15s;
  line-height: 1;
  flex-shrink: 0;
}

._tvCallBtn_1j2jb_718:hover {
  background: #22c55e;
}

._tvEmpty_1j2jb_734 {
  text-align: center;
  padding: 40px 12px;
  color: #94a3b8;
  font-size: 14px;
}

._tvPagination_1j2jb_741 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #fff;
  font-size: 13px;
  gap: 12px;
}

._tvPageInfo_1j2jb_754 {
  color: #64748b;
  white-space: nowrap;
}

._tvPageNav_1j2jb_759 {
  display: flex;
  align-items: center;
  gap: 2px;
}

._tvPageBtn_1j2jb_765 {
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  color: #334155;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s;
}

._tvPageBtn_1j2jb_765:hover:not(:disabled) {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

._tvPageBtn_1j2jb_765:disabled {
  opacity: 0.4;
  cursor: default;
}

._tvPageBtnActive_1j2jb_788 {
  background: #6366f1;
  color: #fff;
  border-color: #6366f1;
}

._tvPageBtnActive_1j2jb_788:hover {
  background: #4f46e5;
}

._tvPageDots_1j2jb_798 {
  padding: 0 6px;
  color: #94a3b8;
}

._tvPerPage_1j2jb_803 {
  display: flex;
  align-items: center;
}

._tvPerPageSelect_1j2jb_808 {
  padding: 5px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  color: #334155;
  background: #fff;
  cursor: pointer;
}

._tvPerPageSelect_1j2jb_808:hover {
  border-color: #cbd5e1;
}

._tvThCheck_1j2jb_822,
._tvTdCheck_1j2jb_823 {
  width: 40px;
  text-align: center;
  padding-left: 10px;
  padding-right: 4px;
}

._tvTdCheck_1j2jb_823 input[type="checkbox"],
._tvThCheck_1j2jb_822 input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #6366f1;
}

._tvRowSelected_1j2jb_838 {
  background: #eef2ff !important;
}

._tvBulkBar_1j2jb_842 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

._tvBulkLeft_1j2jb_857 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._tvSelectMenu_1j2jb_863 {
  position: relative;
}

._tvSelectBtn_1j2jb_867 {
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #c7d2fe;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  color: #4338ca;
  transition: background 0.1s;
}

._tvSelectBtn_1j2jb_867:hover {
  background: #e0e7ff;
}

._tvBulkActionBtn_1j2jb_883 {
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  background: #6366f1;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s;
}

._tvBulkActionBtn_1j2jb_883:hover {
  background: #4f46e5;
}

._tvDropdown_1j2jb_899 {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 20;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  min-width: 240px;
  padding: 4px 0;
}

._tvDropdown_1j2jb_899 button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 16px;
  font-size: 13px;
  border: none;
  background: none;
  cursor: pointer;
  color: #334155;
  transition: background 0.1s;
}

._tvDropdown_1j2jb_899 button:hover {
  background: #f1f5f9;
}

/* Bulk action modal */

._tvBulkModal_1j2jb_931 {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

._tvBulkModalContent_1j2jb_941 {
  background: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  min-width: 400px;
  max-width: 480px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

._tvBulkModalTitle_1j2jb_950 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 700;
  color: #1e293b;
}

._tvBulkModalSub_1j2jb_957 {
  margin: 0 0 20px;
  font-size: 13px;
  color: #64748b;
}

._tvBulkField_1j2jb_963 {
  margin-bottom: 16px;
}

._tvBulkField_1j2jb_963 label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 6px;
}

._tvBulkField_1j2jb_963 select {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  background: #fff;
  outline: none;
}

._tvBulkField_1j2jb_963 select:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.12);
}

._tvBulkHint_1j2jb_990 {
  font-size: 12px;
  color: #6366f1;
  background: #eef2ff;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 16px;
}

._tvBulkActions_1j2jb_999 {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px;
}

._tvBulkCancel_1j2jb_1006 {
  padding: 8px 18px;
  font-size: 13px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  color: #64748b;
}

._tvBulkCancel_1j2jb_1006:hover {
  background: #f8fafc;
}

._tvBulkConfirm_1j2jb_1020 {
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  background: #6366f1;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s;
}

._tvBulkConfirm_1j2jb_1020:hover:not(:disabled) {
  background: #4f46e5;
}

._tvBulkConfirm_1j2jb_1020:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._container_12xik_1 {
  padding: 16px 20px;
  overflow-y: auto;
  height: 100%;
}

._title_12xik_7 {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 16px;
}

._grid_12xik_14 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

._managerCard_12xik_21 {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  padding: 14px;
}

._managerHeader_12xik_28 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

._dot_12xik_35 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

._dotOn_12xik_42 {
  background: #22c55e;
  box-shadow: 0 0 6px #22c55e;
}

._dotOff_12xik_47 {
  background: #cbd5e1;
}

._managerName_12xik_51 {
  font-size: 15px;
  font-weight: 700;
}

._managerStats_12xik_56 {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}

._stat_12xik_62 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

._statValue_12xik_68 {
  font-size: 18px;
  font-weight: 800;
  color: #1e293b;
}

._statLabel_12xik_74 {
  font-size: 10px;
  color: #94a3b8;
  text-transform: uppercase;
}

._shiftStatus_12xik_80 {
  font-size: 12px;
  color: #64748b;
}

._shiftTime_12xik_85 {
  color: #94a3b8;
}

._unassignedSection_12xik_89 {
  border-top: 1px solid #e2e8f0;
  padding-top: 16px;
}

._subtitle_12xik_94 {
  font-size: 16px;
  font-weight: 700;
  color: #dc2626;
  margin: 0 0 12px;
}

._unassignedList_12xik_101 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._unassignedItem_12xik_107 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 10px 14px;
  gap: 12px;
}

._leadInfo_12xik_118 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

._leadName_12xik_126 {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}

._leadPhone_12xik_132 {
  font-size: 13px;
  color: #6366f1;
}

._leadTime_12xik_137 {
  font-size: 11px;
  color: #94a3b8;
}

._assignSelect_12xik_142 {
  padding: 6px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  background: #fff;
  min-width: 140px;
}

._managerActions_12xik_151 {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

._ropBadge_12xik_157 {
  font-size: 10px;
  font-weight: 700;
  color: #6366f1;
  background: #eef2ff;
  padding: 2px 6px;
  border-radius: 4px;
}

._ropToggle_12xik_166 {
  font-size: 11px;
  padding: 3px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  color: #64748b;
  cursor: pointer;
}

._ropToggle_12xik_166:hover {
  border-color: #c7d2fe;
}

._ropToggleActive_12xik_180 {
  background: #eef2ff;
  color: #6366f1;
  border-color: #c7d2fe;
}

/* Bulk reassignment */
._bulkSection_12xik_187 {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
  background: #fff;
}

._bulkRow_12xik_195 {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  flex-wrap: wrap;
}

._bulkField_12xik_202 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._bulkField_12xik_202 label {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
}

._bulkField_12xik_202 select {
  padding: 6px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  color: #334155;
  background: #fff;
  outline: none;
}

._bulkField_12xik_202 select:focus {
  border-color: #6366f1;
}

._bulkCount_12xik_229 {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}

._bulkBtn_12xik_235 {
  padding: 8px 18px;
  background: #f59e0b;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

._bulkBtn_12xik_235:hover {
  background: #d97706;
}

._bulkBtn_12xik_235:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._bulkResult_12xik_255 {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #22c55e;
}

._loading_12xik_262 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #6b7280;
}
._container_1rvla_1 {
  padding: 16px;
  overflow-y: auto;
  height: 100%;
}

._title_1rvla_7 {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 16px;
}

._generatorSection_1rvla_14 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
}

._genTitle_1rvla_22 {
  font-size: 15px;
  font-weight: 700;
  color: #334155;
  margin: 0 0 12px;
}

._genRow_1rvla_29 {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

._genField_1rvla_37 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._genField_1rvla_37 label {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
}

._genField_1rvla_37 select,
._genField_1rvla_37 input {
  padding: 6px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  color: #334155;
  background: #fff;
  outline: none;
}

._genField_1rvla_37 select:focus,
._genField_1rvla_37 input:focus {
  border-color: #6366f1;
}

._generateBtn_1rvla_66 {
  padding: 8px 20px;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

._generateBtn_1rvla_66:hover {
  background: #4f46e5;
}

._generateBtn_1rvla_66:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._patternBtns_1rvla_86 {
  display: flex;
  gap: 8px;
}

._patternBtn_1rvla_86 {
  padding: 6px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
}

._patternBtn_1rvla_86:hover {
  border-color: #c7d2fe;
}

._patternBtnActive_1rvla_106 {
  border-color: #6366f1;
  background: #eef2ff;
  color: #6366f1;
}

._calendarSection_1rvla_112 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
}

._calTitle_1rvla_119 {
  font-size: 15px;
  font-weight: 700;
  color: #334155;
  margin: 0 0 8px;
}

._weekNav_1rvla_126 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

._weekNav_1rvla_126 button {
  padding: 4px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  color: #334155;
}

._weekNav_1rvla_126 button:hover {
  background: #f1f5f9;
}

._weekNav_1rvla_126 span {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}

._calGrid_1rvla_153 {
  display: grid;
  gap: 2px;
  grid-template-columns: 120px repeat(7, 1fr);
  font-size: 12px;
}

._calHeaderCell_1rvla_160 {
  padding: 6px 4px;
  text-align: center;
  font-weight: 700;
  color: #475569;
  background: #f8fafc;
  border-radius: 4px;
}

._calHeaderCellToday_1rvla_169 {
  background: #eef2ff;
  color: #6366f1;
}

._calManagerName_1rvla_174 {
  padding: 6px 8px;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

._calManagerDot_1rvla_184 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

._calCell_1rvla_191 {
  padding: 6px 4px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: all 0.15s;
}

._calCellWork_1rvla_204 {
  background: #dcfce7;
  color: #166534;
  font-weight: 600;
}

._calCellOff_1rvla_210 {
  background: #f1f5f9;
  color: #94a3b8;
}

._calCell_1rvla_191:hover {
  box-shadow: inset 0 0 0 2px #6366f1;
}

._editPopover_1rvla_219 {
  position: fixed;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 100;
  min-width: 200px;
}

._editPopover_1rvla_219 label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 2px;
}

._editPopover_1rvla_219 input {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 8px;
  outline: none;
  box-sizing: border-box;
}

._editPopover_1rvla_219 input:focus {
  border-color: #6366f1;
}

._editActions_1rvla_253 {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}

._editSaveBtn_1rvla_259 {
  flex: 1;
  padding: 5px 0;
  background: #6366f1;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

._editDeleteBtn_1rvla_271 {
  padding: 5px 10px;
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

._editCancelBtn_1rvla_282 {
  padding: 5px 10px;
  background: #f1f5f9;
  color: #475569;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
}

._loading_1rvla_292 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #6b7280;
  font-size: 15px;
}

._toast_1rvla_301 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #22c55e;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  z-index: 200;
  animation: _fadeIn_1rvla_1 0.2s;
}

/* Timeline overlap view */
._timelineSection_1rvla_316 {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  margin-top: 20px;
}

._tlDay_1rvla_324 {
  margin-bottom: 16px;
}

._tlDay_1rvla_324:last-child {
  margin-bottom: 0;
}

._tlDayLabel_1rvla_332 {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 6px;
}

._tlDayLabelToday_1rvla_342 {
  background: #eef2ff;
  color: #6366f1;
}

._tlChart_1rvla_347 {
  position: relative;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px 0 4px;
  min-height: 60px;
}

._tlAxis_1rvla_356 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}

._tlHourMark_1rvla_365 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #e2e8f0;
}

._tlHourMark_1rvla_365 span {
  position: absolute;
  top: 2px;
  left: 3px;
  font-size: 9px;
  color: #94a3b8;
  font-weight: 600;
}

._tlBars_1rvla_382 {
  position: relative;
  z-index: 2;
}

._tlBarRow_1rvla_387 {
  position: relative;
  height: 26px;
  margin-bottom: 2px;
}

._tlBar_1rvla_382 {
  position: absolute;
  height: 22px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 6px;
  opacity: 0.85;
  transition: opacity 0.15s;
  cursor: default;
}

._tlBar_1rvla_382:hover {
  opacity: 1;
}

._tlBarLabel_1rvla_409 {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

._tlOverlap_1rvla_419 {
  position: absolute;
  top: 22px;
  bottom: 0;
  background: repeating-linear-gradient(
    45deg,
    rgba(99, 102, 241, 0.08),
    rgba(99, 102, 241, 0.08) 4px,
    rgba(99, 102, 241, 0.18) 4px,
    rgba(99, 102, 241, 0.18) 8px
  );
  border-left: 2px solid #6366f1;
  border-right: 2px solid #6366f1;
  border-radius: 0 0 4px 4px;
  z-index: 1;
  pointer-events: none;
}

@keyframes _fadeIn_1rvla_1 {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
._container_1ra8k_1 {
  padding: 24px 28px;
  max-width: 1200px;
  overflow-y: auto;
  height: 100%;
}

._title_1ra8k_8 {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 20px;
}

._filters_1ra8k_15 {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

._filterGroup_1ra8k_23 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._filterGroup_1ra8k_23 label {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

._dateInput_1ra8k_37,
._selectInput_1ra8k_38 {
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  outline: none;
  background: #fff;
}

._dateInput_1ra8k_37:focus,
._selectInput_1ra8k_38:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.12);
}

._loading_1ra8k_53 {
  text-align: center;
  padding: 40px;
  color: #94a3b8;
  font-size: 14px;
}

._cards_1ra8k_60 {
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

._card_1ra8k_60 {
  flex: 1;
  min-width: 140px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 20px;
  text-align: center;
}

._cardValue_1ra8k_77 {
  font-size: 28px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
}

._cardLabel_1ra8k_84 {
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
  font-weight: 500;
}

._section_1ra8k_91 {
  margin-bottom: 28px;
}

._sectionTitle_1ra8k_95 {
  font-size: 16px;
  font-weight: 700;
  color: #334155;
  margin: 0 0 12px;
}

._table_1ra8k_102 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}

._table_1ra8k_102 thead th {
  background: #f8fafc;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #64748b;
  text-align: left;
  border-bottom: 2px solid #e2e8f0;
}

._table_1ra8k_102 tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}

._table_1ra8k_102 tbody tr:last-child td {
  border-bottom: none;
}

._table_1ra8k_102 tbody tr:hover {
  background: #f8fafc;
}

._tdName_1ra8k_138 {
  font-weight: 600;
}

._statusBadge_1ra8k_142 {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

._status_completed_1ra8k_150 {
  background: #dcfce7;
  color: #16a34a;
}

._status_missed_1ra8k_155 {
  background: #fee2e2;
  color: #dc2626;
}

._status_failed_1ra8k_160 {
  background: #fef3c7;
  color: #d97706;
}

._transcriptRow_1ra8k_165 {
  background: #f8fafc;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.6;
  border-bottom: 1px solid #e2e8f0;
}

._transcriptManager_1ra8k_173 {
  color: #4f46e5;
}

._transcriptClient_1ra8k_177 {
  color: #0f766e;
}

._empty_1ra8k_181 {
  text-align: center;
  padding: 32px 12px;
  color: #94a3b8;
}
._container_1he8v_1 {
  padding: 8px 12px;
  max-width: 100%;
  width: 100%;
}

._title_1he8v_7 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #1a1a1a;
}

._query_1he8v_14 {
  color: #6366f1;
}

._count_1he8v_18 {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 12px;
}

._loading_1he8v_24 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: #6b7280;
  font-size: 15px;
}

._empty_1he8v_33 {
  text-align: center;
  padding: 48px;
  color: #9ca3af;
  font-size: 15px;
}

._card_1he8v_40 {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}

._cardHeader_1he8v_48 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

._cardInfo_1he8v_57 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._cardName_1he8v_63 {
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1a;
}

._cardEmail_1he8v_69 {
  font-size: 13px;
  color: #6b7280;
}

._axlLink_1he8v_74 {
  display: inline-flex;
  align-items: center;
  padding: 6px 24px;
  background: #1677ff;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s;
  white-space: nowrap;
}

._axlLink_1he8v_74:hover {
  background: #0958d9;
}

/* Table wrapper with horizontal scroll */
._tableWrapper_1he8v_93 {
  overflow: scroll;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

._tableWrapper_1he8v_93::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

._tableWrapper_1he8v_93::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

._tableWrapper_1he8v_93::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 4px;
  border: 2px solid #f1f1f1;
}

._tableWrapper_1he8v_93::-webkit-scrollbar-thumb:hover {
  background: #888;
}

._tableWrapper_1he8v_93::-webkit-scrollbar-corner {
  background: #f1f1f1;
}

/* Table — matches Payments table style */
._table_1he8v_93 {
  min-width: 2800px;
  font-size: 14px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

._table_1he8v_93 thead {
  background: #f8f9fa;
  position: sticky;
  top: 0;
  z-index: 10;
}

._table_1he8v_93 th {
  padding: 4px 8px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 10pt;
  text-transform: uppercase;
  color: #495057;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

._table_1he8v_93 td {
  padding: 2px 8px;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.3;
}

._table_1he8v_93 tbody tr:hover {
  background: #f8f9fa;
}

._rowNum_1he8v_173 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 4px !important;
  background: #f8f9fa;
  border-right: 1px solid #e9ecef;
  user-select: none;
}

._rowNumHeader_1he8v_187 {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  font-size: 10px;
  color: #9ca3af;
  padding: 4px !important;
  background: #f8f9fa;
  border-right: 1px solid #e9ecef;
}

._amount_1he8v_199 {
  text-align: right;
  font-weight: 500;
}

._incomeCol_1he8v_204 {
  background-color: #d9ead3 !important;
}

._factCol_1he8v_208 {
  background-color: #b5d7a8 !important;
}

._textSmall_1he8v_212 {
  font-size: 12px;
  max-width: 200px;
  white-space: normal;
  word-break: break-word;
}

._link_1he8v_219 {
  color: #007bff;
  text-decoration: none;
}

._link_1he8v_219:hover {
  text-decoration: underline;
}

._studentBadge_1he8v_228 {
  display: inline-block;
  padding: 1px 6px;
  background: #e8f5e9;
  color: #2e7d32;
  border-radius: 3px;
  font-size: 0.8em;
  font-weight: 500;
  white-space: nowrap;
}

._clickableRow_1he8v_239 {
  cursor: pointer;
}

._clickableRow_1he8v_239:hover {
  background: #f0f4ff;
}
._layout_1r5a5_1 {
  display: flex;
  min-height: 100vh;
  background: #f8fafc;
}

._sidebar_1r5a5_7 {
  width: 240px;
  background: #0f172a;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}

._logo_1r5a5_19 {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

._logoIcon_1r5a5_27 {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

._logoText_1r5a5_40 {
  font-size: 16px;
  font-weight: 600;
  color: #f1f5f9;
  letter-spacing: -0.01em;
}

._nav_1r5a5_47 {
  flex: 1;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow-y: auto;
}

._navItem_1r5a5_56 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #94a3b8;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  transition: all 0.15s ease;
}

._navItem_1r5a5_56:hover {
  background: rgba(255,255,255,0.06);
  color: #e2e8f0;
}

._navItem_1r5a5_56._active_1r5a5_74 {
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
}

._navItem_1r5a5_56 svg {
  flex-shrink: 0;
  opacity: 0.7;
}

._navItem_1r5a5_56._active_1r5a5_74 svg {
  opacity: 1;
}

._divider_1r5a5_88 {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 8px 12px;
}

._sidebarFooter_1r5a5_94 {
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

._userInfo_1r5a5_99 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 8px;
}

._userAvatar_1r5a5_107 {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #10b981, #059669);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

._userDetails_1r5a5_120 {
  flex: 1;
  min-width: 0;
}

._userName_1r5a5_125 {
  font-size: 13px;
  font-weight: 500;
  color: #e2e8f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._userEmail_1r5a5_134 {
  font-size: 11px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._logoutBtn_1r5a5_142 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: rgba(239, 68, 68, 0.1);
  border: none;
  border-radius: 6px;
  color: #f87171;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.15s;
}

._logoutBtn_1r5a5_142:hover {
  background: rgba(239, 68, 68, 0.2);
}

._main_1r5a5_160 {
  flex: 1;
  margin-left: 240px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

._header_1r5a5_168 {
  height: 52px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

._headerTitle_1r5a5_178 {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}

._content_1r5a5_184 {
  flex: 1;
  padding: 20px 24px;
  overflow: auto;
}

@media (max-width: 768px) {
  ._sidebar_1r5a5_7 { display: none; }
  ._main_1r5a5_160 { margin-left: 0; }
}
._layout_5ixoe_1 {
  display: flex;
  min-height: 100vh;
  background: #f8fafc;
}

._sidebar_5ixoe_7 {
  width: 260px;
  background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}

._logo_5ixoe_19 {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

._logoIcon_5ixoe_27 {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #1877F2, #E1306C);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

._logoText_5ixoe_40 {
  font-size: 16px;
  font-weight: 600;
  color: #f1f5f9;
  letter-spacing: -0.01em;
}

._logoSub_5ixoe_47 {
  font-size: 10px;
  color: #64748b;
  font-weight: 400;
  display: block;
}

._nav_5ixoe_54 {
  flex: 1;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow-y: auto;
}

._section_5ixoe_63 {
  margin-top: 8px;
}

._sectionTitle_5ixoe_67 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}

._navItem_5ixoe_79 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #94a3b8;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  transition: all 0.15s ease;
}

._navItem_5ixoe_79:hover {
  background: rgba(255,255,255,0.06);
  color: #e2e8f0;
}

._navItem_5ixoe_79._active_5ixoe_97 {
  background: rgba(24, 119, 242, 0.15);
  color: #60a5fa;
}

._navItem_5ixoe_79 svg {
  flex-shrink: 0;
  opacity: 0.7;
}

._navItem_5ixoe_79._active_5ixoe_97 svg {
  opacity: 1;
}

._subItem_5ixoe_111 {
  display: block;
  padding: 7px 12px 7px 36px;
  color: #94a3b8;
  text-decoration: none;
  font-size: 13px;
  border-radius: 6px;
  transition: all 0.15s;
}

._subItem_5ixoe_111:hover {
  color: #e2e8f0;
  background: rgba(255,255,255,0.04);
}

._subItem_5ixoe_111._active_5ixoe_97 {
  color: #60a5fa;
  background: rgba(24, 119, 242, 0.1);
}

._divider_5ixoe_131 {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 8px 12px;
}

._sidebarFooter_5ixoe_137 {
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

._userInfo_5ixoe_142 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 8px;
}

._userAvatar_5ixoe_150 {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1877F2, #E1306C);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

._userDetails_5ixoe_163 {
  flex: 1;
  min-width: 0;
}

._userName_5ixoe_168 {
  font-size: 13px;
  font-weight: 500;
  color: #e2e8f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._userEmail_5ixoe_177 {
  font-size: 11px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._logoutBtn_5ixoe_185 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: rgba(239, 68, 68, 0.1);
  border: none;
  border-radius: 6px;
  color: #f87171;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.15s;
}

._logoutBtn_5ixoe_185:hover {
  background: rgba(239, 68, 68, 0.2);
}

._main_5ixoe_203 {
  flex: 1;
  margin-left: 260px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

._header_5ixoe_211 {
  height: 52px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  gap: 6px;
}

._content_5ixoe_222 {
  flex: 1;
  padding: 20px 24px;
  overflow: auto;
}

._panelLink_5ixoe_228 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  transition: background 0.15s;
}

._panelLink_5ixoe_228:hover {
  background: #e2e8f0;
}

@media (max-width: 768px) {
  ._sidebar_5ixoe_7 { display: none; }
  ._main_5ixoe_203 { margin-left: 0; }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* Prevent zoom on mobile */
html {
  touch-action: manipulation;
}

body {
  touch-action: manipulation;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', Roboto, sans-serif;
  background: #f5f7fa;
  color: #1a1a2e;
  line-height: 1.5;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

html {
  height: -webkit-fill-available;
}

input, button, textarea {
  font-family: inherit;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Mobile optimizations */
@media (max-width: 420px) {
  html {
    font-size: 15px;
  }
}

/* Safe area padding for notch devices */
@supports (padding: env(safe-area-inset-bottom)) {
  body {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}
