.studio-page{max-width:1280px;margin:0 auto;padding:28px 24px 96px}.studio-crumb{font-size:12px;color:var(--text-3);margin-bottom:10px}.studio-crumb a{color:var(--text-3);text-decoration:none}.studio-crumb a:hover{color:var(--text-2);text-decoration:underline}.studio-head{display:flex;align-items:flex-start;gap:14px;flex-wrap:wrap;margin-bottom:6px}.studio-head h1{font-size:22px;font-weight:600;margin:0}.studio-head .sub{font-size:13px;color:var(--text-2);margin:4px 0 0}.studio-head-spacer{flex:1}.studio-ticker{background:var(--blue-light);color:var(--blue);font-weight:600;padding:4px 12px;border-radius:8px;font-family:IBM Plex Mono,monospace;font-size:14px}.studio-note{font-size:12px;color:var(--text-3);margin-top:24px;line-height:1.65;max-width:80ch}.studio-search{width:100%;max-width:360px;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font:inherit;font-size:13px;margin:18px 0 12px}.fleet-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.fleet-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:8px;text-decoration:none;color:var(--text);transition:border-color .15s}.fleet-card:hover{border-color:var(--border-hover)}.fleet-card .row{display:flex;align-items:center;gap:10px}.fleet-card .name{font-size:12.5px;color:var(--text-2)}.fleet-card .meta{font-family:IBM Plex Mono,monospace;font-size:11px;color:var(--text-3);margin-top:auto;padding-top:6px}.fleet-card .stats{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:var(--text-2)}.fleet-card .stats b{color:var(--text)}.fleet-card .stats b,.vchip{font-family:IBM Plex Mono,monospace;font-weight:600}.vchip{display:inline-block;font-size:11px;padding:3px 10px;border-radius:6px}.vchip-ready{background:var(--green-light);color:var(--green)}.vchip-decisions{background:var(--orange-light);color:var(--orange)}.vchip-failures{background:var(--red-light);color:var(--red)}.vchip-norm{background:var(--blue-light);color:var(--blue)}.studio-tabs{display:flex;gap:2px;border-bottom:1px solid var(--border);margin-top:16px}.studio-tab{padding:9px 16px;background:none;border-radius:0;border:none;border-bottom:2px solid transparent;color:var(--text-3);font-size:13.5px;text-decoration:none;cursor:pointer}.studio-tab:hover{color:var(--text-2);border-bottom-color:var(--border-hover)}.studio-tab.on{color:var(--text);border-bottom-color:var(--blue);font-weight:600}.studio-tab .n{display:inline-block;background:var(--orange-light);color:var(--orange);font-size:10.5px;font-weight:700;border-radius:9px;padding:1px 7px;margin-left:6px;vertical-align:1px}.studio-tab .nr{background:var(--red-light);color:var(--red)}.studio-tablewrap{background:var(--surface);border:1px solid var(--border);border-top:none;border-radius:0 0 12px 12px;padding:6px 20px 16px;overflow-x:auto}table.stmt{width:100%;border-collapse:collapse;font-size:13.5px}table.stmt th{font-size:11.5px;font-weight:600;color:var(--text-3);text-align:right;padding:8px 10px;border-bottom:1px solid var(--border);white-space:nowrap}table.stmt th:first-child{text-align:left}table.stmt td{padding:6px 10px;border-bottom:1px solid var(--border);text-align:right;font-family:IBM Plex Mono,monospace;font-size:13px;white-space:nowrap}table.stmt td.lbl{text-align:left;font-family:inherit;font-size:13.5px;min-width:240px;color:var(--text)}table.stmt td .c{display:block;font-size:10.5px;color:var(--text-3);font-family:IBM Plex Mono,monospace;line-height:1.3}tr.subtotal td{border-top:1px solid var(--text-2);font-weight:600}tr.tieout td{border-top:none;border-bottom:none;padding-top:4px;padding-bottom:10px}tr.tieout td.lbl{font-size:11px;font-weight:400}td.empty,tr.tieout td.lbl{color:var(--text-3)}.tieok{color:var(--green)}.tiebad,.tieok{font-weight:600}.tiebad{color:var(--red)}.studio-legend,.tiestrip{color:var(--text-3)}.studio-legend{font-size:11.5px;margin:10px 2px;line-height:1.7}.studio-legend .vchip{margin-right:8px}.studio-section{margin-top:28px}.studio-section h2{font-size:16px;font-weight:600;margin:0 0 4px}.studio-section .lead{font-size:12.5px;color:var(--text-2);margin:4px 0 12px}.queue{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:14px}.dcard{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.dcard .dtag{font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--blue)}.dcard .dtitle{font-size:14px;font-weight:600;margin:0;color:var(--text)}.dcard .why{font-size:12px;color:var(--text-2);line-height:1.55;margin:0}.dcard .evgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin:4px 0}.dcard .evcard{border:1px solid var(--border);border-radius:10px;padding:9px 11px;background:var(--surface)}.dcard .evcard.fallback{border-color:var(--green);background:var(--green-light)}.dcard .evcard .v{font-family:IBM Plex Mono,monospace;font-size:15px;font-weight:600;color:var(--text)}.dcard .evcard .f{font-size:11px;color:var(--text-2);margin-top:2px}.dcard .fchecks{font-family:IBM Plex Mono,monospace;font-size:11px;color:var(--text-3);line-height:1.5;margin:2px 0 0}.dcard .causes{background:var(--bg);border-radius:8px;padding:8px 10px;font-size:11.5px;color:var(--text-2);line-height:1.55}.dcard .causes b{color:var(--text);font-weight:600}.dcard .yaml{background:var(--bg);border:1px dashed var(--border);border-radius:8px;padding:8px 10px;font-family:IBM Plex Mono,monospace;font-size:11px;line-height:1.55;white-space:pre-wrap;color:var(--text-2);margin-top:2px}.appendix-block{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;margin-top:6px}.appendix-list{font-family:IBM Plex Mono,monospace;font-size:11.5px;color:var(--text-2);line-height:1.7;max-height:220px;overflow-y:auto}.appendix-list .lo{color:var(--text-3)}.ledger{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.ledger .row{border-top:1px solid var(--border);padding:8px 0;font-size:12.5px;color:var(--text-2);line-height:1.5}.ledger .row:first-child{border-top:none}.ledger .row b{color:var(--text);font-weight:600}.ledger .row .mono{color:var(--text-3)}.ledger .row .mono,.ledger .row .nid{font-family:IBM Plex Mono,monospace;font-size:11.5px}.ledger .row .nid{color:var(--blue)}.banner{border-radius:10px;padding:12px 16px;font-size:13.5px;font-weight:500;margin:14px 0 6px}.banner-ready{background:var(--green-light);color:var(--green)}.banner-norm{background:var(--blue-light);color:var(--blue)}.banner-norm code{background:var(--surface);border:1px solid var(--border);padding:1px 6px;border-radius:4px;font-family:IBM Plex Mono,monospace;font-size:12px}