.lh-section-label{display:flex;align-items:center;gap:10px;margin-bottom:18px}.lh-section-label h2{font-family:var(--font-display);font-size:20px}.lh-live-dot{color:var(--down);animation:lh-pulse 1.6s ease-in-out infinite}@keyframes lh-pulse{0%,to{opacity:1}50%{opacity:.35}}.lh-live-card{display:grid;grid-template-columns:96px 1fr;grid-gap:24px;gap:24px}@media (max-width:640px){.lh-live-card{grid-template-columns:1fr}}.lh-live-icon{width:96px;height:96px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--accent) 0,var(--accent-dim) 100%);color:#06120a;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:34px;font-weight:700}.lh-live-body{min-width:0}.lh-live-top h3{font-family:var(--font-display);font-size:22px;margin-bottom:6px}.lh-tag{display:inline-block;font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:100px;background:var(--accent-soft);color:var(--accent);border:1px solid var(--accent-soft-border)}.lh-blurb{color:var(--text-secondary);font-size:14.5px;line-height:1.6;margin:12px 0 22px;max-width:640px}.lh-stats-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:22px}.lh-stats-row>div{background:var(--bg-elevated);border:1px solid var(--border-soft);border-radius:var(--radius-sm);padding:12px 14px}.lh-stat-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:6px}.lh-stats-row strong{font-family:var(--font-mono);font-size:15px}.accent-text{color:var(--accent)}@media (max-width:720px){.lh-stats-row{grid-template-columns:repeat(2,1fr)}}.lh-progress-row{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:8px}.lh-progress-track{height:10px;border-radius:100px;background:var(--border);overflow:hidden;margin-bottom:22px}.lh-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent-dim),var(--accent-strong));border-radius:100px}.lh-heading{font-family:var(--font-display);font-size:clamp(20px,2.6vw,26px);margin-bottom:22px}.lh-upcoming-card{display:flex;flex-direction:column}.lh-upcoming-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.lh-upcoming-icon{width:40px;height:40px;border-radius:10px;background:var(--bg-elevated);border:1px solid var(--border-soft);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700}.lh-upcoming-card h4{font-family:var(--font-display);font-size:17px;margin-bottom:12px}.lh-upcoming-row{display:flex;justify-content:space-between;font-size:13px;color:var(--text-secondary);padding:8px 0;border-bottom:1px solid var(--border-soft)}.lh-upcoming-row strong{color:var(--text-primary)}.lh-upcoming-card .btn{margin-top:16px;gap:6px}.lh-history-card{padding:8px 26px}.lh-history-row{display:grid;grid-template-columns:1.6fr 1fr 1fr .8fr;align-items:center;grid-gap:12px;gap:12px;padding:16px 0;border-bottom:1px solid var(--border-soft);font-size:14px}.lh-history-row:last-child{border-bottom:none}.lh-history-name{display:flex;align-items:center;gap:10px;font-weight:600}.lh-history-icon{width:28px;height:28px;border-radius:50%;background:var(--bg-elevated);border:1px solid var(--border-soft);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.lh-finished{justify-self:start;font-size:12px;font-weight:600;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent-soft-border);padding:4px 10px;border-radius:100px}.lh-history-roi{display:flex;align-items:center;gap:4px;justify-content:flex-end;font-weight:700;color:var(--up)}@media (max-width:640px){.lh-history-row{grid-template-columns:1fr 1fr;row-gap:6px}}