:root {
  --dcc-bg: #030711;
  --dcc-bg-soft: #07101d;
  --dcc-panel: rgba(7, 12, 20, 0.92);
  --dcc-panel-strong: rgba(8, 13, 22, 0.98);
  --dcc-panel-soft: rgba(11, 18, 30, 0.84);
  --dcc-line: rgba(245, 188, 55, 0.56);
  --dcc-line-soft: rgba(255, 255, 255, 0.1);
  --dcc-line-faint: rgba(255, 255, 255, 0.06);
  --dcc-text: #f7f8fb;
  --dcc-muted: #a7b2c6;
  --dcc-muted-strong: #d3d9e4;
  --dcc-gold: #f6bf2a;
  --dcc-gold-bright: #ffd04d;
  --dcc-green: #4ee06e;
  --dcc-green-soft: #7ef49c;
  --dcc-red: #ff5159;
  --dcc-orange: #ff9a33;
  --dcc-blue: #8aa8f7;
  --dcc-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  --dcc-radius-xl: 34px;
  --dcc-radius-lg: 28px;
  --dcc-radius-md: 22px;
  --dcc-radius-sm: 18px;
}

html,
body {
  overflow-x: hidden;
}

body.discipline-center-page,
body.discipline-center-page * {
  box-sizing: border-box;
}

body.discipline-center-page {
  min-height: 100vh;
  margin: 0;
  color: var(--dcc-text);
  font-family: "Inter", system-ui, sans-serif;
  background:
    radial-gradient(circle at 50% 28%, rgba(247, 193, 53, 0.08), transparent 22%),
    radial-gradient(circle at 12% 0%, rgba(247, 193, 53, 0.12), transparent 20%),
    radial-gradient(circle at 88% 6%, rgba(72, 106, 181, 0.14), transparent 24%),
    radial-gradient(circle at 50% 42%, rgba(14, 23, 38, 0.58), transparent 36%),
    linear-gradient(180deg, #02050b 0%, #030914 32%, #02060d 100%);
}

body.discipline-center-page::before,
body.discipline-center-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body.discipline-center-page::before {
  background:
    radial-gradient(circle at 22% 14%, rgba(255, 209, 86, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 52% 21%, rgba(255, 209, 86, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 67% 42%, rgba(255, 209, 86, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 38% 58%, rgba(255, 209, 86, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 80% 74%, rgba(255, 209, 86, 0.14) 0 1px, transparent 2px),
    radial-gradient(circle at 18% 80%, rgba(255, 255, 255, 0.08) 0 1px, transparent 2px);
  opacity: 0.34;
}

body.discipline-center-page::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 12%, transparent 88%, rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 10%, transparent 90%, rgba(255, 255, 255, 0.015));
  opacity: 0.38;
}

.hidden {
  display: none !important;
}

.dcc-skip-link {
  position: absolute;
  top: 8px;
  left: -999px;
  z-index: 2000;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff;
  color: #000;
  text-decoration: none;
}

.dcc-skip-link:focus {
  left: 12px;
}

.dcc-header-shell {
  position: relative;
  pointer-events: none;
}

.dcc-navbar,
.dcc-topbar,
.dcc-nav,
.dcc-logo,
.dcc-dashboard-link,
.dcc-back-link {
  display: none !important;
}

.dcc-mobile-menu {
  position: fixed;
  top: 112px;
  left: 24px;
  right: 24px;
  z-index: 90;
  display: grid;
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(245, 188, 55, 0.24);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(12, 18, 28, 0.98), rgba(7, 11, 18, 0.98)),
    radial-gradient(circle at top, rgba(245, 188, 55, 0.08), transparent 54%);
  box-shadow: var(--dcc-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.dcc-mobile-menu a {
  color: var(--dcc-text);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.dcc-mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dcc-main {
  width: min(980px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 24px 0 96px;
}

.dcc-loading-shell,
.dcc-empty-shell__inner,
.dcc-panel,
.dcc-mini-card,
.dcc-focus-callout,
.dcc-source-bar {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245, 188, 55, 0.22);
  border-radius: var(--dcc-radius-xl);
  background:
    linear-gradient(180deg, rgba(10, 15, 24, 0.97), rgba(6, 10, 17, 0.98)),
    radial-gradient(circle at top, rgba(245, 188, 55, 0.035), transparent 55%);
  box-shadow: var(--dcc-shadow);
}

.dcc-loading-shell::before,
.dcc-empty-shell__inner::before,
.dcc-panel::before,
.dcc-mini-card::before,
.dcc-focus-callout::before,
.dcc-source-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 20%);
  pointer-events: none;
}

.dcc-loading-shell {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.dcc-loading-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.dcc-skeleton {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.dcc-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 8%, rgba(255, 255, 255, 0.08) 20%, transparent 34%);
  transform: translateX(-100%);
  animation: dcc-shimmer 1.4s infinite;
}

@keyframes dcc-shimmer {
  100% {
    transform: translateX(180%);
  }
}

.dcc-skeleton--hero,
.dcc-skeleton--panel {
  height: 140px;
}

.dcc-skeleton--card {
  height: 180px;
}

.dcc-skeleton--mini {
  height: 100px;
}

.dcc-skeleton--circle {
  aspect-ratio: 1;
}

.dcc-skeleton--circle-lg {
  grid-column: span 2;
}

.dcc-empty-shell {
  padding-top: 4px;
}

.dcc-empty-shell__inner {
  padding: 2rem;
  text-align: center;
}

.dcc-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(245, 188, 55, 0.28);
  border-radius: 999px;
  color: var(--dcc-text);
  text-decoration: none;
}

.dcc-content,
.dcc-hero,
.dcc-section {
  display: grid;
  gap: 1.35rem;
}

.dcc-section {
  margin-top: 2.2rem;
}

.dcc-hero__head,
.dcc-section-head {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.dcc-scene-head {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1.4rem;
  align-items: start;
}

.dcc-scene-main {
  min-width: 0;
}

.dcc-scene-main__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.3rem;
  align-items: start;
}

.dcc-hero__meta,
.dcc-scene-meta,
.dcc-section-status {
  position: relative;
  display: grid;
  gap: 0.8rem;
  justify-items: end;
}

.dcc-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  padding: 0;
  border: 1px solid rgba(245, 188, 55, 0.72);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(15, 20, 31, 0.98), rgba(6, 9, 15, 0.98)),
    radial-gradient(circle at 50% 16%, rgba(245, 188, 55, 0.1), transparent 58%);
  box-shadow:
    inset 0 0 0 1px rgba(245, 188, 55, 0.08),
    0 0 28px rgba(245, 188, 55, 0.08);
  cursor: pointer;
  pointer-events: auto;
}

