:root {
  --lds-navy: #1a1a2e;
  --lds-navy-light: #16213e;
  --lds-gold: #c9a84c;
  --lds-gold-light: #e0c070;
  --fleet-teal: #00b8b0;
  --fleet-teal-light: #5ee0da;
  --fleet-teal-dark: #007d78;
  --fleet-surface: #132a35;
  --sidebar-width: 240px;
}

body {
  background-color: #0f0f1a;
  color: #e0e0e0;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
}

/* Navbar */
.lds-navbar {
  background-color: var(--lds-navy) !important;
  border-bottom: 2px solid var(--lds-gold);
  padding: 0.5rem 1.5rem;
}

.lds-brand, .navbar-brand {
  color: var(--lds-gold) !important;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.brand-icon {
  color: var(--lds-gold);
  margin-right: 0.3rem;
}

/* Sidebar */
.sidebar {
  width: var(--sidebar-width);
  flex: 0 0 var(--sidebar-width);
  min-height: calc(100vh - 56px);
  background-color: var(--lds-navy);
  border-right: 1px solid rgba(201, 168, 76, 0.2);
  padding: 0;
  position: sticky;
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
  flex-direction: column;
}

.sidebar-brand {
  padding: 1.5rem 1.25rem 1rem;
  color: var(--lds-gold);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sidebar-nav {
  padding: 0.75rem 0;
  flex: 1;
}

.sidebar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0;
  transition: all 0.2s ease;
  font-size: 0.95rem;
}

.sidebar-nav .nav-link:hover {
  color: var(--lds-gold);
  background-color: rgba(201, 168, 76, 0.08);
}

.sidebar-nav .nav-link.active {
  color: var(--lds-gold);
  background-color: rgba(201, 168, 76, 0.15);
  border-left: 3px solid var(--lds-gold);
  font-weight: 600;
}

.sidebar-nav .nav-link i {
  font-size: 1.1rem;
  width: 1.3rem;
  text-align: center;
}

.nav-new {
  margin-left: auto;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  background: rgba(0, 184, 176, 0.18);
  color: var(--fleet-teal-light);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.sidebar-footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(201, 168, 76, 0.1);
}

/* System health */
.system-status-card {
  padding: 1.2rem;
  background: linear-gradient(145deg, rgba(22, 33, 62, 0.96), rgba(19, 42, 53, 0.78));
  border: 1px solid rgba(94, 224, 218, 0.18);
  border-radius: 0.75rem;
}

.status-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.45rem;
}

.status-value {
  color: #f5f5f5;
  font-size: 1.25rem;
  font-weight: 750;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.status-dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.13);
}

.status-note {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  margin-top: 0.55rem;
}

.metric-mini {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.8rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.035);
}

.metric-mini strong {
  color: var(--fleet-teal-light);
  font-size: 1.4rem;
}

.metric-mini span,
.system-detail-list dd {
  color: rgba(255, 255, 255, 0.65);
}

.system-detail-list dt,
.system-detail-list dd {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.security-check-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.security-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.78);
}

.security-check-list i {
  color: #53d79c;
  margin-top: 0.08rem;
}

/* Main content */
.main-content {
  min-width: 0;
  min-height: calc(100vh - 56px);
  background-color: #0f0f1a;
}

/* Cards */
.card {
  background-color: var(--lds-navy-light);
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 0.5rem;
}

.card-header {
  background-color: rgba(201, 168, 76, 0.08);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  font-weight: 600;
}

/* Stats cards */
.stat-card {
  background: linear-gradient(135deg, var(--lds-navy) 0%, var(--lds-navy-light) 100%);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.2s ease;
}

.stat-card:hover {
  transform: translateY(-2px);
}

.stat-card .stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--lds-gold);
}

.stat-card .stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.25rem;
}

.stat-card .stat-icon {
  font-size: 1.75rem;
  color: rgba(201, 168, 76, 0.4);
  margin-bottom: 0.5rem;
}

/* Tables */
.table {
  color: #e0e0e0;
}

.table-hover tbody tr:hover {
  background-color: rgba(201, 168, 76, 0.05);
  color: #fff;
}

