.thermo-value { font-size: 2.75rem; font-weight: 700; color: #f59e0b; text-align: center; }
.thermo-bands { display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--text-muted); margin: 0.75rem 0 0.25rem; }
.thermo-track { height: 12px; background: linear-gradient(90deg, #38bdf8, #14b8a6, #f59e0b, #ea580c); border-radius: 6px; position: relative; }
.thermo-fill { position: absolute; left: 0; top: -4px; width: 40%; height: 20px; border: 2px solid #fff; border-radius: 4px; box-sizing: border-box; pointer-events: none; }
.thermo-baseline { text-align: center; font-size: 0.85rem; color: var(--text-muted); margin-top: 0.5rem; }
.elements-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 0.75rem; }
.element-card { padding: 0.75rem; border: 1px solid var(--border); border-radius: 8px; cursor: pointer; font-size: 0.85rem; }
.element-card:hover { border-color: var(--accent); }
.el-head { display: flex; justify-content: space-between; gap: 0.5rem; margin-bottom: 0.35rem; }
.el-status { font-size: 0.7rem; text-transform: uppercase; color: var(--text-muted); }
.st-warning { border-left: 3px solid #f59e0b; }
.st-breach { border-left: 3px solid #ea580c; }
.st-monitor { border-left: 3px solid #14b8a6; }
.exp-in-band { background: rgba(245, 158, 11, 0.06); }
.el-threshold { color: var(--text-muted); margin: 0.25rem 0; }
.el-obs { margin: 0.25rem 0; }
.el-expl { color: var(--text-muted); margin: 0.35rem 0 0; font-size: 0.8rem; }
.literature-list { display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.9rem; }
.lit-row p { margin: 0.25rem 0 0; color: var(--text-muted); font-size: 0.85rem; }
.lit-row a { color: var(--accent); text-decoration: none; }
.lit-row a:hover { text-decoration: underline; }
.nx-empty { color: var(--text-muted); font-size: 0.9rem; font-style: italic; margin: 0.25rem 0; }
.nx-muted { color: var(--text-muted); font-size: 0.85rem; }
