/* line 2, app/assets/stylesheets/layouts/_variables.scss */
:root {
  --sidebar-bg: #cce1ff;
  --sidebar-text: #0f172a;
  --primary-color: #4e73df;
  --font-headline: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
  --insights-primary-color: #1a3daa;
  --insights-secondary-color: #536fdc;
  --insights-bg-soft-blue: #f4f7ff;
  --insights-surface-color: #ffffff;
  --insights-text-main: #1a1b22;
  --insights-text-variant: #444653;
  --insights-border-light: rgba(0, 0, 0, 0.08);
}

/* line 2, app/assets/stylesheets/layouts/_variables.scss */
:root {
  --sidebar-bg: #cce1ff;
  --sidebar-text: #0f172a;
  --primary-color: #4e73df;
  --font-headline: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
  --insights-primary-color: #1a3daa;
  --insights-secondary-color: #536fdc;
  --insights-bg-soft-blue: #f4f7ff;
  --insights-surface-color: #ffffff;
  --insights-text-main: #1a1b22;
  --insights-text-variant: #444653;
  --insights-border-light: rgba(0, 0, 0, 0.08);
}

/* Auth Layout */
/* line 4, app/assets/stylesheets/layouts/_devise.scss */
body.auth-layout {
  min-height: 100vh;
  margin: 0;
  background: #f8f9fc;
}

/* line 10, app/assets/stylesheets/layouts/_devise.scss */
.auth-split {
  min-height: 100vh;
}

/* LEFT SIDE - Illustration & Info */
/* line 15, app/assets/stylesheets/layouts/_devise.scss */
.auth-left {
  background: linear-gradient(135deg, #dcecff 0%, #bed8ff 100%);
  padding: 56px 48px;
}

/* line 19, app/assets/stylesheets/layouts/_devise.scss */
.auth-left h1 {
  font-size: 2.1rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

/* line 26, app/assets/stylesheets/layouts/_devise.scss */
.auth-left p {
  color: #475569;
  font-size: 1.05rem;
  margin: 0 0 18px;
  line-height: 1.5;
}

/* line 34, app/assets/stylesheets/layouts/_devise.scss */
.auth-illustration {
  width: 100%;
  max-width: 520px;
  height: 360px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 28px;
}

/* Auth Chips */
/* line 45, app/assets/stylesheets/layouts/_devise.scss */
.auth-chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* line 52, app/assets/stylesheets/layouts/_devise.scss */
.auth-chip {
  background: #fff;
  border: 1px solid #e6edf7;
  color: #1f2937;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.75rem;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

/* RIGHT SIDE - Form */
/* line 63, app/assets/stylesheets/layouts/_devise.scss */
.auth-right {
  background: #f8f9fc;
  padding: 70px 20px;
  border-left: 1px solid #e6edf7;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 72, app/assets/stylesheets/layouts/_devise.scss */
.auth-container {
  width: 100%;
  max-width: 520px;
}

/* line 77, app/assets/stylesheets/layouts/_devise.scss */
.auth-brand {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 12px;
}

/* line 85, app/assets/stylesheets/layouts/_devise.scss */
.auth-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

/* line 93, app/assets/stylesheets/layouts/_devise.scss */
.auth-subtitle {
  text-align: center;
  color: #64748b;
  margin-bottom: 34px;
}

/* line 99, app/assets/stylesheets/layouts/_devise.scss */
.auth-card {
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.15);
  padding: 45px;
}

/* Google Button */
/* line 108, app/assets/stylesheets/layouts/_devise.scss */
.google-btn {
  width: 100%;
  height: 72px;
  border-radius: 18px;
  font-weight: 800;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  transition: all 0.25s ease;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  text-decoration: none;
  color: #0f172a;
}

/* line 125, app/assets/stylesheets/layouts/_devise.scss */
.google-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
  background: #f1f5f9;
}

/* Auth Footer */
/* line 133, app/assets/stylesheets/layouts/_devise.scss */
.auth-footer {
  text-align: center;
  margin-top: 22px;
  color: #64748b;
  font-size: 0.95rem;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  /* line 142, app/assets/stylesheets/layouts/_devise.scss */
  .auth-left {
    display: none;
  }
  /* line 146, app/assets/stylesheets/layouts/_devise.scss */
  .auth-right {
    border-left: none;
  }
}

/* line 3, app/assets/stylesheets/layouts/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eaecf4;
  border-radius: 0.35rem;
}

/* line 14, app/assets/stylesheets/layouts/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 18, app/assets/stylesheets/layouts/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #858796;
  content: "/";
}

/* line 25, app/assets/stylesheets/layouts/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/layouts/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #858796;
}

@media (max-width: 991.98px) {
  /* line 35, app/assets/stylesheets/layouts/_breadcrumb.scss */
  .breadcrumb {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
  }
}

/* line 2, app/assets/stylesheets/layouts/_variables.scss */
:root {
  --sidebar-bg: #cce1ff;
  --sidebar-text: #0f172a;
  --primary-color: #4e73df;
  --font-headline: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
  --insights-primary-color: #1a3daa;
  --insights-secondary-color: #536fdc;
  --insights-bg-soft-blue: #f4f7ff;
  --insights-surface-color: #ffffff;
  --insights-text-main: #1a1b22;
  --insights-text-variant: #444653;
  --insights-border-light: rgba(0, 0, 0, 0.08);
}

/* Sidebar Styling */
/* line 4, app/assets/stylesheets/layouts/_sidebar.scss */
#sidebar {
  width: 260px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #cce1ff;
  color: #0f172a;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.05);
}

