@charset "UTF-8";
/* app/assets/stylesheets/dashboard.scss */
/* line 7, app/assets/stylesheets/components/_dashboard_components.scss */
.case-breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 0 24px 24px;
  white-space: nowrap;
}

/* line 15, app/assets/stylesheets/components/_dashboard_components.scss */
.case-breadcrumb__link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #637083;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* line 25, app/assets/stylesheets/components/_dashboard_components.scss */
.case-breadcrumb__link:hover {
  color: #344051;
}

/* line 30, app/assets/stylesheets/components/_dashboard_components.scss */
.case-breadcrumb__icon {
  color: #637083;
  flex-shrink: 0;
}

/* line 35, app/assets/stylesheets/components/_dashboard_components.scss */
.case-breadcrumb__chevron {
  color: #637083;
  flex-shrink: 0;
}

/* line 40, app/assets/stylesheets/components/_dashboard_components.scss */
.case-breadcrumb__current {
  font-size: 13px;
  font-weight: 600;
  color: #141c25;
}

/* line 51, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card {
  background: white;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  margin: 0 16px 16px;
  overflow: hidden;
}

/* line 58, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}

/* line 65, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__info {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 71, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__icon-wrapper {
  width: 40px;
  height: 40px;
  background: #e5f2ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px white, 0 0 0 3px #e0f2fe;
}

/* line 82, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__icon {
  color: #2e7fd8;
}

/* line 86, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 92, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__title {
  font-size: 18px;
  font-weight: 500;
  color: #141c25;
  margin: 0;
  line-height: 28px;
}

/* line 100, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__badges {
  display: flex;
  gap: 4px;
  align-items: center;
}

/* line 106, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

/* line 116, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__badge svg {
  width: 16px;
  height: 16px;
}

/* line 121, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__badge--outline {
  border: 1px solid #e4e7ec;
  color: #344051;
  background: white;
}

/* line 127, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__badge--warning {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #78350f;
}

/* line 132, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__badge--warning svg {
  color: #f59e0b;
}

/* line 137, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__badge--success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

/* line 142, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__badge--success svg {
  color: #10b981;
}

/* line 147, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__badge--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

/* line 152, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__badge--error svg {
  color: #ef4444;
}

/* line 158, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__actions {
  display: flex;
  gap: 9px;
}

/* line 163, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

/* line 176, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__btn svg {
  width: 16px;
  height: 16px;
}

/* line 181, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__btn--secondary {
  background: white;
  border: 1px solid #e4e7ec;
  color: #344051;
}

/* line 186, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__btn--secondary:hover {
  background: #f9fafb;
  border-color: #ced2da;
}

/* line 192, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__btn--primary {
  background: #2e7fd8;
  border: 1px solid #2e7fd8;
  color: white;
  box-shadow: 0px 1px 2px rgba(20, 28, 37, 0.04);
}

/* line 198, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__btn--primary:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: white;
}

/* line 206, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__tabs {
  display: flex;
  border-top: 1px solid #e4e7ec;
}

/* line 211, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__tab {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #637083;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

/* line 221, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__tab:hover {
  color: #344051;
}

/* line 225, app/assets/stylesheets/components/_dashboard_components.scss */
.case-header-card__tab--active {
  color: #141c25;
  border-bottom-color: #2e7fd8;
}

/* line 236, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card {
  background: white;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  margin: 0 16px 16px;
  overflow: hidden;
}

/* line 243, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 20px;
}

/* line 250, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__title-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 256, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__icon {
  color: #344051;
}

/* line 260, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #141c25;
  margin: 0;
  line-height: 28px;
}

/* line 268, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 274, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__type-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  background: #2e7fd8;
  color: white;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* line 287, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__new-case-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: transparent;
  color: #344051;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* line 301, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__new-case-btn svg {
  width: 14px;
  height: 14px;
}

/* line 306, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__new-case-btn:hover {
  background: #f9fafb;
  color: #344051;
  border-color: #9ca3af;
}

/* line 313, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__body {
  padding: 0 24px 24px;
}

/* line 317, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__content {
  position: relative;
  padding-left: 16px;
  border-left: 4px solid #667eea;
}

/* line 323, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__text {
  font-size: 15px;
  line-height: 1.7;
  color: #637083;
  margin: 0;
}

/* line 330, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__footer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: #f9fafb;
  border-top: 1px solid #e4e7ec;
  flex-wrap: wrap;
}

/* line 340, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__party {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 180px;
  padding: 16px 20px;
  background: white;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
}

/* line 352, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__party-icon {
  color: #637083;
}

/* line 355, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__party-icon svg {
  width: 24px;
  height: 24px;
}

/* line 361, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__party-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 367, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__party-label {
  font-size: 11px;
  font-weight: 600;
  color: #637083;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 375, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__party-name {
  font-size: 15px;
  font-weight: 600;
  color: #141c25;
}

/* line 381, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__separator {
  color: #ced2da;
  flex-shrink: 0;
}

/* line 385, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__separator svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  /* line 381, app/assets/stylesheets/components/_dashboard_components.scss */
  .case-summary-card__separator {
    display: none;
  }
}

/* line 395, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__claim-value {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  min-width: 160px;
}

/* line 406, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__claim-icon {
  color: #64748b;
}

/* line 409, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__claim-icon svg {
  width: 24px;
  height: 24px;
}

/* line 415, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__claim-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 421, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__claim-label {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 429, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__claim-amount {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

/* line 435, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__case-stage {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  min-width: 180px;
}

/* line 446, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__stage-icon {
  color: #64748b;
}

/* line 449, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__stage-icon svg {
  width: 24px;
  height: 24px;
}

/* line 455, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__stage-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 461, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__stage-label {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 469, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__stage-name {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

@media (max-width: 768px) {
  /* line 476, app/assets/stylesheets/components/_dashboard_components.scss */
  .case-summary-card__footer {
    flex-direction: column;
  }
  /* line 480, app/assets/stylesheets/components/_dashboard_components.scss */
  .case-summary-card__party, .case-summary-card__claim-value, .case-summary-card__case-stage {
    width: 100%;
    min-width: auto;
  }
}

/* line 493, app/assets/stylesheets/components/_dashboard_components.scss */
.case-type-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
  transition: all 0.3s ease;
}

/* line 507, app/assets/stylesheets/components/_dashboard_components.scss */
.case-type-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

/* line 513, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-content {
  position: relative;
  padding-left: 1.5rem;
}

/* line 517, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}

/* line 529, app/assets/stylesheets/components/_dashboard_components.scss */
.summary-text {
  font-size: 1.125rem;
  line-height: 1.9;
  color: #2d3748;
  margin: 0;
}

/* line 535, app/assets/stylesheets/components/_dashboard_components.scss */
.summary-text p {
  margin-bottom: 1.25rem;
}

/* line 538, app/assets/stylesheets/components/_dashboard_components.scss */
.summary-text p:last-child {
  margin-bottom: 0;
}

/* line 543, app/assets/stylesheets/components/_dashboard_components.scss */
.summary-text strong {
  color: #1a202c;
  font-weight: 700;
  background: linear-gradient(135deg, #667eea20 0%, #764ba220 100%);
  padding: 0.1em 0.3em;
  border-radius: 3px;
}

@media (min-width: 768px) {
  /* line 529, app/assets/stylesheets/components/_dashboard_components.scss */
  .summary-text {
    font-size: 1.1875rem;
    line-height: 2;
  }
}

/* line 557, app/assets/stylesheets/components/_dashboard_components.scss */
.case-party {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  min-width: 200px;
  padding: 1rem 1.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

/* line 569, app/assets/stylesheets/components/_dashboard_components.scss */
.case-party:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* line 574, app/assets/stylesheets/components/_dashboard_components.scss */
.case-party__icon {
  font-size: 2rem;
  filter: grayscale(0.3);
}

/* line 579, app/assets/stylesheets/components/_dashboard_components.scss */
.case-party__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 585, app/assets/stylesheets/components/_dashboard_components.scss */
.case-party__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* line 593, app/assets/stylesheets/components/_dashboard_components.scss */
.case-party__name {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1a202c;
}

/* line 600, app/assets/stylesheets/components/_dashboard_components.scss */
.case-party-divider {
  display: flex;
  align-items: center;
  color: #cbd5e0;
}

/* line 605, app/assets/stylesheets/components/_dashboard_components.scss */
.case-party-divider svg {
  opacity: 0.5;
}

@media (max-width: 768px) {
  /* line 600, app/assets/stylesheets/components/_dashboard_components.scss */
  .case-party-divider {
    display: none;
  }
}

/* line 614, app/assets/stylesheets/components/_dashboard_components.scss */
.case-amount {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
  transition: all 0.3s ease;
  margin-left: auto;
}

/* line 625, app/assets/stylesheets/components/_dashboard_components.scss */
.case-amount:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

/* line 630, app/assets/stylesheets/components/_dashboard_components.scss */
.case-amount__icon {
  font-size: 2rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* line 635, app/assets/stylesheets/components/_dashboard_components.scss */
.case-amount__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 641, app/assets/stylesheets/components/_dashboard_components.scss */
.case-amount__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* line 649, app/assets/stylesheets/components/_dashboard_components.scss */
.case-amount__value {
  font-size: 1.5rem;
  font-weight: 900;
  color: white;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  /* line 614, app/assets/stylesheets/components/_dashboard_components.scss */
  .case-amount {
    width: 100%;
    margin-left: 0;
  }
}

/* line 663, app/assets/stylesheets/components/_dashboard_components.scss */
.case-stage {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
  transition: all 0.3s ease;
}

/* line 673, app/assets/stylesheets/components/_dashboard_components.scss */
.case-stage:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.4);
}

/* line 678, app/assets/stylesheets/components/_dashboard_components.scss */
.case-stage__icon {
  font-size: 2rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* line 683, app/assets/stylesheets/components/_dashboard_components.scss */
.case-stage__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 689, app/assets/stylesheets/components/_dashboard_components.scss */
.case-stage__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* line 697, app/assets/stylesheets/components/_dashboard_components.scss */
.case-stage__value {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  /* line 663, app/assets/stylesheets/components/_dashboard_components.scss */
  .case-stage {
    width: 100%;
  }
}

/* line 710, app/assets/stylesheets/components/_dashboard_components.scss */
.case-summary-card__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 717, app/assets/stylesheets/components/_dashboard_components.scss */
.btn-new-case {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
  transition: all 0.2s ease;
}

/* line 731, app/assets/stylesheets/components/_dashboard_components.scss */
.btn-new-case svg {
  width: 14px;
  height: 14px;
}

/* line 736, app/assets/stylesheets/components/_dashboard_components.scss */
.btn-new-case:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
  color: white;
}

/* line 742, app/assets/stylesheets/components/_dashboard_components.scss */
.btn-new-case:active {
  transform: translateY(0);
}

/* line 748, app/assets/stylesheets/components/_dashboard_components.scss */
.loading-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
  margin-right: 0.5rem;
}

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

