.lp-reimburse-d9 {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #171717;
  background: #fafafa;
  overflow-x: hidden;
}
.lp-reimburse-d9 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.lp-reimburse-d9.lp-reimburse-d9-shell {
  height: 100%;
  overflow-y: auto;
}
.lp-reimburse-d9 .top-bar {
  height: 48px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.lp-reimburse-d9 .bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 1rem;
  max-width: 1600px;
  margin: 0 auto;
}
.lp-reimburse-d9 .brand-minimal {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lp-reimburse-d9 .brand-symbol {
  font-size: 1.25rem;
  color: #2563eb;
  font-weight: 600;
}
.lp-reimburse-d9 .brand-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #171717;
}
.lp-reimburse-d9 .top-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.lp-reimburse-d9 .quick-stats {
  display: flex;
  gap: 1rem;
}
.lp-reimburse-d9 .stat-item {
  font-size: 0.75rem;
  font-weight: 600;
  color: #171717;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
}
.lp-reimburse-d9 .stat-item em {
  font-weight: 400;
  color: #737373;
  font-style: normal;
  margin-left: 0.25rem;
}
.lp-reimburse-d9 .user-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.lp-reimburse-d9 .user-initial {
  width: 28px;
  height: 28px;
  background: #2563eb;
  color: #ffffff;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
}
.lp-reimburse-d9 .user-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #525252;
}
.lp-reimburse-d9 .filter-bar {
  height: 56px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 48px;
  z-index: 999;
}
.lp-reimburse-d9 .filter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 1rem;
  max-width: 1600px;
  margin: 0 auto;
  gap: 1.5rem;
}
.lp-reimburse-d9 .filter-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}
.lp-reimburse-d9 .filter-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.lp-reimburse-d9 .search-compact {
  position: relative;
  min-width: 280px;
}
.lp-reimburse-d9 .search-compact i {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #a3a3a3;
  font-size: 0.75rem;
}
.lp-reimburse-d9 .search-input {
  width: 100%;
  padding: 0.5rem 0.75rem 0.5rem 2rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  background: #f5f5f5;
  font-size: 0.75rem;
  color: #171717;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .search-input:focus {
  outline: none;
  border-color: #2563eb;
  background: #ffffff;
}
.lp-reimburse-d9 .filter-tags {
  display: flex;
  gap: 0.5rem;
}
.lp-reimburse-d9 .filter-tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  background: #f5f5f5;
  color: #525252;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .filter-tag:hover {
  background: #f5f5f5;
  color: #171717;
}
.lp-reimburse-d9 .filter-tag.active {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}
.lp-reimburse-d9 .tag-count {
  background: rgba(255, 255, 255, 0.2);
  color: inherit;
  font-size: 0.625rem;
  font-weight: 600;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  min-width: 16px;
  text-align: center;
}
.lp-reimburse-d9 .filter-tag:not(.active) .tag-count {
  background: #f5f5f5;
  color: #737373;
}
.lp-reimburse-d9 .view-options {
  display: flex;
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  overflow: hidden;
}
.lp-reimburse-d9 .view-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: #f5f5f5;
  color: #525252;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s ease;
  font-size: 0.75rem;
}
.lp-reimburse-d9 .view-btn:hover {
  background: #f5f5f5;
  color: #171717;
}
.lp-reimburse-d9 .view-btn.active {
  background: #2563eb;
  color: #ffffff;
}
.lp-reimburse-d9 .sort-options {
  min-width: 140px;
}
.lp-reimburse-d9 .sort-select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  background: #f5f5f5;
  font-size: 0.75rem;
  color: #171717;
  cursor: pointer;
}
.lp-reimburse-d9 .sort-select:focus {
  outline: none;
  border-color: #2563eb;
}
.lp-reimburse-d9 .category-nav {
  height: 48px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 48px;
  z-index: 998;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
.lp-reimburse-d9 .nav-container {
  background: #fafafa;
  border-radius: 0.75rem;
  padding: 0.5rem;
  overflow: hidden;
  max-width: fit-content;
}
.lp-reimburse-d9 .nav-scroll {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0.25rem;
  overflow-x: auto;
}
.lp-reimburse-d9 .category-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: none;
  background: transparent;
  color: #525252;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.lp-reimburse-d9 .category-btn:hover {
  background: #f5f5f5;
  color: #171717;
}
.lp-reimburse-d9 .category-btn.active {
  background: #2563eb;
  color: #ffffff;
}
.lp-reimburse-d9 .category-btn i {
  font-size: 0.75rem;
}
.lp-reimburse-d9 .cat-count {
  background: #f5f5f5;
  color: #737373;
  font-size: 0.625rem;
  font-weight: 600;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  min-width: 16px;
  text-align: center;
}
.lp-reimburse-d9 .cat-count.critical {
  background: #dc2626;
  color: #ffffff;
}
.lp-reimburse-d9 .cat-count.active {
  background: #d97706;
  color: #ffffff;
}
.lp-reimburse-d9 .category-btn.active .cat-count {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.lp-reimburse-d9 .nav-divider {
  width: 1px;
  height: 24px;
  background: #d4d4d4;
  margin: 0 0.5rem;
}
.lp-reimburse-d9 .main-content {
  overflow-y: visible;
}
.lp-reimburse-d9 .content-container {
  padding: 1rem;
  padding-bottom: calc(1rem + 64px);
  max-width: 1600px;
  margin: 0 auto;
}
.lp-reimburse-d9 .summary-cards-compact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.lp-reimburse-d9 .compact-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .compact-card:hover {
  border-color: #a3a3a3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.lp-reimburse-d9 .card-row {
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
}
.lp-reimburse-d9 .card-indicator {
  width: 4px;
  height: 48px;
  border-radius: 0.25rem;
  flex-shrink: 0;
}
.lp-reimburse-d9 .card-indicator.automated {
  background: #16a34a;
}
.lp-reimburse-d9 .card-indicator.manual {
  background: #d97706;
}
.lp-reimburse-d9 .card-indicator.urgent {
  background: #dc2626;
}
.lp-reimburse-d9 .card-indicator.success {
  background: #16a34a;
}
.lp-reimburse-d9 .card-indicator.processing {
  background: #2563eb;
}
.lp-reimburse-d9 .card-indicator.primary {
  background: #2563eb;
}
.lp-reimburse-d9 .card-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-reimburse-d9 .card-main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lp-reimburse-d9 .card-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #171717;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
}
.lp-reimburse-d9 .card-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #171717;
  margin-bottom: 0.25rem;
}
.lp-reimburse-d9 .card-subtitle {
  font-size: 0.875rem;
  color: #525252;
  line-height: 1.4;
}
.lp-reimburse-d9 .card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
.lp-reimburse-d9 .card-trend {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
}
.lp-reimburse-d9 .card-trend.up {
  color: #16a34a;
}
.lp-reimburse-d9 .card-trend.down {
  color: #dc2626;
}
.lp-reimburse-d9 .card-trend.neutral {
  color: #737373;
}
.lp-reimburse-d9 .card-status {
  font-size: 0.75rem;
  font-weight: 500;
  color: #737373;
}
.lp-reimburse-d9 .card-action {
  flex-shrink: 0;
}
.lp-reimburse-d9 .action-compact {
  padding: 0.5rem 1rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  background: #f5f5f5;
  color: #525252;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .action-compact:hover {
  background: #f5f5f5;
  color: #171717;
}
.lp-reimburse-d9 .action-compact.critical {
  background: #dc2626;
  color: #ffffff;
  border-color: #dc2626;
}
.lp-reimburse-d9 .action-compact.critical:hover {
  background: #ef4444;
}
.lp-reimburse-d9 .opportunities-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.lp-reimburse-d9 .opportunity-item {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 1rem;
  transition: all 0.15s ease;
  cursor: pointer;
}
.lp-reimburse-d9 .opportunity-item:hover {
  border-color: #a3a3a3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.lp-reimburse-d9 .opportunity-item.urgent {
  border-left: 4px solid #dc2626;
}
.lp-reimburse-d9 .opportunity-item.high {
  border-left: 4px solid #d97706;
}
.lp-reimburse-d9 .opportunity-item.medium {
  border-left: 4px solid #2563eb;
}
.lp-reimburse-d9 .opportunity-item.low {
  border-left: 4px solid #a3a3a3;
}
.lp-reimburse-d9 .summary-bar {
  height: 64px;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 997;
}
.lp-reimburse-d9 .summary-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 1rem;
  max-width: 1600px;
  margin: 0 auto;
  gap: 1.5rem;
}
.lp-reimburse-d9 .summary-group {
  display: flex;
  gap: 1.5rem;
}
.lp-reimburse-d9 .summary-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-reimburse-d9 .summary-value {
  font-size: 0.875rem;
  font-weight: 700;
  color: #171717;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
}
.lp-reimburse-d9 .summary-label {
  font-size: 0.625rem;
  font-weight: 500;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.lp-reimburse-d9 .summary-actions {
  display: flex;
  gap: 0.5rem;
}
.lp-reimburse-d9 .summary-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  background: #f5f5f5;
  color: #525252;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .summary-btn:hover {
  background: #f5f5f5;
  color: #171717;
}
.lp-reimburse-d9 .summary-btn.primary {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}
.lp-reimburse-d9 .summary-btn.primary:hover {
  background: #3b82f6;
}
.lp-reimburse-d9 .content-container.view-detailed .compact-card {
  margin-bottom: 1rem;
}
.lp-reimburse-d9 .content-container.view-detailed .card-row {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.lp-reimburse-d9 .content-container.view-grid .summary-cards-compact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}
.lp-reimburse-d9 .content-container.view-grid .compact-card {
  height: 120px;
}
.lp-reimburse-d9 .modal-content {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.lp-reimburse-d9 .modal-header {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0.75rem 0.75rem 0 0;
  padding: 1rem;
}
.lp-reimburse-d9 .modal-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #171717;
  margin: 0;
}
.lp-reimburse-d9 .modal-body {
  padding: 1rem;
}
.lp-reimburse-d9 .modal-footer {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 1rem;
}
.lp-reimburse-d9.ui.modal > .close.icon {
  top: 0.75rem;
  right: 0.75rem;
  margin: 0;
  opacity: 1;
  color: #737373;
}
.lp-reimburse-d9.ui.modal > .close.icon:hover {
  color: #171717;
}
.lp-reimburse-d9 .form-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #525252;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.lp-reimburse-d9 .form-control,
.lp-reimburse-d9 .form-select {
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.75rem;
  transition: all 0.15s ease;
  background: #f5f5f5;
}
.lp-reimburse-d9 .form-control:focus,
.lp-reimburse-d9 .form-select:focus {
  outline: none;
  border-color: #2563eb;
  background: #ffffff;
}
.lp-reimburse-d9 .btn {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.lp-reimburse-d9 .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  background: #2563eb;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .btn-primary:hover {
  background: #3b82f6;
}
.lp-reimburse-d9 .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  background: #f5f5f5;
  color: #525252;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .btn-secondary:hover {
  background: #e5e5e5;
  color: #171717;
}
.lp-reimburse-d9 .btn-close {
  background: none;
  border: none;
  font-size: 1rem;
  color: #a3a3a3;
  cursor: pointer;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .btn-close:hover {
  color: #525252;
}
@media (max-width: 768px) {
  .lp-reimburse-d9 .filter-content {
    flex-direction: column;
    height: auto;
    padding: 0.75rem 1rem;
    gap: 0.75rem;
  }
  .lp-reimburse-d9 .filter-left {
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
  }
  .lp-reimburse-d9 .search-compact {
    min-width: auto;
    width: 100%;
  }
  .lp-reimburse-d9 .filter-tags {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }
  .lp-reimburse-d9 .filter-right {
    width: 100%;
    justify-content: space-between;
  }
  .lp-reimburse-d9 .category-nav {
    height: auto;
  }
  .lp-reimburse-d9 .nav-scroll {
    flex-wrap: wrap;
    height: auto;
    padding: 0.75rem 1rem;
  }
  .lp-reimburse-d9 .summary-content {
    flex-direction: column;
    height: auto;
    padding: 0.75rem 1rem;
    gap: 0.75rem;
  }
  .lp-reimburse-d9 .summary-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .lp-reimburse-d9 .main-content {
    height: auto;
    min-height: calc(100vh - 200px);
    padding-bottom: 120px;
  }
  .lp-reimburse-d9 .top-actions {
    gap: 0.75rem;
  }
  .lp-reimburse-d9 .quick-stats {
    display: none;
  }
}
.lp-reimburse-d9 .text-center {
  text-align: center;
}
.lp-reimburse-d9 .text-left {
  text-align: left;
}
.lp-reimburse-d9 .text-right {
  text-align: right;
}
.lp-reimburse-d9 .font-mono {
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
}
.lp-reimburse-d9 .font-medium {
  font-weight: 500;
}
.lp-reimburse-d9 .font-semibold {
  font-weight: 600;
}
.lp-reimburse-d9 .font-bold {
  font-weight: 700;
}
.lp-reimburse-d9 .text-xs {
  font-size: 0.625rem;
}
.lp-reimburse-d9 .text-sm {
  font-size: 0.75rem;
}
.lp-reimburse-d9 .hidden {
  display: none;
}
.lp-reimburse-d9 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lp-reimburse-d9 .stacked-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
}
.lp-reimburse-d9 .horizontal-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .horizontal-card:hover {
  border-color: #a3a3a3;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transform: translateX(4px);
}
.lp-reimburse-d9 .horizontal-card .card-indicator {
  width: 4px;
  height: 40px;
  border-radius: 0.25rem;
  flex-shrink: 0;
}
.lp-reimburse-d9 .horizontal-card .card-indicator.automated {
  background: linear-gradient(180deg, #16a34a 0%, rgba(22, 163, 74, 0.6) 100%);
}
.lp-reimburse-d9 .horizontal-card .card-indicator.manual {
  background: linear-gradient(180deg, #d97706 0%, rgba(217, 119, 6, 0.6) 100%);
}
.lp-reimburse-d9 .horizontal-card .card-indicator.urgent {
  background: linear-gradient(180deg, #dc2626 0%, rgba(220, 38, 38, 0.6) 100%);
}
.lp-reimburse-d9 .horizontal-card .card-indicator.processing {
  background: linear-gradient(180deg, #2563eb 0%, rgba(37, 99, 235, 0.6) 100%);
}
.lp-reimburse-d9 .horizontal-card .card-indicator.success {
  background: linear-gradient(180deg, #16a34a 0%, rgba(22, 163, 74, 0.6) 100%);
}
.lp-reimburse-d9 .horizontal-card .card-indicator.primary {
  background: linear-gradient(180deg, #2563eb 0%, rgba(37, 99, 235, 0.6) 100%);
}
.lp-reimburse-d9 .card-main-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.lp-reimburse-d9 .card-primary-info {
  flex: 1;
}
.lp-reimburse-d9 .card-metrics {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.lp-reimburse-d9 .card-metric {
  text-align: center;
}
.lp-reimburse-d9 .card-metric-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #171717;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
  display: block;
}
.lp-reimburse-d9 .card-metric-label {
  font-size: 0.75rem;
  color: #737373;
  margin-top: 0.25rem;
}
.lp-reimburse-d9 .card-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.lp-reimburse-d9 .card-action-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  background: #fafafa;
  color: #525252;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .card-action-btn:hover {
  background: #f5f5f5;
  color: #171717;
}
.lp-reimburse-d9 .card-action-btn.primary {
  background: #2563eb;
  color: white;
  border-color: #2563eb;
}
.lp-reimburse-d9 .card-status-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.lp-reimburse-d9 .card-status-badge.pending {
  background: rgba(217, 119, 6, 0.1);
  color: #d97706;
}
.lp-reimburse-d9 .card-status-badge.approved {
  background: rgba(22, 163, 74, 0.1);
  color: #16a34a;
}
.lp-reimburse-d9 .card-status-badge.denied {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}
.lp-reimburse-d9 .card-status-badge.processing {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}
.lp-reimburse-d9 .metrics-strip {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.lp-reimburse-d9 .metrics-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.lp-reimburse-d9 .metric-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lp-reimburse-d9 .metric-icon {
  width: 32px;
  height: 32px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.lp-reimburse-d9 .metric-icon.success {
  background: rgba(22, 163, 74, 0.1);
  color: #16a34a;
}
.lp-reimburse-d9 .metric-icon.warning {
  background: rgba(217, 119, 6, 0.1);
  color: #d97706;
}
.lp-reimburse-d9 .metric-icon.primary {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}
.lp-reimburse-d9 .metric-icon.critical {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}
.lp-reimburse-d9 .metric-text {
  display: flex;
  flex-direction: column;
}
.lp-reimburse-d9 .metric-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #171717;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
}
.lp-reimburse-d9 .metric-label {
  font-size: 0.75rem;
  color: #525252;
}
.lp-reimburse-d9 .compact-list {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  overflow: hidden;
}
.lp-reimburse-d9 .compact-list-header {
  background: #f5f5f5;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-reimburse-d9 .list-title {
  font-size: 1rem;
  font-weight: 600;
  color: #171717;
}
.lp-reimburse-d9 .list-count {
  font-size: 0.75rem;
  color: #737373;
  background: #fafafa;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
}
.lp-reimburse-d9 .compact-list-body {
  max-height: 400px;
  overflow-y: auto;
}
.lp-reimburse-d9 .compact-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .compact-item:hover {
  background: #fafafa;
}
.lp-reimburse-d9 .compact-item:last-child {
  border-bottom: none;
}
.lp-reimburse-d9 .item-status {
  display: flex;
  align-items: center;
  margin-left: 0.75rem;
}
.lp-reimburse-d9 .item-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.lp-reimburse-d9 .item-indicator.critical {
  background: #dc2626;
}
.lp-reimburse-d9 .item-indicator.warning {
  background: #d97706;
}
.lp-reimburse-d9 .item-indicator.success {
  background: #16a34a;
}
.lp-reimburse-d9 .item-indicator.processing {
  background: #2563eb;
}
.lp-reimburse-d9 .item-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-reimburse-d9 .item-info {
  flex: 1;
}
.lp-reimburse-d9 .item-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #171717;
  margin-bottom: 0.25rem;
}
.lp-reimburse-d9 .item-subtitle {
  font-size: 0.75rem;
  color: #525252;
}
.lp-reimburse-d9 .item-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
}
.lp-reimburse-d9 .item-amount {
  font-weight: 600;
  color: #16a34a;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
}
.lp-reimburse-d9 .item-time {
  color: #737373;
}
.lp-reimburse-d9 .item-actions {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  margin-left: 0.75rem;
}
.lp-reimburse-d9 .item-status-badge {
  padding: 2px 8px;
  border-radius: 0.25rem;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.lp-reimburse-d9 .item-status-badge.pending {
  background: #f5f5f5;
  color: #525252;
}
.lp-reimburse-d9 .item-status-badge.processing {
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
}
.lp-reimburse-d9 .item-status-badge.investigation {
  background: rgba(251, 146, 60, 0.1);
  color: #d97706;
}
.lp-reimburse-d9 .item-status-badge.eligible {
  background: rgba(22, 163, 74, 0.1);
  color: #16a34a;
}
.lp-reimburse-d9 .item-status-badge.critical {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}
.lp-reimburse-d9 .item-status-badge.approved {
  background: rgba(22, 163, 74, 0.1);
  color: #16a34a;
}
.lp-reimburse-d9 .item-status-badge.denied {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}
.lp-reimburse-d9 .item-action-btn {
  min-width: 80px;
  height: 24px;
  padding: 0 0.5rem;
  border: 1px solid #d4d4d4;
  border-radius: 0.25rem;
  background: #fafafa;
  color: #525252;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.lp-reimburse-d9 .item-action-btn:hover {
  background: #f5f5f5;
  color: #171717;
}
.lp-reimburse-d9 .progress-section {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.lp-reimburse-d9 .progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.lp-reimburse-d9 .progress-title {
  font-size: 1rem;
  font-weight: 600;
  color: #171717;
}
.lp-reimburse-d9 .progress-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #171717;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
}
.lp-reimburse-d9 .progress-track {
  height: 12px;
  background: #f5f5f5;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.lp-reimburse-d9 .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #2563eb 0%, rgba(59, 130, 246, 0.8) 100%);
  border-radius: 0.25rem;
  transition: width 0.5s ease;
}
.lp-reimburse-d9 .progress-fill.success {
  background: linear-gradient(90deg, #16a34a 0%, rgba(22, 163, 74, 0.8) 100%);
}
.lp-reimburse-d9 .progress-fill.warning {
  background: linear-gradient(90deg, #d97706 0%, rgba(217, 119, 6, 0.8) 100%);
}
.lp-reimburse-d9 .progress-fill.danger {
  background: linear-gradient(90deg, #dc2626 0%, rgba(220, 38, 38, 0.8) 100%);
}
.lp-reimburse-d9 .progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #737373;
}
.lp-reimburse-d9 .compact-dashboard {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .lp-reimburse-d9 .compact-dashboard {
    grid-template-columns: 2fr 1fr;
  }
}
.lp-reimburse-d9 .dashboard-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lp-reimburse-d9 .dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lp-reimburse-d9 .mini-chart {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 1rem;
}
.lp-reimburse-d9 .mini-chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.lp-reimburse-d9 .mini-chart-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #171717;
}
.lp-reimburse-d9 .mini-chart-value {
  font-size: 1rem;
  font-weight: 700;
  color: #171717;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
}
.lp-reimburse-d9 .mini-chart-body {
  height: 60px;
  background: #fafafa;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737373;
  font-size: 0.75rem;
}
.lp-reimburse-d9 .activity-stream {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  overflow: hidden;
}
.lp-reimburse-d9 .activity-stream-header {
  background: #f5f5f5;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.lp-reimburse-d9 .activity-stream-title {
  font-size: 1rem;
  font-weight: 600;
  color: #171717;
}
.lp-reimburse-d9 .activity-stream-body {
  max-height: 300px;
  overflow-y: auto;
}
.lp-reimburse-d9 .activity-item {
  display: flex;
  align-items: flex-start;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.lp-reimburse-d9 .activity-item:last-child {
  border-bottom: none;
}
.lp-reimburse-d9 .activity-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 0.5rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.lp-reimburse-d9 .activity-dot.success {
  background: #16a34a;
}
.lp-reimburse-d9 .activity-dot.warning {
  background: #d97706;
}
.lp-reimburse-d9 .activity-dot.info {
  background: #2563eb;
}
.lp-reimburse-d9 .activity-text {
  flex: 1;
}
.lp-reimburse-d9 .activity-message {
  font-size: 0.75rem;
  color: #171717;
  margin-bottom: 0.25rem;
}
.lp-reimburse-d9 .activity-time {
  font-size: 0.6875rem;
  color: #737373;
}
.lp-reimburse-d9 .case-section {
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: #fafafa;
  border-radius: 0.5rem;
  border: 1px solid #e5e5e5;
}
.lp-reimburse-d9 .case-field {
  display: flex;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.lp-reimburse-d9 .case-field:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.lp-reimburse-d9 .case-field strong {
  min-width: 120px;
  font-weight: 600;
  color: #171717;
  margin-right: 0.75rem;
}
.lp-reimburse-d9 .case-description {
  background: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e5e5;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #171717;
  white-space: pre-line;
}
.lp-reimburse-d9 .form-group {
  margin-bottom: 1rem;
}
.lp-reimburse-d9 .form-group label {
  display: block;
  font-weight: 600;
  color: #171717;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.lp-reimburse-d9 .form-group input,
.lp-reimburse-d9 .form-group select,
.lp-reimburse-d9 .form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #171717;
  font-size: 0.875rem;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .form-group input:focus,
.lp-reimburse-d9 .form-group select:focus,
.lp-reimburse-d9 .form-group textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.lp-reimburse-d9 .form-group textarea {
  resize: vertical;
  min-height: 80px;
  font-family: inherit;
}
.lp-reimburse-d9 .section-header {
  margin-bottom: 1rem;
}
.lp-reimburse-d9 .section-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #171717;
  margin: 0;
}
.lp-reimburse-d9 .recent-opportunities-section {
  margin-top: 1.25rem;
}
.lp-reimburse-d9 .opportunity-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.lp-reimburse-d9 .opportunity-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 1rem;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .opportunity-card:hover {
  border-color: #a3a3a3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.lp-reimburse-d9 .opportunity-card .item-indicator {
  margin-right: 0;
}
.lp-reimburse-d9 .opportunity-content {
  flex: 1;
}
.lp-reimburse-d9 .opportunity-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #171717;
  margin-bottom: 0.25rem;
}
.lp-reimburse-d9 .opportunity-subtitle {
  font-size: 0.75rem;
  color: #525252;
  margin-bottom: 0.5rem;
}
.lp-reimburse-d9 .opportunity-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.lp-reimburse-d9 .opportunity-amount {
  font-size: 1rem;
  font-weight: 700;
  color: #16a34a;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
}
.lp-reimburse-d9 .opportunity-action {
  flex-shrink: 0;
}
.lp-reimburse-d9 .opportunity-type {
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 8px;
  border-radius: 0.375rem;
}
.lp-reimburse-d9 .opportunity-type.lost {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}
.lp-reimburse-d9 .opportunity-type.damaged {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
}
.lp-reimburse-d9 .opportunity-type.fee {
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
}
.lp-reimburse-d9 .opportunity-urgency {
  font-size: 0.75rem;
  color: #525252;
}
.lp-reimburse-d9 .opportunity-urgency.urgent {
  color: #dc2626;
  font-weight: 500;
}
.lp-reimburse-d9 .notes-widget {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  overflow: hidden;
  height: 480px;
  display: flex;
  flex-direction: column;
}
.lp-reimburse-d9 .notes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}
.lp-reimburse-d9 .notes-header-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.lp-reimburse-d9 .notes-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #171717;
}
.lp-reimburse-d9 .notes-count {
  font-size: 0.75rem;
  color: #525252;
}
.lp-reimburse-d9 .notes-filter {
  position: relative;
}
.lp-reimburse-d9 .notes-filter-select {
  padding: 4px 24px 4px 8px;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
  background: #ffffff;
  color: #171717;
  font-size: 0.6875rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .notes-filter-select:hover {
  border-color: #d4d4d4;
}
.lp-reimburse-d9 .notes-filter-select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.lp-reimburse-d9 .notes-body {
  flex: 1;
  overflow-y: auto;
  padding: 0.75rem;
}
.lp-reimburse-d9 .case-note-item {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
}
.lp-reimburse-d9 .case-note-item:last-child {
  margin-bottom: 0;
}
.lp-reimburse-d9 .case-note-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.lp-reimburse-d9 .case-note-info {
  flex: 1;
}
.lp-reimburse-d9 .case-note-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #171717;
  margin-bottom: 0.5rem;
}
.lp-reimburse-d9 .case-note-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.lp-reimburse-d9 .case-note-id {
  font-size: 0.6875rem;
  font-weight: 600;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
  color: #171717;
}
.lp-reimburse-d9 .case-note-amount {
  font-size: 0.875rem;
  font-weight: 700;
  color: #16a34a;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
}
.lp-reimburse-d9 .case-note-type {
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 0.375rem;
}
.lp-reimburse-d9 .case-note-type.lost {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}
.lp-reimburse-d9 .case-note-type.damaged {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
}
.lp-reimburse-d9 .case-note-type.fee {
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
}
.lp-reimburse-d9 .case-note-type.return {
  background: rgba(168, 85, 247, 0.1);
  color: #a855f7;
}
.lp-reimburse-d9 .note-edit-btn {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  color: #525252;
  border-radius: 0.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .note-edit-btn:hover {
  background: #ffffff;
  color: #171717;
}
.lp-reimburse-d9 .case-note-text {
  font-size: 0.75rem;
  color: #525252;
  line-height: 1.5;
}
.lp-reimburse-d9 .case-note-edit {
  margin-top: 0.75rem;
}
.lp-reimburse-d9 .note-textarea {
  width: 100%;
  min-height: 60px;
  padding: 0.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
  background: #ffffff;
  color: #171717;
  font-size: 0.75rem;
  font-family: inherit;
  resize: vertical;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .note-textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.lp-reimburse-d9 .note-edit-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.lp-reimburse-d9 .note-save-btn,
.lp-reimburse-d9 .note-cancel-btn {
  padding: 4px 10px;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.lp-reimburse-d9 .note-save-btn {
  background: #2563eb;
  color: white;
}
.lp-reimburse-d9 .note-save-btn:hover {
  background: #3b82f6;
}
.lp-reimburse-d9 .note-cancel-btn {
  background: transparent;
  color: #525252;
  border: 1px solid #e5e5e5;
}
.lp-reimburse-d9 .note-cancel-btn:hover {
  background: #ffffff;
  color: #171717;
}
.lp-reimburse-d9 .d9-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.lp-reimburse-d9 .d9-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #525252;
}
.lp-reimburse-d9 .d9-breadcrumb a {
  color: #525252;
  text-decoration: none;
}
.lp-reimburse-d9 .d9-breadcrumb a:hover {
  color: #171717;
}
.lp-reimburse-d9 .d9-breadcrumb span {
  color: #171717;
  font-weight: 500;
}
.lp-reimburse-d9 .d9-breadcrumb-sep {
  color: #a3a3a3;
  font-size: 0.875rem;
}
.lp-reimburse-d9 .d9-filter-bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}
.lp-reimburse-d9 .d9-metric-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 0.75rem 1rem;
}
.lp-reimburse-d9 .d9-metric-card--urgent .d9-metric-value {
  color: #dc2626;
}
.lp-reimburse-d9 .d9-metric-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #171717;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
}
.lp-reimburse-d9 .d9-metric-label {
  font-size: 0.625rem;
  font-weight: 500;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}
.lp-reimburse-d9 .d9-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  color: #737373;
}
.lp-reimburse-d9 .d9-empty-state p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.lp-reimburse-d9 .d9-list-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  color: #a3a3a3;
  font-size: 0.875rem;
}
.lp-reimburse-d9 .d9-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  margin-top: 0.5rem;
}
.lp-reimburse-d9 .d9-section {
  margin-top: 1.25rem;
  padding: 1rem;
  background: #fafafa;
  border-radius: 0.5rem;
  border: 1px solid #e5e5e5;
}
.lp-reimburse-d9 .d9-section-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #171717;
  margin-bottom: 0.5rem;
}
.lp-reimburse-d9 .d9-section-note {
  font-size: 0.75rem;
  color: #525252;
  margin-bottom: 0.75rem;
}
.lp-reimburse-d9 .d9-card-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lp-reimburse-d9 .d9-timeline {
  display: flex;
  flex-direction: column;
}
.lp-reimburse-d9 .d9-timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-bottom: 1rem;
  border-left: 2px solid #e5e5e5;
  padding-left: 1rem;
  margin-left: 0.5rem;
  position: relative;
}
.lp-reimburse-d9 .d9-timeline-step:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}
.lp-reimburse-d9 .d9-timeline-dot {
  position: absolute;
  left: -7px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2563eb;
  border: 2px solid #fafafa;
}
.lp-reimburse-d9 .d9-timeline-content {
  flex: 1;
}
.lp-reimburse-d9 .d9-timeline-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #171717;
}
.lp-reimburse-d9 .d9-timeline-date {
  font-size: 0.75rem;
  color: #525252;
  margin-top: 2px;
}
.lp-reimburse-d9 .d9-alert {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
}
.lp-reimburse-d9 .d9-alert.warning {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.lp-reimburse-d9 .d9-alert.critical {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.lp-reimburse-d9 .case-header-compact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.lp-reimburse-d9 .case-header-compact h1 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #171717;
  margin: 0;
}
.lp-reimburse-d9 .btn-back {
  padding: 0.5rem 0.75rem;
  background: #fafafa;
  border: 1px solid #d4d4d4;
  border-radius: 0.5rem;
  color: #525252;
  cursor: pointer;
  transition: all 0.15s ease;
  font-size: 0.75rem;
  text-decoration: none;
}
.lp-reimburse-d9 .btn-back:hover {
  background: #f5f5f5;
  color: #171717;
}
.lp-reimburse-d9 .case-status-row {
  padding: 0 1rem 1rem;
}
.lp-reimburse-d9 .case-layout-compact {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 1rem;
  padding: 0 1rem 1rem;
}
@media (max-width: 1200px) {
  .lp-reimburse-d9 .case-layout-compact {
    grid-template-columns: 1fr;
  }
}
.lp-reimburse-d9 .case-main-compact {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.75rem;
  padding: 1rem;
}
.lp-reimburse-d9 .case-info-header {
  margin-bottom: 0.75rem;
}
.lp-reimburse-d9 .case-info-header h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #171717;
}
.lp-reimburse-d9 .copy-hint {
  font-size: 0.75rem;
  color: #525252;
}
.lp-reimburse-d9 .case-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 1200px) {
  .lp-reimburse-d9 .case-top-grid {
    grid-template-columns: 1fr;
  }
}
.lp-reimburse-d9 .product-info-box,
.lp-reimburse-d9 .case-summary-box {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 0.75rem;
}
.lp-reimburse-d9 .product-info-box h4 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #171717;
}
.lp-reimburse-d9 .product-details-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.lp-reimburse-d9 .detail-row {
  font-size: 0.75rem;
  color: #525252;
}
.lp-reimburse-d9 .detail-row strong {
  color: #171717;
  font-weight: 600;
  margin-right: 0.25rem;
}
.lp-reimburse-d9 .case-summary-box {
  min-width: 260px;
}
@media (max-width: 1200px) {
  .lp-reimburse-d9 .case-summary-box {
    min-width: 100%;
  }
}
.lp-reimburse-d9 .case-summary-box h3 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #171717;
}
.lp-reimburse-d9 .summary-grid {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.lp-reimburse-d9 .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.75rem;
}
.lp-reimburse-d9 .s-label {
  color: #525252;
  min-width: 60px;
}
.lp-reimburse-d9 .s-value {
  font-weight: 600;
  color: #171717;
  text-align: right;
  flex: 1;
}
.lp-reimburse-d9 .s-value.amount {
  color: #16a34a;
}
.lp-reimburse-d9 .s-value.urgent {
  color: #dc2626;
}
.lp-reimburse-d9 .s-value.high {
  color: #d97706;
}
.lp-reimburse-d9 .s-value.medium {
  color: #2563eb;
}
.lp-reimburse-d9 .s-value.low {
  color: #525252;
}
.lp-reimburse-d9 .case-description-expanded {
  margin-bottom: 0.75rem;
}
.lp-reimburse-d9 .desc-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.lp-reimburse-d9 .desc-header label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #171717;
}
.lp-reimburse-d9 .case-description-box-expanded {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 0.75rem;
  max-height: 320px;
  overflow-y: auto;
}
.lp-reimburse-d9 .case-description-box-expanded pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: 'IBM Plex Mono', 'SF Mono', Consolas, monospace;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  color: #171717;
}
.lp-reimburse-d9 .action-buttons-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.lp-reimburse-d9 .btn-action {
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
}
.lp-reimburse-d9 .btn-action:hover {
  opacity: 0.9;
}
.lp-reimburse-d9 .btn-action.copy-desc {
  background: #2563eb;
  color: #ffffff;
}
.lp-reimburse-d9 .btn-action.copy-all {
  background: #fafafa;
  color: #171717;
  border: 1px solid #d4d4d4;
}
.lp-reimburse-d9 .btn-action.update {
  background: #16a34a;
  color: #ffffff;
}
.lp-reimburse-d9 .case-sidebar-compact {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.lp-reimburse-d9 .upload-box,
.lp-reimburse-d9 .notes-box,
.lp-reimburse-d9 .info-box {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 0.75rem;
}
.lp-reimburse-d9 .btn-upload-compact {
  width: 100%;
  padding: 0.5rem;
  background: #fafafa;
  border: 1px dashed #d4d4d4;
  border-radius: 0.5rem;
  color: #525252;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.75rem;
}
.lp-reimburse-d9 .upload-info,
.lp-reimburse-d9 .upload-hint,
.lp-reimburse-d9 .formats {
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  color: #737373;
  text-align: center;
}
.lp-reimburse-d9 .notes-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.lp-reimburse-d9 .notes-box-header label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #171717;
}
.lp-reimburse-d9 .notes-display {
  font-size: 0.75rem;
  color: #525252;
  white-space: pre-line;
  background: #fafafa;
  border-radius: 0.375rem;
  padding: 0.5rem;
}
.lp-reimburse-d9 .info-boxes {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.lp-reimburse-d9 .info-box.required {
  background: rgba(22, 163, 74, 0.08);
  border-color: rgba(22, 163, 74, 0.3);
}
.lp-reimburse-d9 .info-box.process {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.3);
}
.lp-reimburse-d9 .info-box h4 {
  font-size: 0.75rem;
  font-weight: 600;
  color: #171717;
  margin-bottom: 0.5rem;
}
.lp-reimburse-d9 .info-box ul,
.lp-reimburse-d9 .info-box ol {
  margin: 0;
  padding-left: 1rem;
  font-size: 0.6875rem;
  line-height: 1.6;
  color: #525252;
}
.lp-reimburse-d9 .info-box li {
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .lp-reimburse-d9 .action-buttons-row {
    flex-direction: column;
  }
  .lp-reimburse-d9 .action-buttons-row .btn-action,
  .lp-reimburse-d9 .action-buttons-row .btn-primary,
  .lp-reimburse-d9 .action-buttons-row .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}
