/* SERP Preview — tool-specific */
.page { padding: 40px 20px; max-width: 720px; margin: 0 auto; }
.page h1 { font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.page .subtitle { color: #888; margin-bottom: 20px; font-size: 14px; }

.form-row { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.form-row label { font-size: 12px; color: #aaa; text-transform: uppercase; letter-spacing: 1px; }
.form-row input[type=text], .form-row textarea {
  background: #0d0d0d; border: 1px solid #2a2a2a; color: #fff;
  padding: 10px 12px; border-radius: 6px; font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.form-row textarea { resize: vertical; line-height: 1.5; }

.counter-row { display: flex; justify-content: flex-end; }
.counter { font-size: 12px; color: #888; font-family: 'SF Mono', monospace; }
.counter.warn { color: #ffa726; }
.counter.over { color: #ff4444; font-weight: 600; }

.opt-label { font-size: 11px; color: #aaa; text-transform: uppercase; letter-spacing: 1px; font-weight: 500; display: block; margin-bottom: 10px; }

.serp-desktop, .serp-mobile {
  background: #fff; color: #202124; padding: 14px 16px;
  border-radius: 8px; border: 1px solid #2a2a2a;
  font-family: arial, sans-serif;
}
.serp-mobile { max-width: 400px; padding: 10px 12px; }
.serp-url { font-size: 14px; color: #202124; line-height: 1.3; }
.serp-mobile .serp-url { font-size: 12px; }
.serp-title {
  font-size: 20px; line-height: 1.3; color: #1a0dab;
  margin: 4px 0 4px; font-weight: 400;
}
.serp-mobile .serp-title { font-size: 18px; line-height: 1.4; }
.serp-title .cut { color: #aaa; }
.serp-desc {
  font-size: 14px; color: #4d5156; line-height: 1.5;
}
.serp-mobile .serp-desc { font-size: 13px; }
.serp-desc .cut { color: #aaa; }

.serp-table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 12px 0; }
.serp-table th { text-align: left; padding: 6px 12px; color: #888; font-weight: 500; border-bottom: 1px solid #2a2a2a; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.serp-table td { padding: 6px 12px; border-bottom: 1px solid #1f1f1f; color: #ccc; }
.serp-table td:nth-child(2), .serp-table td:nth-child(3) { font-family: 'SF Mono', monospace; color: #fff; }

@media (max-width: 600px) {
  .page { padding: 24px 12px; }
  .page h1 { font-size: 22px; }
}
