-
Benchmarks
-
6
+
+ Best or tied-best in every model x benchmark and harness x benchmark setting.
+
+
+
+ Frozen target models
+ 7
+
+
+ Benchmarks
+ 6
+
diff --git a/skillopt.html b/skillopt.html
index e61975a..6b55f85 100644
--- a/skillopt.html
+++ b/skillopt.html
@@ -214,38 +214,112 @@
}
.hero-ledger {
+ position: relative;
+ overflow: hidden;
width: 100%;
- background: rgba(248, 250, 247, 0.92);
- color: var(--ink);
- border: 1px solid rgba(248, 250, 247, 0.6);
+ padding: 24px;
+ color: #f8faf7;
+ background:
+ linear-gradient(135deg, rgba(46, 123, 63, 0.94), rgba(17, 24, 32, 0.98) 54%, rgba(17, 24, 32, 0.96)),
+ var(--black);
+ border: 1px solid rgba(244, 197, 66, 0.44);
+ border-radius: 8px;
box-shadow: var(--shadow);
}
- .ledger-row {
- display: grid;
- grid-template-columns: 1fr auto;
- gap: 18px;
- padding: 15px 16px;
- border-bottom: 1px solid rgba(21, 25, 31, 0.16);
+ .hero-ledger::before {
+ content: "";
+ position: absolute;
+ inset: 0;
+ background:
+ linear-gradient(90deg, rgba(244, 197, 66, 0.12) 1px, transparent 1px),
+ linear-gradient(0deg, rgba(244, 197, 66, 0.08) 1px, transparent 1px);
+ background-size: 26px 26px;
+ opacity: 0.34;
+ pointer-events: none;
}
- .ledger-row:last-child {
- border-bottom: 0;
+ .hero-ledger > * {
+ position: relative;
}
- .ledger-label {
- color: var(--muted);
+ .ledger-kicker {
+ display: inline-flex;
+ align-items: center;
+ min-height: 28px;
+ padding: 5px 9px;
+ color: var(--ink);
+ background: #f4c542;
+ border-radius: 6px;
font-family: var(--mono);
font-size: 0.71rem;
+ font-weight: 800;
text-transform: uppercase;
}
+ .ledger-hero {
+ display: flex;
+ align-items: baseline;
+ gap: 8px;
+ margin-top: 18px;
+ }
+
.ledger-value {
font-family: var(--display);
- font-size: 1.95rem;
+ font-size: 5.85rem;
+ font-weight: 800;
+ line-height: 0.9;
+ white-space: nowrap;
+ }
+
+ .ledger-denominator {
+ color: rgba(248, 250, 247, 0.64);
+ font-family: var(--display);
+ font-size: 2.65rem;
font-weight: 800;
line-height: 1;
- white-space: nowrap;
+ }
+
+ .ledger-copy {
+ max-width: 320px;
+ margin: 12px 0 0;
+ color: rgba(248, 250, 247, 0.84);
+ font-size: 1.02rem;
+ line-height: 1.45;
+ }
+
+ .ledger-stats {
+ display: grid;
+ grid-template-columns: repeat(2, minmax(0, 1fr));
+ gap: 0;
+ margin-top: 22px;
+ border-top: 1px solid rgba(248, 250, 247, 0.22);
+ }
+
+ .ledger-stat {
+ padding-top: 14px;
+ }
+
+ .ledger-stat + .ledger-stat {
+ padding-left: 16px;
+ border-left: 1px solid rgba(248, 250, 247, 0.18);
+ }
+
+ .ledger-stat span {
+ display: block;
+ color: rgba(248, 250, 247, 0.62);
+ font-family: var(--mono);
+ font-size: 0.68rem;
+ text-transform: uppercase;
+ }
+
+ .ledger-stat b {
+ display: block;
+ margin-top: 6px;
+ color: #f4c542;
+ font-family: var(--display);
+ font-size: 2.25rem;
+ line-height: 1;
}
main {
@@ -1020,13 +1094,20 @@
grid-template-columns: 1fr;
}
- .ledger-row,
.mini-item,
.detail-metrics,
.chart-caption {
grid-template-columns: 1fr;
}
+ .ledger-value {
+ font-size: 4.35rem;
+ }
+
+ .ledger-denominator {
+ font-size: 2.05rem;
+ }
+
.chart-toolbar,
.chart-caption {
flex-direction: column;
@@ -1074,18 +1155,24 @@