@import url("../../cosmos/lessons/style.css");

/* ───────────────────────────────────────────────────────────────
   单板滑雪的技术 / snowboard track  (Snowboarding Technique — CASI + Park)
   Part of the 运动 group. A technique-only, advanced + freestyle track built
   on CASI's fundamental-movements framework (stance & balance · rotation /
   flexion-extension / edging / fore-aft · turn phases) linearized from one
   engine: you manage EDGE × PRESSURE to turn gravity's fall into a
   controlled arc. Widgets draw the slope, the board, edge/pressure, turn
   phases, jumps and spins procedurally on a .slope-canvas — no images.
   ─────────────────────────────────────────────────────────────── */

/* A wintry slope canvas — same sizing contract as .dist-canvas. */
.slope-canvas {
  width: 100%;
  display: block;
  border-radius: 10px;
  margin-top: 12px;
  background: #10233a;            /* wintry deep blue-slate */
  border: 1px solid rgba(150, 190, 230, 0.18);
}

.key-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 10px; font-size: 12px; color: var(--text-mute); }
.key-row .dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; vertical-align: middle; }
