.status-compact{display:flex;gap:1rem;align-items:center;justify-content:space-between;flex-wrap:nowrap;margin-bottom:1rem;width:100%}.status-item{background:var(--nav);padding:1rem;border-radius:8px}.status-compact .status-item{flex:1;min-width:0}.status-label{font-size:.85rem;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.status-value{font-size:1.5rem;font-weight:700;color:#0a3}.session-detail{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;padding:1rem;background:var(--nav);border-radius:8px}.session-detail-label{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem}.session-detail-value{font-size:1rem;font-weight:600;color:var(--fg)}.estimated-battery{padding:1rem;border-radius:8px;margin:1rem 0;border-left:4px solid #0a3;background:var(--nav);color:var(--fg)}.estimated-battery strong{color:var(--fg)}.collapsible-header{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--nav);border-radius:8px;user-select:none;margin-top:1rem}.collapsible-header:hover{background:var(--border)}.collapsible-header::after{content:'▼';transition:transform .3s}.collapsible-header.collapsed::after{transform:rotate(-90deg)}.collapsible-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.collapsible-content.show{max-height:1000px}.history-item{padding:.8rem;border-left:3px solid #0a3;margin-bottom:.8rem}.history-item-date{font-weight:600;color:var(--fg);margin-bottom:.3rem}.history-item-detail{font-size:.9rem;color:#888;margin-bottom:.4rem}.target-temp-display{font-weight:600;color:#0a3;text-align:right;min-width:60px}.session-history-header{display:flex;gap:1rem;align-items:center}