/* line 21, app/assets/stylesheets/layouts/_sidebar.scss */
.nav-link-custom {
  color: #0f172a;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: all 0.2s;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

/* line 37, app/assets/stylesheets/layouts/_sidebar.scss */
.nav-link-custom:hover, .nav-link-custom.active {
  background-color: rgba(15, 23, 42, 0.1);
  color: #0f172a;
}

/* line 45, app/assets/stylesheets/layouts/_sidebar.scss */
.sidebar-section-title {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.5;
  margin: 1.5rem 0 0.5rem 1rem;
}

/* line 55, app/assets/stylesheets/layouts/_sidebar.scss */
.submenu-card {
  background: white;
  border-radius: 0.75rem;
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* line 63, app/assets/stylesheets/layouts/_sidebar.scss */
.submenu-item {
  font-size: 0.8rem;
  padding: 0.4rem 1.25rem;
  color: #475569;
  text-decoration: none;
  display: block;
  transition: color 0.2s;
}

/* line 71, app/assets/stylesheets/layouts/_sidebar.scss */
.submenu-item:hover {
  color: #4e73df;
  background-color: #f8fafc;
}

/* line 78, app/assets/stylesheets/layouts/_sidebar.scss */
.chevron-icon {
  font-size: 1.25rem;
  transition: transform 0.3s;
}

/* line 83, app/assets/stylesheets/layouts/_sidebar.scss */
[aria-expanded="true"] .chevron-icon {
  transform: rotate(180deg);
}

/* line 88, app/assets/stylesheets/layouts/_sidebar.scss */
.sidebar-footer {
  margin-top: auto;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
  padding-top: 1rem;
}

/* line 95, app/assets/stylesheets/layouts/_sidebar.scss */
.mobile-floating-menu-wrapper {
  position: relative;
}

/* line 99, app/assets/stylesheets/layouts/_sidebar.scss */
.mobile-floating-menu {
  position: fixed;
  top: 100px;
  left: 85px;
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 2000;
  min-width: 260px;
  max-width: 280px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  display: none;
  flex-direction: column;
  animation: slideIn 0.2s ease-out;
}

/* line 115, app/assets/stylesheets/layouts/_sidebar.scss */
.mobile-floating-menu.show {
  display: flex;
}

/* line 119, app/assets/stylesheets/layouts/_sidebar.scss */
.mobile-floating-menu .submenu-item {
  font-size: 0.9rem;
  padding: 0.75rem 1.25rem;
  color: #475569;
  text-decoration: none;
  display: block;
  transition: all 0.2s;
  border: none;
  background: transparent;
  text-align: left;
  width: 100%;
  cursor: pointer;
}

/* line 132, app/assets/stylesheets/layouts/_sidebar.scss */
.mobile-floating-menu .submenu-item:first-of-type {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

/* line 137, app/assets/stylesheets/layouts/_sidebar.scss */
.mobile-floating-menu .submenu-item:last-of-type {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

/* line 142, app/assets/stylesheets/layouts/_sidebar.scss */
.mobile-floating-menu .submenu-item:hover {
  color: #4e73df;
  background-color: #f8fafc;
}

/* line 148, app/assets/stylesheets/layouts/_sidebar.scss */
.mobile-floating-menu .sidebar-section-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.6;
  padding: 0.75rem 1.25rem 0.5rem 1.25rem;
  margin: 0;
  color: #475569;
}

/* line 158, app/assets/stylesheets/layouts/_sidebar.scss */
.mobile-floating-menu .sidebar-section-title:first-child {
  padding-top: 0.75rem;
}

/* line 163, app/assets/stylesheets/layouts/_sidebar.scss */
.mobile-floating-menu .border-top {
  border-top: 1px solid #e2e8f0;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-15px) translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

@media (max-width: 991.98px) {
  /* line 181, app/assets/stylesheets/layouts/_sidebar.scss */
  #sidebar {
    width: 80px;
    transform: translateX(-100%);
    align-items: center;
    padding: 1rem 0.25rem;
  }
  /* line 187, app/assets/stylesheets/layouts/_sidebar.scss */
  #sidebar.show {
    transform: translateX(0);
  }
  /* line 192, app/assets/stylesheets/layouts/_sidebar.scss */
  .nav-link-custom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.6rem 0.25rem;
    gap: 0.25rem;
    min-width: 60px;
    position: relative;
  }
  /* line 201, app/assets/stylesheets/layouts/_sidebar.scss */
  .nav-link-custom span:not(.material-symbols-outlined) {
    display: none;
  }
  /* line 205, app/assets/stylesheets/layouts/_sidebar.scss */
  .nav-link-custom .material-symbols-outlined {
    font-size: 1.5rem;
  }
  /* line 210, app/assets/stylesheets/layouts/_sidebar.scss */
  .sidebar-section-title {
    display: none;
  }
  /* line 214, app/assets/stylesheets/layouts/_sidebar.scss */
  .submenu-item {
    display: none;
  }
  /* line 218, app/assets/stylesheets/layouts/_sidebar.scss */
  .submenu-card {
    display: none;
  }
  /* line 223, app/assets/stylesheets/layouts/_sidebar.scss */
  .mobile-floating-menu {
    display: none;
  }
  /* line 226, app/assets/stylesheets/layouts/_sidebar.scss */
  .mobile-floating-menu.show {
    display: flex;
  }
}

/* line 2, app/assets/stylesheets/layouts/_variables.scss */
:root {
  --sidebar-bg: #cce1ff;
  --sidebar-text: #0f172a;
  --primary-color: #4e73df;
  --font-headline: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
  --insights-primary-color: #1a3daa;
  --insights-secondary-color: #536fdc;
  --insights-bg-soft-blue: #f4f7ff;
  --insights-surface-color: #ffffff;
  --insights-text-main: #1a1b22;
  --insights-text-variant: #444653;
  --insights-border-light: rgba(0, 0, 0, 0.08);
}

/* Top Navigation Header */
/* line 4, app/assets/stylesheets/layouts/_top_menu.scss */
.top-nav {
  background: white;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  left: 260px;
  right: 0;
  z-index: 1001;
}

/* line 20, app/assets/stylesheets/layouts/_top_menu.scss */
.search-bar {
  display: none;
}

/* line 24, app/assets/stylesheets/layouts/_top_menu.scss */
.search-container {
  display: none;
}

/* line 27, app/assets/stylesheets/layouts/_top_menu.scss */
.search-container .material-symbols-outlined {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 34, app/assets/stylesheets/layouts/_top_menu.scss */
  .top-nav {
    left: 0;
  }
}

/* line 2, app/assets/stylesheets/layouts/_variables.scss */
:root {
  --sidebar-bg: #cce1ff;
  --sidebar-text: #0f172a;
  --primary-color: #4e73df;
  --font-headline: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
  --insights-primary-color: #1a3daa;
  --insights-secondary-color: #536fdc;
  --insights-bg-soft-blue: #f4f7ff;
  --insights-surface-color: #ffffff;
  --insights-text-main: #1a1b22;
  --insights-text-variant: #444653;
  --insights-border-light: rgba(0, 0, 0, 0.08);
}

/* Global Styles */
/* line 4, app/assets/stylesheets/layouts/_main.scss */
body {
  font-family: var(--font-body);
  background-color: #f8f9fc;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* line 12, app/assets/stylesheets/layouts/_main.scss */
h1,
h2,
h3,
.brand-font {
  font-family: var(--font-headline);
}

/* Main Wrapper */
/* line 20, app/assets/stylesheets/layouts/_main.scss */
.main-wrapper {
  margin-left: 260px;
  margin-top: 70px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: margin-left 0.3s ease-in-out;
}

/* Collapse Styling */
/* line 30, app/assets/stylesheets/layouts/_main.scss */
.collapse {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: visibility 0.35s linear, height 0.35s ease;
}

/* line 36, app/assets/stylesheets/layouts/_main.scss */
.collapse.show {
  visibility: visible;
  height: auto;
}

/* Material Icons */
/* line 43, app/assets/stylesheets/layouts/_main.scss */
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  vertical-align: middle;
}

/* Mobile/Tablet Responsive */
@media (max-width: 991.98px) {
  /* line 50, app/assets/stylesheets/layouts/_main.scss */
  .main-wrapper {
    margin-left: 0;
  }
}

/* line 3, app/assets/stylesheets/layouts/_insights.scss */
body {
  background-color: var(--insights-bg-soft-blue);
}

/* line 4, app/assets/stylesheets/layouts/_visualization.scss */
.label-tiny {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--insights-text-variant);
  opacity: 0.7;
}

