/* Módulos directos en cabina: comparten tokens y piezas con card-live.css */
.vmodule .vhero{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.vgauge{display:flex;align-items:center;gap:22px}
.vring-face.big{width:92px;height:92px}
.vring-face.big .vring-svg{width:92px;height:92px}
.vring-face.big strong{font-size:30px}
.vgauge-label{display:block;font-size:26px;font-weight:560;letter-spacing:-.02em;margin:6px 0 4px}
.vgrid.two{grid-template-columns:1fr 1fr;margin-top:0}
.vbars.fg{height:120px;margin-top:18px;padding-bottom:22px}
.vbars.fg .vbar i{width:10px;border-radius:3px 3px 0 0}
.vbars.fg .vbar span{font-size:8px}
.vmodule .vlist{margin-top:18px}
.vmodule .vgrid+.vlist{margin-top:18px}
.vcal{list-style:none;margin:0;padding:0;max-height:320px;overflow:auto}
.vcal li{display:grid;grid-template-columns:minmax(0,1fr) 84px 118px;gap:10px;align-items:center;min-height:44px;padding:9px 6px;border-top:1px solid var(--vc-line);font-size:13px}
.vcal li:first-child{border-top:0}
.vcal li strong{color:#fff;font-weight:560}
.vcal li span{color:var(--vc-muted);font-size:11px}
.vcal li em{font-style:normal;color:var(--vc-muted);font-size:11px;text-align:right}
.vcal li.past strong{color:var(--vc-muted);font-weight:500}
.vcal li.next{background:#ffffff0d;border-radius:10px;border-top-color:transparent}
.vcal li.next span{color:var(--vc-green);font-weight:600}
@media(max-width:760px){.vmodule .vhero{grid-template-columns:1fr}.vgrid.two{grid-template-columns:1fr 1fr}.vcal li{grid-template-columns:minmax(0,1fr) 70px 90px;font-size:12px}.vgauge{gap:16px}.vbars.fg{gap:3px;padding-bottom:6px;height:100px}.vbars.fg .vbar{flex:1 1 6px;min-width:6px}.vbars.fg .vbar i{width:5px}.vbars.fg .vbar span{display:none}}
/* Páginas informativas: prompt publicado y estado real */
.prompt-box{white-space:pre-wrap;overflow:auto;max-height:520px;font:13px/1.65 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#0e1d33;color:#e8eef8;border-radius:14px;padding:18px 20px;margin:12px 0 18px;overflow-wrap:anywhere}
.prompt-filters{margin:8px 0 0;padding-left:20px;font-size:14px;line-height:1.7}
.prompt-filters li{margin:6px 0}
.status-alert{border:1px solid #ed813566;background:#ed813514;border-radius:12px;padding:14px 16px;font-size:14px;line-height:1.6;margin:18px 0}
.status-h2{font-size:20px;letter-spacing:-.02em;margin:28px 0 10px}
.status-table{width:100%;border-collapse:collapse;font-size:13px;min-width:640px}
.status-table th,.status-table td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--line,#dce2ea);vertical-align:top}
.status-table tr.ok td:nth-child(2){color:#1f8a5b;font-weight:600}
.status-table tr.warn td:nth-child(2){color:#b5651d;font-weight:600}
.status-table tr.bad td:nth-child(2){color:#b42318;font-weight:600}
.status-v4>div.warn{border-color:#ed813566}
.status-v4>div.ok strong::before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#1f8a5b;margin-right:8px;vertical-align:middle}
.status-v4>div.warn strong::before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#ed8135;margin-right:8px;vertical-align:middle}
/* Heatmap de liquidaciones (Bybit): rejilla precio × tiempo con scroll interno; histograma por fila en móvil */
.vmodule-heat{margin-top:12px}
.vheat-controls{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:6px 0 12px}
.vheat-controls .vranges button:disabled{opacity:.5;cursor:not-allowed}
.vheat-controls .vranges.muted button{font-size:11px}
.vheat-scroll{overflow-x:auto;overflow-y:hidden;padding-bottom:6px}
.vheat-grid{display:grid;grid-template-columns:70px repeat(var(--cols),minmax(13px,1fr));gap:1px;min-width:520px;align-items:stretch}
.vheat-price{font-size:10px;color:var(--vc-muted);line-height:11px;padding-right:6px;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}
.vheat-price.poc{color:#e4c76b;font-weight:600}
.vheat-price.cur{color:#fff;font-weight:600;text-decoration:underline}
.vheat-grid i{display:block;height:11px;border-radius:1px;background:rgba(255,216,180,var(--a,0))}
.vheat-grid i.long{background:rgba(237,129,53,var(--a,0))}
.vheat-grid i.short{background:rgba(143,180,232,var(--a,0))}
.vheat-hist{display:none;list-style:none;margin:0;padding:0}
.vheat-hist li{display:grid;grid-template-columns:64px minmax(0,1fr) 84px;gap:8px;align-items:center;min-height:16px;font-size:10px;color:var(--vc-muted)}
.vheat-hist li.cur span{color:#fff;font-weight:600}
.vheat-hist li i{display:block;height:8px;border-radius:2px;background:rgba(255,216,180,.85);min-width:0}
.vheat-hist li i.long{background:var(--vc-orange)}
.vheat-hist li i.short{background:#8fb4e8}
.vheat-hist li em{font-style:normal;text-align:right;white-space:nowrap}
.vheat-axis{display:flex;justify-content:space-between;gap:10px;font-size:10.5px;color:var(--vc-muted);margin-top:8px;flex-wrap:wrap}
@media(max-width:760px){.vheat-scroll{display:none}.vheat-hist{display:block}.vheat-axis>span:nth-child(2){order:3;width:100%}}
