:root {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.container {
  max-width: 780px;
  margin: 40px auto;
  padding: 0 16px;
}

label {
  display: block;
  margin: 14px 0;
}

input, select {
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  font-size: 14px;
}

button {
  padding: 10px 14px;
  font-size: 14px;
  cursor: pointer;
}

.status {
  margin-top: 16px;
  color: #444;
  white-space: pre-wrap;
}

.results {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
}

h2 { margin-top: 18px; }
ul { padding-left: 18px; }
pre {
  background: #f6f8fa;
  padding: 12px;
  overflow: auto;
}

.bookmarklet-section {
  margin-top: 20px;
}

.bookmarklet-section h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.bookmarklet-section h3 {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.bookmarklet-section p {
  color: #555;
  line-height: 1.6;
}

.bookmarklet-install, .bookmarklet-usage {
  margin-top: 20px;
}

.bookmarklet-button {
  display: inline-block;
  padding: 12px 24px;
  background: #ff0000;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  cursor: grab;
  transition: background 0.2s;
}

.bookmarklet-button:hover {
  background: #cc0000;
}

.bookmarklet-button:active {
  cursor: grabbing;
}

.copy-bookmarklet-btn {
  padding: 10px 14px;
  font-size: 14px;
  background: #0066cc;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.copy-bookmarklet-btn:hover {
  background: #0052a3;
}