/* line 12, app/assets/stylesheets/layouts/_visualization.scss */
.card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

/* line 18, app/assets/stylesheets/layouts/_visualization.scss */
.card-summary {
  height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--insights-surface-color);
  border: 1px solid var(--insights-border-light);
  border-left: 4px solid var(--insights-primary-color);
  transition: all 0.3s ease;
}

/* line 28, app/assets/stylesheets/layouts/_visualization.scss */
.card-summary:hover {
  box-shadow: 0 4px 16px rgba(26, 61, 170, 0.15);
}

/* line 32, app/assets/stylesheets/layouts/_visualization.scss */
.card-summary.warning {
  background-color: #fef8f3;
  border: 1px solid var(--insights-border-light) !important;
  border-left: 4px solid #763500 !important;
}

/* line 39, app/assets/stylesheets/layouts/_visualization.scss */
.editorial-ai-card {
  background-color: var(--sidebar-bg);
  color: var(--insights-text-main);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--insights-border-light);
}

/* line 46, app/assets/stylesheets/layouts/_visualization.scss */
.editorial-ai-card .ai-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.9;
  font-size: 120px;
  color: white;
}

/* line 56, app/assets/stylesheets/layouts/_visualization.scss */
.badge-category {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
}

/* line 64, app/assets/stylesheets/layouts/_visualization.scss */
.table-container {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--insights-border-light);
}