/* ===== Variables ===== */
/* line 5, app/assets/stylesheets/dashboard.scss */
:root {
  --color-primary: #3B82F6;
  --color-primary-dark: #2563EB;
  --color-secondary: #64748B;
  --color-success: #10B981;
  --color-warning: #F59E0B;
  --color-danger: #EF4444;
  --color-orange: #FB923C;
  --color-amber: #F59E0B;
  --bg-primary: #FFFFFF;
  --bg-secondary: #F8FAFC;
  --bg-tertiary: #F1F5F9;
  --border-color: #E2E8F0;
  --text-primary: #0F172A;
  --text-secondary: #64748B;
  --text-tertiary: #94A3B8;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-full: 9999px;
  --sidebar-width: 180px;
}

/* ===== Layout ===== */
/* line 36, app/assets/stylesheets/dashboard.scss */
.dashboard-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--bg-secondary);
  position: relative;
}

/* line 44, app/assets/stylesheets/dashboard.scss */
.dashboard-main {
  flex: 1;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  /* Prevent horizontal scroll from child elements */
}

/* line 51, app/assets/stylesheets/dashboard.scss */
.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 360px);
  gap: 24px;
  padding: 24px;
  max-width: 1800px;
  margin: 0 auto;
  overflow-x: hidden;
  /* Contain overflow from children */
  box-sizing: border-box;
  width: 100%;
}

/* line 63, app/assets/stylesheets/dashboard.scss */
.dashboard-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  /* Allow content to shrink below natural size */
  overflow-x: hidden;
}

/* line 71, app/assets/stylesheets/dashboard.scss */
.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  /* Allow sidebar to shrink */
  overflow-x: hidden;
}

/* ===== Case Header ===== */
/* line 80, app/assets/stylesheets/dashboard.scss */
.case-header {
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--border-color);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 89, app/assets/stylesheets/dashboard.scss */
.case-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 95, app/assets/stylesheets/dashboard.scss */
.case-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

/* line 102, app/assets/stylesheets/dashboard.scss */
.case-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 108, app/assets/stylesheets/dashboard.scss */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-secondary);
}

/* line 115, app/assets/stylesheets/dashboard.scss */
.breadcrumb .separator {
  color: var(--text-tertiary);
}

/* line 119, app/assets/stylesheets/dashboard.scss */
.breadcrumb .current {
  color: var(--text-primary);
  font-weight: 500;
}

/* line 125, app/assets/stylesheets/dashboard.scss */
.case-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}

/* line 132, app/assets/stylesheets/dashboard.scss */
.case-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 138, app/assets/stylesheets/dashboard.scss */
.case-id {
  font-size: 14px;
  color: var(--text-secondary);
}

/* line 143, app/assets/stylesheets/dashboard.scss */
.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 500;
}

/* line 151, app/assets/stylesheets/dashboard.scss */
.status-badge.status-pending, .status-badge.status-dispute-arose {
  background-color: #FEF3C7;
  color: #92400E;
}

/* line 157, app/assets/stylesheets/dashboard.scss */
.status-badge.status-active, .status-badge.status-in-progress, .status-badge.status-dispute-communicated, .status-badge.status-response-received {
  background-color: #DBEAFE;
  color: #1E40AF;
}

/* line 165, app/assets/stylesheets/dashboard.scss */
.status-badge.status-completed, .status-badge.status-final-hearing {
  background-color: #D1FAE5;
  color: #065F46;
}

/* line 171, app/assets/stylesheets/dashboard.scss */
.status-badge.status-mediation-proposed, .status-badge.status-mediation-undertaken {
  background-color: #FEF3C7;
  color: #92400E;
}

/* line 177, app/assets/stylesheets/dashboard.scss */
.status-badge.status-litigation-commenced, .status-badge.status-preliminary-hearing {
  background-color: #FEE2E2;
  color: #991B1B;
}

/* line 184, app/assets/stylesheets/dashboard.scss */
.case-header-actions {
  display: flex;
  gap: 12px;
}

/* ===== Buttons ===== */
/* line 190, app/assets/stylesheets/dashboard.scss */
.btn-primary,
.btn-secondary,
.btn-primary-outline,
.btn-primary-sm,
.btn-upload,
.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  text-decoration: none;
}

/* line 208, app/assets/stylesheets/dashboard.scss */
.btn-primary svg,
.btn-secondary svg,
.btn-primary-outline svg,
.btn-primary-sm svg,
.btn-upload svg,
.btn-link svg {
  width: 16px;
  height: 16px;
}

/* line 214, app/assets/stylesheets/dashboard.scss */
.btn-primary {
  background-color: var(--color-primary);
  color: white;
}

/* line 218, app/assets/stylesheets/dashboard.scss */
.btn-primary:hover {
  background-color: var(--color-primary-dark);
}

/* line 223, app/assets/stylesheets/dashboard.scss */
.btn-secondary {
  background-color: var(--bg-tertiary);
  color: var(--text-primary);
}

/* line 227, app/assets/stylesheets/dashboard.scss */
.btn-secondary:hover {
  background-color: #E2E8F0;
}

/* line 232, app/assets/stylesheets/dashboard.scss */
.btn-success {
  background-color: var(--color-success);
  color: white;
}

/* line 236, app/assets/stylesheets/dashboard.scss */
.btn-success:hover {
  background-color: #059669;
}

/* line 240, app/assets/stylesheets/dashboard.scss */
.btn-success:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 246, app/assets/stylesheets/dashboard.scss */
.btn-primary-outline {
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

/* line 251, app/assets/stylesheets/dashboard.scss */
.btn-primary-outline:hover {
  background-color: #EFF6FF;
}

/* line 256, app/assets/stylesheets/dashboard.scss */
.btn-primary-sm {
  padding: 6px 12px;
  font-size: 13px;
  background-color: var(--color-primary);
  color: white;
}

/* line 263, app/assets/stylesheets/dashboard.scss */
.btn-upload {
  width: 100%;
  justify-content: center;
  background-color: var(--color-primary);
  color: white;
  padding: 12px;
}

/* line 271, app/assets/stylesheets/dashboard.scss */
.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 0;
  background: none;
  border: none;
}

/* line 283, app/assets/stylesheets/dashboard.scss */
.btn-link:hover {
  text-decoration: underline;
}

/* ===== Tab Navigation ===== */
/* line 289, app/assets/stylesheets/dashboard.scss */
.tab-nav {
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--border-color);
  padding: 0 24px;
  display: flex;
  gap: 32px;
}

/* line 297, app/assets/stylesheets/dashboard.scss */
.tab-link {
  padding: 16px 0;
  color: var(--text-secondary);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}

/* line 306, app/assets/stylesheets/dashboard.scss */
.tab-link:hover {
  color: var(--text-primary);
}