.dcc-menu-toggle span {
  display: block;
  width: 44px;
  height: 4px;
  margin: 6px auto;
  border-radius: 999px;
  background: var(--dcc-gold);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.dcc-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.dcc-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.dcc-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.dcc-eyebrow {
  margin: 0 0 0.55rem;
  color: var(--dcc-gold);
  font-family: "Space Grotesk", "Inter", system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.dcc-hero__copy h1,
.dcc-section-head h2 {
  margin: 0;
  color: #fbfbfd;
  font-size: clamp(3.3rem, 6.2vw, 4.65rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.dcc-lead,
.dcc-section-lead {
  margin: 0.85rem 0 0;
  color: rgba(231, 235, 242, 0.84);
  font-size: clamp(1.18rem, 2vw, 1.72rem);
  line-height: 1.45;
  max-width: 44rem;
}

.dcc-source-badge,
.dcc-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.82rem;
  min-height: 72px;
  padding: 0.95rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(13, 19, 30, 0.96), rgba(8, 11, 18, 0.98)),
    radial-gradient(circle at top, rgba(245, 188, 55, 0.05), transparent 56%);
  color: var(--dcc-muted-strong);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.dcc-source-badge__icon,
.dcc-source-badge__dot {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.dcc-source-badge__icon {
  width: 1.4rem;
  height: 1.4rem;
}

.dcc-source-badge__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dcc-source-badge__dot {
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 16px currentColor;
}

.dcc-source-badge__text {
  white-space: nowrap;
}

.dcc-source-badge.is-success,
.dcc-pill.is-success {
  color: var(--dcc-green-soft);
}

.dcc-source-badge.is-warning,
.dcc-pill.is-warning {
  color: var(--dcc-orange);
}

.dcc-source-badge.is-danger,
.dcc-pill.is-danger {
  color: var(--dcc-red);
}

.dcc-source-badge.is-muted,
.dcc-pill.is-muted {
  color: #d7dde7;
}

.dcc-source-badge--period {
  cursor: pointer;
}

.dcc-hero-note {
  display: none;
}

.dcc-overview-block {
  position: relative;
  padding: 0.4rem 0 0.8rem;
}

.dcc-overview-block::before,
.dcc-overview-block::after,
.dcc-orbits::before,
.dcc-orbits::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  border-radius: 50%;
  pointer-events: none;
}

.dcc-overview-block::before {
  top: 7%;
  width: min(86vw, 940px);
  aspect-ratio: 1.08;
  border: 1px solid rgba(245, 188, 55, 0.22);
}

.dcc-overview-block::after {
  top: 18%;
  width: min(72vw, 780px);
  aspect-ratio: 1.08;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dcc-orbits {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "risk discipline"
    "capital capital"
    "quality protection";
  gap: 1.35rem 1.6rem;
  align-items: center;
  justify-items: center;
  padding: 0.6rem 0 0.8rem;
}

.dcc-orbits::before {
  top: 31%;
  width: min(56vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(245, 188, 55, 0.14);
}

.dcc-orbits::after {
  top: 40%;
  width: min(50vw, 500px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 18% 32%, rgba(255, 209, 86, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 18%, rgba(255, 209, 86, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 58% 76%, rgba(255, 209, 86, 0.14) 0 1px, transparent 2px),
    radial-gradient(circle at 44% 48%, rgba(255, 209, 86, 0.16) 0 1px, transparent 2px);
  opacity: 0.42;
}

.dcc-orbit-card,
.dcc-capital-card {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1;
}

.dcc-orbit-card {
  display: grid;
  align-content: center;
  justify-items: center;
  width: min(100%, 310px);
  padding: 1.65rem 1.3rem 1.45rem;
  text-align: center;
  border-radius: 999px;
  background: rgba(8, 13, 22, 0.72);
  border: 1px solid rgba(245, 188, 55, 0.24);
}

.dcc-orbit-card::before,
.dcc-capital-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.dcc-orbit-card::before {
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.025), transparent 56%),
    conic-gradient(
      from -92deg,
      var(--ring-color) 0 calc(var(--score) * 1%),
      rgba(255, 255, 255, 0.08) calc(var(--score) * 1%) 100%
    );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 15px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 15px), #000 0);
}

.dcc-orbit-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.055);
  background:
    radial-gradient(circle at 50% 26%, rgba(28, 35, 47, 0.92), rgba(8, 12, 19, 0.98) 66%),
    linear-gradient(180deg, rgba(14, 19, 29, 0.95), rgba(6, 10, 17, 0.98));
  z-index: -1;
}

.dcc-orbit-card > *,
.dcc-capital-core {
  position: relative;
  z-index: 1;
}

.dcc-orbit-card--risk {
  --ring-color: var(--dcc-gold-bright);
  grid-area: risk;
}

.dcc-orbit-card--discipline {
  --ring-color: #ff9b34;
  grid-area: discipline;
}

.dcc-orbit-card--quality {
  --ring-color: #4be365;
  grid-area: quality;
}

.dcc-orbit-card--protection {
  --ring-color: #ff575f;
  grid-area: protection;
}

.dcc-capital-card {
  grid-area: capital;
  width: min(100%, 500px);
  margin-inline: auto;
  border-radius: 999px;
  border: 1px solid rgba(245, 188, 55, 0.42);
  background:
    radial-gradient(circle at center, rgba(245, 188, 55, 0.06), transparent 64%),
    rgba(7, 12, 20, 0.62);
  box-shadow:
    0 0 70px rgba(245, 188, 55, 0.14),
    inset 0 0 0 1px rgba(245, 188, 55, 0.08);
}

.dcc-capital-card::before {
  background:
    radial-gradient(circle at center, rgba(255, 214, 89, 0.3), transparent 54%),
    conic-gradient(
      from -92deg,
      rgba(255, 215, 96, 1),
      rgba(245, 188, 55, 0.26),
      rgba(255, 215, 96, 0.94),
      rgba(245, 188, 55, 0.22),
      rgba(255, 215, 96, 0.98)
    );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 18px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 18px), #000 0);
}

.dcc-capital-card::after {
  content: "";
  position: absolute;
  inset: 17px;
  border-radius: inherit;
  border: 1px solid rgba(245, 188, 55, 0.2);
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 212, 86, 0.12), transparent 56%),
    linear-gradient(180deg, rgba(15, 21, 32, 0.98), rgba(6, 10, 17, 0.98));
}