.table thead th {
  color: var(--lds-gold);
  border-bottom-color: rgba(201, 168, 76, 0.3);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

/* Buttons */
.btn-lds {
  background-color: var(--lds-gold);
  border-color: var(--lds-gold);
  color: #1a1a2e;
  font-weight: 600;
}

.btn-lds:hover {
  background-color: var(--lds-gold-light);
  border-color: var(--lds-gold-light);
  color: #1a1a2e;
}

.btn-outline-lds {
  border-color: var(--lds-gold);
  color: var(--lds-gold);
}

.btn-outline-lds:hover {
  background-color: var(--lds-gold);
  color: #1a1a2e;
}

.btn-fleet {
  background: var(--fleet-teal);
  border-color: var(--fleet-teal);
  color: #07191f;
  font-weight: 700;
}

.btn-fleet:hover,
.btn-fleet:focus {
  background: var(--fleet-teal-light);
  border-color: var(--fleet-teal-light);
  color: #07191f;
}

.btn-outline-fleet {
  border-color: var(--fleet-teal);
  color: var(--fleet-teal-light);
}

.btn-outline-fleet:hover,
.btn-outline-fleet:focus {
  background: var(--fleet-teal);
  border-color: var(--fleet-teal);
  color: #07191f;
}

/* Forms */
.form-control, .form-select {
  background-color: #1e1e35;
  border-color: rgba(201, 168, 76, 0.2);
  color: #e0e0e0;
}

.form-control:focus, .form-select:focus {
  background-color: #1e1e35;
  border-color: var(--lds-gold);
  color: #e0e0e0;
  box-shadow: 0 0 0 0.2rem rgba(201, 168, 76, 0.15);
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form-label {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 0.9rem;
}

/* Badges */
.badge-status-在庫中 { background-color: #198754; }
.badge-status-商談中 { background-color: #0d6efd; }
.badge-status-売約済 { background-color: #ffc107; color: #000; }
.badge-status-販売済 { background-color: #6c757d; }

/* Work type badges */
.badge-work-車検 { background-color: #dc3545; }
.badge-work-定期点検 { background-color: #0d6efd; }
.badge-work-オイル交換 { background-color: #20c997; }
.badge-work-タイヤ交換 { background-color: #0dcaf0; color: #000; }
.badge-work-修理 { background-color: #fd7e14; }
.badge-work-カスタム { background-color: #6f42c1; }
.badge-work-その他 { background-color: #6c757d; }

/* Reminder alert */
.reminder-item {
  background-color: rgba(255, 193, 7, 0.08);
  border-left: 3px solid #ffc107;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}

/* Profit warning */
.profit-warning {
  color: #ff6b6b !important;
  font-weight: 600;
}

/* Page header */
.page-header {
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}

.page-header h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--lds-gold);
}

.section-kicker {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--fleet-teal);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-heading h2 {
  margin: 0;
  color: #f4f7f8;
  font-size: 1.25rem;
  font-weight: 700;
}

.text-teal { color: var(--fleet-teal-light) !important; }
.border-teal { border-color: rgba(0, 184, 176, 0.45) !important; }

/* Individual/corporate customer switch */
.customer-switch {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.035);
}

.customer-switch a,
.customer-switch button {
  padding: 0.55rem 1rem;
  border: 0;
  border-radius: 0.45rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.customer-switch a:hover,
.customer-switch button:hover { color: #fff; }

.customer-switch a.active,
.customer-switch button.active {
  background: var(--fleet-teal);
  color: #07191f;
}

/* Fleet sales KPI */
.goal-card {
  padding: 1.4rem;
  border: 1px solid rgba(0, 184, 176, 0.35);
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #123541 0%, #10222f 100%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.goal-value {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
}

.goal-value span {
  margin-left: 0.35rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 1.05rem;
  font-weight: 600;
}

.goal-icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 184, 176, 0.13);
  color: var(--fleet-teal-light);
  font-size: 1.4rem;
}

.goal-progress,
.capacity-progress {
  height: 0.55rem;
  background: rgba(255, 255, 255, 0.08);
}

.goal-progress .progress-bar,
.capacity-progress .progress-bar {
  background: linear-gradient(90deg, var(--fleet-teal-dark), var(--fleet-teal-light));
}

.metric-card {
  display: flex;
  min-height: 148px;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  background: linear-gradient(145deg, var(--lds-navy-light), #132231);
}

.metric-card > i {
  margin-bottom: 0.75rem;
  color: var(--fleet-teal);
  font-size: 1.25rem;
}

.metric-label {
  display: block;
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.metric-card strong {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.2;
}

.metric-card strong small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.75rem;
}

.metric-card.compact {
  min-height: 110px;
  padding: 1rem 1.15rem;
}

.metric-card.compact strong { font-size: 1.4rem; }
.metric-card .metric-date { font-size: 1.35rem; }

.metric-foot {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.74rem;
}

.metric-alert {
  border-color: rgba(220, 53, 69, 0.55);
  background: linear-gradient(145deg, rgba(90, 25, 39, 0.78), #251b2d);
}

.metric-card-link { display: block; height: 100%; text-decoration: none; }
.metric-card-link .metric-card { transition: border-color 0.2s, transform 0.2s; }
.metric-card-link:hover .metric-card { transform: translateY(-2px); border-color: rgba(0, 184, 176, 0.45); }

/* Sales pipeline */
.pipeline-board {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  background: var(--lds-navy-light);
}

.pipeline-stage {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: background-color 0.2s;
}

.pipeline-stage:last-child { border-right: 0; }
.pipeline-stage:hover { background: rgba(255, 255, 255, 0.05); color: #fff; }
.pipeline-stage i { color: var(--fleet-teal); }
.pipeline-stage span { font-size: 0.84rem; font-weight: 600; }
.pipeline-stage strong { color: #fff; font-size: 1.45rem; }
.pipeline-stage.stage-won { background: rgba(25, 135, 84, 0.12); }
.pipeline-stage.stage-negotiation { background: rgba(255, 193, 7, 0.08); }

/* Company lists and detail */
.company-table td { padding-top: 0.85rem; padding-bottom: 0.85rem; }
.company-name { color: #fff; font-weight: 700; text-decoration: none; }
.company-name:hover { color: var(--fleet-teal-light); }
.row-overdue { box-shadow: inset 3px 0 #dc3545; }

.plan-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.55rem;
  border: 1px solid rgba(0, 184, 176, 0.32);
  border-radius: 999px;
  background: rgba(0, 184, 176, 0.1);
  color: var(--fleet-teal-light);
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.plan-pill.plan-プレミアム { border-color: rgba(201, 168, 76, 0.55); background: rgba(201, 168, 76, 0.13); color: var(--lds-gold-light); }
.plan-pill.plan-ノーマル { border-color: rgba(173, 181, 189, 0.35); background: rgba(173, 181, 189, 0.1); color: #cbd2d8; }

.company-detail-header {
  padding: 1.4rem;
  border: 1px solid rgba(0, 184, 176, 0.18);
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(0, 184, 176, 0.08), rgba(22, 33, 62, 0.92));
}

.company-detail-header h1 { margin-bottom: 0.35rem; color: #fff; font-size: 1.75rem; font-weight: 800; }

.detail-tabs {
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
}

.detail-tabs a {
  position: relative;
  flex: 0 0 auto;
  padding: 0.8rem 1rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.detail-tabs a:hover { color: #fff; }
.detail-tabs a.active { color: var(--fleet-teal-light); }
.detail-tabs a.active::after { position: absolute; right: 0.7rem; bottom: -1px; left: 0.7rem; height: 2px; background: var(--fleet-teal); content: ''; }
.detail-tabs a span { margin-left: 0.25rem; padding: 0.05rem 0.35rem; border-radius: 999px; background: rgba(255, 255, 255, 0.08); font-size: 0.68rem; }

.detail-grid {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  row-gap: 0;
}

.detail-grid dt,
.detail-grid dd { margin: 0; padding: 0.72rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.detail-grid dt { color: rgba(255, 255, 255, 0.46); font-size: 0.82rem; font-weight: 600; }
.detail-grid dd { color: rgba(255, 255, 255, 0.88); }
.detail-grid a { color: var(--fleet-teal-light); }

.next-action-card { border-color: rgba(0, 184, 176, 0.35); }
.next-action-card .card-header { color: var(--fleet-teal-light); }
.next-action-card h2 { color: #fff; font-size: 1.15rem; }
.sticky-card { position: sticky; top: 76px; }
.preserve-lines { white-space: pre-line; }

.empty-state { padding: 3.2rem 1.5rem; text-align: center; }
.empty-state > i { display: block; margin-bottom: 0.8rem; color: rgba(0, 184, 176, 0.55); font-size: 2.4rem; }
.empty-state h2 { margin-bottom: 0.4rem; color: #fff; font-size: 1.05rem; }
.empty-state p { color: rgba(255, 255, 255, 0.46); font-size: 0.88rem; }
.empty-state.compact { padding: 2rem 1rem; }
.empty-state.compact > i { font-size: 1.8rem; }

.activity-timeline { position: relative; }
.activity-item { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 0.75rem; }
.activity-item:not(:last-child) .activity-marker::after { position: absolute; top: 34px; bottom: -10px; left: 50%; width: 1px; background: rgba(0, 184, 176, 0.25); content: ''; }
.activity-marker { position: relative; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(0, 184, 176, 0.35); border-radius: 50%; background: #142433; color: var(--fleet-teal-light); }
.activity-content { margin-bottom: 1rem; padding: 0.9rem 1rem; border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 0.55rem; background: rgba(255, 255, 255, 0.025); }
.activity-type { margin-right: 0.65rem; color: var(--fleet-teal-light); font-size: 0.78rem; font-weight: 700; }
.activity-content time { color: rgba(255, 255, 255, 0.38); font-size: 0.75rem; }
.activity-content p { margin: 0.65rem 0 0; color: rgba(255, 255, 255, 0.82); }
.activity-next { margin-top: 0.7rem; padding-top: 0.55rem; border-top: 1px solid rgba(255, 255, 255, 0.06); color: rgba(255, 255, 255, 0.5); font-size: 0.78rem; }

.plan-comparison tr.selected { background: rgba(0, 184, 176, 0.12); }
.plan-comparison tr.selected td:first-child { color: var(--fleet-teal-light); }
.fleet-check { padding: 0.85rem 0.85rem 0.85rem 2.5rem; border: 1px solid rgba(0, 184, 176, 0.2); border-radius: 0.5rem; background: rgba(0, 184, 176, 0.05); }
.fleet-check .form-check-input { margin-left: -1.55rem; }
.mini-definition { display: grid; grid-template-columns: 1fr auto; gap: 0.65rem; }
.mini-definition dt { color: rgba(255, 255, 255, 0.5); font-weight: 500; }
.mini-definition dd { margin: 0; color: #fff; font-weight: 700; }

/* Dashboard actions */
.action-list { display: flex; flex-direction: column; }
.action-row { display: flex; align-items: center; gap: 0.9rem; padding: 0.85rem 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.06); color: rgba(255, 255, 255, 0.72); text-decoration: none; }
.action-row:last-child { border-bottom: 0; }
.action-row:hover { background: rgba(0, 184, 176, 0.06); color: #fff; }
.action-row.overdue { box-shadow: inset 3px 0 #dc3545; }
.action-date { display: flex; width: 43px; flex-direction: column; align-items: center; border-right: 1px solid rgba(255, 255, 255, 0.08); }
.action-date strong { color: #fff; font-size: 1.2rem; line-height: 1; }
.action-date span { margin-top: 0.2rem; color: rgba(255, 255, 255, 0.42); font-size: 0.65rem; }
.action-row .flex-grow-1 { display: flex; min-width: 0; flex-direction: column; }
.action-row .flex-grow-1 strong { overflow: hidden; color: #fff; font-size: 0.88rem; text-overflow: ellipsis; white-space: nowrap; }
.action-row .flex-grow-1 span { color: rgba(255, 255, 255, 0.42); font-size: 0.72rem; }
.fleet-reminder { display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; padding: 0.7rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); color: rgba(255, 255, 255, 0.8); text-decoration: none; }
.fleet-reminder:last-child { border-bottom: 0; }
.fleet-reminder:hover strong { color: var(--fleet-teal-light); }
.fleet-reminder div { display: flex; min-width: 0; flex-direction: column; }
.fleet-reminder strong { color: #fff; font-size: 0.86rem; }
.fleet-reminder span { overflow: hidden; color: rgba(255, 255, 255, 0.42); font-size: 0.72rem; text-overflow: ellipsis; white-space: nowrap; }
.fleet-reminder time { flex: 0 0 auto; color: var(--fleet-teal-light); font-weight: 700; }

/* Breadcrumb */
.breadcrumb-item a {
  color: var(--lds-gold);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.3);
}

/* Modal */
.modal-content {
  background-color: var(--lds-navy-light);
  border: 1px solid rgba(201, 168, 76, 0.2);
}

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--lds-navy); }
::-webkit-scrollbar-thumb { background: rgba(201, 168, 76, 0.3); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(201, 168, 76, 0.5); }

/* Responsive */
@media (max-width: 991.98px) {
  .main-content {
    min-height: calc(100vh - 56px);
  }
  .lds-navbar .nav-link.active {
    color: var(--lds-gold) !important;
  }

  .pipeline-board { grid-template-columns: repeat(2, 1fr); }
  .pipeline-stage { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .pipeline-stage:last-child { grid-column: 1 / -1; }
  .sticky-card { position: static; }
}

@media (max-width: 575.98px) {
  .page-header { align-items: flex-start !important; }
  .page-header h1 { font-size: 1.3rem; }
  .customer-switch { display: grid; grid-template-columns: 1fr 1fr; }
  .customer-switch a,
  .customer-switch button { text-align: center; }
  .pipeline-board { grid-template-columns: 1fr; }
  .pipeline-stage,
  .pipeline-stage:last-child { grid-column: auto; border-right: 0; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid dt { padding-bottom: 0.15rem; border-bottom: 0; }
  .detail-grid dd { padding-top: 0; }
  .company-detail-header h1 { font-size: 1.4rem; }
  .section-heading { align-items: flex-start; }
}

/* Gold text utility */
.text-gold { color: var(--lds-gold) !important; }
.border-gold { border-color: rgba(201, 168, 76, 0.3) !important; }
