.sl-ai-photo-card {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #d8e7f6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(21, 48, 84, 0.06);
}

.sl-ai-photo-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.sl-ai-photo-eyebrow {
  margin: 0 0 4px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sl-ai-photo-head h2 {
  margin: 0;
  color: #12213c;
  font-size: 22px;
}

.sl-ai-photo-head p,
.sl-ai-photo-status,
.sl-ai-photo-empty {
  margin: 6px 0 0;
  color: #607086;
}

.sl-ai-photo-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.sl-ai-photo-actions button {
  min-height: 38px;
  border: 1px solid #b8d4e9;
  border-radius: 10px;
  padding: 0 12px;
  background: #f5fbff;
  color: #143653;
  font-weight: 800;
  cursor: pointer;
}

.sl-ai-photo-actions .sl-ai-photo-analyze {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
}

.sl-ai-photo-counts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.sl-ai-photo-count {
  padding: 12px;
  border: 1px solid #dcebf4;
  border-radius: 12px;
  background: #f8fcff;
}

.sl-ai-photo-count strong {
  display: block;
  color: #10243d;
  font-size: 26px;
}

.sl-ai-photo-count span {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.sl-ai-photo-scenes,
.sl-ai-photo-best {
  margin-top: 14px;
}

.sl-ai-photo-scenes h3,
.sl-ai-photo-best h3,
.sl-ai-photo-child h3 {
  margin: 0 0 10px;
  color: #17243d;
  font-size: 16px;
}

.sl-ai-photo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sl-ai-photo-tags span {
  border: 1px solid #d7e6f3;
  border-radius: 999px;
  padding: 7px 10px;
  background: #f6fbff;
  color: #36506c;
  font-size: 13px;
  font-weight: 800;
}

.sl-ai-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.sl-ai-photo-item {
  overflow: hidden;
  border: 1px solid #e0ebf7;
  border-radius: 12px;
  background: #fbfdff;
}

.sl-ai-photo-item img,
.sl-ai-photo-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef6ff;
}

.sl-ai-photo-placeholder {
  display: grid;
  place-items: center;
  color: #6b7f9a;
  font-weight: 800;
}

.sl-ai-photo-item strong,
.sl-ai-photo-item span {
  display: block;
  padding: 8px 10px 0;
  color: #17304d;
  font-size: 13px;
}

.sl-ai-photo-item span {
  padding-top: 3px;
  padding-bottom: 9px;
  color: #64748b;
}

.sl-ai-photo-status.is-error {
  color: #b42318;
  font-weight: 800;
}

.sl-ai-photo-child {
  margin-top: 14px;
}

@media (max-width: 760px) {
  .sl-ai-photo-card {
    padding: 14px;
  }

  .sl-ai-photo-head {
    flex-direction: column;
  }

  .sl-ai-photo-actions,
  .sl-ai-photo-actions button {
    width: 100%;
  }

  .sl-ai-photo-counts,
  .sl-ai-photo-grid {
    grid-template-columns: 1fr;
  }
}