/* line 71, app/assets/stylesheets/layouts/_visualization.scss */
.table-container .table thead th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--insights-text-variant);
  background: #f8f9fa;
  border-bottom: 1px solid var(--insights-border-light);
  padding: 1rem 1.5rem;
}

/* line 81, app/assets/stylesheets/layouts/_visualization.scss */
.table-container .table tbody td {
  padding: 0.5rem 1rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

/* line 89, app/assets/stylesheets/layouts/_visualization.scss */
.progress {
  height: 6px;
  border-radius: 10px;
  background-color: #e9ecef;
}

/* line 95, app/assets/stylesheets/layouts/_visualization.scss */
.progress-bar {
  background-color: var(--insights-primary-color);
}

/* line 99, app/assets/stylesheets/layouts/_visualization.scss */
.btn-action-outline {
  background: white;
  color: var(--insights-primary-color);
  border: none;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 20px;
  text-transform: uppercase;
}

/* line 109, app/assets/stylesheets/layouts/_visualization.scss */
.btn-action-outline:hover {
  background: #f0f0f0;
  color: var(--insights-primary-color);
}

/* line 115, app/assets/stylesheets/layouts/_visualization.scss */
.row-finished {
  background-color: rgba(34, 197, 94, 0.08) !important;
}

/* line 118, app/assets/stylesheets/layouts/_visualization.scss */
.row-finished td {
  color: #16a34a;
  font-weight: 500;
  background-color: rgba(34, 197, 94, 0.08) !important;
}

/* line 2, app/assets/stylesheets/training_data.scss */
.training-data-container {
  animation: fadeIn 0.3s ease-in;
}

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

/* line 17, app/assets/stylesheets/training_data.scss */
.training-entry-row {
  transition: background-color 0.2s ease;
}

/* line 20, app/assets/stylesheets/training_data.scss */
.training-entry-row:hover {
  background-color: #f8f9fa;
}

/* line 25, app/assets/stylesheets/training_data.scss */
.badge {
  font-size: 0.85rem;
  padding: 0.4em 0.6em;
}

/* line 30, app/assets/stylesheets/training_data.scss */
code {
  padding: 2px 8px;
  background: #f5f5f5;
  border-radius: 3px;
  font-family: 'Monaco', 'Courier New', monospace;
  color: #c7254e;
}

/* line 38, app/assets/stylesheets/training_data.scss */
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

/* line 43, app/assets/stylesheets/training_data.scss */
.form-control-lg,
.form-select-lg {
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
}

/* line 49, app/assets/stylesheets/training_data.scss */
.alert-info {
  background-color: #e7f3ff;
  border-color: #b3d9ff;
  color: #004085;
}

/* line 54, app/assets/stylesheets/training_data.scss */
.alert-info h6 {
  color: #004085;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* line 60, app/assets/stylesheets/training_data.scss */
.alert-info ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}

/* line 64, app/assets/stylesheets/training_data.scss */
.alert-info ul li {
  margin-bottom: 0.25rem;
}

/* line 70, app/assets/stylesheets/training_data.scss */
.card {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  border: 0;
  margin-bottom: 1.5rem;
}

/* line 75, app/assets/stylesheets/training_data.scss */
.card .card-header {
  font-weight: 600;
  border-bottom: 0.125rem solid #e3e6f0;
}

/* line 81, app/assets/stylesheets/training_data.scss */
.btn-group {
  gap: 0.5rem;
}

/* line 85, app/assets/stylesheets/training_data.scss */
.table {
  margin-bottom: 0;
}

/* line 88, app/assets/stylesheets/training_data.scss */
.table thead {
  background-color: #f8f9fc;
  border-bottom: 2px solid #e3e6f0;
}

/* line 94, app/assets/stylesheets/training_data.scss */
.table tbody tr:nth-child(odd) {
  background-color: #f8f9fc;
}

/* line 100, app/assets/stylesheets/training_data.scss */
.empty-state {
  text-align: center;
  padding: 2rem;
}

/* line 104, app/assets/stylesheets/training_data.scss */
.empty-state i {
  font-size: 3rem;
  opacity: 0.3;
}

/* line 4, app/assets/stylesheets/consolidations.scss */
:root {
  --primary-color: #1a3daa;
  --secondary-color: #536fdc;
  --success-color: #10b981;
  --surface-color: #ffffff;
  --text-main: #1a1b22;
  --text-variant: #444653;
  --border-light: rgba(0, 0, 0, 0.08);
}

/* line 15, app/assets/stylesheets/consolidations.scss */
.card {
  border: 1px solid var(--border-light);
  border-radius: 0.5rem;
  background: var(--surface-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

/* line 22, app/assets/stylesheets/consolidations.scss */
.card.border-left-primary {
  border-left: 4px solid #1a3daa;
}

/* line 26, app/assets/stylesheets/consolidations.scss */
.card.border-left-success {
  border-left: 4px solid var(--success-color);
}

/* line 30, app/assets/stylesheets/consolidations.scss */
.card.shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 36, app/assets/stylesheets/consolidations.scss */
.card-header {
  background-color: var(--surface-color);
  border-bottom: 1px solid var(--border-light);
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 44, app/assets/stylesheets/consolidations.scss */
.card-header:hover {
  background-color: rgba(83, 111, 220, 0.04);
}

/* line 48, app/assets/stylesheets/consolidations.scss */
.card-header[data-bs-toggle="collapse"] {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/consolidations.scss */
.card-header h4, .card-header h5 {
  margin: 0;
  color: var(--text-main);
}

/* line 59, app/assets/stylesheets/consolidations.scss */
.toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  color: var(--secondary-color);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
}

/* line 73, app/assets/stylesheets/consolidations.scss */
.card-body {
  padding: 1.5rem;
  background-color: var(--surface-color);
}

/* line 77, app/assets/stylesheets/consolidations.scss */
.card-body table {
  margin-bottom: 0;
  font-size: 0.875rem;
}

/* line 82, app/assets/stylesheets/consolidations.scss */
.card-body table thead th {
  background-color: rgba(83, 111, 220, 0.08);
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.75rem;
  border: none;
}

/* line 95, app/assets/stylesheets/consolidations.scss */
.card-body table tbody tr {
  border-bottom: 1px solid var(--border-light);
}

/* line 98, app/assets/stylesheets/consolidations.scss */
.card-body table tbody tr:hover {
  background-color: rgba(83, 111, 220, 0.04);
}

/* line 102, app/assets/stylesheets/consolidations.scss */
.card-body table tbody tr td {
  padding: 0.75rem;
  color: var(--text-main);
  vertical-align: middle;
}

/* line 113, app/assets/stylesheets/consolidations.scss */
.table-responsive {
  overflow-x: auto;
}

/* line 116, app/assets/stylesheets/consolidations.scss */
.table-responsive::-webkit-scrollbar {
  height: 6px;
}

/* line 120, app/assets/stylesheets/consolidations.scss */
.table-responsive::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.04);
}

/* line 124, app/assets/stylesheets/consolidations.scss */
.table-responsive::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}

/* line 131, app/assets/stylesheets/consolidations.scss */
.btn {
  transition: all 0.2s ease;
}

/* line 134, app/assets/stylesheets/consolidations.scss */
.btn.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* line 138, app/assets/stylesheets/consolidations.scss */
.btn.btn-primary:hover {
  background-color: #152a6f;
  border-color: #152a6f;
}

/* line 144, app/assets/stylesheets/consolidations.scss */
.btn.btn-link {
  color: var(--primary-color);
  text-decoration: none;
  padding: 0.25rem;
}

/* line 149, app/assets/stylesheets/consolidations.scss */
.btn.btn-link:hover {
  color: var(--secondary-color);
}

/* line 3, app/assets/stylesheets/home_couple.scss */
:root {
  --system-blue: #96c0ff;
  --system-blue-dark: #96c0ff;
}

/* line 8, app/assets/stylesheets/home_couple.scss */
.hero-header {
  background: var(--system-blue) !important;
  color: white;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 15px rgba(78, 115, 223, 0.1);
}

/* line 16, app/assets/stylesheets/home_couple.scss */
.hero-header h5 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* line 22, app/assets/stylesheets/home_couple.scss */
.hero-header .house-info {
  font-size: 1.3rem;
  opacity: 0.95;
  margin: 0;
}

/* line 29, app/assets/stylesheets/home_couple.scss */
.chart-card {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

/* line 36, app/assets/stylesheets/home_couple.scss */
.chart-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* line 41, app/assets/stylesheets/home_couple.scss */
.chart-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 49, app/assets/stylesheets/home_couple.scss */
.chart-header-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--system-blue) !important;
  color: white;
  border-radius: 0.75rem;
  font-size: 1.5rem;
}