/* line 310, app/assets/stylesheets/dashboard.scss */
.tab-link.active {
  color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

/* ===== Metrics Section ===== */
/* line 317, app/assets/stylesheets/dashboard.scss */
.metrics-section {
  width: 100%;
}

/* line 320, app/assets/stylesheets/dashboard.scss */
.metrics-section .metrics-grid {
  display: flex;
  gap: 16px;
}

@media (max-width: 767px) {
  /* line 320, app/assets/stylesheets/dashboard.scss */
  .metrics-section .metrics-grid {
    flex-wrap: nowrap;
  }
  /* line 328, app/assets/stylesheets/dashboard.scss */
  .metrics-section .metrics-grid .metric-card {
    min-width: 200px;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  /* line 320, app/assets/stylesheets/dashboard.scss */
  .metrics-section .metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 343, app/assets/stylesheets/dashboard.scss */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 347, app/assets/stylesheets/dashboard.scss */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* line 352, app/assets/stylesheets/dashboard.scss */
.metric-card {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 16px;
  box-shadow: var(--shadow-sm);
}

/* line 359, app/assets/stylesheets/dashboard.scss */
.metric-card--horizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* line 366, app/assets/stylesheets/dashboard.scss */
.metric-card--savings {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 372, app/assets/stylesheets/dashboard.scss */
.metric-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 379, app/assets/stylesheets/dashboard.scss */
.metric-card__title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  margin: 0;
}

/* line 386, app/assets/stylesheets/dashboard.scss */
.metric-card__stats {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 392, app/assets/stylesheets/dashboard.scss */
.metric-card__value {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.4;
}

/* line 398, app/assets/stylesheets/dashboard.scss */
.metric-card__value--success {
  font-size: 24px;
  color: var(--color-success);
}

/* line 404, app/assets/stylesheets/dashboard.scss */
.metric-card__description {
  font-size: 12px;
  color: var(--text-tertiary);
  margin: 0;
  line-height: 1.3;
}

/* line 411, app/assets/stylesheets/dashboard.scss */
.metric-card__chart {
  flex-shrink: 0;
}

/* line 415, app/assets/stylesheets/dashboard.scss */
.metric-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--bg-secondary);
  border-radius: var(--radius-md);
  padding: 8px;
}

/* line 424, app/assets/stylesheets/dashboard.scss */
.metric-card__label {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-tertiary);
}

/* line 430, app/assets/stylesheets/dashboard.scss */
.metric-card__total {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
}

/* line 437, app/assets/stylesheets/dashboard.scss */
.circular-progress {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 12px;
}

/* line 443, app/assets/stylesheets/dashboard.scss */
.circular-progress--small {
  width: 80px;
  height: 80px;
  margin: 0;
}

/* line 449, app/assets/stylesheets/dashboard.scss */
.circular-progress--with-grade {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 457, app/assets/stylesheets/dashboard.scss */
.progress-grade {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

/* line 467, app/assets/stylesheets/dashboard.scss */
.progress-grade--a {
  color: #22C55E;
}

/* line 471, app/assets/stylesheets/dashboard.scss */
.progress-grade--b {
  color: #84CC16;
}

/* line 475, app/assets/stylesheets/dashboard.scss */
.progress-grade--c {
  color: #EAB308;
}

/* line 479, app/assets/stylesheets/dashboard.scss */
.progress-grade--d {
  color: #F97316;
}

/* line 483, app/assets/stylesheets/dashboard.scss */
.progress-grade--f {
  color: #EF4444;
}

/* line 488, app/assets/stylesheets/dashboard.scss */
.progress-ring {
  transform: rotate(-90deg);
}

/* line 492, app/assets/stylesheets/dashboard.scss */
.progress-ring-bg {
  fill: none;
  stroke: var(--bg-tertiary);
  stroke-width: 6;
}

/* line 498, app/assets/stylesheets/dashboard.scss */
.progress-ring-fill {
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 213.628;
  stroke-dashoffset: calc(213.628 - (213.628 * var(--progress)) / 100);
  transition: stroke-dashoffset 0.5s ease;
}

/* line 507, app/assets/stylesheets/dashboard.scss */
.progress-ring-fill.progress-orange {
  stroke: var(--color-orange);
}

/* line 511, app/assets/stylesheets/dashboard.scss */
.progress-ring-fill.progress-amber {
  stroke: var(--color-amber);
}

/* line 515, app/assets/stylesheets/dashboard.scss */
.progress-ring-fill.progress-yellow {
  stroke: #EAB308;
}

/* line 519, app/assets/stylesheets/dashboard.scss */
.progress-ring-fill.progress-cyan {
  stroke: #06B6D4;
}

/* line 524, app/assets/stylesheets/dashboard.scss */
.progress-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 530, app/assets/stylesheets/dashboard.scss */
.progress-value .value {
  font-size: 28px;
  font-weight: 600;
  color: var(--text-primary);
}

/* line 537, app/assets/stylesheets/dashboard.scss */
.metric-description {
  font-size: 13px;
  color: var(--text-secondary);
  margin: 0;
}

/* line 543, app/assets/stylesheets/dashboard.scss */
.savings-display {
  padding: 20px 0;
}

/* line 547, app/assets/stylesheets/dashboard.scss */
.savings-amount {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-success);
  margin-bottom: 8px;
}

/* line 554, app/assets/stylesheets/dashboard.scss */
.savings-breakdown {
  margin-top: 12px;
}

/* line 557, app/assets/stylesheets/dashboard.scss */
.savings-breakdown .total-estimate {
  font-size: 14px;
  color: var(--text-secondary);
}

/* ===== Strategic Advice Section ===== */
/* line 564, app/assets/stylesheets/dashboard.scss */
.strategic-advice-section {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

/* line 572, app/assets/stylesheets/dashboard.scss */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

/* line 578, app/assets/stylesheets/dashboard.scss */
.section-header .header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 584, app/assets/stylesheets/dashboard.scss */
.section-header h2 {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  margin: 0;
}

/* line 592, app/assets/stylesheets/dashboard.scss */
.btn-refresh-analysis {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background-color: transparent;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 606, app/assets/stylesheets/dashboard.scss */
.btn-refresh-analysis .icon {
  width: 16px;
  height: 16px;
}

/* line 611, app/assets/stylesheets/dashboard.scss */
.btn-refresh-analysis:hover {
  background-color: var(--bg-tertiary);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

/* line 617, app/assets/stylesheets/dashboard.scss */
.btn-refresh-analysis:active {
  transform: scale(0.98);
}

/* line 622, app/assets/stylesheets/dashboard.scss */
.progress-indicator {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 628, app/assets/stylesheets/dashboard.scss */
.progress-bar {
  width: 200px;
  max-width: 400px;
  height: 6px;
  background-color: var(--bg-tertiary);
  border-radius: var(--radius-full);
  overflow: hidden;
}

@media (min-width: 1200px) {
  /* line 628, app/assets/stylesheets/dashboard.scss */
  .progress-bar {
    width: 300px;
  }
}

/* line 641, app/assets/stylesheets/dashboard.scss */
.progress-fill {
  height: 100%;
  background-color: #2e7fd8;
  transition: width 0.5s ease;
}

/* line 647, app/assets/stylesheets/dashboard.scss */
.progress-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
}

/* line 653, app/assets/stylesheets/dashboard.scss */
.strategic-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

/* line 658, app/assets/stylesheets/dashboard.scss */
.strategic-steps--horizontal {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* line 663, app/assets/stylesheets/dashboard.scss */
.strategic-steps .empty-state {
  grid-column: 1 / -1;
  width: 100%;
}

@media (max-width: 1200px) {
  /* line 653, app/assets/stylesheets/dashboard.scss */
  .strategic-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  /* line 653, app/assets/stylesheets/dashboard.scss */
  .strategic-steps {
    grid-template-columns: 1fr;
  }
}

/* line 678, app/assets/stylesheets/dashboard.scss */
.step-card-v2 {
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 16px;
  transition: all 0.2s;
}

/* line 685, app/assets/stylesheets/dashboard.scss */
.step-card-v2--completed {
  background-color: var(--bg-secondary);
  border-color: #2e7fd8;
}

/* line 690, app/assets/stylesheets/dashboard.scss */
.step-card-v2--current {
  border-color: #2e7fd8;
}

/* line 694, app/assets/stylesheets/dashboard.scss */
.step-card-v2__main {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* line 700, app/assets/stylesheets/dashboard.scss */
.step-card-v2__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 707, app/assets/stylesheets/dashboard.scss */
.step-card-v2__label {
  font-size: 13px;
  font-weight: 500;
  color: #2e7fd8;
}

/* line 713, app/assets/stylesheets/dashboard.scss */
.step-card-v2__description {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.5;
}

/* line 720, app/assets/stylesheets/dashboard.scss */
.step-card-v2__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #2e7fd8;
  text-decoration: none;
  margin-top: 4px;
}

/* line 730, app/assets/stylesheets/dashboard.scss */
.step-card-v2__link:hover {
  text-decoration: underline;
}

/* line 734, app/assets/stylesheets/dashboard.scss */
.step-card-v2__link svg {
  width: 16px;
  height: 16px;
}

/* line 740, app/assets/stylesheets/dashboard.scss */
.step-card-v2__checkbox {
  flex-shrink: 0;
}

/* line 745, app/assets/stylesheets/dashboard.scss */
.checkbox-checked {
  width: 20px;
  height: 20px;
  background-color: #2e7fd8;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 755, app/assets/stylesheets/dashboard.scss */
.checkbox-unchecked {
  width: 20px;
  height: 20px;
  background-color: var(--bg-primary);
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-md);
}

/* line 764, app/assets/stylesheets/dashboard.scss */
.step-card {
  border: 2px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 16px;
  transition: all 0.2s;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* line 773, app/assets/stylesheets/dashboard.scss */
.step-card.completed {
  background-color: #F0FDF4;
  border-color: var(--color-success);
}

/* line 777, app/assets/stylesheets/dashboard.scss */
.step-card.completed .step-number-badge {
  background-color: var(--color-success);
  color: white;
}

/* line 783, app/assets/stylesheets/dashboard.scss */
.step-card.current {
  border-color: var(--color-primary);
  background-color: #EFF6FF;
}

/* line 789, app/assets/stylesheets/dashboard.scss */
.step-number-badge {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: var(--radius-md);
  background-color: var(--color-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 805, app/assets/stylesheets/dashboard.scss */
.step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 812, app/assets/stylesheets/dashboard.scss */
.step-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

/* line 820, app/assets/stylesheets/dashboard.scss */
.step-description {
  font-size: 13px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.4;
}

/* line 827, app/assets/stylesheets/dashboard.scss */
.step-actions {
  margin-top: 8px;
}

/* ===== Accordion Sections ===== */
/* line 832, app/assets/stylesheets/dashboard.scss */
.case-analysis-section,
.case-fundamentals-section {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

/* line 840, app/assets/stylesheets/dashboard.scss */
.case-analysis-section .section-header,
.case-fundamentals-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}

/* line 848, app/assets/stylesheets/dashboard.scss */
.case-analysis-section .section-header .header-actions,
.case-fundamentals-section .section-header .header-actions {
  display: flex;
  gap: 8px;
}

/* line 856, app/assets/stylesheets/dashboard.scss */
.btn-generate-analysis {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 869, app/assets/stylesheets/dashboard.scss */
.btn-generate-analysis .sparkle-icon {
  width: 16px;
  height: 16px;
}

/* line 874, app/assets/stylesheets/dashboard.scss */
.btn-generate-analysis .btn-gradient-text {
  background: linear-gradient(135deg, #2e7fd8 0%, #726ce3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* line 881, app/assets/stylesheets/dashboard.scss */
.btn-generate-analysis:hover {
  background-color: var(--bg-tertiary);
  border-color: #2e7fd8;
}

/* line 888, app/assets/stylesheets/dashboard.scss */
.analysis-content-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 894, app/assets/stylesheets/dashboard.scss */
.analysis-item-v2 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

/* line 898, app/assets/stylesheets/dashboard.scss */
.analysis-item-v2:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 903, app/assets/stylesheets/dashboard.scss */
.analysis-item-v2__title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  margin: 0 0 12px 0;
}

/* line 910, app/assets/stylesheets/dashboard.scss */
.analysis-item-v2__content {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-primary);
}

/* line 915, app/assets/stylesheets/dashboard.scss */
.analysis-item-v2__content p {
  margin-bottom: 12px;
}

/* line 918, app/assets/stylesheets/dashboard.scss */
.analysis-item-v2__content p:last-child {
  margin-bottom: 0;
}

/* line 923, app/assets/stylesheets/dashboard.scss */
.analysis-item-v2__content ul, .analysis-item-v2__content ol {
  margin: 12px 0;
  padding-left: 24px;
}

/* line 927, app/assets/stylesheets/dashboard.scss */
.analysis-item-v2__content ul li, .analysis-item-v2__content ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* line 935, app/assets/stylesheets/dashboard.scss */
.analysis-accordion,
.fundamentals-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 942, app/assets/stylesheets/dashboard.scss */
.analysis-item,
.fundamental-item {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
}

/* line 949, app/assets/stylesheets/dashboard.scss */
.analysis-item[open] .chevron,
.fundamental-item[open] .chevron {
  transform: rotate(180deg);
}

/* line 955, app/assets/stylesheets/dashboard.scss */
.analysis-header,
.fundamental-header {
  padding: 16px 20px;
  background-color: var(--bg-tertiary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  transition: background-color 0.2s;
}

/* line 966, app/assets/stylesheets/dashboard.scss */
.analysis-header:hover,
.fundamental-header:hover {
  background-color: #E2E8F0;
}

/* line 970, app/assets/stylesheets/dashboard.scss */
.analysis-header .header-content,
.fundamental-header .header-content {
  display: flex;
  align-items: center;
  flex: 1;
}

/* line 976, app/assets/stylesheets/dashboard.scss */
.analysis-header .header-actions,
.fundamental-header .header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 982, app/assets/stylesheets/dashboard.scss */
.analysis-header .item-number,
.fundamental-header .item-number {
  font-weight: 600;
  color: var(--text-secondary);
  margin-right: 12px;
}

/* line 988, app/assets/stylesheets/dashboard.scss */
.analysis-header h3,
.fundamental-header h3 {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary);
  margin: 0;
  flex: 1;
}

/* line 996, app/assets/stylesheets/dashboard.scss */
.analysis-header .chevron,
.fundamental-header .chevron {
  width: 20px;
  height: 20px;
  color: var(--text-secondary);
  transition: transform 0.2s;
  flex-shrink: 0;
}

/* line 1005, app/assets/stylesheets/dashboard.scss */
.btn-question-analysis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

/* line 1018, app/assets/stylesheets/dashboard.scss */
.btn-question-analysis svg {
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

/* line 1023, app/assets/stylesheets/dashboard.scss */
.btn-question-analysis:hover {
  background-color: var(--bg-primary);
  border-color: var(--color-primary);
}

/* line 1027, app/assets/stylesheets/dashboard.scss */
.btn-question-analysis:hover svg {
  color: var(--color-primary);
}

/* line 1032, app/assets/stylesheets/dashboard.scss */
.btn-question-analysis:active {
  transform: scale(0.95);
}

/* line 1037, app/assets/stylesheets/dashboard.scss */
.analysis-content,
.fundamental-content {
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-secondary);
}

/* line 1044, app/assets/stylesheets/dashboard.scss */
.analysis-content h4,
.fundamental-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 16px 0 8px 0;
}

/* line 1052, app/assets/stylesheets/dashboard.scss */
.analysis-content .eval-heading-1,
.fundamental-content .eval-heading-1 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 20px 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--border-color);
}

/* line 1061, app/assets/stylesheets/dashboard.scss */
.analysis-content .eval-heading-2,
.fundamental-content .eval-heading-2 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 16px 0 10px 0;
}

/* line 1068, app/assets/stylesheets/dashboard.scss */
.analysis-content .eval-heading-3,
.fundamental-content .eval-heading-3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  margin: 14px 0 8px 0;
}

/* line 1076, app/assets/stylesheets/dashboard.scss */
.analysis-content p,
.fundamental-content p {
  margin-bottom: 12px;
  line-height: 1.7;
  color: var(--text-primary);
}

/* line 1081, app/assets/stylesheets/dashboard.scss */
.analysis-content p:last-child,
.fundamental-content p:last-child {
  margin-bottom: 0;
}

/* line 1087, app/assets/stylesheets/dashboard.scss */
.analysis-content strong,
.fundamental-content strong {
  font-weight: 600;
  color: var(--text-primary);
}

/* line 1092, app/assets/stylesheets/dashboard.scss */
.analysis-content em,
.fundamental-content em {
  font-style: italic;
  color: var(--text-secondary);
}

/* line 1097, app/assets/stylesheets/dashboard.scss */
.analysis-content code,
.fundamental-content code {
  background-color: var(--bg-tertiary);
  padding: 2px 6px;
  border-radius: 3px;
  font-family: 'Monaco', 'Courier New', monospace;
  font-size: 13px;
  color: var(--color-primary);
}

/* line 1107, app/assets/stylesheets/dashboard.scss */
.analysis-content a,
.fundamental-content a {
  color: var(--color-primary);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

/* line 1113, app/assets/stylesheets/dashboard.scss */
.analysis-content a:hover,
.fundamental-content a:hover {
  border-bottom-color: var(--color-primary);
}

/* line 1119, app/assets/stylesheets/dashboard.scss */
.analysis-content .evaluation-list,
.fundamental-content .evaluation-list {
  list-style: none;
  margin: 12px 0;
  padding-left: 0;
}

/* line 1124, app/assets/stylesheets/dashboard.scss */
.analysis-content .evaluation-list li,
.fundamental-content .evaluation-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  line-height: 1.7;
  color: var(--text-primary);
}

/* line 1131, app/assets/stylesheets/dashboard.scss */
.analysis-content .evaluation-list li::before,
.fundamental-content .evaluation-list li::before {
  content: '•';
  position: absolute;
  left: 8px;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 16px;
}

/* line 1141, app/assets/stylesheets/dashboard.scss */
.analysis-content .evaluation-list li ul,
.fundamental-content .evaluation-list li ul {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 1145, app/assets/stylesheets/dashboard.scss */
.analysis-content .evaluation-list li ul li::before,
.fundamental-content .evaluation-list li ul li::before {
  content: '◦';
  font-size: 14px;
}

/* line 1154, app/assets/stylesheets/dashboard.scss */
.criteria-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

/* line 1159, app/assets/stylesheets/dashboard.scss */
.criteria-list li {
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
}

/* line 1164, app/assets/stylesheets/dashboard.scss */
.criteria-list li::before {
  content: '•';
  position: absolute;
  left: 8px;
  color: var(--color-primary);
  font-weight: bold;
}

/* line 1174, app/assets/stylesheets/dashboard.scss */
.case-law-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 12px;
}

/* line 1181, app/assets/stylesheets/dashboard.scss */
.case-law-item {
  padding: 16px;
  background-color: var(--bg-tertiary);
  border-radius: var(--radius-md);
}

/* line 1187, app/assets/stylesheets/dashboard.scss */
.case-law-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 4px 0;
}

/* line 1194, app/assets/stylesheets/dashboard.scss */
.case-law-citation {
  font-size: 13px;
  color: var(--text-secondary);
  font-style: italic;
  margin: 0 0 8px 0;
}

/* line 1201, app/assets/stylesheets/dashboard.scss */
.case-law-relevance {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0;
}

/* line 1207, app/assets/stylesheets/dashboard.scss */
.no-case-law {
  padding: 16px;
  background-color: var(--bg-tertiary);
  border-radius: var(--radius-md);
  text-align: center;
  color: var(--text-secondary);
  font-size: 14px;
}

/* ===== Sidebar Widgets ===== */
/* line 1217, app/assets/stylesheets/dashboard.scss */
.task-manager-widget,
.case-history-widget,
.document-evaluation-widget {
  background-color: var(--bg-primary);
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}

/* line 1226, app/assets/stylesheets/dashboard.scss */
.widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

/* line 1232, app/assets/stylesheets/dashboard.scss */
.widget-header h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}

/* line 1240, app/assets/stylesheets/dashboard.scss */
.view-all-link {
  font-size: 13px;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 500;
}

/* line 1246, app/assets/stylesheets/dashboard.scss */
.view-all-link:hover {
  text-decoration: underline;
}

/* line 1251, app/assets/stylesheets/dashboard.scss */
.task-list,
.document-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 1258, app/assets/stylesheets/dashboard.scss */
.task-item,
.document-item {
  padding: 12px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s;
}

/* line 1268, app/assets/stylesheets/dashboard.scss */
.task-item:hover,
.document-item:hover {
  border-color: var(--color-primary);
  background-color: var(--bg-secondary);
}

/* line 1273, app/assets/stylesheets/dashboard.scss */
.task-item.completed,
.document-item.completed {
  opacity: 0.6;
}

/* line 1278, app/assets/stylesheets/dashboard.scss */
.task-info,
.document-info {
  flex: 1;
  min-width: 0;
}

/* line 1284, app/assets/stylesheets/dashboard.scss */
.task-title,
.document-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  margin: 0 0 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1295, app/assets/stylesheets/dashboard.scss */
.task-date,
.document-date {
  font-size: 12px;
  color: var(--text-secondary);
}

/* line 1301, app/assets/stylesheets/dashboard.scss */
.task-actions,
.document-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

/* line 1309, app/assets/stylesheets/dashboard.scss */
.task-action-btn,
.document-action-btn {
  padding: 6px;
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  transition: all 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: none;
  border: none;
}

/* line 1321, app/assets/stylesheets/dashboard.scss */
.task-action-btn:hover,
.document-action-btn:hover {
  background-color: var(--bg-tertiary);
  color: var(--text-primary);
}

/* line 1327, app/assets/stylesheets/dashboard.scss */
.check-icon {
  flex-shrink: 0;
}

/* line 1332, app/assets/stylesheets/dashboard.scss */
.task-complete-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--color-primary);
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  flex-shrink: 0;
}

/* line 1346, app/assets/stylesheets/dashboard.scss */
.task-complete-btn svg {
  color: white;
}

/* line 1350, app/assets/stylesheets/dashboard.scss */
.task-complete-btn:hover {
  background-color: var(--color-primary-dark);
  transform: scale(1.05);
}

/* line 1355, app/assets/stylesheets/dashboard.scss */
.task-complete-btn:active {
  transform: scale(0.95);
}

/* line 1361, app/assets/stylesheets/dashboard.scss */
.task-complete-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--color-success);
  border-radius: var(--radius-md);
  flex-shrink: 0;
}

