.stripe-payment-form{display:flex;flex-direction:column;gap:1rem}.stripe-payment-error{color:var(--destructive,#ef4444);font-size:.85rem;margin:0}.stripe-payment-btn{width:100%;padding:.875rem;background:var(--primary,#7c3aed);color:var(--primary-foreground,#ffffff);border:none;border-radius:var(--radius,.375rem);font-weight:700;font-size:.95rem;cursor:pointer;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,#ffffff);border-radius:6px;font-size:.875rem;padding:.75rem 1rem}.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:#ffffff}[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)}