.dashboard-sample{--bg: #f6f7fb;--card: #fff;--text: #0f172a;--muted: rgba(15, 23, 42, .55);--primary: rgb(37, 99, 235);--success: rgb(16, 185, 129);--danger: rgb(239, 68, 68);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:var(--bg);min-height:100vh}.dashboard-sample *{box-sizing:border-box}.dashboard-sample .app-shell{min-height:100vh}.dashboard-sample .app-header{padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.06);background:#fff}.dashboard-sample .app-title{font-weight:800;font-size:18px}.dashboard-sample .app-sub{font-size:12px;color:var(--muted);margin-top:2px}.dashboard-sample .app-main{padding:18px}.dashboard-sample .grid-3{display:grid;grid-template-columns:320px 1fr 360px;gap:14px;align-items:start}@media (max-width: 1200px){.dashboard-sample .grid-3{grid-template-columns:1fr}}.dashboard-sample .col{display:flex;flex-direction:column;gap:14px}.dashboard-sample .card{background:var(--card);border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:14px;box-shadow:0 8px 24px #0f172a0a}.dashboard-sample .card-title{font-weight:800;font-size:14px;margin-bottom:10px}.dashboard-sample .muted{color:var(--muted);font-size:12px}.dashboard-sample .row-between{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-sample .row-end{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.dashboard-sample .nowrap{white-space:nowrap}.dashboard-sample .btn{border:1px solid rgba(0,0,0,.1);background:#fff;padding:8px 12px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;transition:background .15s}.dashboard-sample .btn:hover{background:#00000005}.dashboard-sample .btn.ghost{background:transparent;border-color:transparent}.dashboard-sample .btn.ghost:hover{background:#0000000a}.dashboard-sample .badge{background:#2563eb1f;color:var(--primary);border:1px solid rgba(37,99,235,.25);font-size:12px;padding:4px 8px;border-radius:999px;font-weight:800}.dashboard-sample .kpi{display:flex;flex-direction:column;align-items:center;gap:8px}.dashboard-sample .kpi-sub{display:flex;align-items:center;gap:8px}.dashboard-sample .pill{background:#10b9811f;color:var(--success);padding:4px 8px;border-radius:999px;font-weight:800;font-size:12px;border:1px solid rgba(16,185,129,.25)}.dashboard-sample .pill.new{background:#ef44441a;color:var(--danger);border-color:#ef444438}.dashboard-sample .svg-muted{fill:#0f172a8c;font-size:12px}.dashboard-sample .table{display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.06);border-radius:10px;overflow:hidden}.dashboard-sample .tr{display:grid;grid-template-columns:1fr 120px 100px 1fr;gap:10px;padding:10px 12px;border-top:1px solid rgba(0,0,0,.06);align-items:center}.dashboard-sample .tr.th{background:#00000005;font-weight:800;font-size:13px;border-top:none}.dashboard-sample .right{text-align:right}.dashboard-sample .tag{font-size:11px;font-weight:800;padding:4px 8px;border-radius:999px;border:1px solid}.dashboard-sample .tag.ok{background:#10b9811a;color:var(--success);border-color:#10b98140}.dashboard-sample .tag.ng{background:#ef44441a;color:var(--danger);border-color:#ef444440}.dashboard-sample .stack{display:flex;flex-direction:column;gap:12px;margin-top:10px}.dashboard-sample .action{padding:12px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#00000003}.dashboard-sample .action.high{border-left:4px solid var(--danger)}.dashboard-sample .action.mid{border-left:4px solid rgb(245,158,11)}.dashboard-sample .action.low{border-left:4px solid var(--success)}.dashboard-sample .action-title{font-weight:700;font-size:14px}.process-analysis{min-height:100vh;background:#f8fafc}.app-shell{max-width:1400px;margin:0 auto;padding:0 24px}.app-header{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-bottom:1px solid #e2e8f0}.header-left{display:flex;align-items:center;gap:16px}.btn-back{background:none;border:none;font-size:20px;cursor:pointer;padding:8px;border-radius:8px;color:#64748b}.btn-back:hover{background:#e2e8f0;color:#334155}.app-title{font-size:24px;font-weight:700;color:#1e293b}.app-sub{font-size:14px;color:#64748b;margin-top:4px}.chart-scope-banner{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#ebf5ff;border:1px solid #93c5fd;border-radius:8px;font-size:14px;color:#1e40af;margin-top:12px}.btn-scope-clear{margin-left:auto;padding:4px 12px;font-size:13px;background:#fff;border:1px solid #93c5fd;border-radius:6px;color:#1e40af;cursor:pointer;white-space:nowrap}.btn-scope-clear:hover{background:#dbeafe}.tab-nav{display:flex;gap:4px;padding:16px 0;border-bottom:1px solid #e2e8f0;overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-btn{padding:10px 20px;border:none;background:none;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;border-radius:8px;transition:all .2s}.tab-btn:hover{background:#f1f5f9;color:#334155}.tab-btn.active{background:#6366f1;color:#fff}.app-main{padding:24px 0}.grid-overview{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:24px}@media (max-width: 1200px){.grid-overview{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.grid-overview{grid-template-columns:1fr}}.col{display:flex;flex-direction:column;gap:16px}.tab-content{min-height:500px;max-height:calc(100vh - 180px);overflow-y:auto}.card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0}.card-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px}.card-title.small{font-size:14px;margin-bottom:12px}.card-description{color:#64748b;font-size:14px;margin-bottom:20px}.btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover{background:#4f46e5}.btn-primary:disabled{background:#a5b4fc;cursor:not-allowed}.btn-secondary{background:#f1f5f9;color:#334155}.btn-secondary:hover{background:#e2e8f0}.btn-danger{background:#fef2f2;color:#dc2626}.btn-danger:hover{background:#fee2e2}.btn-small{padding:6px 12px;font-size:12px}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.stat-item{text-align:center;padding:16px;background:#f8fafc;border-radius:8px}.stat-value{font-size:28px;font-weight:700;color:#1e293b}.stat-label{font-size:12px;color:#64748b;margin-top:4px}.maturity-levels{display:flex;flex-direction:column;gap:8px}.level-item{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;background:#f8fafc;transition:all .2s}.level-item.current{background:#f1f5f9;border:2px solid #6366f1}.level-badge{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:12px}.level-name{font-weight:600;color:#1e293b;min-width:60px}.level-desc{font-size:13px;color:#64748b}.maturity-gauge{display:flex;flex-direction:column;align-items:center;gap:16px}.gauge-footer{display:flex;align-items:center;gap:8px}.ai-rate-card{display:flex;flex-direction:column;gap:16px}.rate-donut-container{position:relative;width:120px;height:120px;margin:0 auto}.rate-donut{width:100%;height:100%;transform:rotate(-90deg)}.rate-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.rate-number{font-size:32px;font-weight:700;color:#8b5cf6}.rate-unit{font-size:16px;color:#8b5cf6}.ai-stats{display:flex;flex-direction:column;gap:8px;margin-top:8px}.ai-stat{display:flex;align-items:center;gap:8px;font-size:14px}.stat-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.stat-icon.enabled{background:#dcfce7;color:#16a34a}.stat-icon.disabled{background:#fee2e2;color:#dc2626}.task-list-card{padding:16px}.task-list{list-style:none;padding:0;margin:0}.task-item{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:13px;border-bottom:1px solid #f1f5f9}.task-item:last-child{border-bottom:none}.task-item.more{color:#64748b;font-style:italic}.task-icon{font-size:12px}.task-item.enabled .task-icon{color:#8b5cf6}.task-item.disabled .task-icon{color:#94a3b8}.etvx-section{display:flex;flex-direction:column;gap:20px}.summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 768px){.summary-cards{grid-template-columns:repeat(2,1fr)}}.summary-card{background:#fff;border-radius:12px;padding:20px;text-align:center;border:1px solid #e2e8f0}.summary-value{font-size:32px;font-weight:700;color:#6366f1}.summary-label{font-size:13px;color:#64748b;margin-top:4px}.filter-tabs{display:flex;gap:8px}.filter-btn{padding:8px 16px;border:1px solid #e2e8f0;background:#fff;border-radius:20px;font-size:13px;cursor:pointer;transition:all .2s}.filter-btn:hover{border-color:#6366f1;color:#6366f1}.filter-btn.active{background:#6366f1;color:#fff;border-color:#6366f1}.table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th,.data-table td{padding:12px;text-align:left;border-bottom:1px solid #f1f5f9}.data-table th{font-weight:600;color:#64748b;background:#f8fafc}.data-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.data-table th.sortable:hover{color:#6366f1}.task-name{font-weight:500;color:#1e293b}.chart-name{color:#64748b}.completion-bar-cell{display:flex;align-items:center;gap:8px}.completion-bar{width:80px;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.completion-fill{height:100%;border-radius:4px;transition:width .3s}.completion-text{font-size:12px;font-weight:500;min-width:36px}.field-list{font-size:11px;max-width:200px}.field-list.filled{color:#16a34a}.field-list.empty{color:#94a3b8}.status-cell{text-align:center}.status-badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600}.status-badge.enabled{background:#dcfce7;color:#16a34a}.status-badge.disabled{background:#f1f5f9;color:#94a3b8}.tree-prefix{font-family:Consolas,Monaco,Courier New,monospace;white-space:pre;color:#94a3b8;font-size:12px;vertical-align:middle;letter-spacing:0}.etvx-chart-header{background:#f1f5f9;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.etvx-chart-header:hover{background:#e2e8f0}.etvx-chart-header td{padding:10px 12px;border-bottom:1px solid #e2e8f0}.etvx-tree-indent{display:flex;align-items:center;gap:8px}.etvx-chart-toggle{font-size:11px;color:#64748b;width:16px;text-align:center;flex-shrink:0}.etvx-chart-icon{font-size:14px;flex-shrink:0}.etvx-chart-name{font-weight:600;color:#1e293b;font-size:13px}.etvx-chart-stats{font-size:12px;color:#64748b;font-weight:400;margin-left:4px}.etvx-task-row{background:#fafbfc}.etvx-task-row:hover{background:#f1f5f9}.ai-analysis-section{display:flex;flex-direction:column;gap:20px;max-height:calc(100vh - 200px);overflow-y:auto}.analysis-type-grid,.report-type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}@media (max-width: 768px){.analysis-type-grid,.report-type-grid{grid-template-columns:1fr}}.analysis-type-btn,.report-type-btn{padding:16px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;text-align:left;cursor:pointer;transition:all .2s}.analysis-type-btn:hover,.report-type-btn:hover{border-color:#6366f1}.analysis-type-btn.selected,.report-type-btn.selected{border-color:#6366f1;background:#f5f3ff}.type-label{font-weight:600;color:#1e293b;margin-bottom:4px}.type-description{font-size:12px;color:#64748b}.context-info{display:flex;flex-wrap:wrap;gap:16px;padding:16px;background:#f8fafc;border-radius:8px;margin-bottom:20px}.context-item{display:flex;gap:8px;font-size:14px}.context-label{color:#64748b}.context-value{font-weight:600;color:#1e293b}.analysis-results{display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 400px);overflow-y:auto;padding-right:8px}.result-card{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.summary-text{font-size:15px;color:#334155;line-height:1.6}.assessment-level{font-size:18px;margin-bottom:16px}.assessment-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.assessment-section h4{font-size:14px;color:#64748b;margin-bottom:12px}.assessment-section ul{list-style:none;padding:0;margin:0}.strength-item,.weakness-item{padding:8px 0;font-size:14px}.strength-item{color:#16a34a}.weakness-item{color:#dc2626}.bottleneck-list,.improvement-list,.opportunity-list{display:flex;flex-direction:column;gap:16px}.bottleneck-item,.improvement-item,.opportunity-item{padding:16px;background:#f8fafc;border-radius:8px}.bottleneck-header,.improvement-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.bottleneck-area,.improvement-title{font-weight:600;color:#1e293b}.impact-badge,.priority-badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;color:#fff}.bottleneck-description,.improvement-description,.opportunity-reason{font-size:14px;color:#475569;margin:8px 0}.bottleneck-suggestion,.improvement-benefit,.opportunity-benefit{font-size:13px;color:#64748b}.opportunity-task{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ai-icon{color:#8b5cf6}.task-label{font-weight:600;color:#1e293b}.report-section{display:flex;flex-direction:column;gap:20px;max-height:calc(100vh - 200px);overflow-y:auto}.view-tabs{display:flex;gap:8px;margin-bottom:8px}.view-tab{padding:10px 20px;border:none;background:#f1f5f9;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;border-radius:8px;transition:all .2s}.view-tab:hover{background:#e2e8f0;color:#334155}.view-tab.active{background:#6366f1;color:#fff}.custom-prompt-section{margin-bottom:20px}.prompt-label{display:block;font-size:14px;font-weight:500;color:#334155;margin-bottom:8px}.prompt-input{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;resize:vertical}.prompt-input:focus{outline:none;border-color:#6366f1}.preset-prompts{margin-bottom:12px}.preset-label{font-size:12px;font-weight:600;color:#64748b;margin-bottom:6px}.preset-list{display:flex;flex-wrap:wrap;gap:6px}.preset-btn{padding:4px 10px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;font-size:12px;color:#475569;cursor:pointer;transition:all .15s;white-space:nowrap}.preset-btn:hover{background:#ede9fe;border-color:#6366f1;color:#6366f1}.generated-report{animation:slideIn .3s ease-out;max-height:calc(100vh - 450px);overflow-y:auto;padding-right:8px}.report-card{background:#fff}.report-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.report-title{font-size:20px;font-weight:700;color:#1e293b}.report-summary h3,.report-metrics h3,.report-sections h3,.report-recommendations h3,.report-next-steps h3{font-size:16px;font-weight:600;color:#334155;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.report-summary p{font-size:15px;color:#475569;line-height:1.6;margin-bottom:24px}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}@media (max-width: 768px){.metrics-grid{grid-template-columns:1fr}}.metric-item{padding:16px;background:#f8fafc;border-radius:8px;text-align:center}.metric-label{font-size:12px;color:#64748b;margin-bottom:8px}.metric-value{font-size:24px;font-weight:700;color:#1e293b}.trend-icon{margin-left:4px;font-size:16px}.metric-interpretation{font-size:11px;color:#64748b;margin-top:8px}.report-sections{margin-bottom:24px}.report-section-item{margin-bottom:20px}.report-section-item h3{font-size:15px;margin-bottom:8px}.section-content{font-size:14px;color:#475569;line-height:1.6}.section-highlights{margin-top:12px;padding-left:20px}.section-highlights li{font-size:13px;color:#64748b;margin-bottom:4px}.recommendations-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.recommendation-item{padding:16px;background:#f8fafc;border-radius:8px}.rec-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.rec-title{font-weight:600;color:#1e293b}.rec-description{font-size:14px;color:#475569;margin:8px 0}.rec-timeline{font-size:12px;color:#64748b}.report-next-steps ol{padding-left:20px}.report-next-steps li{font-size:14px;color:#475569;margin-bottom:8px}.reports-list{display:flex;flex-direction:column;gap:12px}.report-list-item{display:flex;justify-content:space-between;align-items:flex-start;padding:16px;background:#f8fafc;border-radius:8px}.report-info{flex:1}.report-info .report-title{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:4px}.report-meta{display:flex;gap:12px;font-size:12px;color:#64748b}.report-summary-text{font-size:13px;color:#64748b;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.report-actions{margin-left:16px}.loading-card,.error-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-state,.empty-state{padding:40px;text-align:center;color:#64748b}.ai-chart-section{display:flex;flex-direction:column;gap:20px;max-height:calc(100vh - 200px);overflow-y:auto}.chart-type-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:16px}@media (max-width: 768px){.chart-type-grid{grid-template-columns:repeat(3,1fr)}}.chart-type-btn{padding:10px 8px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;text-align:center}.chart-type-btn:hover{border-color:#6366f1;color:#6366f1}.chart-type-btn.selected{border-color:#6366f1;background:#f5f3ff;color:#6366f1}.chart-container{min-height:350px;padding:16px 0}.chart-insights{margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0}.insight-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.insight-item{padding:10px 12px;background:#f8fafc;border-radius:8px;font-size:14px;color:#334155;line-height:1.5}.insight-item:before{content:"💡";margin-right:8px}.chart-history-list{display:flex;flex-direction:column;gap:8px}.chart-history-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;text-align:left;transition:all .2s;width:100%}.chart-history-item:hover{border-color:#6366f1;background:#fafafe}.chart-history-item.active{border-color:#6366f1;background:#f5f3ff}.history-type{padding:2px 8px;background:#e2e8f0;border-radius:4px;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;flex-shrink:0}.chart-history-item.active .history-type{background:#6366f1;color:#fff}.history-prompt{font-size:13px;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-view{display:flex;flex-direction:column;gap:0}.cp-summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.cp-summary-card{background:#fff;border-radius:12px;padding:20px;text-align:center;border:1px solid #e2e8f0}.cp-summary-card.cp-summary-warning{border-color:#f59e0b;background:#fffbeb}.cp-summary-value{font-size:28px;font-weight:700;color:#1e293b}.cp-summary-label{font-size:12px;color:#64748b;margin-top:4px}.cp-summary-sub{font-size:11px;color:#94a3b8;margin-top:2px}.cp-gantt{display:flex;flex-direction:column;gap:4px}.cp-gantt-row{display:flex;align-items:center;gap:8px;height:28px}.cp-gantt-label{width:140px;min-width:140px;font-size:12px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cp-gantt-track{flex:1;position:relative;height:18px;background:#f1f5f9;border-radius:4px;overflow:hidden}.cp-gantt-bar{position:absolute;top:2px;height:14px;border-radius:3px;background:#94a3b8;min-width:4px;transition:background .2s}.cp-gantt-bar.critical{background:#ef4444}.cp-gantt-bar.due-warning{outline:2px solid #F59E0B;outline-offset:-1px}.cp-gantt-time{width:70px;min-width:70px;text-align:right;font-size:11px;color:#64748b}.cp-row-critical{background:#fef2f2!important}.cp-row-critical td{color:#991b1b}.app-footer{padding:16px 0;border-top:1px solid #e2e8f0;text-align:center}.muted{color:#64748b;font-size:13px}.process-browser{display:flex;flex-direction:column;gap:20px}.pb-kpi-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}@media (max-width: 1024px){.pb-kpi-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.pb-kpi-cards{grid-template-columns:repeat(2,1fr)}}.pb-filter-bar{background:#fff;border-radius:12px;padding:16px 20px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:12px}.pb-filter-controls{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.pb-filter-group{display:flex;flex-direction:column;gap:4px}.pb-filter-group-actions{justify-content:flex-end}.pb-filter-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase}.pb-tri-toggle{display:flex;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.pb-tri-btn{padding:6px 12px;border:none;background:#fff;font-size:12px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.pb-tri-btn:not(:last-child){border-right:1px solid #e2e8f0}.pb-tri-btn:hover{background:#f1f5f9;color:#334155}.pb-tri-btn.active{background:#6366f1;color:#fff}.pb-filter-input{padding:6px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:#334155;outline:none;transition:border-color .2s}.pb-filter-input:focus{border-color:#6366f1}.pb-rate-range{display:flex;align-items:center;gap:4px}.pb-rate-input{width:56px;text-align:center}.pb-rate-sep{color:#94a3b8;font-size:13px}.pb-rate-unit{color:#64748b;font-size:12px}.pb-filter-select{padding:6px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:#334155;outline:none;min-height:60px;min-width:120px}.pb-filter-select:focus{border-color:#6366f1}.pb-filter-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.pb-save-dialog{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.pb-global-check{display:flex;align-items:center;gap:4px;font-size:12px;color:#64748b;white-space:nowrap}.pb-saved-filters{display:flex;flex-wrap:wrap;gap:6px}.pb-filter-tag{display:inline-flex;align-items:center;background:#f1f5f9;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;transition:border-color .2s}.pb-filter-tag:hover{border-color:#6366f1}.pb-filter-tag-btn{padding:4px 10px;border:none;background:none;font-size:12px;font-weight:500;color:#334155;cursor:pointer}.pb-filter-tag-btn:hover{color:#6366f1}.pb-filter-tag-delete{padding:4px 8px;border:none;background:none;font-size:14px;color:#94a3b8;cursor:pointer;line-height:1}.pb-filter-tag-delete:hover{color:#ef4444}.pb-table-header{display:flex;justify-content:space-between;align-items:center}.pb-result-count{font-size:13px;color:#64748b}.pb-table-actions{display:flex;gap:8px}.pb-row-complete{background:#f0fdf4}.pb-row-low{background:#fef2f2}.pb-pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:16px 0}.pb-page-info{font-size:13px;color:#64748b;font-weight:500}.pb-data-table{background:#fff;border-radius:12px;padding:16px 20px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:12px}
