* { box-sizing: border-box; }
body { margin:0; font-family: -apple-system, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; background:#0f1420; color:#e6e9ef; }
.topbar { display:flex; justify-content:space-between; align-items:center; padding:14px 20px; background:#161d2e; border-bottom:1px solid #26304a; }
.topbar b { font-size:17px; }
.wrap { max-width:860px; margin:24px auto; padding:0 16px; }
.card { background:#161d2e; border:1px solid #26304a; border-radius:12px; padding:20px 22px; margin-bottom:20px; }
h2 { font-size:15px; margin:22px 0 12px; color:#9fb3d9; border-left:3px solid #4f7cff; padding-left:8px; }
h2:first-of-type { margin-top:0; }
label { display:block; margin:10px 0; font-size:13px; color:#aab4cc; }
input, textarea { width:100%; margin-top:5px; padding:9px 11px; border-radius:8px; border:1px solid #2c3858; background:#0f1420; color:#e6e9ef; font-size:14px; font-family:inherit; }
textarea { resize:vertical; }
button { cursor:pointer; border:none; border-radius:8px; padding:9px 16px; background:#2c3858; color:#e6e9ef; font-size:14px; margin:6px 8px 0 0; }
button:hover { background:#36456b; }
button.primary { background:#4f7cff; font-weight:600; }
button.primary:hover { background:#3f6af0; }
button.ghost { background:transparent; border:1px solid #2c3858; margin-top:18px; }
.row { margin-top:8px; }
.msg { font-size:13px; color:#7fe0a3; min-height:18px; margin:8px 0 0; }
.err { color:#ff7a7a; font-size:13px; min-height:16px; }
.hint { font-size:12px; color:#7a86a3; margin:4px 0; }
.ok { color:#7fe0a3; } .bad { color:#ff7a7a; }
#srcStatus span { display:inline-block; margin:3px 10px 3px 0; font-size:12px; }
table { width:100%; border-collapse:collapse; margin-top:10px; font-size:13px; }
th, td { text-align:left; padding:8px 10px; border-bottom:1px solid #26304a; }
th { color:#9fb3d9; font-weight:600; }
.st_ok { color:#7fe0a3; } .st_fail { color:#ff7a7a; } .st_skipped { color:#d9c27a; }
