/* casinos/shuffle.css  -  Shuffle: "Speed Test Result". Chronometer + race-track payout chart. */
.shf-clock { padding: var(--s-7) 0; background: radial-gradient(ellipse 800px 400px at 20% 30%, rgba(162,118,238,0.12), transparent 60%), var(--paper); border-bottom: 1px solid var(--rule); }
.shf-clock__id { font-family: var(--font-mono); font-size: 14px; letter-spacing: 0.3em; color: var(--brand); text-transform: uppercase; padding: 4px 10px; border: 1px solid var(--brand); display: inline-block; margin-bottom: var(--s-4); }
.shf-grid { display: grid; grid-template-columns: 1fr; gap: var(--s-5); align-items: center; }
@media (min-width: 880px) { .shf-grid { grid-template-columns: 1.4fr 1fr; } }
.shf-h1 { font-family: var(--font-serif); font-size: clamp(2rem, 4.5vw, 3.2rem); margin: var(--s-3) 0; line-height: 1.05; }
.shf-lede { color: var(--ink-dim); font-size: 1.05rem; line-height: 1.55; }
.shf-clockface { width: 100%; aspect-ratio: 1; max-width: 280px; margin-left: auto; }

.shf-race { padding: var(--s-7) 0; border-bottom: 1px solid var(--rule); background: var(--surface); }
.shf-race h2 { font-family: var(--font-serif); font-size: var(--t-h2); margin: 0 0 var(--s-5); font-style: italic; }
.shf-lane { display: grid; grid-template-columns: 110px 1fr 90px; gap: var(--s-3); padding: var(--s-3) 0; align-items: center; border-bottom: 1px dashed var(--rule); font-family: var(--font-mono); font-size: 14px; }
.shf-lane span:first-child { color: var(--ink); font-weight: 600; }
.shf-lane-track { background: var(--surface-3); height: 18px; position: relative; }
.shf-lane-fill { background: var(--brand); height: 100%; position: relative; }
.shf-lane-fill::after { content: ""; position: absolute; right: -4px; top: -2px; bottom: -2px; width: 4px; background: var(--brand-2); }
.shf-lane span:last-child { color: var(--brand); text-align: right; }
.shf-lane--leader span:first-child { color: var(--brand-2); }

.shf-data { padding: var(--s-6) 0; border-bottom: 1px solid var(--rule); }
.shf-data__row { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--rule); padding: 1px; }
@media (min-width: 700px) { .shf-data__row { grid-template-columns: repeat(4, 1fr); } }
.shf-cell { padding: var(--s-4); background: var(--paper); font-family: var(--font-mono); }
.shf-cell__label { font-size: 14px; letter-spacing: 0.22em; color: var(--ink-mute); text-transform: uppercase; }
.shf-cell__val { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 700; color: var(--brand); margin-top: 4px; }

.shf-games { padding: var(--s-7) 0; }
.shf-games h2 { font-family: var(--font-serif); font-size: var(--t-h2); margin: 0 0 var(--s-5); }
.shf-games__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--s-3); }
.shf-game { padding: var(--s-3); background: var(--surface); border-top: 3px solid var(--brand); text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 4px; font-family: var(--font-mono); }
.shf-game:hover { background: var(--brand-soft); }
.shf-game strong { font-family: var(--font-serif); color: var(--ink); font-size: 1rem; }
.shf-game span { font-size: 14px; color: var(--brand); letter-spacing: 0.15em; }

.shf-body { padding: var(--s-7) 0; border-top: 1px solid var(--rule); }
.shf-body__inner {  }

.shf-cycle { padding: var(--s-7) 0; background: var(--surface-2); border-top: 2px solid var(--rule-strong); }
.shf-cycle__title { font-family: var(--font-serif); font-size: var(--t-h2); margin: 0 0 var(--s-3); }
.shf-cycle__title em { color: var(--brand); font-style: italic; }
.shf-cycle__lede { color: var(--ink-dim);  margin: 0 0 var(--s-5); }
.shf-cycle__rail { display: grid; gap: var(--s-3); }
.shf-cycle__step { display: grid; grid-template-columns: 80px 1fr; gap: var(--s-3); align-items: center; padding: var(--s-3) var(--s-4); background: var(--surface); border-left: 4px solid var(--brand); }
.shf-cycle__t { font-family: var(--font-mono); font-weight: 700; color: var(--brand); }
.shf-cycle__signoff { display: flex; align-items: center; gap: var(--s-3); margin-top: var(--s-5); padding-top: var(--s-4); border-top: 1px dashed var(--rule); }
.shf-cycle__signoff img { width: 80px; height: 80px; border-radius: 50%; border: 3px solid var(--brand); padding: 4px; object-fit: cover; }
.shf-cycle__signoff a { color: var(--brand); border-bottom: 1px solid var(--brand); }

.shf-jump { padding: var(--s-5) 0; background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.shf-jump__title { font-family: var(--font-mono); font-size: 14px; letter-spacing: 0.3em; color: var(--brand); text-transform: uppercase; margin: 0 0 var(--s-3); }
.shf-jump__chips { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.shf-jump__chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: var(--surface); border: 1px solid var(--rule); font-family: var(--font-mono); font-size: 14px; color: var(--ink); border-radius: var(--r-pill); transition: background var(--dur-quick), border-color var(--dur-quick); }
.shf-jump__chip span { font-weight: 700; color: var(--brand); font-size: 14px; letter-spacing: 0.12em; }
.shf-jump__chip:hover { background: var(--brand-soft); border-color: var(--brand); }

