/* AI-Citation Widget Styles */
.storedo-ac-widget {
  font-family: system-ui, -apple-system, sans-serif;
  background: #1a1a1a;
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 480px;
}
.storedo-ac-widget h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}
.storedo-ac-form {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.storedo-ac-form input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #0a0a0a;
  color: #fff;
}
.storedo-ac-form button {
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  background: #e8c020;
  color: #0a0a0a;
  font-weight: 600;
  cursor: pointer;
}
.storedo-ac-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.storedo-ac-result {
  min-height: 20px;
}
.storedo-ac-footer {
  margin-top: 12px;
  font-size: 0.75rem;
  text-align: right;
}
.storedo-ac-footer a {
  color: #888;
  text-decoration: none;
}
.storedo-ac-error {
  color: #ef4444;
  font-size: 0.875rem;
}
.storedo-ac-citation {
  background: #0a0a0a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.storedo-ac-citation pre {
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
  font-family: ui-monospace, monospace;
}
