body { font-family: Arial, sans-serif; max-width: 800px; margin: 50px auto; background: #f0f8ff; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
h1 { color: #ff4500; text-align: center; } /* THORChain orange */
input, select, button { width: 100%; padding: 12px; margin: 10px 0; border: 1px solid #ddd; border-radius: 5px; font-size: 16px; }
button { background: #ff4500; color: white; cursor: pointer; transition: background 0.3s; }
button:hover { background: #e03e00; }
#tokens { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.token { padding: 10px; background: white; border-radius: 5px; cursor: pointer; }
#status { margin-top: 20px; padding: 10px; border-radius: 5px; }