/* line 1371, app/assets/stylesheets/dashboard.scss */
.task-complete-badge svg {
  color: white;
}

@media (max-width: 400px) {
  /* line 1377, app/assets/stylesheets/dashboard.scss */
  .task-action-text {
    display: none;
  }
}

/* ===== Timeline ===== */
/* line 1384, app/assets/stylesheets/dashboard.scss */
.timeline {
  position: relative;
  padding-left: 32px;
}

/* line 1388, app/assets/stylesheets/dashboard.scss */
.timeline::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--border-color);
}

/* line 1399, app/assets/stylesheets/dashboard.scss */
.timeline-item {
  position: relative;
  padding-bottom: 24px;
}

/* line 1403, app/assets/stylesheets/dashboard.scss */
.timeline-item:last-child {
  padding-bottom: 0;
}

/* line 1408, app/assets/stylesheets/dashboard.scss */
.timeline-marker {
  position: absolute;
  left: -26px;
  top: 4px;
}

/* line 1414, app/assets/stylesheets/dashboard.scss */
.marker-dot {
  width: 14px;
  height: 14px;
  border-radius: var(--radius-full);
  background-color: var(--bg-tertiary);
  border: 2px solid var(--border-color);
}

/* line 1421, app/assets/stylesheets/dashboard.scss */
.marker-dot.completed {
  background-color: var(--color-success);
  border-color: var(--color-success);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1429, app/assets/stylesheets/dashboard.scss */
.marker-dot.scheduled {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

/* line 1435, app/assets/stylesheets/dashboard.scss */
.timeline-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

/* line 1442, app/assets/stylesheets/dashboard.scss */
.event-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  margin: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1453, app/assets/stylesheets/dashboard.scss */
.event-status {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: var(--radius-full);
  flex-shrink: 0;
}

/* line 1459, app/assets/stylesheets/dashboard.scss */
.event-status.completed {
  background-color: #D1FAE5;
  color: #065F46;
}

/* line 1464, app/assets/stylesheets/dashboard.scss */
.event-status.scheduled {
  background-color: #DBEAFE;
  color: #1E40AF;
}

/* ===== Document Icons ===== */
/* line 1471, app/assets/stylesheets/dashboard.scss */
.document-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background-color: var(--bg-tertiary);
  flex-shrink: 0;
  color: var(--text-secondary);
}

/* ===== Upload Section ===== */
/* line 1484, app/assets/stylesheets/dashboard.scss */
.upload-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
}

