*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f5f5}#root{min-height:100vh;display:flex;align-items:center;justify-content:center}.app-container{background:#fff;padding:1.5rem 2rem;border-radius:.75rem;box-shadow:0 6px 18px #00000014;width:min(640px,100% - 2rem)}.app-header{margin-bottom:1rem}.app-header h1{margin:0 0 .25rem;font-size:1.4rem}.app-header p{margin:0;color:#555;font-size:.9rem}.button-row{margin:1rem 0}button{padding:.5rem 1rem;font-size:.95rem;border-radius:999px;border:none;cursor:pointer;background:#2563eb;color:#fff;font-weight:500}button:disabled{opacity:.7;cursor:not-allowed}.status-text{font-size:.9rem;margin-bottom:.5rem}.status-text.error{color:#b91c1c}.status-text.success{color:#047857}.response-box{margin-top:.5rem;background:#0b1020;color:#e5e7eb;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem;padding:.75rem .9rem;border-radius:.5rem;overflow-x:auto}.response-box pre{margin:0;white-space:pre-wrap}
