.theme-customer{--theme-primary:#6b21a8;--theme-primary-dark:#581c87;--theme-accent:#a855f7;--theme-gradient:linear-gradient(135deg,#6b21a8 0%,#a855f7 100%);--theme-bg:linear-gradient(180deg,#3b0764 0%,#581c87 100%)}.theme-customer .login-container{background:var(--theme-bg)}.theme-customer .login-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa}.theme-customer .login-title{color:var(--theme-primary)}.theme-customer .submit-button{background:var(--theme-gradient)}.theme-customer .login-title:before{content:"🛒 "}.customer-dashboard .tabs{gap:var(--space-sm);margin-bottom:var(--space-xl);display:flex}.customer-dashboard .tab{padding:var(--space-sm)var(--space-xl);background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-md);cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s}.customer-dashboard .tab:hover{background:var(--color-gray-50)}.customer-dashboard .tab.active{color:var(--color-white);background:#6b21a8;border-color:#6b21a8}.customer-dashboard .message{padding:var(--space-md);border-radius:var(--radius-md);margin-bottom:var(--space-lg)}.customer-dashboard .message.message-success{color:#065f46;background:#d1fae5;border:1px solid #10b981}.customer-dashboard .message.message-error{color:#991b1b;background:#fee2e2;border:1px solid #ef4444}.customer-dashboard .products-view{gap:var(--space-xl);grid-template-columns:1fr 320px;display:grid}.customer-dashboard .empty-cart{color:var(--color-gray-500);text-align:center;padding:var(--space-xl)0}.customer-dashboard .cart-item{padding:var(--space-sm)0;border-bottom:1px solid var(--color-gray-100);justify-content:space-between;align-items:center;display:flex}.customer-dashboard .cart-item .cart-item-info{flex-direction:column;display:flex}.customer-dashboard .cart-item .cart-item-name{font-size:.875rem;font-weight:500}.customer-dashboard .cart-item .cart-item-qty{color:var(--color-gray-500);font-size:.75rem}.customer-dashboard .cart-item .cart-item-actions{align-items:center;gap:var(--space-sm);display:flex}.customer-dashboard .cart-item .cart-item-price{font-weight:600}.customer-dashboard .cart-item .cart-remove{color:var(--color-gray-400);cursor:pointer;background:0 0;border:none;font-size:1.25rem}.customer-dashboard .cart-item .cart-remove:hover{color:var(--color-error)}.loading{min-height:100vh;color:var(--color-gray-500);justify-content:center;align-items:center;font-size:1.125rem;display:flex}