.d9-copy-flash {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 10000;
  background: #16a34a;
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
body.lp-blur-asin .lp-reimburse-d9 .lp-kendo-sensitive {
  filter: blur(6px) !important;
  user-select: none !important;
}
body.lp-blur-asin .lp-reimburse-d9 .case-field .lp-kendo-sensitive {
  filter: blur(6px) !important;
  user-select: none !important;
}
body.lp-blur-asin .lp-reimburse-d9 #d9-recent .lp-kendo-sensitive {
  filter: blur(6px) !important;
  user-select: none !important;
}
body.lp-blur-sku .lp-reimburse-d9 .lp-kendo-sensitive {
  filter: blur(6px) !important;
  user-select: none !important;
}
body.lp-blur-sku .lp-reimburse-d9 .case-field .lp-kendo-sensitive {
  filter: blur(6px) !important;
  user-select: none !important;
}
body.lp-blur-sku .lp-reimburse-d9 #d9-recent .lp-kendo-sensitive {
  filter: blur(6px) !important;
  user-select: none !important;
}
body.lp-blur-title .lp-reimburse-d9 .lp-kendo-sensitive {
  filter: blur(6px) !important;
  user-select: none !important;
}
body.lp-blur-title .lp-reimburse-d9 td.lp-order-col {
  filter: blur(6px) !important;
  user-select: none !important;
}
body.lp-blur-title .lp-reimburse-d9 .lp-order-id {
  filter: blur(6px) !important;
  user-select: none !important;
}
