:root{--ink:#172338;--muted:#64748b;--danger:#d51317;--panel:#2b3a49;--card:#fff;--line:#cacae4}.price-section{color:var(--ink)}.price-section-title{color:var(--text);font-size:28px;font-weight:700;line-height:normal;margin:0 0 20px}.price-panel{background:#1e4590;border-radius:2px;margin-bottom:30px;padding:20px}.price-panel-grid{display:grid;gap:20px;grid-template-columns:322px 1fr;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.spot-card{background:var(--card);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:90px;padding:0 20px}.spot-card-label{color:var(--ink);font-size:21px;font-weight:700;margin:0 0 8px}.spot-card-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.spot-card-value{color:var(--danger);color:var(--ink);font-size:24px;font-weight:600}.spot-card-value.up,.up .spot-card-value{color:#46b96e}.down .spot-card-value,.spot-card-value.down{color:var(--danger)}.spot-card-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:500;gap:6px;height:22px;line-height:1;padding:0 8px;white-space:nowrap}.spot-card-badge.up{background:rgba(70,185,110,.42);color:#46b96e}.spot-card-badge.down{background:rgba(213,19,23,.1);color:var(--danger)}.spot-card-badge svg{height:12px;width:12px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.stats-card{background:var(--card);display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0 32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:90px}.stat{border-right:1px solid var(--line);display:grid;gap:4px;min-height:48px;text-align:center;width:25%}.stat:last-child{border-right:0}.stat:first-child{text-align:left}.stat-key{color:#1f3b57;font-size:16px;font-weight:600}.stat-val{color:var(--ink);font-size:23px;font-weight:700;margin-left:0}.stat-val--neg{color:var(--danger)}.time{font-variant-numeric:tabular-nums}@media (max-width:991px){.price-panel-grid{grid-template-columns:1fr}.stats-card{padding:0 10px;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.stat{gap:0;min-height:36px;width:auto;-webkit-box-flex:0;-ms-flex:0;flex:0;padding:0 5px}.price-section-title{font-size:20px}.spot-card-label{font-size:16px}}@media (max-width:767px){.stat-val{font-size:18px;line-height:16px}.stat-key{font-size:14px}}@media (max-width:375px){.stat-val{font-size:14px}.stat-key{font-size:12px}}