/* Roger Gracie competition record — page-specific styles.
   Global system lives in ../../css/site.css */

.rgr-h3{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:34px;line-height:1;text-transform:uppercase;margin:18px 0 14px}

/* ---------- three ledgers ---------- */
.rgr-ledger{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--rga-black);border-left:1px solid var(--rga-black)}
.rgr-led{padding:26px 24px 28px;border-right:1px solid var(--rga-black);border-bottom:1px solid var(--rga-black);display:flex;flex-direction:column;gap:18px}
.rgr-led-num{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:clamp(58px,6vw,84px);line-height:.82}
.rgr-led-name{margin-top:8px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;color:#4b4b4b}
.rgr-led-split{display:flex;height:12px;gap:2px;background:#e6e4de}
.rgr-led-key{list-style:none;margin:0;padding:0;display:grid;gap:7px}
.rgr-led-key li{display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:.04em;color:#2d2d2d}
.rgr-led-key i{width:11px;height:11px;flex:none;display:block}
.rgr-led-note{margin:auto 0 0;font-size:11.5px;line-height:1.65;color:#5a5a56;padding-top:6px;border-top:1px solid var(--rga-line)}

/* ---------- method chart ---------- */
.rgr-fam{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.3);border-left:1px solid rgba(255,255,255,.3);margin-bottom:46px}
.rgr-fam-cell{padding:20px 20px 22px;border-right:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3)}
.rgr-fam-num{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:62px;line-height:.85}
.rgr-fam-label{margin-top:6px;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#a6a6a2;line-height:1.5}

.rgr-chart{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:52px;align-items:start}
.rgr-bars{display:grid;gap:3px}
.rgr-bar{display:grid;grid-template-columns:minmax(0,190px) minmax(0,1fr) 34px 14px;align-items:center;gap:16px;width:100%;padding:11px 12px;background:transparent;border:1px solid transparent;border-left:2px solid rgba(248,208,32,.5);border-bottom:1px solid rgba(255,255,255,.16);color:inherit;font-family:inherit;text-align:left;cursor:pointer;transition:background .18s ease,border-color .18s ease}
.rgr-bar::after{content:"\203A";font-size:19px;line-height:1;color:var(--rga-yellow);text-align:right;transition:transform .18s ease}
.rgr-bar:hover{border-left-color:var(--rga-yellow)}
.rgr-bar:hover::after{transform:translateX(3px)}
.rgr-bar:hover{background:rgba(255,255,255,.07)}
.rgr-bar[aria-pressed="true"]{background:rgba(255,255,255,.11);border-color:var(--rga-yellow)}
.rgr-bar[aria-pressed="true"]::after{content:"\2713"}
.rgr-bar-label{font-size:10.5px;letter-spacing:.11em;text-transform:uppercase;font-weight:600;line-height:1.4}
.rgr-bar-track{display:block;height:16px;background:rgba(255,255,255,.1)}
.rgr-bar-fill{display:block;height:100%;transition:background .18s ease}
.rgr-bar[aria-pressed="true"] .rgr-bar-fill{background:var(--rga-yellow)!important}
.rgr-bar-num{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:30px;line-height:1;text-align:right}

.rgr-drills{border:1px solid rgba(255,255,255,.3);min-height:220px;padding:22px 24px 26px}
.rgr-drills.is-empty{border:0;min-height:0;padding:0}
.rgr-drill-head{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:32px;line-height:1;text-transform:uppercase;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid rgba(255,255,255,.3)}
.rgr-drill-list{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.rgr-drill-list li{display:flex;justify-content:space-between;gap:18px;font-size:12px;line-height:1.5;border-bottom:1px dotted rgba(255,255,255,.18);padding-bottom:8px}
.rgr-drill-ev{flex:none;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#a6a6a2;padding-top:2px}

/* ---------- year browser ---------- */
.rgr-chips{display:flex;flex-wrap:wrap;gap:0;border-top:1px solid var(--rga-black);border-left:1px solid var(--rga-black);margin-bottom:0}
.rgr-chip{flex:1 1 120px;min-width:120px;display:grid;gap:4px;padding:16px 16px 18px;background:transparent;border:0;border-right:1px solid var(--rga-black);border-bottom:1px solid var(--rga-black);text-align:left;font-family:inherit;color:inherit;cursor:pointer;transition:background .18s ease,color .18s ease}
.rgr-chip:hover{background:#e8e6e0}
.rgr-chip[aria-pressed="true"]{background:var(--rga-black);color:#fff}
.rgr-chip-year{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:36px;line-height:.9}
.rgr-chip-ev{font-size:9.5px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;color:#5a5a56}
.rgr-chip[aria-pressed="true"] .rgr-chip-ev{color:#a6a6a2}
.rgr-chip-res{font-size:11px;letter-spacing:.1em;font-weight:600}

.rgr-events{border:1px solid var(--rga-black);border-top:0}
.rgr-event{padding:0}
.rgr-event-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;padding:26px 26px 22px;border-bottom:1px solid var(--rga-black)}
.rgr-event-year{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:64px;line-height:.8}
.rgr-event-name{margin-top:8px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}
.rgr-event-meta{text-align:right}
.rgr-event-res{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:46px;line-height:.85}
.rgr-event-medals{margin-top:6px;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#5a5a56}
.rgr-event-note{margin:0;padding:16px 26px 20px;border-top:1px solid var(--rga-line);font-size:12px;line-height:1.7;color:#4b4b4b}

/* ---------- tables ---------- */
.rgr-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.rgr-table{width:100%;border-collapse:collapse;font-size:12.5px}
.rgr-table th{text-align:left;padding:10px 14px;font-size:9.5px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;color:#6a6a66;border-bottom:1px solid var(--rga-line);white-space:nowrap}
.rgr-table td{padding:13px 14px;border-bottom:1px solid var(--rga-line);vertical-align:top;line-height:1.5}
.rgr-table tbody tr:last-child td{border-bottom:0}
.rgr-td-round,.rgr-td-date,.rgr-td-event{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#6a6a66;white-space:nowrap}
.rgr-td-opp{font-weight:600;min-width:190px}
.rgr-td-res{width:44px}
.rgr-td-method{color:#3a3a38;min-width:220px}
.rgr-td-note{display:block;margin-top:5px;font-size:10.5px;letter-spacing:.06em;color:#7a7a76;font-style:normal}
.rgr-flag{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:10px;font-weight:600;letter-spacing:.04em;border:1px solid var(--rga-black)}
.rgr-table tr.is-sub .rgr-flag{background:var(--rga-black);color:#fff}
.rgr-table tr.is-tko .rgr-flag{background:#5f5f5a;color:#fff;border-color:#5f5f5a}
.rgr-table tr.is-dec .rgr-flag{background:transparent;color:var(--rga-black)}
.rgr-table tr.is-loss{background:#eceae4}
.rgr-table tr.is-loss .rgr-flag{background:#dedcd6;border-color:#b6b4ae;color:#4b4b4b}
.rgr-table tr.is-nc{background:#f6f5f1;color:#6a6a66}
.rgr-table tr.is-nc .rgr-flag{border-color:#b6b4ae;color:#8b8b88}

.rga-section-dark .rgr-table th{color:#a6a6a2;border-bottom-color:rgba(255,255,255,.3)}
.rga-section-dark .rgr-table td{border-bottom-color:rgba(255,255,255,.18)}
.rga-section-dark .rgr-td-round,.rga-section-dark .rgr-td-date,.rga-section-dark .rgr-td-event{color:#a6a6a2}
.rga-section-dark .rgr-td-method{color:#c9c9c5}
.rga-section-dark .rgr-td-note{color:#8b8b88}
.rga-section-dark .rgr-flag{border-color:rgba(255,255,255,.55)}
.rga-section-dark .rgr-table tr.is-sub .rgr-flag{background:#fff;color:var(--rga-black);border-color:#fff}
.rga-section-dark .rgr-table tr.is-dec .rgr-flag{color:#fff}
.rga-section-dark .rgr-table tr.is-loss{background:rgba(255,255,255,.06)}
.rga-section-dark .rgr-table tr.is-loss .rgr-flag{background:transparent;border-color:rgba(255,255,255,.3);color:#a6a6a2}

/* ---------- ADCC ---------- */
.rgr-adcc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid rgba(255,255,255,.3);border-left:1px solid rgba(255,255,255,.3)}
.rgr-adcc-block{border-right:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3);overflow-x:auto}
.rgr-adcc-head{display:flex;align-items:flex-end;gap:18px;padding:22px 22px 16px;border-bottom:1px solid rgba(255,255,255,.3)}
.rgr-adcc-year{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:54px;line-height:.8}
.rgr-adcc-name{font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}
.rgr-adcc-res{margin-top:5px;font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:26px;line-height:1;color:#a6a6a2}

/* ---------- scope / sources ---------- */
.rgr-scope{background:#eceae4}
.rgr-scope-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px}
.rgr-scope-list{margin:0;padding-left:20px;display:grid;gap:14px}
.rgr-scope-list li{font-size:13px;line-height:1.75;color:#2d2d2d}
.rgr-scope-copy{font-size:13px;line-height:1.75;color:#3a3a38;max-width:520px}
.rgr-src{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin-top:26px}
.rgr-src-col ul{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:7px}
.rgr-src-col li{font-size:11px;line-height:1.5}
.rgr-src-title{font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:#6a6a66;padding-bottom:8px;border-bottom:1px solid var(--rga-line)}
.rgr-src-col a{color:#2d2d2d;text-decoration:none;border-bottom:1px solid rgba(10,10,10,.28)}
.rgr-src-col a:hover{border-bottom-color:var(--rga-black)}

/* ---------- responsive ---------- */
@media(max-width:1020px){
 .rgr-chart{grid-template-columns:minmax(0,1fr);gap:34px}
 .rgr-ledger{grid-template-columns:minmax(0,1fr)}
 .rgr-adcc-grid{grid-template-columns:minmax(0,1fr)}
 .rgr-scope-grid{grid-template-columns:minmax(0,1fr);gap:52px}
 .rgr-events,.rgr-event{overflow-x:auto}
}
@media(max-width:760px){
 .rgr-fam{grid-template-columns:repeat(2,minmax(0,1fr))}
 .rgr-bar{grid-template-columns:minmax(0,1fr) 34px 14px;gap:8px 12px}
 .rgr-bar-track{grid-column:1;height:14px}
 .rgr-bar-label{grid-column:1/-1}
 .rgr-bar-label{grid-column:1/-1}
 .rgr-src{grid-template-columns:minmax(0,1fr)}
 .rgr-event-head{padding:20px 18px 16px}
 .rgr-event-meta{text-align:left}
 .rgr-table th,.rgr-table td{padding:11px 12px}
 .rgr-chip{flex:1 1 50%;min-width:0}
}

/* ---------- clickable-bar affordance ---------- */
.rgr-cue{display:inline-flex;align-items:center;gap:11px;margin-bottom:20px;padding:11px 16px;border:1px solid var(--rga-yellow);color:var(--rga-yellow);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;line-height:1.4}
.rgr-cue-arrow{font-size:16px;line-height:1;flex:none}

/* ---------- donut highlights ---------- */
.rgr-donuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid rgba(255,255,255,.3);border-left:1px solid rgba(255,255,255,.3);margin-bottom:46px}
.rgr-donut{margin:0;padding:30px 28px 32px;border-right:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3);display:grid;grid-template-columns:150px minmax(0,1fr);grid-template-areas:"ring title" "ring key";gap:6px 30px;align-items:center}
.rgr-donut-ring{grid-area:ring;position:relative;width:150px;height:150px}
.rgr-donut-ring svg{width:100%;height:100%;display:block}
.rgr-donut-centre{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-align:center;pointer-events:none}
.rgr-donut-num{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:44px;line-height:.85}
.rgr-donut-cap{font-size:8.5px;letter-spacing:.13em;text-transform:uppercase;color:#a6a6a2;max-width:96px;line-height:1.35}
.rgr-donut-title{grid-area:title;align-self:end;font-size:10.5px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;line-height:1.4}
.rgr-donut-key{grid-area:key;align-self:start;list-style:none;margin:0;padding:0;display:grid;gap:8px}
.rgr-donut-key li{display:grid;grid-template-columns:11px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px dotted rgba(255,255,255,.18);padding-bottom:7px}
.rgr-donut-key li:last-child{border-bottom:0;padding-bottom:0}
.rgr-donut-key i{width:11px;height:11px;display:block}
.rgr-donut-name{font-size:10.5px;letter-spacing:.09em;text-transform:uppercase;color:#c9c9c5;line-height:1.35}
.rgr-donut-val{font-family:'Bebas Neue','Arial Narrow',Impact,sans-serif;font-size:24px;line-height:1}
@media(max-width:1020px){.rgr-donuts{grid-template-columns:minmax(0,1fr)}}
@media(max-width:560px){
 .rgr-donut{grid-template-columns:minmax(0,1fr);grid-template-areas:"title" "ring" "key";justify-items:center;gap:18px}
 .rgr-donut-title{text-align:center}
 .rgr-donut-key{width:100%}
}

/* ================= scroll motion ================= */
@keyframes rgrUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@keyframes rgrPop{from{opacity:0;transform:translateY(14px) scale(.965)}to{opacity:1;transform:none}}
@keyframes rgrGrow{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes rgrRow{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes rgrCue{0%,100%{box-shadow:0 0 0 0 rgba(248,208,32,0)}50%{box-shadow:0 0 0 4px rgba(248,208,32,.16)}}

/* scroll progress rail */
.rgr-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--rga-yellow);z-index:80;pointer-events:none;transition:width .12s linear}

/* three ledgers: cards rise, then their split bars wipe */
html.rga-js .rgr-ledger.reveal{opacity:1;transform:none}
html.rga-js .rgr-ledger.reveal .rgr-led{opacity:0}
html.rga-js .rgr-ledger.reveal.is-visible .rgr-led{animation:rgrUp .75s cubic-bezier(.2,.7,.2,1) both}
html.rga-js .rgr-ledger.is-visible .rgr-led:nth-child(2){animation-delay:.13s}
html.rga-js .rgr-ledger.is-visible .rgr-led:nth-child(3){animation-delay:.26s}
.rgr-led-split span{transform-origin:left}
html.rga-js .rgr-ledger.reveal .rgr-led-split span{transform:scaleX(0)}
html.rga-js .rgr-ledger.is-visible .rgr-led-split span{animation:rgrGrow .85s cubic-bezier(.2,.7,.2,1) both}
html.rga-js .rgr-ledger.is-visible .rgr-led:nth-child(1) .rgr-led-split span{animation-delay:.34s}
html.rga-js .rgr-ledger.is-visible .rgr-led:nth-child(2) .rgr-led-split span{animation-delay:.47s}
html.rga-js .rgr-ledger.is-visible .rgr-led:nth-child(3) .rgr-led-split span{animation-delay:.6s}

/* donuts draw their arcs */
.rgr-arc{transition:stroke-dasharray 1.25s cubic-bezier(.2,.7,.2,1)}
html.rga-js .rgr-donut.reveal .rgr-arc{stroke-dasharray:0 339.29}
html.rga-js .rgr-donut.reveal.is-visible .rgr-arc{stroke-dasharray:var(--dash) 339.29}
.rgr-donut .rgr-arc:nth-child(3){transition-delay:.18s}
.rgr-donut .rgr-arc:nth-child(4){transition-delay:.36s}
html.rga-js .rgr-donut.reveal .rgr-donut-centre{opacity:0;transition:opacity .6s ease .5s}
html.rga-js .rgr-donut.reveal.is-visible .rgr-donut-centre{opacity:1}

/* yellow cue gives one soft pulse when it arrives */
html.rga-js .rgr-cue.reveal.is-visible{animation:rgrCue 1.8s ease .35s 2}

/* method bars cascade, then their fills wipe out */
html.rga-js .rgr-bars.reveal{opacity:1;transform:none}
html.rga-js .rgr-bars.reveal .rgr-bar{opacity:0}
html.rga-js .rgr-bars.reveal.is-visible .rgr-bar{animation:rgrUp .55s cubic-bezier(.2,.7,.2,1) both}
.rgr-bar-fill{transform-origin:left}
html.rga-js .rgr-bars.reveal .rgr-bar-fill{transform:scaleX(0)}
html.rga-js .rgr-bars.reveal.is-visible .rgr-bar-fill{animation:rgrGrow .8s cubic-bezier(.2,.7,.2,1) both}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(1){animation-delay:0s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(2){animation-delay:.07s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(3){animation-delay:.14s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(4){animation-delay:.21s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(5){animation-delay:.28s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(6){animation-delay:.35s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(7){animation-delay:.42s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(8){animation-delay:.49s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(1) .rgr-bar-fill{animation-delay:.18s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(2) .rgr-bar-fill{animation-delay:.25s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(3) .rgr-bar-fill{animation-delay:.32s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(4) .rgr-bar-fill{animation-delay:.39s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(5) .rgr-bar-fill{animation-delay:.46s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(6) .rgr-bar-fill{animation-delay:.53s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(7) .rgr-bar-fill{animation-delay:.6s}
html.rga-js .rgr-bars.is-visible .rgr-bar:nth-child(8) .rgr-bar-fill{animation-delay:.67s}

/* drilldown list slides in when a method is picked */
@keyframes rgrDrill{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.rgr-drill:not([hidden]){animation:rgrDrill .45s cubic-bezier(.2,.7,.2,1) both}
.rgr-drill:not([hidden]) li{animation:rgrRow .4s ease both}
.rgr-drill li:nth-child(2){animation-delay:.04s}.rgr-drill li:nth-child(3){animation-delay:.08s}
.rgr-drill li:nth-child(4){animation-delay:.12s}.rgr-drill li:nth-child(5){animation-delay:.16s}
.rgr-drill li:nth-child(6){animation-delay:.2s}.rgr-drill li:nth-child(7){animation-delay:.24s}
.rgr-drill li:nth-child(8){animation-delay:.28s}.rgr-drill li:nth-child(n+9){animation-delay:.32s}

/* year chips pop in */
html.rga-js .rgr-chips.reveal{opacity:1;transform:none}
html.rga-js .rgr-chips.reveal .rgr-chip{opacity:0}
html.rga-js .rgr-chips.reveal.is-visible .rgr-chip{animation:rgrPop .5s cubic-bezier(.2,.7,.2,1) both}
html.rga-js .rgr-chips.is-visible .rgr-chip:nth-child(2){animation-delay:.05s}
html.rga-js .rgr-chips.is-visible .rgr-chip:nth-child(3){animation-delay:.1s}
html.rga-js .rgr-chips.is-visible .rgr-chip:nth-child(4){animation-delay:.15s}
html.rga-js .rgr-chips.is-visible .rgr-chip:nth-child(5){animation-delay:.2s}
html.rga-js .rgr-chips.is-visible .rgr-chip:nth-child(6){animation-delay:.25s}
html.rga-js .rgr-chips.is-visible .rgr-chip:nth-child(7){animation-delay:.3s}
html.rga-js .rgr-chips.is-visible .rgr-chip:nth-child(8){animation-delay:.35s}
html.rga-js .rgr-chips.is-visible .rgr-chip:nth-child(9){animation-delay:.4s}
html.rga-js .rgr-chips.is-visible .rgr-chip:nth-child(10){animation-delay:.45s}

/* match rows cascade — replayed on every tab switch */
html.rga-js .rgr-events.reveal{opacity:1;transform:none}
.rgr-event[data-anim="on"] .rgr-event-head{animation:rgrUp .6s cubic-bezier(.2,.7,.2,1) both}
.rgr-event[data-anim="on"] tbody tr{animation:rgrRow .45s ease both}
.rgr-event[data-anim="on"] tbody tr:nth-child(1){animation-delay:.1s}
.rgr-event[data-anim="on"] tbody tr:nth-child(2){animation-delay:.14s}
.rgr-event[data-anim="on"] tbody tr:nth-child(3){animation-delay:.18s}
.rgr-event[data-anim="on"] tbody tr:nth-child(4){animation-delay:.22s}
.rgr-event[data-anim="on"] tbody tr:nth-child(5){animation-delay:.26s}
.rgr-event[data-anim="on"] tbody tr:nth-child(6){animation-delay:.3s}
.rgr-event[data-anim="on"] tbody tr:nth-child(7){animation-delay:.34s}
.rgr-event[data-anim="on"] tbody tr:nth-child(8){animation-delay:.38s}
.rgr-event[data-anim="on"] tbody tr:nth-child(n+9){animation-delay:.42s}

/* ADCC blocks and the MMA log */
html.rga-js .rgr-adcc-block.reveal.is-visible tbody tr{animation:rgrRow .45s ease both}
.rgr-adcc-block.is-visible tbody tr:nth-child(2){animation-delay:.06s}
.rgr-adcc-block.is-visible tbody tr:nth-child(3){animation-delay:.12s}
.rgr-adcc-block.is-visible tbody tr:nth-child(4){animation-delay:.18s}
html.rga-js .rgr-scroll.reveal.is-visible tbody tr{animation:rgrRow .45s ease both}
.rgr-scroll.is-visible tbody tr:nth-child(2){animation-delay:.05s}
.rgr-scroll.is-visible tbody tr:nth-child(3){animation-delay:.1s}
.rgr-scroll.is-visible tbody tr:nth-child(4){animation-delay:.15s}
.rgr-scroll.is-visible tbody tr:nth-child(5){animation-delay:.2s}
.rgr-scroll.is-visible tbody tr:nth-child(6){animation-delay:.25s}
.rgr-scroll.is-visible tbody tr:nth-child(7){animation-delay:.3s}
.rgr-scroll.is-visible tbody tr:nth-child(8){animation-delay:.35s}
.rgr-scroll.is-visible tbody tr:nth-child(9){animation-delay:.4s}
.rgr-scroll.is-visible tbody tr:nth-child(10){animation-delay:.45s}

/* info rail + scope lists */
html.rga-js .rga-info-grid.reveal{opacity:1;transform:none}
html.rga-js .rga-info-grid.reveal .rga-info-cell{opacity:0}
html.rga-js .rga-info-grid.reveal.is-visible .rga-info-cell{animation:rgrUp .6s cubic-bezier(.2,.7,.2,1) both}
html.rga-js .rga-info-grid.is-visible .rga-info-cell:nth-child(2){animation-delay:.08s}
html.rga-js .rga-info-grid.is-visible .rga-info-cell:nth-child(3){animation-delay:.16s}
html.rga-js .rga-info-grid.is-visible .rga-info-cell:nth-child(4){animation-delay:.24s}
html.rga-js .rgr-scope-list.reveal{opacity:1;transform:none}
html.rga-js .rgr-scope-list.reveal li{opacity:0}
html.rga-js .rgr-scope-list.reveal.is-visible li{animation:rgrRow .5s ease both}
html.rga-js .rgr-scope-list.is-visible li:nth-child(2){animation-delay:.07s}
html.rga-js .rgr-scope-list.is-visible li:nth-child(3){animation-delay:.14s}
html.rga-js .rgr-scope-list.is-visible li:nth-child(4){animation-delay:.21s}
html.rga-js .rgr-scope-list.is-visible li:nth-child(5){animation-delay:.28s}

@media(prefers-reduced-motion:reduce){
 .rgr-progress{display:none}
 html.rga-js .rgr-ledger.reveal .rgr-led,html.rga-js .rgr-bars.reveal .rgr-bar,
 html.rga-js .rgr-chips.reveal .rgr-chip,html.rga-js .rga-info-grid.reveal .rga-info-cell,
 html.rga-js .rgr-scope-list.reveal li,html.rga-js .rgr-donut.reveal .rgr-donut-centre{opacity:1}
 html.rga-js .rgr-ledger.reveal .rgr-led-split span,html.rga-js .rgr-bars.reveal .rgr-bar-fill{transform:none}
 html.rga-js .rgr-donut.reveal .rgr-arc{stroke-dasharray:var(--dash) 339.29}
 .rgr-arc,.rgr-donut-centre{transition:none}
 .rgr-led,.rgr-bar,.rgr-bar-fill,.rgr-chip,.rgr-led-split span,.rga-info-cell,.rgr-scope-list li,
 .rgr-event[data-anim="on"] tbody tr,.rgr-event[data-anim="on"] .rgr-event-head,
 .rgr-adcc-block.is-visible tbody tr,.rgr-scroll.is-visible tbody tr,.rgr-drill,.rgr-drill li,.rgr-cue{animation:none!important}
}
