body {
  margin: 0;
  background: #0b0f14;
  color: #e6edf3;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.container {
  max-width: 960px;
  margin: auto;
  padding: 24px;
}

.card {
  background: #111826;
  border: 1px solid #1f2a37;
  border-radius: 14px;
  padding: 16px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

textarea {
  width: 100%;
  min-height: 72vh;
  margin-top: 12px;
  background: #0b1220;
  border: 1px solid #243244;
  border-radius: 12px;
  padding: 14px;
  color: #e6edf3;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 15px;
  resize: vertical;
  outline: none;
}

.meta {
  font-size: 13px;
  color: #9ca3af;
}

a { color: #7dd3fc; text-decoration: none; }
a:hover { text-decoration: underline; }