.dashboard-page{min-height:100vh;width:100%;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:auto}.dashboard-container{width:100%;max-width:100%;margin:0;padding:1rem;box-sizing:border-box}.dashboard-header{margin-bottom:2rem}.dashboard-header-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.dashboard-title{font-size:2rem;font-weight:700;color:#1a202c;margin:0}.dashboard-status{display:flex;align-items:center;gap:.5rem}.status-indicator{width:10px;height:10px;border-radius:50%;background:#cbd5e0}.status-indicator.connected{background:#48bb78;box-shadow:0 0 0 3px #48bb7833}.status-indicator.disconnected{background:#f56565;box-shadow:0 0 0 3px #f5656533}.status-text{font-size:.875rem;color:#4a5568;font-weight:500}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.stat-label{font-size:.875rem;color:#718096;margin-bottom:.5rem;font-weight:500}.stat-value{font-size:2rem;font-weight:700;color:#1a202c}.stat-card-total .stat-value{color:#667eea}.stat-card-active .stat-value{color:#48bb78}.stat-card-billing .stat-value{color:#4299e1}.stat-card-payment .stat-value{color:#ed8936}.stat-card-3ds .stat-value{color:#9f7aea}.clients-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:visible;width:100%;box-sizing:border-box}.section-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;overflow:visible}.section-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0}.table-container{overflow-x:auto;width:100%}.clients-table{width:100%;border-collapse:collapse;table-layout:auto}.clients-table thead{background:#f7fafc}.clients-table th{padding:.75rem;text-align:left;font-weight:600;font-size:.875rem;color:#4a5568}.clients-table th:nth-child(6){text-align:center}.clients-table tbody tr{border-top:1px solid #e2e8f0;cursor:pointer;transition:background-color .15s}.clients-table tbody tr:hover{background:#f7fafc}.clients-table tbody tr.new-client-row{background-color:#d4edda!important;border:2px solid #28a745!important;animation:newClientPulse .5s ease-in-out}@keyframes newClientPulse{0%{box-shadow:0 0 #28a745b3}50%{box-shadow:0 0 0 10px #28a74500}to{box-shadow:0 0 #28a74500}}.clients-table tbody tr.new-client-row td{color:#155724!important;font-weight:600}.clients-table tbody tr.disconnected-client-row{background-color:#f8d7da!important;border:2px solid #dc3545!important;animation:disconnectedClientPulse .5s ease-in-out}@keyframes disconnectedClientPulse{0%{box-shadow:0 0 #dc3545b3}50%{box-shadow:0 0 0 10px #dc354500}to{box-shadow:0 0 #dc354500}}.clients-table tbody tr.disconnected-client-row td{color:#721c24!important;font-weight:600}.clients-table tbody tr.connected-client-row{background-color:#d1f2eb!important}.clients-table tbody tr.connected-client-row td{color:#0d5d2c!important;font-weight:600;background-color:#d1f2eb}.clients-table tbody tr.selected{background:#edf2f7}.clients-table td{padding:.75rem;font-size:.875rem;color:#2d3748;white-space:normal;word-wrap:break-word;word-break:break-word;overflow:visible}.clients-table td:nth-child(1){word-break:break-all}.clients-table td:nth-child(2){white-space:normal;word-break:break-all}.clients-table td:nth-child(4),.clients-table td:nth-child(5),.clients-table td:nth-child(6){white-space:normal;word-break:break-word}.clients-table td:nth-child(6){text-align:center;vertical-align:middle;padding:.75rem}.client-id{font-family:Monaco,Menlo,Ubuntu Mono,monospace;color:#718096;word-break:break-all;white-space:normal;max-width:100%}.page-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;background:#bee3f8;color:#2c5282;font-size:.75rem;font-weight:600;text-transform:uppercase}.last-seen{color:#718096}.btn-view{padding:.5rem 1rem;background:#4299e1;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .2s}.btn-view:hover{background:#3182ce}.empty-state{padding:3rem;text-align:center;color:#a0aec0;font-size:.875rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:12px;max-width:800px;max-height:90vh;overflow-y:auto;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s,color .2s}.modal-close:hover{background:#f7fafc;color:#2d3748}.modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.info-section{display:flex;flex-direction:column;gap:.75rem}.info-section-title{font-size:1rem;font-weight:600;color:#2d3748;margin:0}.info-box{background:#f7fafc;padding:1rem;border-radius:6px;display:flex;flex-direction:column;gap:.75rem}.info-row{font-size:.875rem;color:#4a5568;line-height:1.6}.info-row strong{color:#2d3748;margin-right:.5rem}@media (max-width: 1024px){.dashboard-container{padding:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.clients-table th,.clients-table td{padding:.5rem;font-size:.8rem}}@media (max-width: 768px){.dashboard-container{padding:.75rem}.dashboard-header-top{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-title{font-size:1.5rem}.stats-grid{grid-template-columns:1fr}.table-container{overflow-x:scroll}.clients-table{width:100%;min-width:100%;table-layout:auto}.clients-table th,.clients-table td{padding:.5rem;font-size:.75rem}.modal-overlay{padding:1rem}.modal-content{max-height:95vh}}*{margin:0;padding:0;box-sizing:border-box}:root{--dstv-red: #E50914;--dstv-red-dark: #B20710;--dstv-red-hover: #B20710;--gray-50: #f5f5f5;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff;--error: #dc2626}body{background:#121212;background-attachment:fixed;background-repeat:no-repeat;font-family:Roboto,Arial,sans-serif;font-size:100%;font-style:normal;font-variant:normal;font-weight:400;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#fff;margin:0;min-height:100%;height:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.main{position:relative;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1rem 0;padding:0 1rem;min-height:75vh;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.row{width:100%;max-width:100%;display:flex;justify-content:center;align-items:center}.container{position:relative;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1rem 0;padding:0 1rem;min-height:75vh;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:100%}header{width:100%;margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.hdr_inner{display:flex;justify-content:center;align-items:center;padding:0;margin-bottom:0}.hdr_logo{display:inline-block}.hdr_logo img{width:264px;height:67px;display:block}.widget_container{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #fff;color:#000;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:.3125rem;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.15);box-shadow:0 1px 5px #00000026;margin:0 auto}@media only screen and (min-width: 25em){.widget_container{width:auto;padding:2.25rem 1.875rem;width:22rem}}@media only screen and (min-width: 37.5em){.widget_container{width:25rem}}.title{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;width:100%;text-align:center;flex-wrap:wrap}.inline_title{font-size:18px;font-weight:700;font-family:Roboto,Arial,sans-serif;color:#000;margin:0;text-align:center;line-height:1.3;display:inline}.inline_tooltip{position:relative;display:inline-flex;align-items:center;cursor:pointer;vertical-align:middle;margin-left:.25rem}.inline_tooltip svg{width:24px;height:24px;display:block}.tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;padding:8px 12px;background-color:#000;color:#fff;font-size:12px;line-height:1.4;white-space:normal;width:250px;border-radius:4px;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:1000;pointer-events:none}.inline_tooltip:hover .tooltip{opacity:1;visibility:visible}.tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#000}.login-form{margin-bottom:0;width:100%;display:flex;flex-direction:column;align-items:center}.widget_row{margin-bottom:1.5rem;width:100%;text-align:left}.widget_row:last-of-type{margin-bottom:0}.widget_row:nth-of-type(2){margin-bottom:2rem}.widget_row+.widget_row button.button.primary,.widget_row+.widget_row #btnSubmit{margin-top:.5rem}.widget_row:has(.password),.widget_row:has(#Password){margin-bottom:2rem}.widget_row_no_wrap{display:flex;flex-direction:column;align-items:center}.form-group{margin-bottom:24px;text-align:left;width:100%}.form-label{display:block;font-size:14px;font-weight:400;color:#000;margin-bottom:8px;text-align:left;line-height:1.4;width:100%}.form-input{width:100%;padding:12px 14px;font-size:16px;border:1px solid #cccccc;border-radius:0;transition:all .2s;background-color:var(--white);box-sizing:border-box;color:#000;line-height:1.5}.form-input:focus{outline:none;border-color:#000;box-shadow:none;border-width:2px;padding:11px 13px}.form-input::placeholder{color:var(--gray-400)}.input_field{position:relative;width:100%;margin-bottom:0}.input_field.country{width:100%}.input_field .form-input{width:100%;padding:.75rem;font-size:1rem;border:1px solid #cccccc;border-radius:0;transition:all .2s;background-color:#fff;box-sizing:border-box;color:#000;line-height:1.5}.input_field .form-input:focus{outline:none;border-color:#000;box-shadow:none;border-width:2px;padding:calc(.75rem - 1px)}.password{width:100%;padding:.75rem 3.125rem .75rem .75rem;font-size:1rem;border:1px solid #cccccc;border-radius:0;transition:all .2s;background-color:#fff;box-sizing:border-box;color:#000;line-height:1.5}.password:focus{outline:none;border-color:#000;box-shadow:none;border-width:2px;padding:calc(.75rem - 1px);padding-right:calc(3.125rem - 1px)}.password_border{display:none}.show_hide{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;padding:.25rem}.show_hide svg{width:1.5rem;height:1.25rem;display:block}.has_txt{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:1rem;color:#999;pointer-events:none;transition:all .2s;background-color:#fff;padding:0 .25rem;z-index:2}.password:focus~.has_txt,.password:not(:placeholder-shown)~.has_txt,.password:valid~.has_txt{top:0;font-size:.75rem;color:#000;transform:translateY(0)}.password-wrapper{position:relative}.password-wrapper .form-input{padding-right:48px}.toggle-password{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--gray-500);padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.toggle-password:hover{color:var(--gray-700)}.error-message,.error_msg{display:block;color:var(--error);font-size:.75rem;margin-top:.25rem;min-height:1rem;line-height:1.4}.error_msg.global{margin-top:.5rem}.error_msg.field-validation-valid{display:none}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#000;font-weight:400}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--dstv-red)}.forgot-password{color:#000;text-decoration:underline;font-size:14px;font-weight:400;transition:opacity .2s}.forgot-password:hover{opacity:.7;text-decoration:underline}.btn-primary,.button.primary{width:100%;padding:.875rem 1rem;background-color:#000;color:#fff;border:none;border-radius:0;font-size:1rem;font-weight:400;cursor:pointer;transition:background-color .2s ease;display:block;text-align:center;text-transform:none;letter-spacing:normal;line-height:1.5}.btn-primary:hover:not(:disabled),.button.primary:hover:not(:disabled){background-color:#333}.btn-primary:active:not(:disabled),.button.primary:active:not(:disabled){background-color:#1a1a1a}.btn-primary:disabled,.button.primary:disabled{opacity:.7;cursor:not-allowed}.btn-loader{display:inline-block}.btn-loader svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.divider{position:relative;text-align:center;margin:24px 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:var(--gray-200)}.divider span{position:relative;background-color:var(--white);padding:0 16px;color:var(--gray-500);font-size:14px}.social-login{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.btn-social{width:100%;padding:12px 16px;background-color:var(--white);color:var(--gray-700);border:1px solid var(--gray-300);border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:12px}.btn-social:hover{border-color:var(--gray-400);background-color:var(--gray-50)}.btn-social svg{flex-shrink:0}.signup-link{text-align:center;padding-top:24px;border-top:1px solid var(--gray-200);margin-top:24px}.signup-link p{font-size:14px;color:#666;margin:0;font-weight:400}.signup-link a{color:#000;text-decoration:underline;font-weight:400}.signup-link a:hover{opacity:.7;text-decoration:underline}.footer{background-color:var(--white);border-top:1px solid var(--gray-200);padding:24px 0;margin-top:auto}.footer-content{display:flex;flex-direction:column;align-items:center;gap:16px}.footer-links{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.footer-links a{color:var(--gray-600);text-decoration:none;font-size:14px;transition:color .2s}.footer-links a:hover{color:var(--dstv-red)}.footer-copyright{font-size:12px;color:var(--gray-500);text-align:center}.txt_sml{font-size:.75rem;line-height:1.5}.subtxt{color:#666;text-align:center;margin:0;padding:0}.subtxt_link{color:#000;text-decoration:underline}.subtxt_link:hover{opacity:.7}.tertiary_link{text-align:center;font-size:.875rem;color:#000;margin:0;padding:0}.centre{text-align:center}.txt_link{color:#000;text-decoration:underline;font-weight:400}.txt_link:hover{opacity:.7}.widget_row_no_wrap{margin-top:1.5rem}.btn_hdr{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;margin-bottom:.75rem;position:relative}.btn_hdr:before,.btn_hdr:after{content:"";flex:1;height:1px;background-color:#ddd}.btn_hdr p{margin:0;font-size:.875rem;color:#000;white-space:nowrap;font-weight:400;text-align:center}.btn_hdr .border{display:none}.create-account-text{font-size:10px;color:#666;text-align:center;margin:0;width:100%;line-height:1.5}@media (max-width: 768px){.main{padding:0 .5rem;min-height:70vh}.container{padding:0 .5rem}.widget_container{width:100%;max-width:100%;padding:1.5rem 1rem;margin:0}.hdr_logo img{width:200px;height:auto;max-width:100%}.inline_title{font-size:16px}.tooltip{width:200px;font-size:11px;left:0;transform:translate(0)}.form-input,.password{font-size:16px}.button.primary{font-size:1rem;padding:.875rem}.txt_sml{font-size:.7rem}.create-account-text{font-size:9px}}@media (max-width: 480px){.main{padding:0 .25rem}.widget_container{padding:1rem .75rem;border-radius:.25rem}.hdr_logo img{width:150px}.inline_title{font-size:14px;line-height:1.4}.title{flex-direction:column;gap:.25rem}.inline_tooltip{margin-left:0}.tooltip{width:180px;font-size:10px;padding:6px 10px}.widget_row{margin-bottom:1rem}.form-input,.password{padding:.625rem;font-size:16px}.button.primary{padding:.75rem;font-size:.9375rem}.btn_hdr{flex-direction:column;gap:.5rem}.btn_hdr:before,.btn_hdr:after{display:none}}header#root{width:100%;position:relative;z-index:1000;background:#fff;margin:0;padding:0}#top-menu{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000;width:100%;margin:0;padding:0}.top-nav{background:#f5f5f5;padding:.5rem 0;border-bottom:1px solid #e5e5e5}.top-nav-container{max-width:1400px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.nav-selector{display:flex;gap:1rem}.nav-selector span{font-size:.875rem;color:#000;cursor:pointer;padding:.5rem 1rem;position:relative;font-family:Poppins,Arial,sans-serif}.nav-selector span.selected{font-weight:600}.nav-selector .bottom-border{position:absolute;bottom:0;left:0;right:0;height:2px;background:#000}.profile-section{display:flex;align-items:center;gap:.5rem}.user-profile{display:flex;align-items:center;cursor:pointer}.profile-container{display:flex;align-items:center;gap:.25rem}.country-flag{display:flex;align-items:center}.country-flag .flag{width:24px;height:16px;object-fit:cover}.header-menu{background:#fff;padding:0;height:55px;display:flex;align-items:center}.header-menu-container,.header-menu-container.updated-header-menu{max-width:1212px!important;width:1212px!important;height:55px!important;min-height:55px!important;max-height:55px!important;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;overflow:hidden;line-height:55px}.main-links{display:flex;align-items:center;gap:1rem;flex:1;height:55px;line-height:55px}.main-links a{text-decoration:none;display:flex;align-items:center;height:55px}.site-logo{display:flex;align-items:center;height:55px}.site-logo img{height:auto!important;width:auto;max-height:55px!important;object-fit:contain}.icon-site-switcher{font-size:1rem;cursor:pointer;margin-left:.5rem;height:55px;line-height:55px;display:flex;align-items:center}.site-links{display:flex;list-style:none;gap:1rem;margin:0;padding:0;margin-left:1rem;height:55px;align-items:center}.site-links-style{font-size:.875rem;color:#000;cursor:pointer;font-weight:500;font-family:Poppins,Arial,sans-serif;transition:color .2s;line-height:55px;height:55px;display:flex;align-items:center}.site-links-style:hover{color:#e50914}.icons{display:flex;align-items:center;gap:.75rem;height:55px;line-height:55px}.icon-search,.icon-imi-inbox,.icon-supermarket_32x32,.icon-heart_outline,.icon-login,.icon-arrow-down_4px{font-size:1rem;cursor:pointer;color:#000;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;line-height:18px;text-align:center}.icons .flag{width:20px!important;height:14px!important;object-fit:cover}.inbox-icon{position:relative;display:flex;align-items:center}.unread-count{position:absolute;top:-8px;right:-8px;background:#e50914;color:#fff;font-size:.75rem;padding:.125rem .375rem;border-radius:10px;font-weight:600;min-width:18px;text-align:center;display:inline-block;line-height:1.2}.profile-menu{display:none;position:absolute;top:100%;right:1rem;background:#fff;box-shadow:0 4px 8px #00000026;border-radius:4px;list-style:none;padding:.5rem 0;margin:0;min-width:200px;z-index:1001}.profile-menu li{padding:.75rem 1rem;font-size:.875rem;color:#000;cursor:pointer;font-family:Poppins,Arial,sans-serif;transition:background-color .2s}.profile-menu li:hover{background-color:#f5f5f5}.profile-section{position:relative}.profile-section:hover .profile-menu,.profile-menu:hover{display:block}header#root{width:100%;background:#fff}.icon-login:not([class*=icon-]):before,.icon-login:empty:before{content:"👤";font-style:normal;font-size:1.2rem}.icon-arrow-down_4px:not([class*=icon-]):before,.icon-arrow-down_4px:empty:before{content:"▼";font-size:.75rem;font-style:normal}.icon-search:not([class*=icon-]):before,.icon-search:empty:before{content:"🔍";font-style:normal;font-size:1.2rem}.icon-imi-inbox:not([class*=icon-]):before,.icon-imi-inbox:empty:before{content:"📬";font-style:normal;font-size:1.2rem}.icon-supermarket_32x32:not([class*=icon-]):before,.icon-supermarket_32x32:empty:before{content:"🛒";font-style:normal;font-size:1.2rem}.icon-heart_outline:not([class*=icon-]):before,.icon-heart_outline:empty:before{content:"♡";font-style:normal;font-size:1.2rem}.icon-site-switcher:not([class*=icon-]):before,.icon-site-switcher:empty:before{content:"✕";font-style:normal;font-size:1.2rem}i[class*=icon-]{display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased}@media (max-width: 992px){.header-menu-container,.header-menu-container.updated-header-menu{width:100%!important;max-width:100%!important;padding:0 .75rem}.site-links{gap:.75rem;margin-left:.5rem}.site-links-style{font-size:.8125rem}}@media (max-width: 768px){.top-nav-container{padding:0 .75rem}.nav-selector{gap:.5rem}.nav-selector span{font-size:.8125rem;padding:.5rem .75rem}.site-links,.icon-site-switcher{display:none}.main-links,.icons{gap:.5rem}.header-menu-container,.header-menu-container.updated-header-menu{padding:0 .5rem}.site-logo img{max-height:45px!important}.profile-section{gap:.25rem}}@media (max-width: 480px){.top-nav{padding:.375rem 0}.top-nav-container{padding:0 .5rem;flex-wrap:wrap}.nav-selector{width:100%;justify-content:center;margin-bottom:.25rem}.nav-selector span{font-size:.75rem;padding:.375rem .5rem}.profile-section{width:100%;justify-content:center;margin-top:.25rem}.header-menu{height:50px}.header-menu-container,.header-menu-container.updated-header-menu{height:50px!important;min-height:50px!important;max-height:50px!important;padding:0 .5rem}.main-links{height:50px;line-height:50px}.site-logo{height:50px}.site-logo img{max-height:40px!important}.icons{height:50px;line-height:50px}.profile-menu{right:.5rem;min-width:180px}}body.digital-sales{min-height:100vh;display:flex;flex-direction:column}body.digital-sales .create-customer-main{flex:1}.dstv-footer{background-color:#fff!important;border-top:1px solid #e5e5e5;padding:3rem 0 2rem!important;margin-top:auto;width:100%!important;display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1;clear:both;flex-shrink:0}.footer-container{max-width:1400px;margin:0 auto;padding:0 1rem}.footer-content-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e5e5}.footer-section h5{font-size:.875rem;font-weight:600;color:#000;margin-bottom:1rem;font-family:Poppins,Arial,sans-serif;text-transform:uppercase;letter-spacing:.5px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{font-size:.875rem;color:#666;text-decoration:none;font-family:Poppins,Arial,sans-serif;transition:color .2s;display:inline-block}.footer-section ul li a:hover{color:#000;text-decoration:underline}.footer-cta{text-align:center;margin-bottom:2rem}.footer-watch-now-btn{display:inline-block;padding:.875rem 2rem;background-color:#000;color:#fff;text-decoration:none;font-size:1rem;font-weight:500;font-family:Poppins,Arial,sans-serif;border-radius:4px;transition:background-color .2s}.footer-watch-now-btn:hover{background-color:#333}.footer-bottom{text-align:center}.footer-social{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#000;transition:color .2s}.footer-social a:hover{color:#e50914}.footer-social a svg{width:24px;height:24px}.footer-links-bottom{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer-links-bottom a{font-size:.75rem;color:#666;text-decoration:none;font-family:Poppins,Arial,sans-serif;transition:color .2s}.footer-links-bottom a:hover{color:#000;text-decoration:underline}.footer-copyright{font-size:.75rem;color:#666;font-family:Poppins,Arial,sans-serif}.footer-copyright p{margin:0}@media (max-width: 992px){.footer-container{padding:0 1.5rem}.footer-content-wrapper{gap:1.5rem}}@media (max-width: 768px){.footer-container{padding:0 1rem}.footer-content-wrapper{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.footer-section h5{font-size:.8125rem;margin-bottom:.75rem}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{font-size:.8125rem}.footer-watch-now-btn{padding:.75rem 1.5rem;font-size:.9375rem}.footer-links-bottom{flex-direction:column;gap:.75rem;align-items:center}.footer-links-bottom a{font-size:.6875rem}.footer-social{gap:1rem;margin-bottom:1.5rem}.footer-social a{width:36px;height:36px}.footer-social a svg{width:20px;height:20px}.footer-copyright{font-size:.6875rem}}@media (max-width: 480px){.footer-container{padding:0 .75rem}.dstv-footer{padding:2rem 0 1.5rem!important}.footer-content-wrapper{grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.25rem}.footer-section{text-align:center}.footer-section h5{font-size:.75rem;margin-bottom:.625rem}.footer-section ul li{margin-bottom:.375rem}.footer-section ul li a{font-size:.75rem}.footer-watch-now-btn{padding:.625rem 1.25rem;font-size:.875rem;width:100%;max-width:280px}.footer-links-bottom{gap:.5rem}.footer-links-bottom a{font-size:.625rem}.footer-social{gap:.75rem;margin-bottom:1.25rem}.footer-social a{width:32px;height:32px}.footer-social a svg{width:18px;height:18px}.footer-copyright{font-size:.625rem}}.create-customer-main{background:#f5f5f5;min-height:calc(100vh - 120px);padding:2rem 1rem;margin-top:0}.create-customer-pageStack{width:100%;max-width:100%;margin:0;position:relative;padding:0}.create-customer-accountSection-wrapper{display:flex;gap:20px;align-items:flex-start;margin-bottom:1.5rem;width:100%;max-width:100%;box-sizing:border-box;justify-content:center;position:relative}.create-customer-accountDetails-container{flex:1 1 auto;min-width:0;width:100%;max-width:100%;box-sizing:border-box;display:flex;justify-content:center}.create-customer-accountSection-wrapper .create-customer-cardContainer{width:800px!important;max-width:800px!important;height:150px!important;box-sizing:border-box;flex:1}.create-customer-orderSummary-right{flex:0 0 350px;width:350px;flex-shrink:0;margin-left:auto;margin-right:0!important;position:relative;right:0}@media (max-width: 992px){.create-customer-accountSection-wrapper{flex-direction:column}.create-customer-orderSummary-right{flex:1;width:100%}}.create-customer-layout{gap:2rem;align-items:flex-start;margin-top:0}@media (min-width: 769px){.create-customer-layout{margin-top:0}}.create-customer-container{flex:1;max-width:100%;width:100%;margin-top:0;display:flex;flex-direction:column;align-items:center}.create-customer-accountSection-wrapper{width:100%;max-width:100%;margin-left:0;margin-right:0}.create-customer-summaryContainer{flex:0 0 350px;display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){.create-customer-layout{flex-direction:column}.create-customer-summaryContainer{flex:1;width:100%}}.create-customer-cardContainer{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000001a;width:800px;height:225px;box-sizing:border-box}.create-customer-cardContainer[data-section=billing]{width:800px!important;height:270px!important;min-height:270px!important;max-height:270px!important;box-sizing:border-box;overflow:visible!important;margin:0 auto}.create-customer-cardContainer[data-section=billing] .create-customer-panel{display:block!important;visibility:visible!important;height:auto!important;overflow:visible!important}.create-customer-cardContainer[data-section=billing] .create-customer-panel>.d-flex:first-of-type{gap:9rem!important}.create-customer-cardContainer[data-section=billing] .create-customer-panel>.d-flex:nth-of-type(2){gap:9rem!important}.create-customer-cardContainer[data-section=billing] .create-customer-panel>.d-flex:nth-of-type(3){gap:9rem!important}.create-customer-cardContainer[data-section=billing] .create-customer-panel>.d-flex:first-of-type .create-customer-textInput:first-child,.create-customer-cardContainer[data-section=billing] .create-customer-panel>.d-flex:first-of-type .create-customer-textInput:nth-child(2),.create-customer-cardContainer[data-section=billing] .create-customer-panel>.d-flex:nth-of-type(2) .create-customer-textInput:first-child,.create-customer-cardContainer[data-section=billing] .create-customer-panel>.d-flex:nth-of-type(2) .create-customer-textInput:nth-child(2),.create-customer-cardContainer[data-section=billing] .create-customer-panel>.d-flex:nth-of-type(3) .create-customer-textInput:first-child,.create-customer-cardContainer[data-section=billing] .create-customer-panel>.d-flex:nth-of-type(3) .create-customer-textInput:nth-child(2){flex:1;max-width:300px}.create-customer-cardContainer[data-section=billing] .create-customer-textInput,.create-customer-cardContainer[data-section=billing] input,.create-customer-cardContainer[data-section=billing] label{display:block!important;visibility:visible!important;opacity:1!important}.create-customer-accountDetails-container .create-customer-cardContainer{width:800px!important;height:150px!important;box-sizing:border-box;overflow:hidden;border:1px solid rgba(0,0,0,.1019607843);border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;margin-bottom:1.5rem}.create-customer-accountDetails-container .create-customer-panel>.d-flex:first-of-type{gap:2rem!important;align-items:flex-start}.create-customer-accountDetails-container .create-customer-panel>.d-flex:first-of-type .create-customer-title{max-width:75px;width:75px;flex:0 0 75px}.create-customer-accountDetails-container .create-customer-panel>.d-flex:first-of-type .create-customer-lastName{flex:1;max-width:300px}.create-customer-accountDetails-container .create-customer-panel>.d-flex:first-of-type .create-customer-firstName{flex:1;max-width:300px}.create-customer-accountDetails-container .create-customer-panel>.d-flex:first-of-type .form-select.w-100{width:100%!important}.create-customer-accountDetails-container .create-customer-panel>.d-flex:first-of-type .create-customer-textInput{margin-bottom:0!important}@media (min-width: 993px){.create-customer-accountDetails-container .create-customer-panel>.d-flex.flex-lg-row:nth-of-type(2){gap:2rem!important}.create-customer-accountDetails-container .create-customer-panel>.d-flex.flex-lg-row:nth-of-type(2) .create-customer-textInput:first-child{margin-right:2rem!important}}.create-customer-container>.create-customer-cardContainer:nth-of-type(1),.create-customer-container>.create-customer-cardContainer:first-of-type{width:800px!important;height:270px!important;min-height:270px!important;max-height:270px!important;box-sizing:border-box;overflow:visible!important;padding:1.5rem!important;margin-bottom:1.5rem}.create-customer-container>.create-customer-cardContainer:nth-of-type(1) .create-customer-panel,.create-customer-container>.create-customer-cardContainer:first-of-type .create-customer-panel{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important;visibility:visible!important}.create-customer-container>.create-customer-cardContainer:nth-of-type(1) .create-customer-textInput,.create-customer-container>.create-customer-cardContainer:first-of-type .create-customer-textInput{display:block!important;visibility:visible!important;opacity:1!important;height:auto!important}.create-customer-container>.create-customer-cardContainer:nth-of-type(1) input,.create-customer-container>.create-customer-cardContainer:first-of-type input{display:block!important;visibility:visible!important;opacity:1!important}.create-customer-container>.create-customer-cardContainer:nth-of-type(2){width:800px!important;height:225px!important;box-sizing:border-box;overflow:hidden;padding:.5rem 1.5rem;margin-bottom:1.5rem}.create-customer-container>.create-customer-cardContainer:nth-of-type(3){width:800px!important;height:225px!important;box-sizing:border-box;overflow:hidden;padding:.5rem 1.5rem;margin-bottom:1.5rem}.create-customer-wrapper{width:100%;margin-bottom:1rem}.create-customer-headerPrefix{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;margin-right:.75rem;flex-shrink:0}.create-customer-headerPrefix.create-customer-active{background-color:#000;color:#fff}.create-customer-headerPrefix.create-customer-incomplete{background-color:#e5e5e5;color:#666}.gap-10{gap:.625rem}.text-bold{font-weight:600;font-size:.875rem;color:#000}.create-customer-panel{display:none}.create-customer-panel.create-customer-panelActive{display:block}.create-customer-textInput{flex:1;margin-bottom:1rem}.d-flex{display:flex}.flex-column{flex-direction:column}.flex-lg-row{flex-direction:row}@media (max-width: 992px){.flex-lg-row{flex-direction:column}}.w-100{width:100%}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.align-items-left{align-items:flex-start}.mt-2{margin-top:.5rem}.text-input-inputGroup{position:relative;width:100%}.text-input-textInputGroup,.form-floating{position:relative}.form-control{width:100%;padding:.75rem;font-size:1rem;border:1px solid #cccccc;border-radius:4px;background-color:#fff;color:#000;font-family:Poppins,Arial,sans-serif;transition:border-color .2s}.form-control:focus{outline:none;border-color:#000;border-width:2px;padding:calc(.75rem - 1px)}.form-control:disabled{background-color:#f5f5f5;color:#666;cursor:not-allowed}.text-input-textInput{padding:.75rem}.text-input-textInputLabel{position:absolute;top:.75rem;left:.75rem;font-size:.875rem;color:#666;pointer-events:none;transition:all .2s;font-family:Poppins,Arial,sans-serif;white-space:nowrap;z-index:1}.form-control:focus~.text-input-textInputLabel,.form-control:not(:placeholder-shown)~.text-input-textInputLabel,.form-control:not([value=""])~.text-input-textInputLabel,.form-control:valid~.text-input-textInputLabel{top:-.5rem;left:.5rem;font-size:.75rem;background-color:#fff;padding:0 .25rem;color:#000}.form-control:placeholder-shown~.text-input-textInputLabel{top:.75rem;left:.75rem;font-size:.875rem;color:#666;background-color:transparent;padding:0}.form-control:disabled~.text-input-textInputLabel{top:-.5rem;left:.5rem;font-size:.75rem;background-color:#fff;padding:0 .25rem;color:#000}.form-elm,.select-custSelect{width:100%}.form-select{width:100%;padding:.75rem 2.5rem .75rem .75rem;font-size:1rem;border:1px solid #cccccc;border-radius:4px;background-color:#fff;color:#000;font-family:Poppins,Arial,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;cursor:pointer}.form-select:focus{outline:none;border-color:#000;border-width:2px;padding:calc(.75rem - 1px);padding-right:calc(2.5rem - 1px)}.select-auto-complete-typeaheadWrapper,.select-auto-complete-typeHeaderWrapperContainer,.select-auto-complete-typeaheadGlass{width:100%}.select-auto-complete-typeaheadGlassInput{width:100%;padding:.75rem;font-size:1rem;border:1px solid #cccccc;border-radius:4px;background-color:#fff;color:#000;font-family:Poppins,Arial,sans-serif}.select-auto-complete-typeaheadGlassInput:focus{outline:none;border-color:#000;border-width:2px;padding:calc(.75rem - 1px)}.select-auto-complete-typeaheadGlassInput.select-auto-complete-disabled{background-color:#f5f5f5;color:#666;cursor:not-allowed}.create-customer-footnote{margin-top:1rem}.filters-checkboxContainer{display:flex;align-items:center;cursor:pointer;font-size:.875rem;color:#000;font-family:Poppins,Arial,sans-serif}.filters-checkboxInput{margin-right:.5rem;width:18px;height:18px;cursor:pointer}.filters-checkboxMark{display:none}.create-customer-paymentMethod{width:100%}.create-customer-header{font-size:1rem;font-weight:600;color:#000;margin-bottom:1rem;font-family:Poppins,Arial,sans-serif}.create-customer-paymentMethodContainer{display:flex;flex-direction:column;gap:1rem}.create-customer-paymentWrapper{display:flex;align-items:center;padding:1rem;border:2px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .2s;position:relative}.create-customer-paymentWrapper:hover{border-color:#000}.create-customer-paymentWrapper input[type=radio]{margin-left:auto;cursor:pointer;width:18px;height:18px}.create-customer-paymentWrapper input[type=radio]:checked{accent-color:#000000}.create-customer-paymentWrapper input[type=radio]:checked~.create-customer-description,.create-customer-paymentWrapper:has(input[type=radio]:checked){border-color:#000;background-color:#f9f9f9}.create-customer-paymentWrapper.active{border-color:#000;background-color:#f9f9f9}.create-customer-imageWrapper{display:flex;align-items:center;gap:.5rem;margin-right:1rem}.create-customer-imageWrapper img{display:block}.create-customer-imageWrapper i{font-size:1.5rem}.create-customer-description{font-size:.875rem;color:#000;font-family:Poppins,Arial,sans-serif;flex:1}.create-customer-summaryTitle{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e5e5}.create-customer-body{margin-bottom:.75rem;font-size:.875rem;color:#000;font-family:Poppins,Arial,sans-serif}.create-customer-summaryButton{width:100%;padding:.875rem 1rem;background-color:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:400;cursor:pointer;transition:background-color .2s;font-family:Poppins,Arial,sans-serif;margin-top:1rem}.create-customer-summaryButton:hover:not(:disabled){background-color:#333}.create-customer-summaryButton.button-disabled{opacity:.5;cursor:not-allowed}.reward-promo-cardContainer{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a}.reward-promo-promoWrapper,.reward-promo-promoContainer{width:100%}.reward-promo-logo{height:24px;margin-bottom:1rem}.reward-promo-learnMore{font-size:.875rem;color:#000;text-decoration:underline;font-family:Poppins,Arial,sans-serif}.reward-promo-description{margin-bottom:.75rem;font-size:.875rem;color:#000;font-family:Poppins,Arial,sans-serif}.reward-promo-rewardStars{width:16px;height:16px;margin-right:.5rem}.reward-promo-total{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e5e5;font-weight:600;font-size:.875rem;color:#000;font-family:Poppins,Arial,sans-serif}@media (max-width: 992px){.create-customer-cardContainer{width:100%!important;max-width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important}.create-customer-accountDetails-container .create-customer-cardContainer{width:100%!important;height:auto!important}.create-customer-cardContainer[data-section=billing]{width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important}.create-customer-container>.create-customer-cardContainer:nth-of-type(1),.create-customer-container>.create-customer-cardContainer:first-of-type,.create-customer-container>.create-customer-cardContainer:nth-of-type(2),.create-customer-container>.create-customer-cardContainer:nth-of-type(3){width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important}.create-customer-accountSection-wrapper .create-customer-cardContainer{width:100%!important;max-width:100%!important;height:auto!important}}@media (max-width: 768px){.create-customer-main{padding:1rem .5rem}.create-customer-cardContainer{padding:1rem;margin-bottom:1rem}.create-customer-accountDetails-container .create-customer-cardContainer{padding:1rem}.create-customer-textInput{margin-bottom:.75rem}.d-flex.flex-lg-row{flex-direction:column!important}.create-customer-textInput{width:100%;margin-right:0}.form-control,.form-select{font-size:16px}.text-input-textInputLabel{font-size:.8125rem}.create-customer-headerPrefix{width:28px;height:28px;font-size:.8125rem}.text-bold{font-size:.8125rem}}@media (max-width: 480px){.create-customer-main{padding:.75rem .25rem}.create-customer-cardContainer{padding:.75rem;border-radius:4px}.create-customer-accountDetails-container .create-customer-cardContainer{padding:.75rem}.create-customer-wrapper{margin-bottom:.75rem}.create-customer-textInput{margin-bottom:.5rem}.form-control,.form-select{padding:.625rem;font-size:16px}.text-input-textInputLabel{font-size:.75rem;top:.625rem;left:.625rem}.form-control:focus~.text-input-textInputLabel,.form-control:not(:placeholder-shown)~.text-input-textInputLabel{top:-.375rem;left:.375rem;font-size:.6875rem}.create-customer-headerPrefix{width:24px;height:24px;font-size:.75rem;margin-right:.5rem}.text-bold{font-size:.75rem}.gap-10{gap:.5rem}}.renew-subscription-container{width:100%;max-width:800px;margin:1.5rem auto;display:flex;justify-content:flex-start}.button-renew-subscription{padding:.875rem 2rem;background-color:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;font-family:Poppins,Arial,sans-serif;cursor:pointer;transition:background-color .2s;text-transform:none;letter-spacing:normal}.button-renew-subscription:hover{background-color:#333}.button-renew-subscription:active{background-color:#1a1a1a}@media (max-width: 768px){.renew-subscription-container{max-width:100%;padding:0 1rem}.button-renew-subscription{width:100%;padding:.875rem 1.5rem;font-size:.9375rem}}.payment-modal{display:none!important;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.payment-modal.active{display:flex!important;opacity:1;animation:modalFadeIn .3s ease forwards}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.payment-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000c,#121212e6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.payment-modal-content{position:relative;background:linear-gradient(145deg,#fff,#f8f8f8);border-radius:20px;width:90%;max-width:550px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff1a inset,0 0 100px #e509141a;z-index:10001;display:flex;flex-direction:column;transform:scale(.9) translateY(20px);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.payment-modal.active .payment-modal-content{transform:scale(1) translateY(0);animation:modalSlideUp .4s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes modalSlideUp{0%{transform:scale(.9) translateY(30px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.payment-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;position:relative;overflow:hidden}.payment-modal-header:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e50914,#ff1744,#e50914);background-size:200% 100%;animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.payment-modal-header-content{display:flex;align-items:center;gap:1rem;flex:1}.payment-modal-icon{width:48px;height:48px;background:linear-gradient(135deg,#e50914,#ff1744);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px #e509144d}.payment-modal-header h2{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;color:#fff;font-family:Poppins,Arial,sans-serif;letter-spacing:-.5px}.payment-modal-subtitle{margin:0;font-size:.875rem;color:#ffffffb3;font-family:Poppins,Arial,sans-serif}.payment-modal-close{background:#ffffff1a;border:none;color:#fff;cursor:pointer;padding:.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.payment-modal-close:hover{background:#fff3;transform:rotate(90deg)}.payment-modal-body{padding:2rem;flex:1;overflow-y:auto;background:#fff}.payment-card-preview{margin-bottom:2rem;perspective:1000px}.payment-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:16px;padding:2rem;color:#fff;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d;transform-style:preserve-3d;transition:transform .3s ease}.payment-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(229,9,20,.1) 0%,transparent 70%);animation:cardGlow 4s ease-in-out infinite}@keyframes cardGlow{0%,to{opacity:.3}50%{opacity:.6}}.payment-card-chip{width:50px;height:40px;background:linear-gradient(135deg,gold,#ffed4e);border-radius:8px;margin-bottom:1.5rem;position:relative;box-shadow:0 2px 10px #ffd7004d}.payment-card-chip:before{content:"";position:absolute;top:8px;left:8px;right:8px;height:2px;background:#0003;border-radius:1px}.payment-card-number{font-size:1.5rem;font-weight:600;letter-spacing:2px;margin-bottom:1.5rem;font-family:Courier New,monospace;text-shadow:0 2px 10px rgba(0,0,0,.3)}.payment-card-details{display:flex;justify-content:space-between;align-items:flex-end}.payment-card-name{font-size:.875rem;text-transform:uppercase;letter-spacing:1px;opacity:.9}.payment-card-expiry{font-size:.875rem;letter-spacing:1px;opacity:.9}.card-details-form{display:flex;flex-direction:column;gap:1.5rem}.form-group-modern{display:flex;flex-direction:column;gap:.5rem}.form-label-modern{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600;color:#000;font-family:Poppins,Arial,sans-serif;text-transform:uppercase;letter-spacing:.5px}.card-icons{display:flex;gap:.5rem;align-items:center}.cvv-info{width:18px;height:18px;border-radius:50%;background:#e5e5e5;color:#666;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;cursor:help;transition:all .2s}.cvv-info:hover{background:#000;color:#fff}.form-input-modern{width:100%;padding:1rem 1.25rem;font-size:1rem;border:2px solid #e5e5e5;border-radius:12px;background-color:#fff;color:#000;font-family:Poppins,Arial,sans-serif;transition:all .3s ease;box-sizing:border-box}.form-input-modern:focus{outline:none;border-color:#000;background-color:#fafafa;box-shadow:0 0 0 4px #0000000d;transform:translateY(-2px)}.form-input-modern::placeholder{color:#999;opacity:.6}.form-row-modern{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.payment-modal-footer{padding:2rem;background:linear-gradient(to top,#f8f8f8,#fff);border-top:1px solid #e5e5e5}.payment-security-info{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#e509140d;border-radius:10px;margin-bottom:1.5rem;font-size:.8125rem;color:#666;font-family:Poppins,Arial,sans-serif}.payment-security-info svg{color:#e50914;flex-shrink:0}.payment-modal-actions{display:flex;gap:1rem;justify-content:flex-end}.button-cancel-modern{padding:1rem 2rem;background-color:transparent;color:#666;border:2px solid #e5e5e5;border-radius:12px;font-size:1rem;font-weight:600;font-family:Poppins,Arial,sans-serif;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:normal}.button-cancel-modern:hover{background-color:#f5f5f5;border-color:#ccc;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.button-confirm-modern{padding:1rem 2rem;background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;font-family:Poppins,Arial,sans-serif;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:normal;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #0003;position:relative;overflow:hidden}.button-confirm-modern:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(229,9,20,.3),transparent);transition:left .5s}.button-confirm-modern:hover:before{left:100%}.button-confirm-modern:hover{background:linear-gradient(135deg,#e50914,#ff1744);transform:translateY(-2px);box-shadow:0 6px 20px #e5091466}.button-confirm-modern:active{transform:translateY(0)}.button-confirm-modern.loading{cursor:not-allowed;opacity:.8}.button-confirm-modern.loading:hover{transform:none;box-shadow:0 4px 15px #0003}.loading-spinner-payment{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-payment .8s linear infinite}.waiting-spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-waiting 1s linear infinite}@keyframes spin-payment{to{transform:rotate(360deg)}}@keyframes spin-waiting{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.payment-modal-content{width:95%;max-height:95vh}.payment-modal-header{padding:1rem}.payment-modal-header h2{font-size:1.25rem}.payment-modal-body{padding:1rem}.payment-modal-footer{padding:1.5rem}.payment-modal-actions{flex-direction:column}.button-cancel-modern,.button-confirm-modern{width:100%;justify-content:center}}.payment-details-container{background:linear-gradient(145deg,#fff,#f8f8f8);border-radius:20px;box-shadow:0 20px 60px #0000001a,0 0 0 1px #ffffff1a inset,0 0 100px #e509140d;overflow:hidden;display:flex;flex-direction:column;margin:2rem auto;max-width:800px}.payment-details-header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;position:relative;overflow:hidden}.payment-details-header:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e50914,#ff1744,#e50914);background-size:200% 100%;animation:shimmer 3s linear infinite}.payment-details-header-content{display:flex;align-items:center;gap:1rem;flex:1}.payment-details-header h2{margin:0;font-size:1.75rem;font-weight:700;color:#fff}.payment-details-body{padding:2rem;flex:1;overflow-y:auto}.payment-details-footer{padding:2rem;background:linear-gradient(180deg,#f8f8f880,#fff);border-top:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){.payment-details-container{margin:1rem;border-radius:15px}.payment-details-header{padding:1.5rem 1rem}.payment-details-header h2{font-size:1.5rem}.payment-details-body{padding:1.5rem 1rem}.payment-details-footer{padding:1.5rem}}
