@import url("./fonts/400.css");
*{box-sizing:border-box}body{margin:0;background:#0b1421;color:#e9f1f5;font:14px 'Noto Sans SC',-apple-system,BlinkMacSystemFont,'PingFang SC',sans-serif;overflow:hidden}#scene{position:fixed;inset:0}canvas{display:block}header{position:absolute;top:0;left:0;right:0;height:74px;display:flex;justify-content:space-between;align-items:center;padding:0 32px;background:linear-gradient(#0a1427ef,#0a142755);border-bottom:1px solid #91bed824;pointer-events:none}.brand{font-size:28px;font-weight:750;letter-spacing:4px;color:#b5eaf1}.divider{margin:0 20px;color:#678}.tag{font-size:11px;color:#7fb5c3;border:1px solid #426775;padding:4px 9px;margin-left:15px;border-radius:3px}#fps{font:12px monospace;color:#b7cedb}aside{position:absolute;top:98px;left:25px;width:235px;padding:24px;background:#101e2cdd;border:1px solid #aacfe222;border-radius:9px;backdrop-filter:blur(12px)}.eyebrow{font-size:10px;letter-spacing:2px;color:#71c7d0;margin:0}h1{font-size:22px;font-weight:550;margin:13px 0}.sub{line-height:1.9;color:#a3b7c5;font-size:12px}.rule{height:1px;background:#7292a433;margin:20px 0}.label{font-size:11px;color:#8fa8b9;margin:18px 0 9px}.views{display:flex;flex-wrap:wrap;gap:7px}button{border:1px solid #7899aa44;border-radius:4px;color:#dce8ed;background:#21384c;padding:9px 10px;cursor:pointer;font:inherit;font-size:12px}button:hover,button.active{background:#276075;border-color:#70c5d2}button:focus-visible{outline:2px solid #9decf5;outline-offset:3px}button:disabled{opacity:.4;cursor:wait}.devices{display:grid;grid-template-columns:1fr 1fr;gap:7px}.devices button{text-align:left;font-size:11px}.devices span{color:#75b4bf;font:10px monospace;margin-right:7px}#selection{font-size:11px;color:#8fc9d1;line-height:1.7;margin-bottom:0;min-height:35px}#loading{position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);background:#102437ee;padding:22px 30px;border-radius:8px;max-width:70vw;line-height:1.8}footer{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;padding:17px 30px;color:#b3c6d2;background:linear-gradient(transparent,#071321dd);font-size:11px;pointer-events:none}@media(max-width:700px){header{height:60px;padding:0 16px}.tag{display:none}aside{left:12px;top:75px;width:180px;padding:15px}.eyebrow{font-size:8px}h1{font-size:18px}.sub,.rule{display:none}footer{padding:12px;display:block;line-height:1.8}footer span{display:block}.devices{grid-template-columns:1fr}.devices button{padding:7px}#fps{font-size:10px}}
