.account-page-custom{min-height:100vh;background-color:#000;color:#fff}.account-page-container{max-width:1400px;margin:0 auto;padding:40px;display:flex;gap:40px}.account-sidebar{position:sticky;top:40px;height:fit-content}.account-tab-btn{background:transparent;border:none;cursor:pointer;position:relative}.account-tab-btn:hover{background:#ffffff0d}.account-tab-btn[aria-selected=true]{background:linear-gradient(to right,#2670e94d,#2670e900)}.account-tab-btn[aria-selected=true]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#2670e9;filter:blur(5px)}.account-tab-btn[aria-selected=true]:after{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:#2670e9}.account-main-content{flex:1;min-width:0}.account-tab-panel{display:none}.account-tab-panel.active{display:block;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.account-card{background-color:#080808;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:40px;width:100%}.account-card-header{font-family:Inter,sans-serif;font-weight:600;font-size:20px;color:#fff;margin-bottom:24px}.account-section-title{font-family:Inter,sans-serif;font-weight:600;font-size:40px;color:#fff;letter-spacing:-1.6px;margin-bottom:20px}.account-section-desc{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#ffffffb3}.account-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:20px;padding:10px 24px;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease}.account-btn-primary{background-color:#3395ff;color:#fff}.account-btn-primary:hover{background-color:#2670e9}.account-btn-secondary{background-color:#ffffff0d;color:#fff}.account-btn-secondary:hover{background-color:#ffffff1a}.account-btn-danger{background-color:#d4183d;color:#fff}.account-btn-danger:hover{background-color:#b01530}.account-btn:disabled{background-color:#ffffff1a;cursor:not-allowed;opacity:.5}.account-input{width:100%;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 16px;font-family:Inter,sans-serif;font-size:16px;color:#fff;transition:border-color .15s ease}.account-input:focus{outline:none;border-color:#3395ff}.account-input::placeholder{color:#ffffff4d}.account-input:disabled{opacity:.5;cursor:not-allowed}.account-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-family:Inter,sans-serif;font-weight:500;font-size:12px;border:1px solid}.account-badge-success{color:#10b981;background-color:#10b9811a;border-color:#10b981}.account-badge-warning{color:#f59e0b;background-color:#f59e0b1a;border-color:#f59e0b}.account-badge-danger{color:#d4183d;background-color:#d4183d1a;border-color:#d4183d}.account-badge-primary{color:#3395ff;background-color:#3395ff1a;border-color:#3395ff}.account-badge-active{background:linear-gradient(to right,#3395ff,#2670e9);color:#fff;border:none;padding:8px 20px}.account-table{width:100%;border-collapse:collapse}.account-table thead tr{border-bottom:1px solid rgba(255,255,255,.1)}.account-table th{text-align:left;padding:16px 24px;color:#ffffffb3;font-weight:500;font-size:14px}.account-table tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:background-color .15s ease}.account-table tbody tr:hover{background-color:#ffffff05}.account-table td{padding:20px 24px;color:#fff}.account-table td.secondary{color:#ffffffb3}.account-table td.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px}.account-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:50;padding:20px;opacity:0;visibility:hidden;transition:all .2s ease}.account-modal-overlay.active{opacity:1;visibility:visible}.account-modal{background-color:#080808;border:1px solid rgba(255,255,255,.1);border-radius:10px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;transform:scale(.95);transition:transform .2s ease}.account-modal-overlay.active .account-modal{transform:scale(1)}.account-modal-header{display:flex;align-items:center;justify-content:space-between;padding:32px;border-bottom:1px solid rgba(255,255,255,.1)}.account-modal-title{font-family:Inter,sans-serif;font-weight:600;font-size:24px;color:#fff}.account-modal-close{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;transition:color .15s ease}.account-modal-close:hover{color:#fff}.account-modal-body{padding:32px}.account-avatar{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#3395ff,#2670e9);display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:600;font-size:48px;color:#fff;position:relative}.account-avatar-upload{position:absolute;bottom:0;right:0;width:36px;height:36px;background-color:#3395ff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease;border:none}.account-avatar-upload:hover{background-color:#2670e9}.account-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.account-info-card{background-color:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:24px}.account-info-card-label{display:flex;align-items:center;gap:12px;margin-bottom:12px}.account-info-card-label svg{width:20px;height:20px;color:#3395ff}.account-info-card-label span{font-size:14px;color:#ffffffb3}.account-info-card-value{font-family:Inter,sans-serif;font-weight:600;font-size:20px;color:#fff}.password-strength{display:flex;gap:4px;margin-top:12px}.password-strength-bar{flex:1;height:4px;border-radius:2px;background-color:#ffffff1a;transition:background-color .2s ease}.password-strength-bar.weak{background-color:#d4183d}.password-strength-bar.medium{background-color:#f59e0b}.password-strength-bar.strong{background-color:#10b981}.password-strength-text{font-size:14px;margin-top:8px}.password-strength-text.weak{color:#d4183d}.password-strength-text.medium{color:#f59e0b}.password-strength-text.strong{color:#10b981}.account-alert{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;border:1px solid}.account-alert-success{background-color:#3395ff1a;border-color:#3395ff;color:#3395ff}.account-alert-error{background-color:#d4183d1a;border-color:#d4183d;color:#d4183d}.account-alert svg{width:20px;height:20px;flex-shrink:0}.account-benefit-list{display:flex;flex-direction:column;gap:16px}.account-benefit-item{display:flex;align-items:center;gap:12px}.account-benefit-icon{width:20px;height:20px;border-radius:50%;background-color:#3395ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.account-benefit-icon svg{width:12px;height:12px;color:#fff}.account-referral-card{background:linear-gradient(to right,#3395ff1a,#2670e90d);border:1px solid #3395FF;border-radius:10px;padding:32px}.account-notes-list{display:flex;flex-direction:column;gap:8px}.account-notes-item{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#ffffffb3}.account-notes-item .bullet{color:#3395ff;margin-top:4px}.account-coming-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;text-align:center}.account-coming-soon-icon{width:80px;height:80px;border-radius:50%;background-color:#3395ff1a;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.account-coming-soon-icon svg{width:40px;height:40px;color:#3395ff}.account-coming-soon-title{font-family:Inter,sans-serif;font-weight:600;font-size:24px;color:#fff;margin-bottom:12px}.account-coming-soon-desc{color:#ffffffb3;max-width:400px}@media screen and (max-width: 990px){.account-page-container{flex-direction:column;padding:20px;gap:24px}.account-sidebar{position:static;width:100%;max-width:100%;flex-direction:row;flex-wrap:wrap;gap:8px}.account-sidebar>p{width:100%}.account-tab-btn{flex:1;min-width:fit-content}.account-tab-btn>div{justify-content:center;padding:10px 16px}.account-tab-btn span{flex:none}.account-card{padding:24px}.account-section-title{font-size:28px}.account-info-grid{grid-template-columns:1fr}.account-table{display:block;overflow-x:auto}}@media screen and (max-width: 480px){.account-page-container{padding:16px}.account-sidebar{gap:4px}.account-tab-btn>div{padding:8px 12px;gap:8px}.account-tab-btn span{font-size:12px}.account-card{padding:20px}.account-section-title{font-size:24px}}.account-page-custom ::-webkit-scrollbar{width:8px;height:8px}.account-page-custom ::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.account-page-custom ::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.account-page-custom ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
/*# sourceMappingURL=/cdn/shop/t/10/assets/account-page.css.map */
