:root{--customer-primary: #2979FF;--customer-primary-hover: #1565C0;--customer-secondary: #454a5f;--customer-success: #10b981;--customer-warning: #f59e0b;--customer-danger: #ef4444;--customer-info: #3b82f6;--customer-bg: #f8f9fa;--customer-card-bg: #ffffff;--customer-border: #e5e7eb;--customer-text: #374151;--customer-text-muted: #6b7280;--customer-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--customer-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--customer-radius: 12px;--customer-radius-sm: 8px;--customer-transition: all .3s cubic-bezier(.4, 0, .2, 1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes checkmark{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}.customer-auth-page{min-height:100vh;background:linear-gradient(135deg,var(--customer-bg) 0%,#fff 100%);padding:40px 20px}.customer-auth-container{max-width:900px;margin:0 auto;animation:fadeInUp .6s ease-out}.customer-auth-header{text-align:center;margin-bottom:40px}.customer-auth-logo{max-width:180px;margin-bottom:20px}.customer-auth-title{font-size:28px;font-weight:700;color:var(--customer-secondary);margin-bottom:8px}.customer-auth-subtitle{font-size:16px;color:var(--customer-text-muted)}.customer-auth-card{background:var(--customer-card-bg);border-radius:var(--customer-radius);box-shadow:var(--customer-shadow-lg);overflow:hidden}.customer-auth-tabs{display:flex;background:var(--customer-bg);border-bottom:1px solid var(--customer-border)}.customer-auth-tab{flex:1;padding:18px 24px;font-size:15px;font-weight:600;color:var(--customer-text-muted);background:transparent;border:none;cursor:pointer;transition:var(--customer-transition);position:relative}.customer-auth-tab:hover{color:var(--customer-secondary);background:#00000005}.customer-auth-tab.active{color:var(--customer-primary);background:var(--customer-card-bg)}.customer-auth-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:var(--customer-primary);border-radius:3px 3px 0 0}.customer-auth-tab svg{width:18px;height:18px;margin-right:8px;vertical-align:middle}.customer-auth-panel{display:none;padding:40px;animation:fadeIn .4s ease-out}.customer-auth-panel.active{display:block}.customer-form-group{margin-bottom:24px;position:relative}.customer-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.customer-form-label{display:block;font-size:14px;font-weight:600;color:var(--customer-secondary);margin-bottom:8px}.customer-form-input{width:100%;padding:14px 16px;font-size:15px;color:var(--customer-text);background:var(--customer-bg);border:2px solid transparent;border-radius:var(--customer-radius-sm);transition:var(--customer-transition)}.customer-form-input:focus{outline:none;background:#fff;border-color:var(--customer-primary);box-shadow:0 0 0 4px #2979ff1a}.customer-form-input::placeholder{color:var(--customer-text-muted)}.customer-float-label{position:relative}.customer-float-label input{padding-top:24px;padding-bottom:8px}.customer-float-label label{position:absolute;top:50%;left:16px;transform:translateY(-50%);font-size:15px;color:var(--customer-text-muted);pointer-events:none;transition:var(--customer-transition)}.customer-float-label input:focus+label,.customer-float-label input:not(:placeholder-shown)+label{top:12px;font-size:11px;font-weight:600;color:var(--customer-primary)}.customer-input-icon{position:relative}.customer-input-icon svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--customer-text-muted);transition:var(--customer-transition)}.customer-input-icon input{padding-left:48px}.customer-input-icon input:focus+svg,.customer-input-icon:focus-within svg{color:var(--customer-primary)}.customer-password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--customer-text-muted);padding:4px}.customer-password-toggle:hover{color:var(--customer-primary)}.password-strength-meter{margin-top:8px}.password-strength-bar{height:4px;background:var(--customer-border);border-radius:2px;overflow:hidden}.password-strength-fill{height:100%;width:0;transition:var(--customer-transition);border-radius:2px}.password-strength-fill.weak{width:33%;background:var(--customer-danger)}.password-strength-fill.medium{width:66%;background:var(--customer-warning)}.password-strength-fill.strong{width:100%;background:var(--customer-success)}.password-strength-text{font-size:12px;margin-top:4px;color:var(--customer-text-muted)}.password-strength-text.weak{color:var(--customer-danger)}.password-strength-text.medium{color:var(--customer-warning)}.password-strength-text.strong{color:var(--customer-success)}.customer-submit-btn{width:100%;padding:16px 32px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--customer-primary) 0%,var(--customer-primary-hover) 100%);border:none;border-radius:var(--customer-radius-sm);cursor:pointer;transition:var(--customer-transition);position:relative;overflow:hidden}.customer-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2979ff59}.customer-submit-btn:active{transform:translateY(0)}.customer-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.customer-submit-btn .spinner{display:none;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.customer-submit-btn.loading .spinner{display:inline-block}.customer-form-link{font-size:14px;color:var(--customer-primary);text-decoration:none;transition:var(--customer-transition)}.customer-form-link:hover{color:var(--customer-primary-hover);text-decoration:underline}.customer-forgot-link{display:block;text-align:right;margin-top:-16px;margin-bottom:24px}.customer-social-divider{display:flex;align-items:center;margin:32px 0;color:var(--customer-text-muted);font-size:14px}.customer-social-divider:before,.customer-social-divider:after{content:"";flex:1;height:1px;background:var(--customer-border)}.customer-social-divider span{padding:0 16px}.customer-security-badge{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:var(--customer-radius-sm);margin-top:24px}.customer-security-badge svg{width:16px;height:16px;color:var(--customer-success)}.customer-security-badge span{font-size:13px;color:var(--customer-success);font-weight:500}.customer-form-error{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--customer-radius-sm);margin-bottom:24px;animation:fadeIn .3s ease-out}.customer-form-error svg{width:20px;height:20px;color:var(--customer-danger);flex-shrink:0;margin-top:2px}.customer-form-error-content{flex:1}.customer-form-error-title{font-size:14px;font-weight:600;color:var(--customer-danger);margin-bottom:4px}.customer-form-error-message{font-size:13px;color:#991b1b}.customer-form-success{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--customer-radius-sm);margin-bottom:24px}.customer-form-success svg{width:20px;height:20px;color:var(--customer-success)}.customer-form-success span{font-size:14px;color:#166534}.customer-dashboard{background:var(--customer-bg);min-height:100vh;padding:40px 20px 80px}.customer-dashboard-container{max-width:1200px;margin:0 auto}.customer-dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--customer-border);animation:fadeInUp .5s ease-out}.customer-welcome{display:flex;align-items:center;gap:16px}.customer-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--customer-primary) 0%,var(--customer-primary-hover) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;text-transform:uppercase}.customer-welcome-text h1{font-size:24px;font-weight:700;color:var(--customer-secondary);margin:0 0 4px}.customer-welcome-text p{font-size:14px;color:var(--customer-text-muted);margin:0}.customer-last-login{font-size:12px;color:var(--customer-text-muted);display:flex;align-items:center;gap:6px}.customer-last-login svg{width:14px;height:14px}.customer-header-actions{display:flex;gap:12px}.customer-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;border-radius:var(--customer-radius-sm);cursor:pointer;transition:var(--customer-transition);text-decoration:none}.customer-btn-primary{color:#fff;background:var(--customer-primary);border:none}.customer-btn-primary:hover{background:var(--customer-primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #2979ff4d}.customer-btn-secondary{color:var(--customer-secondary);background:var(--customer-card-bg);border:1px solid var(--customer-border)}.customer-btn-secondary:hover{background:var(--customer-bg);border-color:var(--customer-secondary)}.customer-btn svg{width:18px;height:18px}.customer-dashboard-layout{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}.customer-sidebar{background:var(--customer-card-bg);border-radius:var(--customer-radius);box-shadow:var(--customer-shadow);overflow:hidden;position:sticky;top:20px;animation:slideInLeft .5s ease-out}.customer-sidebar-nav{padding:16px 0}.customer-nav-item{display:flex;align-items:center;gap:12px;padding:14px 24px;font-size:14px;font-weight:500;color:var(--customer-text);text-decoration:none;transition:var(--customer-transition);border-left:3px solid transparent}.customer-nav-item:hover{background:var(--customer-bg);color:var(--customer-primary)}.customer-nav-item.active{background:linear-gradient(135deg,#2979ff,#1565c0)!important;color:#fff!important;border-left-color:#fff!important}.customer-nav-item svg{width:20px;height:20px;opacity:.7}.customer-nav-item.active svg,.customer-nav-item:hover svg{opacity:1}.customer-nav-item.active svg{stroke:#fff!important}.customer-nav-item .nav-badge{margin-left:auto;padding:2px 8px;font-size:11px;font-weight:700;background:var(--customer-primary);color:#fff;border-radius:10px}.customer-nav-divider{height:1px;background:var(--customer-border);margin:12px 0}.customer-nav-logout{color:var(--customer-danger)!important}.customer-nav-logout:hover{background:#fef2f2!important}.customer-main-content{animation:fadeInUp .6s ease-out}.customer-overview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}.customer-overview-card{background:var(--customer-card-bg);border-radius:var(--customer-radius);padding:24px;box-shadow:var(--customer-shadow);transition:var(--customer-transition)}.customer-overview-card:hover{transform:translateY(-4px);box-shadow:var(--customer-shadow-lg)}.customer-overview-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.customer-overview-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.customer-overview-card-icon.orders{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:var(--customer-info)}.customer-overview-card-icon.addresses{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:var(--customer-success)}.customer-overview-card-icon.wishlist{background:linear-gradient(135deg,#fef3c7,#fde68a);color:var(--customer-warning)}.customer-overview-card-icon svg{width:24px;height:24px}.customer-overview-card-link{font-size:13px;color:var(--customer-primary);text-decoration:none}.customer-overview-card-link:hover{text-decoration:underline}.customer-overview-card-value{font-size:32px;font-weight:700;color:var(--customer-secondary);margin-bottom:4px}.customer-overview-card-label{font-size:14px;color:var(--customer-text-muted)}.customer-section{background:var(--customer-card-bg);border-radius:var(--customer-radius);box-shadow:var(--customer-shadow);margin-bottom:24px;overflow:hidden}.customer-section-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--customer-border)}.customer-section-title{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;color:var(--customer-secondary);margin:0}.customer-section-title svg{width:22px;height:22px;color:var(--customer-primary)}.customer-section-content{padding:24px}.customer-orders-table{width:100%;border-collapse:collapse}.customer-orders-table th{text-align:left;padding:12px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--customer-text-muted);background:var(--customer-bg);border-bottom:1px solid var(--customer-border)}.customer-orders-table td{padding:16px;font-size:14px;color:var(--customer-text);border-bottom:1px solid var(--customer-border);vertical-align:middle}.customer-orders-table tbody tr{transition:var(--customer-transition)}.customer-orders-table tbody tr:hover{background:var(--customer-bg)}.customer-orders-table tbody tr:last-child td{border-bottom:none}.customer-order-product{display:flex;align-items:center;gap:12px}.customer-order-thumb{width:50px;height:50px;border-radius:8px;object-fit:cover;border:1px solid var(--customer-border)}.customer-order-info{flex:1}.customer-order-number{font-weight:600;color:var(--customer-secondary);margin-bottom:2px}.customer-order-number a{color:inherit;text-decoration:none}.customer-order-number a:hover{color:var(--customer-primary)}.customer-order-items{font-size:12px;color:var(--customer-text-muted)}.customer-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;border-radius:20px}.customer-status-badge svg{width:14px;height:14px}.customer-status-badge.pending{background:#fef3c7;color:#92400e}.customer-status-badge.processing{background:#dbeafe;color:#1e40af}.customer-status-badge.shipped{background:#e0e7ff;color:#3730a3}.customer-status-badge.delivered{background:#dcfce7;color:#166534}.customer-status-badge.cancelled{background:#fee2e2;color:#991b1b}.customer-status-badge.paid{background:#dcfce7;color:#166534}.customer-status-badge.unpaid{background:#fee2e2;color:#991b1b}.customer-status-badge.refunded{background:#f3e8ff;color:#6b21a8}.customer-order-total{font-weight:700;color:var(--customer-secondary)}.customer-order-actions{display:flex;gap:8px}.customer-order-action{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--customer-bg);color:var(--customer-text-muted);text-decoration:none;transition:var(--customer-transition)}.customer-order-action:hover{background:var(--customer-primary);color:#fff}.customer-order-action svg{width:18px;height:18px}.customer-empty-state{text-align:center;padding:60px 40px}.customer-empty-icon{width:80px;height:80px;margin:0 auto 20px;border-radius:50%;background:var(--customer-bg);display:flex;align-items:center;justify-content:center}.customer-empty-icon svg{width:40px;height:40px;color:var(--customer-text-muted)}.customer-empty-title{font-size:18px;font-weight:600;color:var(--customer-secondary);margin-bottom:8px}.customer-empty-text{font-size:14px;color:var(--customer-text-muted);margin-bottom:24px}.customer-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.customer-profile-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--customer-text-muted)}.customer-profile-value{font-size:15px;color:var(--customer-secondary)}.customer-address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.customer-address-card{border:1px solid var(--customer-border);border-radius:var(--customer-radius-sm);padding:20px;position:relative;transition:var(--customer-transition)}.customer-address-card:hover{border-color:var(--customer-primary);box-shadow:0 0 0 3px #2979ff1a}.customer-address-card.default{border-color:var(--customer-success);background:linear-gradient(to bottom,#f0fdf4,#fff)}.customer-address-default-badge{position:absolute;top:-10px;right:16px;padding:4px 12px;font-size:11px;font-weight:600;background:var(--customer-success);color:#fff;border-radius:10px}.customer-address-name{font-size:16px;font-weight:600;color:var(--customer-secondary);margin-bottom:12px}.customer-address-detail{font-size:14px;color:var(--customer-text);line-height:1.6;margin-bottom:16px}.customer-address-actions{display:flex;gap:12px}.customer-address-action{font-size:13px;font-weight:500;color:var(--customer-primary);text-decoration:none;display:flex;align-items:center;gap:4px}.customer-address-action:hover{text-decoration:underline}.customer-address-action.delete{color:var(--customer-danger)}.customer-mobile-nav-toggle{display:none;width:100%;padding:14px 20px;font-size:15px;font-weight:600;color:var(--customer-secondary);background:var(--customer-card-bg);border:1px solid var(--customer-border);border-radius:var(--customer-radius-sm);cursor:pointer;margin-bottom:20px}.customer-mobile-nav-toggle svg{width:20px;height:20px;margin-right:10px}.customer-collapsible-header{display:none;width:100%;padding:16px 20px;font-size:15px;font-weight:600;color:var(--customer-secondary);background:var(--customer-card-bg);border:none;border-bottom:1px solid var(--customer-border);cursor:pointer;text-align:left}.customer-collapsible-header svg{float:right;width:20px;height:20px;transition:transform .3s ease}.customer-collapsible-header.open svg{transform:rotate(180deg)}.customer-collapsible-content{display:block}@media(max-width:991px){.customer-dashboard-layout{grid-template-columns:1fr}.customer-sidebar{position:static;display:none}.customer-sidebar.mobile-open{display:block;margin-bottom:24px}.customer-mobile-nav-toggle{display:flex;align-items:center;justify-content:space-between}.customer-overview-cards{grid-template-columns:1fr}}@media(max-width:767px){.customer-auth-page{padding:20px 16px}.customer-auth-panel{padding:24px 20px}.customer-form-row{grid-template-columns:1fr;gap:0}.customer-dashboard{padding:20px 16px 60px}.customer-dashboard-header{flex-direction:column;align-items:flex-start;gap:16px}.customer-header-actions{width:100%}.customer-header-actions .customer-btn{flex:1;justify-content:center}.customer-section-header{flex-direction:column;align-items:flex-start;gap:12px}.customer-orders-table thead{display:none}.customer-orders-table tbody tr{display:block;padding:16px;margin-bottom:12px;border:1px solid var(--customer-border);border-radius:var(--customer-radius-sm)}.customer-orders-table td{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border:none}.customer-orders-table td:before{content:attr(data-label);font-weight:600;font-size:12px;text-transform:uppercase;color:var(--customer-text-muted)}.customer-orders-table td:first-child{padding-bottom:12px;margin-bottom:8px;border-bottom:1px solid var(--customer-border)}.customer-orders-table td:first-child:before{display:none}.customer-address-grid,.customer-profile-grid{grid-template-columns:1fr}.customer-collapsible-header{display:flex;align-items:center;justify-content:space-between}.customer-collapsible-content{display:none}.customer-collapsible-content.open{display:block}}.customer-text-center{text-align:center}.customer-text-right{text-align:right}.customer-mt-2{margin-top:8px}.customer-mt-4{margin-top:16px}.customer-mb-2{margin-bottom:8px}.customer-mb-4{margin-bottom:16px}.customer-hidden{display:none!important}.customer-visible{display:block!important}.customer-sidebar{transition:transform .3s ease,opacity .3s ease}.customer-sidebar-nav a{transition:all .2s ease}.customer-sidebar-nav a:hover{transform:translate(4px)}.customer-sidebar-nav a.active{background:linear-gradient(135deg,#2979ff,#1565c0)!important;color:#fff!important;border-left:3px solid #1565C0!important;box-shadow:0 4px 12px #2979ff4d}.customer-sidebar-nav a.active span,.customer-sidebar-nav a.active .nav-text{color:#fff!important}.customer-sidebar-nav a.active svg{stroke:#fff!important}.customer-main-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.customer-sidebar.mobile-open{transform:translate(0);opacity:1}@media(max-width:991px){.customer-sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;background:#fff;z-index:1000;transform:translate(-100%);opacity:0;box-shadow:4px 0 20px #00000026;padding-top:60px;overflow-y:auto}.customer-sidebar.mobile-open{transform:translate(0);opacity:1}}.nav-badge{transition:transform .2s ease,background .2s ease}.customer-nav-item:hover .nav-badge{transform:scale(1.1)}@media(max-width:991px){.customer-sidebar.mobile-open{z-index:9999}}.customer-overview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.customer-overview-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:120px}.customer-overview-card-value{font-size:36px;font-weight:700;color:#2979ff;margin-bottom:8px}.customer-overview-card-label{font-size:14px;font-weight:500;color:#6b7280}.customer-profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.customer-profile-item{display:flex;flex-direction:column;gap:4px}.customer-profile-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af}.customer-profile-value{font-size:15px;font-weight:500;color:#374151}.customer-orders-table{width:100%}.customer-orders-table th,.customer-orders-table td{text-align:left;vertical-align:middle}@media(max-width:991px){.customer-overview-cards{grid-template-columns:repeat(3,1fr);gap:12px}.customer-overview-card{min-height:100px;padding:16px 12px}.customer-overview-card-value{font-size:28px}.customer-overview-card-label{font-size:12px}}@media(max-width:640px){.customer-overview-cards,.customer-profile-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/customer-enhanced.css.map */