/* line 61, app/assets/stylesheets/home_couple.scss */
.chart-header-title {
  flex: 1;
}

/* line 64, app/assets/stylesheets/home_couple.scss */
.chart-header-title h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1b22;
}

/* line 71, app/assets/stylesheets/home_couple.scss */
.chart-header-title p {
  margin: 0.25rem 0 0 0;
  font-size: 0.85rem;
  color: #666;
}

/* line 78, app/assets/stylesheets/home_couple.scss */
.chart-body {
  padding: 1.5rem;
}

/* line 82, app/assets/stylesheets/home_couple.scss */
.chart-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 91, app/assets/stylesheets/home_couple.scss */
.summary-item {
  text-align: center;
}

/* line 94, app/assets/stylesheets/home_couple.scss */
.summary-item label {
  display: block;
  font-size: 0.8rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

/* line 104, app/assets/stylesheets/home_couple.scss */
.summary-item .value {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--system-blue) !important;
}

/* line 111, app/assets/stylesheets/home_couple.scss */
.logout-section {
  margin-top: 2rem;
  text-align: center;
}

/* line 116, app/assets/stylesheets/home_couple.scss */
.logout-btn {
  background: var(--system-blue) !important;
  border: none;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/home_couple.scss */
.logout-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(78, 115, 223, 0.3) !important;
}

