.wuxing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #faf9ff, #f5f3ff);
    border-radius: 1.5rem;
}
.wuxing-header { text-align: center; margin-bottom: 2rem; }
.wuxing-header h2 { font-size: 2rem; font-weight: 800; background: linear-gradient(135deg, #1e293b, #667eea, #764ba2); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 0.5rem; }
.wuxing-header .subtitle { font-size: 0.85rem; color: #64748b; }
.wuxing-form-card { background: white; border-radius: 1.2rem; padding: 1.5rem; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05); max-width: 500px; margin: 0 auto; }
.wuxing-form-card h3 { font-size: 1.2rem; margin-bottom: 0.3rem; border-left: 4px solid #f59e0b; padding-left: 0.8rem; }
.form-subtitle { color: #78716c; font-size: 0.8rem; margin-bottom: 1.2rem; }
.form-group { margin-bottom: 1.2rem; }
.form-group label { font-weight: 600; display: block; margin-bottom: 0.4rem; color: #b45309; }
.form-group input { width: 100%; padding: 0.8rem; border: 2px solid #e2e8f0; border-radius: 0.8rem; font-size: 1rem; transition: all 0.3s ease; background-color: #fef9e3; border-color: #f59e0b; color: #000000; }
.form-group input:focus { outline: none; border-color: #d97706; box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2); }
.form-group small { display: block; margin-top: 0.3rem; color: #92400e; font-size: 0.7rem; }
.wuxing-btn { background: linear-gradient(135deg, #f59e0b, #d97706); color: white; border: none; padding: 0.9rem; border-radius: 2rem; font-weight: 600; cursor: pointer; width: 100%; transition: all 0.3s ease; font-size: 1rem; }
.wuxing-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px -8px rgba(245, 158, 11, 0.5); }
.method-info { display: flex; gap: 0.8rem; margin-top: 1.2rem; padding: 1rem; background: #fffbeb; border-left: 4px solid #f59e0b; border-radius: 0.8rem; }
.info-icon { font-size: 1.3rem; }
.info-content strong { display: block; font-size: 0.8rem; margin-bottom: 0.2rem; color: #b45309; }
.info-content p { font-size: 0.7rem; color: #78716c; margin: 0; }