.proto-bot-tabs{display:flex;gap:4px;padding:8px 0 12px;border-bottom:1px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.proto-bot-tabs::-webkit-scrollbar{display:none}.proto-bot-tab{flex-shrink:0;padding:8px 16px;background:transparent;border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition);min-height:44px}.proto-bot-tab:hover{background:var(--bg-surface-hover);border-color:var(--border-hover);color:var(--text-primary)}.proto-bot-tab.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.proto-bot-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0}.proto-bot-kpi-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:6px}.proto-bot-kpi-label{font-size:12px;color:var(--text-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.04em}.proto-bot-kpi-value{font-size:26px;font-weight:700;color:var(--text-primary);line-height:1.1}.proto-bot-kpi-delta{font-size:12px;color:var(--text-tertiary);margin-top:2px}.proto-bot-delta{color:var(--text-tertiary)}.proto-bot-delta--up{color:var(--green)}.proto-bot-delta--down{color:var(--red)}.proto-bot-section{margin:20px 0}.proto-bot-section-title{font-size:13px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.proto-bot-notice{background:var(--yellow-soft);border:1px solid var(--yellow);border-radius:var(--radius-xs);padding:10px 14px;font-size:13px;color:var(--text-primary);margin:10px 0}.proto-bot-collapsible{border:1px solid var(--border);border-radius:var(--radius-sm);margin:16px 0;overflow:hidden}.proto-bot-collapse-toggle{width:100%;background:var(--bg-surface);border:none;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:var(--text-primary);cursor:pointer;text-align:left;transition:background var(--transition);min-height:44px}.proto-bot-collapse-toggle:hover{background:var(--bg-surface-hover)}.proto-bot-toggle-icon{font-size:11px;color:var(--text-tertiary);transition:transform var(--transition)}.proto-bot-collapse-body{padding:16px;background:var(--bg-canvas);border-top:1px solid var(--border)}.proto-bot-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius-sm);border:1px solid var(--border)}.proto-bot-table{width:100%;border-collapse:collapse;font-size:13px}.proto-bot-table thead th{background:var(--bg-elevated);color:var(--text-secondary);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em;padding:10px 14px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.proto-bot-table tbody td{padding:11px 14px;color:var(--text-primary);border-bottom:1px solid var(--border);vertical-align:middle}.proto-bot-table tbody tr:last-child td{border-bottom:none}.proto-bot-table tbody tr:hover td{background:var(--bg-surface-hover)}.proto-bot-hist-row{cursor:pointer}.proto-bot-hist-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.proto-bot-table--inner thead th{font-size:11px;padding:8px 10px}.proto-bot-table--inner tbody td{font-size:12px;padding:8px 10px}.proto-bot-expand{background:var(--bg-canvas);padding:12px 16px;border-top:1px solid var(--border)}.proto-bot-expand-row td{padding:0}.proto-bot-status-badge{display:inline-block;padding:3px 8px;border-radius:var(--radius-xs);font-size:11px;font-weight:600;letter-spacing:.02em}.proto-bot-hit{background:var(--green-soft);color:var(--green)}.proto-bot-miss{background:var(--red-soft);color:var(--red)}.proto-bot-pending{background:var(--yellow-soft);color:var(--yellow)}.proto-bot-tier-badge{display:inline-block;padding:3px 10px;border-radius:var(--radius-xs);font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.proto-bot-tier-badge--safe{background:var(--green-soft);color:var(--green)}.proto-bot-tier-badge--balance{background:var(--accent-soft);color:var(--accent)}.proto-bot-tier-badge--attack{background:var(--yellow-soft);color:var(--yellow)}.proto-bot-tier-badge--lotto{background:var(--red-soft);color:var(--red)}.proto-bot-recent-list{display:flex;flex-direction:column;gap:2px}.proto-bot-recent-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xs);cursor:pointer;transition:background var(--transition),border-color var(--transition);min-height:44px;flex-wrap:wrap}.proto-bot-recent-row:hover{background:var(--bg-surface-hover);border-color:var(--border-hover)}.proto-bot-recent-round{font-weight:700;font-size:13px;color:var(--text-primary);min-width:56px}.proto-bot-recent-tickets{font-size:12px;color:var(--text-secondary)}.proto-bot-recent-deadline{font-size:12px;color:var(--text-tertiary);margin-left:auto}.proto-bot-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin:16px 0 4px}.proto-bot-page-btn{padding:8px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text-primary);font-size:13px;cursor:pointer;transition:background var(--transition),border-color var(--transition);min-height:44px}.proto-bot-page-btn:hover:not(:disabled){background:var(--bg-surface-hover);border-color:var(--border-hover)}.proto-bot-page-btn:disabled{opacity:.35;cursor:not-allowed}.proto-bot-page-info{font-size:13px;color:var(--text-secondary)}.proto-bot-filter-row{display:flex;align-items:center;gap:8px;margin:12px 0 16px;flex-wrap:wrap}.proto-bot-filter-input,.proto-bot-filter-select{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text-primary);font-size:13px;padding:8px 10px;min-height:44px;transition:border-color var(--transition)}.proto-bot-filter-input:focus,.proto-bot-filter-select:focus{outline:none;border-color:var(--accent)}.proto-bot-filter-input{width:130px}.proto-bot-filter-btn{padding:8px 14px;background:var(--accent);border:none;border-radius:var(--radius-xs);color:#fff;font-size:13px;font-weight:600;cursor:pointer;min-height:44px;transition:opacity var(--transition)}.proto-bot-filter-btn:hover{opacity:.85}.proto-bot-filter-btn--ghost{background:var(--bg-surface);border:1px solid var(--border);color:var(--text-secondary)}.proto-bot-filter-btn--ghost:hover{background:var(--bg-surface-hover);border-color:var(--border-hover);opacity:1}.proto-bot-detail-header{padding:16px 0 12px;border-bottom:1px solid var(--border);margin-bottom:16px;display:flex;flex-direction:column;gap:6px}.proto-bot-detail-round{font-size:18px;font-weight:700;color:var(--text-primary)}.proto-bot-detail-meta{font-size:13px;color:var(--text-secondary)}.proto-bot-detail-matches{display:flex;flex-direction:column;gap:8px}.proto-bot-accordion{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.proto-bot-accordion-trigger{width:100%;background:var(--bg-surface);border:none;padding:14px 16px;display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-primary);cursor:pointer;text-align:left;transition:background var(--transition);min-height:44px}.proto-bot-accordion-trigger:hover{background:var(--bg-surface-hover)}.proto-bot-accordion-label{font-weight:600;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proto-bot-accordion-meta{font-size:12px;color:var(--text-secondary);white-space:nowrap;flex-shrink:0}.proto-bot-accordion-icon{font-size:11px;color:var(--text-tertiary);flex-shrink:0}.proto-bot-accordion-body{padding:16px;background:var(--bg-canvas);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:16px}.proto-bot-accordion-section{display:flex;flex-direction:column;gap:8px}.proto-bot-subsection-title{font-size:12px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.proto-bot-score-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.proto-bot-score-item{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-xs);padding:10px 12px;display:flex;flex-direction:column;gap:4px}.proto-bot-score-label{font-size:11px;color:var(--text-tertiary)}.proto-bot-score-val{font-size:15px;font-weight:700;color:var(--text-primary)}.proto-bot-persona-list{display:flex;flex-direction:column;gap:6px}.proto-bot-persona-item{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-xs);padding:10px 12px;display:grid;grid-template-columns:120px 80px 1fr;gap:8px;align-items:start}.proto-bot-persona-name{font-size:12px;font-weight:600;color:var(--text-secondary)}.proto-bot-persona-verdict{font-size:13px;font-weight:700;color:var(--accent)}.proto-bot-persona-reason{font-size:12px;color:var(--text-secondary);line-height:1.5}.proto-bot-final-judgment{background:var(--accent-soft);border:1px solid var(--accent);border-radius:var(--radius-xs);padding:12px 14px;display:flex;flex-direction:column;gap:6px}.proto-bot-final-pred{font-size:16px;font-weight:700;color:var(--accent)}.proto-bot-final-reason{font-size:13px;color:var(--text-secondary);line-height:1.5}.proto-bot-settings{display:flex;flex-direction:column;gap:20px;padding-top:8px}.proto-bot-settings-group{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px;display:flex;flex-direction:column;gap:14px}.proto-bot-settings-legend{font-size:13px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;padding:0 4px;margin-bottom:4px}.proto-bot-settings-row{display:grid;grid-template-columns:200px 1fr;align-items:center;gap:16px}.proto-bot-settings-row--full{grid-template-columns:1fr}.proto-bot-settings-row--danger .proto-bot-settings-input{border-color:var(--red)}.proto-bot-settings-label{font-size:13px;font-weight:500;color:var(--text-primary);display:flex;align-items:center;gap:6px}.proto-bot-settings-warn-icon{color:var(--yellow);font-size:14px;cursor:help}.proto-bot-settings-input{background:var(--bg-canvas);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text-primary);font-size:13px;padding:8px 10px;width:100%;max-width:200px;min-height:44px;transition:border-color var(--transition)}.proto-bot-settings-input:focus{outline:none;border-color:var(--accent)}.proto-bot-settings-input--danger:focus{border-color:var(--red)}.proto-bot-settings-textarea{background:var(--bg-canvas);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text-primary);font-size:12px;font-family:Courier New,monospace;padding:10px 12px;width:100%;resize:vertical;min-height:120px;transition:border-color var(--transition);line-height:1.6}.proto-bot-settings-textarea:focus{outline:none;border-color:var(--accent)}.proto-bot-settings-warn{font-size:12px;color:var(--yellow);margin-top:4px}.proto-bot-settings-hint{font-size:12px;color:var(--text-tertiary);margin-top:6px;line-height:1.5}.proto-bot-settings-actions{display:flex;align-items:center;gap:10px;padding-bottom:24px}.proto-bot-toggle{display:inline-flex;align-items:center;cursor:pointer;position:relative;width:44px;height:24px;flex-shrink:0}.proto-bot-toggle input{position:absolute;opacity:0;width:0;height:0}.proto-bot-toggle-track{display:block;width:44px;height:24px;background:var(--border);border-radius:12px;position:relative;transition:background var(--transition)}.proto-bot-toggle-track:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform var(--transition);box-shadow:var(--shadow)}.proto-bot-toggle input:checked+.proto-bot-toggle-track{background:var(--accent)}.proto-bot-toggle input:checked+.proto-bot-toggle-track:after{transform:translate(20px)}.proto-bot-toggle--warning .proto-bot-toggle-track{background:var(--yellow)}.proto-bot-toggle input:focus-visible+.proto-bot-toggle-track{outline:2px solid var(--accent);outline-offset:2px}.proto-bot-action-btn{padding:10px 20px;border-radius:var(--radius-xs);font-size:14px;font-weight:600;cursor:pointer;border:none;min-height:44px;transition:opacity var(--transition),background var(--transition)}.proto-bot-action-btn--primary{background:var(--accent);color:#fff}.proto-bot-action-btn--primary:hover:not(:disabled){opacity:.85}.proto-bot-action-btn--ghost{background:var(--bg-surface);border:1px solid var(--border);color:var(--text-secondary)}.proto-bot-action-btn--ghost:hover:not(:disabled){background:var(--bg-surface-hover);border-color:var(--border-hover)}.proto-bot-action-btn:disabled{opacity:.4;cursor:not-allowed}.proto-bot-trigger-wrap{padding:8px 0;display:flex;flex-direction:column;gap:16px}.proto-bot-progress{border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px;background:var(--bg-surface);display:flex;flex-direction:column;gap:12px}.proto-bot-progress-title{font-size:13px;font-weight:600;color:var(--text-primary)}.proto-bot-progress-phases{display:flex;flex-direction:column;gap:6px}.proto-bot-phase-item{display:flex;align-items:center;gap:10px;padding:8px 0}.proto-bot-phase-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:var(--border);transition:background var(--transition)}.proto-bot-phase-label{font-size:13px;color:var(--text-secondary);transition:color var(--transition)}.proto-bot-phase-item--active .proto-bot-phase-dot{background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft);animation:pb-pulse 1.5s ease-in-out infinite}.proto-bot-phase-item--active .proto-bot-phase-label{color:var(--accent);font-weight:600}.proto-bot-phase-item--done .proto-bot-phase-dot{background:var(--green)}.proto-bot-phase-item--done .proto-bot-phase-label{color:var(--green)}.proto-bot-phase-item--error .proto-bot-phase-dot{background:var(--red)}.proto-bot-phase-item--error .proto-bot-phase-label{color:var(--red)}@keyframes pb-pulse{0%,to{box-shadow:0 0 0 2px var(--accent-soft)}50%{box-shadow:0 0 0 6px var(--accent-soft)}}.proto-bot-progress-log{font-size:12px;color:var(--text-tertiary);font-family:Courier New,monospace;min-height:20px;padding:6px 0}.proto-bot-toast{position:fixed;bottom:24px;right:24px;padding:12px 20px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-primary);box-shadow:var(--shadow-lg);z-index:9999;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;max-width:320px}.proto-bot-toast--visible{opacity:1;transform:translateY(0);pointer-events:auto}.proto-bot-toast--ok{border-color:var(--green);background:var(--green-soft);color:var(--green)}.proto-bot-toast--err{border-color:var(--red);background:var(--red-soft);color:var(--red)}@media(max-width:768px){.proto-bot-kpi-grid{grid-template-columns:repeat(2,1fr)}.proto-bot-settings-row{grid-template-columns:1fr;gap:6px}.proto-bot-settings-input{max-width:100%}.proto-bot-score-grid{grid-template-columns:repeat(2,1fr)}.proto-bot-persona-item{grid-template-columns:1fr}.proto-bot-table--history thead{display:none}.proto-bot-table--history tbody tr.proto-bot-hist-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--border)}.proto-bot-table--history tbody tr.proto-bot-hist-row td{display:inline-flex;align-items:center;border-bottom:none;padding:0;font-size:13px}.proto-bot-table--history tbody tr.proto-bot-hist-row td:first-child{font-weight:700;font-size:15px;width:100%}.proto-bot-expand-row{display:table-row}.proto-bot-expand-row td{display:block;width:100%;padding:8px 12px}.proto-bot-expand .proto-bot-table--inner{font-size:13px}.proto-bot-toast{right:12px;bottom:12px;left:12px;max-width:none}}@media(max-width:480px){.proto-bot-kpi-grid{grid-template-columns:1fr 1fr;gap:8px}.proto-bot-kpi-value{font-size:20px}.proto-bot-tab{padding:8px 12px;font-size:12px}.proto-bot-score-grid{grid-template-columns:repeat(2,1fr)}.proto-bot-accordion-trigger{flex-wrap:wrap;gap:6px}.proto-bot-accordion-meta{width:100%;font-size:11px}.proto-bot-settings-actions{flex-direction:column;align-items:stretch}.proto-bot-action-btn{width:100%;text-align:center}.proto-bot-filter-row{flex-direction:column;align-items:stretch}.proto-bot-filter-input,.proto-bot-filter-select{width:100%}.proto-bot-pagination{gap:10px}.proto-bot-page-btn{padding:8px 12px;font-size:12px}.proto-bot-round-grid{grid-template-columns:repeat(2,1fr)!important}}.proto-bot-round-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;max-height:360px;overflow-y:auto;padding:2px}.proto-bot-round-card{border:1px solid var(--border);border-radius:10px;padding:12px;cursor:pointer;transition:border-color .15s,box-shadow .15s;background:var(--bg-primary)}.proto-bot-round-card:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.proto-bot-round-card--selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent);background:color-mix(in srgb,var(--accent) 6%,var(--bg-primary))}@media(prefers-reduced-motion:reduce){.proto-bot-phase-item--active .proto-bot-phase-dot{animation:none!important}.proto-bot-toast{transform:none}}.proto-bot-round-card--analyzed{opacity:.85}.proto-bot-round-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.proto-bot-round-card-num{font-weight:700;font-size:15px}.proto-bot-round-card-body{display:flex;gap:10px;font-size:12px;color:var(--text-secondary)}.proto-bot-trigger-selected{padding:10px 14px;background:var(--bg-secondary);border-radius:8px;font-size:14px}
