#t-bpc .toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--border-soft);background:var(--bg-subtle)}#t-bpc .spacer{flex:1}#t-bpc .io{display:grid;grid-template-columns:1fr 1fr;min-height:460px}#t-bpc .io>div{display:flex;flex-direction:column}#t-bpc .io-label{padding:12px 18px;font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}#t-bpc .pane{flex:1;display:flex}#t-bpc textarea{flex:1;width:100%;margin:0;border:none;outline:none;resize:none;font-family:var(--font-mono);font-size:13px;line-height:1.7;padding:0 18px 14px;background:var(--surface);color:var(--ink);white-space:pre;overflow:auto;tab-size:2;border-right:1px solid var(--border-soft)}#t-bpc .out{flex:1;width:100%;padding:0 18px 18px;background:var(--surface);overflow:auto;border-left:1px solid var(--border-soft);margin:0 0 0 -1px;font-family:var(--font-mono);font-size:12.5px;line-height:1.6}#t-bpc .io-foot{padding:8px 18px 14px;font-size:11.5px;color:var(--text-muted);font-family:var(--font-mono)}#t-bpc .idle{display:flex;align-items:center;justify-content:center;height:100%;min-height:240px;color:var(--text-muted);text-align:center;font-family:var(--font-mono);font-size:13px}#t-bpc .summary{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--r-md);border:1.5px solid var(--border);background:var(--bg-subtle);flex-wrap:wrap;margin-bottom:14px}#t-bpc .summary svg{width:20px;height:20px;flex-shrink:0}#t-bpc .summary.ok{border-color:var(--success);background:var(--success-bg)}#t-bpc .summary.err{border-color:var(--error);background:var(--error-bg)}#t-bpc .summary.warn{border-color:var(--warning);background:#fffbeb}#t-bpc .summary-text{flex:1;font-size:13px;font-weight:600;color:var(--text-1)}#t-bpc .counts{display:flex;gap:6px;flex-wrap:wrap}#t-bpc .badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--r-full);font-size:11px;font-weight:600}#t-bpc .badge.b-info{background:var(--c-dev-light);color:var(--c-dev)}#t-bpc .badge.b-err{background:#fee2e2;color:#b91c1c}#t-bpc .badge.b-warn{background:#fef3c7;color:#92400e}#t-bpc .badge.b-ok{background:#dcfce7;color:#166534}#t-bpc .issues{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}#t-bpc .issue{display:flex;align-items:flex-start;gap:9px;padding:9px 12px;border-radius:var(--r-md);border:1px solid var(--border);border-left:3px solid var(--border);background:var(--surface);font-size:12.5px;line-height:1.5}#t-bpc .issue svg{width:15px;height:15px;flex-shrink:0;margin-top:1px}#t-bpc .issue.error{border-left-color:var(--error);background:var(--error-bg);border-color:#fecaca}#t-bpc .issue.warning{border-left-color:var(--warning);background:#fffbeb;border-color:#fde68a}#t-bpc .issue.info{border-left-color:var(--c-dev);background:var(--c-dev-light);border-color:#bfdbfe}#t-bpc .issue-body{flex:1;min-width:0}#t-bpc .issue-msg{font-weight:600;color:var(--text-1)}#t-bpc .issue-detail{margin-top:3px;font-size:12px;color:var(--text-2)}#t-bpc .issue-line{margin-top:2px;font-size:11px;color:var(--text-muted)}#t-bpc .tree-wrap{border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}#t-bpc .tree-head{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;background:var(--bg-subtle);border-bottom:1px solid var(--border);font-size:12px;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.05em}#t-bpc .tree-head .n{font-weight:400;text-transform:none;letter-spacing:0}#t-bpc .tree-body{padding:12px 14px;max-height:260px;overflow-y:auto;line-height:1.7}#t-bpc .node{white-space:pre}#t-bpc .node .indent{color:var(--border)}#t-bpc .node .name{font-weight:600;color:var(--success)}#t-bpc .node.unknown .name{color:var(--text-muted)}#t-bpc .node .tag{font-size:10px;padding:1px 5px;border-radius:3px;background:var(--bg-muted);color:var(--text-muted);margin-left:4px}#t-bpc .node .meta{color:var(--text-muted);font-weight:400;font-size:11px}#t-bpc .status{display:flex;align-items:center;gap:10px;padding:13px 20px;border-top:1px solid var(--border-soft);font-size:14px;font-weight:500;background:var(--bg-subtle)}#t-bpc .status .dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}#t-bpc .status.ok{color:var(--success)}#t-bpc .status.ok .dot{background:var(--success)}#t-bpc .status.err{color:var(--error);background:var(--error-bg)}#t-bpc .status.err .dot{background:var(--error)}#t-bpc .status.warn{color:var(--warning)}#t-bpc .status.warn .dot{background:var(--warning)}#t-bpc .status.idle{color:var(--text-muted)}#t-bpc .status.idle .dot{background:var(--text-muted)}#t-bpc .copied{margin-left:auto;color:var(--success);font-weight:600;opacity:0;transition:opacity .2s}#t-bpc .copied.show{opacity:1}@media (max-width:820px){#t-bpc .io{grid-template-columns:1fr}#t-bpc textarea{border-right:none;border-bottom:1px solid var(--border-soft)}#t-bpc .out{border-left:none;margin-left:0}}
