diff --git a/index.html b/index.html
index a17ab3a..59e600f 100644
--- a/index.html
+++ b/index.html
@@ -101,23 +101,6 @@
}
.pill input { accent-color: var(--accent); }
main .wrap { padding-top: 14px; padding-bottom: 28px; }
- .stats {
- display: grid;
- grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
- gap: 10px;
- margin-bottom: 14px;
- }
- .stat {
- border: 1px solid var(--line);
- border-radius: 14px;
- padding: 10px 12px;
- background: linear-gradient(180deg, rgba(18,45,70,.92), rgba(12,31,51,.98));
- display: grid;
- gap: 4px;
- box-shadow: var(--shadow);
- }
- .stat .label { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }
- .stat .value { font-size: 18px; font-weight: 700; letter-spacing: .3px; color: var(--accent); }
.grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.card-tile {
border: 1px solid rgba(255,255,255,.08);
@@ -212,8 +195,6 @@
tr:last-child td { border-bottom: 0; }
thead th { background: rgba(0,0,0,.12); }
tbody tr:nth-child(odd) { background: rgba(255,255,255,.02); }
- .delta-pos { color: rgba(123,213,141,.98); font-weight: 700; }
- .delta-neg { color: rgba(255,107,125,.98); font-weight: 700; }
.muted { color: var(--muted); }
.small { font-size: 12px; }
.footer {
@@ -328,7 +309,6 @@
.brand { width: 100%; }
.controls { width: 100%; }
.search { min-width: 100%; }
- .stats { grid-template-columns: 1fr; }
.card-media { aspect-ratio: 4 / 3; }
.order-btn { width: 100%; justify-content: center; }
}
@@ -358,7 +338,6 @@