/* SWLARC v2.00 - Club Business Center
   Page-only organization. The restored SWLARC top navigation is intentionally untouched. */

#clubBusinessCenterPanel {
  margin: 0 0 18px;
  display: grid;
  gap: 14px;
}

#clubBusinessCenterPanel .cb-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #d8e0e8;
  border-top: 3px solid #174a78;
  box-shadow: 0 8px 24px rgba(16,42,67,.07);
}

#clubBusinessCenterPanel .cb-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #23659a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

#clubBusinessCenterPanel h2,
#clubBusinessCenterPanel h3,
#clubBusinessCenterPanel p { margin: 0; }

#clubBusinessCenterPanel .cb-hero h2 {
  color: #102a43;
  font-size: 22px;
  line-height: 1.15;
}

#clubBusinessCenterPanel .cb-hero p {
  margin-top: 4px;
  color: #66788a;
  font-size: 13px;
}

#clubBusinessCenterPanel .cb-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

#clubBusinessCenterPanel button { font: inherit; }

#clubBusinessCenterPanel .cb-primary,
#clubBusinessCenterPanel .cb-secondary,
#clubBusinessCenterPanel .cb-core-link,
#clubBusinessCenterPanel .cb-related-link {
  border-radius: 2px;
  cursor: pointer;
}

#clubBusinessCenterPanel .cb-primary,
#clubBusinessCenterPanel .cb-secondary {
  min-height: 36px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
}

#clubBusinessCenterPanel .cb-primary {
  color: #fff;
  background: #174a78;
  border: 1px solid #174a78;
}

#clubBusinessCenterPanel .cb-secondary {
  color: #174a78;
  background: #fff;
  border: 1px solid #afbfcc;
}

#clubBusinessCenterPanel .cb-primary:hover,
#clubBusinessCenterPanel .cb-secondary:hover,
#clubBusinessCenterPanel .cb-core-link:hover,
#clubBusinessCenterPanel .cb-related-link:hover { filter: brightness(.97); }

#clubBusinessCenterPanel .cb-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

#clubBusinessCenterPanel .cb-metric {
  min-width: 0;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #d8e0e8;
}

#clubBusinessCenterPanel .cb-metric span {
  display: block;
  color: #6b7f90;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

#clubBusinessCenterPanel .cb-metric strong {
  display: block;
  margin-top: 6px;
  color: #102a43;
  font-size: 24px;
  line-height: 1;
}

#clubBusinessCenterPanel .cb-metric small {
  display: block;
  margin-top: 7px;
  color: #7b8c9b;
  font-size: 10px;
}

#clubBusinessCenterPanel .cb-core-workspace,
#clubBusinessCenterPanel .cb-related-workspace {
  padding: 16px;
  background: #fff;
  border: 1px solid #d8e0e8;
}

#clubBusinessCenterPanel .cb-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

#clubBusinessCenterPanel .cb-section-head h3 {
  color: #102a43;
  font-size: 15px;
}

#clubBusinessCenterPanel .cb-section-head span {
  display: block;
  margin-top: 3px;
  color: #7a8b9b;
  font-size: 11px;
}

#clubBusinessCenterPanel .cb-core-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

#clubBusinessCenterPanel .cb-core-link,
#clubBusinessCenterPanel .cb-related-link {
  padding: 11px 12px;
  text-align: left;
  color: #16324c;
  background: #f7f9fb;
  border: 1px solid #d8e0e8;
}

#clubBusinessCenterPanel .cb-core-link {
  min-height: 66px;
}

#clubBusinessCenterPanel .cb-core-link.active {
  color: #0d3659;
  background: #edf5fb;
  border-color: #7fa8c7;
  box-shadow: inset 4px 0 0 #174a78;
}

#clubBusinessCenterPanel .cb-core-link b,
#clubBusinessCenterPanel .cb-related-link b {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

#clubBusinessCenterPanel .cb-core-link span,
#clubBusinessCenterPanel .cb-related-link span {
  display: block;
  margin-top: 4px;
  color: #718394;
  font-size: 10px;
  line-height: 1.3;
}

#clubBusinessCenterPanel .cb-related-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

#clubBusinessCenterPanel .cb-related-link { min-height: 58px; }

#clubBusinessCenterPanel .cb-empty {
  grid-column: 1 / -1;
  padding: 12px;
  color: #718394;
  background: #f7f9fb;
  border: 1px dashed #c8d3dd;
  font-size: 12px;
}

#clubBusinessCenterPanel .cb-current-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 2px;
  padding: 0 2px;
}

#clubBusinessCenterPanel .cb-current-label h3 {
  color: #102a43;
  font-size: 15px;
}

#clubBusinessCenterPanel .cb-current-label span {
  color: #718394;
  font-size: 11px;
}

@media (max-width: 1000px) {
  #clubBusinessCenterPanel .cb-metrics,
  #clubBusinessCenterPanel .cb-related-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  #clubBusinessCenterPanel .cb-core-links { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  #clubBusinessCenterPanel .cb-hero { align-items: flex-start; flex-direction: column; }
  #clubBusinessCenterPanel .cb-actions { width: 100%; justify-content: flex-start; }
  #clubBusinessCenterPanel .cb-metrics,
  #clubBusinessCenterPanel .cb-related-links { grid-template-columns: 1fr; }
  #clubBusinessCenterPanel .cb-section-head,
  #clubBusinessCenterPanel .cb-current-label { align-items: flex-start; flex-direction: column; }
}
