/* Keyword Competition Checker - styles */
.kcc-wrapper{ max-width:980px; margin:0 auto; padding:1rem; font-family:system-ui, -apple-system, "Segoe UI", Roboto, Arial; color:#111; }
.kcc-h1{ font-size:1.6rem; margin:.25rem 0; }
.kcc-h2{ font-size:1.05rem; color:#444; margin:0 0 1rem; }

.kcc-form{ display:grid; gap:.6rem; margin-bottom:1rem; }
.kcc-label{ font-weight:600; }
.kcc-input{ padding:.6rem .8rem; border:1px solid #d1d5db; border-radius:8px; width:100%; box-sizing:border-box; }

.kcc-actions{ display:flex; gap:.6rem; align-items:center; flex-wrap:wrap; }
.kcc-button{ padding:.6rem 1rem; border:0; background:#0a7cff; color:#fff; border-radius:8px; cursor:pointer; }
.kcc-button.kcc-reset{ background:#6b7280; }
.kcc-button:hover{ filter:brightness(.96); }

.kcc-help{ font-size:.9rem; color:#666; margin:0; }

.kcc-summary{ background:#f6f8fa; border:1px solid #e6e9ee; padding:.75rem; border-radius:8px; margin-bottom:1rem; display:block; }
.kcc-placeholder,.kcc-loading,.kcc-error{ padding:.75rem; border-radius:8px; border:1px dashed #d1d5db; background:#f9fafb; }
.kcc-error{ background:#fff5f5; border-color:#f5c6cb; color:#7a2222; }

.kcc-grid{ display:grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap:.6rem; margin-top:.6rem; }
.kcc-card{ background:#fff; border:1px solid #e8edf2; padding:.6rem; border-radius:8px; box-shadow:0 1px 2px rgba(0,0,0,0.02); }
.kcc-card strong{ display:block; margin-bottom:.35rem; color:#333; }

.kcc-subheading{ margin:1rem 0 .4rem; font-size:1.05rem; }
.kcc-domains{ list-style:disc; padding-left:1.25rem; margin:0 0 1rem; }
.kcc-domains li{ margin:.25rem 0; }
.kcc-note{ font-size:.9rem; color:#555; background:#fbfbfb; padding:.6rem; border-radius:6px; border:1px solid #f0f0f0; }

@media (max-width:720px) {
  .kcc-actions{ flex-direction:column; }
  .kcc-button{ width:100%; }
}
