:root{--yellow:#f5c800;--ink:#171716;--paper:#f4f4f1;--line:#d7d7d1}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}.site-header{height:86px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,82px);border-bottom:1px solid var(--line)}.brand{font-size:30px;font-weight:800;letter-spacing:.08em;display:flex;gap:13px;align-items:center}.brand i{width:12px;height:35px;background:var(--yellow);transform:skew(-19deg);box-shadow:8px 0 var(--ink)}.header-meta{display:flex;gap:14px;align-items:center;font-size:11px;font-weight:700;letter-spacing:.18em}.live-dot{width:9px;height:9px;border-radius:50%;background:#29a35a;box-shadow:0 0 0 7px #29a35a20}.hero{padding:clamp(48px,7vw,108px) clamp(24px,8vw,130px);background:#fff}.eyebrow,.panel-heading,.vehicle-caption{font-size:12px;font-weight:700;letter-spacing:.14em}.hero h1{font-size:clamp(58px,8vw,126px);line-height:.84;letter-spacing:-.05em;text-transform:uppercase;margin:22px 0}.hero h1 strong{color:var(--yellow)}.hero p{max-width:700px;font-size:20px;line-height:1.6;color:#555}.monitor-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.65fr);min-height:650px}.vehicle-panel{background:#e9e9e5;padding:36px clamp(24px,4vw,65px);display:flex;flex-direction:column}.panel-heading,.vehicle-caption{display:flex;justify-content:space-between;align-items:center}.pill{padding:8px 13px;border:1px solid #aaa;border-radius:999px}.pill.online{background:#dff5e7}.pill.demo{background:#fff3bb}.truck{width:100%;max-height:470px;margin:auto;filter:drop-shadow(0 20px 14px #0002)}.liquid{transition:y 1s ease,height 1s ease}.vehicle-caption{border-top:1px solid #c6c6c1;padding-top:22px;color:#555}.data-panel{background:var(--yellow);padding:clamp(40px,5vw,78px) clamp(30px,5vw,70px);display:flex;flex-direction:column;justify-content:center}.level-label{font-size:12px;font-weight:700;letter-spacing:.18em}.level-value{font-size:clamp(96px,12vw,188px);font-weight:800;line-height:.85;letter-spacing:-.06em;margin-top:20px}.level-value small{font-size:.28em}.level-line{height:7px;background:#0002;margin:28px 0 38px}.level-line span{display:block;height:100%;background:var(--ink);transition:width 1s}.volume{display:flex;flex-direction:column}.volume strong{font-size:clamp(45px,5vw,70px)}.facts{margin-top:50px;border-top:1px solid #0003}.facts div{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #0003;font-size:12px}.facts label{text-transform:uppercase;letter-spacing:.12em}.story{background:var(--ink);color:#fff;padding:clamp(52px,8vw,120px) clamp(24px,8vw,130px);display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:end}.story h2{font-size:clamp(52px,6vw,92px);line-height:.9;text-transform:uppercase;margin:18px 0 0}.story span,.story code{color:var(--yellow)}.story p{font-size:18px;line-height:1.75;color:#c6c6c0}footer{background:#fff;padding:28px clamp(24px,5vw,82px);display:flex;justify-content:space-between;font-size:11px;letter-spacing:.18em}.boot{height:100vh;display:grid;place-items:center;font-weight:800;letter-spacing:.18em}#blazor-error-ui{display:none}@media(max-width:950px){.monitor-grid,.story{grid-template-columns:1fr}.vehicle-panel{min-height:510px}.data-panel{min-height:560px}.story{gap:40px}}@media(max-width:580px){.site-header{height:72px}.header-meta span:first-child{display:none}.hero h1{font-size:54px}.vehicle-panel{min-height:400px}.vehicle-caption span:last-child{display:none}.level-value{font-size:110px}footer{flex-direction:column;gap:18px}}
