:root{--bg: #303030;--panel: #3a3a3a;--border: #555;--accent: #4a6dff;--text: #f0f0f0}*{box-sizing:border-box}html,body{height:100%;margin:0}body{display:flex;flex-direction:column;min-height:100%;font-family:system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--text);background:var(--bg);user-select:none}button,select{font-family:inherit;font-size:.85rem;background:var(--panel);color:var(--text);border:1px solid var(--border);border-radius:4px;padding:.3rem .6rem;cursor:pointer}button:hover:not(:disabled),select:hover{background:#474747}button:disabled{opacity:.45;cursor:not-allowed}.content{flex:1;display:flex;min-height:0}main{flex:1;position:relative;background:#000;min-height:0;min-width:0}#qcPanel{flex:none;width:300px;overflow-y:auto;background:var(--bg);border-left:1px solid var(--border);padding:12px 14px 16px;font-size:.82rem}.qc-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:12px}.qc-title{margin:0;font-size:.95rem;font-weight:600;display:flex;align-items:baseline;gap:.5rem}.qc-about{flex:none;font-size:.78rem;padding:.25rem .6rem}.qc-opacity{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-size:.8rem;color:#c9d0e0}.qc-opacity label{flex:none}.qc-opacity input[type=range]{flex:1;min-width:0;accent-color:var(--accent)}.qc-titlesub{font-size:.68rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:#8a90a0}.qc-empty{margin:.5rem 0;color:#9098a8;line-height:1.4}.qc-group{background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:2px 10px;margin-bottom:12px}.qc-row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.06);cursor:help}.qc-row:last-child{border-bottom:0}.qc-k{color:#c9d0e0;font-weight:500}.qc-hint{margin-left:4px;font-size:.72rem;color:#7f8698}.qc-v{font-variant-numeric:tabular-nums;font-weight:600;color:#eaf0ff}.qc-subtitle{margin:0 0 6px;font-size:.78rem;font-weight:600;color:#c9d0e0}.qc-subnote{font-weight:400;color:#8a90a0}.qc-tissue{display:grid;grid-template-columns:2.2rem 1fr;align-items:center;gap:6px 8px;padding:5px 0}.qc-tlabel{grid-row:span 2;font-weight:600;color:#c9d0e0}.qc-bar{height:7px;border-radius:4px;background:#ffffff17;overflow:hidden}.qc-fill{height:100%;border-radius:4px}.qc-fill-gm{background:#6f8cff}.qc-fill-wm{background:#f0f0f0}.qc-fill-csf{background:#4bd0c4}.qc-tval{grid-column:2;font-size:.74rem;font-variant-numeric:tabular-nums;color:#aab2c4}.qc-note{margin:12px 0 0;font-size:.7rem;line-height:1.45;color:#838a9a}@media(max-width:720px){#qcPanel{display:none}}canvas{position:absolute;inset:0;width:100%;height:100%;cursor:crosshair}canvas:focus{outline:0}footer{border-top:1px solid var(--border);background:var(--bg)}div.footer{width:100%}table.footer{width:100%;table-layout:fixed;font-size:.8rem;border-collapse:collapse}table.footer th{font-weight:400;text-align:left;padding:4px 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:24px;vertical-align:middle}table.footer th:nth-child(2){text-align:center}table.footer th:last-child{text-align:right}.loading-circle{display:inline-block;width:18px;height:18px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite;vertical-align:middle;visibility:hidden}#statusMsg{font-size:.8rem;color:#b9c4ff}@keyframes spin{to{transform:rotate(360deg)}}.hidden,[hidden]{display:none!important}dialog{color:var(--text);background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:1.1rem 1.3rem;min-width:18rem;box-shadow:0 10px 40px #00000080}dialog::backdrop{background:#00000073}dialog p{margin:.5rem 0;display:flex;align-items:center;gap:.5rem}dialog h3{margin:0 0 .5rem}dialog a{color:#9ab0ff}dialog button{margin-top:.8rem;margin-right:.5rem}
