:root{--bg:#f4f6f8;--surface:#fff;--surface-2:#f8fafc;--text:#121826;--muted:#667085;--line:#e4e8ee;--primary:#16a36a;--primary-dark:#0d7f50;--dark:#11161d;--dark-2:#171d25;--cyan:#55c7f3;--green:#65d99d;--warning:#b7791f;--danger:#c2414c;--shadow:0 18px 50px rgba(15,23,42,.08);--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;line-height:1.6}a{color:var(--primary-dark);text-decoration:none}a:hover{text-decoration:none;color:var(--primary)}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.narrow{max-width:900px}.site-header{height:68px;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;backdrop-filter:blur(18px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;color:var(--text);font-weight:750}.brand-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(145deg,#23ba7b,#087c4d);color:#fff;display:grid;place-items:center;font-weight:900}.header-nav{display:flex;align-items:center;gap:22px;font-size:14px}.header-nav a,.link-button{color:#4a5565}.header-nav a:hover,.link-button:hover{color:var(--primary)}.nav-login{padding:8px 14px;border:1px solid #b7e8d2;border-radius:10px;background:#effbf5;color:var(--primary-dark)!important}.inline-form{display:inline}.link-button{border:0;background:transparent;padding:0;cursor:pointer}.hero{padding:88px 0 74px;background:radial-gradient(circle at 15% 10%,rgba(22,163,106,.13),transparent 35%),radial-gradient(circle at 85% 10%,rgba(85,199,243,.11),transparent 32%),linear-gradient(180deg,#fff,#f4f6f8)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:72px}.eyebrow{display:inline-block;color:var(--primary-dark);font-size:13px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.hero h1{font-size:clamp(42px,5vw,66px);line-height:1.12;letter-spacing:-.04em;margin:14px 0 22px}.hero-copy{font-size:18px;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border-radius:11px;border:1px solid transparent;font-weight:700;cursor:pointer;transition:.18s ease}.button.primary{background:var(--primary);color:#fff;box-shadow:0 8px 22px rgba(22,163,106,.22)}.button.primary:hover{background:var(--primary-dark);color:#fff;transform:translateY(-1px)}.button.secondary{background:#fff;border-color:var(--line);color:#344054}.button.secondary:hover{border-color:#b6c0cc;color:var(--text)}.button.full{width:100%}.terminal-preview{background:var(--dark);border-radius:22px;box-shadow:0 30px 80px rgba(7,15,25,.25);overflow:hidden;border:1px solid #2a313b}.terminal-bar{height:50px;background:var(--dark-2);display:flex;align-items:center;gap:8px;padding:0 18px;color:#8792a0;font:13px ui-monospace,SFMono-Regular,Menlo,monospace}.terminal-bar i{width:10px;height:10px;border-radius:50%;background:#ff5f57}.terminal-bar i:nth-child(2){background:#febc2e}.terminal-bar i:nth-child(3){background:#28c840}.terminal-bar span{margin-left:auto;margin-right:auto}.terminal-preview pre{margin:0;padding:30px 32px 35px;color:#d8e1eb;font:15px/2 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.green{color:var(--green)}.cyan{color:var(--cyan)}.section{padding:66px 0}.compact-section{padding:0 0 30px}.search-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:30px 34px;display:grid;grid-template-columns:1fr 1.25fr;align-items:center;gap:36px}.search-card h2,.section-heading h2,.panel h1,.panel h2{margin:5px 0}.search-card p{margin:0;color:var(--muted)}.report-search{display:flex;gap:10px}.report-search input,.job-form input,.job-form select,.modal textarea{width:100%;border:1px solid #cfd6df;border-radius:11px;background:#fff;padding:12px 14px;outline:none;transition:.16s}.report-search input:focus,.job-form input:focus,.job-form select:focus,.modal textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(22,163,106,.12)}.form-error{grid-column:2;color:var(--danger)!important}.section-heading,.panel-heading,.report-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:25px}.report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.report-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;color:var(--text);transition:.2s ease}.report-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#cbd3dd;color:var(--text)}.report-card-top{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.report-card code,.report-id code{color:var(--primary-dark);font-weight:700}.report-card h3{font-size:18px;margin:15px 0 5px}.report-card>p{color:var(--muted);margin:0 0 16px}.report-card dl{margin:0;display:grid;gap:8px}.report-card dl div{display:grid;grid-template-columns:48px 1fr;gap:10px;font-size:13px}.report-card dt{color:#98a2b3}.report-card dd{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-author{display:block;border-top:1px solid var(--line);margin-top:18px;padding-top:14px;font-size:12px;color:var(--muted)}.empty-state{padding:34px;border:1px dashed #cad2dc;border-radius:14px;text-align:center;color:var(--muted);background:rgba(255,255,255,.55)}.site-footer{border-top:1px solid var(--line);padding:28px 0;background:#fff;color:#7a8492;font-size:13px}.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.footer-copy{padding-top:1px}.footer-stats{display:grid;gap:3px;text-align:right}.footer-run-count,.footer-total-count{display:block}.footer-run-count strong,.footer-total-count strong{color:#344054;font-weight:800;font-variant-numeric:tabular-nums}.dashboard-section{min-height:calc(100vh - 150px)}.dashboard-grid{display:grid;grid-template-columns:250px 1fr;align-items:start;gap:24px}.profile-card,.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 35px rgba(15,23,42,.055)}.profile-card{padding:25px;text-align:center;position:sticky;top:92px}.avatar{width:78px;height:78px;border-radius:22px;object-fit:cover;border:4px solid #eef3f7}.profile-card h2{margin:13px 0 3px}.profile-card p{margin:3px 0;color:var(--muted);font-size:13px}.profile-card .button{margin-top:18px}.dashboard-main{display:grid;gap:22px}.panel{padding:28px}.job-form{display:grid;gap:18px}.job-form label{display:grid;gap:7px;font-weight:650}.job-form label small{font-weight:400;color:var(--muted)}.form-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-note,.info-box{background:#f2f8f5;border:1px solid #d4ede1;color:#466156;border-radius:12px;padding:13px 15px;font-size:13px}.table-wrap{overflow:auto}.data-table,.route-table{width:100%;border-collapse:collapse;white-space:nowrap}.data-table th,.data-table td,.route-table th,.route-table td{text-align:left;border-bottom:1px solid var(--line);padding:12px 10px;font-size:13px}.data-table th,.route-table th{color:var(--muted);font-weight:650}.status{display:inline-flex;align-items:center;border-radius:999px;padding:3px 9px;font-size:12px;background:#eef2f6;color:#596579}.status-completed{background:#e8f8f0;color:#087c4d}.status-running{background:#eaf6fd;color:#14749d}.status-pending{background:#fff7df;color:#9a6700}.status-failed,.status-expired{background:#fff0f1;color:#b42335}.success-box,.warning-box{padding:25px;border-radius:14px;background:#ecf9f3;border:1px solid #c6ecd9}.warning-box{background:#fff8e8;border-color:#f1dca3;color:#7c5c16}.command-box{display:grid;grid-template-columns:1fr auto;background:#11161d;color:#dbe4ed;border-radius:14px;margin:18px 0;overflow:hidden}.command-box code{padding:19px;white-space:pre-wrap;word-break:break-all;font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace}.command-box button{border:0;border-left:1px solid #303844;background:#202832;color:#fff;padding:0 18px;cursor:pointer}.steps{display:grid;gap:10px;margin:24px 0}.steps div{display:flex;align-items:flex-start;gap:12px}.steps b{display:grid;place-items:center;width:26px;height:26px;flex:0 0 26px;border-radius:50%;background:#e9f8f1;color:var(--primary-dark)}.muted{color:var(--muted);font-size:13px}.loading-line{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;margin-top:18px}.loading-line span{width:10px;height:10px;border-radius:50%;background:var(--primary);animation:pulse 1.4s infinite}@keyframes pulse{50%{opacity:.25;transform:scale(.75)}}.report-hero{background:linear-gradient(145deg,#11161d,#202a35);color:#fff;padding:54px 0 42px}.report-title-row{align-items:center;margin:0 0 30px}.report-title-row h1{font-size:34px;margin:8px 0}.report-title-row p{color:#9ba8b6;margin:0}.report-title-row a{color:#7ce1b2}.report-id{display:flex;align-items:center;gap:10px}.report-id code{background:#153529;padding:4px 9px;border-radius:7px;color:#73e4b3}.report-id span{font-size:12px;border:1px solid #495767;border-radius:999px;padding:2px 8px;color:#bdc7d1}.report-actions{display:flex;gap:10px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.metric-grid>div{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09);padding:17px;border-radius:13px}.metric-grid span,.metric-grid small{display:block;color:#8f9dad;font-size:12px}.metric-grid strong{display:block;margin:5px 0;font-size:19px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-section{padding-top:30px}.report-shell{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.tabs{display:flex;gap:2px;padding:10px 12px 0;background:#f7f9fb;border-bottom:1px solid var(--line);overflow:auto}.tab{border:1px solid transparent;border-bottom:0;background:transparent;border-radius:10px 10px 0 0;padding:11px 16px;color:#667085;white-space:nowrap;cursor:pointer}.tab.active{background:#fff;border-color:var(--line);color:var(--text);font-weight:700;transform:translateY(1px)}.tab-panel{display:none;padding:24px}.tab-panel.active{display:block}.terminal-report{background:#131820;color:#d7e0ea;border-radius:14px;padding:26px 30px;font:14px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace}.terminal-heading{text-align:center;color:#6ee7b7;border-bottom:1px dashed #44505d;padding-bottom:14px;margin-bottom:12px}.report-group{border-bottom:1px dashed #37414d;padding:10px 0}.report-group:last-child{border:0}.report-group h3{font-size:15px;color:#e5edf5;margin:5px 0}.terminal-list{margin:0}.terminal-list div{display:grid;grid-template-columns:150px 1fr;gap:15px}.terminal-list dt{color:#59c7ee}.terminal-list dd{margin:0;color:#a7db7b;word-break:break-word}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:18px}.detail-card{padding:18px;border:1px solid var(--line);border-radius:13px;background:#fafbfc}.detail-card span{display:block;color:var(--muted);font-size:12px;margin-bottom:6px}.detail-card strong{word-break:break-word}.network-gauges{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px}.network-gauges>div{text-align:center;padding:30px 20px;background:linear-gradient(160deg,#f7fbf9,#f5f8fb);border:1px solid var(--line);border-radius:15px}.network-gauges span{display:block;color:var(--muted)}.network-gauges strong{display:inline-block;font-size:36px;color:var(--primary-dark);margin:9px 5px}.network-gauges small{color:var(--muted)}.route-list{display:grid;gap:16px}.route-card{border:1px solid var(--line);border-radius:14px;padding:18px}.route-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.route-heading h3{margin:0}.route-heading code{color:var(--primary-dark)}.modal{position:fixed;inset:0;display:none;z-index:100}.modal.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(5,10,18,.58);backdrop-filter:blur(5px)}.modal-dialog{position:relative;width:min(720px,calc(100% - 30px));max-height:calc(100vh - 50px);overflow:auto;margin:25px auto;background:#fff;border-radius:18px;padding:28px;box-shadow:0 30px 100px rgba(0,0,0,.35)}.modal-close{position:absolute;right:18px;top:13px;border:0;background:transparent;font-size:30px;color:#718096;cursor:pointer}.export-options{display:flex;gap:8px;margin:15px 0}.export-option{border:1px solid var(--line);border-radius:9px;background:#fff;padding:8px 12px;cursor:pointer}.export-option.active{background:#eaf8f2;border-color:#bce8d2;color:var(--primary-dark)}.modal textarea{font:13px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;resize:vertical;margin-bottom:12px}.error-page{text-align:center;padding:70px 30px}.error-code{font-size:70px;font-weight:900;color:#cfd5dd}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:40px}.report-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.profile-card{position:static}.metric-grid{grid-template-columns:repeat(2,1fr)}.header-nav{gap:14px}.header-nav>a:not(.nav-login){display:none}}
@media(max-width:640px){.container{width:min(100% - 20px,1180px)}.site-header{height:60px}.brand span:last-child{font-size:14px}.hero{padding:55px 0}.hero h1{font-size:40px}.hero-copy{font-size:16px}.terminal-preview pre{padding:20px;font-size:12px}.search-card{grid-template-columns:1fr;padding:22px;gap:18px}.report-search{flex-direction:column}.form-error{grid-column:auto}.report-grid{grid-template-columns:1fr}.section{padding:42px 0}.footer-inner{flex-direction:column}.footer-stats{text-align:left}.form-columns{grid-template-columns:1fr}.panel{padding:20px}.report-title-row{align-items:flex-start;flex-direction:column}.report-title-row h1{font-size:27px}.report-actions{width:100%}.report-actions .button{flex:1}.metric-grid{grid-template-columns:1fr 1fr}.tabs{padding-left:5px}.tab{padding:10px 12px}.tab-panel{padding:12px}.terminal-report{padding:18px 14px;font-size:12px}.terminal-list div{grid-template-columns:100px 1fr}.detail-grid,.network-gauges{grid-template-columns:1fr}.command-box{grid-template-columns:1fr}.command-box button{border-left:0;border-top:1px solid #303844;padding:10px}.header-nav .nav-login{font-size:12px;padding:7px 9px}}

.report-terminal-block{background:linear-gradient(145deg,#11161d,#0f141b);border:1px solid #24303c;box-shadow:0 22px 60px rgba(7,15,25,.16)}
.report-terminal-pre{margin:0;padding:14px 18px 4px;color:#d7e0ea;font:15px/1.76 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;word-break:break-word}
.export-options{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 14px}
.export-option{border:1px solid var(--line);background:#fff;color:#475467;border-radius:10px;padding:10px 13px;font-weight:700;cursor:pointer}
.export-option.active{background:#ecf9f3;border-color:#bfe8d0;color:#0d7f50}
@media(max-width:720px){.report-terminal-pre{padding:10px 6px 0;font-size:12px;line-height:1.72}.export-options{display:grid;grid-template-columns:1fr}.export-option{width:100%}}
.report-figure-card{background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 12px 28px rgba(15,23,42,.05)}
.report-figure-img{display:block;width:100%;height:auto;border-radius:14px;background:#0f141b}
@media(max-width:640px){.report-figure-card{padding:8px;border-radius:14px}.report-figure-img{border-radius:10px}}
/* 2.2.1：四个报告标签统一为基本信息的终端样式 */
.unified-terminal-report{padding:0;overflow:hidden;background:linear-gradient(145deg,#141a22,#0d1218);border:1px solid #25313e;box-shadow:0 22px 60px rgba(7,15,25,.18)}
.terminal-window-bar{height:48px;display:flex;align-items:center;gap:8px;padding:0 18px;background:#191f28;border-bottom:1px solid #2a3440;color:#9da9b7;font:13px ui-monospace,SFMono-Regular,Menlo,monospace}
.terminal-window-bar strong{margin-left:9px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.terminal-dot{width:10px;height:10px;border-radius:50%;display:inline-block;flex:0 0 auto}
.terminal-dot-red{background:#ff5f57}.terminal-dot-yellow{background:#febc2e}.terminal-dot-green{background:#28c840}
.unified-terminal-report .terminal-heading{margin:0;padding:17px 20px 14px;background:rgba(255,255,255,.018);font:700 15px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;color:#69e3ad;border-bottom:1px dashed #44505d}
.report-terminal-html{padding:22px 26px 28px;overflow:auto;color:#d7e0ea;font:14px/1.72 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;-webkit-overflow-scrolling:touch}
.terminal-line{display:block;min-width:max-content;white-space:pre;color:#d7e0ea}
.terminal-empty{line-height:.9}
.terminal-rule{color:#6f7c8b}
.terminal-section-title{color:#eef4f8;font-weight:800;margin-top:4px}
.terminal-url{color:#79c9f5;text-decoration:underline;text-underline-offset:3px}
.terminal-key{color:#55c7f3}
.terminal-value{color:#a8dc78}
.terminal-list-line{color:#d7e0ea}
@media(max-width:640px){
  .unified-terminal-report{border-radius:12px}
  .terminal-window-bar{height:42px;padding:0 12px;font-size:11px}
  .terminal-dot{width:8px;height:8px}
  .unified-terminal-report .terminal-heading{padding:13px 14px 11px;font-size:13px}
  .report-terminal-html{padding:16px 14px 20px;font-size:11px;line-height:1.68}
  .terminal-line{min-width:680px}
}
/* 2.2.2：结构化内容布局，恢复图一的分组、对齐和留白 */
.structured-terminal-report .terminal-heading{
  padding:22px 28px 18px;
  font-size:18px;
  text-align:center;
  letter-spacing:.02em;
}
.structured-report-body{
  padding:14px 28px 30px;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono",monospace;
}
.structured-report-group{
  padding:20px 0 22px;
  border-bottom:1px dashed #3a4654;
}
.structured-report-group:first-child{padding-top:12px}
.structured-report-group:last-child{border-bottom:0;padding-bottom:4px}
.structured-report-group h3{
  margin:0 0 14px;
  color:#eef4f8;
  font-size:22px;
  line-height:1.45;
  font-weight:800;
  letter-spacing:.01em;
}
.structured-report-list{margin:0;display:grid;gap:8px}
.structured-report-row{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:26px;
  align-items:start;
  min-width:0;
}
.structured-report-row dt{
  color:#55c7f3;
  font-size:17px;
  line-height:1.7;
  white-space:nowrap;
}
.structured-report-row dd{
  margin:0;
  color:#a8dc78;
  font-size:20px;
  line-height:1.48;
  word-break:break-word;
  overflow-wrap:anywhere;
  min-width:0;
}
@media(max-width:900px){
  .structured-report-row{grid-template-columns:170px minmax(0,1fr);gap:18px}
  .structured-report-row dt{font-size:15px}
  .structured-report-row dd{font-size:17px}
  .structured-report-group h3{font-size:20px}
}
@media(max-width:640px){
  .structured-terminal-report .terminal-heading{padding:16px 14px 13px;font-size:14px}
  .structured-report-body{padding:8px 14px 18px}
  .structured-report-group{padding:14px 0 16px}
  .structured-report-group h3{font-size:17px;margin-bottom:10px}
  .structured-report-list{gap:5px}
  .structured-report-row{grid-template-columns:92px minmax(0,1fr);gap:10px}
  .structured-report-row dt{font-size:12px;line-height:1.55;white-space:normal}
  .structured-report-row dd{font-size:13px;line-height:1.55}
}
/* 2.2.3：恢复第一版 SVG 报告图布局，避免移动端字段拆成上下两行 */
.first-edition-report-shell .tab-panel{padding:20px}
.first-edition-report-card{
  padding:0;
  border:0;
  border-radius:18px;
  background:transparent;
  box-shadow:none;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
}
.first-edition-report-image{
  display:block;
  width:100%;
  min-width:760px;
  height:auto;
  margin:0 auto;
  border-radius:18px;
  background:#111820;
}
@media(max-width:900px){
  .first-edition-report-shell .tab-panel{padding:12px}
  .first-edition-report-image{min-width:720px}
}
@media(max-width:640px){
  .first-edition-report-shell .tab-panel{padding:8px}
  .first-edition-report-card{border-radius:12px}
  .first-edition-report-image{
    min-width:700px;
    border-radius:12px;
  }
}
/* 2.2.4：直接内嵌 SVG，避免分区图片请求失败导致报告空白 */
.first-edition-inline-svg{display:block;width:100%;overflow:hidden;border-radius:18px;background:#111820}
.first-edition-inline-svg>svg{display:block;width:100%;height:auto;max-width:none}
@media(max-width:640px){
  .first-edition-report-shell .tab-panel{padding:8px}
  .first-edition-inline-svg{border-radius:12px}
}
/* 2.2.5：报告 SVG 移动端自适应与防溢出 */
.report-section,
.report-section .container,
.first-edition-report-shell,
.first-edition-report-shell .tab-panel{
  min-width:0;
  max-width:100%;
}
.first-edition-report-shell{width:100%;overflow:hidden}
.first-edition-report-shell .tabs{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}
.first-edition-report-shell .tab-panel{
  width:100%;
  overflow:hidden;
}
.first-edition-inline-svg{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-x pan-y;
  overscroll-behavior-inline:contain;
}
.first-edition-inline-svg>svg{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:auto!important;
  margin:0!important;
  overflow:visible;
}
@media(max-width:640px){
  .report-section .container{width:calc(100% - 12px)}
  .first-edition-report-shell .tab-panel{padding:6px}
  .first-edition-inline-svg{border-radius:10px}
  .first-edition-inline-svg>svg{border-radius:10px}
}
/* 2.2.6：移动端报告区域改为真正的双向触摸滚动容器 */
.first-edition-report-shell,
.first-edition-report-shell .tab-panel{
  min-width:0;
  max-width:100%;
}
.first-edition-report-shell .tab-panel{
  overflow:visible!important;
}
.report-scroll-viewport{
  position:relative;
  display:block;
  width:100%;
  max-width:100%;
  max-height:72svh;
  overflow:auto!important;
  -webkit-overflow-scrolling:touch;
  touch-action:auto!important;
  overscroll-behavior:contain;
  scrollbar-width:auto;
  scrollbar-gutter:stable both-edges;
  border-radius:14px;
  background:#111820;
  cursor:grab;
}
.report-scroll-viewport:active{cursor:grabbing}
.report-scroll-canvas{
  display:block;
  width:max-content;
  min-width:1080px;
  min-height:100%;
}
.report-scroll-canvas>svg{
  display:block!important;
  width:1080px!important;
  min-width:1080px!important;
  max-width:none!important;
  height:auto!important;
  margin:0!important;
  overflow:visible!important;
  flex:none!important;
}
.report-scroll-hint{
  display:none;
  margin:8px 2px 0;
  color:#7a8492;
  font-size:12px;
  text-align:center;
}
.report-scroll-viewport::-webkit-scrollbar{width:8px;height:8px}
.report-scroll-viewport::-webkit-scrollbar-track{background:#e8edf2;border-radius:999px}
.report-scroll-viewport::-webkit-scrollbar-thumb{background:#9ba8b6;border-radius:999px}
@media(min-width:1081px){
  .report-scroll-viewport{
    max-height:none;
    overflow:visible!important;
    cursor:default;
  }
  .report-scroll-canvas{
    width:100%;
    min-width:0;
  }
  .report-scroll-canvas>svg{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
}
@media(max-width:1080px){
  .report-scroll-hint{display:block}
}
@media(max-width:640px){
  .report-section .container{width:calc(100% - 10px)}
  .first-edition-report-shell .tab-panel{padding:6px}
  .report-scroll-viewport{
    width:100%;
    max-height:70svh;
    border-radius:10px;
  }
  .report-scroll-canvas{
    min-width:1080px;
  }
  .report-scroll-canvas>svg{
    width:1080px!important;
    min-width:1080px!important;
    border-radius:10px;
  }
}
.report-scroll-canvas>svg{
  pointer-events:none;
  user-select:none;
  -webkit-user-select:none;
  -webkit-user-drag:none;
}
/* 2.2.7：报告详情页紧凑化，重点优化手机端首屏与报告阅读区域 */
.compact-report-hero{
  padding:32px 0 24px;
}
.compact-report-hero .report-title-row{
  align-items:center;
  gap:16px;
  margin:0 0 18px;
}
.compact-report-hero .report-title-row>div:first-child{
  min-width:0;
  flex:1 1 auto;
}
.compact-report-hero .report-title-row h1{
  margin:6px 0 2px;
  font-size:28px;
  line-height:1.22;
  letter-spacing:-.02em;
  overflow-wrap:anywhere;
}
.compact-report-hero .report-title-row p{
  font-size:13px;
  line-height:1.45;
}
.compact-report-hero .report-id{
  gap:8px;
}
.compact-report-hero .report-actions{
  flex:0 0 auto;
  gap:8px;
}
.compact-report-hero .report-actions .button{
  min-height:40px;
  padding:8px 14px;
  border-radius:10px;
  font-size:14px;
}
.compact-report-hero .metric-grid{
  gap:8px;
}
.compact-report-hero .metric-grid>div{
  min-width:0;
  padding:12px 14px;
  border-radius:11px;
}
.compact-report-hero .metric-grid span,
.compact-report-hero .metric-grid small{
  font-size:11px;
  line-height:1.35;
}
.compact-report-hero .metric-grid strong{
  margin:3px 0;
  font-size:17px;
  line-height:1.35;
}
.report-section{
  padding:14px 0 28px;
}
.compact-report-shell{
  border-radius:14px;
  box-shadow:0 8px 26px rgba(15,23,42,.06);
}
.compact-report-shell .tabs{
  gap:0;
  padding:6px 8px 0;
}
.compact-report-shell .tab{
  padding:8px 12px;
  border-radius:8px 8px 0 0;
  font-size:14px;
  line-height:1.3;
}
.compact-report-shell .tab-panel{
  padding:10px!important;
}
.compact-report-shell .report-scroll-viewport{
  max-height:min(68svh,700px);
  border-radius:12px;
}
.compact-report-shell .report-scroll-hint{
  margin:5px 0 0;
  font-size:11px;
  line-height:1.3;
}
@media(max-width:900px){
  .compact-report-hero{padding:24px 0 18px}
  .compact-report-hero .report-title-row{margin-bottom:14px}
  .compact-report-hero .report-title-row h1{font-size:25px}
  .compact-report-hero .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .compact-report-shell .report-scroll-canvas{min-width:960px}
  .compact-report-shell .report-scroll-canvas>svg{
    width:960px!important;
    min-width:960px!important;
  }
}
@media(max-width:640px){
  .compact-report-hero{
    padding:15px 0 13px;
  }
  .compact-report-hero .container{
    width:calc(100% - 20px);
  }
  .compact-report-hero .report-title-row{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:10px;
    margin-bottom:10px;
  }
  .compact-report-hero .report-id code{
    padding:3px 7px;
    border-radius:6px;
    font-size:11px;
  }
  .compact-report-hero .report-id span{
    padding:1px 7px;
    font-size:10px;
  }
  .compact-report-hero .report-title-row h1{
    margin:5px 0 2px;
    font-size:22px;
    line-height:1.2;
  }
  .compact-report-hero .report-title-row p{
    font-size:12px;
    line-height:1.35;
  }
  .compact-report-hero .report-actions{
    width:100%;
    gap:7px;
  }
  .compact-report-hero .report-actions .button{
    min-height:36px;
    padding:7px 10px;
    border-radius:9px;
    font-size:13px;
  }
  .compact-report-hero .metric-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
  }
  .compact-report-hero .metric-grid>div{
    min-height:70px;
    padding:8px 10px;
    border-radius:9px;
  }
  .compact-report-hero .metric-grid span,
  .compact-report-hero .metric-grid small{
    font-size:10px;
  }
  .compact-report-hero .metric-grid strong{
    margin:2px 0;
    font-size:15px;
  }
  .report-section{
    padding:9px 0 16px;
  }
  .report-section .container{
    width:calc(100% - 8px);
  }
  .compact-report-shell{
    border-radius:11px;
  }
  .compact-report-shell .tabs{
    padding:4px 4px 0;
  }
  .compact-report-shell .tab{
    padding:7px 9px;
    font-size:12px;
    border-radius:7px 7px 0 0;
  }
  .compact-report-shell .tab-panel{
    padding:5px!important;
  }
  .compact-report-shell .report-scroll-viewport{
    max-height:60svh;
    border-radius:9px;
    scrollbar-gutter:auto;
  }
  .compact-report-shell .report-scroll-canvas{
    min-width:900px;
  }
  .compact-report-shell .report-scroll-canvas>svg{
    width:900px!important;
    min-width:900px!important;
    border-radius:9px;
  }
  .compact-report-shell .report-scroll-hint{
    display:block;
    margin-top:4px;
    font-size:10px;
  }
}
@media(max-width:390px){
  .compact-report-hero .container{width:calc(100% - 14px)}
  .compact-report-hero .report-title-row h1{font-size:20px}
  .compact-report-hero .metric-grid>div{min-height:66px;padding:7px 9px}
  .compact-report-shell .tab{padding:7px 8px;font-size:11px}
  .compact-report-shell .report-scroll-canvas{min-width:860px}
  .compact-report-shell .report-scroll-canvas>svg{
    width:860px!important;
    min-width:860px!important;
  }
}

.export-description{margin:8px 0 14px;color:#5f6b7b;font-size:13px;line-height:1.7}

/* 2.2.9：取消报告内部滚动，整张报告等比缩小后随页面自然滚动 */
.report-fit-viewport{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:hidden;
  border-radius:12px;
  background:#111820;
}
.report-fit-canvas{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
}
.report-fit-canvas>svg{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:auto!important;
  margin:0!important;
  overflow:visible!important;
  pointer-events:auto!important;
  user-select:auto!important;
  -webkit-user-select:auto!important;
}
.compact-report-shell .tab-panel{
  overflow:visible!important;
}
@media(max-width:640px){
  .report-section .container{width:calc(100% - 8px)}
  .compact-report-shell .tab-panel{padding:4px!important}
  .report-fit-viewport{border-radius:8px}
  .report-fit-canvas>svg{border-radius:8px}
}

/* ======================================================================
   2.6.2 全站响应式布局 + 紧凑历史表格
   ====================================================================== */
html,body{max-width:100%;overflow-x:hidden}
main,section,.container,.dashboard-main,.panel,.profile-card,.report-shell,.tab-panel{min-width:0}
img,svg,video,canvas{max-width:100%}
input,select,textarea,button{max-width:100%;min-width:0}
code{overflow-wrap:anywhere}
.mobile-nav-toggle{display:none;width:40px;height:40px;padding:9px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}
.mobile-nav-toggle span{display:block;width:20px;height:2px;margin:4px auto;background:#44505d;border-radius:999px;transition:.18s}
.mobile-nav-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.mobile-nav-toggle.open span:nth-child(2){opacity:0}
.mobile-nav-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.button.danger-outline{background:#fff;border-color:#f1c0c5;color:#b42335;box-shadow:none}
.button.danger-outline:hover{background:#fff2f3;border-color:#df8f99;color:#971b2d;transform:none}
.compact-button{padding:8px 12px;font-size:13px;border-radius:9px}
.text-danger-button{border:0;background:transparent;color:#b42335;padding:3px 0;cursor:pointer;font-size:12px;font-weight:700}
.text-danger-button:hover{color:#8f1524}
.compact-alert{margin:0;padding:12px 15px}
.panel-heading>div,.section-heading>div{min-width:0}
.panel-heading h1,.panel-heading h2,.section-heading h2{overflow-wrap:anywhere}
.history-heading{align-items:center}
.history-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.history-actions small{color:var(--muted);font-size:11px}
.history-actions form{display:inline-flex;margin:0}
.history-link{font-weight:700}
.history-title{max-width:280px;white-space:normal!important;overflow-wrap:anywhere}
.create-job-button{justify-self:start}
.profile-copy{min-width:0}

/* 报告页四个标签固定等宽，禁止内部水平滚动。 */
.compact-report-shell .tabs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:0!important;overflow:hidden!important;padding:6px 8px 0!important}
.compact-report-shell .tab{display:flex;align-items:center;justify-content:center;min-width:0!important;width:100%;white-space:normal!important;text-align:center;overflow-wrap:anywhere;line-height:1.3}
.report-fit-viewport,.report-fit-canvas{overflow:hidden!important}
.report-fit-canvas>svg{display:block!important;width:100%!important;height:auto!important;max-width:100%!important}

@media(max-width:1000px){
  .container{width:min(100% - 24px,1180px)}
  .hero-grid{gap:34px}
  .hero h1{font-size:clamp(36px,6vw,52px)}
  .dashboard-grid{grid-template-columns:220px minmax(0,1fr);gap:18px}
  .profile-card{padding:20px}
  .panel{padding:23px}
  .report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:820px){
  .dashboard-grid{grid-template-columns:1fr}
  .profile-card{position:static;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;text-align:left;gap:14px;padding:16px}
  .profile-card .avatar{width:60px;height:60px;border-radius:17px}
  .profile-card h2{margin:0 0 2px}
  .profile-card .button{width:auto;margin:0;white-space:nowrap}
  .form-columns{grid-template-columns:1fr}
  .search-card{grid-template-columns:1fr;gap:18px}
  .form-error{grid-column:auto}
  .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:900px){
  .container{width:calc(100% - 20px)}
  .site-header{height:auto;min-height:60px}
  .header-inner{height:auto;min-height:60px;display:flex;flex-wrap:wrap;gap:0;padding:9px 0}
  .brand{min-width:0;max-width:calc(100% - 52px)}
  .brand span:last-child{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}
  .mobile-nav-toggle{display:block;margin-left:auto;flex:0 0 40px}
  .header-nav{display:none;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:9px 0 2px;font-size:13px}
  .header-nav.open{display:grid}
  .header-nav>a,.header-nav .inline-form{display:flex!important;min-width:0}
  .header-nav a,.header-nav .link-button{width:100%;min-height:39px;align-items:center;justify-content:center;padding:8px 9px!important;border:1px solid var(--line);border-radius:9px;background:#f8fafc!important;color:#44505d!important;text-align:center}
  .header-nav .nav-login{grid-column:1/-1;background:#effbf5!important;color:var(--primary-dark)!important;border-color:#b7e8d2}
  .header-nav .inline-form .link-button{cursor:pointer}
  .mobile-nav-open .site-header{box-shadow:0 12px 28px rgba(15,23,42,.09)}
  .section{padding:34px 0}
  .hero{padding:43px 0 38px}
  .hero-grid{grid-template-columns:1fr;gap:28px}
  .hero h1{font-size:clamp(31px,9vw,40px);margin:10px 0 15px}
  .hero-copy{font-size:15px}
  .hero-actions{margin-top:22px}
  .hero-actions .button{flex:1 1 150px}
  .terminal-preview{border-radius:16px}
  .terminal-preview pre{padding:18px;font-size:11px;line-height:1.75;overflow-wrap:anywhere}
  .terminal-bar{height:43px;padding:0 13px;font-size:11px}
  .search-card{padding:19px;border-radius:14px}
  .report-search{flex-direction:column}
  .report-grid{grid-template-columns:1fr}
  .section-heading,.panel-heading{align-items:flex-start;gap:12px;margin-bottom:18px}
  .history-heading{align-items:stretch;flex-direction:column}
  .history-heading form,.history-heading .button{width:100%}
  .panel{padding:18px;border-radius:15px}
  .profile-card{grid-template-columns:auto minmax(0,1fr);gap:12px}
  .profile-card .button{grid-column:1/-1;width:100%}
  .create-job-button{width:100%;justify-self:stretch}
  .form-note{font-size:12px;padding:12px}
  .history-table-wrap{overflow:visible}
  .history-table{display:block;white-space:normal}
  .history-table thead{display:none}
  .history-table tbody{display:grid;gap:11px}
  .history-table tr{display:grid;gap:0;border:1px solid var(--line);border-radius:12px;padding:7px 12px;background:#fbfcfd}
  .history-table td{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:start;gap:10px;width:100%;padding:7px 0;border-bottom:1px dashed #e4e8ee;font-size:12px;white-space:normal}
  .history-table td:last-child{border-bottom:0}
  .history-table td::before{content:attr(data-label);color:#8b95a3;font-weight:650}
  .history-title{max-width:none}
  .history-actions{align-items:flex-start}
  .history-actions small{width:100%}
  .command-box{grid-template-columns:1fr}
  .command-box code{padding:15px;font-size:11px;line-height:1.65}
  .command-box button{border-left:0;border-top:1px solid #303844;padding:10px}
  .steps{margin:18px 0}
  .steps div{font-size:13px}
  .success-box,.warning-box{padding:18px}
  .report-title-row{align-items:flex-start;flex-direction:column}
  .report-actions{width:100%}
  .report-actions .button{flex:1;min-width:0;padding-left:8px;padding-right:8px}
  .compact-report-shell .tabs{padding:4px 4px 0!important}
  .compact-report-shell .tab{padding:7px 3px!important;font-size:11px!important;letter-spacing:-.03em}
  .compact-report-shell .tab-panel{padding:4px!important}
  .modal-dialog{width:calc(100% - 16px);max-height:calc(100dvh - 16px);margin:8px auto;padding:21px 15px;border-radius:14px}
  .modal-close{right:10px;top:7px}
  .modal textarea{min-height:42dvh;font-size:11px}
  .export-options{display:grid;grid-template-columns:1fr}
  .footer-inner{align-items:flex-start;flex-direction:column;gap:5px}
  .site-footer{padding:20px 0}
  .error-page{padding:46px 18px}
  .error-code{font-size:56px}
}

@media(max-width:430px){
  .container{width:calc(100% - 14px)}
  .brand-mark{width:32px;height:32px;border-radius:9px}
  .profile-card{padding:13px}
  .profile-card .avatar{width:52px;height:52px}
  .panel{padding:15px}
  .panel h1{font-size:27px;line-height:1.25}
  .panel h2{font-size:22px}
  .job-form input,.job-form select,.report-search input{padding:11px 12px}
  .metric-grid{gap:5px}
  .compact-report-hero .metric-grid>div{min-height:64px;padding:7px 8px}
  .compact-report-shell .tab{font-size:10px!important;padding:7px 1px!important}
  .history-table td{grid-template-columns:68px minmax(0,1fr)}
  .report-card{padding:17px}
}


/* ======================================================================
   2.6.2 历史任务紧凑表格列表
   ====================================================================== */
.history-table-wrap{
  width:100%;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
}
.history-table{
  display:table!important;
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
  white-space:nowrap;
}
.history-table .history-col-id{width:25%}
.history-table .history-col-status{width:14%}
.history-table .history-col-mode{width:12%}
.history-table .history-col-time{width:27%}
.history-table .history-col-action{width:22%}
.history-table th,
.history-table td{
  display:table-cell!important;
  width:auto!important;
  padding:10px 9px!important;
  border-bottom:1px solid var(--line)!important;
  background:#fff!important;
  text-align:left;
  vertical-align:middle;
  font-size:12px;
  line-height:1.35;
  white-space:nowrap!important;
}
.history-table thead{display:table-header-group!important}
.history-table tbody{display:table-row-group!important}
.history-table tr{display:table-row!important;border:0!important;border-radius:0!important;padding:0!important;background:transparent!important}
.history-table tbody tr:last-child td{border-bottom:0!important}
.history-table tbody tr:hover td{background:#f8fbf9!important}
.history-table td::before{display:none!important;content:none!important}
.history-table th{color:#667085;background:#f7f9fb!important;font-weight:700}
.history-table th:last-child,
.history-table td:last-child{
  text-align:right!important;
  padding-right:16px!important;
}
.history-table .history-id code{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#344054;
  font-size:11px;
}
.history-table .history-time{color:#667085;font-size:11px}
.history-time-short{display:none}
.history-actions-compact{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  flex-wrap:nowrap;
  white-space:nowrap;
}
.history-actions-compact form{display:inline-flex;margin:0}
.history-actions-compact .history-link,
.history-actions-compact .text-danger-button{
  font-size:11px;
  line-height:1.2;
  white-space:nowrap;
}
.history-actions-compact .history-link{font-weight:700}
.history-actions-compact .text-danger-button{padding:0}

@media(max-width:600px){
  .history-panel{padding-left:10px!important;padding-right:10px!important}
  .history-table-wrap{border-radius:9px}
  .history-table .history-col-id{width:27%}
  .history-table .history-col-status{width:15%}
  .history-table .history-col-mode{width:12%}
  .history-table .history-col-time{width:25%}
  .history-table .history-col-action{width:21%}
  .history-table th,
  .history-table td{
    padding:8px 4px!important;
    font-size:10px!important;
    letter-spacing:-.02em;
  }
  .history-table th:first-child,
  .history-table td:first-child{padding-left:6px!important}
  .history-table th:last-child,
  .history-table td:last-child{padding-right:10px!important;text-align:right!important}
  .history-table .history-id code{font-size:9.5px}
  .history-table .history-time{
    font-size:9.5px!important;
    white-space:normal!important;
    line-height:1.25;
  }
  .history-time-full{display:none}
  .history-time-short{display:inline}
  .history-table .status{
    padding:2px 4px;
    font-size:9px;
    min-width:0;
  }
  .history-actions-compact{
    display:grid;
    grid-template-columns:1fr;
    justify-items:end;
    align-items:start;
    gap:3px;
  }
  .history-actions-compact .history-link,
  .history-actions-compact .text-danger-button{font-size:9.5px}
}

/* 2.6.3 历史任务操作列右移微调 */


/* ======================================================================
   2.6.4 最近公开报告横向滑动轨道
   ====================================================================== */
.public-report-heading{align-items:flex-end}
.public-report-heading-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end}
.public-report-swipe-hint{color:var(--muted);font-size:12px}
.public-report-slider{
  display:flex;
  gap:18px;
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 2px 16px;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:2px;
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scrollbar-color:#b9c2cd transparent;
}
.public-report-slider::-webkit-scrollbar{height:6px}
.public-report-slider::-webkit-scrollbar-track{background:transparent}
.public-report-slider::-webkit-scrollbar-thumb{background:#c3cbd5;border-radius:999px}
.public-report-slider .report-card{
  flex:0 0 calc((100% - 36px)/3);
  min-width:0;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
@media(max-width:900px){
  .public-report-slider .report-card{flex-basis:calc((100% - 18px)/2)}
}
@media(max-width:640px){
  .public-report-heading{align-items:flex-start}
  .public-report-heading-actions{width:100%;justify-content:space-between;gap:10px}
  .public-report-swipe-hint{font-size:11px}
  .public-report-slider{gap:12px;margin-right:calc((100vw - 100%)/-2);padding-right:12%;padding-bottom:12px}
  .public-report-slider .report-card{flex-basis:88%;padding:18px}
}
@media(max-width:390px){
  .public-report-slider .report-card{flex-basis:91%}
}

/* 2.6.5 已删除报告的论坛 SVG 快照页 */
.archive-report-hero{padding-bottom:18px}
.archive-report-svg{display:block;width:100%;height:auto;border-radius:18px;background:#111820}
@media(max-width:640px){.archive-report-svg{border-radius:12px}.archive-report-hero{padding-bottom:8px}}

/* ======================================================================
   2.7.0 社区测试节点
   ====================================================================== */
.node-page-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);gap:24px;align-items:start}
.node-intro-panel,.node-list-panel{min-width:0}
.node-lead{margin:-4px 0 16px;color:var(--muted);line-height:1.75}
.node-safety-list{display:grid;gap:8px;margin:0 0 20px;padding:15px 18px 15px 36px;border:1px solid #cce8da;border-radius:12px;background:#f3fbf7;color:#50645b;font-size:13px;line-height:1.65}
.node-command-card{margin:0 0 18px;padding:15px;border:1px solid #bce4d0;border-radius:13px;background:#f4fbf7}
.node-command-card>strong{color:var(--primary-dark)}
.node-command-card p{margin:5px 0 10px;color:var(--muted);font-size:13px}
.node-command-card small{display:block;margin-top:9px;color:#667085;line-height:1.6}
.node-create-form{gap:15px}
.node-consent-row{display:flex!important;align-items:flex-start;gap:10px;font-weight:500!important;color:#52606d;line-height:1.55}
.node-consent-row input{width:18px!important;height:18px!important;min-width:18px;margin-top:2px;padding:0!important}
.node-table-wrap{overflow-x:auto}
.node-table{min-width:760px}
.node-table td{vertical-align:middle}
.node-table td strong,.node-table td span,.node-table td small{display:block}
.node-table td small{margin-top:4px;color:var(--muted);font-size:11px}
.node-uninstall-note{margin-top:15px;padding:12px 14px;border-radius:10px;background:#f7f9fb;color:#667085;font-size:12px}
.node-uninstall-note code{margin-left:6px;color:#273444;word-break:break-all}

@media(max-width:960px){
  .node-page-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .node-page{padding-top:24px}
  .node-page-grid{gap:16px}
  .node-intro-panel,.node-list-panel{padding:15px}
  .node-safety-list{padding:13px 13px 13px 30px;font-size:12px}
  .node-command-card{padding:12px}
  .node-table{min-width:680px}
  .node-table th,.node-table td{padding:8px 7px;font-size:11px}
}
/* 2.8.1：页脚今日运行次数 */
.footer-run-count{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.footer-run-count strong{color:var(--primary-dark);font-weight:750}
@media(max-width:640px){.footer-run-count{white-space:normal}}

/* ======================================================================
   2.9.0 独立账号广告商插件
   ====================================================================== */
.advertiser-home-section{padding-top:0;padding-bottom:66px}
.advertiser-home-shell{width:min(980px,calc(100% - 96px));margin:0 auto}
.advertiser-home-heading{margin-bottom:18px;text-align:center}
.advertiser-home-heading h2{margin:4px 0 0;font-size:24px}
.advertiser-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}
.advertiser-home-grid.advertiser-count-1 .advertiser-home-item:first-child{grid-column:2}
.advertiser-home-grid.advertiser-count-2 .advertiser-home-item:first-child{grid-column:1}
.advertiser-home-grid.advertiser-count-2 .advertiser-home-item:nth-child(2){grid-column:3}
.advertiser-home-item{min-width:0;height:78px;display:flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 25px rgba(15,23,42,.045);transition:.18s ease}
.advertiser-home-item:hover{transform:translateY(-2px);border-color:#c8d2dc;box-shadow:0 14px 35px rgba(15,23,42,.08)}
.advertiser-home-item img{display:block;max-width:160px;max-height:48px;width:auto;height:auto;object-fit:contain}

.advertiser-login-page{min-height:calc(100vh - 150px);display:flex;align-items:center}
.advertiser-login-container{display:flex;justify-content:center}
.advertiser-login-panel{width:min(480px,100%);padding:34px}
.advertiser-login-panel h1{margin:6px 0 8px;font-size:30px}
.advertiser-login-lead{margin:0 0 22px;color:var(--muted);font-size:14px}
.advertiser-login-form{gap:15px}
.advertiser-login-help{margin:18px 0 0;color:var(--muted);font-size:12px;line-height:1.7}
.advertiser-login-help code{padding:2px 6px;border-radius:6px;background:#f2f4f7;color:#344054;word-break:break-all}
.advertiser-alert{margin:0 0 18px;padding:11px 14px;border:1px solid;border-radius:10px;font-size:13px}
.advertiser-alert-success{background:#effaf5;border-color:#ccebdc;color:#13734d}
.advertiser-alert-danger{background:#fff3f4;border-color:#f1c7cc;color:#a92f3d}

.advertiser-admin-page{min-height:calc(100vh - 150px);padding-top:34px}
.advertiser-admin-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}
.advertiser-admin-heading h1{margin:5px 0 0;font-size:32px}
.advertiser-admin-heading p{margin:4px 0 0;color:var(--muted);font-size:13px}
.advertiser-admin-grid{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.65fr);gap:22px;align-items:start}
.advertiser-editor-panel{position:sticky;top:90px;padding:22px}
.advertiser-list-panel{min-width:0;padding:22px}
.advertiser-editor-panel .panel-heading,.advertiser-list-panel .panel-heading{align-items:center;margin-bottom:18px}
.advertiser-editor-form{gap:14px}
.advertiser-editor-form input[type=file]{width:100%;padding:9px;border:1px dashed #cbd5df;border-radius:10px;background:#f8fafc}
.advertiser-switch-label{align-content:start}
.advertiser-checkbox{display:flex;align-items:center;gap:8px;min-height:46px;padding:10px 12px;border:1px solid #cfd6df;border-radius:11px;background:#fff;font-weight:500}
.advertiser-checkbox input{width:18px!important;height:18px;margin:0;padding:0!important}
.advertiser-current-logo{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#f8fafc;color:var(--muted);font-size:12px}
.advertiser-current-logo img{display:block;max-width:140px;max-height:44px;object-fit:contain}
.advertiser-table-wrap{border:1px solid var(--line);border-radius:12px;overflow:auto}
.advertiser-table{min-width:820px}
.advertiser-table th,.advertiser-table td{padding:10px 9px;vertical-align:middle}
.advertiser-list-identity{display:flex;align-items:center;gap:11px;min-width:240px}
.advertiser-list-identity img{width:72px;height:40px;padding:4px;border:1px solid var(--line);border-radius:8px;background:#fff;object-fit:contain}
.advertiser-list-identity strong,.advertiser-list-identity a{display:block;max-width:270px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.advertiser-list-identity a{margin-top:2px;color:var(--muted);font-size:11px}
.advertiser-schedule span,.advertiser-schedule small{display:block}
.advertiser-schedule small{margin-top:2px;color:var(--muted)}
.advertiser-actions{display:flex;align-items:center;gap:9px;white-space:nowrap}
.advertiser-actions form{display:inline-flex;margin:0}
.advertiser-actions a,.advertiser-actions button{font-size:12px}
.advertiser-delete{color:var(--danger)!important}

@media(max-width:980px){
  .advertiser-admin-grid{grid-template-columns:1fr}
  .advertiser-editor-panel{position:static}
}
@media(max-width:640px){
  .advertiser-home-section{padding-bottom:38px}
  .advertiser-home-shell{width:calc(100% - 24px)}
  .advertiser-home-grid{gap:8px}
  .advertiser-home-item{height:58px;padding:8px 7px;border-radius:10px}
  .advertiser-home-item img{max-width:92px;max-height:34px}
  .advertiser-home-heading{margin-bottom:12px}
  .advertiser-home-heading h2{font-size:20px}
  .advertiser-login-page{padding:28px 0}
  .advertiser-login-panel{padding:22px 17px}
  .advertiser-login-panel h1{font-size:26px}
  .advertiser-admin-page{padding-top:22px}
  .advertiser-admin-heading{align-items:flex-start;flex-direction:column}
  .advertiser-admin-heading h1{font-size:28px}
  .advertiser-admin-heading form,.advertiser-admin-heading .button{width:100%}
  .advertiser-editor-panel,.advertiser-list-panel{padding:15px}
  .advertiser-editor-panel .panel-heading,.advertiser-list-panel .panel-heading{align-items:flex-start;flex-direction:column;gap:10px}
  .advertiser-list-panel .panel-heading .button{width:100%}
}
@media(max-width:380px){
  .advertiser-home-shell{width:calc(100% - 14px)}
  .advertiser-home-grid{gap:5px}
  .advertiser-home-item{height:54px;padding:7px 4px}
  .advertiser-home-item img{max-width:82px;max-height:30px}
}

/* 2.9.1 广告插件诊断条 */
.advertiser-system-status{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;padding:12px 14px;border:1px solid var(--line,#dce3ea);border-radius:14px;background:rgba(255,255,255,.72)}
.advertiser-system-status>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;font-size:14px;color:var(--muted,#718096)}
.advertiser-system-status strong{color:var(--text,#111827)}
.advertiser-system-status form{margin:0;flex:0 0 auto}
@media(max-width:680px){.advertiser-system-status{align-items:flex-start;flex-direction:column}.advertiser-system-status form,.advertiser-system-status .button{width:100%}}


/* ======================================================================
   2.9.4 桌面端紧凑居中布局 + 广告卡片精简
   ====================================================================== */
.advertiser-home-heading{margin-bottom:12px;text-align:center}
.advertiser-home-heading .eyebrow{font-size:12px;letter-spacing:.1em}
.advertiser-home-shell{width:min(860px,calc(100% - 80px))}
.advertiser-home-grid{gap:12px}
.advertiser-home-item{
  width:100%;
  max-width:220px;
  height:60px;
  justify-self:center;
  padding:8px 14px;
  border-radius:11px;
  box-shadow:0 5px 16px rgba(15,23,42,.04)
}
.advertiser-home-item:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(15,23,42,.07)}
.advertiser-home-item img{max-width:132px;max-height:36px}

@media(min-width:1001px){
  .container{width:min(1060px,calc(100% - 64px))}
  .hero{padding:72px 0 62px}
  .hero-grid{gap:52px}
  .hero h1{font-size:clamp(40px,4.4vw,58px)}
  .section{padding:54px 0}
  .compact-section{padding:32px 0}
  .panel{padding:24px}

  /* 报告头部和四个板块不再铺满桌面，统一居中显示。 */
  .compact-report-hero .container{width:min(1000px,calc(100% - 72px))}
  .report-section .container{width:min(920px,calc(100% - 72px))}
  .compact-report-shell{width:100%;max-width:920px;margin-left:auto;margin-right:auto}
  .compact-report-shell .tabs{padding:6px 7px 0!important}
  .compact-report-shell .tab{padding:8px 10px;font-size:13px}
  .compact-report-shell .tab-panel{padding:8px!important}
  .report-fit-viewport{border-radius:10px}
  .compact-report-hero .metric-grid>div{padding:11px 13px}
}

@media(max-width:640px){
  .advertiser-home-heading{margin-bottom:9px}
  .advertiser-home-shell{width:calc(100% - 18px)}
  .advertiser-home-grid{gap:6px}
  .advertiser-home-item{max-width:none;height:50px;padding:6px 4px;border-radius:9px}
  .advertiser-home-item img{max-width:76px;max-height:27px}
}


/* ======================================================================
   2.9.5 脚本命令紧凑显示
   ====================================================================== */
.compact-script-command{margin:12px 0;border-radius:10px;max-width:100%}
.compact-script-command code{padding:11px 13px;font-size:11.5px;line-height:1.5;max-height:86px;overflow:auto;scrollbar-width:thin}
.compact-script-command button{padding:0 13px;font-size:12px;white-space:nowrap}
@media(max-width:640px){
  .compact-script-command code{padding:10px 11px;font-size:10.5px;line-height:1.45;max-height:104px}
  .compact-script-command button{padding:8px 10px}
}

/* ======================================================================
   2.9.6 我的测试：测试模式桌面端适配
   ====================================================================== */
.test-mode-fieldset{
  min-width:0;
  margin:0;
  padding:0;
  border:0;
}
.test-mode-heading{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:16px;
  margin-bottom:9px;
}
.test-mode-heading .form-label{
  color:var(--text);
  font-weight:650;
}
.test-mode-heading small{
  color:var(--muted);
  font-size:12px;
  font-weight:400;
  text-align:right;
}
.test-mode-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.test-mode-option{
  position:relative;
  display:block!important;
  min-width:0;
  cursor:pointer;
}
.test-mode-option>input{
  position:absolute;
  width:1px!important;
  height:1px;
  margin:0;
  opacity:0;
  pointer-events:none;
}
.test-mode-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:116px;
  height:100%;
  padding:14px 15px 13px;
  border:1px solid #d6dce4;
  border-radius:12px;
  background:#fff;
  box-shadow:0 2px 8px rgba(15,23,42,.025);
  transition:border-color .16s,box-shadow .16s,background .16s,transform .16s;
}
.test-mode-option:hover .test-mode-card{
  border-color:#9bd5ba;
  transform:translateY(-1px);
}
.test-mode-option>input:focus-visible+.test-mode-card{
  outline:3px solid rgba(22,163,106,.16);
  outline-offset:2px;
}
.test-mode-option>input:checked+.test-mode-card{
  border-color:var(--primary);
  background:#f2fbf7;
  box-shadow:0 0 0 2px rgba(22,163,106,.11);
}
.test-mode-option>input:checked+.test-mode-card::after{
  content:"✓";
  position:absolute;
  right:10px;
  bottom:9px;
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:var(--primary);
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.test-mode-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-width:0;
}
.test-mode-card-top strong{
  min-width:0;
  color:#253043;
  font-size:15px;
  line-height:1.35;
}
.test-mode-card-top b{
  flex:0 0 auto;
  color:#647184;
  font-size:11px;
  font-weight:600;
  white-space:nowrap;
}
.test-mode-description{
  display:block;
  margin-top:8px;
  color:#758092;
  font-size:12px;
  font-weight:400;
  line-height:1.55;
}
.test-mode-tag{
  align-self:flex-start;
  margin-top:auto;
  padding:2px 7px;
  border-radius:999px;
  background:#eef2f6;
  color:#687487;
  font-size:10px;
  font-weight:650;
  line-height:1.5;
}
.test-mode-tag.recommended{
  background:#dff6ea;
  color:#087c4d;
}
.job-settings-grid{
  display:grid;
  grid-template-columns:minmax(220px,.82fr) minmax(0,1.18fr);
  align-items:stretch;
  gap:14px;
}
.visibility-field{
  min-width:0;
  align-content:start;
}
.visibility-field small{
  line-height:1.45;
}
.runtime-hint{
  min-width:0;
  padding:12px 14px;
  border:1px solid #dce6e1;
  border-radius:11px;
  background:#f7fbf9;
}
.runtime-hint-label{
  display:block;
  margin-bottom:3px;
  color:#7c8a82;
  font-size:11px;
  font-weight:650;
}
.runtime-hint strong{
  display:block;
  color:#34483e;
  font-size:13px;
  line-height:1.4;
}
.runtime-hint p{
  margin:5px 0 0;
  color:#68786f;
  font-size:11px;
  line-height:1.5;
}
.runtime-hint code{
  padding:1px 4px;
  border-radius:4px;
  background:#e6f0eb;
  color:#355e4a;
  font-size:10px;
}
@media(min-width:821px){
  .create-job-panel .job-form{gap:16px}
  .create-job-panel{padding:25px 27px}
}
@media(max-width:820px){
  .test-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .test-mode-card{min-height:122px;padding:12px 11px}
  .test-mode-card-top{align-items:flex-start;flex-direction:column;gap:2px}
  .job-settings-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .test-mode-heading{align-items:flex-start;flex-direction:column;gap:2px}
  .test-mode-heading small{text-align:left}
  .test-mode-grid{grid-template-columns:1fr;gap:8px}
  .test-mode-card{min-height:0;padding:12px 13px}
  .test-mode-card-top{align-items:center;flex-direction:row}
  .test-mode-description{margin-top:5px}
  .test-mode-tag{margin-top:8px}
}

/* ======================================================================
   3.0.0 社区节点信誉、风控与报告对比
   ====================================================================== */
.history-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.history-heading-actions form{margin:0}
.history-id-inner{display:flex;align-items:center;gap:8px;min-width:0}
.history-compare-checkbox{width:15px;height:15px;min-width:15px;margin:0;accent-color:var(--primary);cursor:pointer}
.node-reputation-cell strong,.node-reputation-cell span,.node-reputation-cell small{display:block}
.node-reputation-cell strong{font-size:16px;color:#243042}
.node-reputation-cell .status{display:inline-flex;margin:3px 0 2px}
.node-table{min-width:900px}

.compare-page{padding-top:42px}
.compare-container{width:min(1040px,calc(100% - 48px))}
.compare-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}
.compare-heading h1{margin:4px 0 8px;font-size:34px;line-height:1.15}
.compare-heading p{max-width:720px;margin:0;color:var(--muted);line-height:1.65}
.compare-picker{display:flex;align-items:end;gap:14px;margin-bottom:16px;padding:18px}
.compare-picker-inputs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;flex:1;min-width:0}
.compare-picker label{min-width:0}
.compare-picker input{text-transform:uppercase}
.compare-picker>.button{flex:0 0 auto;min-width:116px}
.compare-empty-state{text-align:center;color:var(--muted)}
.compare-empty-state strong{display:block;color:var(--text);font-size:17px}
.compare-empty-state p{margin:8px auto 0;max-width:680px;line-height:1.65}
.compare-report-cards{display:grid;grid-template-columns:repeat(var(--compare-count),minmax(0,1fr));gap:14px;margin:20px 0}
.compare-report-card{min-width:0;padding:17px 18px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.035)}
.compare-report-card.baseline{border-color:#9cd8bc;background:#f5fcf8}
.compare-report-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.compare-report-card-top code{font-size:12px;color:#566477}
.compare-report-card-top span{padding:2px 7px;border-radius:999px;background:#dff6ea;color:#087c4d;font-size:10px;font-weight:700}
.compare-report-card h2{margin:8px 0 6px;font-size:17px;line-height:1.4}
.compare-report-card h2 a{color:inherit;text-decoration:none}
.compare-report-card>p{min-height:38px;margin:0 0 10px;color:var(--muted);font-size:12px;line-height:1.55}
.compare-report-card dl{display:grid;gap:6px;margin:0}
.compare-report-card dl div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;font-size:11px}
.compare-report-card dt{color:#8993a2}
.compare-report-card dd{margin:0;text-align:right;color:#4e5b6e}
.compare-group{margin-top:16px;padding:19px}
.compare-group .panel-heading{margin-bottom:12px}
.compare-group .panel-heading h2{font-size:20px}
.compare-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:12px;-webkit-overflow-scrolling:touch}
.compare-table{min-width:760px;margin:0;table-layout:fixed}
.compare-table th:first-child{width:190px;text-align:left}
.compare-table thead th:not(:first-child){min-width:180px;text-align:center}
.compare-table tbody th{background:#f8fafc;color:#435064;font-size:12px;font-weight:650}
.compare-table td{position:relative;text-align:center;vertical-align:middle}
.compare-table td strong{display:block;color:#2f3b4c;font-size:13px;font-weight:650}
.compare-table td.compare-best{background:#f0faf5;box-shadow:inset 0 0 0 1px #b9e4ce}
.compare-table td.compare-best strong{color:#087c4d}
.compare-delta{display:inline-flex;margin-top:4px;padding:1px 6px;border-radius:999px;font-size:10px;font-weight:650}
.compare-delta.good{background:#e0f5e9;color:#087c4d}
.compare-delta.bad{background:#fff0ef;color:#ba3a32}
.compare-delta.neutral,.compare-delta.baseline{background:#edf1f5;color:#758092}
.compare-service-status{display:inline-flex;padding:3px 7px;border-radius:999px;background:#f0f2f5;color:#6d7786;font-size:11px}
.compare-service-status.positive{background:#e1f5ea;color:#087c4d}
.compare-note{margin:16px 0 0;padding:12px 14px;border:1px solid #dce5e0;border-radius:11px;background:#f7faf8;color:#68766e;font-size:12px;line-height:1.6}

.node-admin-heading-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.node-admin-heading-actions form{margin:0}
.node-risk-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:18px 0}
.node-risk-stats>div{padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#fff}
.node-risk-stats span{display:block;color:var(--muted);font-size:11px}
.node-risk-stats strong{display:block;margin-top:4px;color:#273244;font-size:24px}
.node-risk-toolbar{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0 0 12px}
.node-risk-toolbar a{padding:6px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#667286;font-size:12px;text-decoration:none}
.node-risk-toolbar a.active{border-color:#8bd0af;background:#eaf8f1;color:#087c4d}
.node-risk-panel{padding:19px}
.node-risk-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px}
.node-risk-table{min-width:1180px;margin:0}
.node-risk-table th,.node-risk-table td{padding:10px 9px;vertical-align:middle}
.node-risk-table td span,.node-risk-table td small{display:block}
.node-risk-table td small{margin-top:3px;color:var(--muted);font-size:10px;line-height:1.45}
.node-risk-identity strong,.node-risk-identity code,.node-risk-identity small{display:block}
.node-risk-identity code{margin:3px 0;color:#667286;font-size:10px}
.node-risk-danger{color:var(--danger)}
.node-risk-warning{color:#a66400!important}
.node-risk-actions{display:grid;gap:6px;min-width:180px}
.node-risk-actions input{width:100%;height:31px;padding:5px 7px;font-size:11px}
.node-risk-actions>div{display:flex;align-items:center;gap:8px;white-space:nowrap}
.node-risk-note{margin-top:12px;color:var(--muted);font-size:12px;line-height:1.6}

@media(max-width:900px){
  .compare-container{width:min(100% - 30px,1040px)}
  .compare-heading{align-items:flex-start;flex-direction:column}
  .compare-picker{align-items:stretch;flex-direction:column}
  .compare-picker-inputs{grid-template-columns:repeat(3,minmax(0,1fr))}
  .compare-picker>.button{width:100%}
  .node-risk-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:640px){
  .history-heading-actions{width:100%;justify-content:stretch}
  .history-heading-actions .button,.history-heading-actions form{width:100%}
  .history-heading-actions form .button{width:100%}
  .compare-page{padding-top:24px}
  .compare-container{width:calc(100% - 22px)}
  .compare-heading h1{font-size:28px}
  .compare-heading>.button{width:100%}
  .compare-picker{padding:14px}
  .compare-picker-inputs{grid-template-columns:1fr}
  .compare-report-cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding-bottom:8px}
  .compare-report-card{flex:0 0 86%;scroll-snap-align:start}
  .compare-group{padding:13px}
  .compare-table{min-width:680px}
  .compare-table th:first-child{width:150px}
  .node-admin-heading-actions{width:100%;align-items:stretch;flex-direction:column}
  .node-admin-heading-actions .button,.node-admin-heading-actions form{width:100%}
  .node-admin-heading-actions form .button{width:100%}
  .node-risk-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* OFFSEEK_FORM_POLISH_3_0_2_CSS_START
   Source-aware form polish for Offseek VPS Report 3.0.0. */
:root{
  --form-control-bg:#fff;
  --form-control-border:#d4dbe5;
  --form-control-border-hover:#aeb9c7;
  --form-control-shadow:0 1px 2px rgba(15,23,42,.035),inset 0 1px 0 rgba(255,255,255,.65);
  --form-control-focus:0 0 0 4px rgba(22,163,106,.13),0 6px 18px rgba(15,23,42,.06);
}

/* Visible text-like controls only. Hidden fields, radio cards and checkboxes are excluded. */
.job-form input:not([type="hidden"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.job-form select,
.report-search input,
.compare-picker input,
.node-risk-actions input,
.modal textarea{
  min-height:46px;
  border:1px solid var(--form-control-border);
  border-radius:12px;
  background:linear-gradient(180deg,#fff 0%,#fdfefe 100%);
  color:var(--text);
  box-shadow:var(--form-control-shadow);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease;
}
.job-form input:not([type="hidden"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):hover,
.job-form select:hover,
.report-search input:hover,
.compare-picker input:hover,
.node-risk-actions input:hover,
.modal textarea:hover{
  border-color:var(--form-control-border-hover);
  background:#fff;
}
.job-form input:not([type="hidden"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus,
.job-form select:focus,
.report-search input:focus,
.compare-picker input:focus,
.node-risk-actions input:focus,
.modal textarea:focus{
  border-color:var(--primary);
  background:#fff;
  box-shadow:var(--form-control-focus);
}
.job-form input::placeholder,
.report-search input::placeholder,
.compare-picker input::placeholder,
.node-risk-actions input::placeholder,
.modal textarea::placeholder{
  color:#9aa4b2;
  opacity:1;
}
.job-form input:disabled,
.job-form select:disabled,
.job-form textarea:disabled,
.job-form input[readonly],
.modal textarea[readonly]{
  border-color:#e2e7ed;
  background:#f4f6f8;
  color:#7d8795;
  box-shadow:none;
  cursor:not-allowed;
}
.job-form input:-webkit-autofill{
  -webkit-text-fill-color:var(--text);
  box-shadow:0 0 0 1000px #fff inset,var(--form-control-shadow);
  transition:background-color 9999s ease-out 0s;
}

/* Compact, consistent native checkboxes used by node consent and report comparison. */
.history-compare-checkbox,
.node-consent-row input[type="checkbox"]{
  appearance:none;
  -webkit-appearance:none;
  width:19px!important;
  height:19px!important;
  min-width:19px;
  margin:0;
  padding:0!important;
  border:1.5px solid #b8c2cf;
  border-radius:6px;
  background:#fff center/12px 12px no-repeat;
  box-shadow:0 1px 2px rgba(15,23,42,.06);
  cursor:pointer;
  transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.history-compare-checkbox:hover,
.node-consent-row input[type="checkbox"]:hover{
  border-color:var(--primary);
  transform:translateY(-1px);
}
.history-compare-checkbox:focus-visible,
.node-consent-row input[type="checkbox"]:focus-visible{
  outline:0;
  box-shadow:0 0 0 4px rgba(22,163,106,.14);
}
.history-compare-checkbox:checked,
.node-consent-row input[type="checkbox"]:checked{
  border-color:var(--primary);
  background-color:var(--primary);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m3.2 8.2 3 3.1 6.6-7'/%3E%3C/svg%3E");
  box-shadow:0 5px 12px rgba(22,163,106,.2);
}
.node-consent-row{align-items:center;padding:10px 12px;border:1px solid #e1e8e5;border-radius:11px;background:#f8fbfa}

/* Advertiser enabled checkbox: keeps the original submitted value and backend behavior. */
.advertiser-switch-label{gap:7px!important}
.advertiser-checkbox{
  position:relative;
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  align-items:center;
  gap:10px;
  min-height:46px;
  padding:9px 12px;
  border:1px solid var(--form-control-border);
  border-radius:12px;
  background:#fff;
  box-shadow:var(--form-control-shadow);
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.advertiser-checkbox:hover{border-color:#9bcfb6;background:#fbfefc}
.advertiser-checkbox input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0;
  pointer-events:none;
}
.advertiser-checkbox-mark{
  position:relative;
  display:grid;
  place-items:center;
  width:21px;
  height:21px;
  border:1.5px solid #b8c2cf;
  border-radius:7px;
  background:#fff;
  box-shadow:0 1px 2px rgba(15,23,42,.06);
  transition:.16s ease;
}
.advertiser-checkbox-mark::after{
  content:"";
  width:11px;
  height:6px;
  border-left:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:translateY(-1px) rotate(-45deg) scale(.65);
  opacity:0;
  transition:.16s ease;
}
.advertiser-checkbox input:checked+.advertiser-checkbox-mark{
  border-color:var(--primary);
  background:var(--primary);
  box-shadow:0 5px 12px rgba(22,163,106,.2);
}
.advertiser-checkbox input:checked+.advertiser-checkbox-mark::after{opacity:1;transform:translateY(-1px) rotate(-45deg) scale(1)}
.advertiser-checkbox input:focus-visible+.advertiser-checkbox-mark{box-shadow:0 0 0 4px rgba(22,163,106,.14)}
.advertiser-checkbox-copy{display:block;min-width:0;font-weight:500;line-height:1.3}
.advertiser-checkbox-copy strong{display:block;color:#344054;font-size:13px;font-weight:650}
.advertiser-checkbox-copy small{display:block;margin-top:2px;color:#8a94a3;font-size:10.5px;font-weight:400}

/* Logo upload: a real file input covers the full card, so keyboard and click behavior remain native. */
.advertiser-logo-field{display:grid;gap:7px}
.advertiser-logo-label{color:var(--text);font-weight:650}
.logo-upload-control{
  position:relative;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:12px!important;
  min-height:68px;
  padding:10px 12px!important;
  border:1.5px dashed #bec9d5;
  border-radius:13px;
  background:linear-gradient(135deg,#fbfcfd 0%,#f4faf7 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
  cursor:pointer;
  overflow:hidden;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;
}
.logo-upload-control:hover,
.logo-upload-control.is-dragover{
  border-color:var(--primary);
  background:#f3fbf7;
  box-shadow:0 0 0 4px rgba(22,163,106,.09);
  transform:translateY(-1px);
}
.logo-upload-input{
  position:absolute!important;
  inset:0;
  z-index:2;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  opacity:0;
  cursor:pointer;
}
.logo-upload-control:focus-within{border-color:var(--primary);box-shadow:var(--form-control-focus)}
.logo-upload-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:94px;
  height:38px;
  padding:0 14px;
  border:1px solid rgba(13,127,80,.14);
  border-radius:10px;
  background:linear-gradient(135deg,var(--primary),var(--primary-dark));
  color:#fff;
  box-shadow:0 7px 18px rgba(22,163,106,.2);
  font-size:12px;
  font-weight:750;
  white-space:nowrap;
}
.logo-upload-meta{display:block;min-width:0;line-height:1.35}
.logo-upload-meta strong{display:block;overflow:hidden;color:#344054;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
.logo-upload-meta small{display:block;margin-top:3px!important;color:#8b95a3!important;font-size:10.5px;font-weight:400}
.logo-upload-arrow{color:#98a2b3;font-size:18px;font-weight:400;transition:transform .18s ease,color .18s ease}
.logo-upload-control:hover .logo-upload-arrow{color:var(--primary);transform:translateX(2px)}
.logo-upload-help{display:block;color:var(--muted);font-size:11px;font-weight:400;line-height:1.55}
.logo-upload-preview{
  display:grid;
  grid-template-columns:72px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  padding:8px 10px;
  border:1px solid #dfe6eb;
  border-radius:11px;
  background:#f8fafc;
}
.logo-upload-preview[hidden]{display:none!important}
.logo-upload-preview img{display:block;width:72px;height:38px;padding:3px;border:1px solid #e3e8ee;border-radius:8px;background:#fff;object-fit:contain}
.logo-upload-preview-copy{min-width:0}
.logo-upload-preview-copy strong,.logo-upload-preview-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.logo-upload-preview-copy strong{color:#475467;font-size:11px}
.logo-upload-preview-copy span{margin-top:2px;color:#98a2b3;font-size:10px;font-weight:400}
.logo-upload-remove{position:relative;z-index:3;border:0;background:transparent;color:var(--danger);font-size:11px;font-weight:650;cursor:pointer}
.logo-upload-remove:hover{text-decoration:underline}
.advertiser-current-logo{padding:8px 10px;border-radius:9px}
.advertiser-current-logo img{max-width:112px;max-height:36px}

@media(max-width:640px){
  .job-form input:not([type="hidden"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .job-form select,.report-search input,.compare-picker input{min-height:44px;border-radius:11px}
  .logo-upload-control{grid-template-columns:auto minmax(0,1fr);min-height:64px;padding:9px 10px!important}
  .logo-upload-button{min-width:84px;height:36px;padding:0 11px}
  .logo-upload-arrow{display:none}
  .logo-upload-preview{grid-template-columns:60px minmax(0,1fr) auto}
  .logo-upload-preview img{width:60px;height:34px}
}
/* OFFSEEK_FORM_POLISH_3_0_2_CSS_END */

/* OFFSEEK_LAYOUT_FIX_3_0_3_CSS_START
   Fix compare form alignment and mobile public-report heading layout. */

/* 报告对比：三组标签与输入框使用一致行高，避免“报告 3（可选）”换行后下沉。 */
.compare-picker-field{
  display:grid;
  grid-template-rows:22px 46px;
  gap:7px;
  min-width:0;
  align-content:end;
}
.compare-picker-label{
  display:flex;
  align-items:center;
  min-width:0;
  min-height:22px;
  color:var(--text);
  font-size:14px;
  font-weight:650;
  line-height:1.4;
  white-space:nowrap;
}
.compare-picker-label small{
  color:inherit;
  font:inherit;
}
.compare-picker-field input{
  display:block;
  width:100%;
  min-width:0;
  height:46px;
  margin:0;
}
.compare-picker>.button{
  min-height:46px;
  align-self:end;
}

/* 对比结果提示：放在页面说明下方，保持醒目但不过度抢占视觉。 */
.compare-disclaimer{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:10px;
  padding:5px 9px;
  border:1px solid #d8e6df;
  border-radius:999px;
  background:#f7faf8;
  color:#68766e;
  font-size:12px;
  font-weight:600;
  line-height:1.4;
}
.compare-disclaimer::before{
  content:"i";
  display:grid;
  place-items:center;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#e2f3e9;
  color:var(--primary-dark);
  font-size:10px;
  font-weight:800;
}

/* 手机首页：标题独占一行，操作提示另起一行，避免“最近公开报告”被挤成两行。 */
@media(max-width:640px){
  .public-report-heading{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    align-items:start;
    gap:10px;
  }
  .public-report-heading>div:first-child{
    width:100%;
    min-width:0;
  }
  .public-report-heading h2{
    white-space:nowrap;
    overflow-wrap:normal;
    word-break:keep-all;
  }
  .public-report-heading-actions{
    display:flex;
    width:100%;
    min-width:0;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    flex-wrap:nowrap;
  }
  .public-report-heading-actions a,
  .public-report-swipe-hint{
    white-space:nowrap;
  }
  .compare-picker-field{
    grid-template-rows:22px 44px;
  }
  .compare-picker-field input,
  .compare-picker>.button{
    min-height:44px;
    height:44px;
  }
}

@media(max-width:390px){
  .public-report-heading-actions{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }
}
/* OFFSEEK_LAYOUT_FIX_3_0_3_CSS_END */

/* OFFSEEK_NODE_LAYOUT_3_0_4_CSS_START */
/* 社区节点页面改为上下全宽结构，避免列表在桌面端被双栏挤压。 */
.node-page-grid{grid-template-columns:minmax(0,1fr);gap:20px}
.node-list-panel{width:100%;min-width:0}
.node-list-heading,.node-risk-panel-heading{align-items:flex-end}
.node-list-heading>small,.node-risk-panel-heading>small{max-width:320px;color:var(--muted);font-size:11px;line-height:1.55;text-align:right}

/* 前台节点列表：观察期独立放在信誉后面，桌面端尽量完整展示。 */
.node-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:13px;-webkit-overflow-scrolling:touch}
.node-table{width:100%;min-width:960px;margin:0;table-layout:fixed}
.node-table th,.node-table td{padding:11px 9px;vertical-align:middle}
.node-table th:nth-child(1){width:15%}
.node-table th:nth-child(2){width:8%}
.node-table th:nth-child(3){width:11%}
.node-table th:nth-child(4){width:12%}
.node-table th:nth-child(5){width:12%}
.node-table th:nth-child(6){width:18%}
.node-table th:nth-child(7){width:14%}
.node-table th:nth-child(8){width:10%}
.node-identity-cell strong,.node-identity-cell small,.node-observation-cell span,.node-observation-cell small{display:block}
.node-identity-cell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.node-observation-cell small{margin-top:5px;color:var(--muted);font-size:10px;line-height:1.4}
.node-observation-badge{display:inline-flex!important;width:max-content;align-items:center;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:750;line-height:1.45;white-space:nowrap}
.node-observation-badge.is-active{background:#fff2cf;color:#9a6500}
.node-observation-badge.is-cancelled{background:#e4f6eb;color:#087c4d}
.node-observation-badge.is-finished{background:#edf1f5;color:#687487}

/* 风控后台：同步列顺序，并压缩列宽、允许文字自然换行。 */
.node-risk-panel{padding:18px}
.node-risk-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:13px;-webkit-overflow-scrolling:touch}
.node-risk-table{width:100%;min-width:1040px;margin:0;table-layout:fixed}
.node-risk-table th,.node-risk-table td{padding:10px 8px;vertical-align:middle;overflow-wrap:anywhere}
.node-risk-table th:nth-child(1){width:17%}
.node-risk-table th:nth-child(2){width:9%}
.node-risk-table th:nth-child(3){width:10%}
.node-risk-table th:nth-child(4){width:11%}
.node-risk-table th:nth-child(5){width:12%}
.node-risk-table th:nth-child(6){width:14%}
.node-risk-table th:nth-child(7){width:10%}
.node-risk-table th:nth-child(8){width:17%}
.node-risk-state-cell strong,.node-risk-state-cell small{display:block}
.node-risk-actions{min-width:0;gap:7px}
.node-risk-actions>div{display:flex;align-items:center;gap:5px;flex-wrap:wrap;white-space:normal}
.node-risk-actions .link-button{padding:2px 0;font-size:10.5px}
.node-observation-cancel{color:#087c4d!important;font-weight:750!important}

@media(min-width:1120px){
  .node-table{min-width:0}
  .node-risk-table{min-width:0}
}

/* 手机端将横向表格转换为信息卡，彻底避免左右滚动和列错位。 */
@media(max-width:760px){
  .node-list-heading,.node-risk-panel-heading{align-items:flex-start;flex-direction:column;gap:5px}
  .node-list-heading>small,.node-risk-panel-heading>small{max-width:none;text-align:left}
  .node-table-wrap,.node-risk-table-wrap{overflow:visible;border:0;background:transparent}
  .node-table,.node-risk-table{display:block;width:100%;min-width:0;background:transparent}
  .node-table thead,.node-risk-table thead{display:none}
  .node-table tbody,.node-risk-table tbody{display:grid;gap:12px}
  .node-table tr,.node-risk-table tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;padding:13px 14px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 7px 20px rgba(15,23,42,.035)}
  .node-table td,.node-risk-table td{display:block;min-width:0;padding:9px 0!important;border:0!important;border-bottom:1px dashed #e5e9ee!important;font-size:12px}
  .node-table td::before,.node-risk-table td::before{content:attr(data-label);display:block;margin-bottom:5px;color:#98a2b3;font-size:10px;font-weight:700;letter-spacing:.03em}
  .node-table td:nth-last-child(-n+2),.node-risk-table td:nth-last-child(-n+2){border-bottom:0!important}
  .node-table td:first-child,.node-risk-table td:first-child{grid-column:1/-1}
  .node-table td[data-label="配置"],.node-risk-table td[data-label="风控状态"],.node-risk-table td[data-label="操作"]{grid-column:1/-1}
  .node-table td[data-label="操作"] form{margin:0}
  .node-risk-actions input{height:38px;font-size:12px}
  .node-risk-actions>div{gap:10px}
  .node-risk-actions .link-button{font-size:12px}
}

@media(max-width:430px){
  .node-table tr,.node-risk-table tr{grid-template-columns:1fr}
  .node-table td,.node-risk-table td,.node-table td:first-child,.node-risk-table td:first-child,.node-table td[data-label="配置"],.node-risk-table td[data-label="风控状态"],.node-risk-table td[data-label="操作"]{grid-column:1}
  .node-table td:nth-last-child(2),.node-risk-table td:nth-last-child(2){border-bottom:1px dashed #e5e9ee!important}
  .node-table td:last-child,.node-risk-table td:last-child{border-bottom:0!important}
}
/* OFFSEEK_NODE_LAYOUT_3_0_4_CSS_END */

/* OFFSEEK_SCRIPT_DISCLOSURE_3_0_5_START */
.footer-doc-link{color:inherit;text-decoration:underline;text-decoration-color:rgba(255,255,255,.32);text-underline-offset:3px}.footer-doc-link:hover{color:#fff;text-decoration-color:currentColor}
.inline-doc-link{display:inline-flex;margin-top:7px;color:var(--primary-dark);font-size:11px;font-weight:750;text-decoration:none}.inline-doc-link:hover{text-decoration:underline}

.transparency-promo-section{padding-top:4px;padding-bottom:8px}
.transparency-promo{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:20px 22px;border:1px solid #dbe9e2;border-radius:17px;background:linear-gradient(135deg,#f6fbf8 0%,#f8fafc 58%,#f2f7fb 100%);box-shadow:0 14px 34px rgba(15,23,42,.045)}
.transparency-promo-mark{display:grid;place-items:center;width:56px;height:56px;border:1px solid rgba(13,127,80,.13);border-radius:15px;background:#fff;color:var(--primary-dark);font:800 18px/1 ui-monospace,SFMono-Regular,Menlo,monospace;box-shadow:0 9px 24px rgba(13,127,80,.09)}
.transparency-promo-copy{min-width:0}.transparency-promo-copy h2{margin:3px 0 6px;font-size:20px}.transparency-promo-copy p{max-width:800px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}
.transparency-promo-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.transparency-promo-tags span{padding:4px 8px;border:1px solid #d8e7df;border-radius:999px;background:rgba(255,255,255,.82);color:#537064;font-size:10px;font-weight:700}

.script-audit-tip{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin:12px 0 4px;padding:10px 12px;border:1px solid #dbe8e1;border-radius:11px;background:#f7fbf8}
.script-audit-tip>span{padding:3px 7px;border-radius:999px;background:#dff3e7;color:var(--primary-dark);font-size:10px;font-weight:800;white-space:nowrap}.script-audit-tip p{margin:0;color:#647269;font-size:11px;line-height:1.55}.script-audit-tip a{color:var(--primary-dark);font-size:11px;font-weight:750;white-space:nowrap;text-decoration:none}.script-audit-tip a:hover{text-decoration:underline}

.transparency-page{padding-top:34px}.transparency-shell{display:grid;gap:18px;max-width:1180px}.transparency-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.65fr);gap:28px;padding:30px;background:linear-gradient(145deg,#fff 0%,#f8fbfa 62%,#f1f8f5 100%);overflow:hidden}.transparency-hero-copy h1{margin:6px 0 12px;font-size:clamp(28px,4vw,44px);line-height:1.12}.transparency-hero-copy>p{max-width:760px;margin:0;color:var(--muted);font-size:14px;line-height:1.85}
.transparency-meta-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:16px}.transparency-meta-row span{min-width:0;padding:7px 6px;border:1px solid #dfe8e3;border-radius:13px;background:#fff;color:#6b7780;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.25}.transparency-meta-row em{font-style:normal;font-size:10px;white-space:nowrap}.transparency-meta-row strong{color:#27372f;font-size:12px;white-space:nowrap;margin-top:2px}
.transparency-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:19px}.transparency-trust-card{align-self:stretch;padding:21px;border:1px solid #dce9e2;border-radius:16px;background:rgba(255,255,255,.88);box-shadow:0 14px 36px rgba(15,23,42,.05)}.transparency-trust-card>strong{display:block;margin-bottom:12px;font-size:15px}.transparency-trust-card ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.transparency-trust-card li{position:relative;padding-left:21px;color:#56645c;font-size:12px;line-height:1.55}.transparency-trust-card li::before{content:"✓";position:absolute;left:0;top:0;color:var(--primary);font-weight:900}
.transparency-toc{position:sticky;top:76px;z-index:15;display:flex;gap:7px;overflow-x:auto;padding:9px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.94);box-shadow:0 8px 26px rgba(15,23,42,.055);backdrop-filter:blur(10px);scrollbar-width:none}.transparency-toc::-webkit-scrollbar{display:none}.transparency-toc a{flex:0 0 auto;padding:7px 10px;border-radius:8px;color:#5f6c65;font-size:11px;font-weight:700;text-decoration:none}.transparency-toc a:hover{background:#edf7f2;color:var(--primary-dark)}
.disclosure-section{padding:25px;scroll-margin-top:132px}.disclosure-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.disclosure-index{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:11px;background:#e8f5ee;color:var(--primary-dark);font:800 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.disclosure-heading h2{margin:2px 0 0;font-size:22px}.disclosure-intro{margin:-4px 0 17px;color:var(--muted);font-size:13px;line-height:1.75}.disclosure-footnote{margin:14px 0 0;color:var(--muted);font-size:11px;line-height:1.7}
.disclosure-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.disclosure-flow-grid article{position:relative;min-width:0;padding:17px;border:1px solid #e2e8e5;border-radius:13px;background:#fbfcfc}.disclosure-flow-grid b{display:grid;place-items:center;width:25px;height:25px;margin-bottom:10px;border-radius:8px;background:#e7f4ed;color:var(--primary-dark);font-size:11px}.disclosure-flow-grid strong{display:block;font-size:14px}.disclosure-flow-grid p{margin:6px 0 0;color:var(--muted);font-size:11px;line-height:1.65}
.disclosure-callout{margin-top:13px;padding:13px 15px;border:1px solid;border-radius:12px}.disclosure-callout strong{display:block;margin-bottom:4px;font-size:12px}.disclosure-callout p{margin:0;font-size:11px;line-height:1.7}.disclosure-callout.warning{border-color:#f2dfae;background:#fffaf0;color:#77561a}.disclosure-callout.success{border-color:#cce8d9;background:#f4fbf7;color:#315f49}.disclosure-callout.neutral{border-color:#dce3e8;background:#f8fafb;color:#55616b}
.disclosure-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:13px;-webkit-overflow-scrolling:touch}.disclosure-table{width:100%;min-width:720px;margin:0;border-collapse:collapse}.disclosure-table th,.disclosure-table td{padding:12px 14px;border-bottom:1px solid #e8ecea;text-align:left;font-size:12px}.disclosure-table th{background:#f6f9f7;color:#526159;font-size:11px}.disclosure-table tbody tr:last-child td{border-bottom:0}.disclosure-table td:not(:first-child){font-variant-numeric:tabular-nums}
.collection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.collection-card{padding:18px;border:1px solid;border-radius:14px}.collection-card h3{margin:0 0 10px;font-size:15px}.collection-card ul{display:grid;gap:7px;margin:0;padding-left:18px}.collection-card li{font-size:11px;line-height:1.6}.collection-card.collected{border-color:#cfe7da;background:#f6fbf8;color:#375b49}.collection-card.excluded{border-color:#e1e5e9;background:#fafbfc;color:#58636c}.collection-card code{padding:1px 4px;border-radius:4px;background:rgba(255,255,255,.78)}
.endpoint-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.endpoint-grid article{min-width:0;padding:16px;border:1px solid #e1e7e4;border-radius:13px;background:#fbfcfc}.endpoint-grid h3{margin:0 0 8px;font-size:14px}.endpoint-grid p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.65}.endpoint-grid code{display:block;margin:4px 0;padding:5px 7px;border-radius:7px;background:#f0f4f2;color:#335746;font-size:10px;overflow-wrap:anywhere}
.formula-principle,.formula-summary-card{padding:18px;border:1px solid #dce7e1;border-radius:14px;background:#f8fbf9}.formula-principle h3,.formula-summary-card h3{margin:0 0 9px;font-size:15px}.formula-principle p,.formula-summary-card p{margin:9px 0 0;color:var(--muted);font-size:11px;line-height:1.7}.formula-box{padding:11px 12px;border:1px solid #dbe6e0;border-radius:10px;background:#fff;overflow-x:auto}.formula-box code{display:block;color:#234b38;font:600 11px/1.75 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:normal;overflow-wrap:anywhere}.formula-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:13px}.formula-card{position:relative;min-width:0;padding:18px;border:1px solid #e0e7e3;border-radius:14px;background:#fff}.formula-card-wide{grid-column:1/-1}.formula-card h3{margin:0 0 10px;font-size:16px}.formula-card p{margin:9px 0 0;color:var(--muted);font-size:11px;line-height:1.65}.formula-weight{position:absolute;right:14px;top:14px;padding:3px 7px;border-radius:999px;background:#edf7f2;color:var(--primary-dark);font-size:9px;font-weight:800}.formula-summary-card{margin-top:13px}.grade-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin:10px 0}.grade-grid span{padding:8px 6px;border:1px solid #e0e7e3;border-radius:9px;background:#fff;text-align:center;color:#69756e;font-size:10px}.grade-grid b{display:block;color:#234b38;font-size:15px}.confidence-formula{margin-top:10px}
.script-source-list{display:grid;gap:11px}.script-source-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:16px;border:1px solid #e1e7e4;border-radius:14px;background:#fbfcfc}.script-source-main{min-width:0}.script-type{display:inline-flex;margin-bottom:6px;padding:3px 7px;border-radius:999px;background:#e8f5ee;color:var(--primary-dark);font-size:9px;font-weight:800}.script-source-main h3{margin:0;font-size:15px}.script-source-main p{margin:5px 0 8px;color:var(--muted);font-size:11px;line-height:1.6}.script-file-meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.script-file-meta code{padding:3px 6px;border-radius:6px;background:#eef3f0;color:#345442;font-size:10px}.script-file-meta span{color:#89938d;font-size:9px}.script-source-actions{display:flex;align-items:center;gap:6px}.hash-row{grid-column:1/-1;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding-top:11px;border-top:1px dashed #dfe5e2}.hash-row>span{color:#849088;font-size:9px;font-weight:800}.hash-row code{min-width:0;overflow:hidden;color:#40554a;font:10px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;text-overflow:ellipsis;white-space:nowrap}.hash-row button{border:0;background:transparent;color:var(--primary-dark);font-size:10px;font-weight:750;cursor:pointer}.hash-row button:hover{text-decoration:underline}.verify-command-card{margin-top:14px;padding:17px;border:1px solid #dce6e1;border-radius:14px;background:#f7faf8}.verify-command-card h3{margin:0 0 8px;font-size:14px}.verify-command-card pre{margin:0;padding:12px;border-radius:10px;background:#15211b;color:#d9f4e6;overflow-x:auto}.verify-command-card pre code{font:11px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace}.verify-command-card p{margin:9px 0 0;color:var(--muted);font-size:11px;line-height:1.65}
.community-node-disclosure{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.community-node-disclosure>div{padding:17px;border:1px solid #e1e7e4;border-radius:13px;background:#fbfcfc}.community-node-disclosure h3{margin:0 0 7px;font-size:14px}.community-node-disclosure p{margin:0;color:var(--muted);font-size:11px;line-height:1.7}.community-node-disclosure .formula-box{margin:8px 0}.transparency-final-note{padding:17px 19px;border:1px solid #d5e5dc;border-radius:14px;background:linear-gradient(135deg,#f1faf5,#f7faf9);color:#3e5d4d}.transparency-final-note strong{display:block;margin-bottom:4px;font-size:13px}.transparency-final-note p{margin:0;font-size:11px;line-height:1.7}

@media(max-width:900px){
  .transparency-hero{grid-template-columns:1fr}.disclosure-flow-grid,.endpoint-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.transparency-promo{grid-template-columns:auto minmax(0,1fr)}.transparency-promo>.button{grid-column:2;justify-self:start}.transparency-toc{top:68px}
}
@media(max-width:680px){
  .transparency-page{padding-top:18px}.transparency-shell{gap:13px}.transparency-hero,.disclosure-section{padding:18px}.transparency-hero-copy h1{font-size:29px}.transparency-actions .button{flex:1 1 auto}.transparency-meta-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}.transparency-meta-row span{padding:6px 2px;border-radius:10px}.transparency-meta-row em{font-size:8.5px}.transparency-meta-row strong{font-size:10px;letter-spacing:-.2px}.transparency-toc{top:64px;margin-inline:-2px}.disclosure-heading{align-items:flex-start}.disclosure-heading h2{font-size:19px}.disclosure-flow-grid,.collection-grid,.endpoint-grid,.formula-grid,.community-node-disclosure{grid-template-columns:1fr}.formula-card-wide{grid-column:auto}.grade-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.script-source-card{grid-template-columns:1fr}.script-source-actions{justify-content:flex-start}.hash-row{grid-template-columns:auto minmax(0,1fr) auto}.transparency-promo{grid-template-columns:1fr;padding:17px}.transparency-promo-mark{width:48px;height:48px}.transparency-promo>.button{grid-column:auto;justify-self:start}.script-audit-tip{grid-template-columns:1fr;align-items:start}.script-audit-tip a{white-space:normal}
}
@media(max-width:420px){
  .transparency-hero,.disclosure-section{padding:15px}.transparency-actions{display:grid;grid-template-columns:1fr}.transparency-actions .button{width:100%}.script-source-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.hash-row{grid-template-columns:1fr auto}.hash-row>span{grid-column:1/-1}.hash-row code{white-space:normal;overflow-wrap:anywhere}.disclosure-table th,.disclosure-table td{padding:10px 11px}.formula-weight{position:static;display:inline-flex;margin-bottom:8px}
}
/* OFFSEEK_SCRIPT_DISCLOSURE_3_0_5_END */

/* OFFSEEK_COMMUNITY_ALL_NODES_AND_MAP_3_0_7_START */
.community-overview-section{padding-top:8px;padding-bottom:8px}
.community-overview{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;padding:20px 22px;border:1px solid #dbe8e1;border-radius:17px;background:linear-gradient(135deg,#f5fbf8,#f8fafc);box-shadow:0 12px 30px rgba(15,23,42,.04)}
.community-overview-copy h2{margin:4px 0 7px;font-size:21px}.community-overview-copy p{max-width:760px;margin:0;color:var(--muted);font-size:12px;line-height:1.7}
.community-overview-stats{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:10px}
.community-stat-card{display:grid;grid-template-columns:1fr auto;grid-template-areas:"label number" "meta number";align-items:center;gap:2px 14px;min-width:170px;padding:14px 15px;border:1px solid #dbe7e1;border-radius:13px;background:rgba(255,255,255,.88);color:inherit;text-decoration:none;transition:.18s ease}
.community-stat-card:hover{transform:translateY(-2px);border-color:#b9d8c8;box-shadow:0 10px 24px rgba(13,127,80,.08)}
.community-stat-card span{grid-area:label;color:#52645b;font-size:11px;font-weight:800}.community-stat-card strong{grid-area:number;color:var(--primary-dark);font-size:30px;line-height:1}.community-stat-card small{grid-area:meta;color:#87928c;font-size:9.5px;white-space:nowrap}

.node-map-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.node-map-summary>div{padding:14px 15px;border:1px solid #dfe8e3;border-radius:12px;background:#fbfcfc}.node-map-summary span,.node-map-summary small{display:block}.node-map-summary span{color:#75827b;font-size:10px;font-weight:800}.node-map-summary strong{display:block;margin:4px 0 3px;color:#234b38;font-size:26px}.node-map-summary small{color:#98a19c;font-size:9.5px}
.world-node-map{position:relative;aspect-ratio:2/1;min-height:280px;border:1px solid #dbe7e1;border-radius:18px;background:radial-gradient(circle at 55% 42%,rgba(62,157,111,.08),transparent 36%),linear-gradient(180deg,#eef7f3 0%,#f8fbfa 100%);overflow:hidden}
.world-node-map-shape,.world-node-map-markers{position:absolute;inset:0;width:100%;height:100%}.world-node-map-shape{display:block}.world-grid-lines path{fill:none;stroke:#dbe8e2;stroke-width:1;stroke-dasharray:5 8}.world-land path{fill:#d5e7de;stroke:#bdd6c9;stroke-width:1.4;vector-effect:non-scaling-stroke}
.world-node-map-markers{pointer-events:none}.world-node-marker{position:absolute;display:grid;place-items:center;width:28px;height:28px;transform:translate(-50%,-50%) scale(var(--marker-scale,1));transform-origin:center;border:2px solid #fff;border-radius:50%;background:linear-gradient(145deg,#119764,#087c4d);box-shadow:0 5px 16px rgba(8,124,77,.28);color:#fff;pointer-events:auto;cursor:help;z-index:2}.world-node-marker::after{content:"";position:absolute;inset:-7px;border:1px solid rgba(13,127,80,.26);border-radius:50%;animation:offseek-node-pulse 2.8s ease-out infinite}.world-node-marker i{font-style:normal;font-size:9px;font-weight:900;line-height:1}.world-node-marker b{position:absolute;top:30px;padding:2px 5px;border-radius:5px;background:rgba(20,33,27,.86);font-size:7.5px;line-height:1.2;white-space:nowrap}.world-node-marker:hover{z-index:5;filter:brightness(1.08)}
@keyframes offseek-node-pulse{0%{transform:scale(.7);opacity:.85}70%,100%{transform:scale(1.55);opacity:0}}
.world-node-map-empty{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:10px 14px;border:1px solid #d6e4dd;border-radius:10px;background:rgba(255,255,255,.88);color:#738078;font-size:11px;text-align:center;box-shadow:0 8px 22px rgba(15,23,42,.06)}
.node-region-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.node-region-list>div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"code label count" "code cities count";align-items:center;gap:2px 8px;min-width:0;padding:10px 11px;border:1px solid #e0e8e4;border-radius:10px;background:#fbfcfc}.node-region-list span{grid-area:code;display:grid;place-items:center;min-width:28px;height:28px;padding:0 5px;border-radius:8px;background:#e9f5ef;color:var(--primary-dark);font-size:9px;font-weight:900}.node-region-list strong{grid-area:label;min-width:0;overflow:hidden;color:#405148;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.node-region-list b{grid-area:count;color:var(--primary-dark);font-size:16px}.node-region-list small{grid-area:cities;min-width:0;overflow:hidden;color:#929c96;font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}
.node-participation-rule{margin-top:14px}.node-reputation-formula{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:14px;margin-top:14px;padding:17px;border:1px solid #d9e7e0;border-radius:14px;background:linear-gradient(135deg,#f6fbf8,#fbfcfc)}.node-reputation-formula h3{margin:4px 0 7px;font-size:16px}.node-reputation-formula p{margin:0;color:var(--muted);font-size:11px;line-height:1.7}.node-reputation-formula ul{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;margin:0;padding-left:18px;color:#5e6d65}.node-reputation-formula li{font-size:10.5px;line-height:1.55}

@media(max-width:900px){.community-overview{grid-template-columns:1fr}.community-overview-stats{width:100%}.node-region-list{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.community-overview{padding:17px}.community-overview-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.community-stat-card{min-width:0;padding:12px}.community-stat-card strong{font-size:25px}.community-stat-card small{white-space:normal}.node-map-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.node-map-summary>div{padding:10px}.node-map-summary strong{font-size:21px}.node-map-summary small{line-height:1.35}.world-node-map{min-height:220px;border-radius:13px}.world-node-marker{width:24px;height:24px}.world-node-marker b{top:26px}.node-region-list{grid-template-columns:repeat(2,minmax(0,1fr))}.node-reputation-formula{grid-template-columns:1fr;padding:14px}.node-reputation-formula ul{grid-column:auto;grid-template-columns:1fr}}
@media(max-width:430px){.community-overview-stats{grid-template-columns:1fr}.community-stat-card{grid-template-columns:1fr auto}.node-map-summary{grid-template-columns:1fr}.node-map-summary>div{display:grid;grid-template-columns:1fr auto;align-items:center}.node-map-summary strong{grid-column:2;grid-row:1/3;margin:0}.world-node-map{min-height:190px}.node-region-list{grid-template-columns:1fr}.world-node-marker b{display:none}}
@media(prefers-reduced-motion:reduce){.world-node-marker::after{animation:none}.community-stat-card{transition:none}}
/* OFFSEEK_COMMUNITY_ALL_NODES_AND_MAP_3_0_7_END */

/* OFFSEEK_HOME_WORLD_MAP_3_0_8_START */
.community-overview{display:block;padding:22px}
.community-overview-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px}
.community-stat-card[role="status"]{cursor:default}.community-stat-card[role="status"]:hover{transform:none;border-color:#dbe7e1;box-shadow:none}

.node-world-map-panel{margin-top:18px;padding:18px;border:1px solid #dce8e2;border-radius:17px;background:rgba(255,255,255,.9);box-shadow:0 14px 34px rgba(15,23,42,.045)}
.node-world-map-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}
.node-world-map-heading h3{margin:3px 0 5px;font-size:20px}.node-world-map-heading p{max-width:720px;margin:0;color:var(--muted);font-size:11px;line-height:1.65}
.node-world-map-count{display:flex;align-items:baseline;gap:5px;flex:0 0 auto;padding:8px 11px;border:1px solid #d9e7df;border-radius:11px;background:#f8fbf9;color:#65756c;white-space:nowrap}.node-world-map-count strong{color:var(--primary-dark);font-size:24px;line-height:1}.node-world-map-count span{font-size:10px;font-weight:750}
.node-world-map-canvas{position:relative;width:100%;padding:12px 14px;border:1px solid #d8e5df;border-radius:16px;background:radial-gradient(circle at 50% 44%,rgba(44,178,123,.075),transparent 40%),linear-gradient(180deg,#f7fafc 0%,#eef5f4 100%);overflow:hidden}
.node-world-map-svg{display:block;width:100%;height:auto;max-height:560px;margin:auto;overflow:visible}
.node-world-graticule path{fill:none;stroke:#dce5eb;stroke-width:1.2;stroke-dasharray:6 8;opacity:.8;vector-effect:non-scaling-stroke}
.node-world-country{fill-rule:evenodd;clip-rule:evenodd;fill:#dce6ee;stroke:#aebdcb;stroke-width:.85;transition:fill .18s ease,filter .18s ease;vector-effect:non-scaling-stroke}
.node-world-country.is-all-online{fill:#43c694;stroke:#159a69}.node-world-country.is-partial-online{fill:#f7ac3b;stroke:#de8400}.node-world-country.is-all-offline{fill:#fb607b;stroke:#df2f50}
.node-world-country:hover{filter:brightness(.96)}
.node-world-point{pointer-events:auto;filter:drop-shadow(0 3px 4px rgba(20,61,44,.2))}.node-world-point circle{stroke:#fff;stroke-width:3;vector-effect:non-scaling-stroke}.node-world-point text{fill:#fff;font-size:10px;font-weight:900;paint-order:stroke;stroke:rgba(0,0,0,.12);stroke-width:1px}.node-world-point.is-all-online circle{fill:#119b68}.node-world-point.is-partial-online circle{fill:#f59e0b}.node-world-point.is-all-offline circle{fill:#f43f5e}
.node-world-map-empty{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;padding:10px 14px;border:1px solid #d7e3dd;border-radius:10px;background:rgba(255,255,255,.92);color:#748078;font-size:11px;text-align:center;box-shadow:0 8px 22px rgba(15,23,42,.07)}
.node-world-map-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px;padding:11px 13px;border:1px solid #e0e7e4;border-radius:12px;background:#fbfcfc}
.node-world-map-legend{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.node-world-map-legend span{display:inline-flex;align-items:center;gap:7px;color:#526159;font-size:10.5px;font-weight:750}.node-world-map-legend i{display:block;width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 3px rgba(15,23,42,.035)}.node-world-map-legend i.is-all-online{background:#22b981}.node-world-map-legend i.is-partial-online{background:#f59e0b}.node-world-map-legend i.is-all-offline{background:#f43f5e}.node-world-map-region-total{color:#7c8881;font-size:10px;white-space:nowrap}
.node-world-region-strip{display:flex;gap:7px;margin-top:10px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.node-world-region-strip::-webkit-scrollbar{display:none}
.node-world-region-item{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding:7px 9px;border:1px solid #e0e7e4;border-radius:9px;background:#fbfcfc;color:#55645c;font-size:9px}.node-world-region-item>i{width:7px;height:7px;border-radius:50%}.node-world-region-item.is-all-online>i{background:#22b981}.node-world-region-item.is-partial-online>i{background:#f59e0b}.node-world-region-item.is-all-offline>i{background:#f43f5e}.node-world-region-item b{color:#34483e;font-size:9px}.node-world-region-item strong{margin-left:2px;color:var(--primary-dark);font-size:9px}

@media(max-width:900px){.community-overview-top{grid-template-columns:1fr}.community-overview-stats{width:100%}.node-world-map-svg{max-height:none}}
@media(max-width:680px){
  .community-overview{padding:16px}.community-overview-top{gap:15px}.node-world-map-panel{margin-top:15px;padding:13px;border-radius:14px}.node-world-map-heading{align-items:flex-start;margin-bottom:11px}.node-world-map-heading h3{font-size:18px}.node-world-map-heading p{font-size:10px}.node-world-map-count{padding:7px 9px}.node-world-map-count strong{font-size:20px}
  .node-world-map-canvas{padding:5px 4px;border-radius:12px}.node-world-map-svg{width:100%;height:auto;min-height:0}.node-world-map-footer{align-items:flex-start;flex-direction:column;gap:8px;padding:10px}.node-world-map-legend{gap:12px}.node-world-map-region-total{white-space:normal}.node-world-point text{font-size:9px}
}
@media(max-width:430px){
  .node-world-map-heading{display:grid;grid-template-columns:1fr auto;gap:8px}.node-world-map-heading p{grid-column:1/-1}.node-world-map-count{grid-column:2;grid-row:1}.node-world-map-legend{display:grid;grid-template-columns:repeat(3,auto);width:100%;justify-content:space-between;gap:6px}.node-world-map-legend span{gap:5px;font-size:9px}.node-world-map-legend i{width:8px;height:8px}.node-world-map-canvas{margin-inline:-3px;width:calc(100% + 6px)}.node-world-point circle{stroke-width:2}.node-world-point text{font-size:8px}
}
@media(prefers-reduced-motion:reduce){.node-world-country{transition:none}}
/* OFFSEEK_HOME_WORLD_MAP_3_0_8_END */

/* OFFSEEK_SITE_SEO_AND_BRANDING_3_0_11_START */
.brand{min-width:0}.brand-image-only{display:flex;flex:0 1 300px;width:auto;max-width:300px;overflow:hidden}.brand-image-only .brand-logo{display:block;width:auto;height:auto;max-width:100%;max-height:46px;object-fit:contain;object-position:left center}.brand-text-only{display:inline-flex;max-width:320px}.brand-text-only .brand-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:19px;font-weight:800;line-height:1.15;letter-spacing:-.02em}

#site-settings{scroll-margin-top:88px}.site-settings-panel{margin-bottom:22px;padding:24px}.site-settings-heading{align-items:flex-start;margin-bottom:20px}.site-settings-heading h2{font-size:24px}.site-settings-heading p{max-width:760px;margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.75}.site-settings-status{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.site-settings-form{gap:18px}.site-settings-group{display:grid;gap:13px;padding:18px;border:1px solid #e0e7ed;border-radius:15px;background:linear-gradient(145deg,#fff,#fafcfc)}.site-settings-group-title{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding-bottom:10px;border-bottom:1px solid #edf1f4}.site-settings-group-title strong{font-size:16px}.site-settings-group-title span{color:var(--muted);font-size:11px;text-align:right}.site-settings-fields{display:grid;gap:13px}.site-settings-fields.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.site-settings-fields.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.site-settings-form textarea{width:100%;min-height:76px;padding:12px 14px;border:1px solid #cfd6df;border-radius:11px;background:#fff;outline:none;resize:vertical;transition:.16s}.site-settings-form textarea:hover{border-color:#aebbc8}.site-settings-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(22,163,106,.12)}.site-settings-form code{padding:1px 5px;border-radius:5px;background:#eef3f1;color:#24654b;font-size:11px}.site-theme-color-control{display:grid;grid-template-columns:48px minmax(0,1fr);gap:8px}.site-theme-color-control input[type=color]{width:48px;height:47px;padding:4px;border:1px solid #cfd6df;border-radius:11px;background:#fff;cursor:pointer}.site-brand-assets-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.site-brand-asset-card{display:grid;align-content:start;gap:12px;min-width:0;padding:15px;border:1px solid #dce5e1;border-radius:13px;background:#fff}.site-brand-asset-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.site-brand-asset-heading strong{font-size:15px}.site-brand-asset-heading span{color:var(--muted);font-size:10px;text-align:right}.site-brand-current{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:72px;padding:10px 12px;border:1px solid #e0e7e4;border-radius:11px;background:#f8faf9;color:var(--muted);font-size:11px}.site-brand-current img{display:block;width:auto;height:auto;max-width:190px;max-height:50px;object-fit:contain}.site-favicon-current img{width:44px;height:44px;object-fit:contain;image-rendering:auto}.site-brand-empty{justify-content:center;border-style:dashed}.site-remove-asset{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px!important;min-height:auto!important;padding:9px 10px;border:1px solid #f0d4d7;border-radius:10px;background:#fff8f8;color:#a43b47;font-size:11px;font-weight:600!important}.site-remove-asset input{width:17px!important;height:17px!important;margin:0!important}.site-settings-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px;border:1px solid #d3e9de;border-radius:13px;background:#f2faf6}.site-settings-actions p{margin:0;color:#5d7066;font-size:11px;line-height:1.7}.site-settings-actions .button{flex:0 0 auto}.site-settings-panel .logo-upload-control{min-height:70px}.site-settings-panel .logo-upload-button{min-width:86px}.site-settings-panel .logo-upload-preview{margin-top:-4px}

@media(max-width:900px){.site-settings-fields.three-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.site-brand-assets-grid{grid-template-columns:1fr}.site-settings-actions{align-items:flex-start;flex-direction:column}.site-settings-actions .button{width:100%}}
@media(max-width:680px){.site-settings-panel{padding:15px}.site-settings-heading{flex-direction:column;gap:12px}.site-settings-status{justify-content:flex-start}.site-settings-group{padding:13px}.site-settings-group-title{align-items:flex-start;flex-direction:column;gap:3px}.site-settings-group-title span{text-align:left}.site-settings-fields.two-columns,.site-settings-fields.three-columns{grid-template-columns:1fr}.site-brand-asset-heading{align-items:flex-start;flex-direction:column;gap:2px}.site-brand-asset-heading span{text-align:left}.site-brand-current img{max-width:150px}.site-theme-color-control{grid-template-columns:44px minmax(0,1fr)}.site-theme-color-control input[type=color]{width:44px}.node-admin-heading-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.advertiser-admin-heading form{grid-column:1/-1}.advertiser-admin-heading form .button{width:100%}}
@media(max-width:430px){.site-brand-current{min-height:62px}.site-brand-current img{max-width:125px;max-height:42px}.site-settings-panel .logo-upload-control{grid-template-columns:auto minmax(0,1fr) auto}.site-settings-panel .logo-upload-button{min-width:72px;padding-inline:9px}}
/* OFFSEEK_SITE_SEO_AND_BRANDING_3_0_11_END */


/* OFFSEEK_RESPONSIVE_BRAND_LOGO_3_0_12_START */
/* 有图片 Logo 时只显示图片；没有图片时仅显示网站名称文字。 */
@media(min-width:1121px){
  .brand-image-only{max-width:300px}
  .brand-image-only .brand-logo{max-height:46px}
}
@media(min-width:901px) and (max-width:1120px){
  .header-inner{gap:16px}
  .header-nav{gap:14px}
  .brand-image-only{flex-basis:220px;max-width:220px}
  .brand-image-only .brand-logo{max-height:42px}
  .brand-text-only{max-width:220px}
  .brand-text-only .brand-name{font-size:17px}
}
@media(max-width:900px){
  .brand-image-only,.brand-text-only{flex:0 1 auto;width:auto;max-width:calc(100% - 52px)}
  .brand-image-only .brand-logo{width:auto;max-width:min(260px,100%);max-height:42px}
  .brand-text-only .brand-name{font-size:17px}
}
@media(max-width:680px){
  .brand-image-only .brand-logo{max-width:min(220px,100%);max-height:40px}
  .brand-text-only .brand-name{font-size:16px}
}
@media(max-width:430px){
  .brand-image-only .brand-logo{max-width:min(190px,100%);max-height:36px}
  .brand-text-only .brand-name{font-size:15px}
}
@media(max-width:360px){
  .brand-image-only .brand-logo{max-width:min(165px,100%);max-height:34px}
  .brand-text-only .brand-name{font-size:14px}
}
/* OFFSEEK_RESPONSIVE_BRAND_LOGO_3_0_12_END */
