.fm-account-card-form .StripeElement{background:#fff;padding:14.4px;border:2px solid #f0f0f0;border-radius:3px;transition:border-color .3s ease,box-shadow .3s ease}.fm-account-card-form .StripeElement:focus,.fm-account-card-form .StripeElement--focus{border-color:#6086b1;box-shadow:0 0 0 3px rgba(96,134,177,.1);outline:none}.fm-account-card-form .form-actions,.fm-account-card-form .card-form-actions{margin-top:18px;display:flex;gap:12.6px;flex-wrap:wrap}.fm-account-card-form .form-actions button,.fm-account-card-form .card-form-actions button{padding:14.4px 27px;border:none;border-radius:3px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px;position:relative}.fm-account-card-form .form-actions button.btn-primary,.fm-account-card-form .form-actions button[type=submit],.fm-account-card-form .card-form-actions button.btn-primary,.fm-account-card-form .card-form-actions button[type=submit]{background:linear-gradient(135deg, #6086B1 0%, #103660 100%);color:#fff;box-shadow:0 2px 8px rgba(96,134,177,.3)}.fm-account-card-form .form-actions button.btn-primary:hover:not(:disabled),.fm-account-card-form .form-actions button[type=submit]:hover:not(:disabled),.fm-account-card-form .card-form-actions button.btn-primary:hover:not(:disabled),.fm-account-card-form .card-form-actions button[type=submit]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px rgba(96,134,177,.4)}.fm-account-card-form .form-actions button.btn-primary:active,.fm-account-card-form .form-actions button[type=submit]:active,.fm-account-card-form .card-form-actions button.btn-primary:active,.fm-account-card-form .card-form-actions button[type=submit]:active{transform:translateY(0);box-shadow:0 2px 8px rgba(96,134,177,.3)}.fm-account-card-form .form-actions button.btn-secondary,.fm-account-card-form .card-form-actions button.btn-secondary{background:#fff;color:#6086b1;border:2px solid #6086b1;box-shadow:0 2px 8px rgba(96,134,177,.1)}.fm-account-card-form .form-actions button.btn-secondary:hover:not(:disabled),.fm-account-card-form .card-form-actions button.btn-secondary:hover:not(:disabled){background:#6086b1;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(96,134,177,.3)}.fm-account-card-form .form-actions button.btn-danger,.fm-account-card-form .form-actions button.btn-delete,.fm-account-card-form .card-form-actions button.btn-danger,.fm-account-card-form .card-form-actions button.btn-delete{background:linear-gradient(135deg, #ff375f 0%, rgb(255, 4, 54.2) 100%);color:#fff;box-shadow:0 2px 8px rgba(255,55,95,.3)}.fm-account-card-form .form-actions button.btn-danger:hover:not(:disabled),.fm-account-card-form .form-actions button.btn-delete:hover:not(:disabled),.fm-account-card-form .card-form-actions button.btn-danger:hover:not(:disabled),.fm-account-card-form .card-form-actions button.btn-delete:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,55,95,.4)}.fm-account-card-form .form-actions button:disabled,.fm-account-card-form .card-form-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none !important;box-shadow:0 1px 3px rgba(0,0,0,.1) !important}.fm-account-card-form .form-actions button:focus,.fm-account-card-form .card-form-actions button:focus{outline:none;box-shadow:0 0 0 3px rgba(96,134,177,.2)}.cards-list{display:flex;flex-direction:column;gap:14.4px;margin:18px 0}.card-container{display:flex;align-items:center;gap:18px;padding:14.4px;border:1px solid #f0f0f0;border-radius:3px;background:#fff;position:relative;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);min-height:80px}.card-container:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);border-color:#83accf}.card-info{flex:1;display:flex;align-items:center;gap:14.4px;min-width:0}.card-info .card-brand-icon{width:32px;height:20px;background:#f0f0f0;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:bold;color:#222;text-transform:uppercase;flex-shrink:0}.card-details{min-width:0}.card-details .card-number{font-family:monospace;font-size:14px;color:#222;font-weight:600;margin:0}.card-details .card-brand{font-size:11px;color:#aaa;text-transform:capitalize;margin:2px 0 0 0}.card-select-action{margin-left:auto}.card-select-action .use-card-btn{padding:10.8px 21.6px;border:none;border-radius:3px;background:linear-gradient(135deg, #4BCA81 0%, rgb(51.4077253219, 174.5922746781, 103.7854077253) 100%);color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(75,202,129,.3)}.card-select-action .use-card-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(75,202,129,.4)}.card-actions-menu{position:relative}.card-actions-menu .menu-trigger{background:rgba(0,0,0,0);border:1px solid #f0f0f0;border-radius:3px;padding:6px 8px;cursor:pointer;transition:all .2s ease;font-size:11px;color:#aaa;min-width:60px;height:32px;display:flex;align-items:center;justify-content:center}.card-actions-menu .menu-trigger:hover{background:#f0f0f0;border-color:#6086b1;color:#6086b1}.card-actions-menu .menu-trigger:focus{outline:none;box-shadow:0 0 0 2px rgba(96,134,177,.3)}.card-actions-menu .menu-trigger::after{content:"⋮";font-weight:bold;font-size:16px}.card-actions-menu .menu-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:3px;box-shadow:0 8px 25px rgba(0,0,0,.15);min-width:160px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:10;margin-top:8px}.card-actions-menu .menu-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.card-actions-menu .menu-dropdown .menu-item{display:block;width:100%;padding:12.6px 18px;border:none;background:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:14px;color:#222;border-bottom:1px solid #f0f0f0}.card-actions-menu .menu-dropdown .menu-item:first-child{border-radius:3px 3px 0 0}.card-actions-menu .menu-dropdown .menu-item:last-child{border-bottom:none;border-radius:0 0 3px 3px}.card-actions-menu .menu-dropdown .menu-item:only-child{border-radius:3px;border-bottom:none}.card-actions-menu .menu-dropdown .menu-item:hover{background:#f0f0f0}.card-actions-menu .menu-dropdown .menu-item.make-default{color:#4bca81}.card-actions-menu .menu-dropdown .menu-item.make-default:hover{background:rgba(75,202,129,.1)}.card-actions-menu .menu-dropdown .menu-item.make-default::before{content:"⭐";margin-right:8px}.card-actions-menu .menu-dropdown .menu-item.remove-card{color:#ff375f}.card-actions-menu .menu-dropdown .menu-item.remove-card:hover{background:rgba(255,55,95,.1)}.card-actions-menu .menu-dropdown .menu-item.remove-card::before{content:"🗑";margin-right:8px}.card-actions-menu .menu-dropdown .menu-item:focus{outline:none;background:#f0f0f0}.credit-card-default{font-weight:600;background:linear-gradient(135deg, #4BCA81 0%, rgb(134.0987124464, 219.4012875536, 170.3690987124) 100%);color:#fff;padding:4px 8px;border-radius:12px;font-size:11px;white-space:nowrap;box-shadow:0 2px 8px rgba(75,202,129,.3);display:flex;align-items:center;height:24px}.credit-card-default::before{content:"⭐";margin-right:2px;font-size:10px}.p-PaymentElement .p-PaymentMethodSelector{display:none !important}.processing-roller{display:inline-block;position:relative;width:40px;height:40px}.processing-roller div{animation:processing-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;transform-origin:20px 20px}.processing-roller div:after{content:" ";display:block;position:absolute;width:3px;height:3px;border-radius:50%;background:#6086b1;margin:-2px 0 0 -2px}.processing-roller div:nth-child(1){animation-delay:-0.036s}.processing-roller div:nth-child(1):after{top:32px;left:32px}.processing-roller div:nth-child(2){animation-delay:-0.072s}.processing-roller div:nth-child(2):after{top:35px;left:29px}.processing-roller div:nth-child(3){animation-delay:-0.108s}.processing-roller div:nth-child(3):after{top:37px;left:24px}.processing-roller div:nth-child(4){animation-delay:-0.144s}.processing-roller div:nth-child(4):after{top:37px;left:19px}.processing-roller div:nth-child(5){animation-delay:-0.18s}.processing-roller div:nth-child(5):after{top:35px;left:14px}.processing-roller div:nth-child(6){animation-delay:-0.216s}.processing-roller div:nth-child(6):after{top:32px;left:11px}.processing-roller div:nth-child(7){animation-delay:-0.252s}.processing-roller div:nth-child(7):after{top:27px;left:9px}.processing-roller div:nth-child(8){animation-delay:-0.288s}.processing-roller div:nth-child(8):after{top:22px;left:9px}@keyframes processing-roller{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.product-box{position:relative;padding-bottom:50px !important;width:100%}.product-box .product-box-button{position:absolute;bottom:18px;left:0;width:100%;box-sizing:border-box}.border__light{border:1px solid #f0f0f0}.processing-roller{display:inline-block;position:relative;width:40px;height:40px}.processing-roller div{animation:lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;transform-origin:20px 20px}.processing-roller div:after{content:" ";display:block;position:absolute;width:3.5px;height:3.5px;border-radius:50%;background:#6086b1;margin:-2px 0 0 -2px}.processing-roller div:nth-child(1){animation-delay:-0.036s}.processing-roller div:nth-child(1):after{top:31.5px;left:31.5px}.processing-roller div:nth-child(2){animation-delay:-0.072s}.processing-roller div:nth-child(2):after{top:34px;left:28px}.processing-roller div:nth-child(3){animation-delay:-0.108s}.processing-roller div:nth-child(3):after{top:35.5px;left:24px}.processing-roller div:nth-child(4){animation-delay:-0.144s}.processing-roller div:nth-child(4):after{top:36px;left:20px}.processing-roller div:nth-child(5){animation-delay:-0.18s}.processing-roller div:nth-child(5):after{top:35.5px;left:16px}.processing-roller div:nth-child(6){animation-delay:-0.216s}.processing-roller div:nth-child(6):after{top:34px;left:12px}.processing-roller div:nth-child(7){animation-delay:-0.252s}.processing-roller div:nth-child(7):after{top:31.5px;left:8.5px}.processing-roller div:nth-child(8){animation-delay:-0.288s}.processing-roller div:nth-child(8):after{top:28px;left:6px}@keyframes lds-roller{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.account-container{display:flex;min-height:600px;gap:0;border:1px solid #f0f0f0;border-radius:6px;overflow:hidden;background:#fff}.account-sidebar{width:280px;background:#f0f0f0;border-right:1px solid #f0f0f0;flex-shrink:0}.account-content{flex:1;padding:0;background:#fff}.account-tab{display:block;width:100%;padding:14.4px 18px;text-decoration:none;color:#222;border:none;border-bottom:1px solid #f0f0f0;background:none;text-align:left;font-size:14px;cursor:pointer;transition:all .2s ease}.account-tab:hover{background:rgba(170,170,170,.1);color:#222;text-decoration:none}.account-tab.active{background:#6086b1;color:#fff;border-right:3px solid #103660}.account-tab.active:hover{background:#103660;color:#fff}.account-tab-icon{display:inline-block;width:20px;margin-right:9px;text-align:center}.tab-content{display:none;padding:30.6px}.tab-content.active{display:block}.tab-content h1{margin-top:0;margin-bottom:18px;color:#222;border-bottom:2px solid #f0f0f0;padding-bottom:9px;font-size:35px;line-height:1.3em}.loading-spinner{display:inline-block;width:40px;height:40px;border:4px solid #f0f0f0;border-top:4px solid #6086b1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.membership-loading{width:100%;min-height:150px;display:flex;align-items:center;justify-content:center}.billing-section{margin-bottom:36px}.billing-section:last-child{margin-bottom:0}.billing-content-wrapper{background:#fff;border-radius:6px;padding:25.2px;border:1px solid #f0f0f0;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:box-shadow .3s ease}.billing-content-wrapper:hover{box-shadow:0 4px 20px rgba(0,0,0,.1)}.billing-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:14.4px;border-bottom:2px solid #f0f0f0}.billing-header h3{margin:0;color:#222;font-size:18px;font-weight:600}.billing-header .billing-icon{width:40px;height:40px;background:linear-gradient(135deg, #6086B1 0%, #103660 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.security-badge{display:inline-flex;align-items:center;background:rgba(75,202,129,.1);color:rgb(28.2060085837,95.7939914163,56.9442060086);padding:4px 12px;border-radius:20px;font-size:11px;font-weight:500;margin-bottom:14.4px}.security-badge::before{content:"🔒";margin-right:6px}#billing .tab-content{background:linear-gradient(135deg, #F0F0F0 0%, rgba(240, 240, 240, 0.5) 100%);border-radius:12px;padding:0}#billing .tab-content h1{background:#fff;margin:0;padding:25.2px 30.6px;border-radius:12px 12px 0 0;border-bottom:3px solid #6086b1;color:#222;font-size:35px;line-height:1.3em;display:flex;align-items:center}#billing .tab-content h1::before{content:"💼";margin-right:14.4px;font-size:1.2em}#billing .tab-content .billing-content{padding:30.6px}@media(max-width: 768px){.account-container{flex-direction:column}.account-sidebar{width:100%;display:flex;overflow-x:auto;border-right:none;border-bottom:1px solid #f0f0f0}.account-tab{white-space:nowrap;border-bottom:none;border-right:1px solid #f0f0f0}.account-tab.active{border-right:1px solid #f0f0f0;border-bottom:3px solid #6086b1}.billing-header{flex-direction:column;text-align:center;gap:9px}.payment-methods-wrapper .security-badge{position:static;display:block;margin-bottom:14.4px}}.payment-methods-wrapper{position:relative}.payment-methods-wrapper .security-badge{position:absolute;top:18px;right:25.2px;margin-bottom:0;z-index:1}.payment-methods-wrapper .fm-account-card-form{margin-top:18px}.payment-methods-wrapper .fm-account-card-form .StripeElement{background:#fff;padding:14.4px;border:2px solid #f0f0f0;border-radius:3px;transition:border-color .3s ease}.payment-methods-wrapper .fm-account-card-form .StripeElement--focus{border-color:#6086b1;box-shadow:0 0 0 3px rgba(96,134,177,.1)}.payment-methods-wrapper .fm-account-card-form .card-form-actions{margin-top:18px;display:flex;gap:12.6px}.payment-methods-wrapper .fm-account-card-form .card-form-actions button{padding:12.6px 23.4px;border:none;border-radius:3px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.payment-methods-wrapper .fm-account-card-form .card-form-actions button.btn-primary{background:#6086b1;color:#fff}.payment-methods-wrapper .fm-account-card-form .card-form-actions button.btn-primary:hover{background:#103660;transform:translateY(-1px)}.payment-methods-wrapper .fm-account-card-form .card-form-actions button.btn-primary:disabled{background:#aaa;cursor:not-allowed;transform:none}.payment-methods-wrapper .credit-card{margin:18px 0;box-shadow:0 4px 12px rgba(0,0,0,.1)}.payment-methods-wrapper .credit-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.15)}.billing-content-wrapper form .form-group{margin-bottom:18px}.billing-content-wrapper form .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#222;font-size:14px}.billing-content-wrapper form .form-group input[type=text],.billing-content-wrapper form .form-group input[type=email],.billing-content-wrapper form .form-group input[type=password],.billing-content-wrapper form .form-group select,.billing-content-wrapper form .form-group textarea{width:100%;padding:12px 16px;border:2px solid #f0f0f0;border-radius:3px;font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;transition:border-color .3s ease,box-shadow .3s ease}.billing-content-wrapper form .form-group input[type=text]:focus,.billing-content-wrapper form .form-group input[type=email]:focus,.billing-content-wrapper form .form-group input[type=password]:focus,.billing-content-wrapper form .form-group select:focus,.billing-content-wrapper form .form-group textarea:focus{outline:none;border-color:#6086b1;box-shadow:0 0 0 3px rgba(96,134,177,.1)}.billing-content-wrapper form .form-group input[type=text]:invalid,.billing-content-wrapper form .form-group input[type=email]:invalid,.billing-content-wrapper form .form-group input[type=password]:invalid,.billing-content-wrapper form .form-group select:invalid,.billing-content-wrapper form .form-group textarea:invalid{border-color:#ff375f}.billing-content-wrapper form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media(max-width: 768px){.billing-content-wrapper form .form-row{grid-template-columns:1fr}}.billing-content-wrapper form .form-actions{margin-top:27px;display:flex;gap:12px}.billing-content-wrapper form .form-actions button{padding:12px 24px;border:none;border-radius:3px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.billing-content-wrapper form .form-actions button.btn-primary{background:#6086b1;color:#fff}.billing-content-wrapper form .form-actions button.btn-primary:hover{background:#103660;transform:translateY(-1px)}.billing-content-wrapper form .form-actions button.btn-secondary{background:rgba(0,0,0,0);color:#6086b1;border:2px solid #6086b1}.billing-content-wrapper form .form-actions button.btn-secondary:hover{background:#6086b1;color:#fff}.billing-content-wrapper form .form-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none !important}.billing-table{width:100%;border-collapse:collapse;margin-top:18px;background:#fff;border-radius:3px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05)}.billing-table thead{background:linear-gradient(135deg, #6086B1 0%, #103660 100%);color:#fff}.billing-table thead th{padding:16px 20px;text-align:left;font-weight:600;font-size:14px;border:none}.billing-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.billing-table tbody tr:hover{background-color:rgba(131,172,207,.1)}.billing-table tbody tr:last-child{border-bottom:none}.billing-table tbody td{padding:16px 20px;font-size:14px;color:#222;vertical-align:middle}.billing-table tbody td.amount{font-weight:600;color:#4bca81}.billing-table tbody td.status .status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.billing-table tbody td.status .status-badge.paid{background:rgba(75,202,129,.1);color:#4bca81}.billing-table tbody td.status .status-badge.pending{background:rgba(201,167,39,.1);color:#9c801c}.billing-table tbody td.status .status-badge.failed{background:rgba(255,55,95,.1);color:#ff375f}.billing-table tbody td .table-action{padding:6px 12px;background:rgba(0,0,0,0);border:1px solid #6086b1;color:#6086b1;border-radius:3px;font-size:12px;cursor:pointer;transition:all .2s ease}.billing-table tbody td .table-action:hover{background:#6086b1;color:#fff}.card-list{display:grid;gap:18px;margin-top:18px}.card-list .card-item{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#fff;border:2px solid #f0f0f0;border-radius:3px;transition:all .3s ease}.card-list .card-item:hover{border-color:#83accf;transform:translateY(-2px);box-shadow:0 4px 15px rgba(96,134,177,.1)}.card-list .card-item.default-card{border-color:#4bca81;background:rgba(75,202,129,.02)}.card-list .card-item .card-info{display:flex;align-items:center;gap:15px}.card-list .card-item .card-info .card-brand{width:40px;height:25px;background-size:contain;background-repeat:no-repeat;background-position:center}.card-list .card-item .card-info .card-details h4{margin:0 0 4px 0;font-size:14px;color:#222}.card-list .card-item .card-info .card-details .card-number{font-family:monospace;color:#aaa;font-size:14px}.card-list .card-item .card-info .card-details .card-expiry{font-size:12px;color:#aaa}.card-list .card-item .card-actions{display:flex;gap:8px}.card-list .card-item .card-actions button{padding:6px 12px;border:1px solid #aaa;background:rgba(0,0,0,0);color:#aaa;border-radius:3px;font-size:11px;cursor:pointer;transition:all .2s ease}.card-list .card-item .card-actions button.set-default{border-color:#4bca81;color:#4bca81}.card-list .card-item .card-actions button.set-default:hover{background:#4bca81;color:#fff}.card-list .card-item .card-actions button.delete{border-color:#ff375f;color:#ff375f}.card-list .card-item .card-actions button.delete:hover{background:#ff375f;color:#fff}