/* ===== Empty States ===== */
/* line 1491, app/assets/stylesheets/dashboard.scss */
.empty-state {
  text-align: center;
  padding: 32px 16px;
}

/* line 1495, app/assets/stylesheets/dashboard.scss */
.empty-state svg {
  display: block;
  margin: 0 auto 16px auto;
}

/* line 1500, app/assets/stylesheets/dashboard.scss */
.empty-state p {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0 0 16px 0;
}

/* ===== Sidebar Navigation Styles ===== */
/* line 1508, app/assets/stylesheets/dashboard.scss */
.sidebar-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 16px;
  max-width: 100%;
  overflow-x: hidden;
}

/* line 1517, app/assets/stylesheets/dashboard.scss */
.sidebar-logo {
  padding: 0 4px;
}

/* line 1520, app/assets/stylesheets/dashboard.scss */
.sidebar-logo .logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 16px;
}

/* line 1529, app/assets/stylesheets/dashboard.scss */
.sidebar-logo .logo-link svg {
  flex-shrink: 0;
}

/* line 1534, app/assets/stylesheets/dashboard.scss */
.sidebar-logo .logo-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1541, app/assets/stylesheets/dashboard.scss */
.sidebar-nav {
  flex: 1;
}

/* line 1545, app/assets/stylesheets/dashboard.scss */
.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 1551, app/assets/stylesheets/dashboard.scss */
.nav-item {
  margin-bottom: 4px;
}

/* line 1555, app/assets/stylesheets/dashboard.scss */
.nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  text-decoration: none;
  transition: all 0.2s;
  font-size: 14px;
  white-space: nowrap;
}

/* line 1567, app/assets/stylesheets/dashboard.scss */
.nav-link:hover {
  background-color: var(--bg-tertiary);
  color: var(--text-primary);
}

/* line 1572, app/assets/stylesheets/dashboard.scss */
.nav-link.active {
  background-color: #EFF6FF;
  color: var(--color-primary);
}

/* line 1577, app/assets/stylesheets/dashboard.scss */
.nav-link .nav-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 1583, app/assets/stylesheets/dashboard.scss */
.nav-link span {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1589, app/assets/stylesheets/dashboard.scss */
.sidebar-footer {
  border-top: 1px solid var(--border-color);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 1597, app/assets/stylesheets/dashboard.scss */
.footer-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  text-decoration: none;
  transition: all 0.2s;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}

/* line 1614, app/assets/stylesheets/dashboard.scss */
.footer-link:hover {
  background-color: var(--bg-tertiary);
  color: var(--text-primary);
}

/* line 1619, app/assets/stylesheets/dashboard.scss */
.footer-link .footer-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 1625, app/assets/stylesheets/dashboard.scss */
.footer-link span {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
  /* line 1633, app/assets/stylesheets/dashboard.scss */
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  /* line 1637, app/assets/stylesheets/dashboard.scss */
  .metrics-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  /* line 1643, app/assets/stylesheets/dashboard.scss */
  .case-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  /* line 1649, app/assets/stylesheets/dashboard.scss */
  .metrics-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1656, app/assets/stylesheets/dashboard.scss */
.analysis-question-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.2s ease;
}

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

/* line 1674, app/assets/stylesheets/dashboard.scss */
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 1683, app/assets/stylesheets/dashboard.scss */
.modal-content {
  position: relative;
  background-color: var(--bg-primary);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  animation: slideUp 0.3s ease;
}

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

/* line 1707, app/assets/stylesheets/dashboard.scss */
.modal-header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 1714, app/assets/stylesheets/dashboard.scss */
.modal-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}