.dcc-capital-core {
  display: grid;
  place-content: center;
  height: 100%;
  gap: 0.85rem;
  padding: 2.2rem 1.9rem;
  text-align: center;
}

.dcc-capital-core::before {
  content: "";
  position: absolute;
  inset: 14% 14%;
  background:
    radial-gradient(circle at 12% 26%, rgba(255, 209, 86, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 50% 18%, rgba(255, 209, 86, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 38%, rgba(255, 209, 86, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 64% 78%, rgba(255, 209, 86, 0.16) 0 1px, transparent 2px);
  opacity: 0.52;
  pointer-events: none;
}

.dcc-capital-core::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 23%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 96, 0.95), transparent);
  box-shadow: 0 0 20px rgba(255, 215, 96, 0.4);
}

.dcc-orbit-title,
.dcc-capital-label {
  margin: 0;
  color: rgba(239, 242, 247, 0.92);
  font-size: clamp(1.18rem, 2.1vw, 1.7rem);
  line-height: 1.22;
  font-weight: 500;
}

.dcc-capital-value {
  margin: 0;
  color: #fbfbfd;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
  font-weight: 800;
}

.dcc-capital-value.is-empty {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.dcc-capital-change,
.dcc-capital-source,
.dcc-orbit-headline,
.dcc-orbit-meta {
  margin: 0;
}

.dcc-capital-change {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: var(--dcc-muted-strong);
  font-size: clamp(1.08rem, 2.4vw, 1.48rem);
  font-weight: 600;
}

.dcc-capital-change__sep {
  color: rgba(255, 255, 255, 0.3);
}

.dcc-capital-change__period {
  color: rgba(227, 232, 239, 0.74);
  font-weight: 500;
}

.dcc-capital-source {
  color: var(--dcc-muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.dcc-orbit-score {
  margin: 0.35rem 0 0.12rem;
  font-size: clamp(2.45rem, 5vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.dcc-orbit-score span {
  color: rgba(216, 223, 233, 0.58);
  font-size: 0.68em;
  font-weight: 600;
}

.dcc-orbit-headline {
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  font-weight: 500;
}

.dcc-orbit-card--risk .dcc-orbit-headline,
.dcc-orbit-card--discipline .dcc-orbit-headline,
.dcc-orbit-card--protection .dcc-orbit-headline {
  color: var(--dcc-red);
}

.dcc-orbit-card--quality .dcc-orbit-headline {
  color: var(--dcc-green);
}

.dcc-orbit-meta {
  color: var(--dcc-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.dcc-icon-shell {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid rgba(245, 188, 55, 0.28);
  background: rgba(255, 255, 255, 0.02);
  color: var(--dcc-gold);
}

.dcc-icon-shell svg {
  width: 1.7rem;
  height: 1.7rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dcc-orbit-card > .dcc-icon-shell,
.dcc-capital-core > .dcc-icon-shell {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dcc-orbit-card > .dcc-icon-shell svg {
  width: 2.25rem;
  height: 2.25rem;
}

.dcc-icon-shell--capital svg {
  width: 2.65rem;
  height: 2.65rem;
}

.dcc-icon-shell--danger {
  color: var(--dcc-red);
}

.dcc-icon-shell--success {
  color: var(--dcc-green-soft);
}

.dcc-icon-shell--gold,
.dcc-icon-shell--mini {
  color: var(--dcc-gold);
}

.dcc-icon-shell--mini {
  width: 54px;
  height: 54px;
  border-radius: 999px;
}

.dcc-panel {
  padding: 1.35rem;
}

.dcc-worst-trade-card {
  border-color: rgba(255, 81, 89, 0.52);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 81, 89, 0.08);
}

.dcc-worst-trade-card::before {
  background: linear-gradient(180deg, rgba(255, 81, 89, 0.055), transparent 24%);
}

.dcc-panel__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.dcc-panel__head h3,
.dcc-trend-top h2 {
  margin: 0;
  color: #f7f8fb;
  font-size: clamp(2rem, 3.7vw, 2.85rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.dcc-worst-trade-card .dcc-panel__head h3 {
  color: var(--dcc-red);
}

.dcc-panel__subtitle,
.dcc-panel__copy,
.dcc-panel__footnote,
.dcc-diagnosis-copy {
  margin: 0.35rem 0 0;
  color: var(--dcc-muted);
  line-height: 1.6;
}

.dcc-trend-card,
.dcc-focus-callout,
.dcc-source-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.05rem;
  align-items: center;
  padding: 1.3rem 1.35rem;
}

.dcc-trend-card .dcc-panel__icon .dcc-icon-shell {
  width: 148px;
  height: 148px;
  border-radius: 999px;
  border-color: rgba(255, 81, 89, 0.2);
  background:
    radial-gradient(circle at center, rgba(255, 81, 89, 0.12), rgba(255, 81, 89, 0.02));
}

.dcc-trend-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.dcc-chevron {
  width: 1rem;
  height: 1rem;
  border-top: 2px solid rgba(255, 255, 255, 0.58);
  border-right: 2px solid rgba(255, 255, 255, 0.58);
  transform: rotate(45deg);
}

.dcc-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(245, 188, 55, 0.22);
  border-radius: var(--dcc-radius-xl);
  overflow: hidden;
  box-shadow: var(--dcc-shadow);
}

.dcc-mini-card {
  min-height: 190px;
  padding: 1.2rem 1rem 1.05rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  box-shadow: none;
}

.dcc-mini-card:last-child {
  border-right: 0;
}

.dcc-mini-card__label,
.dcc-report-cell__label,
.dcc-weekly-metric__label,
.dcc-next-plan-item__label {
  display: block;
  color: var(--dcc-muted-strong);
  font-size: 0.88rem;
  line-height: 1.35;
}

.dcc-mini-card__value,
.dcc-report-cell__value,
.dcc-weekly-metric__value,
.dcc-next-plan-item__value {
  display: block;
  margin-top: 0.58rem;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.dcc-mini-card__meta,
.dcc-report-cell__meta,
.dcc-weekly-metric__meta,
.dcc-next-plan-item__meta {
  display: block;
  margin-top: 0.45rem;
  color: var(--dcc-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.dcc-focus-callout__label {
  margin: 0 0 0.15rem;
  color: var(--dcc-gold);
  font-size: 1.05rem;
  font-weight: 800;
}

.dcc-focus-callout__copy,
.dcc-source-bar p {
  margin: 0;
  color: rgba(232, 236, 244, 0.88);
  line-height: 1.5;
}

.dcc-source-bar strong {
  display: block;
  margin-bottom: 0.18rem;
  color: var(--dcc-green);
}

.dcc-period-menu {
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  width: min(18rem, calc(100vw - 48px));
  padding: 0.9rem;
  border: 1px solid rgba(245, 188, 55, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(12, 18, 28, 0.98), rgba(7, 11, 18, 0.98)),
    radial-gradient(circle at top, rgba(245, 188, 55, 0.08), transparent 52%);
  box-shadow: var(--dcc-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.dcc-period-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dcc-period-pill {
  min-height: 46px;
  padding: 0.72rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--dcc-muted);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

.dcc-period-pill.is-active,
.dcc-period-pill:hover,
.dcc-period-pill:focus-visible {
  color: var(--dcc-gold);
  border-color: rgba(245, 188, 55, 0.44);
  box-shadow: 0 0 18px rgba(245, 188, 55, 0.1);
}

.dcc-worst-trade-body {
  display: grid;
  gap: 1rem;
}

.dcc-worst-trade-main {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(190px, 0.78fr);
  gap: 1.2rem;
  align-items: stretch;
}

.dcc-worst-trade-main__meta,
.dcc-worst-trade-main__aside {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
}

.dcc-worst-trade-main__meta {
  padding: 1.15rem 1.2rem;
}

.dcc-worst-trade-main__aside {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: 1.15rem 1.2rem;
}

.dcc-worst-trade-main__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.dcc-worst-trade-main__loss {
  color: var(--dcc-red);
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.dcc-worst-trade-main__risk {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dcc-worst-trade-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
}

.dcc-worst-trade-stat {
  padding: 0.95rem 0.95rem 0.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.dcc-worst-trade-stat:last-child {
  border-right: 0;
}

.dcc-worst-trade-stat__label {
  display: block;
  color: var(--dcc-muted);
  font-size: 0.86rem;
}

.dcc-worst-trade-stat__value {
  display: block;
  margin-top: 0.38rem;
  font-size: 1.15rem;
  font-weight: 600;
}

.dcc-warning-strip,
.dcc-priority-callout,
.dcc-next-stop {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(245, 188, 55, 0.24);
  background: rgba(245, 188, 55, 0.04);
}

.dcc-warning-strip {
  border-color: rgba(255, 81, 89, 0.32);
  background: rgba(255, 81, 89, 0.06);
}

.dcc-error-map {
  display: grid;
  gap: 0.9rem;
}

.dcc-error-map__head,
.dcc-error-map__row {
  display: grid;
  grid-template-columns: minmax(0, 1.95fr) minmax(0, 0.82fr) minmax(0, 0.95fr) minmax(0, 0.78fr);
  gap: 0.9rem;
  align-items: center;
}

.dcc-error-map__head {
  padding: 0 0.2rem;
  color: var(--dcc-muted);
  font-size: 0.9rem;
}

.dcc-error-map__body {
  display: grid;
  gap: 0;
  padding: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.015);
}

.dcc-error-map__row {
  padding: 1rem 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dcc-error-map__row:last-child {
  border-bottom: 0;
}

.dcc-error-map__name {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 500;
}

.dcc-error-map__impact.is-negative {
  color: var(--dcc-red);
}

.dcc-intensity-wrap {
  display: grid;
  gap: 0.36rem;
}

.dcc-intensity-bar {
  position: relative;
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.dcc-intensity-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--dcc-red), var(--dcc-orange), var(--dcc-gold));
}

.dcc-alert-stack,
.dcc-insight-list {
  display: grid;
  gap: 0.8rem;
}

.dcc-alert {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.dcc-alert.is-danger {
  border-color: rgba(255, 81, 89, 0.34);
  background: rgba(255, 81, 89, 0.04);
}

.dcc-alert.is-warning {
  border-color: rgba(245, 188, 55, 0.34);
  background: rgba(245, 188, 55, 0.04);
}

.dcc-alert.is-success {
  border-color: rgba(78, 224, 110, 0.28);
  background: rgba(78, 224, 110, 0.04);
}

.dcc-alert.is-info {
  border-color: rgba(138, 168, 247, 0.24);
  background: rgba(138, 168, 247, 0.04);
}

.dcc-alert__copy {
  display: grid;
  gap: 0.25rem;
}

.dcc-alert__copy strong {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

.dcc-alert__meta {
  display: none;
}

.dcc-report-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px 28px 0 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.dcc-report-cell {
  min-height: 170px;
  padding: 1.1rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dcc-report-cell:nth-child(3n) {
  border-right: 0;
}

.dcc-report-cell:nth-child(n + 4) {
  border-bottom: 0;
}

.dcc-report-cell__icon,
.dcc-next-plan-item__icon {
  display: inline-flex;
  margin-bottom: 0.78rem;
}

.dcc-panel__footnote {
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 0;
  border-radius: 0 0 28px 28px;
  background: rgba(255, 255, 255, 0.02);
}

.dcc-weekly-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.dcc-weekly-metric,
.dcc-next-plan-item {
  padding: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
}

.dcc-weekly-insight {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
}

.dcc-weekly-insight span:last-child {
  line-height: 1.56;
}

.dcc-action-list {
  display: grid;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.dcc-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.05rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dcc-action-row:last-child {
  border-bottom: 0;
}

.dcc-action-row__left {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.dcc-action-row__text {
  flex: 1;
  line-height: 1.52;
}

.dcc-next-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.dcc-next-plan-item {
  display: grid;
  gap: 0.05rem;
}

.dcc-tone-positive {
  color: var(--dcc-green-soft);
}

.dcc-tone-negative {
  color: var(--dcc-red);
}

.dcc-tone-warning {
  color: var(--dcc-orange);
}

.dcc-tone-gold {
  color: var(--dcc-gold);
}

.dcc-tone-muted {
  color: var(--dcc-muted);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.34s ease, transform 0.34s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .dcc-main {
    width: min(100%, calc(100vw - 32px));
  }

  .dcc-scene-main__top {
    grid-template-columns: 1fr;
  }

  .dcc-hero__meta,
  .dcc-scene-meta,
  .dcc-section-status {
    justify-items: start;
  }

  .dcc-source-badge,
  .dcc-pill {
    min-height: 64px;
  }

  .dcc-mini-grid,
  .dcc-weekly-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dcc-mini-card:nth-child(2n) {
    border-right: 0;
  }

  .dcc-mini-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dcc-trend-card .dcc-panel__icon .dcc-icon-shell {
    width: 104px;
    height: 104px;
  }

  .dcc-worst-trade-main {
    grid-template-columns: 1fr;
  }

  .dcc-next-plan-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .dcc-main {
    width: min(100%, calc(100vw - 20px));
    padding-top: 18px;
  }

  .dcc-mobile-menu {
    top: 92px;
    left: 10px;
    right: 10px;
  }

  .dcc-scene-head {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 0.9rem;
  }

  .dcc-menu-toggle {
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .dcc-menu-toggle span {
    width: 30px;
    height: 3px;
    margin: 5px auto;
  }

  .dcc-eyebrow {
    font-size: 0.9rem;
  }

  .dcc-hero__copy h1,
  .dcc-section-head h2 {
    font-size: clamp(2.45rem, 10vw, 3.2rem);
  }

  .dcc-lead,
  .dcc-section-lead {
    font-size: 1.02rem;
  }

  .dcc-source-badge,
  .dcc-pill {
    min-height: 56px;
    padding: 0.8rem 1rem;
    font-size: 0.92rem;
  }

  .dcc-overview-block::before {
    width: min(98vw, 720px);
    top: 11%;
  }

  .dcc-overview-block::after {
    width: min(84vw, 620px);
    top: 23%;
  }

  .dcc-orbits {
    gap: 0.85rem;
  }

  .dcc-orbit-card {
    width: min(100%, 240px);
    padding: 1rem 0.85rem 0.9rem;
  }

  .dcc-orbit-card::before {
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 0);
    mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 0);
  }

  .dcc-orbit-card::after {
    inset: 12px;
  }

  .dcc-orbit-card > .dcc-icon-shell svg {
    width: 1.9rem;
    height: 1.9rem;
  }

  .dcc-orbit-title,
  .dcc-capital-label {
    font-size: 1rem;
  }

  .dcc-orbit-score {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }

  .dcc-orbit-headline {
    font-size: 0.92rem;
  }

  .dcc-orbit-meta,
  .dcc-capital-source {
    display: none;
  }

  .dcc-capital-card {
    width: min(100%, 380px);
  }

  .dcc-capital-core {
    padding: 1.55rem 1.1rem;
  }

  .dcc-capital-value {
    font-size: clamp(2.4rem, 10vw, 3.6rem);
  }

  .dcc-capital-change {
    font-size: 0.98rem;
  }

  .dcc-panel,
  .dcc-focus-callout,
  .dcc-source-bar,
  .dcc-trend-card {
    border-radius: 28px;
  }

  .dcc-panel {
    padding: 1rem;
  }

  .dcc-trend-card,
  .dcc-focus-callout,
  .dcc-source-bar {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .dcc-trend-card .dcc-panel__icon .dcc-icon-shell {
    width: 86px;
    height: 86px;
  }

  .dcc-mini-grid,
  .dcc-report-grid,
  .dcc-weekly-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dcc-mini-card {
    min-height: 160px;
    padding: 0.95rem 0.8rem;
  }

  .dcc-report-cell {
    min-height: 145px;
  }

  .dcc-report-cell:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dcc-report-cell:nth-child(2n) {
    border-right: 0;
  }

  .dcc-report-cell:nth-child(n + 4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dcc-report-cell:nth-child(n + 5) {
    border-bottom: 0;
  }

  .dcc-worst-trade-grid {
    grid-template-columns: 1fr;
  }

  .dcc-worst-trade-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dcc-worst-trade-stat:last-child {
    border-bottom: 0;
  }

  .dcc-error-map__head {
    display: none;
  }

  .dcc-error-map__row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.95rem 0.85rem;
  }

  .dcc-period-menu {
    left: 0;
    right: auto;
  }
}

@media (max-width: 420px) {
  .dcc-main {
    width: calc(100vw - 16px);
  }

  .dcc-mini-grid,
  .dcc-report-grid,
  .dcc-weekly-grid {
    grid-template-columns: 1fr;
  }

  .dcc-mini-card,
  .dcc-report-cell {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dcc-mini-card:last-child,
  .dcc-report-cell:last-child {
    border-bottom: 0;
  }
}
