.orc-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-bottom:10px;display:grid}.orc-grid label{gap:6px;display:grid}.orc-line{border-bottom:1px dashed var(--border);justify-content:space-between;gap:10px;padding:6px 0;display:flex}.orc-line:last-child{border-bottom:0}.orc-explainer{border-left:4px solid var(--accent);background:color-mix(in srgb, var(--bg-surface) 86%, var(--accent) 14%);color:var(--text);margin:0 0 12px;padding:10px 12px}.orc-explainer p{color:var(--text-dim);margin:4px 0 0;line-height:1.42}.orc-chart-card{margin:10px 0}.orc-chart-shell{border:1px solid var(--border);background:var(--bg-card);border-radius:8px;position:relative;overflow:hidden}.orc-chart-shell canvas{background:var(--bg-card);width:100%;height:300px;display:block}.orc-chart-actions{z-index:2;gap:.35rem;display:flex;position:absolute;top:.5rem;right:.5rem}.orc-fs-btn{border:1px solid var(--border);width:1.7rem;height:1.7rem;color:var(--text-dim);cursor:pointer;background:#00000073;border-radius:.4rem;justify-content:center;align-items:center;font-size:.85rem;transition:color .12s,background .12s;display:flex}.orc-fs-btn:hover{color:var(--text);background:#000000a6}.orc-native-fullscreen,.orc-fallback-fullscreen{background:var(--bg,#06101d);justify-content:center;align-items:center;width:100vw;height:100vh;padding:.75rem;display:flex}.orc-chart-shell:fullscreen{background:var(--bg,#06101d);justify-content:center;align-items:center;width:100vw;height:100vh;padding:.75rem;display:flex}.orc-fallback-fullscreen{z-index:10000;position:fixed;inset:0}.orc-native-fullscreen canvas,.orc-fallback-fullscreen canvas{width:100%;height:100%;max-height:100vh}.orc-chart-shell:fullscreen canvas{width:100%;height:100%;max-height:100vh}.orc-candidate{border-bottom:1px dashed var(--border);padding:8px 0}.orc-candidate:last-child{border-bottom:0}.orc-candidate-head,.orc-candidate-meta{justify-content:space-between;gap:10px;display:flex}.orc-candidate-meta{color:var(--text-dim);margin-top:2px;font-size:.9rem}.orc-bar{background:var(--border);border-radius:999px;height:6px;margin-top:6px;overflow:hidden}.orc-bar i{border-radius:inherit;background:var(--accent);height:100%;display:block}@media (width<=560px){.orc-candidate-head,.orc-candidate-meta{flex-direction:column;align-items:flex-start;gap:2px}}