/* line 1722, app/assets/stylesheets/dashboard.scss */
.modal-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--text-secondary);
  transition: color 0.2s;
}

/* line 1730, app/assets/stylesheets/dashboard.scss */
.modal-close:hover {
  color: var(--text-primary);
}

/* line 1735, app/assets/stylesheets/dashboard.scss */
.modal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}

/* line 1741, app/assets/stylesheets/dashboard.scss */
.modal-instruction {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

/* line 1747, app/assets/stylesheets/dashboard.scss */
.modal-body textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  font-size: 14px;
  font-family: inherit;
  resize: vertical;
  transition: border-color 0.2s;
}

/* line 1757, app/assets/stylesheets/dashboard.scss */
.modal-body textarea:focus {
  outline: none;
  border-color: var(--color-primary);
}

/* line 1763, app/assets/stylesheets/dashboard.scss */
.modal-answer {
  margin-top: 24px;
  padding: 16px;
  background-color: var(--bg-tertiary);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--color-primary);
}

/* line 1770, app/assets/stylesheets/dashboard.scss */
.modal-answer h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 12px 0;
}

/* line 1778, app/assets/stylesheets/dashboard.scss */
.answer-content {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-primary);
}

/* line 1783, app/assets/stylesheets/dashboard.scss */
.answer-content p {
  margin-bottom: 12px;
}

/* line 1786, app/assets/stylesheets/dashboard.scss */
.answer-content p:last-child {
  margin-bottom: 0;
}

/* line 1792, app/assets/stylesheets/dashboard.scss */
.modal-footer {
  padding: 16px 24px;
  border-top: 1px solid var(--border-color);
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

/* line 1800, app/assets/stylesheets/dashboard.scss */
.btn-secondary {
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.2s;
}

/* line 1811, app/assets/stylesheets/dashboard.scss */
.btn-secondary:hover {
  background-color: var(--bg-tertiary);
}

/* line 1816, app/assets/stylesheets/dashboard.scss */
.btn-primary {
  padding: 10px 20px;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 500;
  color: white;
  cursor: pointer;
  transition: all 0.2s;
}

/* line 1827, app/assets/stylesheets/dashboard.scss */
.btn-primary:hover {
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

/* line 1832, app/assets/stylesheets/dashboard.scss */
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 1838, app/assets/stylesheets/dashboard.scss */
.background-transparent {
  background-color: transparent;
}

/* ===== Development Tools (inline) ===== */
/* line 1843, app/assets/stylesheets/dashboard.scss */
.dev-tools-inline {
  display: inline-flex;
  margin-left: 12px;
}

/* line 1847, app/assets/stylesheets/dashboard.scss */
.dev-tools-inline__button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background-color: transparent;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: 11px;
  font-weight: 500;
  color: var(--text-tertiary);
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 1861, app/assets/stylesheets/dashboard.scss */
.dev-tools-inline__button svg {
  width: 12px;
  height: 12px;
  opacity: 0.7;
}

/* line 1867, app/assets/stylesheets/dashboard.scss */
.dev-tools-inline__button span {
  opacity: 0.8;
}

/* line 1871, app/assets/stylesheets/dashboard.scss */
.dev-tools-inline__button:hover {
  background-color: var(--bg-tertiary);
  border-color: var(--text-tertiary);
  color: var(--text-secondary);
}

/* line 1876, app/assets/stylesheets/dashboard.scss */
.dev-tools-inline__button:hover svg, .dev-tools-inline__button:hover span {
  opacity: 1;
}

/* ===== Mobile Footer Navigation ===== */
/* line 1884, app/assets/stylesheets/dashboard.scss */
.mobile-footer-nav {
  /* Safe area for iOS devices with home indicator */
  padding-bottom: env(safe-area-inset-bottom, 0);
  /* Backdrop blur for modern look */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.95);
}

/* line 1894, app/assets/stylesheets/dashboard.scss */
.safe-area-bottom {
  padding-bottom: env(safe-area-inset-bottom, 0);
}

/* Mobile nav item hover/active states */
/* line 1899, app/assets/stylesheets/dashboard.scss */
.mobile-nav-item {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* ===== Mobile Responsive Adjustments ===== */
@media (max-width: 767px) {
  /* Hide floating chatbot button on mobile - use mobile footer nav "Ask" button instead */
  /* line 1907, app/assets/stylesheets/dashboard.scss */
  .lit-e-gator-toggle {
    display: none !important;
  }
  /* Chatbot popup - full screen on mobile */
  /* line 1912, app/assets/stylesheets/dashboard.scss */
  .lit-e-gator-popup,
#lit-e-gator-popup {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 0 !important;
    z-index: 10000 !important;
  }
  /* Strategic Advice Section - Mobile */
  /* line 1928, app/assets/stylesheets/dashboard.scss */
  .strategic-advice-section {
    padding: 16px;
  }
  /* line 1931, app/assets/stylesheets/dashboard.scss */
  .strategic-advice-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  /* line 1937, app/assets/stylesheets/dashboard.scss */
  .strategic-advice-section .progress-indicator {
    width: 100%;
  }
  /* line 1940, app/assets/stylesheets/dashboard.scss */
  .strategic-advice-section .progress-indicator .progress-bar {
    flex: 1;
    width: 100%;
    max-width: none;
  }
  /* Strategic Steps - Stack vertically on mobile */
  /* line 1949, app/assets/stylesheets/dashboard.scss */
  .strategic-steps--horizontal {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  /* Step Card V2 - Mobile optimizations */
  /* line 1955, app/assets/stylesheets/dashboard.scss */
  .step-card-v2 {
    padding: 14px;
  }
  /* line 1958, app/assets/stylesheets/dashboard.scss */
  .step-card-v2__description {
    font-size: 13px;
  }
  /* line 1962, app/assets/stylesheets/dashboard.scss */
  .step-card-v2__label {
    font-size: 12px;
  }
  /* Dashboard grid mobile layout */
  /* line 1968, app/assets/stylesheets/dashboard.scss */
  .dashboard-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  /* line 1976, app/assets/stylesheets/dashboard.scss */
  .dashboard-content {
    width: 100%;
  }
  /* line 1980, app/assets/stylesheets/dashboard.scss */
  .dashboard-sidebar {
    width: 100%;
  }
  /* Metrics cards - stack on mobile */
  /* line 1985, app/assets/stylesheets/dashboard.scss */
  .metric-cards {
    flex-direction: column;
  }
  /* line 1989, app/assets/stylesheets/dashboard.scss */
  .metric-card {
    width: 100%;
  }
  /* Case header adjustments for mobile */
  /* line 1994, app/assets/stylesheets/dashboard.scss */
  .case-header-card {
    padding: 16px;
  }
  /* Task Manager - Mobile */
  /* line 1999, app/assets/stylesheets/dashboard.scss */
  .task-manager-widget {
    padding: 16px;
  }
  /* line 2003, app/assets/stylesheets/dashboard.scss */
  .task-item {
    padding: 10px;
    flex-wrap: wrap;
    gap: 8px;
  }
  /* line 2009, app/assets/stylesheets/dashboard.scss */
  .task-info {
    flex: 1;
    min-width: 60%;
  }
  /* line 2014, app/assets/stylesheets/dashboard.scss */
  .task-actions {
    gap: 6px;
  }
  /* line 2018, app/assets/stylesheets/dashboard.scss */
  .task-action-btn {
    padding: 4px;
    font-size: 12px;
  }
  /* line 2023, app/assets/stylesheets/dashboard.scss */
  .task-complete-btn,
.task-complete-badge {
    width: 28px;
    height: 28px;
  }
  /* Tabs - scrollable on mobile */
  /* line 2030, app/assets/stylesheets/dashboard.scss */
  [data-name="Tabs"] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  /* line 2036, app/assets/stylesheets/dashboard.scss */
  [data-name="Tabs"]::-webkit-scrollbar {
    display: none;
  }
}

/* Extra small screens (< 400px) */
@media (max-width: 400px) {
  /* line 2044, app/assets/stylesheets/dashboard.scss */
  .strategic-advice-section {
    padding: 12px;
  }
  /* line 2048, app/assets/stylesheets/dashboard.scss */
  .step-card-v2 {
    padding: 12px;
  }
  /* line 2051, app/assets/stylesheets/dashboard.scss */
  .step-card-v2__main {
    gap: 8px;
  }
  /* line 2055, app/assets/stylesheets/dashboard.scss */
  .step-card-v2__description {
    font-size: 12px;
    line-height: 1.4;
  }
  /* line 2062, app/assets/stylesheets/dashboard.scss */
  .progress-indicator .progress-text {
    font-size: 12px;
  }
  /* line 2068, app/assets/stylesheets/dashboard.scss */
  .task-info .task-title {
    font-size: 13px;
  }
  /* line 2072, app/assets/stylesheets/dashboard.scss */
  .task-info .task-date {
    font-size: 11px;
  }
}

/* ===== Share Case Modal ===== */
/* line 2079, app/assets/stylesheets/dashboard.scss */
.share-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* line 2088, app/assets/stylesheets/dashboard.scss */
.share-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* line 2094, app/assets/stylesheets/dashboard.scss */
.share-modal__container {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  width: 100%;
  max-width: 520px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

/* line 2104, app/assets/stylesheets/dashboard.scss */
.share-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 12px;
  border-bottom: 1px solid #E4E7EC;
}

/* line 2112, app/assets/stylesheets/dashboard.scss */
.share-modal__title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #141C25;
  margin: 0;
}

/* line 2121, app/assets/stylesheets/dashboard.scss */
.share-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 2px;
  background: #F2F4F7;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  color: #141C25;
  transition: background 0.2s;
}

