*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1119;--surface: #1a1d2e;--surface-alt: #232740;--border: #2d3154;--text: #e4e6f0;--text-dim: #8b8fa3;--primary: #5b8def;--primary-hover: #7aa5ff;--green: #34d399;--red: #f87171;--orange: #fb923c;--purple: #a78bfa;--yellow: #fbbf24;--cyan: #22d3ee;--radius: 8px;--shadow: 0 2px 8px rgba(0, 0, 0, .3)}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans SC,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover)}.app-header{background:var(--surface);border-bottom:1px solid var(--border);padding:0 24px;height:56px;display:flex;align-items:center;gap:24px;position:sticky;top:0;z-index:50}.app-header .logo{font-size:1.15rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:8px}.app-header nav{display:flex;gap:4px}.app-header nav a{padding:6px 14px;border-radius:var(--radius);font-size:.88rem;color:var(--text-dim);transition:all .15s}.app-header nav a:hover,.app-header nav a.router-link-active{color:var(--text);background:var(--surface-alt)}.app-main{width:90%;max-width:1800px;margin:0 auto;padding:24px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.card-title{font-size:.82rem;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border:none;border-radius:var(--radius);font-size:.92rem;font-weight:600;cursor:pointer;transition:all .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-danger{background:var(--red);color:#fff}.btn-danger:hover:not(:disabled){background:#ef4444}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-outline:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.btn-sm{padding:6px 14px;font-size:.82rem}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.85rem;font-weight:500;color:var(--text-dim);margin-bottom:4px}.form-group .hint{font-size:.78rem;color:var(--text-dim);margin-top:2px}input[type=text],input[type=number],input[type=password],select,textarea{width:100%;padding:9px 12px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.9rem;transition:border-color .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.metric-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;box-shadow:var(--shadow)}.metric-card .metric-label{font-size:.78rem;color:var(--text-dim);font-weight:500;text-transform:uppercase;letter-spacing:.03em}.metric-card .metric-value{font-size:1.6rem;font-weight:700;margin-top:4px;line-height:1.2}.metric-card .metric-sub{font-size:.78rem;color:var(--text-dim);margin-top:2px}.metric-card .metric-bar{height:4px;border-radius:2px;background:var(--surface-alt);margin-top:8px;overflow:hidden}.metric-card .metric-bar-fill{height:100%;border-radius:2px;transition:width .3s}.progress-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;margin-bottom:24px;box-shadow:var(--shadow)}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.progress-info{font-size:.85rem;color:var(--text-dim)}.progress-track{height:8px;border-radius:4px;background:var(--surface-alt);overflow:hidden}.progress-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--primary),var(--cyan));transition:width .5s ease}.charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow)}.chart-container{width:100%;height:280px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.82rem}thead th{text-align:left;padding:10px 12px;color:var(--text-dim);font-weight:600;border-bottom:1px solid var(--border);white-space:nowrap}tbody td{padding:8px 12px;border-bottom:1px solid var(--border);white-space:nowrap}tbody tr:hover{background:var(--surface-alt)}.badge-ok{color:var(--green)}.badge-fail{color:var(--red)}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.status-dot.running{background:var(--green);animation:pulse 1.5s infinite}.status-dot.done{background:var(--primary)}.status-dot.error{background:var(--red)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.state-box{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:12px;color:var(--text-dim);text-align:center}.state-box .icon{font-size:3rem}.state-box .title{font-size:1.1rem;font-weight:600;color:var(--text)}.state-box .desc{font-size:.88rem;max-width:400px}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.history-grid{display:grid;grid-template-columns:320px 1fr;gap:20px;min-height:60vh}.history-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow-y:auto;max-height:calc(100vh - 140px)}.history-list-item{padding:14px 16px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.history-list-item:hover,.history-list-item.active{background:var(--surface-alt)}.history-list-item .hl-title{font-weight:600;font-size:.88rem}.history-list-item .hl-meta{font-size:.78rem;color:var(--text-dim);margin-top:2px}.history-detail{min-height:300px}@media (max-width: 900px){.charts-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,1fr)}.history-grid{grid-template-columns:1fr}}.summary-section{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.summary-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.summary-section-title{font-size:.82rem;font-weight:700;color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;padding-left:8px;border-left:3px solid var(--primary)}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px 20px}.summary-item{font-size:1rem;font-weight:600;display:flex;flex-direction:column;gap:2px;padding:6px 8px;border-radius:6px;background:#ffffff08}.summary-label{font-size:.78rem;font-weight:500;color:var(--text-dim)}
