body { margin: 0; font-family: Arial, sans-serif; background: #111; color: white; }
main { max-width: 1000px; margin: auto; padding: 24px; }
a { color: #ff7db0; }
input, select, textarea, button {
  width: 100%; margin: 6px 0; padding: 12px; border-radius: 6px; border: 1px solid #444;
}
input, select, textarea { background: #1d1d1d; color: white; }
button { background: #e94f8b; color: white; font-weight: bold; cursor: pointer; }
.card { background: #1b1b1b; padding: 16px; border-radius: 8px; margin: 14px 0; border: 1px solid #333; }
.chat { background: #0d0d0d; padding: 10px; border-radius: 6px; margin: 10px 0; max-height: 220px; overflow: auto; }
audio { width: 100%; margin: 8px 0; }
.top { text-align: right; }