/* line 13, app/assets/stylesheets/application.scss */
:root {
  --primary-color: #1a3daa;
  --secondary-color: #536fdc;
  --bg-soft-blue: #f5f7ff;
  --surface-color: #ffffff;
  --text-main: #1a1b22;
  --text-variant: #444653;
  --border-light: rgba(0, 0, 0, 0.08);
  --success-color: #10b981;
}

/* line 24, app/assets/stylesheets/application.scss */
body {
  background-color: var(--bg-soft-blue);
}

/* line 28, app/assets/stylesheets/application.scss */
.page-section {
  margin-bottom: 1.5rem;
}

/* line 32, app/assets/stylesheets/application.scss */
.card {
  border: 1px solid var(--border-light);
  border-radius: 1rem;
  background: var(--surface-color);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  overflow: hidden;
}

/* line 40, app/assets/stylesheets/application.scss */
.card:hover {
  box-shadow: 0 8px 24px rgba(26, 61, 170, 0.12);
  transform: translateY(-2px);
  border-color: var(--secondary-color);
}

/* line 47, app/assets/stylesheets/application.scss */
.card-body {
  padding: 1.5rem;
  background: linear-gradient(135deg, var(--surface-color) 0%, rgba(245, 247, 255, 0.5) 100%);
}

/* line 56, app/assets/stylesheets/application.scss */
.summary-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* line 63, app/assets/stylesheets/application.scss */
.summary-card-content {
  flex: 1;
}

