:root{color-scheme:dark;--bg:#2f2f30;--panel:#262627;--row:#232324;--line:#666667;--text:#f4f4f4;--muted:#a8adb7;--red:#eb0529;--green:#4bd68a;--wait:#e3b582;--font-ui:"Segoe UI",Arial,sans-serif;--font-display:Georgia,"Times New Roman",serif;--font-mono:Consolas,"Cascadia Mono",monospace;font-family:var(--font-ui)}
*{box-sizing:border-box}html,body{min-height:100%;background:var(--bg)}body{min-height:100vh;margin:0;color:var(--text)}body.offline main>:not(header){opacity:.62}main{width:min(1180px,calc(100% - 28px));margin:0 auto;padding:18px 0 30px}
header{display:flex;align-items:center;justify-content:space-between;padding:0 2px 12px;border-bottom:2px solid var(--red);margin-bottom:12px}h1{margin:0;font-size:18px;line-height:1.2}.sub{margin-top:5px;color:var(--muted);font-size:11px}#status{color:var(--wait);font-size:12px;text-align:right}#status.live{color:var(--green)}#status.offline{color:var(--red)}
.summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:var(--panel);margin-bottom:12px}.summary div{min-width:0;padding:10px 14px;border-right:1px solid var(--line)}.summary div:last-child{border:0}.label{display:block;margin-bottom:4px;color:var(--muted);font-size:9px}.summary strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.ccd-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:14px;border-top:3px solid var(--red)}.ccd-panel{min-width:0;overflow-x:auto;border:1px solid #171718;border-top:0;background:var(--panel)}.ccd-head{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 14px;border-bottom:1px solid #111}.ccd-title{display:flex;align-items:center;gap:9px;color:#b9b9ba;font-family:var(--font-display);font-size:19px;font-weight:700}.ccd-usage{color:#fff;font:700 13px var(--font-ui)}.ccd-temps{display:grid;grid-template-columns:auto auto;gap:3px 10px;font-size:11px}.ccd-temps span{color:var(--muted);font-weight:700}.ccd-temps strong{text-align:right}.ccd-table{min-width:510px;table-layout:fixed}.ccd-table th,.ccd-table td{padding:5px 7px;border-right:1px solid #555;border-bottom:0;text-align:center;font-weight:700}.ccd-table th:first-child,.ccd-table td:first-child{width:80px;color:#aeb1b5;text-align:left}.ccd-table thead{position:static;background:var(--line)}.ccd-table thead th{font-family:var(--font-display);font-weight:400}.ccd-table thead th:first-child{font-style:italic}.ccd-table tbody tr:nth-child(odd){background:#252526}.ccd-table tbody tr:nth-child(even){background:#1f1f20}.core-dot{display:inline-block;width:5px;height:5px;margin-right:4px;border-radius:50%;background:var(--green);vertical-align:top}.ccd-value,.ccd-usage,.ccd-temps strong{font-variant-numeric:tabular-nums}.ccd-value.invalid{color:#777}
.favorites{border:1px solid var(--line);background:var(--panel);margin-bottom:18px}.favorites-head{display:flex;align-items:center;justify-content:space-between;min-height:30px;padding:0 11px;background:var(--line);color:#fff;font-size:10px;font-weight:700}.favorites-head span:last-child{color:#dedede;font-weight:400}.favorite-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.favorite-card{position:relative;min-width:0;padding:9px 36px 9px 11px;border-right:1px solid #444445;border-top:1px solid #444445;background:var(--row)}.favorite-card:first-child{border-top:0}.favorite-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700}.favorite-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;color:var(--muted);font-family:var(--font-mono);font-size:9px}.favorite-reading{display:flex;align-items:baseline;gap:8px;margin-top:7px}.favorite-value{font-size:15px;font-weight:700;font-variant-numeric:tabular-nums}.favorite-age{margin-left:auto;color:var(--muted);font-size:9px}.favorite-empty{padding:11px;color:var(--muted);font-size:10px}
.pin{width:24px;height:24px;border:1px solid transparent;background:transparent;color:#858b95;font:16px/20px "Segoe UI Symbol","Segoe UI",sans-serif;cursor:pointer}.pin:hover,.pin:focus-visible{border-color:var(--line);color:#fff;outline:0}.pin.active{color:var(--red)}.favorite-card>.pin{position:absolute;top:8px;right:8px}.sensor-title{display:flex;align-items:flex-start;gap:7px}.sensor-title>.pin{flex:0 0 auto;margin:-3px 0 0 -5px}.sensor-copy{min-width:0}.id{font-family:var(--font-mono)}
.logs{border:1px solid var(--line);background:var(--panel);margin-bottom:18px}.logs-head{display:flex;align-items:center;gap:10px;min-height:38px;padding:4px 10px;background:var(--line)}.logs-title{font-size:10px;font-weight:700}.logs-head select{height:28px;min-width:0;flex:1;background:#29292a}.logs-state{color:var(--wait);font:10px var(--font-mono);white-space:nowrap}.logs-state.live{color:var(--green)}.logs-state.offline{color:var(--red)}.log-output{min-height:110px;max-height:330px;margin:0;padding:11px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;background:#1f1f20;color:#e6e6e6;font:10px/1.45 var(--font-mono)}
.toolbar{display:grid;grid-template-columns:minmax(0,1fr) 180px 150px;gap:5px;margin-bottom:6px}input,select{width:100%;height:34px;border:1px solid var(--line);background:var(--row);color:var(--text);padding:0 11px;font:12px var(--font-ui);outline:0}input:focus,select:focus{border-color:var(--red)}
.table-wrap{min-width:0;overflow-x:hidden;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;font-size:11px}.table-wrap>table{table-layout:fixed}.table-wrap>table th:first-child{width:40%}.table-wrap>table th:nth-child(2){width:20%}.table-wrap>table th:nth-child(3){width:15%}.table-wrap>table th:nth-child(4){width:12%}.table-wrap>table th:nth-child(5){width:13%}thead{position:sticky;top:0;z-index:1;background:var(--line);color:#fff}th,td{padding:7px 11px;border-bottom:1px solid #444445;text-align:left}tbody tr:nth-child(odd){background:#262627}tbody tr:nth-child(even){background:var(--row)}.numeric{text-align:right;font-variant-numeric:tabular-nums}.quality{color:var(--green)}.quality.stale{color:var(--wait)}.quality.invalid{color:var(--red)}.muted{color:var(--muted)}.empty{height:64px;color:var(--muted);text-align:center}
@media(max-width:900px){.ccd-grid{grid-template-columns:1fr}}@media(max-width:700px){main{width:min(100% - 18px,1180px);padding-top:12px}header{align-items:flex-start;gap:12px}.summary{grid-template-columns:1fr 1fr}.summary div:nth-child(2){border-right:0}.summary div:nth-child(-n+2){border-bottom:1px solid var(--line)}.favorite-grid{grid-template-columns:1fr 1fr}.toolbar{grid-template-columns:1fr 1fr}.toolbar input{grid-column:1/-1}.table-wrap th:nth-child(2),.table-wrap td:nth-child(2),.table-wrap th:nth-child(5),.table-wrap td:nth-child(5){display:none}.table-wrap>table th:first-child{width:55%}.table-wrap>table th:nth-child(3){width:25%}.table-wrap>table th:nth-child(4){width:20%}}@media(max-width:460px){h1{font-size:15px}#status{max-width:145px;font-size:10px}.favorite-grid{grid-template-columns:1fr}.favorites-head span:last-child{display:none}.toolbar{grid-template-columns:1fr}.toolbar input{grid-column:auto}.table-wrap th:nth-child(4),.table-wrap td:nth-child(4){display:none}.table-wrap>table th:first-child{width:65%}.table-wrap>table th:nth-child(3){width:35%}}
