:root { --accent: #4f46e5; --bg: #f8fafc; } html, body { background: var(--bg); font-family: Inter, Arial, sans-serif; } .gradio-container { max-width: 1100px !important; } .gr-button-primary { background: var(--accent) !important; border: none !important; } .gr-chatbot, .gr-image, .gr-plot, .gr-textbox { border-radius: 14px !important; }