.stripe-payment-form{flex-direction:column;gap:1rem;display:flex}.stripe-payment-error{color:var(--destructive,#ef4444);margin:0;font-size:.85rem}.stripe-payment-btn{background:var(--primary,#7c3aed);width:100%;color:var(--primary-foreground,#fff);border-radius:var(--radius,.375rem);cursor:pointer;border:none;padding:.875rem;font-size:.95rem;font-weight:700;transition:opacity .15s}.stripe-payment-btn:hover:not(:disabled){opacity:.9}.stripe-payment-btn:disabled{opacity:.5;cursor:not-allowed}.stripe-payment-btn--admin{background:var(--theme-elevation-800,#1e293b);color:var(--theme-elevation-0,#fff);border-radius:6px;padding:.75rem 1rem;font-size:.875rem}.stripe-payment-btn--admin:hover:not(:disabled){background:var(--theme-elevation-900,#0f172a);opacity:1}[data-theme=dark] .stripe-payment-btn--admin{background:var(--theme-primary-500,#8b5cf6);color:#fff}[data-theme=dark] .stripe-payment-btn--admin:hover:not(:disabled){background:var(--theme-primary-600,#7c3aed)}[data-theme=dark] .stripe-payment-btn--admin:disabled{background:var(--theme-elevation-300,#475569);color:var(--theme-elevation-500,#64748b)}