[data-tool-root="hotkey-tester"] {
  --space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;
  --gray-50:#fbfbfb;--gray-100:#f7f7f7;--gray-150:#f2f2f2;--gray-200:#eee;--gray-300:#ddd;--gray-400:#bbb;--gray-500:#999;--gray-600:#666;--gray-700:#444;--gray-800:#222;--gray-900:#111;
  --bg-canvas:#fff;--bg-module:#f7f7f7;--bg-workspace:#f2f2f2;--bg-result-surface:#fff;--bg-hover:#eee;--bg-active:#111;
  --text-primary:#111;--text-secondary:#444;--text-tertiary:#666;--text-on-dark:#fff;--border:#ddd;--border-strong:#222;--success:#276749;--danger:#a12424;--warning:#805300;--info:#315f7d;
  --radius-sm:4px;--radius:6px;--radius-round:999px;
  box-sizing:border-box;width:100%;margin:0;padding:0 360px 48px 30px;color:var(--text-primary);background:var(--bg-canvas);font-family:"Noto Sans SC",system-ui,-apple-system,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;font-size:15px;line-height:1.7;
}
[data-tool-root="hotkey-tester"],[data-tool-root="hotkey-tester"] *,[data-tool-root="hotkey-tester"] *::before,[data-tool-root="hotkey-tester"] *::after{box-sizing:border-box}
[data-tool-root="hotkey-tester"] .tool-page-header{padding:24px 0 16px;border-bottom:1px solid var(--border)}
[data-tool-root="hotkey-tester"] .tool-page-header h1{margin:0;font-size:30px;line-height:1.2;letter-spacing:-.5px;font-weight:800}
[data-tool-root="hotkey-tester"] .page-description{margin:4px 0 0;color:var(--text-tertiary)}
[data-tool-root="hotkey-tester"] .tool-workspace{margin-top:16px}
[data-tool-root="hotkey-tester"] .workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:stretch;gap:16px}
[data-tool-root="hotkey-tester"] .input-panel,[data-tool-root="hotkey-tester"] .result-panel{display:flex;flex-direction:column;min-width:0;padding:16px 24px;background:var(--bg-workspace);border:1px solid var(--border);border-radius:var(--radius)}
[data-tool-root="hotkey-tester"] .panel-label{margin:0 0 12px;font-size:16px;font-weight:800}
[data-tool-root="hotkey-tester"] .field{margin-bottom:12px}
[data-tool-root="hotkey-tester"] .field label{display:block;margin-bottom:4px;color:var(--text-secondary);font-size:13px;font-weight:700}
[data-tool-root="hotkey-tester"] .field-help,[data-tool-root="hotkey-tester"] .field-error{margin:4px 0 0;font-size:13px}
[data-tool-root="hotkey-tester"] .field-help{color:var(--text-tertiary)}
[data-tool-root="hotkey-tester"] .field-error{color:var(--danger)}
[data-tool-root="hotkey-tester"] .field-error[hidden]{display:none}
[data-tool-root="hotkey-tester"] input,[data-tool-root="hotkey-tester"] select{width:100%;min-height:42px;padding:9px 12px;color:var(--text-primary);background:var(--bg-canvas);border:1px solid var(--border);border-radius:var(--radius);font:inherit}
[data-tool-root="hotkey-tester"] input[aria-invalid="true"]{border-color:var(--danger)}
[data-tool-root="hotkey-tester"] :focus-visible{outline:2px solid var(--border-strong);outline-offset:2px}
[data-tool-root="hotkey-tester"] .segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:3px;background:var(--gray-200);border:1px solid var(--border);border-radius:var(--radius)}
[data-tool-root="hotkey-tester"] .segmented button{min-height:38px;padding:0 12px;background:transparent;color:var(--text-primary);border:0;border-radius:var(--radius-sm);font:inherit;font-weight:700;cursor:pointer}
[data-tool-root="hotkey-tester"] .segmented button.is-active{background:var(--bg-active);color:var(--text-on-dark)}
[data-tool-root="hotkey-tester"] .button-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
[data-tool-root="hotkey-tester"] .btn{min-height:40px;min-width:80px;padding:0 16px;background:var(--bg-canvas);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius);font:600 14px/1.2 inherit;cursor:pointer}
[data-tool-root="hotkey-tester"] .btn:hover{background:var(--bg-hover);border-color:var(--gray-400)}
[data-tool-root="hotkey-tester"] .btn-primary{background:var(--bg-active);color:var(--text-on-dark);border-color:var(--bg-active)}
[data-tool-root="hotkey-tester"] .btn:disabled{cursor:not-allowed;opacity:.55}
[data-tool-root="hotkey-tester"] .target-preview{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin:0 0 8px;padding:10px 12px;background:var(--bg-canvas);border:1px solid var(--border);border-radius:var(--radius)}
[data-tool-root="hotkey-tester"] .target-preview span{color:var(--text-tertiary);font-size:13px}
[data-tool-root="hotkey-tester"] .target-preview strong{overflow-wrap:anywhere}
[data-tool-root="hotkey-tester"] .capture-zone{display:grid;place-items:center;min-height:154px;margin:12px 0;padding:20px;text-align:center;background:var(--bg-canvas);border:1px dashed var(--gray-400);border-radius:var(--radius);cursor:text}
[data-tool-root="hotkey-tester"] .capture-zone.is-active{border-style:solid;border-color:var(--border-strong);background:var(--gray-50)}
[data-tool-root="hotkey-tester"] .capture-zone strong{display:block;font-size:clamp(24px,4vw,42px);line-height:1.25;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
[data-tool-root="hotkey-tester"] .capture-zone span{color:var(--text-tertiary)}
[data-tool-root="hotkey-tester"] .progress-track{height:10px;margin:0 0 12px;overflow:hidden;background:var(--gray-200);border-radius:var(--radius-round)}
[data-tool-root="hotkey-tester"] .progress-fill{display:block;width:var(--progress,0%);height:100%;background:var(--gray-900);border-radius:inherit;transition:width .1s linear}
[data-tool-root="hotkey-tester"] .live-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 0 16px;padding:12px;background:var(--bg-canvas);border:1px solid var(--border);border-radius:var(--radius)}
[data-tool-root="hotkey-tester"] .live-grid>div{min-width:0;padding:0 8px}
[data-tool-root="hotkey-tester"] .live-grid>div+div{border-left:1px solid var(--border)}
[data-tool-root="hotkey-tester"] .live-grid dt{color:var(--text-tertiary);font-size:12px}
[data-tool-root="hotkey-tester"] .live-grid dd{margin:0;font-weight:800;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
[data-tool-root="hotkey-tester"] h3{margin:8px 0 8px;font-size:16px;line-height:1.4}
[data-tool-root="hotkey-tester"] .token-list{display:flex;flex-wrap:wrap;gap:6px;min-height:31px;margin:0 0 8px;padding:0;list-style:none}
[data-tool-root="hotkey-tester"] .token{padding:3px 9px;background:var(--bg-canvas);border:1px solid var(--border);border-radius:var(--radius-round);font-size:13px;overflow-wrap:anywhere}
[data-tool-root="hotkey-tester"] .token.is-muted{color:var(--text-tertiary);border-style:dashed}
[data-tool-root="hotkey-tester"] .token.is-down{border-color:var(--info);color:var(--info)}
[data-tool-root="hotkey-tester"] .token.is-up{color:var(--text-tertiary)}
[data-tool-root="hotkey-tester"] .status-line{min-height:24px;margin:8px 0 0;color:var(--text-secondary)}
[data-tool-root="hotkey-tester"] .status-line[data-kind="error"]{color:var(--danger)}
[data-tool-root="hotkey-tester"] .status-line[data-kind="success"]{color:var(--success)}
[data-tool-root="hotkey-tester"] .result-summary{display:flex;flex:1;flex-direction:column;min-width:0;padding:20px;background:var(--bg-result-surface);border:1px solid var(--border);border-left:4px solid var(--gray-500);border-radius:var(--radius)}
[data-tool-root="hotkey-tester"] .result-summary[data-state="success"]{border-left-color:var(--success)}
[data-tool-root="hotkey-tester"] .result-summary[data-state="warning"]{border-left-color:var(--warning)}
[data-tool-root="hotkey-tester"] .result-summary[data-state="danger"]{border-left-color:var(--danger)}
[data-tool-root="hotkey-tester"] .result-summary__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}
[data-tool-root="hotkey-tester"] .result-summary__eyebrow{color:var(--text-tertiary);font-size:13px;font-weight:700}
[data-tool-root="hotkey-tester"] .result-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;background:var(--gray-700);color:var(--text-on-dark);border-radius:var(--radius-round);font-size:13px;font-weight:700}
[data-tool-root="hotkey-tester"] .result-badge::before{content:"";width:8px;height:8px;margin-right:7px;border:2px solid currentColor;border-radius:999px;background:transparent}
[data-tool-root="hotkey-tester"] .result-summary[data-state="success"] .result-badge{background:var(--success)}
[data-tool-root="hotkey-tester"] .result-summary[data-state="warning"] .result-badge{background:var(--warning)}
[data-tool-root="hotkey-tester"] .result-summary[data-state="danger"] .result-badge{background:var(--danger)}
[data-tool-root="hotkey-tester"] .result-primary{margin-top:24px}
[data-tool-root="hotkey-tester"] .result-primary__label{display:block;color:var(--text-secondary);font-weight:700}
[data-tool-root="hotkey-tester"] .result-primary__value{display:block;margin-top:2px;font-size:clamp(32px,5vw,56px);line-height:1.15;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
[data-tool-root="hotkey-tester"] .result-primary__secondary{display:block;margin-top:6px;color:var(--text-tertiary);overflow-wrap:anywhere}
[data-tool-root="hotkey-tester"] .result-data-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:20px 0 0;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
[data-tool-root="hotkey-tester"] .result-data-band>div{min-width:0;padding:0 10px}
[data-tool-root="hotkey-tester"] .result-data-band>div+div{border-left:1px solid var(--border)}
[data-tool-root="hotkey-tester"] .result-data-band dt{color:var(--text-tertiary);font-size:13px}
[data-tool-root="hotkey-tester"] .result-data-band dd{margin:2px 0 0;font-weight:800;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
[data-tool-root="hotkey-tester"] .result-summary__note{margin:16px 0 0;color:var(--text-secondary)}
[data-tool-root="hotkey-tester"] .result-detail{display:grid;gap:8px;margin-top:12px;padding:12px;background:var(--gray-50);border:1px solid var(--border);border-radius:var(--radius)}
[data-tool-root="hotkey-tester"] .result-detail[hidden]{display:none}
[data-tool-root="hotkey-tester"] .result-detail div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px}
[data-tool-root="hotkey-tester"] .result-detail span{color:var(--text-tertiary)}
[data-tool-root="hotkey-tester"] .result-detail strong{overflow-wrap:anywhere}
[data-tool-root="hotkey-tester"] .result-summary__actions{margin-top:auto;padding-top:16px}
[data-tool-root="hotkey-tester"] h2{margin:32px 0 16px;padding-left:12px;border-left:3px solid var(--gray-900);font-size:24px;line-height:1.3}
[data-tool-root="hotkey-tester"] .card-block{margin-bottom:16px;padding:16px 24px;background:var(--bg-module);border:1px solid var(--border);border-radius:var(--radius)}
[data-tool-root="hotkey-tester"] .insight-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}
[data-tool-root="hotkey-tester"] .insight-item{min-width:0;padding:16px;background:var(--bg-canvas);border:1px solid var(--border);border-radius:var(--radius)}
[data-tool-root="hotkey-tester"] .comparison-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
[data-tool-root="hotkey-tester"] .comparison-row{display:grid;grid-template-columns:minmax(86px,auto) 1fr auto;align-items:center;gap:8px}
[data-tool-root="hotkey-tester"] .comparison-track{height:12px;background:var(--gray-200);border-radius:var(--radius-round);overflow:hidden}
[data-tool-root="hotkey-tester"] .comparison-fill{display:block;width:var(--fill,0%);height:100%;background:var(--info);border-radius:inherit}
[data-tool-root="hotkey-tester"] .comparison-row[data-tone="success"] .comparison-fill{background:var(--success)}
[data-tool-root="hotkey-tester"] .comparison-row[data-tone="warning"] .comparison-fill{background:var(--warning)}
[data-tool-root="hotkey-tester"] .comparison-row[data-tone="danger"] .comparison-fill{background:var(--danger)}
[data-tool-root="hotkey-tester"] .visual-empty{display:grid;place-items:center;min-height:96px;padding:16px;color:var(--text-tertiary);background:var(--gray-50);border:1px dashed var(--gray-400);border-radius:var(--radius-sm);text-align:center}
[data-tool-root="hotkey-tester"] .insight-item>p{margin:12px 0 0;color:var(--text-secondary)}
[data-tool-root="hotkey-tester"] details.acc{background:var(--bg-canvas);border:1px solid var(--border);border-radius:var(--radius)}
[data-tool-root="hotkey-tester"] details.acc+details.acc{margin-top:8px}
[data-tool-root="hotkey-tester"] details.acc summary{display:flex;align-items:center;min-height:48px;padding:0 14px;font-size:16px;font-weight:700;cursor:pointer}
[data-tool-root="hotkey-tester"] .acc-panel{padding:0 14px 14px}
[data-tool-root="hotkey-tester"] .acc-panel p{margin:0 0 12px}
[data-tool-root="hotkey-tester"] .faq-group{display:contents}
[data-tool-root="hotkey-tester"] .source-list{margin:0;padding-left:20px}
[data-tool-root="hotkey-tester"] a{color:var(--text-primary);text-decoration-thickness:1px;text-underline-offset:3px}
[data-tool-root="hotkey-tester"] .related-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
[data-tool-root="hotkey-tester"] .related-links a{display:flex;align-items:center;min-height:44px;padding:8px 12px;background:var(--gray-50);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none}
@media(max-width:900px){[data-tool-root="hotkey-tester"]{padding:0 8px 32px}}
@media(max-width:720px){[data-tool-root="hotkey-tester"] .workspace-grid{grid-template-columns:1fr;gap:8px}[data-tool-root="hotkey-tester"] .live-grid,[data-tool-root="hotkey-tester"] .result-data-band{grid-template-columns:repeat(2,minmax(0,1fr))}[data-tool-root="hotkey-tester"] .live-grid>div:nth-child(3),[data-tool-root="hotkey-tester"] .result-data-band>div:nth-child(3){border-left:0}[data-tool-root="hotkey-tester"] .live-grid>div:nth-child(n+3),[data-tool-root="hotkey-tester"] .result-data-band>div:nth-child(n+3){border-top:1px solid var(--border);padding-top:8px;margin-top:8px}}
@media(max-width:430px){[data-tool-root="hotkey-tester"] .input-panel,[data-tool-root="hotkey-tester"] .result-panel,[data-tool-root="hotkey-tester"] .card-block{padding:14px 12px}[data-tool-root="hotkey-tester"] .button-row{display:grid;grid-template-columns:1fr}[data-tool-root="hotkey-tester"] .btn{width:100%}[data-tool-root="hotkey-tester"] .related-links{grid-template-columns:1fr}[data-tool-root="hotkey-tester"] .tool-page-header h1{font-size:28px}[data-tool-root="hotkey-tester"] .result-detail div{grid-template-columns:1fr;gap:2px}}
@media(prefers-reduced-motion:reduce){[data-tool-root="hotkey-tester"] .progress-fill{transition:none}}
