@charset "UTF-8";
/* このファイル内、または style タグ内に記述 */
/* line 7, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-container {
  padding: 20px;
  background-color: #f9fbff;
  /* 画面全体の背景を少し変えて特別感を出す */
  font-family: sans-serif;
}

/* カードスタイル */
/* line 14, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  padding: 20px;
  border-left: 5px solid #eee;
}

/* line 23, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-card:nth-of-type(1) {
  border-left-color: #764ba2;
}

/* AI抽出 */
/* line 24, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-card:nth-of-type(2) {
  border-left-color: #2193b0;
}

/* SERP補完 */
/* line 26, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/* line 32, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-icon-purple {
  color: #764ba2;
  margin-right: 10px;
  font-size: 1.2rem;
}

/* line 33, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-icon-blue {
  color: #2193b0;
  margin-right: 10px;
  font-size: 1.2rem;
}

/* line 35, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-headline {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  color: #333;
}

/* スタッツ */
/* line 43, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-stats {
  margin-bottom: 20px;
}

/* line 46, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-label {
  font-size: 0.8rem;
  color: #777;
  margin-right: 10px;
}

/* line 47, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-count {
  font-size: 1.4rem;
  color: #333;
}

/* line 48, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-subtext {
  font-size: 0.75rem;
  color: #999;
  margin-left: 8px;
}

/* ボタン（専用） */
/* line 51, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 6px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}

/* line 62, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-btn-primary {
  background: #764ba2;
  color: white;
}

/* line 63, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-btn-secondary {
  background: #2193b0;
  color: white;
}

/* line 64, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

/* インラインフォーム */
/* line 67, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-form-inline form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
}

/* line 73, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-field-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 74, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-field-group label {
  font-size: 0.75rem;
  color: #666;
}

/* line 75, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-select, .ai-input-number {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fcfcfc;
}

/* テーブル（専用） */
/* line 83, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-table-wrapper {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

/* line 89, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-custom-table {
  width: 100%;
  border-collapse: collapse;
}

/* line 93, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-custom-table thead th {
  background: #f4f7f9;
  padding: 12px;
  text-align: left;
  font-size: 0.85rem;
  color: #555;
}

/* line 100, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-custom-table tbody td {
  padding: 12px;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
}

/* line 105, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-col-company a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

/* line 106, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-col-company a:hover {
  color: #764ba2;
}

/* line 107, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-col-industry small {
  display: block;
  color: #888;
}

/* line 108, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-col-links a {
  margin-right: 8px;
  color: #666;
}

/* ── 進捗ダッシュボード ── */
/* line 111, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  /* line 117, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
  .ai-dash-summary-grid {
    grid-template-columns: 1fr;
  }
}
/* line 119, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-summary-block {
  background: #f7f9fc;
  border-radius: 8px;
  padding: 16px 20px;
}

/* line 124, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-summary-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: #333;
  border-bottom: 1px solid #e1e6ef;
  padding-bottom: 6px;
}

/* line 132, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 137, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-summary-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 0.9rem;
}

/* line 144, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-summary-list li.ai-summary-total {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px dashed #cfd6e3;
  font-weight: 600;
}

/* line 150, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-summary-list .ai-label {
  color: #555;
}

/* line 151, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-summary-list .ai-count {
  color: #2c3e50;
}

/* ── フィルタ ── */
/* line 154, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-filter-form {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: flex-end;
}

/* line 160, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-filter-form .ai-field-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 160px;
}

/* line 166, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-filter-form label {
  font-size: 0.85rem;
  color: #555;
}

/* line 167, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-dash-filter-form .ai-checkbox-label {
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

/* line 172, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-input-text {
  padding: 6px 8px;
  border: 1px solid #cfd6e3;
  border-radius: 4px;
  font-size: 0.9rem;
}

/* line 178, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-btn-tertiary {
  background: #eef1f7;
  color: #555;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: none;
}

/* ── バッジ・○× ── */
/* line 191, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 600;
}

/* line 198, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-badge-gray {
  background: #e3e6ec;
  color: #555;
}

/* line 199, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-badge-yellow {
  background: #fff3cd;
  color: #856404;
}

/* line 200, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-badge-green {
  background: #d4edda;
  color: #155724;
}

/* line 201, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-badge-blue {
  background: #d1ecf1;
  color: #0c5460;
}

/* line 203, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-fill-ok {
  color: #28a745;
  font-weight: 700;
}

/* line 204, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-fill-ng {
  color: #dc3545;
  font-weight: 700;
}

/* line 206, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-col-fill {
  text-align: center;
}

/* line 207, /opt/webroot/okurite/app/assets/stylesheets/customers.scss */
.ai-col-serp-status {
  white-space: nowrap;
}