/* line 2135, app/assets/stylesheets/dashboard.scss */
.share-modal__close:hover {
  background: #E4E7EC;
}

/* line 2140, app/assets/stylesheets/dashboard.scss */
.share-modal__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 2147, app/assets/stylesheets/dashboard.scss */
.share-modal__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 2153, app/assets/stylesheets/dashboard.scss */
.share-modal__label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #141C25;
}

/* line 2161, app/assets/stylesheets/dashboard.scss */
.share-modal__input-wrapper {
  position: relative;
}

/* line 2165, app/assets/stylesheets/dashboard.scss */
.share-modal__input {
  width: 100%;
  padding: 8px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #141C25;
  background: #ffffff;
  border: 1px solid #E4E7EC;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s;
}

/* line 2178, app/assets/stylesheets/dashboard.scss */
.share-modal__input::placeholder {
  color: #97A1AF;
}

/* line 2182, app/assets/stylesheets/dashboard.scss */
.share-modal__input:focus {
  border-color: #2E7FD8;
}

/* line 2187, app/assets/stylesheets/dashboard.scss */
.share-modal__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 2193, app/assets/stylesheets/dashboard.scss */
.share-modal__badge {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px 4px 10px;
  background: rgba(46, 127, 216, 0.05);
  border: 1px solid #2E7FD8;
  border-radius: 999px;
}

/* line 2203, app/assets/stylesheets/dashboard.scss */
.share-modal__badge-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #00254D;
}

/* line 2211, app/assets/stylesheets/dashboard.scss */
.share-modal__badge-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  padding: 2px;
  background: #2E7FD8;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  color: #F2F4F7;
}

/* line 2224, app/assets/stylesheets/dashboard.scss */
.share-modal__badge-remove:hover {
  background: #1e6fc8;
}

/* line 2229, app/assets/stylesheets/dashboard.scss */
.share-modal__divider {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
}

/* line 2236, app/assets/stylesheets/dashboard.scss */
.share-modal__divider-line {
  flex: 1;
  height: 1px;
  background: #E4E7EC;
}

/* line 2242, app/assets/stylesheets/dashboard.scss */
.share-modal__divider-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #344051;
}

/* line 2250, app/assets/stylesheets/dashboard.scss */
.share-modal__copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 12px;
  background: #2E7FD8;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  transition: background 0.2s;
  box-shadow: 0 1px 2px rgba(20, 28, 37, 0.04);
}

/* line 2269, app/assets/stylesheets/dashboard.scss */
.share-modal__copy-btn:hover {
  background: #1e6fc8;
}

/* line 2273, app/assets/stylesheets/dashboard.scss */
.share-modal__copy-btn--copied {
  background: #10B981;
}

/* line 2276, app/assets/stylesheets/dashboard.scss */
.share-modal__copy-btn--copied:hover {
  background: #059669;
}

/* ===== Help Page Styles ===== */
/* line 2284, app/assets/stylesheets/dashboard.scss */
.help-page {
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 2289, app/assets/stylesheets/dashboard.scss */
.help-page__header {
  margin-bottom: 32px;
}

/* line 2293, app/assets/stylesheets/dashboard.scss */
.help-page__title {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: var(--text-primary);
  margin: 0 0 8px 0;
}

/* line 2302, app/assets/stylesheets/dashboard.scss */
.help-page__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-secondary);
  margin: 0;
}

/* line 2311, app/assets/stylesheets/dashboard.scss */
.help-page__section {
  margin-bottom: 40px;
}

/* line 2315, app/assets/stylesheets/dashboard.scss */
.help-page__section-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--text-primary);
  margin: 0 0 16px 0;
}

/* line 2324, app/assets/stylesheets/dashboard.scss */
.help-page__faqs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 2330, app/assets/stylesheets/dashboard.scss */
.help-page__contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

/* FAQ Card Styles */
/* line 2338, app/assets/stylesheets/dashboard.scss */
.faq-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

/* line 2345, app/assets/stylesheets/dashboard.scss */
.faq-card:hover {
  box-shadow: var(--shadow-sm);
}

/* line 2350, app/assets/stylesheets/dashboard.scss */
.faq-card--expanded .faq-card__icon {
  transform: rotate(180deg);
}

/* line 2355, app/assets/stylesheets/dashboard.scss */
.faq-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

/* line 2366, app/assets/stylesheets/dashboard.scss */
.faq-card__header:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #2E7FD8;
}

/* line 2372, app/assets/stylesheets/dashboard.scss */
.faq-card__question {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-primary);
  flex: 1;
  padding-right: 12px;
}

/* line 2382, app/assets/stylesheets/dashboard.scss */
.faq-card__icon {
  flex-shrink: 0;
  color: var(--text-secondary);
  transition: transform 0.3s ease;
}

/* line 2388, app/assets/stylesheets/dashboard.scss */
.faq-card__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* line 2394, app/assets/stylesheets/dashboard.scss */
.faq-card__answer {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--text-secondary);
  padding: 0 20px 16px 20px;
  margin: 0;
}

/* Contact Card Styles */
/* line 2406, app/assets/stylesheets/dashboard.scss */
.contact-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  transition: box-shadow 0.2s ease;
}

/* line 2417, app/assets/stylesheets/dashboard.scss */
.contact-card:hover {
  box-shadow: var(--shadow-sm);
}

/* line 2421, app/assets/stylesheets/dashboard.scss */
.contact-card__icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2429, app/assets/stylesheets/dashboard.scss */
.contact-card__icon-wrapper--phone {
  background: rgba(46, 127, 216, 0.1);
  color: #2E7FD8;
}

/* line 2434, app/assets/stylesheets/dashboard.scss */
.contact-card__icon-wrapper--location {
  background: rgba(16, 185, 129, 0.1);
  color: #10B981;
}

/* line 2439, app/assets/stylesheets/dashboard.scss */
.contact-card__icon-wrapper--email {
  background: rgba(245, 158, 11, 0.1);
  color: #F59E0B;
}

/* line 2444, app/assets/stylesheets/dashboard.scss */
.contact-card__icon-wrapper--social {
  background: rgba(14, 118, 168, 0.1);
  color: #0E76A8;
}

/* line 2450, app/assets/stylesheets/dashboard.scss */
.contact-card__title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-secondary);
  margin: 0;
}

/* line 2459, app/assets/stylesheets/dashboard.scss */
.contact-card__value {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-primary);
  margin: 0;
}

/* line 2467, app/assets/stylesheets/dashboard.scss */
.contact-card__value--link {
  color: #2E7FD8;
  text-decoration: none;
  transition: color 0.2s;
}

/* line 2472, app/assets/stylesheets/dashboard.scss */
.contact-card__value--link:hover {
  color: #1e6fc8;
  text-decoration: underline;
}

/* ===== Settings Page Styles ===== */
/* line 2481, app/assets/stylesheets/dashboard.scss */
.settings-page {
  padding: 24px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 2490, app/assets/stylesheets/dashboard.scss */
.settings-section {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
}

/* line 2495, app/assets/stylesheets/dashboard.scss */
.settings-section--disabled {
  opacity: 0.6;
  position: relative;
}

/* line 2500, app/assets/stylesheets/dashboard.scss */
.settings-section__header {
  padding-bottom: 12px;
}

/* line 2504, app/assets/stylesheets/dashboard.scss */
.settings-section__title {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-primary);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 2517, app/assets/stylesheets/dashboard.scss */
.settings-section__badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  background: #F2F4F7;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #637083;
}

/* line 2529, app/assets/stylesheets/dashboard.scss */
.settings-section__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-tertiary);
  margin: 0;
}

/* line 2539, app/assets/stylesheets/dashboard.scss */
.settings-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 360px;
}

/* line 2545, app/assets/stylesheets/dashboard.scss */
.settings-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 2551, app/assets/stylesheets/dashboard.scss */
.settings-form__label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-primary);
}

/* line 2559, app/assets/stylesheets/dashboard.scss */
.settings-form__input {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 8px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-primary);
  width: 100%;
  box-sizing: border-box;
}

