
.trrw-wrap { max-width: 980px; margin: 24px auto; padding: 0 12px; }
.trrw-card { border: 1px solid rgba(0,0,0,.08); border-radius: 16px; padding: 18px; box-shadow: 0 8px 24px rgba(0,0,0,.06); background: #fff; }
.trrw-header { margin-bottom: 14px; }
.trrw-title { margin: 0; font-size: 1.4rem; line-height: 1.2; }
.trrw-subtitle { margin: 8px 0 0; opacity: .75; }

.trrw-stage { display: grid; grid-template-columns: 1fr; gap: 14px; justify-items: center; }
@media (min-width: 860px) {
  .trrw-stage { grid-template-columns: auto 1fr; align-items: center; justify-items: start; }
}

.trrw-wheel-shell { position: relative; display: inline-block; }
.trrw-canvas { display: block; border-radius: 50%; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.65), rgba(0,0,0,.02) 45%, rgba(0,0,0,.06)); border: 10px solid rgba(0,0,0,.08); box-shadow: inset 0 0 0 2px rgba(255,255,255,.55), 0 12px 28px rgba(0,0,0,.12); }

.trrw-pointer {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 28px solid rgba(0,0,0,.85);
  filter: drop-shadow(0 4px 4px rgba(0,0,0,.18));
}

.trrw-controls { display: grid; gap: 10px; justify-items: center; width: 100%; }
@media (min-width: 860px) {
  .trrw-controls { justify-items: start; }
}

.trrw-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  background: #111;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,.14);
}
.trrw-btn[disabled] { opacity: .6; cursor: not-allowed; }
.trrw-note { min-height: 1.25em; opacity: .8; }

.trrw-result { width: 100%; }
.trrw-result-inner {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: start;
  border-radius: 14px;
  padding: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
}
.trrw-result-thumb {
  width: 84px;
  height: 112px;
  border-radius: 10px;
  background: rgba(0,0,0,.08);
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.trrw-result-title { font-weight: 800; font-size: 1.05rem; line-height: 1.25; margin: 0 0 6px; }
.trrw-result-excerpt { opacity: .82; margin-bottom: 10px; }
.trrw-result-link { display: inline-block; font-weight: 700; text-decoration: none; }
.trrw-result-link:hover { text-decoration: underline; }

.trrw-footer { margin-top: 14px; opacity: .7; }
.trrw-empty { opacity: .8; }
