/* Minimal user styles */
.three-dx-dashboard .cards { display:flex; gap:16px; flex-wrap:wrap; }
.three-dx-dashboard .card { background:#fff; border:1px solid #e5e5e5; padding:16px; width:260px; border-radius:6px; }
.three-dx-licenses .grid { display:flex; gap:16px; flex-wrap:wrap; }
.three-dx-licenses .card { background:#fff; border:1px solid #e5e5e5; padding:16px; width:260px; border-radius:6px; }
.three-dx-deposit form, .three-dx-withdrawal form, .three-dx-my-cycle .purchase-actions { margin:12px 0; }
.three-dx-deposit label, .three-dx-withdrawal label { display:block; margin-top:8px; }
.button { margin-top:8px; }


/* Additional user pages */
.three-dx-commissions .filters,
.three-dx-transactions .filters { margin:12px 0; display:flex; gap:8px; align-items:center; flex-wrap:wrap; }
.three-dx-team .child { margin-left:12px; padding-left:12px; border-left:2px solid #eee; }
.three-dx-team-bonus .grid { display:flex; gap:16px; flex-wrap:wrap; }
.three-dx-team-bonus .card { background:#fff; border:1px solid #e5e5e5; padding:16px; width:280px; border-radius:6px; }
.progress { margin:8px 0; }


/* --- 3DX Auth + Profile UI --- */
.threeDX-auth { max-width: 520px; margin: 20px auto; }
.threeDX-tabs { display:flex; gap:10px; margin-bottom:10px; }
.threeDX-tab { padding:8px 12px; border:1px solid #ddd; text-decoration:none; }
.threeDX-tab.active { background:#0073aa; color:#fff; }
.threeDX-panel { display:none; border:1px solid #eee; padding:15px; }
.threeDX-panel.active { display:block; }
.threeDX-register-form p { margin-bottom:10px; }
.threeDX-table { width:100%; border-collapse:collapse; margin-top:10px; }
.threeDX-table th, .threeDX-table td { border:1px solid #eee; padding:8px; text-align:left; }
.threeDX-profile .threeDX-list { list-style:none; padding:0; }
.threeDX-profile .threeDX-list li { margin-bottom:6px; }