/* line 2572, app/assets/stylesheets/dashboard.scss */
.settings-form__input::placeholder {
  color: var(--text-tertiary);
}

/* line 2576, app/assets/stylesheets/dashboard.scss */
.settings-form__input:focus {
  outline: none;
  border-color: #2E7FD8;
}

/* line 2581, app/assets/stylesheets/dashboard.scss */
.settings-form__input--with-prefix {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex: 1;
}

/* line 2588, app/assets/stylesheets/dashboard.scss */
.settings-form__input-group {
  display: flex;
  align-items: center;
  position: relative;
}

/* line 2594, app/assets/stylesheets/dashboard.scss */
.settings-form__input-prefix {
  background: #F9FAFB;
  border: 1px solid var(--border-color);
  border-right: none;
  border-radius: 10px 0 0 10px;
  padding: 8px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-tertiary);
}

/* line 2607, app/assets/stylesheets/dashboard.scss */
.settings-form__input-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 2614, app/assets/stylesheets/dashboard.scss */
.settings-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
  width: fit-content;
}

/* line 2630, app/assets/stylesheets/dashboard.scss */
.settings-form__button--primary {
  background: #2E7FD8;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(20, 28, 37, 0.04);
}

/* line 2635, app/assets/stylesheets/dashboard.scss */
.settings-form__button--primary:hover {
  background: #1e6fc8;
}

/* line 2640, app/assets/stylesheets/dashboard.scss */
.settings-form__button--secondary {
  background: #ffffff;
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
}

/* line 2645, app/assets/stylesheets/dashboard.scss */
.settings-form__button--secondary:hover {
  background: #F9FAFB;
}

/* line 2650, app/assets/stylesheets/dashboard.scss */
.settings-form__button--danger {
  background: #FF4D4D;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(20, 28, 37, 0.04);
}

/* line 2655, app/assets/stylesheets/dashboard.scss */
.settings-form__button--danger:hover:not(:disabled) {
  background: #E63939;
}

/* line 2660, app/assets/stylesheets/dashboard.scss */
.settings-form__button--disabled, .settings-form__button:disabled {
  background: #E4E7EC !important;
  color: #97A1AF !important;
  cursor: not-allowed;
  box-shadow: none;
}

/* line 2667, app/assets/stylesheets/dashboard.scss */
.settings-form__button--disabled:hover, .settings-form__button:disabled:hover {
  background: #E4E7EC !important;
}

/* Plans Section */
/* line 2675, app/assets/stylesheets/dashboard.scss */
.settings-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 768px) {
  /* line 2675, app/assets/stylesheets/dashboard.scss */
  .settings-plans {
    grid-template-columns: 1fr;
  }
}

/* line 2685, app/assets/stylesheets/dashboard.scss */
.settings-plan-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  transition: border-color 0.2s;
}

/* line 2696, app/assets/stylesheets/dashboard.scss */
.settings-plan-card:hover {
  border-color: #2E7FD8;
}

/* line 2700, app/assets/stylesheets/dashboard.scss */
.settings-plan-card--selected {
  border-color: #2E7FD8;
}

/* line 2704, app/assets/stylesheets/dashboard.scss */
.settings-plan-card--disabled {
  cursor: not-allowed;
  pointer-events: none;
}

/* line 2708, app/assets/stylesheets/dashboard.scss */
.settings-plan-card--disabled:hover {
  border-color: var(--border-color);
}

/* line 2713, app/assets/stylesheets/dashboard.scss */
.settings-plan-card__content {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 2719, app/assets/stylesheets/dashboard.scss */
.settings-plan-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F2F4F7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E7FD8;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #F2F4F7;
}

/* line 2731, app/assets/stylesheets/dashboard.scss */
.settings-plan-card__name {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-primary);
}

/* line 2739, app/assets/stylesheets/dashboard.scss */
.settings-plan-card__radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--border-color);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 2750, app/assets/stylesheets/dashboard.scss */
.settings-plan-card__radio--selected {
  border-color: #2E7FD8;
  background: #2E7FD8;
}

/* line 2756, app/assets/stylesheets/dashboard.scss */
.settings-plan-card__radio-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

/* 2FA Section */
/* line 2765, app/assets/stylesheets/dashboard.scss */
.settings-2fa {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* line 2771, app/assets/stylesheets/dashboard.scss */
.settings-2fa-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  min-width: 300px;
  flex: 1;
}

/* line 2783, app/assets/stylesheets/dashboard.scss */
.settings-2fa-card--active {
  border-color: #2E7FD8;
}

/* line 2787, app/assets/stylesheets/dashboard.scss */
.settings-2fa-card--disabled {
  cursor: not-allowed;
  pointer-events: none;
}

/* line 2792, app/assets/stylesheets/dashboard.scss */
.settings-2fa-card__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* line 2798, app/assets/stylesheets/dashboard.scss */
.settings-2fa-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F2F4F7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E7FD8;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #F2F4F7;
  flex-shrink: 0;
}

/* line 2811, app/assets/stylesheets/dashboard.scss */
.settings-2fa-card__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 2817, app/assets/stylesheets/dashboard.scss */
.settings-2fa-card__title {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-primary);
  margin: 0;
}

/* line 2826, app/assets/stylesheets/dashboard.scss */
.settings-2fa-card__description {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-secondary);
  margin: 0;
}

/* Toggle Switch */
/* line 2837, app/assets/stylesheets/dashboard.scss */
.settings-toggle {
  width: 36px;
  height: 20px;
  border-radius: 500px;
  background: #97A1AF;
  border: none;
  padding: 2px;
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
  flex-shrink: 0;
}

/* line 2849, app/assets/stylesheets/dashboard.scss */
.settings-toggle--on {
  background: #2E7FD8;
}

/* line 2852, app/assets/stylesheets/dashboard.scss */
.settings-toggle--on .settings-toggle__slider {
  transform: translateX(16px);
}

/* line 2857, app/assets/stylesheets/dashboard.scss */
.settings-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 2862, app/assets/stylesheets/dashboard.scss */
.settings-toggle__slider {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  display: block;
  transition: transform 0.2s;
}

/* line 2873, app/assets/stylesheets/dashboard.scss */
.delete-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* line 2884, app/assets/stylesheets/dashboard.scss */
.delete-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
}

/* line 2894, app/assets/stylesheets/dashboard.scss */
.delete-modal__content {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  width: 520px;
  max-width: 90%;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  animation: slideUp 0.3s ease;
}

/* line 2905, app/assets/stylesheets/dashboard.scss */
.delete-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 20px 12px;
  border-bottom: 1px solid #E4E7EC;
}

/* line 2913, app/assets/stylesheets/dashboard.scss */
.delete-modal__header-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 2919, app/assets/stylesheets/dashboard.scss */
.delete-modal__title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #141C25;
  margin: 0;
}

/* line 2928, app/assets/stylesheets/dashboard.scss */
.delete-modal__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #344051;
  margin: 0;
}

/* line 2937, app/assets/stylesheets/dashboard.scss */
.delete-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 2px;
  background: #F2F4F7;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  color: #141C25;
  transition: background 0.2s;
}

/* line 2951, app/assets/stylesheets/dashboard.scss */
.delete-modal__close:hover {
  background: #E4E7EC;
}

/* line 2956, app/assets/stylesheets/dashboard.scss */
.delete-modal__body {
  padding: 28px 20px;
}

/* line 2960, app/assets/stylesheets/dashboard.scss */
.delete-modal__input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #E4E7EC;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #141C25;
  background: #ffffff;
  box-sizing: border-box;
}

/* line 2973, app/assets/stylesheets/dashboard.scss */
.delete-modal__input::placeholder {
  color: #97A1AF;
}

/* line 2977, app/assets/stylesheets/dashboard.scss */
.delete-modal__input:focus {
  outline: none;
  border-color: #2E7FD8;
  box-shadow: 0 0 0 2px rgba(46, 127, 216, 0.1);
}

/* line 2984, app/assets/stylesheets/dashboard.scss */
.delete-modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 12px 20px 20px;
  border-top: 1px solid #E4E7EC;
}

/* line 2993, app/assets/stylesheets/dashboard.scss */
.delete-modal__btn {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

/* line 3003, app/assets/stylesheets/dashboard.scss */
.delete-modal__btn--cancel {
  background: #ffffff;
  border: 1px solid #E4E7EC;
  color: #344051;
}

/* line 3008, app/assets/stylesheets/dashboard.scss */
.delete-modal__btn--cancel:hover {
  background: #F9FAFB;
}

/* line 3013, app/assets/stylesheets/dashboard.scss */
.delete-modal__btn--delete {
  background: #FF4D4D;
  border: 1px solid #FF4D4D;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(20, 28, 37, 0.04);
}

/* line 3019, app/assets/stylesheets/dashboard.scss */
.delete-modal__btn--delete:hover:not(:disabled) {
  background: #E63E3E;
  border-color: #E63E3E;
}

/* line 3025, app/assets/stylesheets/dashboard.scss */
.delete-modal__btn--disabled {
  background: #E4E7EC !important;
  border-color: #E4E7EC !important;
  color: #97A1AF !important;
  cursor: not-allowed;
}
