:root{color-scheme:dark;--accent:#ff873d}*{box-sizing:border-box}body{margin:0;background:#000;color:#f5f5f5;font:16px/1.45 Arial,Helvetica,sans-serif}main{max-width:1600px;margin:auto;padding:32px 44px}h1{font-size:28px;line-height:1.25;margin:0 0 10px;letter-spacing:-.7px}p{margin:0;color:#858585}header p{font-size:18px;line-height:1.4}h2{font-size:20px;margin:0 0 12px}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;padding:32px 0 50px}.value{font-size:90px;line-height:1.1;letter-spacing:-4px;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums}.metric:first-child .value{color:#686868}.unit{font-size:28px;letter-spacing:0}.unit:not(:empty){display:inline-block;margin-inline-start:10px}h3{font-size:17px;margin:10px 0 2px}h3 span{color:#858585;font-weight:400}.metric p{font-size:16px}.chart{margin-bottom:48px}.legend{display:flex;gap:12px;align-items:center;margin:16px 0 0}.legend span{width:32px;border-top:1px dashed #888}.legend p{font-size:15px}svg{display:block;width:100%;height:auto}.note{font-size:16px;margin-top:16px}footer{font-size:12px;color:#777;padding-bottom:12px}footer p{margin:10px 0}details{margin:12px 0}summary{cursor:pointer}.settings{display:flex;flex-wrap:wrap;gap:14px;padding:16px 0}label{display:grid;gap:5px;font-size:12px}input,select{background:#111;border:1px solid #333;border-radius:3px;color:#eee;padding:8px;max-width:230px;font:inherit}input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}#error{padding:20px 0;color:#ffb78c}.plot{overflow-x:auto}@media(max-width:800px){main{padding:25px 20px}h1{font-size:23px}header p{font-size:14px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr));padding:28px 0;gap:24px}.value{font-size:64px}.unit{font-size:22px}.metric p{font-size:13px}h3{font-size:15px}.plot svg{min-width:760px}.note{font-size:13px}}
/* Compact filter strip aligned with the chart palette. */
.settings{gap:10px;padding:22px 0 4px;align-items:center}
.settings label{display:flex;align-items:center;gap:10px;background:#101010;border:1px solid #292929;border-radius:8px;padding:0 12px;color:#858585;font-size:12px;min-height:40px}
.settings label:focus-within{border-color:#ff873d;box-shadow:0 0 0 2px #ff873d20}
.settings label:hover{border-color:#555}
.settings select{appearance:none;-webkit-appearance:none;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='m3 4.5 3 3 3-3' fill='none' stroke='%23888888' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right center;border:0;border-radius:0;padding:10px 22px 10px 0;color:#e6e6e6;font-size:13px;font-weight:500;cursor:pointer;max-width:225px;outline:none}
.settings select:focus-visible{outline:none}
.settings option{background:#171717;color:#eee}
@media(max-width:600px){.settings{gap:8px}.settings label{justify-content:space-between;width:100%;min-height:42px}.settings select{max-width:75%;text-align:right}}
.settings select{background-image:none;padding-right:2px}
.settings label::after{content:"";width:6px;height:6px;border-right:1.5px solid #888;border-bottom:1.5px solid #888;transform:rotate(45deg);margin-left:2px;margin-top:-3px;pointer-events:none}
/* Fit the complete desktop overview to the available viewport height. */
@media(min-width:801px) and (min-height:650px){
  main{height:100dvh;max-width:1600px;padding:22px 36px 14px;display:flex;flex-direction:column;overflow:hidden}
  header{flex:none}h1{font-size:clamp(21px,2vw,28px);margin-bottom:6px}header p{font-size:14px}
  .settings{padding:16px 0 0;flex:none}.settings label{min-height:34px}.settings select{padding-top:7px;padding-bottom:7px}
  #dashboard{flex:1;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) minmax(0,1fr);gap:clamp(20px,2.8vh,32px)}
  #dashboard[hidden]{display:none}
  .metrics{padding:20px 0 4px;gap:24px}.value{font-size:clamp(46px,7.8vh,82px)}.unit{font-size:23px}h3{font-size:14px;margin-top:5px}.metric p{font-size:12px}
  .chart{margin:0;min-height:0;display:flex;flex-direction:column}
  h2{font-size:17px;margin:0 0 4px}.legend{margin:2px 0 0;gap:9px}.legend p{font-size:12px}
  .plot{flex:1;min-height:0;overflow:hidden}.plot svg{height:100%;width:100%}
  .note{font-size:11px;margin-top:8px;flex:none}
  footer{flex:none;font-size:10px;padding:0;margin-top:16px;display:flex;justify-content:space-between;gap:18px}footer p{margin:0}
}

/* Readable supporting text and a consistent comparison palette. */
p{color:#aaa}.value{color:#f5f5f5}.metric:nth-child(2) .value{color:var(--accent)}.metric:first-child .value{color:#969696}
@media(min-width:801px) and (min-height:650px){
  .metric p,.legend p{font-size:13px}.note,footer{font-size:12px}h3{font-size:15px}.metrics{padding:clamp(20px,2.8vh,32px) 0 0}footer{gap:24px}footer p:last-child{text-align:right}
}

/* Use one text baseline for filter captions and native select values. */
.settings label{align-items:baseline;font-size:13px;line-height:20px}
.settings label>span{line-height:20px}
.settings select{font-family:inherit;font-size:13px;line-height:20px}
.settings label::after{align-self:center}

#daily{position:relative}
.chart-tooltip{position:absolute;top:4px;left:8px;z-index:1;padding:6px 10px;border:1px solid #555;border-radius:6px;background:#202020;color:#fff;font-size:13px;line-height:20px;pointer-events:none}
.daily-hit:hover,.daily-hit:focus{fill:#ffffff12;outline:none}
.daily-hit:focus-visible{stroke:#ff873d;stroke-width:1px}
