*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;padding:24px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.credit-topup-modal{max-width:550px}.current-balance-display{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;padding:24px;text-align:center;margin-bottom:24px;box-shadow:0 2px 8px #667eea4d}.current-balance-display .balance-label{color:#ffffffe6;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.current-balance-display .balance-amount{display:flex;align-items:baseline;justify-content:center;gap:8px}.current-balance-display .currency{color:#fffc;font-size:18px;font-weight:500}.current-balance-display .amount{color:#fff;font-size:36px;font-weight:700;line-height:1}.credit-topup-modal .form-group{margin-bottom:20px}.credit-topup-modal .required{color:#e74c3c}.credit-topup-modal .form-help{color:#666;font-size:13px}.billing-cycle-details-modal{max-width:700px;width:95%}.billing-details-content{max-height:70vh;overflow-y:auto;padding-right:8px}.billing-details-content .detail-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e0e0e0}.billing-details-content .detail-section:last-child{border-bottom:none;margin-bottom:0}.billing-details-content .section-title{font-size:16px;font-weight:600;color:#333;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #667eea}.billing-details-content .detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.billing-details-content .detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0}.billing-details-content .detail-row.full-width{grid-column:1 / -1;flex-direction:column;gap:8px}.billing-details-content .detail-label{font-weight:500;color:#666;font-size:14px}.billing-details-content .detail-value{font-weight:400;color:#333;font-size:14px;text-align:right}.billing-details-content .product-type{text-transform:capitalize;padding:2px 8px;background-color:#f0f0f0;border-radius:4px;font-size:13px}.billing-details-content .environment-link{background:none;border:none;color:#667eea;text-decoration:underline;cursor:pointer;padding:0;font-size:14px;font-weight:500}.billing-details-content .environment-link:hover{color:#5568d3}.billing-details-content .environment-status{margin-left:8px;font-size:12px;padding:2px 6px;border-radius:3px;text-transform:capitalize}.billing-details-content .environment-status.status-active{background-color:#d4edda;color:#155724}.billing-details-content .environment-status.status-suspended{background-color:#fff3cd;color:#856404}.billing-details-content .environment-status.status-terminated{background-color:#f8d7da;color:#721c24}.billing-details-content .breakdown-list{display:flex;flex-direction:column;gap:8px}.billing-details-content .breakdown-row{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#f9f9f9;border-radius:4px}.billing-details-content .breakdown-row.subtotal{background-color:#f0f0f0;font-weight:500;margin-top:4px}.billing-details-content .breakdown-row.discount{background-color:#d4edda}.billing-details-content .breakdown-row.total{background-color:#667eea;color:#fff;font-size:16px;margin-top:8px;padding:12px}.billing-details-content .breakdown-label{font-size:14px;color:#333}.billing-details-content .breakdown-row.total .breakdown-label{color:#fff}.billing-details-content .breakdown-amount{font-size:14px;font-weight:500;color:#333}.billing-details-content .breakdown-row.total .breakdown-amount{color:#fff}.billing-details-content .discount-amount{color:#28a745}.billing-details-content .credit-status-indicator{display:flex;align-items:center;gap:8px;padding:12px;border-radius:6px;font-size:14px;font-weight:500}.billing-details-content .credit-status-indicator.sufficient{background-color:#d4edda;color:#155724}.billing-details-content .credit-status-indicator.insufficient{background-color:#fff3cd;color:#856404}.billing-details-content .status-icon{font-size:18px}.billing-details-content .status-text{flex:1}.billing-details-content .payment-history-list{display:flex;flex-direction:column;gap:12px}.billing-details-content .payment-history-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background-color:#f9f9f9;border-radius:6px;border-left:3px solid #667eea}.billing-details-content .payment-date{font-size:13px;color:#666;font-weight:500}.billing-details-content .payment-details{display:flex;align-items:center;gap:12px}.billing-details-content .payment-amount{font-size:14px;font-weight:600;color:#333}.billing-details-content .payment-status{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:capitalize}.billing-details-content .payment-status-completed{background-color:#d4edda;color:#155724}.billing-details-content .payment-status-pending{background-color:#fff3cd;color:#856404}.billing-details-content .payment-status-failed{background-color:#f8d7da;color:#721c24}.billing-details-content .payment-status-refunded{background-color:#d1ecf1;color:#0c5460}.billing-details-content .loading-state,.billing-details-content .error-state,.billing-details-content .empty-state{padding:20px;text-align:center;color:#666;font-size:14px}.billing-details-content .spinner-small{display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}.billing-details-content .error-text{color:#dc3545}@media (max-width: 768px){.billing-cycle-details-modal{max-width:95%;padding:16px}.billing-details-content .detail-grid{grid-template-columns:1fr}.billing-details-content .detail-row{flex-direction:column;align-items:flex-start;gap:4px}.billing-details-content .detail-value{text-align:left}.billing-details-content .payment-history-item{flex-direction:column;align-items:flex-start;gap:8px}}margin-top: 4px; display: block; } .credit-topup-modal .modal-actions{display:flex;gap:12px;margin-top:24px}.credit-topup-modal .modal-body{padding:0}.modal-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:24px;position:relative}.modal-header h2{margin:0;font-size:24px;color:#333}.close-button{background:none;border:none;font-size:32px;cursor:pointer;color:#666;line-height:1;padding:0;width:32px;height:32px;position:absolute;top:0;right:0}.close-button:hover{color:#333}.auth-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group label{font-weight:500;color:#333;font-size:14px}.form-group input{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#4a90e2}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.input-error{border-color:#e74c3c!important}.field-error{color:#e74c3c;font-size:12px}.error-message{background-color:#fee;color:#c33;padding:12px;border-radius:4px;font-size:14px;border:1px solid #fcc}.form-actions{display:flex;gap:12px;margin-top:8px}.form-footer{text-align:center;margin-top:16px;padding-top:16px;border-top:1px solid #eee}.form-footer p{color:#666;font-size:14px}.btn-primary,.btn-secondary{padding:10px 20px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;flex:1}.btn-primary{background-color:#4a90e2;color:#fff}.btn-primary:hover:not(:disabled){background-color:#357abd}.btn-primary:disabled{background-color:#a0c4e8;cursor:not-allowed}.btn-secondary{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.btn-secondary:hover:not(:disabled){background-color:#e8e8e8}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.link-button{background:none;border:none;color:#4a90e2;cursor:pointer;font-size:14px;text-decoration:underline;padding:0}.link-button:hover:not(:disabled){color:#357abd}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-container{background:#fff;border-radius:8px;padding:48px;box-shadow:0 10px 25px #0003;text-align:center;max-width:400px;width:90%}.login-header h1{color:#333;margin-bottom:8px;font-size:32px}.login-header p{color:#666;margin-bottom:32px;font-size:16px}.login-actions{display:flex;flex-direction:column;gap:12px}.dashboard-page{min-height:100vh;background-color:#f5f5f5}.dashboard-header{background:#fff;padding:20px 32px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{color:#333;font-size:24px}.user-info{display:flex;align-items:center;gap:16px}.user-info span{color:#666;font-size:14px}.dashboard-content{padding:32px}.dashboard-welcome{background:#fff;border-radius:8px;padding:48px;text-align:center;box-shadow:0 2px 4px #0000001a}.dashboard-welcome h2{color:#333;margin-bottom:16px}.dashboard-welcome p{color:#666;font-size:16px}.unauthorized-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.unauthorized-content{background:#fff;border-radius:8px;padding:48px;text-align:center;box-shadow:0 2px 4px #0000001a;max-width:500px}.unauthorized-content h1{color:#e74c3c;margin-bottom:16px}.unauthorized-content p{color:#666;margin-bottom:24px;font-size:16px}.auth-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f5f5f5}.spinner{border:4px solid #f3f3f3;border-top:4px solid #4a90e2;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.auth-loading p{margin-top:16px;color:#666}.dashboard-layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f5f5f5}.dashboard-header{background:#fff;box-shadow:0 2px 4px #0000001a;padding:0 32px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;position:sticky;top:0;z-index:100}.header-branding-left{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-right-stack{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-end;gap:8px;padding:8px 0}.header-top-row{display:flex;justify-content:space-between;align-items:center;height:48px;width:100%}.dashboard-branding{display:flex;align-items:center;gap:12px}.dashboard-logo{height:52px;width:auto;object-fit:contain}.dashboard-title-group{display:flex;flex-direction:column;gap:2px}.dashboard-title{font-size:24px;font-weight:600;color:#4a90e2;margin:0;line-height:1.2}.dashboard-tagline{font-size:12px;color:#666;margin:0;font-weight:400}.dashboard-nav{display:flex;flex-wrap:wrap;gap:2px 4px;padding:4px 0 8px;width:100%;justify-content:flex-end}.home-nav-link{text-decoration:none}.home-nav-link:hover{text-decoration:underline;text-underline-offset:4px}.home-nav{display:flex;align-items:center;gap:18px}.home-nav-cta{display:contents}.home-hamburger{display:none;background:none;border:none;font-size:26px;line-height:1;cursor:pointer;color:#0f172a;padding:4px 8px}@media (max-width: 820px){.home-hamburger{display:block}.home-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:10px;padding:16px 24px 20px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 12px 24px #0f172a14}.home-nav.home-nav--open{display:flex}.home-nav-cta{display:flex;gap:10px;margin-top:4px}.home-nav-cta>*{flex:1 1 0;text-align:center}.home-nav-cta .home-nav-login{padding:9px 18px;border:1px solid #d1d5db;border-radius:8px;background:#fff}.home-nav-cta .home-nav-login:hover{text-decoration:none;background:#f8fafc}}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#0f172af0,#0f172ad1 32%,#0f172a4d 62%,#0f172a00)}.home-hero>*{position:relative;z-index:1}.home-hero-panels{margin-top:30px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-start}.home-hero-panels__row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.home-hero-panels__label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#cbd5e1;margin-right:2px}.home-hero-panels__pill{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;padding:7px 12px;height:34px;box-shadow:0 2px 8px #0f172a47}.home-hero-panels__pill img{height:20px;width:auto;max-width:96px;object-fit:contain;display:block}@media (max-width: 640px){.home-hero-panels{margin-top:28px}.home-hero-panels__label{flex-basis:100%;margin-bottom:10px}.home-hero-panels__row{gap:8px}.home-hero-panels__pill{height:30px;padding:6px 10px}.home-hero-panels__pill img{height:16px;max-width:84px}}@media (max-width: 900px){.home-hero:before{background:linear-gradient(90deg,#0f172af5,#0f172aeb 42%,#0f172abd)}}@media (max-width: 640px){.home-hero{padding:72px 22px!important}.home-hero:before{background:linear-gradient(180deg,#0f172ae6,#0f172aed)}}.home-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#0f172aed,#0f172abd 48%,#0f172a57)}.home-cta>*{position:relative;z-index:1}@media (max-width: 640px){.home-cta:before{background:linear-gradient(90deg,#0f172af0,#0f172ae0 52%,#0f172aa8)}}.home-feature-tabs{display:flex;justify-content:center;gap:4px;flex-wrap:wrap;margin:36px 0 8px;border-bottom:1px solid #e2e8f0}.home-feature-tabs button{white-space:nowrap;flex:0 0 auto}@media (max-width: 640px){.home-feature-tabs{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.home-feature-tabs::-webkit-scrollbar{display:none}}@media (max-width: 640px){.home-footer-top{flex-direction:column;align-items:center;text-align:center}.home-footer-nav,.home-footer-legal{justify-content:center;gap:14px 18px}}.home-footer-pay{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:flex-end}.home-footer-pay-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.home-footer-pay-chip{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:6px;padding:6px 10px;height:32px;box-sizing:border-box}.home-footer-pay-chip img{display:block;height:18px;width:auto}@media (max-width: 900px){.home-footer-pay{justify-content:flex-start}}@media (max-width: 640px){.home-footer-pay,.home-footer-pay-chips{justify-content:center}}.legal-hub-card:hover,.legal-hub-card:focus-visible{border-color:#059669!important;box-shadow:0 4px 14px #0596691f;transform:translateY(-1px);outline:none}.nav-link{padding:6px 10px;color:#666;text-decoration:none;border-radius:4px;font-size:13px;font-weight:500;transition:all .2s;white-space:nowrap;flex-shrink:0}.nav-link:hover{background-color:#f5f5f5;color:#333}.nav-link.active{background-color:#4a90e2;color:#fff}.nav-dropdown{position:relative;display:inline-block}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;background:none;border:none;color:#666;font-family:inherit;font-size:13px;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.nav-dropdown-trigger:hover{background-color:#f5f5f5;color:#333}.nav-dropdown-trigger:focus-visible{outline:2px solid #4a90e2;outline-offset:2px}.nav-dropdown-trigger--active,.nav-dropdown-trigger--active:hover{background-color:#4a90e2;color:#fff}.nav-dropdown-trigger--open{background-color:#e8e8e8;color:#333}.nav-dropdown-trigger--active.nav-dropdown-trigger--open{background-color:#4a90e2;color:#fff}.nav-dropdown-chevron{font-size:10px;line-height:1;transition:transform .2s;opacity:.7}.nav-dropdown-trigger--open .nav-dropdown-chevron{transform:rotate(180deg)}.nav-dropdown-panel{position:absolute;top:calc(100% + 4px);left:0;min-width:180px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 12px #00000014;padding:4px;z-index:100;display:flex;flex-direction:column;gap:1px}.nav-dropdown-panel--right{left:auto;right:0}.nav-dropdown-item{display:block;padding:8px 12px;color:#374151;text-decoration:none;font-size:13px;font-weight:500;border-radius:4px;transition:background-color .15s,color .15s;white-space:nowrap}.nav-dropdown-item:hover{background-color:#f5f5f5;color:#111827}.nav-dropdown-item:focus-visible{outline:2px solid #4a90e2;outline-offset:-2px}.nav-dropdown-item--active{background-color:#eff6ff;color:#2563eb;font-weight:600}.nav-dropdown-item--active:hover{background-color:#dbeafe;color:#1d4ed8}.nav-dropdown-item--coming-soon{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;background:none;border:none;text-align:left;font-family:inherit;color:#9ca3af;cursor:pointer}.nav-dropdown-item--coming-soon:hover{background-color:#f5f5f5;color:#6b7280}.nav-dropdown-item__soon{flex-shrink:0;padding:1px 6px;border-radius:9999px;background-color:#f3f4f6;color:#6b7280;font-size:10px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.drawer-nav-link--coming-soon{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;background:none;border:none;text-align:left;font-family:inherit;font-size:inherit;color:#9ca3af;cursor:pointer}.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-left:8px}.user-name{font-weight:500;color:#333;white-space:nowrap}.user-role{color:#666;font-size:14px;text-transform:capitalize;white-space:nowrap}.btn-logout{padding:8px 16px;font-size:14px}.dashboard-main{flex:1;padding:32px;max-width:1400px;width:100%;margin:0 auto}.dashboard-content{display:flex;flex-direction:column;gap:24px}.dashboard-loading,.dashboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 32px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.dashboard-loading p{margin-top:16px;color:#666}.dashboard-error{gap:16px}.dashboard-header-section{margin-bottom:8px}.page-title{font-size:28px;font-weight:600;color:#333;margin:0 0 8px}.page-subtitle{font-size:16px;color:#666;margin:0}.dashboard-empty{background:#fff;border-radius:8px;padding:64px 32px;text-align:center;box-shadow:0 2px 4px #0000001a}.dashboard-empty h3{font-size:24px;color:#333;margin:0 0 12px}.dashboard-empty p{font-size:16px;color:#666;margin:0 0 24px}.quick-actions{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 4px #0000001a}.quick-actions-title{font-size:18px;font-weight:600;color:#333;margin:0 0 16px}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.quick-action-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500;color:#333}.quick-action-btn:hover{background:#e9ecef;border-color:#4a90e2;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.action-icon{font-size:32px}.action-label{font-size:14px;font-weight:500}.hosting-environments{display:flex;flex-direction:column;gap:16px}.section-title{font-size:20px;font-weight:600;color:#333;margin:0}.environments-list{display:flex;flex-direction:column;gap:16px}.hosting-overview{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 4px #0000001a}.hosting-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.hosting-name{font-size:20px;font-weight:600;color:#333;margin:0 0 8px}.hosting-details{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.detail-item{font-size:14px;color:#666}.detail-item strong{color:#333;margin-right:4px}.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.status-active{background-color:#d4edda;color:#155724}.status-suspended{background-color:#fff3cd;color:#856404}.status-terminated{background-color:#f8d7da;color:#721c24}.resource-widgets{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:24px}.resource-widget{background:#f8f9fa;border-radius:8px;padding:16px;border:1px solid #e9ecef}.widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.widget-card,.subscription-widget{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.25rem;box-shadow:0 1px 2px #1018280a}.subscription-widget{border-left:4px solid #4a90e2}.subscription-widget--loading,.subscription-widget--error{display:flex;align-items:center;gap:.75rem}.subscription-widget-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.subscription-widget-title{margin:0;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.subscription-widget-plan{margin:.25rem 0 0;font-size:1.5rem;font-weight:700;color:#0f172a}.subscription-widget-status-price{text-align:right}.subscription-widget-price{margin:.4rem 0 0;font-size:1.1rem;font-weight:700;color:#0f172a}.subscription-widget-usage{margin-top:1rem}.subscription-widget-usage-label{display:flex;justify-content:space-between;font-size:.875rem;color:#475569;font-weight:600;margin-bottom:.4rem}.progress-bar-track{height:8px;background:#f1f5f9;border-radius:9999px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:9999px;transition:width .3s ease}.subscription-widget-warning{margin:.5rem 0 0;font-size:.8125rem;color:#b91c1c}.subscription-widget-warning--orange{color:#c2410c}.subscription-widget-footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e5e7eb}.subscription-widget-billing-date{margin:0;font-size:.875rem;color:#475569}.widget-label{font-size:14px;font-weight:600;color:#333}.widget-percentage{font-size:18px;font-weight:700;color:#4a90e2}.progress-bar{height:8px;background-color:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;transition:width .3s ease;border-radius:4px}.progress-success{background-color:#28a745}.progress-warning{background-color:#ffc107}.progress-danger{background-color:#dc3545}.widget-details{font-size:12px;color:#666}.resource-unavailable{background:#f8f9fa;border-radius:8px;padding:32px;text-align:center;color:#666;margin-bottom:24px}.resource-alerts{border-top:1px solid #e9ecef;padding-top:20px}.alerts-title{font-size:16px;font-weight:600;color:#333;margin:0 0 16px}.alerts-empty{color:#666;font-size:14px;font-style:italic}.alerts-list{display:flex;flex-direction:column;gap:12px}.alert-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.alert-info{display:flex;flex-direction:column;gap:4px}.alert-type{font-weight:600;color:#333;font-size:14px}.alert-threshold{font-size:13px;color:#666}.alert-triggered{font-size:12px;color:#999}.btn-toggle{padding:6px 16px;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.btn-toggle.active{background-color:#28a745;color:#fff}.btn-toggle.active:hover{background-color:#218838}.btn-toggle.inactive{background-color:#6c757d;color:#fff}.btn-toggle.inactive:hover{background-color:#5a6268}@media (max-width: 768px){.dashboard-header{flex-direction:column;height:auto;padding:16px;gap:16px}.header-left{flex-direction:column;gap:16px;width:100%}.dashboard-nav{flex-wrap:wrap;width:100%}.header-right{width:100%;justify-content:space-between}.dashboard-main{padding:16px}.quick-actions-grid{grid-template-columns:repeat(2,1fr)}.resource-widgets{grid-template-columns:1fr}.hosting-details{flex-direction:column;align-items:flex-start;gap:8px}.alert-item{flex-direction:column;align-items:flex-start;gap:12px}.btn-toggle{width:100%}}.skip-to-content{position:absolute;top:0;left:0;background:var(--brand-primary, #2563eb);color:#fff;padding:12px 20px;text-decoration:none;font-weight:600;font-size:14px;border-radius:0 0 8px;z-index:500;transform:translateY(-110%);transition:transform .15s cubic-bezier(0,0,.2,1)}.skip-to-content:focus,.skip-to-content:focus-visible{transform:translateY(0);outline:2px solid #ffffff;outline-offset:-4px}.dashboard-main:focus{outline:none}.dashboard-main:focus-visible{outline:2px solid var(--brand-primary, #2563eb);outline-offset:-2px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--brand-primary, #2563eb);outline-offset:2px;border-radius:2px}.cmdk-hint{display:inline-flex;align-items:center;gap:4px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:5px 10px;font-size:12px;color:#6b7280;cursor:pointer;margin-right:8px;transition:background .12s,border-color .12s,color .12s}.cmdk-hint:hover{background:#fff;border-color:var(--brand-primary, #2563eb);color:#111827}.cmdk-hint kbd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;background:#fff;border:1px solid #e5e7eb;border-radius:3px;padding:1px 5px;color:#374151}@media (max-width: 768px){.cmdk-hint{display:none}}[cmdk-item][data-selected=true],[cmdk-item][aria-selected=true]{background:var(--brand-primary-soft, #eff6ff)!important}button[data-ds-button]:not(:disabled):hover{filter:brightness(.93)}button[data-ds-button]:not(:disabled):active{transform:translateY(1px)}.cmdk-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:1000}.cmdk-content{position:fixed;top:12vh;left:50%;transform:translate(-50%);width:calc(100% - 32px);max-width:640px;z-index:1001;background:#fff;border:1px solid #e6e9ee;border-radius:12px;box-shadow:0 16px 48px #0000002e;overflow:hidden;display:flex;flex-direction:column}.mobile-nav-trigger{display:none;align-items:center;justify-content:center;background:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;width:44px;height:44px;margin-right:8px;flex-shrink:0}.mobile-nav-trigger:hover{background:#f3f4f6}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200}.mobile-nav-drawer{position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;background:#fff;z-index:201;display:flex;flex-direction:column;box-shadow:4px 0 16px #00000026;animation:drawer-slide-in .22s cubic-bezier(0,0,.2,1);overflow-y:auto}@keyframes drawer-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.drawer-header-title{font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.drawer-close{background:transparent;border:none;font-size:28px;line-height:1;color:#6b7280;cursor:pointer;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center}.drawer-close:hover{color:#111827}.drawer-user{padding:16px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.drawer-user-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:#111827;font-size:14px;min-height:44px}.drawer-user-name{display:block;font-weight:600}.drawer-user-role{display:block;font-size:12px;color:#6b7280;text-transform:capitalize}.drawer-nav{flex:1;padding:8px 0;display:flex;flex-direction:column}.drawer-nav-group{padding:8px 0}.drawer-nav-group-title{padding:8px 20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.drawer-nav-link{display:flex;align-items:center;padding:12px 20px;min-height:44px;color:#374151;text-decoration:none;font-size:14px;font-weight:500;transition:background .12s}.drawer-nav-link--nested{padding-left:32px;font-weight:400}.drawer-nav-link:hover{background:#f9fafb}.drawer-nav-link.active{background:#2563eb14;color:var(--brand-primary, #2563eb);font-weight:600;border-left:3px solid var(--brand-primary, #2563eb)}.drawer-footer{padding:16px 20px;border-top:1px solid #e5e7eb;flex-shrink:0}.drawer-logout{width:100%;min-height:44px}@media (max-width: 1150px){.nav-dense .dashboard-nav{display:none}.nav-dense .mobile-nav-trigger{display:inline-flex}}@media (max-width: 768px){.mobile-nav-trigger{display:inline-flex}.dashboard-nav{display:none}.header-top-row{justify-content:space-between;gap:8px}.dashboard-header{padding:8px 12px;gap:0}.dashboard-logo{height:36px}.header-right{display:none!important}}.environment-setup-page{max-width:800px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.environment-setup-content{background:#fff;border-radius:8px;padding:32px;box-shadow:0 2px 4px #0000001a}.server-config-form{display:flex;flex-direction:column;gap:32px}.form-section{display:flex;flex-direction:column;gap:16px}.form-section-title{font-size:18px;font-weight:600;color:#333;margin:0 0 8px;padding-bottom:8px;border-bottom:2px solid #e9ecef}.form-group select{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s;background-color:#fff;cursor:pointer}.form-group select:focus{outline:none;border-color:#4a90e2}.form-group select:disabled{background-color:#f5f5f5;cursor:not-allowed}.success-modal{text-align:center;max-width:400px}.success-icon{display:flex;justify-content:center;margin-bottom:24px}.success-title{font-size:24px;font-weight:600;color:#333;margin:0 0 16px}.success-message{font-size:16px;color:#666;margin:0 0 24px;line-height:1.5}.success-actions{display:flex;justify-content:center}.success-actions .btn-primary{min-width:150px}.environments-page{max-width:1200px;margin:0 auto}.environments-content{background:#fff;border-radius:8px;padding:32px;box-shadow:0 2px 4px #0000001a}.environments-loading,.environments-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 32px;gap:16px}.environments-loading p{color:#666}.environments-empty{text-align:center;padding:64px 32px}.environments-empty h3{font-size:24px;color:#333;margin:0 0 12px}.environments-empty p{font-size:16px;color:#666;margin:0 0 24px}.environment-list{display:flex;flex-direction:column;gap:16px}.environment-card{border:1px solid #e9ecef;border-radius:8px;padding:24px;transition:box-shadow .2s}.environment-card:hover{box-shadow:0 4px 8px #0000001a}.environment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.environment-header>div{display:flex;align-items:center;gap:12px}.environment-name{font-size:20px;font-weight:600;color:#333;margin:0}.environment-details{display:flex;flex-direction:column;gap:12px}.detail-row{display:flex;align-items:flex-start;gap:8px;font-size:14px}.link{color:#4a90e2;text-decoration:none}.link:hover{text-decoration:underline}.btn-danger-small{padding:6px 16px;background-color:#dc3545;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-danger-small:hover{background-color:#c82333}@media (max-width: 768px){.page-header{flex-direction:column;gap:16px}.environment-setup-content{padding:24px 16px}.form-row{grid-template-columns:1fr}.environment-header{flex-direction:column;gap:12px}.environment-header>div{width:100%}.btn-danger-small{width:100%}.detail-row{flex-direction:column;gap:4px}.detail-label{min-width:auto}}.domain-list{display:flex;flex-direction:column;gap:16px}.domain-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;transition:box-shadow .2s}.domain-card:hover{box-shadow:0 4px 8px #00000026}.domain-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.domain-name{font-size:18px;font-weight:600;color:#333;margin:0 0 8px}.domain-actions{display:flex;gap:8px}.domain-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.filter-section{background:#fff;border-radius:8px;padding:20px;margin-bottom:24px;box-shadow:0 2px 4px #0000001a}.filter-select{max-width:400px}.status-expired{background-color:#f44336;color:#fff}.status-warning{background-color:#ff9800;color:#fff}.empty-state{background:#fff;border-radius:8px;padding:64px 32px;text-align:center;box-shadow:0 2px 4px #0000001a}.empty-state p{color:#666;font-size:16px;margin:0}.modal-form{display:flex;flex-direction:column;gap:20px}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500;color:#333}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-help{display:block;color:#666;font-size:13px;margin-top:4px}.required{color:#f44336}.error-message{color:#f44336;font-size:13px;margin-top:4px}input.error,select.error{border-color:#f44336}.alert{padding:16px;border-radius:8px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.alert-error{background-color:#ffebee;color:#c62828;border:1px solid #ef5350}.alert button{background:none;border:none;font-size:20px;cursor:pointer;color:inherit;padding:0;width:24px;height:24px;line-height:1}.page-container{max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.page-description{color:#666;font-size:14px;margin-top:4px}.loading-state{background:#fff;border-radius:8px;padding:64px 32px;text-align:center;box-shadow:0 2px 4px #0000001a}.loading-state p{color:#666;font-size:16px;margin:0}.tabs{display:flex;gap:8px;border-bottom:2px solid #e0e0e0;margin-bottom:24px}.tab{padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:16px;font-weight:500;color:#666;transition:all .2s;margin-bottom:-2px}.tab:hover{color:#333;background-color:#f5f5f5}.tab.active{color:#2563eb;border-bottom-color:#2563eb}.tab-content{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dns-record-manager,.subdomain-manager{margin-top:24px}.section-header h2{font-size:20px;color:#333;margin:0}.table-container{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.data-table{width:100%;border-collapse:collapse}.data-table thead{background-color:#f8f9fa}.data-table th{padding:12px 16px;text-align:left;font-weight:600;color:#333;font-size:14px;border-bottom:2px solid #e0e0e0}.data-table td{padding:12px 16px;border-bottom:1px solid #e0e0e0;color:#666;font-size:14px}.data-table tbody tr:hover{background-color:#f8f9fa}.data-table tbody tr:last-child td{border-bottom:none}.text-truncate{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:uppercase}.badge-info{background-color:#e3f2fd;color:#1976d2}.badge-success{background-color:#e8f5e9;color:#388e3c}.badge-warning{background-color:#fff3e0;color:#f57c00}.badge-danger{background-color:#ffebee;color:#d32f2f}.btn-icon{background:none;border:none;cursor:pointer;font-size:18px;padding:4px 8px;border-radius:4px;transition:background-color .2s}.btn-icon:hover{background-color:#f0f0f0}.btn-icon.btn-danger{color:#b91c1c;background-color:#fef2f2;border:1px solid #fca5a5;display:inline-flex;align-items:center;justify-content:center}.btn-icon.btn-danger:hover:not(:disabled){background-color:#dc2626;border-color:#dc2626;color:#fff}.btn-icon.btn-warning{color:#b45309;background-color:#fff8eb;border:1px solid #fcd34d}.btn-icon.btn-warning:hover{background-color:#fef3c7;border-color:#fbbf24}.btn-icon.btn-success{color:#15803d;background-color:#f0fdf4;border:1px solid #86efac}.btn-icon.btn-success:hover{background-color:#dcfce7;border-color:#4ade80}.form-hint{display:block;margin-top:4px;font-size:12px;color:#666;font-style:italic}.required{color:#d32f2f;margin-left:2px}.modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:#666;line-height:1;padding:0;width:28px;height:28px}.modal-body{margin-bottom:24px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e0e0e0}.ssl-certificates-page{padding:24px}.ssl-dashboard{margin-bottom:32px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:24px}.stat-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;gap:16px}.stat-card.stat-active{border-left:4px solid #4caf50}.stat-card.stat-warning{border-left:4px solid #ff9800}.stat-icon{font-size:48px}.stat-content h3{font-size:14px;color:#666;margin-bottom:8px;font-weight:500}.stat-value{font-size:32px;font-weight:700;color:#333;margin:0}.stat-subtitle{font-size:12px;color:#999;margin-top:4px}.certificate-list{margin-top:24px}.certificate-list h2{font-size:20px;margin-bottom:16px;color:#333}.certificate-card{background:#fff;border-radius:8px;padding:20px;margin-bottom:16px;box-shadow:0 2px 4px #0000001a}.certificate-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #eee}.certificate-domain{font-size:18px;margin:0 0 8px;color:#333}.certificate-actions{display:flex;gap:8px}.certificate-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.filters-section{background:#fff;border-radius:8px;padding:20px;margin-bottom:24px;box-shadow:0 2px 4px #0000001a}.filters-section h2{font-size:18px;margin-bottom:16px;color:#333}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.filter-group{display:flex;flex-direction:column;gap:6px}.filter-group label{font-weight:500;color:#333;font-size:14px}.filter-group select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff}.certificate-form{display:flex;flex-direction:column;gap:20px}.certificate-form .form-group{display:flex;flex-direction:column;gap:6px}.certificate-form label{font-weight:500;color:#333;font-size:14px}.certificate-form input,.certificate-form select{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.certificate-form input.error,.certificate-form select.error{border-color:#f44336}.certificate-form .error-message{color:#f44336;font-size:12px}.certificate-form .form-help{color:#666;font-size:12px}.certificate-form .checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.certificate-form .checkbox-label input[type=checkbox]{width:auto;cursor:pointer}.certificate-form .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.certificate-form .required{color:#f44336}.status-badge.status-revoked{background-color:#9e9e9e;color:#fff}.modal-close{background:none;border:none;font-size:32px;cursor:pointer;color:#666;line-height:1;padding:0;width:32px;height:32px}.modal-close:hover{color:#333}.email-management-page{padding:24px}.email-accounts-section{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-header h3{margin:0;font-size:20px;color:#333}.email-accounts-table{overflow-x:auto}.email-accounts-table table{width:100%;border-collapse:collapse}.email-accounts-table th,.email-accounts-table td{padding:12px;text-align:left;border-bottom:1px solid #e0e0e0}.email-accounts-table th{background-color:#f5f5f5;font-weight:600;color:#666;font-size:14px}.email-accounts-table td{color:#333}.email-accounts-table tbody tr:hover{background-color:#f9f9f9}.action-buttons{display:flex;gap:8px}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.status-active{background-color:#e8f5e9;color:#2e7d32}.status-suspended{background-color:#fff3e0;color:#e65100}.empty-state{text-align:center;padding:48px 24px;color:#666}.empty-state p{margin-bottom:16px}.loading-state,.error-state{text-align:center;padding:48px 24px;color:#666}.error-state{color:#d32f2f}.confirmation-message{padding:16px 0}.confirmation-message p{margin-bottom:12px;color:#333}.warning-text{color:#d32f2f;font-weight:500}.form-hint{font-size:12px;color:#666;margin-top:4px}.field-error{color:#d32f2f;font-size:12px;margin-top:4px}.form-group input.error{border-color:#d32f2f}.required{color:#d32f2f}.btn-sm{padding:6px 12px;font-size:13px}.btn-danger{background-color:#d32f2f;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500}.btn-danger:hover:not(:disabled){background-color:#b71c1c}.btn-danger:disabled{background-color:#e0e0e0;color:#999;cursor:not-allowed}.environment-actions{margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0;display:flex;gap:8px}.billing-payment-page{padding:24px}.credit-section{display:flex;justify-content:flex-end}.account-credit-widget{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;min-width:300px}.account-credit-widget .widget-header{margin-bottom:16px}.account-credit-widget .widget-header h3{font-size:18px;color:#333;margin:0}.account-credit-widget .widget-content{display:flex;flex-direction:column;gap:16px;align-items:center}.account-credit-widget .credit-balance{display:flex;align-items:baseline;gap:8px;font-size:32px;font-weight:700;color:#2563eb}.account-credit-widget .currency{font-size:18px;color:#666}.billing-cycles-section,.payment-history-section,.statement-ageing-section{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 4px #0000001a}.billing-cycles-table table,.payment-history-table table,.ageing-categories-table table{width:100%;border-collapse:collapse;margin-top:16px}.billing-cycles-table th,.payment-history-table th,.ageing-categories-table th{text-align:left;padding:12px;background-color:#f8f9fa;border-bottom:2px solid #dee2e6;font-weight:600;color:#495057}.billing-cycles-table td,.payment-history-table td,.ageing-categories-table td{padding:12px;border-bottom:1px solid #dee2e6}.filter-controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:4px}.filter-group label{font-size:12px;font-weight:500;color:#666}.filter-select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#fff;cursor:pointer;min-width:200px}.filter-select:disabled{background-color:#f5f5f5;cursor:not-allowed}.filter-input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.role-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:capitalize}.role-badge.role-admin{background-color:#e3f2fd;color:#1976d2}.role-badge.role-merchant{background-color:#f3e5f5;color:#7b1fa2}.role-badge.role-customer{background-color:#e8f5e9;color:#388e3c}.role-badge.role-unknown{background-color:#f5f5f5;color:#666}.ageing-summary{display:flex;gap:16px;margin:16px 0}.summary-card{background:#f8f9fa;border-radius:8px;padding:16px;flex:1}.summary-card.total{background:#e3f2fd;border:2px solid #2196f3}.summary-card h4{font-size:14px;color:#666;margin:0 0 8px;font-weight:500}.summary-card .amount{font-size:24px;font-weight:700;color:#333;margin:0}.templates-page{padding:24px}.template-library{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 4px #0000001a}.library-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:16px}.library-header .header-content h2{margin:0 0 8px;font-size:24px;color:#333}.library-header .header-content p{margin:0;color:#666;font-size:14px}.library-header .header-actions{display:flex;gap:12px;align-items:center}.type-filter{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff;cursor:pointer}.type-filter:focus{outline:none;border-color:#007bff}.templates-grid{display:flex;flex-direction:column;gap:32px}.template-category{display:flex;flex-direction:column;gap:16px}.category-title{font-size:18px;color:#333;margin:0;padding-bottom:8px;border-bottom:2px solid #007bff}.template-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.template-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s}.template-card:hover{box-shadow:0 4px 8px #0000001a}.template-card .card-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.template-card .card-header h4{margin:0;font-size:16px;color:#333;flex:1}.default-badge{background:#28a745;color:#fff;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.template-card .card-subject{font-size:13px;color:#555}.template-card .card-content{font-size:13px;color:#666;line-height:1.5;max-height:60px;overflow:hidden}.template-card .card-variables{font-size:12px;color:#777;padding:8px;background:#f8f9fa;border-radius:4px}.template-card .card-actions{display:flex;gap:8px;margin-top:auto}.empty-state{text-align:center;padding:48px 24px}.empty-state .empty-icon{font-size:64px;margin-bottom:16px}.empty-state h3{margin:0 0 8px;font-size:20px;color:#333}.empty-state p{margin:0 0 24px;color:#666;font-size:14px}.template-editor-modal{max-width:900px;width:95%}.template-editor-form{display:flex;flex-direction:column;height:100%}.template-editor-form .modal-body{display:flex;flex-direction:column;gap:16px}.content-editor{display:grid;grid-template-columns:200px 1fr;gap:16px;border:1px solid #ddd;border-radius:4px;padding:12px;background:#f8f9fa}.variables-panel{display:flex;flex-direction:column;gap:8px}.variables-panel h4{margin:0;font-size:14px;color:#333}.variables-hint{font-size:11px;color:#666;margin:0}.variables-list{display:flex;flex-direction:column;gap:4px;max-height:400px;overflow-y:auto}.variable-btn{background:#fff;border:1px solid #ddd;border-radius:4px;padding:6px 8px;font-size:12px;text-align:left;cursor:pointer;transition:all .2s;font-family:Courier New,monospace}.variable-btn:hover{background:#007bff;color:#fff;border-color:#007bff}.content-editor textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:Courier New,monospace;resize:vertical;background:#fff}.content-editor textarea:focus{outline:none;border-color:#007bff}.checkbox-group{display:flex;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:400}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;border-top:1px solid #e0e0e0}.loading{text-align:center;padding:48px 24px;color:#666;font-size:16px}.error-message{background:#f8d7da;color:#721c24;padding:12px 16px;border-radius:4px;border:1px solid #f5c6cb;display:flex;align-items:center;gap:8px;margin-bottom:16px}.error-icon{font-size:18px}.support-tickets-page{padding:24px}.support-tickets-page .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.support-tickets-page .page-header-content{flex:1}.support-tickets-page .page-title{font-size:28px;font-weight:600;color:#333;margin-bottom:8px}.support-tickets-page .page-subtitle{font-size:14px;color:#666}.support-tickets-page .page-content{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}.ticket-list{width:100%}.ticket-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.ticket-list-header h3{font-size:20px;font-weight:600;color:#333;margin:0}.ticket-filters{display:flex;align-items:center;gap:12px}.ticket-filters label{font-size:14px;font-weight:500;color:#666}.filter-select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff;cursor:pointer}.filter-select:focus{outline:none;border-color:#007bff}.no-tickets{text-align:center;padding:40px 20px;color:#666}.tickets-table{overflow-x:auto}.tickets-table table{width:100%;border-collapse:collapse}.tickets-table thead{background-color:#f8f9fa}.tickets-table th{padding:12px;text-align:left;font-weight:600;font-size:14px;color:#333;border-bottom:2px solid #dee2e6}.tickets-table td{padding:12px;border-bottom:1px solid #dee2e6;font-size:14px;color:#333}.tickets-table tbody tr:hover{background-color:#f8f9fa}.ticket-subject{font-weight:500;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.priority-badge,.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;color:#fff;text-transform:capitalize}.ticket-actions{display:flex;gap:8px}.btn-view,.btn-edit{background:none;border:none;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s}.btn-view:hover,.btn-edit:hover{background-color:#e9ecef}.ticket-form{display:flex;flex-direction:column;gap:16px}.ticket-form .form-group{display:flex;flex-direction:column;gap:6px}.ticket-form label{font-weight:500;color:#333;font-size:14px}.ticket-form input,.ticket-form textarea,.ticket-form select{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit}.ticket-form input:focus,.ticket-form textarea:focus,.ticket-form select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.ticket-form textarea{resize:vertical;min-height:120px}.ticket-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.ticket-details-modal{max-width:600px}.ticket-details-content{display:flex;flex-direction:column;gap:20px}.ticket-header-info{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #dee2e6}.ticket-id{font-size:16px;color:#666}.ticket-badges{display:flex;gap:8px}.ticket-detail-section h3{font-size:16px;font-weight:600;color:#333;margin-bottom:8px}.ticket-detail-section p{font-size:14px;color:#666;line-height:1.6}.ticket-description{white-space:pre-wrap;word-wrap:break-word}.ticket-metadata{display:flex;flex-direction:column;gap:8px;padding:16px;background-color:#f8f9fa;border-radius:4px}.metadata-item{font-size:14px;color:#666}.metadata-item strong{color:#333;margin-right:8px}.ticket-details-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #dee2e6}.close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#666;line-height:1;padding:0;width:28px;height:28px}.close-btn:hover{color:#333}.user-name{display:flex;align-items:center;gap:8px}.badge-admin{background-color:#dc3545;color:#fff}.badge-merchant{background-color:#007bff;color:#fff}.badge-customer{background-color:#28a745;color:#fff}.ml-2{margin-left:8px}.modal-large{max-width:800px}.hierarchy-section{margin-bottom:32px}.hierarchy-section:last-child{margin-bottom:0}.hierarchy-section h3{font-size:18px;color:#333;margin-bottom:8px}.section-description{color:#666;font-size:14px;margin-bottom:16px}.ownership-chain{display:flex;flex-direction:column;gap:8px}.chain-user{display:flex;justify-content:space-between;align-items:center;padding:12px;background-color:#f8f9fa;border-radius:6px;border:1px solid #dee2e6}.chain-user-info{display:flex;align-items:center;gap:12px}.chain-icon{font-size:24px}.chain-name{font-weight:600;color:#333}.chain-email{font-size:14px;color:#666}.chain-arrow{text-align:center;font-size:24px;color:#666;padding:4px 0}.hierarchy-tree{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:16px}.hierarchy-node{margin-bottom:8px}.hierarchy-user{display:flex;align-items:center;gap:8px;padding:8px;background-color:#fff;border-radius:4px;border:1px solid #dee2e6}.hierarchy-icon{font-size:16px;color:#666}.hierarchy-name{font-weight:600;color:#333}.hierarchy-email{color:#666;font-size:14px}.hierarchy-children{margin-top:8px}.form-help{font-size:12px;color:#666;margin-top:4px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto;margin:0}.checkbox-label span{font-weight:500;color:#333}.required{color:#dc3545}.payfast-settings-page{max-width:1000px;margin:0 auto;padding:24px}.payfast-settings-page .page-header{margin-bottom:32px}.payfast-settings-page .page-title{font-size:28px;font-weight:600;color:#333;margin:0 0 8px}.payfast-settings-page .page-description{font-size:14px;color:#666;margin:0;line-height:1.5}.payfast-settings-page .loading-container{background:#fff;border-radius:8px;padding:64px 32px;text-align:center;box-shadow:0 2px 4px #0000001a}.payfast-settings-page .loading-container .spinner{margin:0 auto 16px}.payfast-settings-page .loading-container p{color:#666;font-size:16px;margin:0}.payfast-settings-page .error-alert{background-color:#fee;border:1px solid #fcc;color:#c33;padding:16px;border-radius:8px;margin-bottom:24px;font-size:14px}.payfast-settings-page .settings-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.payfast-settings-page .settings-form-container{padding:32px}.payfast-settings-page .configuration-status{border-top:1px solid #e9ecef;padding:24px 32px;background-color:#f8f9fa}.payfast-settings-page .configuration-status h3{font-size:16px;font-weight:600;color:#333;margin:0 0 16px}.payfast-settings-page .status-grid{display:flex;flex-direction:column;gap:12px}.payfast-settings-page .status-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.payfast-settings-page .status-label{color:#666;font-weight:500}.payfast-settings-page .status-value{font-weight:600;color:#333}.payfast-settings-page .status-value.status-active{color:#28a745}.payfast-settings-page .status-value.status-inactive{color:#6c757d}.payfast-settings-page .status-value.status-valid{color:#28a745}.payfast-settings-page .status-value.status-invalid{color:#dc3545}.payfast-settings-page .status-value.status-pending{color:#ffc107}.payfast-settings-page .info-box{background-color:#e3f2fd;border:1px solid #90caf9;border-radius:8px;padding:20px;margin-top:24px}.payfast-settings-page .info-box h3{font-size:14px;font-weight:600;color:#1565c0;margin:0 0 12px}.payfast-settings-page .info-box ul{margin:0;padding-left:20px}.payfast-settings-page .info-box li{font-size:13px;color:#1976d2;line-height:1.6;margin-bottom:6px}.payfast-settings-page .info-box li:last-child{margin-bottom:0}.payfast-settings-form{display:flex;flex-direction:column;gap:24px}.payfast-settings-form .form-group{display:flex;flex-direction:column;gap:8px}.payfast-settings-form .form-group label{font-weight:600;color:#333;font-size:14px}.payfast-settings-form .current-value-display{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:10px 12px;font-size:13px;color:#666;margin-bottom:8px}.payfast-settings-form .current-value-label{font-weight:500;color:#495057;margin-right:8px}.payfast-settings-form .help-text{font-size:12px;color:#6c757d;margin-top:4px;line-height:1.4}.payfast-settings-form input[type=text],.payfast-settings-form input[type=password],.payfast-settings-form input[type=number],.payfast-settings-form select{padding:10px 12px;border:1px solid #ced4da;border-radius:4px;font-size:14px;transition:border-color .2s,box-shadow .2s}.payfast-settings-form input:focus,.payfast-settings-form select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.payfast-settings-form input:disabled,.payfast-settings-form select:disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.6}.payfast-settings-form .checkbox-container{display:flex;align-items:center;gap:12px;padding:12px 0}.payfast-settings-form .checkbox-container input[type=checkbox]{width:18px;height:18px;cursor:pointer;margin:0}.payfast-settings-form .checkbox-container label{font-weight:500;color:#333;cursor:pointer;margin:0}.payfast-settings-form .checkbox-help{font-size:12px;color:#6c757d;margin-left:30px;margin-top:-8px;line-height:1.4}.payfast-settings-form .form-actions{display:flex;gap:12px;margin-top:8px}.payfast-settings-form .btn-primary,.payfast-settings-form .btn-success{flex:1;padding:12px 24px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s}.payfast-settings-form .btn-primary{background-color:#4a90e2;color:#fff}.payfast-settings-form .btn-primary:hover:not(:disabled){background-color:#357abd}.payfast-settings-form .btn-success{background-color:#28a745;color:#fff}.payfast-settings-form .btn-success:hover:not(:disabled){background-color:#218838}.payfast-settings-form .btn-primary:disabled,.payfast-settings-form .btn-success:disabled{opacity:.6;cursor:not-allowed}.payfast-settings-form .alert{padding:12px 16px;border-radius:6px;font-size:14px;margin-bottom:16px;display:flex;align-items:flex-start;gap:12px}.payfast-settings-form .alert-error{background-color:#fee;border:1px solid #fcc;color:#c33}.payfast-settings-form .alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.payfast-settings-form .alert-icon{font-size:18px;flex-shrink:0;margin-top:2px}.payfast-settings-form .alert-content{flex:1}.payfast-settings-form .validation-result{padding:16px;border-radius:6px;font-size:14px;margin-bottom:16px;display:flex;align-items:center;gap:12px}.payfast-settings-form .validation-result.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.payfast-settings-form .validation-result.error{background-color:#fee;border:1px solid #fcc;color:#c33}.payfast-settings-form .validation-icon{font-size:24px;font-weight:700}.payfast-settings-form .security-notice{background-color:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:16px;margin-top:16px}.payfast-settings-form .security-notice h4{font-size:14px;font-weight:600;color:#856404;margin:0 0 8px}.payfast-settings-form .security-notice p{font-size:13px;color:#856404;margin:0;line-height:1.5}@media (max-width: 768px){.payfast-settings-page{padding:16px}.payfast-settings-page .settings-form-container{padding:24px 16px}.payfast-settings-page .configuration-status{padding:20px 16px}.payfast-settings-form .form-actions{flex-direction:column}.payfast-settings-form .btn-primary,.payfast-settings-form .btn-success{width:100%}.payfast-settings-page .status-row{flex-direction:column;align-items:flex-start;gap:4px}}.status-badge{display:inline-block;padding:6px 14px;border-radius:12px;font-size:13px;font-weight:600;text-transform:capitalize;line-height:1.2}.status-pending{background-color:#fef3c7;color:#78350f;border:1px solid #fde68a}.status-completed{background-color:#d1fae5;color:#064e3b;border:1px solid #a7f3d0}.status-failed{background-color:#fee2e2;color:#7f1d1d;border:1px solid #fecaca}.status-refunded{background-color:#e0e7ff;color:#312e81;border:1px solid #c7d2fe}.profile-page{max-width:800px;margin:0 auto}.profile-content{background:#fff;border-radius:8px;padding:32px;box-shadow:0 2px 4px #0000001a}.profile-form{display:flex;flex-direction:column;gap:32px}.alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}@media (max-width: 768px){.profile-content{padding:24px 16px}}.filter-group input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff}.filter-group input:focus{outline:none;border-color:#4a90e2}.detail-row{display:flex;gap:12px;padding:8px 0;border-bottom:1px solid #f0f0f0}.detail-label{font-weight:600;color:#666;min-width:140px}.detail-value{color:#333;flex:1}.badge{display:inline-block;padding:4px 8px;font-size:12px;font-weight:600;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:4px;text-transform:capitalize}.badge-primary{background-color:#667eea;color:#fff}.badge-info{background-color:#17a2b8;color:#fff}.badge-secondary{background-color:#6c757d;color:#fff}.badge-success{background-color:#28a745;color:#fff}.badge-warning{background-color:#f57c00;color:#fff}.badge-danger{background-color:#d32f2f;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e9ecef}.stat-label{font-size:14px;color:#666;margin-bottom:8px;font-weight:500}.stat-value{font-size:32px;font-weight:700;color:#333}.detail-row{display:flex;padding:12px 0;border-bottom:1px solid #e9ecef}.detail-row:last-child{border-bottom:none}.detail-label{flex:0 0 180px;font-weight:600;color:#666}.detail-value{flex:1;color:#333}.billing-controls{margin-bottom:24px;padding:16px;background-color:#f8f9fa;border-radius:8px}.billing-controls .filters{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:12px}.billing-controls .results-count{font-size:14px;color:#666;font-weight:500}.credit-warning-badge{display:inline-block;padding:8px 16px;background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7;border-radius:4px;font-size:14px;font-weight:500;margin-left:16px}.billing-cycles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px;margin-top:24px}.billing-cycle-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:box-shadow .2s ease}.billing-cycle-card:hover{box-shadow:0 4px 12px #0000001a}.billing-cycle-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#f8f9fa;border-bottom:1px solid #e0e0e0}.billing-cycle-card .card-body{padding:16px}.billing-cycle-card .card-footer{display:flex;gap:8px;padding:12px 16px;background-color:#f8f9fa;border-top:1px solid #e0e0e0}.billing-cycle-card .product-name{font-size:18px;font-weight:600;color:#333;margin:0 0 8px}.billing-cycle-card .environment-name{font-size:14px;color:#666;margin:4px 0}.billing-cycle-card .environment-name .label{font-weight:500;color:#888}.billing-cycle-card .product-description{font-size:13px;color:#777;margin:8px 0;line-height:1.4}.charge-breakdown{margin:16px 0;padding:12px;background-color:#f8f9fa;border-radius:6px}.charge-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.charge-row.sub{padding-left:16px;font-size:13px;color:#666}.charge-row .charge-label{font-weight:500}.charge-row .charge-amount{font-weight:600;color:#333}.charge-details{margin-top:8px;padding-top:8px;border-top:1px solid #e0e0e0}.billing-date{margin:12px 0;font-size:14px;color:#555}.billing-date .label{font-weight:500;color:#888}.billing-date .days-until{color:#007bff;font-weight:500}.credit-indicator{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:6px;font-size:13px;margin-top:12px}.credit-indicator.credit-sufficient{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.credit-indicator.credit-insufficient{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.credit-indicator .icon{font-size:16px}.credit-indicator .text{flex:1;font-weight:500}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.status-green{background-color:#d4edda;color:#155724}.status-badge.status-yellow{background-color:#fff3cd;color:#856404}.status-badge.status-red{background-color:#f8d7da;color:#721c24}.status-badge.status-grey{background-color:#e2e3e5;color:#383d41}.overdue-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;background-color:#f8d7da;color:#721c24}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:8px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #0003}.modal-close{background:none;border:none;font-size:28px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.modal-close:hover{background-color:#f0f0f0;color:#333}.modal-body{padding:24px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e0e0e0;background-color:#f8f9fa}.detail-section{margin-bottom:24px}.detail-section:last-child{margin-bottom:0}.detail-section h4{font-size:16px;font-weight:600;color:#333;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid #e0e0e0}.detail-section p{margin:8px 0;font-size:14px;color:#555;line-height:1.6}.breakdown-list{margin-top:12px}.breakdown-row{display:flex;justify-content:space-between;padding:8px 12px;border-radius:4px;margin-bottom:4px}.breakdown-row:nth-child(odd){background-color:#f8f9fa}.breakdown-row.discount{color:#28a745}.breakdown-row.total{margin-top:8px;padding-top:12px;border-top:2px solid #333;font-size:16px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-state .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-state p{color:#666;font-size:16px}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.error-state .error-message{color:#dc3545;font-size:16px;margin-bottom:16px}@media (max-width: 768px){.billing-cycles-grid{grid-template-columns:1fr}.billing-controls .filters{flex-direction:column;gap:12px}.filter-select{min-width:100%}.billing-cycle-card .card-footer{flex-direction:column}.billing-cycle-card .card-footer .btn{width:100%}.credit-warning-badge{display:block;margin-left:0;margin-top:12px}}.credit-sufficiency-warning{background:linear-gradient(135deg,#fff5f5,#ffe5e5);border:2px solid #ff6b6b;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 4px 12px #ff6b6b33;animation:slideDown .3s ease-out}.credit-sufficiency-warning .warning-icon{font-size:32px;line-height:1;flex-shrink:0}.credit-sufficiency-warning .warning-title h3{font-size:20px;font-weight:700;color:#c92a2a;margin:0;line-height:1.3}.credit-sufficiency-warning .dismiss-button{background:none;border:none;font-size:28px;line-height:1;color:#c92a2a;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.credit-sufficiency-warning .dismiss-button:hover{background-color:#c92a2a1a}.credit-sufficiency-warning .shortfall-message{font-size:16px;color:#333;line-height:1.5;margin:0}.credit-sufficiency-warning .shortfall-amount{color:#c92a2a;font-weight:700;font-size:18px}.credit-sufficiency-warning .credit-summary{background:#fff;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 4px #0000000d}.credit-sufficiency-warning .credit-row{display:flex;justify-content:space-between;align-items:center;font-size:15px}.credit-sufficiency-warning .credit-row.shortfall-row{padding-top:12px;border-top:2px solid #f0f0f0;margin-top:4px}.credit-sufficiency-warning .credit-row.shortfall-row .value.shortfall{color:#c92a2a;font-size:17px;font-weight:700}.credit-sufficiency-warning .affected-cycles{background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 4px #0000000d}.credit-sufficiency-warning .affected-cycles-title{font-size:16px;font-weight:600;color:#333;margin:0 0 12px}.credit-sufficiency-warning .affected-cycles-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.credit-sufficiency-warning .affected-cycle-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8f9fa;border-radius:6px;border-left:3px solid #ff6b6b;transition:background-color .2s}.credit-sufficiency-warning .affected-cycle-item:hover{background:#f1f3f5}.credit-sufficiency-warning .affected-cycle-item.more-cycles{border-left-color:#adb5bd;font-style:italic;color:#666;justify-content:center}.credit-sufficiency-warning .cycle-info{display:flex;flex-direction:column;gap:4px;flex:1}.credit-sufficiency-warning .cycle-environment{font-size:13px;color:#666;margin-left:4px}.credit-sufficiency-warning .cycle-amount{font-weight:700;color:#c92a2a;font-size:15px}.credit-sufficiency-warning .warning-actions{display:flex;justify-content:center;padding-top:8px}.credit-sufficiency-warning .btn-topup{padding:14px 32px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#ff6b6b,#ee5a52);border:none;color:#fff;border-radius:8px;cursor:pointer;transition:all .2s;box-shadow:0 4px 8px #ff6b6b4d}.credit-sufficiency-warning .btn-topup:hover{background:linear-gradient(135deg,#ee5a52,#e03131);box-shadow:0 6px 12px #ff6b6b66;transform:translateY(-2px)}.credit-sufficiency-warning .btn-topup:active{transform:translateY(0);box-shadow:0 2px 4px #ff6b6b4d}@media (max-width: 768px){.credit-sufficiency-warning{padding:16px}.credit-sufficiency-warning .warning-header{gap:12px}.credit-sufficiency-warning .warning-icon{font-size:24px}.credit-sufficiency-warning .warning-title h3{font-size:18px}.credit-sufficiency-warning .shortfall-message{font-size:15px}.credit-sufficiency-warning .shortfall-amount{font-size:16px}.credit-sufficiency-warning .affected-cycle-item{flex-direction:column;align-items:flex-start;gap:8px}.credit-sufficiency-warning .cycle-details{align-items:flex-start;width:100%}.credit-sufficiency-warning .btn-topup{width:100%;padding:12px 24px;font-size:15px}}.upcoming-charges-summary{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;border:2px solid transparent;transition:all .3s ease}.upcoming-charges-summary.insufficient{border-color:#dc3545;background:linear-gradient(to bottom,#fff5f5,#fff)}.upcoming-charges-summary.loading,.upcoming-charges-summary.empty{border-color:#e9ecef}.upcoming-charges-summary .summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.upcoming-charges-summary .sufficiency-indicator.insufficient{background-color:#f8d7da;color:#721c24}.upcoming-charges-summary .indicator-icon{font-size:16px;line-height:1}.upcoming-charges-summary .indicator-text{font-size:14px;font-weight:600}.upcoming-charges-summary .stat-item{flex:1;display:flex;flex-direction:column;gap:8px;text-align:center}.upcoming-charges-summary .stat-item.total-amount{flex:1.5}.upcoming-charges-summary .stat-item.total-amount .stat-value{font-size:32px;color:#667eea}.upcoming-charges-summary .stat-divider{width:1px;height:50px;background-color:#e9ecef}.upcoming-charges-summary .credit-row.shortfall{padding-top:8px;border-top:1px solid #e9ecef;margin-top:4px}.upcoming-charges-summary .shortfall-amount{color:#dc3545;font-weight:700}.upcoming-charges-summary .summary-actions{display:flex;justify-content:center;padding-top:8px}.upcoming-charges-summary .btn-view-details{padding:10px 24px;font-size:14px;font-weight:600}.upcoming-charges-summary .loading-text,.upcoming-charges-summary .empty-text{text-align:center;color:#666;font-size:14px;padding:32px 0}@media (max-width: 768px){.upcoming-charges-summary .summary-header{flex-direction:column;align-items:flex-start;gap:12px}.upcoming-charges-summary .summary-stats{flex-direction:column;gap:20px}.upcoming-charges-summary .stat-divider{display:none}.upcoming-charges-summary .stat-item{width:100%}.upcoming-charges-summary .stat-value{font-size:20px}.upcoming-charges-summary .stat-item.total-amount .stat-value{font-size:28px}}.billing-payment-page{padding:24px;max-width:1400px;margin:0 auto}.billing-payment-page .page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:16px}.billing-payment-page .page-header h1{margin:0;font-size:28px;font-weight:600;color:#1a1a1a}.billing-payment-page .page-header p{margin:4px 0 0;color:#666;font-size:14px}.billing-payment-page .btn-refresh{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:14px}.credit-warning-section,.upcoming-charges-section,.credit-section{width:100%}.billing-cycles-container{width:100%;scroll-margin-top:80px}.payment-history-container,.statement-ageing-container{width:100%}.credit-sufficiency-warning{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:20px;box-shadow:0 2px 8px #ffc10733;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.credit-sufficiency-warning .warning-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.credit-sufficiency-warning .warning-title h3{margin:0;font-size:20px;font-weight:600;color:#856404}.credit-sufficiency-warning .dismiss-button{background:none;border:none;font-size:28px;line-height:1;color:#856404;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.credit-sufficiency-warning .dismiss-button:hover{background-color:#8564041a}.credit-sufficiency-warning .warning-summary{display:flex;flex-direction:column;gap:16px}.credit-sufficiency-warning .shortfall-message{margin:0;font-size:16px;color:#856404;line-height:1.5}.credit-sufficiency-warning .shortfall-amount{color:#d32f2f;font-weight:700;font-size:18px}.credit-sufficiency-warning .credit-summary{background:#fff9;border-radius:6px;padding:16px;display:flex;flex-direction:column;gap:8px}.credit-sufficiency-warning .credit-row .label{color:#856404;font-weight:500}.credit-sufficiency-warning .credit-row .value{color:#1a1a1a;font-weight:600}.credit-sufficiency-warning .credit-row.shortfall-row{border-top:1px solid rgba(133,100,4,.2);padding-top:8px;margin-top:4px}.credit-sufficiency-warning .credit-row .shortfall{color:#d32f2f;font-weight:700}.credit-sufficiency-warning .affected-cycles{background:#fff9;border-radius:6px;padding:16px}.credit-sufficiency-warning .affected-cycles-title{margin:0 0 12px;font-size:16px;font-weight:600;color:#856404}.credit-sufficiency-warning .affected-cycle-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#fff;border-radius:4px;border:1px solid rgba(133,100,4,.2);font-size:14px}.credit-sufficiency-warning .affected-cycle-item.more-cycles{justify-content:center;color:#856404;font-style:italic}.credit-sufficiency-warning .cycle-product{font-weight:600;color:#1a1a1a}.credit-sufficiency-warning .cycle-environment{font-size:12px;color:#666}.credit-sufficiency-warning .cycle-amount{font-weight:600;color:#d32f2f}.credit-sufficiency-warning .cycle-date{font-size:12px;color:#666}.credit-sufficiency-warning .warning-actions{display:flex;justify-content:flex-end}.credit-sufficiency-warning .btn-topup{padding:12px 24px;font-size:16px;font-weight:600}.upcoming-charges-summary{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000000d}.upcoming-charges-summary.sufficient{border-left:4px solid #4caf50}.upcoming-charges-summary.insufficient{border-left:4px solid #f44336}.upcoming-charges-summary.loading,.upcoming-charges-summary.empty{border-left:4px solid #9e9e9e}.upcoming-charges-summary .summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.upcoming-charges-summary .summary-title{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}.upcoming-charges-summary .sufficiency-indicator{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500}.upcoming-charges-summary .sufficiency-indicator.sufficient{background:#e8f5e9;color:#2e7d32}.upcoming-charges-summary .sufficiency-indicator.insufficient{background:#ffebee;color:#c62828}.upcoming-charges-summary .summary-stats{display:flex;justify-content:space-between;align-items:center;gap:16px}.upcoming-charges-summary .stat-item{flex:1;display:flex;flex-direction:column;gap:8px}.upcoming-charges-summary .stat-value{font-size:24px;font-weight:700;color:#1a1a1a}.upcoming-charges-summary .stat-item.total-amount .stat-value{color:#1976d2}.upcoming-charges-summary .stat-divider{width:1px;height:50px;background:#e0e0e0}.upcoming-charges-summary .credit-status{background:#f5f5f5;border-radius:6px;padding:16px;display:flex;flex-direction:column;gap:8px}.upcoming-charges-summary .credit-value{color:#1a1a1a;font-weight:600}.upcoming-charges-summary .credit-row.shortfall{border-top:1px solid #e0e0e0;padding-top:8px;margin-top:4px}.upcoming-charges-summary .shortfall-amount{color:#d32f2f;font-weight:700}.upcoming-charges-summary .btn-view-details{padding:10px 20px;font-size:14px}.upcoming-charges-summary .loading-text,.upcoming-charges-summary .empty-text{text-align:center;color:#666;font-size:14px;padding:20px;margin:0}@media (max-width: 768px){.billing-payment-page{padding:16px}.billing-payment-page .page-header{flex-direction:column;align-items:flex-start}.billing-payment-page .page-header h1{font-size:24px}.billing-payment-page .btn-refresh{width:100%;justify-content:center}.billing-content{gap:16px}.credit-sufficiency-warning{padding:16px}.credit-sufficiency-warning .warning-icon{font-size:24px}.credit-sufficiency-warning .warning-title h3{font-size:18px}.credit-sufficiency-warning .shortfall-message{font-size:14px}.credit-sufficiency-warning .shortfall-amount{font-size:16px}.credit-sufficiency-warning .affected-cycle-item{flex-direction:column;align-items:flex-start;gap:8px}.credit-sufficiency-warning .cycle-details{align-items:flex-start;width:100%}.credit-sufficiency-warning .btn-topup{width:100%;justify-content:center}.upcoming-charges-summary{padding:16px}.upcoming-charges-summary .summary-header{flex-direction:column;align-items:flex-start}.upcoming-charges-summary .summary-title{font-size:18px}.upcoming-charges-summary .sufficiency-indicator{width:100%;justify-content:center}.upcoming-charges-summary .summary-stats{flex-direction:column;gap:16px}.upcoming-charges-summary .stat-item{width:100%;text-align:center;align-items:center}.upcoming-charges-summary .stat-divider{display:none}.upcoming-charges-summary .stat-value{font-size:20px}.upcoming-charges-summary .btn-view-details{width:100%}}@media (max-width: 480px){.billing-payment-page .page-header h1{font-size:20px}.credit-sufficiency-warning .warning-title h3,.upcoming-charges-summary .summary-title{font-size:16px}.upcoming-charges-summary .stat-value{font-size:18px}}.environment-info{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}.environment-link{background:none;border:none;color:#2563eb;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit;font-family:inherit;transition:color .2s ease}.environment-link:hover{color:#1d4ed8;text-decoration:none}.environment-link:focus{outline:2px solid #2563eb;outline-offset:2px;border-radius:2px}.environment-status-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.env-status-active{background-color:#dcfce7;color:#166534}.env-status-suspended{background-color:#fef3c7;color:#92400e}.env-status-terminated{background-color:#f3f4f6;color:#6b7280}.env-status-unknown{background-color:#e5e7eb;color:#4b5563}.environment-deleted{color:#9ca3af;font-style:italic;margin-left:4px}.environment-name{margin-bottom:8px}.environment-name .label{font-weight:500;color:#6b7280}@media (max-width: 768px){.environment-info{flex-direction:column;align-items:flex-start;gap:4px}.environment-status-badge{margin-left:0}}.environment-selector-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.environment-selector-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.environment-selector-item:hover{background:#e9ecef;border-color:#007bff;transform:translate(4px)}.env-info{display:flex;flex-direction:column;gap:4px}.env-name{font-size:16px;font-weight:600;color:#333}.env-domain{font-size:14px;color:#666}.env-arrow{font-size:20px;color:#007bff;transition:transform .2s ease}.environment-selector-item:hover .env-arrow{transform:translate(4px)}.hosting-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.hosting-actions{display:flex;gap:10px}.hosting-actions .btn{white-space:nowrap}.change-password-form{max-width:500px;margin-top:20px}.change-password-form .form-group{margin-bottom:20px}.change-password-form label{display:block;margin-bottom:8px;font-weight:500;color:#333}.change-password-form input[type=password]{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s ease}.change-password-form input[type=password]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.change-password-form input[type=password]:disabled{background-color:#f5f5f5;cursor:not-allowed}.password-strength{margin-top:8px;margin-bottom:8px}.strength-bar-container{width:100%;height:6px;background-color:#e9ecef;border-radius:3px;overflow:hidden;margin-bottom:6px}.strength-bar{height:100%;transition:width .3s ease,background-color .3s ease;border-radius:3px}.strength-label{font-size:13px;font-weight:500;display:inline-block}.form-hint{display:block;margin-top:6px;font-size:12px;color:#666;line-height:1.4}.security-section{padding:20px 0}.section-description{margin-bottom:16px;color:#666;font-size:14px}.profile-form+.profile-form{margin-top:30px}.form-section-title{font-size:18px;font-weight:600;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e9ecef}.alert{padding:12px 16px;border-radius:4px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alert button{background:none;border:none;font-size:20px;line-height:1;cursor:pointer;padding:0;margin-left:10px;color:inherit;opacity:.7;transition:opacity .2s ease}.alert button:hover{opacity:1}.form-actions{display:flex;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e9ecef}.form-actions button{padding:10px 24px;font-size:14px;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s ease}.form-actions .btn-primary{background-color:#007bff;color:#fff;border:none}.form-actions .btn-primary:hover:not(:disabled){background-color:#0056b3}.form-actions .btn-primary:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.6}.form-actions .btn-secondary{background-color:#fff;color:#333;border:1px solid #ddd}.form-actions .btn-secondary:hover:not(:disabled){background-color:#f8f9fa;border-color:#adb5bd}.form-actions .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:12px 16px;border-radius:4px;margin-bottom:20px;font-size:14px}.field-hint{font-size:.85rem;color:#666;font-weight:400;margin-left:.5rem}.field-description{display:block;font-size:.85rem;color:#666;margin-top:.25rem;font-style:italic}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-container{width:100%;max-width:450px}.auth-card{background:#fff;border-radius:8px;box-shadow:0 10px 40px #0003;padding:40px}.auth-header{text-align:center;margin-bottom:30px}.auth-logo{height:90px;width:auto;object-fit:contain;margin-bottom:15px}.page-title-green{color:#5cb85c!important;font-size:28px;font-weight:600;margin:10px 0 15px}.auth-tagline{font-size:14px;color:#666;margin:5px 0 15px;font-weight:400}.auth-header h1{color:#007bff;font-size:32px;margin:0 0 5px}.auth-header h2{color:#333;font-size:24px;margin:0 0 10px}.auth-subtitle{color:#666;font-size:14px;margin:0}.auth-form,.auth-form .form-group{margin-bottom:20px}.auth-form label{display:block;margin-bottom:8px;font-weight:500;color:#333}.auth-form input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s ease}.auth-form input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.auth-form input:disabled{background-color:#f5f5f5;cursor:not-allowed}.btn-block{width:100%;padding:12px;font-size:16px;font-weight:500}.auth-footer{text-align:center;margin-top:20px}.auth-footer p{margin:10px 0;color:#666;font-size:14px}.auth-footer a{color:#007bff;text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}.success-message-box,.error-message-box{text-align:center;padding:30px 20px;margin-bottom:20px}.success-icon,.error-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;margin:0 auto 20px}.success-icon{background-color:#d4edda;color:#155724}.error-icon{background-color:#f8d7da;color:#721c24}.success-message-box p,.error-message-box p{margin:10px 0;color:#333;font-size:15px}.help-text{color:#666!important;font-size:13px!important}.loading-state{text-align:center;padding:40px 20px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state p{color:#666;font-size:14px}.link-button{background:none;border:none;color:#007bff;cursor:pointer;font-size:inherit;font-weight:500;padding:0;text-decoration:none}.link-button:hover{text-decoration:underline}.link-button:disabled{opacity:.6;cursor:not-allowed}.form-footer{margin-top:20px;padding-top:20px;border-top:1px solid #e9ecef;text-align:center}.form-footer p{margin:10px 0;color:#666;font-size:14px}@media (max-width: 480px){.auth-card{padding:30px 20px}.auth-header h1{font-size:28px}.auth-header h2{font-size:20px}}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;color:#666}.breadcrumb-link{background:none;border:none;color:#2563eb;cursor:pointer;padding:0;font-size:inherit;text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:#1d4ed8;text-decoration:underline}.breadcrumb-separator{color:#999;-webkit-user-select:none;user-select:none}.breadcrumb-current{color:#333;font-weight:500}.page-description{margin-top:.5rem;color:#666;font-size:.95rem}.modal-container{background:#fff;border-radius:10px;box-shadow:0 10px 40px #00000040;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;width:100%}.modal-container.modal-sm{max-width:420px}.modal-container.modal-md{max-width:600px}.modal-container.modal-lg{max-width:800px}.modal-container>form{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.modal-container .modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.modal-container .modal-title{margin:0;font-size:18px;font-weight:700;color:#111827}.modal-container .modal-body{padding:24px;overflow-y:auto;flex:1 1 auto;min-height:0}.modal-container .modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background-color:#f9fafb;flex-shrink:0}.status-badge.status-active{background-color:#dcfce7!important;color:#166534!important}.status-badge.status-inactive{background-color:#f3f4f6!important;color:#6b7280!important}.plan-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:16px}.plan-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px 20px;display:flex;flex-direction:column;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;box-shadow:0 1px 2px #0000000a}.plan-card:hover{border-color:#93c5fd;box-shadow:0 4px 12px #2563eb14;transform:translateY(-2px)}.plan-card--selected{border:2px solid #2563eb;box-shadow:0 4px 16px #2563eb26;padding:23px 19px}.plan-card-header{margin-bottom:12px}.plan-card-name{font-size:18px;font-weight:700;color:#111827;margin:0 0 8px}.plan-card-price{font-size:24px;font-weight:700;color:#2563eb;line-height:1.2}.plan-card-limit{font-size:14px;color:#4b5563;margin-bottom:8px}.plan-card-overage{font-size:12px;color:#2563eb;font-weight:500;margin-bottom:8px}.plan-card-description{font-size:13px;color:#6b7280;margin:0 0 16px;flex:1;line-height:1.5;white-space:pre-line}.plan-card-cta{width:100%;padding:10px 16px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .15s ease;margin-top:auto}.plan-card-cta:hover{background:#1d4ed8}.plan-card--selected .plan-card-cta{background:#16a34a}.plan-card--selected .plan-card-cta:hover{background:#15803d}.plan-cards .plan-card:nth-child(5):last-child{grid-column:span 2}@media (max-width: 640px){.plan-cards{grid-template-columns:1fr}.plan-cards .plan-card:nth-child(5):last-child{grid-column:auto}}.merchant-signup-page{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column}.merchant-signup-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.merchant-signup-branding{display:flex;flex-direction:column}.merchant-signup-title{font-size:22px;font-weight:700;color:#111827;margin:0;line-height:1.2}.merchant-signup-subtitle{font-size:13px;color:#6b7280;margin:4px 0 0}.merchant-signup-login-link{font-size:14px;color:#2563eb;font-weight:500}.merchant-signup-container{max-width:880px;margin:0 auto;width:100%;padding:32px 24px 48px}.merchant-signup-container--wide{max-width:1200px}.merchant-signup-body{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:32px;box-shadow:0 1px 2px #0000000a}.signup-steps{display:flex;align-items:flex-start;justify-content:space-between;position:relative;margin-bottom:32px;padding:0 8px}.signup-steps:before{content:"";position:absolute;top:16px;left:12%;right:12%;height:2px;background:#e5e7eb;z-index:0}.signup-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:1}.signup-step-bubble{width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#9ca3af;margin-bottom:8px;transition:all .2s ease}.signup-step-label{font-size:13px;color:#6b7280;font-weight:500}.signup-step--active .signup-step-bubble{background:#2563eb;border-color:#2563eb;color:#fff}.signup-step--active .signup-step-label{color:#111827;font-weight:600}.signup-step--done .signup-step-bubble{background:#16a34a;border-color:#16a34a;color:#fff}.signup-step--done .signup-step-label{color:#16a34a}.signup-step-content{margin-top:8px}.signup-section-title{font-size:22px;font-weight:700;color:#111827;margin:0 0 4px}.signup-section-subtitle{font-size:14px;color:#6b7280;margin:0 0 20px}.signup-back-link{display:inline-flex;align-items:center;background:transparent;border:none;color:#2563eb;cursor:pointer;font-size:13px;font-weight:500;padding:0;margin-bottom:12px;transition:color .15s ease}.signup-back-link:hover{color:#1d4ed8;text-decoration:underline}.signup-back-link:disabled{color:#9ca3af;cursor:not-allowed}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px;margin:16px 0 20px;box-shadow:0 1px 2px #0000000a}.review-section{padding:4px 0}.review-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.review-value{font-size:15px;color:#111827;margin:0 0 2px;font-weight:500}.review-value--lg{font-size:18px;font-weight:700}.review-price{font-size:22px;font-weight:700;color:#2563eb;margin:4px 0}.review-limit{font-size:13px;color:#6b7280;margin:0}.review-sub{font-size:13px;color:#6b7280;margin:2px 0 0}.review-divider{border:none;border-top:1px solid #e5e7eb;margin:20px 0}.review-total{display:flex;justify-content:space-between;align-items:baseline;font-size:15px;color:#374151;font-weight:600;padding:4px 0}.review-total-amount{font-size:24px;font-weight:700;color:#111827}.review-prorata-note{font-size:13px;color:#6b7280;margin:8px 0 0;line-height:1.5;font-style:italic}.review-notice{font-size:13px;color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:10px 14px;margin:0 0 16px;line-height:1.5}.btn-primary.btn-lg{padding:14px 24px;font-size:16px;font-weight:600;width:100%}.confirmation-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:32px;max-width:520px;margin:24px auto;box-shadow:0 1px 2px #0000000a}.confirmation-pending,.confirmation-success,.confirmation-failed,.confirmation-timeout{text-align:center}.confirmation-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:700;margin:0 auto 16px;color:#fff}.confirmation-icon--success{background:#16a34a}.confirmation-icon--failed{background:#dc2626}.confirmation-icon--warning{background:#f59e0b}.confirmation-heading{font-size:22px;font-weight:700;color:#111827;margin:0 0 8px}.confirmation-subtext{font-size:14px;color:#4b5563;line-height:1.6;margin:0 0 12px}.confirmation-subtext--small{font-size:12px;color:#6b7280}.confirmation-reference{font-size:13px;color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:10px 14px;margin:16px 0 20px;word-break:break-all}.confirmation-reference strong{color:#111827;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:13px}.confirmation-actions{display:flex;flex-direction:column;gap:8px;margin-top:16px}.confirmation-actions .btn-primary,.confirmation-actions .btn-secondary{width:100%;padding:12px 16px;font-size:15px;font-weight:600}.confirmation-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:confirmation-spin .8s linear infinite;margin:0 auto 16px}@keyframes confirmation-spin{to{transform:rotate(360deg)}}.signup-form{margin-top:8px}.signup-form .form-group{display:flex;flex-direction:column;gap:0;margin-bottom:16px}.signup-form .form-label{font-size:13px;font-weight:500;color:#374151;margin-bottom:6px;display:block}.signup-form .form-label .required{color:#dc2626;margin-left:2px;font-weight:600}.signup-form .form-input{width:100%;padding:9px 11px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.signup-form .form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.signup-form .form-input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.signup-form .form-input.input-error{border-color:#dc2626}.signup-form .form-input.input-error:focus{box-shadow:0 0 0 3px #dc26261f}.signup-form .field-error{color:#dc2626;font-size:12px;margin:4px 0 0}.signup-form .form-row-2col{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 520px){.signup-form .form-row-2col{grid-template-columns:1fr;gap:0}}.signup-form .form-api-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:10px 14px;border-radius:6px;font-size:14px;margin-bottom:16px}.signup-form-footer{margin-top:24px;display:flex;justify-content:flex-end}.signup-form-footer .btn-primary.btn-lg{min-width:220px;width:auto}@media (max-width: 520px){.signup-form-footer .btn-primary.btn-lg{width:100%}}@media print{@page{margin:1.5cm}html,body{background:#fff!important;color:#000!important;font-size:11pt}.dashboard-header,.mobile-nav-trigger,.mobile-nav-overlay,.mobile-nav-drawer,.skip-to-content,.cmdk-hint,.toast-container,.toast,.btn-logout,[role=region][aria-label="Bulk actions"],[aria-label="Command palette"],[role=dialog][aria-labelledby^=coachmark-title-],[aria-label=Close]{display:none!important}.dashboard-main *[style]{box-shadow:none!important}a[href]:after{content:" (" attr(href) ")";font-size:9pt;color:#555}a[href^="#"]:after,a[href^="mailto:"]:after,a[href^="tel:"]:after{content:""}table{page-break-inside:auto;border-collapse:collapse!important;width:100%!important}tr{page-break-inside:avoid;page-break-after:auto}thead{display:table-header-group}tfoot{display:table-footer-group}h1,h2,h3,h4{page-break-after:avoid;color:#000!important}[class*=badge],[data-print-keep=true]{page-break-inside:avoid;-webkit-print-color-adjust:exact;print-color-adjust:exact}.dashboard-main,.dashboard-main>div{padding:0!important;margin:0!important;max-width:none!important}}.options-editor .option-group-card{border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:16px;background:#fafbfc}.options-editor .option-group-head{align-items:flex-end}.options-editor .option-group-remove{flex:0 0 auto;display:flex;align-items:flex-end}.options-editor .options-table{margin-top:8px}.options-editor .options-table input[type=text],.options-editor .options-table input[type=number]{width:100%}.options-editor .options-table .text-center{text-align:center}.options-editor .btn-link{background:none;border:none;color:#2563eb;cursor:pointer;padding:4px 0;font-size:13px}.options-editor .btn-link:hover:not(:disabled){text-decoration:underline}.options-editor .error-list{margin:0;padding-left:18px}.options-editor .empty-state-text{color:#6b7280;font-style:italic;padding:8px 0}.product-card-config{margin:12px 0;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#fafbfc;text-align:left}.option-picker-group{margin-bottom:12px}.option-picker-group:last-child{margin-bottom:0}.option-picker-label{display:block;font-weight:600;font-size:13px;color:#374151;margin-bottom:6px}.option-picker-radios,.option-picker-checks{display:flex;flex-direction:column;gap:6px}.option-picker-choice{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;cursor:pointer}.option-picker-qty-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px;color:#374151;margin-bottom:6px}.option-picker-qty-input{width:80px}.option-delta{color:#059669;font-size:13px}.option-delta--setup{color:#6b7280}.cart-item-options{list-style:none;margin:4px 0 0;padding:0}.cart-item-options li{font-size:12px;color:#6b7280;line-height:1.5}.cart-item-options li:before{content:"• ";color:#9ca3af}.addons-editor .addons-table .text-center{text-align:center}.addons-editor .addon-name{display:block;font-weight:500}.addons-editor .addon-desc{display:block;font-size:12px;color:#6b7280}.addons-editor .addon-no-price{color:#9ca3af;font-style:italic}.addons-editor .empty-state-text{color:#6b7280;font-style:italic;padding:8px 0}.product-card-addons{margin-top:8px}.product-card-addons-label{display:block;font-weight:600;font-size:13px;color:#374151;margin-bottom:6px}.product-card-addon-choice{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;padding:3px 0;cursor:pointer}.product-card-addon-name{flex:1}.product-card-addon-required{color:#6b7280;font-size:12px}.product-card-addon-price{color:#059669;font-size:13px;white-space:nowrap}.store-dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.store-dashboard-title{font-size:24px;font-weight:700;color:#111827;margin:0}.store-dashboard-subtitle{color:#6b7280;margin:4px 0 0;font-size:14px}.store-cart-btn{white-space:nowrap}.catalog-hero{margin-bottom:24px}.catalog-heading{font-size:28px;font-weight:700;color:#111827;margin:0}.catalog-subheading{color:#6b7280;margin:6px 0 0}.catalog-controls{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}.catalog-type-filter{display:flex;flex-wrap:wrap;gap:8px}.catalog-filter-btn{padding:6px 14px;border:1px solid #d1d5db;background:#fff;border-radius:999px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .12s ease}.catalog-filter-btn:hover{border-color:#9ca3af}.catalog-filter-btn--active{background:#111827;border-color:#111827;color:#fff}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:40px}.catalog-loading,.catalog-error,.catalog-empty{padding:24px 0;color:#6b7280}.catalog-error{color:#dc2626}.catalog-empty-state{text-align:center;padding:48px 16px}.catalog-empty-state .catalog-empty{padding:0 0 12px}.form-checkbox-label{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:#374151;cursor:pointer}.form-checkbox-label .form-checkbox,.form-checkbox{flex:0 0 auto;margin-top:3px;width:16px;height:16px}.domain-registrant-confirm{margin-top:20px}.domain-registrant-note{color:#6b7280;font-size:13px;margin:4px 0 16px;line-height:1.5}.checkout-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 12px;font-size:14px;margin:16px 0 0}.checkout-next-btn{margin-top:16px}.checkout-review-totals{max-width:320px;margin:14px 0 4px}.checkout-total-row{display:flex;justify-content:space-between;gap:24px;font-size:14px;color:#374151;padding:4px 0}.checkout-total-row--prorata{font-weight:700;color:#111827;border-top:1px solid #e5e7eb;margin-top:4px;padding-top:8px}.checkout-prorata-note{font-size:13px;color:#6b7280;margin:6px 0 0;line-height:1.5}.plan-select-head{margin-bottom:24px}.plan-select-title{font-size:24px;font-weight:700;color:#111827;margin:0}.plan-select-subtitle{color:#6b7280;margin:6px 0 0;font-size:14px}.plan-select-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;align-items:stretch}.plan-cycle-options{display:flex;flex-wrap:wrap;gap:8px}.plan-cycle-btn{flex:1 1 130px;min-width:120px;padding:10px 12px;border:2px solid #d1d5db;border-radius:8px;background:#fff;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:2px}.plan-cycle-btn--active{border-color:#2563eb;background:#eff6ff}.plan-cycle-name{font-weight:700;font-size:14px;color:#111827}.plan-cycle-price{font-size:13px;color:#475569}.plan-confirm-note{font-size:13px;color:#6b7280;line-height:1.55;margin:14px 0 0}.feature-unit-row{display:flex;gap:8px}.feature-unit-row input{flex:1 1 auto;min-width:0}.feature-unit-row select{flex:0 0 90px}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 2px #0000000a;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.product-card:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-2px);border-color:#d1d5db}.product-card-header{margin-bottom:12px}.product-card-name{font-size:18px;font-weight:700;color:#111827;margin:0}.product-card-desc{color:#6b7280;font-size:14px;margin:6px 0 0;line-height:1.5}.product-card-features{list-style:none;margin:0 0 16px;padding:0}.product-card-feature{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#374151;padding:3px 0}.product-card-feature-check{color:#059669;font-weight:700;flex:0 0 auto}.product-card-footer{margin-top:auto;padding-top:16px}.product-card-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px;margin-bottom:14px}.product-card-price-from{color:#6b7280;font-size:13px}.product-card-price-amount{font-size:24px;font-weight:700;color:#111827}.product-card-price-cycle{color:#6b7280;font-size:14px}.product-card-setup-fee{width:100%;color:#6b7280;font-size:12px}.product-card-price--unavailable{color:#9ca3af;font-style:italic;font-size:15px}.product-card-domain-input{margin-top:10px}.product-card-domain-input .form-input{width:100%}.product-card-success{color:#059669;font-size:13px;margin:8px 0 0}.product-card-error{color:#dc2626;font-size:13px;margin:8px 0 0}.product-card-btn{width:100%;margin-top:12px}.catalog-domain-section{margin-top:8px;padding:24px;border:1px solid #e5e7eb;border-radius:12px;background:#fafbfc}.catalog-domain-heading{font-size:18px;font-weight:700;color:#111827;margin:0}.catalog-domain-subheading{color:#6b7280;font-size:14px;margin:6px 0 16px}@media (max-width: 640px){.store-dashboard-head{flex-direction:column}.catalog-controls{flex-direction:column;align-items:stretch}}.cart-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;z-index:1000}.cart-drawer{position:fixed;top:0;right:0;height:100vh;width:384px;max-width:90vw;background:#fff;box-shadow:-8px 0 28px #00000024;z-index:1001;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column}.cart-drawer--open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e5e7eb}.cart-drawer-title{font-size:18px;font-weight:700;color:#111827;margin:0}.cart-drawer-close{background:none;border:none;font-size:20px;line-height:1;color:#6b7280;cursor:pointer;padding:4px}.cart-drawer-close:hover{color:#111827}.cart-drawer-body{flex:1;overflow-y:auto;padding:12px 20px}.cart-drawer-empty{color:#6b7280;text-align:center;padding:32px 0}.cart-drawer-totals{padding:16px 20px;border-top:1px solid #e5e7eb;background:#fafbfc}.cart-drawer-total-row{display:flex;justify-content:space-between;font-size:14px;color:#374151;padding:3px 0}.cart-drawer-total-row--prorata{font-weight:700;color:#111827}.cart-drawer-prorata-note{font-size:12px;color:#6b7280;margin:6px 0 0}.cart-drawer-actions{display:flex;gap:10px;padding:16px 20px;border-top:1px solid #e5e7eb}.cart-drawer-actions>button{flex:1}.cart-item-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #f3f4f6}.cart-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.cart-item-name{font-weight:600;color:#111827;font-size:14px}.cart-item-domain{font-size:12px;color:#6b7280}.cart-item-cycle-row{display:flex;align-items:center;gap:8px;margin-top:4px}.cart-item-cycle-select{font-size:12px;padding:2px 6px;border:1px solid #d1d5db;border-radius:6px}.cart-item-updating{font-size:11px;color:#6b7280}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:nowrap}.cart-item-price{font-weight:600;color:#111827;font-size:14px}.cart-item-unit-note{font-size:11px;color:#6b7280}.cart-item-remove{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:15px;padding:2px}.cart-item-remove:hover:not(:disabled){color:#dc2626}.cart-item-qty{display:flex;align-items:center;gap:8px;margin-top:6px}.cart-item-qty-btn{width:22px;height:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;font-size:14px}.cart-item-qty-btn:hover:not(:disabled){background:#f3f4f6}.cart-item-qty-btn:disabled{opacity:.4;cursor:not-allowed}.cart-item-qty-value{min-width:18px;text-align:center;font-size:13px;font-weight:600;color:#111827}.cart-page-heading{font-size:24px;font-weight:700;color:#111827;margin:0 0 20px}.cart-page-layout{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}.cart-page-summary{border:1px solid #e5e7eb;border-radius:12px;padding:20px;background:#fafbfc}.cart-summary-heading{font-size:16px;font-weight:700;margin:0 0 12px}.cart-summary-row{display:flex;justify-content:space-between;font-size:14px;color:#374151;padding:4px 0}.cart-summary-row--total,.cart-summary-row--prorata{font-weight:700;color:#111827}.cart-summary-divider{height:1px;background:#e5e7eb;margin:10px 0}.cart-summary-prorata-note{font-size:12px;color:#6b7280;margin:8px 0 0}.cart-summary-checkout-btn,.cart-summary-continue-btn{width:100%;margin-top:10px}@media (max-width: 720px){.cart-page-layout{grid-template-columns:1fr}}.tab-bar{display:flex;flex-wrap:wrap;gap:4px;border-bottom:1px solid #e5e7eb;margin-bottom:20px}.tab-button{background:none;border:none;border-bottom:2px solid transparent;padding:10px 14px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;white-space:nowrap}.tab-button:hover:not(:disabled){color:#111827}.tab-button:disabled{color:#d1d5db;cursor:not-allowed}.tab-button.tab-active{color:#2563eb;border-bottom-color:#2563eb}.inline-form{border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-top:12px;background:#fafbfc}.pricing-table{margin-top:8px}.section-header h4{font-size:15px;font-weight:700;color:#111827;margin:0}.alert.alert-info{background-color:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.alert.alert-warning{background-color:#fffbeb;color:#92400e;border:1px solid #fcd34d}.variants-editor .variant-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.variants-editor .variant-card{border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px;background:#fff}.variants-editor .variant-card.row-inactive{background:#f9fafb;opacity:.85}.variants-editor .variant-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.variants-editor .variant-card-header .table-cell-subtitle{margin:2px 0 0;font-size:12px;color:#6b7280}.variants-editor .variant-unpriced{color:#92400e;margin:8px 0 0}.variants-editor .variant-pricing{margin-top:12px;padding-top:12px;border-top:1px dashed #e5e7eb}.variants-editor .attribute-row{align-items:flex-start;gap:8px}.variants-editor .variant-form h5{margin:0 0 12px;font-size:14px;font-weight:700;color:#111827}.billing-payment-page{display:flex;flex-direction:column;gap:24px}.billing-payment-page .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:16px}.billing-payment-page .page-header h1{font-size:28px;font-weight:600;color:#333;margin:0 0 8px}.billing-payment-page .page-header p{font-size:16px;color:#666;margin:0}.billing-payment-page .btn-refresh{display:flex;align-items:center;gap:8px}.billing-content{display:flex;flex-direction:column;gap:24px}.credit-sufficiency-warning{background:linear-gradient(135deg,#fff3cd,#ffe5a0);border:2px solid #ffc107;border-radius:12px;padding:24px;box-shadow:0 4px 12px #ffc10733;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.credit-sufficiency-warning .warning-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.credit-sufficiency-warning .warning-icon{font-size:32px;line-height:1}.credit-sufficiency-warning .warning-title{flex:1;display:flex;justify-content:space-between;align-items:flex-start}.credit-sufficiency-warning .warning-title h3{font-size:20px;font-weight:600;color:#856404;margin:0}.credit-sufficiency-warning .dismiss-button{background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#856404;padding:0;width:28px;height:28px;transition:transform .2s}.credit-sufficiency-warning .dismiss-button:hover{transform:scale(1.1)}.credit-sufficiency-warning .warning-body{display:flex;flex-direction:column;gap:20px}.credit-sufficiency-warning .shortfall-message{font-size:16px;color:#856404;margin:0;line-height:1.5}.credit-sufficiency-warning .shortfall-amount{font-size:18px;font-weight:700;color:#d32f2f}.credit-sufficiency-warning .credit-summary{background:#ffffffb3;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px}.credit-sufficiency-warning .credit-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.credit-sufficiency-warning .credit-row .label{color:#666;font-weight:500}.credit-sufficiency-warning .credit-row .value{color:#333;font-weight:600}.credit-sufficiency-warning .credit-row.shortfall-row .value{color:#d32f2f;font-size:16px}.credit-sufficiency-warning .affected-cycles{background:#ffffffb3;border-radius:8px;padding:16px}.credit-sufficiency-warning .affected-cycles-title{font-size:16px;font-weight:600;color:#856404;margin:0 0 12px}.credit-sufficiency-warning .affected-cycles-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.credit-sufficiency-warning .affected-cycle-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:6px;border-left:3px solid #ffc107}.credit-sufficiency-warning .cycle-info{display:flex;flex-direction:column;gap:4px}.credit-sufficiency-warning .cycle-product{font-weight:600;color:#333;font-size:14px}.credit-sufficiency-warning .cycle-environment{font-size:13px;color:#666}.credit-sufficiency-warning .cycle-details{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.credit-sufficiency-warning .cycle-amount{font-weight:600;color:#d32f2f;font-size:14px}.credit-sufficiency-warning .cycle-date{font-size:13px;color:#666}.credit-sufficiency-warning .more-cycles{background:#ffffff80;border-left:3px solid #ddd;justify-content:center;font-style:italic;color:#666}.credit-sufficiency-warning .warning-actions{display:flex;justify-content:center}.credit-sufficiency-warning .btn-topup{padding:12px 32px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #667eea4d}.credit-sufficiency-warning .btn-topup:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.upcoming-charges-summary{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;border:2px solid #e0e0e0;transition:border-color .3s}.upcoming-charges-summary.insufficient{border-color:#ffc107}.upcoming-charges-summary.sufficient{border-color:#28a745}.upcoming-charges-summary .summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e0e0e0}.upcoming-charges-summary .summary-title{font-size:20px;font-weight:600;color:#333;margin:0}.upcoming-charges-summary .sufficiency-indicator{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.upcoming-charges-summary .sufficiency-indicator.sufficient{background-color:#d4edda;color:#155724}.upcoming-charges-summary .sufficiency-indicator.insufficient{background-color:#fff3cd;color:#856404}.upcoming-charges-summary .indicator-icon{font-size:16px}.upcoming-charges-summary .summary-body{display:flex;flex-direction:column;gap:20px}.upcoming-charges-summary .summary-stats{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:16px;align-items:center}.upcoming-charges-summary .stat-item{display:flex;flex-direction:column;gap:8px}.upcoming-charges-summary .stat-label{font-size:13px;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.upcoming-charges-summary .stat-value{font-size:24px;font-weight:700;color:#333}.upcoming-charges-summary .stat-divider{width:1px;height:50px;background-color:#e0e0e0}.upcoming-charges-summary .credit-status{background:#f8f9fa;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px}.upcoming-charges-summary .credit-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.upcoming-charges-summary .credit-label{color:#666;font-weight:500}.upcoming-charges-summary .credit-value{color:#333;font-weight:600}.upcoming-charges-summary .credit-row.shortfall{padding-top:8px;border-top:1px solid #e0e0e0}.upcoming-charges-summary .shortfall-amount{color:#d32f2f;font-size:16px}.upcoming-charges-summary .summary-actions{display:flex;justify-content:center}.upcoming-charges-summary .btn-view-details{padding:10px 24px}.upcoming-charges-summary.loading,.upcoming-charges-summary.empty{text-align:center;padding:40px 24px}.upcoming-charges-summary .loading-text,.upcoming-charges-summary .empty-text{color:#666;font-size:16px;margin:0}.billing-cycles-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}.billing-cycles-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #e0e0e0}.billing-cycles-section .section-header h3{font-size:20px;font-weight:600;color:#333;margin:0}.billing-cycles-section .credit-warning-badge{background:#fff3cd;color:#856404;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;border:1px solid #ffc107}.billing-controls{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;padding:16px;background:#f8f9fa;border-radius:8px}.billing-controls .filters{display:flex;flex-wrap:wrap;gap:16px}.billing-controls .filter-group{display:flex;flex-direction:column;gap:6px;min-width:180px}.billing-controls .filter-group label{font-size:13px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.billing-controls .filter-select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .2s}.billing-controls .filter-select:focus{outline:none;border-color:#667eea}.billing-controls .results-count{font-size:14px;color:#666;font-weight:500;padding:8px 0}.billing-cycles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.billing-cycle-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:20px;transition:all .3s;display:flex;flex-direction:column;gap:16px}.billing-cycle-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.billing-cycle-card .card-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.billing-cycle-card .status-badge{padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.billing-cycle-card .status-badge.status-green{background-color:#d4edda;color:#155724}.billing-cycle-card .status-badge.status-yellow{background-color:#fff3cd;color:#856404}.billing-cycle-card .status-badge.status-red{background-color:#f8d7da;color:#721c24}.billing-cycle-card .status-badge.status-grey{background-color:#e9ecef;color:#6c757d}.billing-cycle-card .overdue-badge{background-color:#dc3545;color:#fff;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;text-transform:uppercase}.billing-cycle-card .card-body{display:flex;flex-direction:column;gap:12px;flex:1}.billing-cycle-card .product-name{font-size:18px;font-weight:600;color:#333;margin:0;line-height:1.3}.billing-cycle-card .environment-info{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:14px}.billing-cycle-card .environment-info .label{color:#666;font-weight:500}.billing-cycle-card .environment-link{background:none;border:none;color:#667eea;text-decoration:underline;cursor:pointer;padding:0;font-size:14px;font-weight:600;transition:color .2s}.billing-cycle-card .environment-link:hover{color:#5568d3}.billing-cycle-card .environment-status-badge{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.billing-cycle-card .env-status-active{background-color:#d4edda;color:#155724}.billing-cycle-card .env-status-suspended{background-color:#fff3cd;color:#856404}.billing-cycle-card .env-status-terminated{background-color:#f8d7da;color:#721c24}.billing-cycle-card .environment-name{font-size:14px;color:#666}.billing-cycle-card .environment-name .label{font-weight:500}.billing-cycle-card .environment-deleted{color:#999;font-style:italic;font-size:13px}.billing-cycle-card .product-description{font-size:14px;color:#666;margin:0;line-height:1.4}.billing-cycle-card .charge-breakdown{background:#f8f9fa;border-radius:8px;padding:12px}.billing-cycle-card .charge-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.billing-cycle-card .charge-label{color:#666;font-weight:500}.billing-cycle-card .charge-amount{color:#333;font-weight:600}.billing-cycle-card .charge-details{margin-top:8px;padding-top:8px;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:4px}.billing-cycle-card .charge-row.sub{font-size:13px;padding-left:12px}.billing-cycle-card .charge-row.sub .charge-label{color:#999}.billing-cycle-card .billing-date{font-size:14px;color:#666}.billing-cycle-card .billing-date .label{font-weight:500}.billing-cycle-card .days-until{color:#667eea;font-weight:600}.billing-cycle-card .credit-indicator{display:flex;align-items:center;gap:8px;padding:12px;border-radius:8px;font-size:13px;font-weight:500}.billing-cycle-card .credit-indicator.credit-sufficient{background-color:#d4edda;color:#155724}.billing-cycle-card .credit-indicator.credit-insufficient{background-color:#fff3cd;color:#856404}.billing-cycle-card .credit-indicator .icon{font-size:16px}.billing-cycle-card .credit-indicator .text{flex:1;line-height:1.3}.billing-cycle-card .card-footer{display:flex;gap:8px;padding-top:12px;border-top:1px solid #e0e0e0}.billing-cycle-card .btn-sm{padding:8px 16px;font-size:13px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;border:none;flex:1}.billing-cycle-card .btn-sm.btn-primary{background-color:#667eea;color:#fff}.billing-cycle-card .btn-sm.btn-primary:hover{background-color:#5568d3}.billing-cycle-card .btn-sm.btn-secondary{background-color:#f8f9fa;color:#333;border:1px solid #ddd}.billing-cycle-card .btn-sm.btn-secondary:hover{background-color:#e9ecef}.billing-cycle-card .btn-sm.btn-danger{background-color:#dc3545;color:#fff}.billing-cycle-card .btn-sm.btn-danger:hover{background-color:#c82333}.billing-cycles-section .loading-state,.billing-cycles-section .error-state,.billing-cycles-section .empty-state{text-align:center;padding:64px 32px}.billing-cycles-section .loading-state{display:flex;flex-direction:column;align-items:center;gap:16px}.billing-cycles-section .loading-state p{color:#666;font-size:16px;margin:0}.billing-cycles-section .error-state{display:flex;flex-direction:column;align-items:center;gap:16px}.billing-cycles-section .error-message{color:#dc3545;font-size:16px;margin:0}.billing-cycles-section .empty-state p{color:#666;font-size:16px;margin:0 0 16px}@media (max-width: 1200px){.billing-cycles-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){.billing-payment-page .page-header{flex-direction:column;gap:16px}.billing-payment-page .page-header .btn-refresh{align-self:flex-start}.credit-sufficiency-warning{padding:16px}.credit-sufficiency-warning .warning-header{flex-direction:column;gap:12px}.credit-sufficiency-warning .warning-icon{font-size:24px}.credit-sufficiency-warning .warning-title h3{font-size:18px}.credit-sufficiency-warning .affected-cycle-item{flex-direction:column;align-items:flex-start;gap:8px}.credit-sufficiency-warning .cycle-details{align-items:flex-start}.upcoming-charges-summary .summary-stats{grid-template-columns:1fr;gap:16px}.upcoming-charges-summary .stat-divider{display:none}.upcoming-charges-summary .stat-item{padding:12px;background:#f8f9fa;border-radius:8px}.billing-controls .filters{flex-direction:column}.billing-controls .filter-group{min-width:100%}.billing-cycles-grid{grid-template-columns:1fr}.billing-cycle-card .card-footer{flex-direction:column}.billing-cycle-card .btn-sm{width:100%}}@media (max-width: 480px){.billing-payment-page{gap:16px}.billing-cycles-section,.billing-cycle-card{padding:16px}.credit-sufficiency-warning .btn-topup{width:100%}}.billing-cycle-card:focus-within{outline:2px solid #667eea;outline-offset:2px}.billing-controls .filter-select:focus,.billing-cycle-card .environment-link:focus,.credit-sufficiency-warning .dismiss-button:focus{outline:2px solid #667eea;outline-offset:2px}@media print{.billing-payment-page .page-header .btn-refresh,.billing-cycle-card .card-footer,.credit-sufficiency-warning .dismiss-button,.credit-sufficiency-warning .warning-actions{display:none}.billing-cycle-card{break-inside:avoid;page-break-inside:avoid}.credit-sufficiency-warning{border:2px solid #000;background:#fff}}@media (prefers-contrast: high){.billing-cycle-card,.billing-cycle-card .status-badge,.credit-sufficiency-warning,.upcoming-charges-summary{border-width:3px}}@media (prefers-reduced-motion: reduce){.billing-cycle-card,.credit-sufficiency-warning .btn-topup,.billing-cycle-card .btn-sm{transition:none}.billing-cycle-card:hover{transform:none}@keyframes slideDown{0%,to{opacity:1;transform:translateY(0)}}}@keyframes ds-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ds-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes ds-toast-in{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}:focus-visible{outline:2px solid var(--brand-primary, #2563eb);outline-offset:2px}
