/* Share Performance widget — scoped namespace c847291 (do not reuse elsewhere) */
#c847291 {
  max-width: 1100px;
  margin: 0 auto;
  font-family: inherit;
  box-sizing: border-box;
}

#c847291 *,
#c847291 *::before,
#c847291 *::after {
  box-sizing: border-box;
}

#c847291 .c847291__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  border-bottom: 1px solid #e6e8ec;
}

#c847291 .c847291__tab {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  margin: 0 0 -1px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #5c6675 !important;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

#c847291 .c847291__tab:hover {
  color: #1a2332 !important;
  background: #f7f8fa;
  text-decoration: none !important;
}

#c847291 .c847291__tab--active {
  color: #1a2332 !important;
  background: #fff;
  border-color: #e6e8ec;
  border-bottom-color: #c9a227;
}

#c847291 .c847291__tab:focus-visible {
  outline: 2px solid #c9a227;
  outline-offset: 2px;
}

#c847291 .c847291__panel {
  display: none;
}

#c847291 .c847291__panel--active {
  display: block;
}

#c847291 .c847291__heading {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2332;
}

#c847291 .c847291__sub {
  margin: 0 0 16px;
  color: #6b7280;
}

#c847291 .c847291__quote {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin: 0 0 16px;
  padding: 14px 18px;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
  background: #fff;
}

#c847291 .c847291__quote-item {
  min-width: 110px;
}

#c847291 .c847291__quote-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #9aa3b2;
}

#c847291 .c847291__quote-value {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a2332;
}

#c847291 .c847291__quote-value--sm {
  font-size: 1rem;
  font-weight: 600;
}

#c847291 .c847291__quote-value--up {
  color: #1f7a4d;
}

#c847291 .c847291__quote-value--down {
  color: #b42318;
}

#c847291 .c847291__note {
  margin-top: 12px;
  font-size: 0.9rem;
  color: #6b7280;
}

#c847291 .c847291__note a {
  color: #c9a227;
  text-decoration: none;
}

#c847291 .c847291__note a:hover {
  text-decoration: underline;
}

#c847291 .c847291__chart-wrap {
  position: relative;
  width: 100%;
  min-height: 320px;
  height: 360px;
  padding: 16px;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
  background: #fafbfc;
}

#c847291 .c847291__chart-wrap canvas {
  display: block;
  width: 100% !important;
  max-height: 320px;
}

#c847291 .c847291__chart-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  color: #9aa3b2;
  font-size: 0.95rem;
  text-align: center;
}

#c847291 .c847291__lse-visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 160px;
  justify-content: center;
}

#c847291 .c847291__lse-range-title {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9aa3b2;
}

#c847291 .c847291__lse-range-track {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: #e8eaee;
  overflow: visible;
}

#c847291 .c847291__lse-range-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #e6d39a, #c9a227);
}

#c847291 .c847291__lse-range-marker {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  border-radius: 50%;
  background: #1a2332;
  border: 2px solid #c9a227;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.2);
}

#c847291 .c847291__lse-range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 0.9rem;
  color: #5c6675;
}

#c847291 .c847291__lse-extra {
  margin-top: 14px;
}

#c847291 .c847291__lse-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 12px 18px;
  border-radius: 6px;
  background: #1a2332;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background 0.15s ease;
}

#c847291 .c847291__lse-cta:hover {
  background: #2a3548;
}

#c847291 .c847291__aix-section {
  margin-bottom: 32px;
}

#c847291 .c847291__aix-frame-wrap {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
  background: #fff;
}

#c847291 .c847291__aix-frame {
  display: block;
  width: 100%;
  min-height: 700px;
  border: 0;
}

@media (max-width: 640px) {
  #c847291 .c847291__tabs {
    gap: 6px;
  }

  #c847291 .c847291__tab {
    flex: 1 1 auto;
    padding: 10px 12px;
    text-align: center;
  }
}
