.wxp-wrap { max-width: 820px; margin: 0 auto; font-family: 'Roboto', sans-serif; }
.wxp-plan-status-bar { display: flex; justify-content: space-between; align-items: center; background: #f3f4f6; padding: 12px 16px; border-radius: 12px; margin-bottom: 20px; flex-wrap: wrap; gap: 10px; }
.wxp-plan-buttons { display: flex; gap: 12px; }
.wxp-btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border-radius: 10px; font-weight: 600; border: 2px solid var(--wxp-accent, #111827); cursor: pointer; transition: all 0.2s; }
.wxp-btn-primary { background: var(--wxp-accent, #111827); color: #fff; }
.wxp-btn-outline { background: #fff; color: var(--wxp-accent, #111827); }
.wxp-form { border: 1px solid #e5e7eb; border-radius: 16px; padding: 24px; background: #fff; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.wxp-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.wxp-field input { padding: 12px; border-radius: 8px; border: 1px solid #d1d5db; font-size: 14px; }
.wxp-progress-container { background: #e5e7eb; border-radius: 6px; overflow: hidden; }
.wxp-result { margin-top: 15px; font-weight: bold; text-align: center; color: #111827; }
.wxp-auth { margin-top: 30px; border-top: 1px solid #e5e7eb; padding-top: 20px; }
.wxp-auth-tabs { display: flex; gap: 10px; margin-bottom: 15px; font-weight: bold; }
.wxp-tab-btn { background: none; border: none; cursor: pointer; font-size: 14px; color: #6b7280; }
.wxp-tab-btn.is-active { color: var(--wxp-accent, #111827); text-decoration: underline; }
.wxp-auth-form { background: #f9fafb; padding: 20px; border-radius: 12px; border: 1px solid #e5e7eb; }