/* line 67, app/assets/stylesheets/application.scss */
.summary-card-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-variant);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* line 76, app/assets/stylesheets/application.scss */
.summary-card-value {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

/* line 83, app/assets/stylesheets/application.scss */
.summary-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
  font-size: 1.5rem;
}

/* line 95, app/assets/stylesheets/application.scss */
.filter-section {
  background: var(--surface-color);
  border: 1px solid var(--border-light);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

/* line 107, app/assets/stylesheets/application.scss */
.table-section {
  background: var(--surface-color);
  border: 1px solid var(--border-light);
  border-radius: 1rem;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/application.scss */
.table-section-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--border-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* line 124, app/assets/stylesheets/application.scss */
.table-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-main);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 133, app/assets/stylesheets/application.scss */
.table-section-title i,
.table-section-title .material-symbols-outlined {
  color: var(--secondary-color);
  font-size: 1.25rem;
}

/* line 140, app/assets/stylesheets/application.scss */
.table-section-info {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

/* line 146, app/assets/stylesheets/application.scss */
.table-section-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* line 152, app/assets/stylesheets/application.scss */
.table-section-stat-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-variant);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* line 161, app/assets/stylesheets/application.scss */
.table-section-stat-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-color);
}

/* line 167, app/assets/stylesheets/application.scss */
.detail-table {
  margin-bottom: 0;
  font-size: 0.875rem;
}

/* line 171, app/assets/stylesheets/application.scss */
.detail-table thead th {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--secondary-color);
  background: linear-gradient(135deg, rgba(83, 111, 220, 0.08) 0%, rgba(83, 111, 220, 0.04) 100%);
  border-bottom: 1px solid rgba(83, 111, 220, 0.15);
  padding: 0.35rem 0.5rem;
  font-weight: 700;
  border: none;
}

