/* =========================================================
   Premium Top 10 — first 10 students + cutoff ties
   Page-scoped, RTL-first, no floats.
   ========================================================= */
.nzk-page-top10 .main-container{width:min(1240px,calc(100% - 32px))}
.t10p-page{
  --t10-ink:#101b32;
  --t10-muted:#738096;
  --t10-line:#e2e8f0;
  --t10-gold:#e7aa24;
  width:100%;
  max-width:100%;
  min-width:0;
  direction:rtl;
}
.t10p-page,.t10p-page *{box-sizing:border-box}
.t10p-page a{text-decoration:none!important}

.t10p-system-switch{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  max-width:720px;
  margin:0 auto 14px;
  padding:6px;
  border:1px solid #dfe6ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(29,52,88,.05);
}
.t10p-system-switch>a{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  align-items:center;
  gap:9px;
  min-width:0;
  min-height:54px;
  padding:8px 11px;
  border:1px solid transparent;
  border-radius:12px;
  color:#5f6f85!important;
}
.t10p-system-switch>a>i{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:#f0f4f9;color:#526985}
.t10p-system-switch small,.t10p-system-switch b{display:block;overflow-wrap:anywhere}.t10p-system-switch small{font-size:7px;color:#8995a6}.t10p-system-switch b{font-size:10px}
.t10p-system-switch>a.is-active{border-color:#cfe0fa;background:#f2f7ff;color:#244d8f!important}.t10p-system-switch>a.is-active>i{background:#dfeaff;color:#2d6cdf}
.t10p-page.is-old-system .t10p-system-switch>a.is-active{border-color:#cde8e2;background:#f0faf7;color:#176b5a!important}.t10p-page.is-old-system .t10p-system-switch>a.is-active>i{background:#dcf4ed;color:#118169}

.t10p-hero{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  align-items:center;
  gap:42px;
  min-height:390px;
  padding:48px 54px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:32px;
  background:
    radial-gradient(circle at 10% 14%,rgba(63,195,255,.16),transparent 28%),
    radial-gradient(circle at 92% 88%,rgba(240,177,47,.19),transparent 27%),
    linear-gradient(135deg,#071329 0%,#101f43 48%,#2c2251 100%);
  box-shadow:0 28px 70px rgba(9,20,42,.22);
  color:#fff;
}
.t10p-page.is-old-system .t10p-hero{
  background:
    radial-gradient(circle at 10% 14%,rgba(70,211,188,.18),transparent 28%),
    radial-gradient(circle at 92% 88%,rgba(77,137,222,.17),transparent 27%),
    linear-gradient(135deg,#071c28 0%,#123544 50%,#183b57 100%);
}
.t10p-page.is-old-system .t10p-kicker{border-color:rgba(132,229,210,.25);background:rgba(58,198,172,.11);color:#c8fff3}
.t10p-page.is-old-system .t10p-trophy{background:radial-gradient(circle,rgba(65,201,177,.14),rgba(255,255,255,.025) 63%,transparent 64%)}
.t10p-page.is-old-system .t10p-trophy>i{color:#75dfca}
.t10p-page.is-old-system .t10p-hero-rule>i{color:#75dfca}
.t10p-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:440px;
  height:440px;
  inset:-280px auto auto -170px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  box-shadow:0 0 0 38px rgba(255,255,255,.025),0 0 0 80px rgba(255,255,255,.015);
}
.t10p-hero-copy{min-width:0}
.t10p-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:11px;
  padding:7px 12px;
  border:1px solid rgba(255,219,139,.25);
  border-radius:999px;
  background:rgba(236,180,57,.11);
  color:#ffe8ae;
  font-size:11px;
  font-weight:900;
}
.t10p-hero h1{
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:43px!important;
  font-weight:950!important;
  line-height:1.35!important;
  letter-spacing:-1px;
}
.t10p-hero-copy>p{
  max-width:760px;
  margin:0!important;
  color:#bfcbe0!important;
  font-size:14px!important;
  line-height:1.95!important;
}
.t10p-hero-rule{
  display:flex;
  align-items:center;
  gap:11px;
  max-width:640px;
  margin-top:23px;
}
.t10p-hero-rule>span{
  display:grid;
  grid-template-columns:35px minmax(0,1fr);
  align-items:center;
  column-gap:9px;
  min-width:0;
  flex:1;
  padding:11px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.07);
}
.t10p-hero-rule>span>i{grid-row:1/3;display:grid;width:35px;height:35px;place-items:center;border-radius:10px;background:rgba(255,255,255,.1);color:#f6c955}
.t10p-hero-rule b,.t10p-hero-rule small{display:block;min-width:0}
.t10p-hero-rule b{color:#fff;font-size:12px}.t10p-hero-rule small{color:#9faec5;font-size:8px}
.t10p-hero-rule>i{color:#f2c24c;font-size:11px}
.t10p-trophy{
  position:relative;
  display:grid;
  align-content:center;
  justify-items:center;
  min-height:270px;
  justify-self:end;
  width:270px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  background:radial-gradient(circle,rgba(242,190,72,.14),rgba(255,255,255,.025) 63%,transparent 64%);
}
.t10p-trophy::before,.t10p-trophy::after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(255,218,128,.23)}
.t10p-trophy::before{inset:12px}.t10p-trophy::after{inset:-14px}
.t10p-trophy-glow{position:absolute;width:145px;height:145px;border-radius:50%;background:rgba(239,183,53,.17);filter:blur(25px)}
.t10p-trophy>i{position:relative;color:#f4c654;font-size:86px;filter:drop-shadow(0 16px 18px rgba(0,0,0,.2))}
.t10p-trophy>b{position:relative;margin-top:8px;color:#fff;font-size:19px;letter-spacing:2px;direction:ltr}
.t10p-trophy>small{position:relative;color:#9facc2;font-size:10px}

.t10p-safe-state{
  display:grid;
  grid-template-columns:62px minmax(0,1fr);
  align-items:center;
  gap:15px;
  margin:18px 0;
  padding:22px;
  border:1px solid #cfe0f6;
  border-radius:21px;
  background:linear-gradient(145deg,#f3f8ff,#fff);
  box-shadow:0 10px 30px rgba(34,69,112,.06);
}
.t10p-safe-state>span{display:grid;width:62px;height:62px;place-items:center;border-radius:18px;background:#e3efff;color:#2d6cdf;font-size:23px}
.t10p-safe-state small{color:#2d6cdf;font-size:9px;font-weight:900}.t10p-safe-state h2{margin:2px 0 4px!important;font-size:20px!important}.t10p-safe-state p{margin:0!important;color:#708096!important;font-size:11px!important}

.t10p-method{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(520px,1.25fr);
  align-items:center;
  gap:20px;
  margin:18px 0;
  padding:20px;
  border:1px solid var(--t10-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 32px rgba(29,52,88,.055);
}
.t10p-method-title>span{display:inline-flex;align-items:center;gap:6px;color:#b47600;font-size:10px;font-weight:900}
.t10p-method-title h2{margin:3px 0!important;color:var(--t10-ink)!important;font-size:20px!important}
.t10p-method-title p{margin:0!important;color:var(--t10-muted)!important;font-size:10px!important;line-height:1.8!important}
.t10p-method ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}
.t10p-method li{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;min-width:0;padding:10px;border:1px solid #e7ebf1;border-radius:13px;background:#fafbfd}
.t10p-method li>b{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#fff2cb;color:#946700;font-size:10px}
.t10p-method strong,.t10p-method small{display:block;overflow-wrap:anywhere}.t10p-method strong{font-size:9px}.t10p-method small{margin-top:2px;color:#8290a2;font-size:7.5px;line-height:1.55}

.t10p-branch-nav{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  width:100%;
  margin:14px 0;
}
.t10p-branch-nav>a{
  --branch:#2d6cdf;
  --branch-soft:#edf4ff;
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto 20px;
  align-items:center;
  gap:9px;
  min-width:0;
  min-height:72px;
  padding:11px;
  border:1px solid #e1e7f0;
  border-radius:16px;
  background:linear-gradient(145deg,#fff,#fafcff);
  color:var(--t10-ink)!important;
  box-shadow:0 7px 22px rgba(32,54,87,.04);
  transition:.16s ease;
}
.t10p-branch-nav>a.science{--branch:#07805d;--branch-soft:#e9f9f3}
.t10p-branch-nav>a.math{--branch:#2d6cdf;--branch-soft:#eaf2ff}
.t10p-branch-nav>a.literary{--branch:#7147c7;--branch-soft:#f1eaff}
.t10p-branch-nav>a:hover{transform:translateY(-2px);border-color:var(--branch);box-shadow:0 11px 27px rgba(32,54,87,.08)}
.t10p-branch-nav>a>i:first-child{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;background:var(--branch-soft);color:var(--branch);font-size:15px}
.t10p-branch-nav span{min-width:0}.t10p-branch-nav small,.t10p-branch-nav b{display:block}.t10p-branch-nav small{color:#8793a4;font-size:7.5px}.t10p-branch-nav b{margin-top:1px;font-size:12px}
.t10p-branch-nav em{padding:4px 7px;border-radius:999px;background:var(--branch-soft);color:var(--branch);font-size:7px;font-style:normal;font-weight:900;white-space:nowrap}
.t10p-branch-nav>a>i:last-child{color:#98a5b5;font-size:8px}

.t10p-live-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:13px 0 17px;
}
.t10p-live-summary>span{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  align-items:center;
  gap:8px;
  min-width:0;
  padding:10px;
  border:1px solid #e4e9f1;
  border-radius:14px;
  background:#fff;
}
.t10p-live-summary>span>i{grid-row:1/3;display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:#f1f5fa;color:#4f6380}
.t10p-live-summary small,.t10p-live-summary b{display:block;min-width:0;overflow-wrap:anywhere}.t10p-live-summary small{color:#8995a5;font-size:7.5px}.t10p-live-summary b{font-size:10px}

.t10p-branches{display:grid;gap:22px;margin:18px 0}
.t10p-branch{
  --branch:#2d6cdf;
  --branch-2:#6f88ed;
  --branch-soft:#edf4ff;
  --branch-border:#d7e4fa;
  position:relative;
  min-width:0;
  padding:19px;
  overflow:hidden;
  border:1px solid var(--branch-border);
  border-radius:25px;
  background:
    radial-gradient(circle at 100% 0,var(--branch-soft),transparent 27%),
    #fff;
  box-shadow:0 15px 40px rgba(27,50,84,.065);
  scroll-margin-top:95px;
}
.t10p-branch.science{--branch:#087653;--branch-2:#32b98d;--branch-soft:#e9f9f3;--branch-border:#ccecdf}
.t10p-branch.math{--branch:#2d6cdf;--branch-2:#6f88ed;--branch-soft:#eaf2ff;--branch-border:#d2e1fa}
.t10p-branch.literary{--branch:#704bc7;--branch-2:#a37be8;--branch-soft:#f1eaff;--branch-border:#e1d5f7}
.t10p-branch::before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--branch),var(--branch-2))}
.t10p-branch-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(430px,.95fr);
  align-items:center;
  gap:16px;
  margin-bottom:15px;
}
.t10p-branch-heading{display:flex;align-items:center;gap:12px;min-width:0}
.t10p-branch-icon{display:grid;flex:0 0 56px;width:56px;height:56px;place-items:center;border-radius:17px;background:var(--branch-soft);color:var(--branch);font-size:20px}
.t10p-branch-heading>div{min-width:0}.t10p-branch-heading small{display:block;color:var(--branch);font-size:8px;font-weight:900}.t10p-branch-heading h2{margin:1px 0!important;color:var(--t10-ink)!important;font-size:24px!important}.t10p-branch-heading p{margin:0!important;color:#748197!important;font-size:9px!important;line-height:1.75!important}
.t10p-branch-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
.t10p-branch-stats.is-compact{grid-template-columns:repeat(3,minmax(0,1fr))}
.t10p-branch-stats>span{min-width:0;padding:9px 7px;border:1px solid #e5eaf1;border-radius:12px;background:rgba(255,255,255,.86);text-align:center}
.t10p-branch-stats small,.t10p-branch-stats b{display:block;overflow-wrap:anywhere}.t10p-branch-stats small{color:#8793a4;font-size:6.7px;line-height:1.45}.t10p-branch-stats b{margin-top:3px;color:var(--branch);font-size:13px}

.t10p-empty{display:flex;align-items:center;gap:11px;padding:17px;border:1px dashed var(--branch-border);border-radius:16px;background:var(--branch-soft)}
.t10p-empty>i{font-size:19px;color:var(--branch)}.t10p-empty b,.t10p-empty span{display:block}.t10p-empty b{font-size:11px}.t10p-empty span{margin-top:2px;color:#748197;font-size:8px}

.t10p-champions{
  margin:8px 0 14px;
  padding:13px;
  border:1px solid #efdca8;
  border-radius:19px;
  background:
    radial-gradient(circle at 0 0,rgba(238,181,49,.13),transparent 29%),
    linear-gradient(145deg,#fffdf6,#fff);
}
.t10p-champions-label{display:flex;align-items:center;gap:8px;margin-bottom:9px;color:#9a6c08}
.t10p-champions-label>i{display:grid;width:31px;height:31px;place-items:center;border-radius:9px;background:#fff0bf;color:#9a6c08}.t10p-champions-label b,.t10p-champions-label small{display:block}.t10p-champions-label b{font-size:10px}.t10p-champions-label small{color:#aa8a47;font-size:7px}
.t10p-champions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:9px}
.t10p-champion-card{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 88px 22px;
  align-items:center;
  gap:10px;
  min-width:0;
  min-height:84px;
  padding:11px;
  border:1px solid #ebd28f;
  border-radius:16px;
  background:linear-gradient(145deg,#fff9e5,#fff);
  color:#243754!important;
  box-shadow:0 7px 20px rgba(133,94,6,.055);
  transition:.16s ease;
}
.t10p-champion-card:hover{transform:translateY(-2px);box-shadow:0 12px 27px rgba(133,94,6,.11)}
.t10p-medal{position:relative;display:grid;width:52px;height:52px;place-items:center;border-radius:15px;background:linear-gradient(145deg,#f0c64f,#ffe9a4);color:#7e5700}
.t10p-medal i{position:absolute;top:6px;font-size:9px}.t10p-medal b{padding-top:10px;font-size:19px}
.t10p-student{min-width:0}.t10p-student small,.t10p-student strong,.t10p-student em{display:block;overflow-wrap:anywhere}.t10p-student small{color:#a37c29;font-size:7px;font-weight:900}.t10p-student strong{margin:2px 0;color:#263a57;font-size:11px;line-height:1.65}.t10p-student em{color:#7d899a;font-size:7.5px;font-style:normal}
.t10p-mark{text-align:center}.t10p-mark small,.t10p-mark b,.t10p-mark em{display:block}.t10p-mark small{color:#9a865a;font-size:6.5px}.t10p-mark b{color:#856000;font-size:17px}.t10p-mark em{display:inline-flex;margin-top:3px;padding:2px 6px;border-radius:999px;background:#ffedb4;color:#856000;font-size:7px;font-style:normal;font-weight:900}
.t10p-champion-card>i{color:#b69d64;font-size:8px}

.t10p-list{display:grid;gap:8px}
.t10p-row{
  display:grid;
  grid-template-columns:56px minmax(0,1fr) 130px 90px 25px;
  align-items:center;
  gap:10px;
  min-width:0;
  min-height:72px;
  padding:10px 11px;
  overflow:hidden;
  border:1px solid #e2e8f0;
  border-radius:15px;
  background:linear-gradient(145deg,#fff,#fbfdff);
  color:#293d5a!important;
  transition:.15s ease;
}
.t10p-row:hover{transform:translateX(-2px);border-color:var(--branch-border);box-shadow:0 8px 20px rgba(25,47,80,.07)}
.t10p-row.is-cutoff{border-style:dashed;border-color:var(--branch-border);background:linear-gradient(145deg,var(--branch-soft),#fff)}
.t10p-row.is-extra-tie{box-shadow:inset -4px 0 0 var(--branch)}
.t10p-rank{display:flex;width:52px;height:52px;flex-direction:column;align-items:center;justify-content:center;border-radius:14px;background:#f1f5f9;color:#52657f}
.t10p-row.is-podium .t10p-rank{background:#fff1c3;color:#8c6200}.t10p-rank small{font-size:6px;color:#8794a5}.t10p-rank b{font-size:17px;line-height:1.1}
.t10p-row-main{min-width:0}.t10p-row-main strong,.t10p-row-main small{display:block;overflow-wrap:anywhere}.t10p-row-main strong{color:#263a57;font-size:11px;line-height:1.65}.t10p-row-main small{margin-top:2px;color:#8491a2;font-size:7.5px}.t10p-row-main small .fa-circle{margin-inline:5px;font-size:3px;vertical-align:middle}
.t10p-core-label,.t10p-tie-label{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:0;padding:6px 7px;border-radius:9px;font-size:7px;font-weight:900;white-space:nowrap}
.t10p-core-label{background:#edf8f3;color:#087653}.t10p-tie-label{background:var(--branch-soft);color:var(--branch)}
.t10p-row-score{padding:7px;border:1px solid #dfe7f1;border-radius:11px;background:#f8fbff;text-align:center}.t10p-row-score small,.t10p-row-score b,.t10p-row-score em{display:block}.t10p-row-score small{color:#8793a4;font-size:6px}.t10p-row-score b{color:#0b7558;font-size:14px}.t10p-row-score em{display:inline-flex;margin-top:2px;padding:2px 5px;border-radius:999px;background:#eaf2ff;color:#2d6cdf;font-size:6.5px;font-style:normal;font-weight:900}
.t10p-open{display:grid;width:25px;height:35px;place-items:center;border-radius:8px;background:#f1f5f9;color:#8495aa;font-size:8px}
.t10p-branch-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:12px;padding-top:11px;border-top:1px dashed #e1e7ee}
.t10p-branch-foot>span{color:#758398;font-size:8px;line-height:1.7}.t10p-branch-foot>b{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:999px;background:var(--branch-soft);color:var(--branch);font-size:7.5px}

.t10p-performance{display:flex;align-items:center;gap:12px;margin:17px 0;padding:14px 16px;border:1px solid #cfe7de;border-radius:17px;background:linear-gradient(145deg,#f0fbf7,#fff)}
.t10p-performance>i{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:12px;background:#dcf6ec;color:#087653;font-size:16px}.t10p-performance b,.t10p-performance span{display:block}.t10p-performance b{color:#245746;font-size:10px}.t10p-performance span{margin-top:2px;color:#6a847a;font-size:8px;line-height:1.7}

@media(max-width:1000px){
  .t10p-hero{grid-template-columns:minmax(0,1fr) 220px;padding:38px}
  .t10p-trophy{width:210px;min-height:210px}.t10p-trophy>i{font-size:66px}
  .t10p-method{grid-template-columns:minmax(0,1fr)}
  .t10p-branch-head{grid-template-columns:minmax(0,1fr)}
  .t10p-row{grid-template-columns:52px minmax(0,1fr) 110px 86px 24px}
}

@media(max-width:720px){
  .nzk-page-top10 .main-container{width:min(100% - 16px,1240px)!important;padding-top:10px}
  .t10p-page,.t10p-page>*{width:100%;max-width:100%;min-width:0;float:none!important}
  .t10p-system-switch{grid-template-columns:minmax(0,1fr);padding:5px}
  .t10p-hero{grid-template-columns:minmax(0,1fr);gap:22px;min-height:0;padding:28px 20px;border-radius:23px}
  .t10p-hero h1{font-size:30px!important}
  .t10p-hero-copy>p{font-size:11px!important}
  .t10p-hero-rule{display:grid;grid-template-columns:minmax(0,1fr);gap:7px}
  .t10p-hero-rule>i{transform:rotate(90deg);justify-self:center}
  .t10p-trophy{width:100%;min-height:105px;grid-template-columns:auto auto auto;gap:10px;border-radius:19px}
  .t10p-trophy::before,.t10p-trophy::after,.t10p-trophy-glow{display:none}
  .t10p-trophy>i{font-size:42px}.t10p-trophy>b{margin:0;font-size:17px}.t10p-trophy>small{font-size:10px}
  .t10p-method{padding:14px;border-radius:18px}
  .t10p-method ol{grid-template-columns:minmax(0,1fr)}
  .t10p-branch-nav{grid-template-columns:minmax(0,1fr)}
  .t10p-live-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
  .t10p-branch{padding:13px;border-radius:20px}
  .t10p-branch-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .t10p-champions-grid{grid-template-columns:minmax(0,1fr)}
  .t10p-row{grid-template-columns:48px minmax(0,1fr) 82px;padding:9px;gap:8px}
  .t10p-rank{width:46px;height:46px}
  .t10p-core-label,.t10p-tie-label{grid-column:1/3;grid-row:2;justify-self:start}
  .t10p-row-score{grid-column:3;grid-row:1/3}
  .t10p-open{display:none}
}

@media(max-width:460px){
  .t10p-hero{padding:23px 15px}
  .t10p-hero h1{font-size:26px!important}
  .t10p-kicker{font-size:9px}
  .t10p-live-summary{grid-template-columns:minmax(0,1fr)}
  .t10p-branch-stats.is-compact{grid-template-columns:minmax(0,1fr)}
  .t10p-branch-heading{align-items:flex-start}.t10p-branch-icon{flex-basis:46px;width:46px;height:46px;border-radius:14px}.t10p-branch-heading h2{font-size:20px!important}
  .t10p-champion-card{grid-template-columns:45px minmax(0,1fr);padding:10px}
  .t10p-medal{width:45px;height:45px}
  .t10p-mark{grid-column:1/-1;display:grid;grid-template-columns:auto minmax(60px,1fr) auto;align-items:center;padding-top:7px;border-top:1px dashed #ead9a8}
  .t10p-champion-card>i{display:none}
  .t10p-row{grid-template-columns:43px minmax(0,1fr);align-items:start}
  .t10p-rank{width:42px;height:42px}
  .t10p-core-label,.t10p-tie-label{grid-column:1/-1;grid-row:auto;width:100%;justify-self:stretch}
  .t10p-row-score{grid-column:1/-1;grid-row:auto;display:grid;grid-template-columns:auto minmax(60px,1fr) auto;align-items:center;text-align:right}
  .t10p-row-score em{justify-self:end;margin:0}
  .t10p-branch-foot{align-items:flex-start;flex-direction:column}
}

@media print{
  .t10p-hero,.t10p-method,.t10p-branch-nav,.t10p-live-summary,.t10p-performance{display:none!important}
  .t10p-branch{box-shadow:none;break-inside:avoid}
}
