/* Wheel
 * The Wheel of Life radar card.
 *
 * Lifted from the prototype's single stylesheet, unchanged apart from
 * indentation. Every colour resolves through a token in tokens.css.
 */

/* ---------- wheel ---------- */
.wheel-card {
  position: relative;
  background: var(--surface); border: 1px solid var(--line); border-radius: 26px;
  box-shadow: var(--shadow-card); padding: 22px 16px 18px; text-align: center;
}