/* line 187, app/assets/stylesheets/application.scss */
.detail-table tbody td {
  padding: 0.35rem 0.5rem;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-main);
  vertical-align: middle;
}

/* line 194, app/assets/stylesheets/application.scss */
.detail-table tbody tr:hover {
  background-color: rgba(83, 111, 220, 0.04);
}

/* line 199, app/assets/stylesheets/application.scss */
.entry-value {
  font-weight: 700;
  color: var(--primary-color);
}

/* line 204, app/assets/stylesheets/application.scss */
.entry-installment {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 0.25rem;
  background-color: rgba(83, 111, 220, 0.1);
  color: var(--secondary-color);
  display: inline-block;
}

/* line 215, app/assets/stylesheets/application.scss */
.entry-category-badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  display: inline-block;
}

/* line 223, app/assets/stylesheets/application.scss */
.card-photo-sm {
  width: 32px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

/* line 230, app/assets/stylesheets/application.scss */
.card-badge {
  width: 32px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgba(83, 111, 220, 0.15);
  color: var(--secondary-color);
}

/* line 244, app/assets/stylesheets/application.scss */
.edit-btn {
  transition: opacity 0.2s ease;
  color: var(--primary-color);
  text-decoration: none;
  padding: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  cursor: pointer;
}

/* line 255, app/assets/stylesheets/application.scss */
.edit-btn:hover {
  background-color: rgba(26, 61, 170, 0.1);
  color: var(--primary-color);
}

/* line 261, app/assets/stylesheets/application.scss */
.detail-table tbody tr:hover .edit-btn {
  background-color: rgba(26, 61, 170, 0.1);
}

/* line 265, app/assets/stylesheets/application.scss */
.checkbox-custom {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--primary-color);
}

/* line 272, app/assets/stylesheets/application.scss */
.btn-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* line 278, app/assets/stylesheets/application.scss */
.btn-bulk-edit {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: white;
}

/* line 283, app/assets/stylesheets/application.scss */
.btn-bulk-edit:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}

/* line 290, app/assets/stylesheets/application.scss */
.btn-train-update {
  background-color: rgba(16, 185, 129, 0.15);
  border-color: #10b981;
  color: #10b981;
}

/* line 295, app/assets/stylesheets/application.scss */
.btn-train-update:hover {
  background-color: #10b981;
  border-color: #10b981;
  color: white;
}

/* line 302, app/assets/stylesheets/application.scss */
.empty-state {
  text-align: center;
  padding: 2rem 1rem;
}

/* line 307, app/assets/stylesheets/application.scss */
.empty-state-icon {
  font-size: 2.5rem;
  color: var(--text-variant);
  margin-bottom: 1rem;
  opacity: 0.5;
}

/* line 314, app/assets/stylesheets/application.scss */
.empty-state-text {
  color: var(--text-variant);
  font-size: 0.95rem;
}

/* line 323, app/assets/stylesheets/application.scss */
:root {
  --sidebar-bg: #cce1ff;
  --sidebar-text: #0f172a;
  --primary-color: #4e73df;
  --font-headline: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
  --insights-primary-color: #1a3daa;
  --insights-secondary-color: #536fdc;
  --insights-bg-soft-blue: #f4f7ff;
  --insights-surface-color: #ffffff;
  --insights-text-main: #1a1b22;
  --insights-text-variant: #444653;
  --insights-border-light: rgba(0, 0, 0, 0.08);
}

/* line 340, app/assets/stylesheets/application.scss */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 346, app/assets/stylesheets/application.scss */
body {
  font-family: var(--font-body);
  background-color: #f8f9fc;
  overflow-x: hidden;
}

/* line 352, app/assets/stylesheets/application.scss */
h1, h2, h3, .brand-font {
  font-family: var(--font-headline);
}

/* Aggressive table row collapse styles */
/* line 357, app/assets/stylesheets/application.scss */
tr.collapse {
  display: none !important;
  visibility: visible !important;
  height: auto !important;
}

/* line 363, app/assets/stylesheets/application.scss */
tr.collapse.show {
  display: table-row !important;
  visibility: visible !important;
  height: auto !important;
}
