/* Extracted from inline <style> block(s) for CSP style-src compliance. */
.tool-panel { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 32px; }
    .check-row { display: flex; gap: 12px; flex-wrap: wrap; }
    .check-row input { flex: 1; min-width: 220px; background: rgba(0,0,0,.28); border: 1px solid var(--border); border-radius: 12px; color: #fff; font-size: 15px; padding: 14px 16px; }
    .check-row input:focus { outline: none; border-color: var(--blue2); }
    .scorecard { margin-top: 28px; display: none; }
    .score-summary { display: flex; align-items: center; gap: 18px; padding: 20px 24px; border: 1px solid var(--border); border-radius: var(--r-md); background: rgba(0,0,0,.18); margin-bottom: 20px; }
    .score-num { font-family: 'Space Grotesk', sans-serif; font-size: 40px; font-weight: 700; color: #fff; line-height: 1; }
    .score-label { font-size: 13.5px; color: var(--muted); }
    .check-cards { display: grid; gap: 16px; }
    .check-card { border: 1px solid var(--border); border-radius: var(--r-md); padding: 20px; background: rgba(0,0,0,.14); }
    .check-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 15px; }
    .check-badge { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; font-size: 14px; font-weight: 700; flex-shrink: 0; }
    .check-badge.pass { background: rgba(80,224,176,.15); color: #50e0b0; }
    .check-badge.warn { background: rgba(255,184,77,.15); color: #ffb84d; }
    .check-badge.bad { background: rgba(255,107,107,.15); color: #ff6b6b; }
    .check-card ul { margin: 8px 0 0 18px; font-size: 13.5px; line-height: 1.7; color: #c8d8ec; }
    .check-card code { font-family: Consolas, monospace; font-size: 12.5px; color: #cfe3ff; word-break: break-all; }
    .check-status { margin-top: 14px; font-size: 13.5px; color: var(--muted); }
    .tool-actions { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
  
