/*
 * [DISPLAY-WHEEL-V1]
 * 专业盘面展示层。只控制 SVG 外观，不参与星盘计算、业务规则、裁决或 AI。
 * 若 JS 渲染失败，页面会自动恢复原 #chart-canvas。
 */

.professional-chart-wheel {
  width: min(600px, 100%);
  aspect-ratio: 1 / 1;
  min-width: 0;
  border: 1px solid var(--border-default);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(20, 30, 51, 0.98) 0 52%, rgba(11, 20, 35, 0.99) 75%, rgba(7, 14, 25, 1) 100%);
  box-shadow:
    inset 0 0 40px rgba(90, 125, 180, 0.08),
    0 0 32px rgba(122, 152, 210, 0.12);
  overflow: visible;
}

.professional-chart-wheel .nocturna-wheel-container,
.professional-chart-wheel .nocturna-wheel-svg,
.professional-chart-wheel > svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: visible;
}

.professional-chart-wheel .chart-outer-circle,
.professional-chart-wheel .chart-middle-circle,
.professional-chart-wheel .chart-inner-circle,
.professional-chart-wheel .chart-innermost-circle,
.professional-chart-wheel .zodiac-division-line,
.professional-chart-wheel .house-division-line {
  fill: transparent;
  stroke: rgba(190, 198, 212, 0.56);
  stroke-width: 0.65;
  vector-effect: non-scaling-stroke;
}

.professional-chart-wheel .chart-outer-circle {
  stroke: rgba(224, 229, 238, 0.76);
  stroke-width: 0.9;
}

.professional-chart-wheel .house-division-line.axis,
.professional-chart-wheel .house-division-line.asc,
.professional-chart-wheel .house-division-line.dsc,
.professional-chart-wheel .house-division-line.ic,
.professional-chart-wheel .house-division-line.mc {
  stroke: rgba(205, 212, 223, 0.64);
  stroke-width: 0.85;
}

.professional-chart-wheel .zodiac-sign,
.professional-chart-wheel .reference-planet-symbol,
.professional-chart-wheel .reference-planet-sign {
  font-family: "Segoe UI Symbol", "Noto Sans Symbols", sans-serif;
}

.professional-chart-wheel .zodiac-sign {
  filter: invert(0.88);
  opacity: 0.9;
}

.professional-chart-wheel .reference-planet-degree,
.professional-chart-wheel .reference-planet-minute,
.professional-chart-wheel .reference-planet-retrograde,
.professional-chart-wheel .reference-house-number,
.professional-chart-wheel .professional-axis-label {
  font-family: Arial, sans-serif;
}

.professional-chart-wheel .software-aspect,
.professional-chart-wheel .professional-axis,
.professional-chart-wheel .reference-house-highlight,
.professional-chart-wheel .reference-planet-leader,
.professional-chart-wheel .reference-planet-anchor {
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}

.professional-chart-wheel .professional-axis-label,
.professional-chart-wheel .reference-planet-symbol,
.professional-chart-wheel .reference-planet-degree,
 .professional-chart-wheel .reference-planet-minute,
 .professional-chart-wheel .reference-planet-retrograde,
.professional-chart-wheel .reference-planet-sign {
  paint-order: stroke fill;
  stroke: #0b1423;
  stroke-linejoin: round;
}

.professional-chart-wheel .nocturna-wheel-controls,
.professional-chart-wheel .nocturna-wheel-tooltip {
  display: none !important;
}

/* [DISPLAY-WHEEL-THEME-ACTIVE-2026-09-01] 白色专业版只覆盖颜色和字重。 */
.professional-chart-wheel[data-wheel-theme="light"] {
  border-color: #d8d8d5;
  background: #fff;
  box-shadow: 0 10px 30px rgba(46, 51, 58, 0.08);
}
.professional-chart-wheel[data-wheel-theme="light"] .chart-outer-circle,
.professional-chart-wheel[data-wheel-theme="light"] .chart-middle-circle,
.professional-chart-wheel[data-wheel-theme="light"] .chart-inner-circle,
.professional-chart-wheel[data-wheel-theme="light"] .chart-innermost-circle,
.professional-chart-wheel[data-wheel-theme="light"] .zodiac-division-line,
.professional-chart-wheel[data-wheel-theme="light"] .house-division-line {
  stroke: #b8babd !important;
  stroke-width: 0.55 !important;
}
.professional-chart-wheel[data-wheel-theme="light"] .chart-outer-circle { stroke: #777b80 !important; stroke-width: 0.8 !important; }
.professional-chart-wheel[data-wheel-theme="light"] .zodiac-sign { filter: none; opacity: 0.82; }
.professional-chart-wheel[data-wheel-theme="light"] .reference-house-number { fill: #777b80 !important; stroke: #fff !important; }
.professional-chart-wheel[data-wheel-theme="light"] .reference-planet-symbol,
.professional-chart-wheel[data-wheel-theme="light"] .reference-planet-degree,
.professional-chart-wheel[data-wheel-theme="light"] .reference-planet-minute,
.professional-chart-wheel[data-wheel-theme="light"] .reference-planet-retrograde,
.professional-chart-wheel[data-wheel-theme="light"] .reference-planet-sign,
.professional-chart-wheel[data-wheel-theme="light"] .professional-axis-label {
  stroke: #fff !important;
  stroke-width: 0.45 !important;
  font-weight: 400 !important;
}
.professional-chart-wheel[data-wheel-theme="light"] .reference-planet-symbol { font-weight: 500 !important; }
.professional-chart-wheel[data-wheel-theme="light"] .reference-planet-degree,
.professional-chart-wheel[data-wheel-theme="light"] .reference-planet-minute { fill: #25282c !important; font-weight: 500 !important; }
.professional-chart-wheel[data-wheel-theme="light"] .reference-planet-retrograde { fill: #b74747 !important; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element { --wheel-planet-color: #3f536b; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element[data-planet="sun"] { --wheel-planet-color: #946700; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element[data-planet="moon"] { --wheel-planet-color: #b74646; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element[data-planet="mercury"] { --wheel-planet-color: #7c5a2b; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element[data-planet="venus"] { --wheel-planet-color: #5563b5; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element[data-planet="mars"] { --wheel-planet-color: #27734a; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element[data-planet="jupiter"] { --wheel-planet-color: #ad5045; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element[data-planet="saturn"] { --wheel-planet-color: #91463f; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element[data-planet="uranus"] { --wheel-planet-color: #3f5faf; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element[data-planet="neptune"] { --wheel-planet-color: #a63f50; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element[data-planet="pluto"],
.professional-chart-wheel[data-wheel-theme="light"] .planet-element[data-planet="rahu"],
.professional-chart-wheel[data-wheel-theme="light"] .planet-element[data-planet="ketu"] { --wheel-planet-color: #465eaa; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element .reference-planet-symbol { fill: var(--wheel-planet-color) !important; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element .reference-planet-leader { stroke: var(--wheel-planet-color) !important; }
.professional-chart-wheel[data-wheel-theme="light"] .planet-element .reference-planet-anchor { fill: var(--wheel-planet-color) !important; }

@media (max-width: 720px) {
  .professional-chart-wheel {
    width: 100%;
    max-width: 560px;
  }
}
