:root{--primary-color:#1c1c1c;--primary-light:#2d2d2d;--primary-dark:#0a0a0a;--accent-color:#c9a227;--accent-light:#d4b84a;--accent-dark:#a88a1f;--secondary-color:#4a5568;--secondary-light:#718096;--secondary-dark:#2d3748;--success-color:#38a169;--success-light:#48bb78;--warning-color:#d69e2e;--error-color:#e53e3e;--white:#fff;--gray-50:#fafafa;--gray-100:#f7f7f7;--gray-200:#ededed;--gray-300:#e2e2e2;--gray-400:#c4c4c4;--gray-500:#9e9e9e;--gray-600:#6b6b6b;--gray-700:#4a4a4a;--gray-800:#2d2d2d;--gray-900:#1a1a1a;--black:#000;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--text-light:#6b6b6b;--text-white:#fff;--bg-primary:#fff;--bg-secondary:#f7f7f7;--bg-tertiary:#f0f0f0;--bg-dark:#1c1c1c;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 16px 48px #00000029;--shadow-glow:0 0 24px #c9a22740;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--transition-fast:0.15s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--font-xs:0.75rem;--font-sm:0.875rem;--font-base:1rem;--font-lg:1.125rem;--font-xl:1.25rem;--font-2xl:1.5rem;--font-3xl:1.875rem;--font-4xl:2.25rem;--font-5xl:3rem;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.75;--z-dropdown:100;--z-sticky:200;--z-fixed:300;--z-modal-backdrop:400;--z-modal:500;--z-popover:600;--z-tooltip:700;--safe-area-top:env(safe-area-inset-top,0px);--safe-area-bottom:env(safe-area-inset-bottom,0px);--safe-area-left:env(safe-area-inset-left,0px);--safe-area-right:env(safe-area-inset-right,0px);--header-height:56px;--bottom-nav-height:64px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-primary);color:#1a1a1a;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1rem;font-size:var(--font-base);line-height:1.5;line-height:var(--leading-normal);overflow-x:hidden;padding-bottom:env(safe-area-inset-bottom,0);padding-bottom:var(--safe-area-bottom);padding-top:env(safe-area-inset-top,0);padding-top:var(--safe-area-top)}#root,body{min-height:100vh}#root{display:flex;flex-direction:column}a{color:inherit;text-decoration:none;transition:color .15s ease;transition:color var(--transition-fast)}a:hover{color:#c9a227;color:var(--accent-color)}img{display:block;height:auto;max-width:100%}button{background:none;border:none;cursor:pointer}button,input,select,textarea{font-family:inherit;font-size:inherit;outline:none}input,select,textarea{border:1px solid #e2e2e2;border:1px solid var(--gray-300);border-radius:8px;border-radius:var(--radius-md);padding:12px 16px;padding:var(--space-3) var(--space-4);transition:border-color .15s ease,box-shadow .15s ease;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}input:focus,select:focus,textarea:focus{border-color:#c9a227;border-color:var(--accent-color);box-shadow:0 0 0 3px #e6a23c33}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{color:#1a1a1a;color:var(--text-primary);font-weight:700;font-weight:var(--font-bold);line-height:1.25;line-height:var(--leading-tight)}::selection{background-color:#c9a227;background-color:var(--accent-color);color:#fff;color:var(--white)}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#f7f7f7;background:var(--gray-100)}::-webkit-scrollbar-thumb{background:#c4c4c4;background:var(--gray-400);border-radius:9999px;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:#9e9e9e;background:var(--gray-500)}.container{margin:0 auto;max-width:1200px;padding:0 16px;padding:0 var(--space-4);width:100%}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:4px;gap:var(--space-1)}.gap-2{gap:8px;gap:var(--space-2)}.gap-3{gap:12px;gap:var(--space-3)}.gap-4{gap:16px;gap:var(--space-4)}.gap-6{gap:24px;gap:var(--space-6)}.gap-8{gap:32px;gap:var(--space-8)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem;font-size:var(--font-sm)}.text-lg{font-size:1.125rem;font-size:var(--font-lg)}.text-xl{font-size:1.25rem;font-size:var(--font-xl)}.text-2xl{font-size:1.5rem;font-size:var(--font-2xl)}.font-medium{font-weight:500;font-weight:var(--font-medium)}.font-semibold{font-weight:600;font-weight:var(--font-semibold)}.font-bold{font-weight:700;font-weight:var(--font-bold)}.text-primary{color:#1a1a1a;color:var(--text-primary)}.text-secondary{color:#4a4a4a;color:var(--text-secondary)}.text-accent{color:#c9a227;color:var(--accent-color)}.text-white{color:#fff;color:var(--white)}.bg-primary{background-color:#fff;background-color:var(--bg-primary)}.bg-secondary{background-color:#f7f7f7;background-color:var(--bg-secondary)}.bg-dark{background-color:#1c1c1c;background-color:var(--bg-dark)}.bg-accent{background-color:#c9a227;background-color:var(--accent-color)}.p-2{padding:8px;padding:var(--space-2)}.p-4{padding:16px;padding:var(--space-4)}.p-6{padding:24px;padding:var(--space-6)}.py-2{padding-bottom:8px;padding-bottom:var(--space-2);padding-top:8px;padding-top:var(--space-2)}.py-4{padding-bottom:16px;padding-bottom:var(--space-4);padding-top:16px;padding-top:var(--space-4)}.py-6{padding-bottom:24px;padding-bottom:var(--space-6);padding-top:24px;padding-top:var(--space-6)}.px-4{padding-left:16px;padding-left:var(--space-4);padding-right:16px;padding-right:var(--space-4)}.px-6{padding-left:24px;padding-left:var(--space-6);padding-right:24px;padding-right:var(--space-6)}.mb-2{margin-bottom:8px;margin-bottom:var(--space-2)}.mb-4{margin-bottom:16px;margin-bottom:var(--space-4)}.mb-6{margin-bottom:24px;margin-bottom:var(--space-6)}.mt-4{margin-top:16px;margin-top:var(--space-4)}.mt-6{margin-top:24px;margin-top:var(--space-6)}.rounded{border-radius:8px;border-radius:var(--radius-md)}.rounded-lg{border-radius:12px;border-radius:var(--radius-lg)}.rounded-xl{border-radius:16px;border-radius:var(--radius-xl)}.rounded-full{border-radius:9999px;border-radius:var(--radius-full)}.shadow-sm{box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:0 8px 24px #0000001f;box-shadow:var(--shadow-lg)}.w-full{width:100%}.hidden{display:none}body.prevent-overscroll{overscroll-behavior-y:contain}.safe-area-top{padding-top:env(safe-area-inset-top,0);padding-top:var(--safe-area-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,0);padding-bottom:var(--safe-area-bottom)}.main-content{flex:1 1;min-height:calc(100vh - 120px);min-height:calc(100vh - var(--header-height) - var(--bottom-nav-height));padding-bottom:64px;padding-bottom:var(--bottom-nav-height);padding-top:var(--header-height)}.full-page{min-height:100vh;padding-bottom:0;padding-top:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.animate-fadeIn{animation:fadeIn .3s ease forwards}.animate-fadeInUp{animation:fadeInUp .4s ease forwards}.animate-slideInRight{animation:slideInRight .3s ease forwards}.animate-pulse{animation:pulse 2s infinite}.animate-spin{animation:spin 1s linear infinite}.skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#ededed 25%,#f7f7f7 50%,#ededed 75%);background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:400% 100%;border-radius:8px;border-radius:var(--radius-md)}.notification-item-wrapper{background:#dc2626;border-radius:12px;margin-bottom:12px;overflow:hidden;position:relative}.notification-swipe-actions{bottom:0;position:absolute;right:0;top:0;width:80px;z-index:1}.notification-swipe-actions,.notification-swipe-btn{align-items:center;display:flex;justify-content:center}.notification-swipe-btn{background:#0000;border:none;color:#fff;cursor:pointer;height:100%;transition:background .2s ease;width:100%}.notification-swipe-btn:active{background:#0000001a}.notification-swipe-btn svg{height:24px;width:24px}.notification-item-content{align-items:flex-start;background:#fff;box-sizing:border-box;display:flex;gap:14px;padding:14px 16px;position:relative;transition:transform .3s cubic-bezier(.2,.8,.2,1);width:100%;z-index:2}.notification-item-wrapper.swiped .notification-item-content{transform:translateX(-80px)}.notification-icon{border-radius:50%;color:#1a1a1a;height:40px;width:40px}.notification-title{font-size:15px;line-height:1.3}.notification-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.notification-time{color:#999}.notification-arrow{align-self:center;height:20px;transition:opacity .2s ease;width:20px}.notification-item-content.unread{background:#fbfbfb}.notification-item-content.unread .notification-title{color:#000;font-weight:700}.notification-item-content.unread .notification-icon{background:#fff8e1;color:#c9a227}.toast-container{bottom:80px;display:flex;flex-direction:column;gap:8px;left:50%;max-width:400px;pointer-events:none;position:fixed;transform:translateX(-50%);width:90%;z-index:2000}.toast{align-items:center;animation:toastSlideUp .3s cubic-bezier(.2,.8,.2,1);background:#323232;border-radius:30px;box-shadow:0 4px 12px #00000026;color:#fff;display:flex;gap:10px;min-height:40px;pointer-events:auto}.toast.toast-exit{animation:toastFadeOut .3s ease forwards}.toast-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center}.toast-icon,.toast-icon svg{height:18px;width:18px}.toast.success .toast-icon{color:#4ade80}.toast.error .toast-icon{color:#f87171}.toast.warning .toast-icon{color:#fbbf24}.toast.info .toast-icon{color:#60a5fa}.toast-content{flex:1 1}.toast-message{font-size:13px;font-weight:500;line-height:1.3;margin:0}.toast-close{align-items:center;background:#0000;border:none;color:#a0a0a0;cursor:pointer;display:flex;justify-content:center;padding:2px}.toast-close svg{height:16px;width:16px}@keyframes toastSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:2000}.modal-container{animation:scaleUp .3s cubic-bezier(.2,.8,.2,1);background:#fff;border-radius:20px;box-shadow:0 10px 25px #0003;max-width:320px;overflow:hidden;padding:2px;width:100%}.modal-header{padding:24px 24px 0;text-align:center}.modal-icon{align-items:center;border-radius:50%;display:flex;height:56px;justify-content:center;margin:0 auto 16px;width:56px}.modal-icon svg{height:28px;width:28px}.modal-icon.warning{background:#fef9ec;color:#c9a227}.modal-icon.delete,.modal-icon.logout{background:#fee2e2;color:#dc2626}.modal-icon.success{background:#e8f5ef;color:#38a169}.modal-title{color:#1a1a1a;font-size:18px;font-weight:700;margin:0 0 8px}.modal-message{color:#666;font-size:14px;line-height:1.5;margin:0 0 24px}.modal-actions{display:flex;gap:12px;padding:0 24px 24px}.modal-btn{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;height:46px;transition:all .2s ease}.modal-btn.cancel{background:#f5f5f5;color:#666}.modal-btn.confirm{background:#c9a227;color:#fff}.modal-btn.delete,.modal-btn.logout{background:#dc2626;color:#fff}.modal-btn:active{transform:scale(.96)}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.btn{-webkit-tap-highlight-color:transparent;align-items:center;border:none;border-radius:var(--radius-lg);cursor:pointer;display:inline-flex;font-size:var(--font-base);font-weight:var(--font-semibold);gap:var(--space-2);justify-content:center;line-height:1;outline:none;padding:var(--space-3) var(--space-6);text-decoration:none;transition:all var(--transition-fast);-webkit-user-select:none;user-select:none;white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.6}.btn:active:not(:disabled){transform:scale(.98)}.btn-sm{border-radius:var(--radius-md);font-size:var(--font-sm);padding:var(--space-2) var(--space-4)}.btn-lg{font-size:var(--font-lg);padding:var(--space-4) var(--space-8)}.btn-xl{font-size:var(--font-xl);padding:var(--space-5) var(--space-10)}.btn-full{width:100%}.btn-primary{background:linear-gradient(135deg,var(--accent-color),var(--accent-dark));box-shadow:0 4px 14px #e6a23c66;color:var(--white)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,var(--accent-light),var(--accent-color));box-shadow:0 6px 20px #e6a23c80;transform:translateY(-2px)}.btn-secondary{background:var(--primary-color);box-shadow:0 4px 14px #1a1a2e4d;color:var(--white)}.btn-secondary:hover:not(:disabled){background:var(--primary-light);box-shadow:0 6px 20px #1a1a2e66;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid var(--accent-color);color:var(--accent-color)}.btn-outline:hover:not(:disabled){background:var(--accent-color);color:var(--white)}.btn-ghost{background:#0000;color:var(--text-primary)}.btn-ghost:hover:not(:disabled){background:var(--gray-100)}.btn-icon{border-radius:var(--radius-full);height:44px;padding:0;width:44px}.btn-icon svg{height:24px;width:24px}.card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);overflow:hidden;transition:all var(--transition-normal)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-image{aspect-ratio:1;background:var(--gray-100);object-fit:cover;width:100%}.card-body{padding:var(--space-4)}.card-title{color:var(--text-primary);font-size:var(--font-lg);font-weight:var(--font-semibold);margin-bottom:var(--space-2)}.card-subtitle{color:var(--text-secondary);font-size:var(--font-sm);margin-bottom:var(--space-3)}.card-price{color:var(--accent-color);font-size:var(--font-xl);font-weight:var(--font-bold)}.card-price-original{color:var(--text-light);font-size:var(--font-sm);margin-left:var(--space-2);text-decoration:line-through}.input-group{margin-bottom:var(--space-4)}.input-label{color:var(--text-secondary);display:block;font-size:var(--font-sm);font-weight:var(--font-medium);margin-bottom:var(--space-2)}.input-field{background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-lg);font-size:var(--font-base);padding:var(--space-4);transition:all var(--transition-fast);width:100%}.input-field:focus{border-color:var(--accent-color);box-shadow:0 0 0 4px #e6a23c26}.input-field::placeholder{color:var(--gray-400)}.input-field.error{border-color:var(--error-color)}.input-field.error:focus{box-shadow:0 0 0 4px #e74c3c26}.input-error{color:var(--error-color);font-size:var(--font-sm);margin-top:var(--space-1)}.input-wrapper{position:relative}.input-wrapper .input-field{padding-left:48px}.input-wrapper .input-icon{color:var(--gray-400);left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.input-wrapper .input-icon svg{height:20px;width:20px}.input-wrapper .password-toggle{color:var(--gray-500);cursor:pointer;padding:4px;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.badge{align-items:center;border-radius:var(--radius-full);display:inline-flex;font-size:var(--font-xs);font-weight:var(--font-semibold);letter-spacing:.5px;padding:var(--space-1) var(--space-3);text-transform:uppercase}.badge-primary{background:var(--accent-color);color:var(--white)}.badge-secondary{background:var(--primary-color);color:var(--white)}.badge-success{background:var(--success-light);color:var(--white)}.badge-warning{background:var(--warning-color);color:var(--white)}.badge-error{background:var(--error-color);color:var(--white)}.badge-outline{background:#0000;border:1px solid}.spinner{animation:spin .8s linear infinite;border:3px solid var(--gray-200);border-radius:50%;border-top-color:var(--accent-color);height:40px;width:40px}.spinner-sm{border-width:2px;height:20px;width:20px}.spinner-lg{border-width:4px;height:60px;width:60px}.loading-overlay{align-items:center;background:#ffffffe6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:var(--z-modal)}.toast{animation:fadeInUp .3s ease;background:var(--gray-900);border-radius:var(--radius-full);bottom:calc(var(--bottom-nav-height) + var(--space-4));box-shadow:var(--shadow-lg);color:var(--white);font-size:var(--font-sm);font-weight:var(--font-medium);left:50%;padding:var(--space-3) var(--space-6);position:fixed;transform:translateX(-50%);z-index:var(--z-tooltip)}.toast-success{background:var(--success-color)}.toast-error{background:var(--error-color)}.toast-warning{background:var(--warning-color)}.modal-backdrop{animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;top:0;z-index:var(--z-modal-backdrop)}.modal,.modal-backdrop{bottom:0;left:0;position:fixed;right:0}.modal{animation:slideUp .3s ease;border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;max-height:90vh;overflow-y:auto;z-index:var(--z-modal)}.modal,.modal-header{background:var(--white)}.modal-header{align-items:center;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:var(--space-4) var(--space-6);position:-webkit-sticky;position:sticky;top:0}.modal-title{font-size:var(--font-lg);font-weight:var(--font-bold)}.modal-close{align-items:center;background:var(--gray-100);border-radius:var(--radius-full);color:var(--text-secondary);display:flex;height:32px;justify-content:center;width:32px}.modal-body{padding:var(--space-6)}.modal-footer{border-top:1px solid var(--gray-200);display:flex;gap:var(--space-3);padding:var(--space-4) var(--space-6)}.quantity-selector{align-items:center;background:var(--gray-100);border-radius:var(--radius-lg);display:flex;gap:var(--space-2);padding:var(--space-1)}.quantity-btn{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--text-primary);font-size:var(--font-lg);font-weight:var(--font-bold);height:36px;width:36px}.quantity-btn:hover{background:var(--accent-color);color:var(--white)}.quantity-value{font-size:var(--font-lg);font-weight:var(--font-semibold);min-width:40px}.rating{align-items:center;display:flex;gap:var(--space-1)}.rating-star{color:var(--gray-300);font-size:var(--font-lg)}.rating-star.filled{color:var(--accent-color)}.rating-count{color:var(--text-secondary);font-size:var(--font-sm);margin-left:var(--space-2)}.divider{background:var(--gray-200);height:1px;margin:var(--space-4) 0}.divider-text{align-items:center;color:var(--text-light);display:flex;font-size:var(--font-sm);gap:var(--space-4)}.divider-text:after,.divider-text:before{background:var(--gray-200);content:"";flex:1 1;height:1px}.avatar{background:var(--gray-200);border-radius:var(--radius-full);height:48px;object-fit:cover;width:48px}.avatar-sm{height:32px;width:32px}.avatar-lg{height:64px;width:64px}.avatar-xl{height:96px;width:96px}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:var(--space-12) var(--space-6)}.empty-state-icon{color:var(--gray-300);margin-bottom:var(--space-6)}.empty-state-title{color:var(--text-primary);font-size:var(--font-xl);font-weight:var(--font-semibold);margin-bottom:var(--space-2)}.empty-state-text{color:var(--text-secondary);font-size:var(--font-base);margin-bottom:var(--space-6);max-width:280px}.auth-page{background:#fff;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;overflow-x:hidden;position:relative}.auth-container{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:400px;padding:20px 24px;padding-bottom:20px;padding-bottom:calc(20px + var(--safe-area-bottom, 0px));padding-top:calc(20px + var(--safe-area-top, 0px));width:100%}.auth-back-btn{align-items:center;align-self:flex-start;background:none;border:none;color:#666;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:4px;margin-bottom:8px;padding:8px 0;transition:color .2s ease}.auth-back-btn:hover{color:#1a1a1a}.auth-back-btn svg{height:18px;width:18px}.auth-logo-section{align-items:center;display:flex;flex-direction:column;padding:24px 0 20px;text-align:center}.auth-logo{height:80px;margin-bottom:12px;object-fit:contain;width:80px}.auth-brand-name{color:#1a1a1a;font-size:22px;font-weight:700;letter-spacing:-.3px;margin:0 0 4px}.auth-brand-tagline{color:#888;font-size:13px;font-weight:400;margin:0}.auth-header{margin-bottom:24px;text-align:center}.auth-title{color:#1a1a1a;font-size:22px;font-weight:700;letter-spacing:-.3px;margin:0 0 6px;text-align:center}.auth-subtitle{color:#666;font-size:14px;line-height:1.4;margin:0 0 24px;text-align:center}.auth-step-indicator{display:flex;gap:8px;justify-content:center;margin-bottom:24px}.auth-step-dot{background:#e5e5e5;border-radius:4px;height:4px;transition:background .3s ease;width:60px}.auth-step-dot.active{background:#c9a227}.auth-form{display:flex;flex:1 1;flex-direction:column}.auth-input-group{margin-bottom:16px}.auth-label{color:#666;display:block;font-size:12px;font-weight:600;letter-spacing:.4px;margin-bottom:6px;text-transform:uppercase}.auth-input-wrapper{position:relative}.auth-input{background:#f8f8f8;border:1.5px solid #e5e5e5;border-radius:10px;color:#1a1a1a;font-size:15px;font-weight:500;height:48px;outline:none;padding:0 14px 0 42px;transition:all .2s ease;width:100%}.auth-input::placeholder{color:#aaa;font-weight:400}.auth-input:focus{background:#fff;border-color:#c9a227;box-shadow:0 0 0 3px #c9a2271a}.auth-input.error{background:#fff8f8;border-color:#e53e3e}.auth-input.error:focus{box-shadow:0 0 0 3px #e53e3e1a}.auth-input-icon{color:#aaa;left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:color .2s ease}.auth-input-wrapper:focus-within .auth-input-icon,.auth-input:focus~.auth-input-icon{color:#c9a227}.auth-input-icon svg{height:18px;width:18px}.auth-password-toggle{background:none;border:none;color:#aaa;cursor:pointer;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color .2s ease}.auth-password-toggle:hover{color:#666}.auth-password-toggle svg{height:18px;width:18px}.auth-error-text{align-items:center;color:#e53e3e;display:flex;font-size:12px;gap:4px;margin-top:5px}.auth-phone-wrapper{display:flex;gap:8px}.auth-country-code{align-items:center;background:#f0f0f0;border:1.5px solid #e5e5e5;border-radius:10px;color:#1a1a1a;display:flex;font-size:15px;font-weight:600;height:48px;justify-content:center;padding:0 8px;width:64px}.auth-phone-input-wrapper{flex:1 1;position:relative}.auth-phone-input{background:#f8f8f8;border:1.5px solid #e5e5e5;border-radius:10px;color:#1a1a1a;font-size:15px;font-weight:500;height:48px;outline:none;padding:0 14px;transition:all .2s ease;width:100%}.auth-phone-input::placeholder{color:#aaa;font-weight:400}.auth-phone-input:focus{background:#fff;border-color:#c9a227;box-shadow:0 0 0 3px #c9a2271a}.auth-phone-input.error{border-color:#e53e3e}.auth-options-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px;margin-top:4px}.auth-remember{cursor:pointer;gap:8px}.auth-checkbox,.auth-remember{align-items:center;display:flex}.auth-checkbox{background:#fff;border:1.5px solid #ccc;border-radius:5px;flex-shrink:0;height:18px;justify-content:center;transition:all .2s ease;width:18px}.auth-checkbox.checked{background:#c9a227;border-color:#c9a227}.auth-checkbox svg{color:#fff;height:12px;opacity:0;transition:opacity .2s ease;width:12px}.auth-checkbox.checked svg{opacity:1}.auth-remember-text{color:#666;font-size:13px}.auth-forgot-link{color:#c9a227;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s ease}.auth-forgot-link:hover{color:#a88a1f}.auth-submit-btn{align-items:center;background:linear-gradient(135deg,#c9a227,#a88a1f);border:none;border-radius:10px;box-shadow:0 4px 12px #c9a2274d;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;height:50px;justify-content:center;margin-top:auto;transition:all .3s ease;width:100%}.auth-submit-btn:hover{box-shadow:0 6px 16px #c9a22766;transform:translateY(-1px)}.auth-submit-btn:active{transform:translateY(0)}.auth-submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.auth-submit-btn svg{height:18px;width:18px}.auth-btn-spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.auth-footer{margin-top:16px;padding:20px 0 8px;text-align:center}.auth-footer-text{color:#666;font-size:14px;margin:0}.auth-footer-link{color:#c9a227;font-weight:600;margin-left:4px;text-decoration:none;transition:color .2s ease}.auth-footer-link:hover{color:#a88a1f}.auth-terms{color:#888;font-size:12px;line-height:1.5;margin-top:16px;text-align:center}.auth-terms a{color:#c9a227;font-weight:500;text-decoration:none}.auth-terms a:hover{text-decoration:underline}.auth-error-alert{align-items:flex-start;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;display:flex;gap:10px;margin-bottom:16px;padding:12px 14px}.auth-error-alert svg{color:#e53e3e;flex-shrink:0;height:18px;margin-top:1px;width:18px}.auth-error-alert span{color:#c53030;font-size:13px;line-height:1.4}@media (min-width:480px){.auth-container{padding:24px 32px}.auth-logo{height:90px;width:90px}.auth-brand-name{font-size:24px}}@media (min-width:600px){.auth-page{background:#f5f5f5;justify-content:center;padding:24px}.auth-container{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;margin:auto;max-width:420px;padding:32px}.auth-logo-section{padding:8px 0 16px}}.header{background:#fff;border-bottom:1px solid #f0f0f0;height:56px;justify-content:space-between;left:0;padding:0 16px;padding-top:var(--safe-area-top,0);position:fixed;right:0;top:0;z-index:100}.header,.header-left{align-items:center;display:flex}.header-left{gap:10px}.header-logo{height:34px;object-fit:contain;width:34px}.header-brand{color:#1a1a1a;font-size:15px;font-weight:700;letter-spacing:-.2px}.header-right{gap:2px}.header-btn,.header-right{align-items:center;display:flex}.header-btn{background:#0000;border:none;border-radius:50%;color:#1a1a1a;cursor:pointer;height:42px;justify-content:center;text-decoration:none;transition:background .15s ease;width:42px}.header-btn:active{background:#f0f0f0}.header-btn svg{height:22px;width:22px}.header-btn.has-badge{position:relative}.header-badge{align-items:center;background:#c9a227;border-radius:8px;color:#fff;display:flex;font-size:10px;font-weight:600;height:16px;justify-content:center;min-width:16px;padding:0 4px;position:absolute;right:6px;top:6px}.bottom-nav{align-items:stretch;background:#fff;border-top:1px solid #f0f0f0;bottom:0;display:flex;height:60px;left:0;padding-bottom:0;padding-bottom:var(--safe-area-bottom,0);position:fixed;right:0;z-index:100}.bottom-nav-item{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:none;color:#9e9e9e;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:3px;justify-content:center;padding:6px 0;text-decoration:none;transition:color .15s ease}.bottom-nav-item.active{color:#c9a227}.bottom-nav-item:active{color:#1a1a1a}.bottom-nav-item.active:active{color:#c9a227}.bottom-nav-icon{position:relative}.bottom-nav-icon,.bottom-nav-icon svg{height:24px;width:24px}.bottom-nav-icon .nav-badge{align-items:center;background:#e53e3e;border-radius:8px;color:#fff;display:flex;font-size:10px;font-weight:600;height:16px;justify-content:center;min-width:16px;padding:0 4px;position:absolute;right:-10px;top:-4px}.bottom-nav-label{font-size:10px;font-weight:500}.main-content{background:#f7f7f7;min-height:100vh;min-height:100dvh;padding-bottom:60px;padding-top:56px}.main-content.no-header{padding-top:0}.main-content.no-bottom-nav{padding-bottom:0}.page-container{margin:0 auto;max-width:540px;padding:16px}.section{margin-bottom:24px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px;padding:0 2px}.section-title{color:#1a1a1a;font-size:16px;font-weight:700;letter-spacing:-.2px;margin:0}.section-link{align-items:center;color:#c9a227;display:flex;font-size:13px;font-weight:600;gap:2px;text-decoration:none}.section-link svg{height:16px;width:16px}.scroll-container{-webkit-overflow-scrolling:touch;display:flex;gap:12px;margin:0 -16px;overflow-x:auto;padding:4px 16px 8px;scroll-snap-type:x mandatory}.scroll-container::-webkit-scrollbar{display:none}.scroll-item{flex-shrink:0;scroll-snap-align:start}.page-enter{opacity:0;transform:translateX(10px)}.page-enter-active{opacity:1;transform:translateX(0);transition:all .2s ease}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .15s ease}.ptr-indicator{align-items:center;color:#888;display:flex;height:50px;justify-content:center}.skeleton-card{animation:pulse 1.5s infinite;background:#e8e8e8;border-radius:14px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.hero-banner{background:linear-gradient(145deg,#1a1a1a,#2d2d2d);border-radius:16px;margin-bottom:20px;overflow:hidden;padding:28px 22px;position:relative}.hero-banner:before{background:radial-gradient(circle,#c9a2271f 0,#0000 65%);border-radius:50%;content:"";height:220px;position:absolute;right:-25%;top:-60%;width:220px}.hero-welcome{color:#c9a227;font-size:12px;font-weight:600;letter-spacing:.8px;margin:0 0 8px;text-transform:uppercase}.hero-title{color:#fff;font-size:24px;font-weight:700;letter-spacing:-.3px;line-height:1.2;margin:0 0 8px}.hero-subtitle{color:#a0a0a0;font-size:13px;line-height:1.4;margin:0 0 20px}.hero-btn{align-items:center;background:#c9a227;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:12px 22px;text-decoration:none;transition:all .2s ease}.hero-btn:hover{background:#d4b84a;transform:translateY(-1px)}.hero-btn svg{height:18px;width:18px}.hero-stats{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-top:24px;padding-top:20px}.hero-stat-item{flex:1 1;text-align:center}.hero-stat-item:not(:last-child){border-right:1px solid #ffffff1a}.hero-stat-value{color:#c9a227;font-size:18px;font-weight:700;margin:0 0 2px}.hero-stat-label{color:#fffc;font-size:11px;font-weight:500;margin:0}.stats-row{grid-gap:10px;display:none;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.stat-item{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:14px 10px;text-align:center}.stat-value{color:#c9a227;font-size:22px;letter-spacing:-.5px;margin:0 0 2px}.stat-label{font-weight:500;margin:0}.category-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr)}.category-item{cursor:pointer;flex-direction:column;text-decoration:none}.category-icon,.category-item{align-items:center;display:flex}.category-icon{background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000000f;height:64px;justify-content:center;margin-bottom:8px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;width:64px}.category-item:active .category-icon{transform:scale(.95)}.category-icon img{height:42px;object-fit:contain;width:42px}.category-icon svg{color:#c9a227;height:28px;width:28px}.category-name{color:#4a4a4a;font-size:11px;font-weight:500;line-height:1.3;text-align:center}.product-card{background:#fff;border-radius:14px;box-shadow:0 2px 10px #0000000d;overflow:hidden;transition:transform .2s ease;width:155px}.product-card:active{transform:scale(.98)}.product-image{background:#f5f5f5;height:155px;object-fit:cover;width:100%}.product-info{padding:12px}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1a1a;display:-webkit-box;font-size:13px;font-weight:600;height:34px;line-height:1.3;margin:0 0 4px;overflow:hidden}.product-category{color:#888;font-size:11px;margin:0 0 8px}.product-price-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.product-price{color:#1a1a1a;font-size:16px;font-weight:700}.product-original-price{font-size:12px}.product-discount{background:#e8f5ef;border-radius:4px;color:#38a169;font-size:10px;font-weight:600;padding:2px 6px}.features-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.feature-card{background:#fff;border-radius:14px;box-shadow:0 2px 10px #0000000a;padding:18px 14px;text-align:center}.feature-icon{align-items:center;background:linear-gradient(145deg,#fef9ec,#fcf3d8);border-radius:14px;display:flex;height:48px;justify-content:center;margin:0 auto 12px;width:48px}.feature-icon svg{color:#c9a227;height:24px;width:24px}.feature-title{color:#1a1a1a;font-size:13px;font-weight:600;margin:0 0 4px}.feature-desc{color:#888;font-size:11px;line-height:1.4;margin:0}.scroll-container .scroll-item{display:flex;height:auto}.testimonial-card{background:#fff;border-radius:14px;box-shadow:0 2px 10px #0000000a;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:280px;min-width:280px;padding:18px;width:280px}.testimonial-header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.testimonial-avatar{align-items:center;background:linear-gradient(145deg,#c9a227,#a88a1f);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:17px;font-weight:600;height:44px;justify-content:center;width:44px}.testimonial-info{flex:1 1;min-width:0}.testimonial-name{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 2px}.testimonial-business{color:#888;font-size:11px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.testimonial-rating{display:flex;gap:2px;margin-bottom:12px}.testimonial-rating svg{fill:#c9a227;color:#c9a227;height:14px;width:14px}.testimonial-text{color:#4a4a4a;font-size:13px;line-height:1.5;margin:0}.arrivals-banner{align-items:center;background:linear-gradient(145deg,#c9a227,#a88a1f);border-radius:14px;display:flex;gap:14px;margin-bottom:20px;padding:18px 16px}.arrivals-icon{align-items:center;background:#fff3;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.arrivals-icon svg{color:#fff;height:24px;width:24px}.arrivals-content{flex:1 1;min-width:0}.arrivals-title{color:#fff;font-size:15px;font-weight:700;margin:0 0 2px}.arrivals-desc{color:#ffffffd9;font-size:12px;margin:0}.arrivals-btn{background:#fff;border:none;border-radius:8px;color:#a88a1f;cursor:pointer;flex-shrink:0;font-size:13px;font-weight:600;padding:10px 18px;text-decoration:none;transition:transform .2s ease}.arrivals-btn:active{transform:scale(.96)}.empty-state{padding:48px 24px}.empty-icon{color:#d0d0d0;height:72px;margin:0 auto 20px;width:72px}.empty-title{color:#4a4a4a;font-size:17px;font-weight:600;margin:0 0 8px}.empty-desc{color:#888;font-size:13px;line-height:1.5;margin:0}@media (hover:none){.category-item:hover .category-icon,.feature-card:hover,.product-card:hover,.testimonial-card:hover{box-shadow:none;transform:none}}.scroll-item{flex:0 0 auto}.toast{border-radius:20px;min-height:36px;padding:8px 12px}.toast-message{font-size:12px}.toast-icon svg{height:16px;width:16px}.category-page-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;gap:8px;height:56px;left:0;padding:0 8px;padding-top:var(--safe-area-top,0);position:fixed;right:0;top:0;z-index:100}.back-btn{align-items:center;background:#0000;border:none;border-radius:50%;color:#1a1a1a;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.back-btn:active{background:#f0f0f0}.back-btn svg{height:22px;width:22px}.page-header-title{color:#1a1a1a;flex:1 1;font-size:17px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-actions{display:flex;gap:2px}.search-bar{background:#fff;border-bottom:1px solid #f0f0f0;padding:12px 16px;position:-webkit-sticky;position:sticky;top:56px;z-index:50}.search-input-wrap{align-items:center;background:#f5f5f5;border-radius:10px;display:flex;gap:10px;height:44px;padding:0 14px}.search-input-wrap svg{color:#9e9e9e;flex-shrink:0;height:20px;width:20px}.search-input{background:#0000;border:none;flex:1 1;font-size:15px;outline:none}.search-input::placeholder{color:#9e9e9e}.filter-bar{background:#fff;border-bottom:1px solid #f0f0f0;display:flex;gap:8px;overflow-x:auto;padding:12px 16px}.filter-bar::-webkit-scrollbar{display:none}.filter-chip{align-items:center;border:1px solid #e8e8e8;color:#4a4a4a;display:flex;gap:6px;padding:8px 14px;transition:all .15s ease}.filter-chip:active{background:#e8e8e8}.filter-chip.active{border-color:#1a1a1a}.filter-chip svg{height:16px;width:16px}.sort-bar{align-items:center;background:#fff;display:flex;justify-content:space-between;padding:12px 16px}.product-count{color:#888;font-size:13px}.sort-btn{align-items:center;background:#f5f5f5;border:none;border-radius:8px;color:#4a4a4a;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 12px}.sort-btn svg{height:16px;width:16px}.product-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);padding:16px}.product-card-grid{background:#fff;border-radius:14px;box-shadow:0 2px 8px #0000000a;display:block;overflow:hidden;text-decoration:none}.product-card-grid:active{transform:scale(.98)}.product-card-image{aspect-ratio:1;background:#f5f5f5;position:relative;width:100%}.product-card-image img{height:100%;object-fit:cover;width:100%}.product-badge{background:#e53e3e;border-radius:4px;color:#fff;font-size:10px;font-weight:600;left:8px;padding:4px 8px;position:absolute;top:8px}.product-badge.new{background:#c9a227}.product-badge.bestseller{background:#38a169}.wishlist-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 6px #0000001a;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:8px;top:8px;width:32px}.wishlist-btn svg{color:#888;height:18px;width:18px}.wishlist-btn.active svg{fill:#e53e3e;color:#e53e3e}.product-card-info{padding:12px}.product-card-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1a1a;display:-webkit-box;font-size:13px;font-weight:600;line-height:1.3;margin:0 0 4px;min-height:34px;overflow:hidden}.product-card-sizes{color:#888;font-size:11px;margin:0 0 8px}.product-card-price{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.price-current{color:#1a1a1a;font-size:16px;font-weight:700}.price-original{color:#aaa;font-size:12px;text-decoration:line-through}.price-discount{color:#38a169;font-size:11px;font-weight:600}.product-card-rating{align-items:center;display:flex;gap:4px;margin-top:8px}.product-card-rating svg{fill:#c9a227;color:#c9a227;height:12px;width:12px}.product-card-rating span{color:#888;font-size:11px}.quick-add-btn{align-items:center;background:#1a1a1a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;margin-top:10px;padding:10px;transition:background .15s ease;width:100%}.quick-add-btn:active{background:#333}.quick-add-btn svg{height:16px;width:16px}.category-tabs{background:#fff;border-bottom:1px solid #f0f0f0;display:flex;gap:6px;overflow-x:auto;padding:12px 16px}.category-tabs::-webkit-scrollbar{display:none}.category-tab{background:#f5f5f5;border:none;border-radius:20px;color:#4a4a4a;cursor:pointer;font-size:13px;font-weight:500;padding:10px 18px;transition:all .15s ease;white-space:nowrap}.category-tab.active{background:#1a1a1a;color:#fff}.category-tab:active{transform:scale(.96)}.category-empty{padding:60px 24px;text-align:center}.category-empty-icon{color:#d0d0d0;height:80px;margin:0 auto 20px;width:80px}.category-empty-title{color:#4a4a4a;font-size:18px;font-weight:600;margin:0 0 8px}.category-empty-desc{color:#888;font-size:14px;margin:0 0 24px}.category-empty-btn{align-items:center;background:#c9a227;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;text-decoration:none}.product-skeleton{background:#fff;border-radius:14px;overflow:hidden}.skeleton-image{aspect-ratio:1;width:100%}.skeleton-image,.skeleton-text{animation:shimmer 1.2s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%}.skeleton-text{border-radius:4px;height:14px;margin:12px}.skeleton-text.short{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sort-overlay{animation:fadeIn .2s ease;background:#00000080;inset:0;position:fixed;z-index:200}.sort-sheet{animation:slideUp .3s ease;background:#fff;border-radius:20px 20px 0 0;bottom:0;left:0;padding:20px;padding-bottom:calc(20px + var(--safe-area-bottom, 0px));position:fixed;right:0;z-index:201}.sort-sheet-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.sort-sheet-title{color:#1a1a1a;font-size:18px;font-weight:700;margin:0}.sort-close-btn{align-items:center;background:#f5f5f5;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.sort-options-list{display:flex;flex-direction:column;gap:8px}.sort-option-btn{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;color:#1a1a1a;cursor:pointer;display:flex;font-size:15px;font-weight:500;justify-content:space-between;padding:16px;text-align:left}.sort-option-btn.active{background:#fbf6e6;border-color:#c9a227;color:#8a6d1c;font-weight:600}.sort-check{color:#c9a227;height:20px;width:20px}.product-page{padding-bottom:100px}.product-gallery{background:#f5f5f5;position:relative;width:100%}.product-main-image{aspect-ratio:1;object-fit:cover;width:100%}.gallery-nav{background:#0000004d;border-radius:20px;bottom:16px;display:flex;gap:6px;left:50%;padding:8px 12px;position:absolute;transform:translateX(-50%)}.gallery-dot{background:#ffffff80;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .2s ease;width:10px}.gallery-dot.active{background:#fff;border-radius:5px;width:24px}.gallery-back-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;height:40px;justify-content:center;left:16px;position:absolute;top:16px;width:40px}.gallery-back-btn svg{color:#1a1a1a;height:20px;width:20px}.gallery-actions{display:flex;gap:8px;position:absolute;right:16px;top:16px}.gallery-action-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.gallery-action-btn svg{color:#1a1a1a;height:20px;width:20px}.gallery-action-btn.wishlisted svg{fill:#e53e3e;color:#e53e3e}.product-info-section{background:#fff;border-radius:20px 20px 0 0;margin-top:-20px;padding:20px 16px;position:relative}.product-brand{color:#c9a227;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0 0 6px;text-transform:uppercase}.product-title{color:#1a1a1a;font-size:20px;font-weight:700;line-height:1.3;margin:0 0 8px}.product-rating-row{align-items:center;display:flex;gap:8px;margin-bottom:16px}.product-stars{display:flex;gap:2px}.product-stars svg{fill:#c9a227;color:#c9a227;height:16px;width:16px}.product-stars svg.empty{fill:none;color:#d0d0d0}.product-rating-text{color:#888;font-size:13px}.product-reviews-link{color:#c9a227;font-size:13px;font-weight:600;text-decoration:none}.product-price-section{align-items:baseline;display:flex;gap:10px;margin-bottom:20px}.product-current-price{color:#1a1a1a;font-size:28px;font-weight:700}.product-original-price{color:#aaa;font-size:18px;text-decoration:line-through}.product-discount-badge{background:#e8f5ef;border-radius:6px;color:#38a169;font-size:13px;font-weight:600;padding:4px 10px}.moq-notice{align-items:center;background:#fef9ec;border-radius:10px;display:flex;gap:10px;margin-bottom:20px;padding:12px 14px}.moq-notice svg{color:#c9a227;flex-shrink:0;height:20px;width:20px}.moq-notice p{color:#6b5a1a;font-size:13px;line-height:1.4;margin:0}.section-divider{background:#f5f5f5;height:8px;margin:0 -16px}.size-section{padding:20px 0}.size-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.size-label{color:#1a1a1a;font-size:15px;font-weight:600}.size-guide-link{color:#c9a227;font-size:13px;font-weight:600;text-decoration:none}.size-options{display:flex;flex-wrap:wrap;gap:10px}.size-btn{background:#fff;border:1.5px solid #e0e0e0;border-radius:10px;color:#4a4a4a;cursor:pointer;font-size:14px;font-weight:600;height:44px;min-width:48px;padding:0 16px;transition:all .15s ease}.size-btn:active{transform:scale(.96)}.size-btn.selected{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.size-btn.out-of-stock{cursor:not-allowed;opacity:.4;text-decoration:line-through}.quantity-section{align-items:center;display:flex;justify-content:space-between;padding:20px 0}.quantity-label{color:#1a1a1a;font-size:15px;font-weight:600}.quantity-control{align-items:center;background:#f5f5f5;border-radius:10px;display:flex;gap:4px;padding:4px}.quantity-btn{align-items:center;background:#fff;border:none;border-radius:8px;color:#1a1a1a;cursor:pointer;display:flex;font-size:20px;font-weight:500;height:40px;justify-content:center;width:40px}.quantity-btn:disabled{cursor:not-allowed;opacity:.4}.quantity-value{color:#1a1a1a;font-size:16px;font-weight:600;text-align:center;width:48px}.description-section{padding:20px 0}.description-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 12px}.description-text{color:#666;font-size:14px;line-height:1.6;margin:0}.description-features{list-style:none;margin:16px 0 0;padding:0}.description-features li{align-items:flex-start;color:#4a4a4a;display:flex;font-size:14px;gap:10px;margin-bottom:10px}.description-features li svg{color:#38a169;flex-shrink:0;height:18px;margin-top:2px;width:18px}.reviews-section{padding:20px 0}.reviews-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.reviews-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0}.reviews-see-all{color:#c9a227;font-size:13px;font-weight:600;text-decoration:none}.review-card{background:#f8f8f8;border-radius:12px;margin-bottom:12px;padding:16px}.review-header{justify-content:space-between;margin-bottom:10px}.review-header,.review-user{align-items:center;display:flex}.review-user{gap:10px}.review-avatar{align-items:center;background:#c9a227;border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;width:36px}.review-avatar,.review-name{font-size:14px;font-weight:600}.review-name{color:#1a1a1a;margin:0}.review-date{color:#888;font-size:12px;margin:0}.review-stars{display:flex;gap:2px}.review-stars svg{fill:#c9a227;color:#c9a227;height:14px;width:14px}.review-text{color:#4a4a4a;font-size:13px;line-height:1.5;margin:0}.product-action-bar{background:#fff;border-top:1px solid #f0f0f0;bottom:0;display:flex;gap:12px;left:0;padding:12px 16px;padding-bottom:calc(12px + var(--safe-area-bottom, 0px));position:fixed;right:0;z-index:100}.add-to-cart-btn{align-items:center;background:#fff;border:2px solid #1a1a1a;border-radius:12px;color:#1a1a1a;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:600;gap:8px;height:52px;justify-content:center;transition:all .15s ease}.add-to-cart-btn:active{background:#f5f5f5}.add-to-cart-btn svg{height:20px;width:20px}.buy-now-btn{align-items:center;background:#c9a227;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:600;gap:8px;height:52px;justify-content:center;transition:all .15s ease}.buy-now-btn:active{background:#a88a1f}.buy-now-btn svg{height:20px;width:20px}.similar-section{padding:20px 0}.similar-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 14px}.write-review-link{align-items:center;background:#fef9ec;border:1.5px dashed #c9a227;border-radius:12px;color:#c9a227;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;margin-top:4px;padding:14px;text-decoration:none}.write-review-link svg{height:18px;width:18px}.write-review-link:active{background:#fef3d0}.seller-info-card{align-items:center;background:#f8f8f8;border-radius:14px;display:flex;gap:12px;margin:16px 0;padding:14px;text-decoration:none}.seller-info-card:active{background:#f0f0f0}.seller-avatar{align-items:center;background:linear-gradient(145deg,#c9a227,#a88a1f);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:48px;justify-content:center;width:48px}.seller-details{flex:1 1;min-width:0}.seller-name-row{align-items:center;display:flex;gap:8px;margin-bottom:4px}.seller-name{color:#1a1a1a;font-size:15px;font-weight:600;margin:0}.seller-verified{align-items:center;background:#dcfce7;border-radius:4px;color:#38a169;display:inline-flex;font-size:10px;font-weight:600;gap:3px;padding:2px 6px}.seller-verified svg{height:10px;width:10px}.seller-stats{color:#666;font-size:12px;gap:6px}.seller-rating,.seller-stats{align-items:center;display:flex}.seller-rating{color:#c9a227;font-weight:600;gap:3px}.seller-rating svg{height:12px;width:12px}.seller-divider{color:#ccc}.seller-location,.seller-products{color:#888}.seller-arrow{color:#ccc;flex-shrink:0;height:20px;width:20px}.seller-profile-card{background:#fff;gap:14px;margin-bottom:16px;padding:20px}.seller-profile-avatar,.seller-profile-card{align-items:center;border-radius:16px;display:flex}.seller-profile-avatar{background:linear-gradient(145deg,#c9a227,#a88a1f);color:#fff;flex-shrink:0;font-size:24px;font-weight:700;height:64px;justify-content:center;width:64px}.seller-profile-info{flex:1 1}.seller-profile-name{display:flex;flex-direction:column;gap:6px;margin-bottom:6px}.seller-profile-name h2{color:#1a1a1a;font-size:18px;font-weight:700;margin:0}.seller-verified-badge{align-items:center;background:#dcfce7;border-radius:6px;color:#38a169;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.seller-verified-badge svg{height:12px;width:12px}.seller-profile-location{align-items:center;color:#888;display:flex;font-size:13px;gap:4px;margin:0}.seller-profile-location svg{height:14px;width:14px}.seller-stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.seller-stat-card{background:#fff;border-radius:14px;padding:16px;text-align:center}.stat-icon{align-items:center;border-radius:10px;display:flex;height:40px;justify-content:center;margin:0 auto 8px;width:40px}.stat-icon svg{height:20px;width:20px}.stat-icon.gold{background:#fef9ec;color:#c9a227}.stat-icon.blue{background:#eff6ff;color:#2563eb}.stat-icon.green{background:#dcfce7;color:#38a169}.stat-value{color:#1a1a1a;font-size:18px;font-weight:700;margin-bottom:2px}.stat-label{color:#888;font-size:11px;letter-spacing:.5px;text-transform:uppercase}.seller-about{background:#fff;border-radius:14px;margin-bottom:16px;padding:16px}.seller-about h3{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 8px}.seller-about p{color:#666;font-size:13px;line-height:1.6;margin:0}.seller-products-section{margin-bottom:24px}.seller-products-section h3{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 12px}.seller-profile-header{align-items:center;background:linear-gradient(145deg,#c9a227,#a88a1f);border-radius:18px;display:flex;gap:16px;margin-bottom:16px;padding:24px 20px}.seller-profile-avatar-large{align-items:center;background:#fff3;border:3px solid #ffffff4d;border-radius:16px;color:#fff;display:flex;flex-shrink:0;font-size:28px;font-weight:700;height:72px;justify-content:center;width:72px}.seller-profile-main{flex:1 1}.seller-profile-title{display:flex;flex-direction:column;gap:6px;margin-bottom:6px}.seller-profile-title h2{color:#fff;font-size:20px;font-weight:700;margin:0}.seller-verified-lg{align-items:center;background:#fff3;border-radius:6px;color:#fff;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:4px 10px;width:-webkit-fit-content;width:fit-content}.seller-verified-lg svg{height:12px;width:12px}.seller-profile-loc{align-items:center;color:#ffffffe6;display:flex;font-size:13px;gap:4px;margin:0}.seller-profile-loc svg{height:14px;width:14px}.seller-stats-row{display:flex;gap:10px;margin-bottom:16px}.seller-stat-item{align-items:center;background:#fff;border-radius:12px;display:flex;flex:1 1;gap:8px;padding:8px}.seller-stat-icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.seller-stat-icon svg{height:16px;width:16px}.seller-stat-icon.gold{background:#fef9ec;color:#c9a227}.seller-stat-icon.blue{background:#eff6ff;color:#2563eb}.seller-stat-icon.green{background:#dcfce7;color:#38a169}.seller-stat-data{display:flex;flex-direction:column}.seller-stat-value{color:#1a1a1a;font-size:13px;font-weight:700}.seller-stat-label{color:#888;font-size:9px;letter-spacing:.3px;line-height:1;text-transform:uppercase}.seller-about-card{background:#fff;border-radius:14px;margin-bottom:20px;padding:16px}.seller-about-card h3{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 8px}.seller-about-card p{color:#666;font-size:13px;line-height:1.6;margin:0}.seller-products-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.seller-products-header h3{color:#1a1a1a;font-size:16px;font-weight:700;margin:0}.seller-products-count{background:#f0f0f0;border-radius:12px;color:#888;font-size:12px;padding:4px 10px}.seller-products-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.seller-product-card{background:#fff;border-radius:14px;display:block;overflow:hidden;text-decoration:none}.seller-product-card:active{transform:scale(.98)}.seller-product-image-wrap{aspect-ratio:1;background:#f5f5f5;position:relative}.seller-product-image{height:100%;object-fit:cover;width:100%}.seller-product-discount{background:#e53e3e;border-radius:4px;color:#fff;font-size:10px;font-weight:700;left:8px;padding:3px 6px;position:absolute;top:8px}.seller-product-dots{background:#00000059;border-radius:16px;bottom:8px;display:flex;gap:5px;left:50%;padding:6px 10px;position:absolute;transform:translateX(-50%)}.seller-dot{background:#ffffff80;border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:all .2s ease;width:8px}.seller-dot.active{background:#fff;border-radius:4px;width:16px}.seller-product-info{padding:12px}.seller-product-category{color:#c9a227;font-size:10px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.seller-product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1a1a;display:-webkit-box;font-size:13px;font-weight:600;line-height:1.3;margin:4px 0 6px;overflow:hidden}.seller-product-rating{align-items:center;display:flex;gap:4px;margin-bottom:8px}.seller-product-rating svg{color:#c9a227;height:12px;width:12px}.seller-product-rating span{color:#1a1a1a;font-size:12px;font-weight:600}.seller-product-reviews{color:#888;font-size:11px;font-weight:400}.seller-product-price-row{align-items:baseline;display:flex;gap:6px;margin-bottom:8px}.seller-product-price{color:#1a1a1a;font-size:15px;font-weight:700}.seller-product-original{color:#aaa;font-size:12px;text-decoration:line-through}.seller-product-moq{align-items:center;background:#fef9ec;border-radius:6px;color:#c9a227;display:flex;font-size:11px;font-weight:600;gap:5px;padding:6px 10px}.seller-product-moq svg{height:12px;width:12px}.cart-popup-overlay{animation:fadeIn .2s ease;background:#00000080;inset:0;position:fixed;z-index:999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-popup-sheet{animation:slideUp .3s ease;background:#fff;border-radius:24px 24px 0 0;bottom:0;left:0;padding:12px 20px 28px;position:fixed;right:0;z-index:1000}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cart-popup-handle{background:#e0e0e0;border-radius:2px;height:4px;margin:0 auto 16px;width:40px}.cart-popup-header{align-items:center;display:flex;gap:12px;margin-bottom:20px}.cart-popup-success{align-items:center;background:#dcfce7;border-radius:50%;display:flex;height:44px;justify-content:center;width:44px}.cart-popup-success svg{color:#38a169;height:22px;width:22px}.cart-popup-header h3{color:#1a1a1a;font-size:18px;font-weight:700;margin:0}.cart-popup-product{background:#f8f8f8;border-radius:14px;display:flex;gap:14px;margin-bottom:16px;padding:14px}.cart-popup-image{background:#fff;border-radius:10px;height:72px;object-fit:cover;width:72px}.cart-popup-details{flex:1 1}.cart-popup-details h4{color:#1a1a1a;font-size:14px;font-weight:600;line-height:1.3;margin:0 0 4px}.cart-popup-size{color:#888;font-size:12px;margin:0 0 8px}.cart-popup-price-row{align-items:center;display:flex;gap:8px}.cart-popup-price{color:#c9a227;font-size:16px;font-weight:700}.cart-popup-qty{color:#888;font-size:13px}.cart-popup-summary{border-bottom:1px solid #f0f0f0;border-top:1px solid #f0f0f0;margin-bottom:16px;padding:14px 0}.cart-popup-row{align-items:center;display:flex;justify-content:space-between}.cart-popup-row span{color:#666;font-size:14px}.cart-popup-total{color:#1a1a1a!important;font-size:18px!important;font-weight:700!important}.cart-popup-actions{display:flex;gap:10px}.cart-popup-view-btn{align-items:center;background:linear-gradient(145deg,#c9a227,#a88a1f);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:14px}.cart-popup-view-btn svg{height:18px;width:18px}.cart-popup-view-btn:active{transform:scale(.98)}.cart-popup-continue-btn{background:#f5f5f5;border:none;border-radius:12px;color:#1a1a1a;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:14px}.cart-popup-continue-btn:active{background:#e8e8e8}.floating-cart-badge{align-items:center;animation:slideInUp .3s ease;background:linear-gradient(145deg,#1a1a1a,#2a2a2a);border:none;border-radius:16px;bottom:90px;box-shadow:0 4px 20px #00000040;cursor:pointer;display:flex;gap:14px;left:16px;padding:12px 16px;position:fixed;right:16px;z-index:100}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.floating-cart-badge:active{transform:scale(.98)}.floating-cart-icon{align-items:center;background:linear-gradient(145deg,#c9a227,#a88a1f);border-radius:12px;display:flex;height:44px;justify-content:center;position:relative;width:44px}.floating-cart-icon svg{color:#fff;height:22px;width:22px}.floating-cart-count{align-items:center;background:#e53e3e;border-radius:10px;color:#fff;display:flex;font-size:11px;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 5px;position:absolute;right:-6px;top:-6px}.floating-cart-text{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:2px}.floating-cart-label{color:#fff;font-size:15px;font-weight:700}.floating-cart-items{color:#ffffffb3;font-size:12px}.floating-cart-arrow{color:#ffffff80;height:20px;width:20px}.cart-page{background:#f7f7f7;min-height:100vh;padding-bottom:140px}.cart-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;gap:8px;height:56px;left:0;padding:0 8px;padding-top:var(--safe-area-top,0);position:fixed;right:0;top:0;z-index:100}.cart-title{color:#1a1a1a;flex:1 1;font-size:17px;font-weight:600;margin:0}.cart-clear-btn{background:none;border:none;color:#e53e3e;cursor:pointer;font-size:13px;font-weight:600;padding:8px 12px}.cart-content{padding:72px 16px 16px}.cart-items{background:#fff;border-radius:14px;margin-bottom:16px;overflow:hidden}.cart-item{border-bottom:1px solid #f0f0f0;display:flex;padding:16px}.cart-item:last-child{border-bottom:none}.cart-item-image{background:#f5f5f5;border-radius:10px;flex-shrink:0;height:90px;object-fit:cover;width:90px}.cart-item-details{display:flex;flex:1 1;flex-direction:column;margin-left:14px}.cart-item-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#1a1a1a;display:-webkit-box;font-size:14px;font-weight:600;line-height:1.3;margin:0 0 4px;overflow:hidden}.cart-item-variant{color:#888;font-size:12px;margin:0 0 8px}.cart-item-price{align-items:center;display:flex;gap:8px;margin-bottom:10px}.cart-item-current-price{color:#1a1a1a;font-size:16px;font-weight:700}.cart-item-original-price{color:#aaa;font-size:13px;text-decoration:line-through}.cart-item-actions{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.cart-quantity-control{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;gap:2px;padding:2px}.cart-qty-btn{align-items:center;background:#fff;border:none;border-radius:6px;color:#1a1a1a;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;width:32px}.cart-qty-btn:disabled{cursor:not-allowed;opacity:.4}.cart-qty-value{color:#1a1a1a;font-size:14px;font-weight:600;text-align:center;width:40px}.cart-remove-btn{background:none;border:none;color:#e53e3e;cursor:pointer;padding:8px}.cart-remove-btn svg{height:20px;width:20px}.coupon-section{background:#fff;border-radius:14px;margin-bottom:16px;padding:16px}.coupon-input-wrap{display:flex;gap:10px}.coupon-input{border:1.5px solid #e0e0e0;border-radius:10px;color:#1a1a1a;flex:1 1;font-size:14px;height:46px;outline:none;padding:0 14px}.coupon-input:focus{border-color:#c9a227}.coupon-input::placeholder{color:#aaa}.coupon-apply-btn{background:#1a1a1a;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:0 20px}.coupon-apply-btn:active{background:#333}.coupon-applied{align-items:center;background:#e8f5ef;border-radius:10px;display:flex;justify-content:space-between;margin-top:10px;padding:12px}.coupon-applied-text{align-items:center;color:#276749;display:flex;font-size:13px;font-weight:600;gap:8px}.coupon-applied-text svg{height:18px;width:18px}.coupon-remove-btn{background:none;border:none;color:#e53e3e;cursor:pointer;font-size:12px}.order-summary{background:#fff;border-radius:14px;margin-bottom:16px;padding:16px}.order-summary-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 14px}.summary-row{display:flex;justify-content:space-between;margin-bottom:10px}.summary-label{color:#666;font-size:14px}.summary-value{color:#1a1a1a;font-size:14px;font-weight:500}.summary-value.discount{color:#38a169}.summary-divider{background:#f0f0f0;height:1px;margin:14px 0}.summary-total{align-items:center;display:flex;justify-content:space-between}.summary-total-label{color:#1a1a1a;font-size:16px;font-weight:600}.summary-total-value{color:#1a1a1a;font-size:20px;font-weight:700}.summary-savings{color:#38a169;font-size:12px;margin-top:4px;text-align:right}.cart-footer{background:#fff;border-top:1px solid #f0f0f0;bottom:0;left:0;padding:12px 16px;padding-bottom:calc(12px + var(--safe-area-bottom, 0px));position:fixed;right:0;z-index:100}.cart-footer-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.cart-total-label{color:#666;font-size:14px}.cart-total-price{color:#1a1a1a;font-size:22px;font-weight:700}.checkout-btn{align-items:center;background:#c9a227;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;height:52px;justify-content:center;width:100%}.checkout-btn:active{background:#a88a1f}.checkout-btn svg{height:20px;width:20px}.cart-empty{padding:80px 24px;text-align:center}.cart-empty-icon{color:#d0d0d0;height:100px;margin:0 auto 24px;width:100px}.cart-empty-title{color:#1a1a1a;font-size:20px;font-weight:600;margin:0 0 8px}.cart-empty-desc{color:#888;font-size:14px;line-height:1.5;margin:0 0 24px}.cart-empty-btn{align-items:center;background:#c9a227;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;padding:14px 28px;text-decoration:none}.checkout-page{background:#f7f7f7;min-height:100vh;padding-bottom:100px}.checkout-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;gap:8px;height:56px;left:0;padding:0 8px;padding-top:var(--safe-area-top,0);position:fixed;right:0;top:0;z-index:100}.checkout-page-title{color:#1a1a1a;flex:1 1;font-size:17px;font-weight:600;margin:0}.checkout-steps{background:#fff;margin-bottom:16px;padding:16px}.checkout-step,.checkout-steps{align-items:center;display:flex}.checkout-step{flex:1 1;gap:8px}.checkout-step-number{align-items:center;background:#e0e0e0;border-radius:50%;color:#888;display:flex;font-size:13px;font-weight:600;height:28px;justify-content:center;width:28px}.checkout-step.active .checkout-step-number,.checkout-step.completed .checkout-step-number{background:#c9a227;color:#fff}.checkout-step.completed .checkout-step-number{background:#38a169}.checkout-step-text{color:#888;font-size:12px;font-weight:500}.checkout-step.active .checkout-step-text{color:#1a1a1a;font-weight:600}.checkout-step-line{background:#e0e0e0;flex:1 1;height:2px;margin:0 8px}.checkout-step-line.completed{background:#38a169}.checkout-content{padding:72px 16px 16px}.address-section{background:#fff;border-radius:14px;margin-bottom:16px;padding:16px}.address-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.address-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0}.add-address-btn{align-items:center;background:none;border:none;color:#c9a227;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:4px;padding:0}.add-address-btn svg{height:16px;width:16px}.address-card{border:1.5px solid #e0e0e0;border-radius:12px;cursor:pointer;margin-bottom:12px;padding:14px;transition:all .15s ease}.address-card:last-child{margin-bottom:0}.address-card.selected{background:#fef9ec;border-color:#c9a227}.address-card-header{margin-bottom:8px}.address-type{align-items:center;display:flex;gap:8px}.address-type-badge{background:#f0f0f0;border-radius:4px;color:#1a1a1a;font-size:11px;font-weight:600;padding:4px 10px;text-transform:uppercase}.address-type-badge.default{background:#c9a227;color:#fff}.address-name{font-size:14px;margin:0 0 4px}.address-radio{align-items:center;border:2px solid #d0d0d0;border-radius:50%;display:flex;height:22px;justify-content:center;width:22px}.address-card.selected .address-radio{border-color:#c9a227}.address-radio-inner{background:#c9a227;border-radius:50%;height:12px;opacity:0;transition:opacity .15s ease;width:12px}.address-card.selected .address-radio-inner{opacity:1}.address-form{padding:72px 16px 100px}.form-section{background:#fff;border-radius:14px;margin-bottom:16px;padding:16px}.form-section-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 14px}.form-group{margin-bottom:16px}.form-group:last-child{margin-bottom:0}.form-label{color:#666;display:block;font-size:12px;font-weight:600;letter-spacing:.3px;margin-bottom:6px;text-transform:uppercase}.form-input{border:1.5px solid #e0e0e0;border-radius:10px;color:#1a1a1a;font-size:15px;height:48px;outline:none;padding:0 14px;transition:border-color .15s ease;width:100%}.form-input:focus{border-color:#c9a227}.form-input::placeholder{color:#aaa}.form-textarea{height:100px;padding:14px}.form-row{grid-template-columns:repeat(2,1fr)}.address-type-toggle{display:flex;gap:10px}.type-option{align-items:center;background:#f5f5f5;border:1.5px solid #0000;border-radius:12px;color:#666;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:13px;font-weight:500;gap:4px;height:56px;justify-content:center;transition:all .15s ease}.type-option svg{color:#888;height:20px;width:20px}.type-option.selected{background:#fef9ec;border-color:#c9a227;color:#1a1a1a;font-weight:600}.type-option.selected svg{color:#c9a227}.phone-input-wrap{align-items:stretch;display:flex}.phone-prefix{align-items:center;background:#f5f5f5;border:1.5px solid #e0e0e0;border-radius:10px 0 0 10px;border-right:none;color:#666;display:flex;font-size:15px;font-weight:500;height:48px;padding:0 12px}.phone-input{border-radius:0 10px 10px 0;flex:1 1}.form-input.error{border-color:#dc2626}.form-error{color:#dc2626;display:block;font-size:12px;margin-top:4px}.form-textarea{height:auto;line-height:1.5;min-height:80px;padding:12px 14px}.checkout-footer{background:#fff;border-top:1px solid #f0f0f0;bottom:0;left:0;padding:12px 16px;padding-bottom:calc(12px + var(--safe-area-bottom, 0px));position:fixed;right:0;z-index:100}.checkout-footer-btn{align-items:center;background:#c9a227;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;height:52px;justify-content:center;width:100%}.checkout-footer-btn:active{background:#a88a1f}.checkout-footer-btn:disabled{background:#d0d0d0;cursor:not-allowed}.checkout-footer-btn svg{height:20px;width:20px}.order-success-page{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:24px;text-align:center}.success-animation,.success-icon{height:120px;margin-bottom:24px;width:120px}.success-icon{align-items:center;animation:successPop .5s ease;background:linear-gradient(135deg,#38a169,#2f855a);border-radius:50%;display:flex;justify-content:center}@keyframes successPop{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.success-icon svg{color:#fff;height:60px;width:60px}.success-title{color:#1a1a1a;font-size:24px;font-weight:700;margin:0 0 8px}.success-message{color:#666;font-size:15px;line-height:1.5;margin:0 0 8px}.order-id{color:#888;font-size:14px;margin:0 0 32px}.order-id strong{color:#1a1a1a}.success-actions{display:flex;flex-direction:column;gap:12px;max-width:320px;width:100%}.success-btn-primary{background:#c9a227;color:#fff}.success-btn-primary,.success-btn-secondary{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;height:52px;justify-content:center;text-decoration:none}.success-btn-secondary{background:#f5f5f5;color:#1a1a1a}.success-btn-primary svg,.success-btn-secondary svg{height:20px;width:20px}.order-details-card{background:#f8f8f8;border-radius:14px;margin:0 0 32px;max-width:320px;padding:16px;text-align:left;width:100%}.order-detail-row{display:flex;justify-content:space-between;margin-bottom:10px}.order-detail-row:last-child{margin-bottom:0}.order-detail-label{color:#888;font-size:13px}.order-detail-value{color:#1a1a1a;font-size:13px;font-weight:500}.order-detail-value.total{color:#c9a227;font-size:16px;font-weight:700}.orders-page{background:#f7f7f7;min-height:100vh;padding-bottom:80px}.order-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;gap:8px;height:56px;left:0;padding:0 8px;padding-top:var(--safe-area-top,0);position:fixed;right:0;top:0;z-index:100}.order-page-title{color:#1a1a1a;flex:1 1;font-size:17px;font-weight:600;margin:0}.order-content{padding:72px 16px 16px}.order-status-card{background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000000a;margin-bottom:16px;padding:20px}.order-status-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.order-status-info h3{color:#1a1a1a;font-size:18px;font-weight:700;margin:0 0 4px}.order-status-info p{color:#888;font-size:13px;margin:0}.order-status-badge{border-radius:20px;font-size:12px;gap:6px;padding:6px 12px}.order-status-badge.processing{background:#fef3d0;color:#9a7b1a}.order-status-badge.shipped{background:#dbeafe;color:#1e40af}.order-status-badge.out-for-delivery{background:#fce7f3;color:#9d174d}.order-status-badge.delivered{background:#dcfce7;color:#166534}.order-status-badge.cancelled{background:#fee2e2;color:#991b1b}.order-status-badge svg{height:14px;width:14px}.delivery-estimate{background:linear-gradient(135deg,#1a1a1a,#333);gap:14px;margin-bottom:16px;padding:16px}.delivery-estimate,.delivery-icon{align-items:center;border-radius:12px;display:flex}.delivery-icon{background:#c9a22733;flex-shrink:0;height:48px;justify-content:center;width:48px}.delivery-icon svg{color:#c9a227;height:24px;width:24px}.delivery-info{flex:1 1}.delivery-label{color:#aaa;font-size:12px;margin:0 0 4px}.delivery-date{color:#fff;font-size:16px;font-weight:700;margin:0}.tracking-timeline{padding:16px 0}.timeline-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 16px}.timeline-item{display:flex;gap:14px;padding-bottom:24px;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-item:not(:last-child):before{background:#e0e0e0;bottom:0;content:"";left:11px;position:absolute;top:28px;width:2px}.timeline-item.completed:not(:last-child):before{background:#38a169}.timeline-dot{align-items:center;background:#e0e0e0;border-radius:50%;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px;z-index:1}.timeline-item.completed .timeline-dot{background:#38a169}.timeline-item.active .timeline-dot{animation:pulse-dot 2s infinite;background:#c9a227}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 0 #c9a22766}50%{box-shadow:0 0 0 8px #c9a22700}}.timeline-dot svg{color:#fff;height:12px;width:12px}.timeline-content{flex:1 1;padding-top:2px}.timeline-status{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 4px}.timeline-item:not(.completed):not(.active) .timeline-status{color:#aaa}.timeline-desc{color:#888;font-size:13px;line-height:1.4;margin:0 0 4px}.timeline-time{color:#aaa;font-size:11px;margin:0}.delivery-address-card{background:#fff;border-radius:16px;margin-bottom:16px;padding:16px}.address-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.address-card-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0}.address-card-icon{align-items:center;background:#f5f5f5;border-radius:10px;display:flex;height:36px;justify-content:center;width:36px}.address-card-icon svg{color:#c9a227;height:18px;width:18px}.delivery-address-text{color:#4a4a4a;font-size:14px;line-height:1.5;margin:0 0 8px}.delivery-contact{color:#1a1a1a;font-size:13px;font-weight:500;margin:0}.order-items-card{background:#fff;border-radius:16px;margin-bottom:16px;padding:16px}.order-items-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.order-items-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0}.order-items-count{color:#888;font-size:13px}.order-item-row{border-bottom:1px solid #f0f0f0;display:flex;gap:12px;padding:12px 0}.order-item-row:last-child{border-bottom:none;padding-bottom:0}.order-item-image{background:#f5f5f5;border-radius:10px;flex-shrink:0;height:64px;object-fit:cover;width:64px}.order-item-details{flex:1 1;min-width:0}.order-item-name{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-item-variant{color:#888;font-size:12px;margin:0 0 6px}.order-item-qty-price{align-items:center;display:flex;justify-content:space-between}.order-item-qty{color:#666;font-size:12px}.order-item-price{color:#1a1a1a;font-size:14px;font-weight:600}.order-summary-card{background:#fff;border-radius:16px;margin-bottom:16px;padding:16px}.order-summary-card .summary-row{display:flex;justify-content:space-between;margin-bottom:10px}.order-summary-card .summary-label{color:#666;font-size:14px}.order-summary-card .summary-value{color:#1a1a1a;font-size:14px;font-weight:500}.order-summary-card .summary-divider{background:#f0f0f0;height:1px;margin:14px 0}.order-summary-card .total-row{align-items:center;display:flex;justify-content:space-between}.order-summary-card .total-label{color:#1a1a1a;font-size:16px;font-weight:600}.order-summary-card .total-value{color:#c9a227;font-size:20px;font-weight:700}.order-actions{display:flex;gap:12px;margin-bottom:16px}.order-action-btn{align-items:center;border-radius:12px;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:600;gap:8px;height:48px;justify-content:center;transition:all .15s ease}.order-action-btn.primary{background:#c9a227;border:none;color:#fff}.order-action-btn.primary:active{background:#a88a1f}.order-action-btn.secondary{background:#fff;border:1.5px solid #e0e0e0;color:#1a1a1a}.order-action-btn.secondary:active{background:#f5f5f5}.order-action-btn svg{height:18px;width:18px}.order-help-card{background:#fff;border-radius:16px;padding:16px}.help-item{align-items:center;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;padding:14px 0}.help-item:last-child{border-bottom:none;padding-bottom:0}.help-item:first-child{padding-top:0}.help-icon{align-items:center;background:#f5f5f5;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-right:12px;width:40px}.help-icon svg{color:#4a4a4a;height:20px;width:20px}.help-text{flex:1 1}.help-title{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 2px}.help-desc{color:#888;font-size:12px;margin:0}.help-arrow{color:#ccc;height:20px;width:20px}.orders-list{padding-top:8px}.order-list-card{background:#fff;border-radius:14px;box-shadow:0 2px 8px #0000000a;display:block;margin-bottom:12px;padding:16px;text-decoration:none}.order-list-card:active{background:#fafafa}.order-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.order-list-id{color:#1a1a1a;font-size:14px;font-weight:600;margin:0}.order-list-date{color:#888;font-size:12px;margin:0}.order-list-items{display:flex;gap:8px;margin-bottom:12px}.order-list-thumb{object-fit:cover}.order-list-more,.order-list-thumb{background:#f5f5f5;border-radius:8px;height:52px;width:52px}.order-list-more{align-items:center;color:#888;display:flex;font-size:12px;font-weight:600;justify-content:center}.order-list-footer{align-items:center;display:flex;justify-content:space-between}.order-list-total{color:#1a1a1a;font-size:16px;font-weight:700}.order-list-status{border-radius:12px;font-size:12px;font-weight:600;padding:4px 10px}.order-list-status.processing{background:#fef3d0;color:#9a7b1a}.order-list-status.delivered{background:#dcfce7;color:#166534}.orders-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;gap:8px;height:56px;left:0;padding:0 8px;padding-top:var(--safe-area-top,0);position:fixed;right:0;top:0;z-index:100}.orders-header-content{align-items:center;display:flex;flex:1 1;gap:10px}.orders-page-title{color:#1a1a1a;font-size:17px;font-weight:700;margin:0}.orders-active-badge{background:#c9a227;border-radius:10px;color:#fff;font-size:11px;font-weight:600;padding:3px 8px}.orders-content{padding:72px 16px 16px}.orders-stats{display:flex;gap:10px;margin-bottom:16px}.order-stat-card{background:#fff;border-radius:12px;cursor:pointer;flex:1 1;padding:10px 8px;text-align:center;transition:transform .1s ease}.order-stat-card:active{transform:scale(.96)}.order-stat-card.active-stat{background:linear-gradient(145deg,#c9a227,#a88a1f);box-shadow:0 4px 12px #c9a2274d}.order-stat-card.active-stat .order-stat-label,.order-stat-card.active-stat .order-stat-value{color:#fff}.order-stat-value{color:#1a1a1a;display:block;font-size:18px;font-weight:700;margin-bottom:2px}.order-stat-label{color:#888;font-size:10px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.orders-filter-bar{-webkit-overflow-scrolling:touch;display:flex;gap:8px;margin-bottom:16px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.orders-filter-bar::-webkit-scrollbar{display:none}.orders-filter-chip{background:#fff;border:1px solid #e8e8e8;border-radius:20px;color:#666;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;white-space:nowrap}.orders-filter-chip.active{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.order-card{background:#fff;border-radius:16px;margin-bottom:14px;padding:16px}.order-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.order-card-id{display:flex;flex-direction:column}.order-id-label{color:#888;font-size:11px;letter-spacing:.3px;text-transform:uppercase}.order-id-value{color:#1a1a1a;font-size:15px;font-weight:700}.order-status-badge{align-items:center;border-radius:8px;display:inline-flex;font-size:11px;font-weight:600;gap:5px;padding:5px 10px}.order-status-badge svg{height:12px;width:12px}.order-delivery-info{background:#f8f8f8;border-radius:10px;margin-bottom:14px;padding:10px 12px}.order-delivery-info p{color:#666;font-size:13px;margin:0}.order-delivery-info strong{color:#1a1a1a}.arriving-today{color:#22c55e!important;font-weight:600}.order-products-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.order-products-images{display:flex;gap:-8px}.order-product-thumb{background:#f5f5f5;border:2px solid #fff;border-radius:10px;height:44px;margin-left:-8px;object-fit:cover;width:44px}.order-product-thumb:first-child{margin-left:0}.order-more-items{align-items:center;background:#f0f0f0;border:2px solid #fff;border-radius:10px;color:#888;display:flex;font-size:11px;font-weight:600;height:44px;justify-content:center;margin-left:-8px;width:44px}.order-products-summary{text-align:right}.order-item-count{color:#888;display:block;font-size:12px;margin-bottom:2px}.order-total{color:#1a1a1a;font-size:17px;font-weight:700}.order-card .order-actions{display:flex;gap:8px;margin-bottom:12px}.order-card .order-action-btn{align-items:center;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-size:12px;font-weight:600;gap:6px;justify-content:center;padding:10px 12px;text-decoration:none}.order-card .order-action-btn.primary{background:linear-gradient(145deg,#c9a227,#a88a1f);border:none;color:#fff}.order-card .order-action-btn.secondary{background:#f5f5f5;border:none;color:#1a1a1a}.order-card .order-action-btn.reorder{background:#f5f5f5;border:none;color:#c9a227}.order-card .order-action-btn svg{height:14px;width:14px}.order-card .order-action-btn:active{transform:scale(.98)}.order-date-footer{border-top:1px solid #f0f0f0;color:#aaa;font-size:11px;padding-top:10px;text-align:center}.orders-empty{padding:60px 20px;text-align:center}.orders-empty-icon{align-items:center;background:#f5f5f5;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.orders-empty-icon svg{color:#ccc;height:40px;width:40px}.orders-empty h2{color:#1a1a1a;font-size:18px;font-weight:700;margin:0 0 8px}.orders-empty p{color:#888;font-size:14px;margin:0 0 20px}.orders-empty-btn{background:#1a1a1a;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;padding:12px 24px}.track-order-header{align-items:center;background:#fff;display:flex;justify-content:space-between;margin-bottom:2px;padding:20px 16px}.track-order-id{display:flex;flex-direction:column}.track-id-label{color:#888;font-size:11px;letter-spacing:.5px;text-transform:uppercase}.track-id-value{color:#1a1a1a;font-size:16px;font-weight:700}.track-delivery-badge{align-items:center;background:#fef9ec;border:1px solid #fceebf;border-radius:8px;display:flex;gap:6px;padding:6px 12px}.track-delivery-badge svg{color:#c9a227;height:14px;width:14px}.track-delivery-badge span{color:#c9a227;font-size:12px;font-weight:600}.track-carrier-card{align-items:center;background:#fff;display:flex;gap:12px;margin-bottom:12px;padding:16px}.carrier-icon{align-items:center;background:#f0f0f0;border-radius:10px;display:flex;height:44px;justify-content:center;width:44px}.carrier-icon svg{color:#666;height:22px;width:22px}.carrier-details{display:flex;flex:1 1;flex-direction:column}.carrier-name{color:#1a1a1a;font-size:14px;font-weight:600}.carrier-tracking{color:#888;font-size:12px}.carrier-copy-btn{align-items:center;background:#f9f9f9;border:none;border-radius:8px;color:#888;cursor:pointer;display:flex;height:36px;justify-content:center;width:36px}.track-timeline-card{background:#fff;margin-bottom:12px;padding:20px 16px}.track-timeline-title{color:#1a1a1a;font-size:15px;font-weight:700;margin:0 0 20px}.track-timeline{padding-left:8px;position:relative}.track-timeline-item{display:flex;gap:16px;padding-bottom:30px;position:relative}.track-timeline-item:last-child{padding-bottom:0}.track-timeline-item:before{background:#f0f0f0;bottom:0;content:"";left:11px;position:absolute;top:24px;width:2px}.track-timeline-item:last-child:before{display:none}.track-timeline-item.completed:before{background:#38a169}.track-timeline-dot{align-items:center;background:#e0e0e0;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px;z-index:1}.track-timeline-dot svg{height:14px;width:14px}.track-timeline-item.completed .track-timeline-dot{background:#38a169}.track-timeline-item.active .track-timeline-dot{background:#c9a227;box-shadow:0 0 0 4px #c9a22733}.track-timeline-content{padding-top:2px}.track-timeline-content h4{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 4px}.track-timeline-content p{color:#666;font-size:13px;margin:0 0 4px}.track-timeline-time{color:#aaa;font-size:11px}.track-items-card{background:#fff;margin-bottom:12px;padding:16px}.track-items-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 16px}.track-item-row{align-items:center;border:1px solid #f0f0f0;border-radius:12px;display:flex;gap:12px;margin-bottom:10px;padding:12px;text-decoration:none}.track-item-row:last-child{margin-bottom:0}.track-item-image{background:#f5f5f5;border-radius:8px;height:48px;object-fit:cover;width:48px}.track-item-details{display:flex;flex:1 1;flex-direction:column;gap:2px}.track-item-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#1a1a1a;display:-webkit-box;font-size:13px;font-weight:600;overflow:hidden}.track-item-qty{color:#888;font-size:12px}.track-item-arrow{color:#ccc;height:16px;width:16px}.track-help-card{display:flex;gap:12px;padding:16px}.track-help-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-size:13px;font-weight:600;gap:8px;height:44px;justify-content:center}.track-help-btn:not(.secondary){background:#1a1a1a;color:#fff}.track-help-btn.secondary{background:#fff;border:1px solid #e0e0e0;color:#1a1a1a}.track-help-btn svg{height:16px;width:16px}.track-info-grid{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.track-section-title{align-items:center;color:#1a1a1a;display:flex;font-size:15px;font-weight:700;gap:8px;margin-bottom:16px}.track-section-title svg{color:#c9a227;height:18px;width:18px}.track-address-card{background:#fff;padding:20px 16px}.track-address-content{padding-left:2px}.track-user-name{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 6px}.track-user-addr{color:#4a4a4a;font-size:14px;line-height:1.5;margin:0 0 8px}.track-user-phone{color:#888;font-size:13px;margin:0}.track-summary-card{background:#fff;margin-bottom:12px;padding:20px 16px}.track-item-meta{align-items:center;display:flex;justify-content:space-between;margin-top:4px}.track-item-price{color:#1a1a1a;font-size:13px;font-weight:600}.track-price-breakdown{margin-top:8px;padding-top:16px}.track-price-row{color:#666;display:flex;font-size:14px;justify-content:space-between;margin-bottom:10px}.track-price-row span:last-child{color:#1a1a1a;font-weight:500}.track-price-row.total{color:#1a1a1a;font-size:16px;font-weight:700;margin-bottom:0}.track-price-row.total span:last-child{color:#c9a227}.free-shipping{color:#22c55e!important;font-weight:600!important}.track-price-divider{background:#f0f0f0;height:1px;margin:12px 0}.track-payment-info{align-items:center;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-top:20px;padding-top:16px}.payment-label{color:#666;font-size:14px}.payment-value{align-items:center;color:#1a1a1a;display:flex;font-size:14px;font-weight:600;gap:8px}.payment-status-badge{background:#dcfce7;border-radius:6px;color:#166534;font-size:11px;font-weight:700;padding:4px 8px;text-transform:uppercase}.account-page{background:#f7f7f7;min-height:100vh;padding-bottom:80px}.account-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;gap:8px;height:56px;left:0;padding:0 8px;padding-top:var(--safe-area-top,0);position:fixed;right:0;top:0;z-index:100}.account-page-title{color:#1a1a1a;flex:1 1;font-size:17px;font-weight:600;margin:0}.account-header-action{align-items:center;background:#0000;border:none;border-radius:50%;color:#1a1a1a;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.account-header-action:active{background:#f0f0f0}.account-header-action svg{height:22px;width:22px}.account-content{padding:72px 16px 16px}.profile-card{background:linear-gradient(145deg,#1a1a1a,#2d2d2d);border-radius:20px;margin-bottom:20px;overflow:hidden;padding:24px 20px;position:relative}.profile-card:before{background:radial-gradient(circle,#c9a22726 0,#0000 60%);border-radius:50%;content:"";height:180px;pointer-events:none;position:absolute;right:-20%;top:-40%;width:180px}.profile-top{gap:16px;margin-bottom:20px;position:relative;z-index:1}.profile-avatar,.profile-top{align-items:center;display:flex}.profile-avatar{background:linear-gradient(145deg,#c9a227,#a88a1f);border:3px solid #fff3;border-radius:50%;color:#fff;flex-shrink:0;font-size:24px;font-weight:700;height:64px;justify-content:center;width:64px}.profile-info{flex:1 1;min-width:0}.profile-name{color:#fff;font-size:18px;font-weight:700;margin:0 0 4px}.profile-business{color:#aaa;font-size:13px;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-phone{color:#888;font-size:12px;margin:0}.profile-edit-btn{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.profile-edit-btn svg{height:18px;width:18px}.profile-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.profile-stat{background:#ffffff0d;border-radius:12px;padding:12px 8px;text-align:center}.profile-stat-value{color:#c9a227;font-size:20px;font-weight:700;margin:0 0 2px}.profile-stat-label{color:#888;font-size:11px;margin:0}.menu-section{background:#fff;border-radius:16px;margin-bottom:16px;overflow:hidden}.menu-section-title{color:#888;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0;padding:16px 16px 8px;text-transform:uppercase}.menu-item{align-items:center;border-bottom:1px solid #f5f5f5;cursor:pointer;display:flex;padding:14px 16px;text-decoration:none;transition:background .1s ease}.menu-item:last-child{border-bottom:none}.menu-item:active{background:#fafafa}.menu-icon{align-items:center;background:#f5f5f5;border-radius:12px;display:flex;flex-shrink:0;height:42px;justify-content:center;margin-right:14px;width:42px}.menu-icon svg{color:#4a4a4a;height:20px;width:20px}.menu-icon.gold{background:#fef9ec}.menu-icon.gold svg{color:#c9a227}.menu-icon.green{background:#e8f5ef}.menu-icon.green svg{color:#38a169}.menu-icon.blue{background:#dbeafe}.menu-icon.blue svg{color:#2563eb}.menu-icon.red{background:#fee2e2}.menu-icon.red svg{color:#dc2626}.menu-icon.purple{background:#f3e8ff}.menu-icon.purple svg{color:#9333ea}.menu-text{flex:1 1;min-width:0}.menu-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 2px}.menu-subtitle{color:#888;font-size:12px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-arrow{color:#ccc;flex-shrink:0;height:20px;width:20px}.menu-badge{align-items:center;background:#e53e3e;border-radius:10px;color:#fff;display:flex;font-size:11px;font-weight:600;height:20px;justify-content:center;margin-right:8px;min-width:20px;padding:0 6px}.menu-value{color:#888;font-size:13px;margin-right:8px}.toggle-switch{background:#e0e0e0;border-radius:14px;cursor:pointer;flex-shrink:0;height:28px;position:relative;transition:background .2s ease;width:48px}.toggle-switch.active{background:#c9a227}.toggle-switch:after{background:#fff;border-radius:50%;box-shadow:0 2px 4px #00000026;content:"";height:24px;left:2px;position:absolute;top:2px;transition:transform .2s ease;width:24px}.toggle-switch.active:after{transform:translateX(20px)}.logout-section{padding:16px}.logout-btn{align-items:center;background:#fff;border:1.5px solid #fee2e2;border-radius:14px;color:#dc2626;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;height:52px;justify-content:center;transition:all .15s ease;width:100%}.logout-btn:active{background:#fee2e2}.logout-btn svg{height:20px;width:20px}.app-version{padding:16px;text-align:center}.app-version p{color:#aaa;font-size:12px;margin:0}.sub-page{background:#f7f7f7;min-height:100vh;padding-bottom:40px}.sub-page-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;gap:8px;height:56px;left:0;padding:0 8px;padding-top:var(--safe-area-top,0);position:fixed;right:0;top:0;z-index:100}.sub-page-title{color:#1a1a1a;flex:1 1;font-size:17px;font-weight:600;margin:0}.sub-page-content{padding:72px 16px 16px}.address-list{display:flex;flex-direction:column;gap:12px}.address-item{background:#fff;border-radius:14px;padding:16px;position:relative}.address-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.address-type-tag{background:#c9a227;border-radius:4px;color:#fff;font-size:11px;font-weight:600;padding:4px 10px;text-transform:uppercase}.address-type-tag.secondary{background:#888}.address-actions{display:flex;gap:8px}.address-action-btn{align-items:center;background:#f5f5f5;border:none;border-radius:8px;color:#666;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.address-action-btn:active{background:#e8e8e8}.address-action-btn.delete{color:#dc2626}.address-action-btn svg{height:16px;width:16px}.address-name{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 6px}.address-text{color:#666;font-size:13px;line-height:1.5;margin:0 0 8px}.address-phone{color:#1a1a1a;font-size:13px;font-weight:500;margin:0}.wishlist-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.wishlist-card{background:#fff;border-radius:14px;overflow:hidden;text-decoration:none}.wishlist-image{aspect-ratio:1;background:#f5f5f5;object-fit:cover;width:100%}.wishlist-info{padding:12px}.wishlist-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#1a1a1a;display:-webkit-box;font-size:13px;font-weight:600;margin:0 0 4px;min-height:34px;overflow:hidden}.wishlist-price{color:#1a1a1a;font-size:15px;font-weight:700;margin:0}.wishlist-remove{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#e53e3e;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:8px;top:8px;width:32px}.wishlist-remove svg{fill:currentColor;height:18px;width:18px}.notification-list{display:flex;flex-direction:column;gap:8px}.notification-item{background:#fff;border-radius:14px;display:flex;gap:14px;padding:16px}.notification-item.unread{background:#fef9ec;border-left:3px solid #c9a227}.notification-icon{align-items:center;background:#f5f5f5;border-radius:12px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.notification-item.unread .notification-icon{background:#fff3d0}.notification-icon svg{color:#4a4a4a;height:22px;width:22px}.notification-item.unread .notification-icon svg{color:#c9a227}.notification-content{flex:1 1;min-width:0}.notification-title{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 4px}.notification-desc{color:#666;font-size:13px;line-height:1.4;margin:0 0 6px}.notification-time{color:#aaa;font-size:11px;margin:0}.settings-card{background:#fff;border-radius:16px;margin-bottom:16px;overflow:hidden}.settings-item{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;padding:16px}.settings-item:last-child{border-bottom:none}.settings-item.clickable{cursor:pointer;transition:background .15s ease}.settings-icon,.settings-item.clickable:active{background:#f5f5f5}.settings-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-right:14px;width:40px}.settings-icon svg{color:#4a4a4a;height:20px;width:20px}.settings-text{flex:1 1}.settings-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 2px}.settings-desc{color:#888;font-size:12px;margin:0}.help-topics{display:flex;flex-direction:column;gap:12px}.help-topic-card{align-items:center;background:#fff;border-radius:14px;cursor:pointer;display:flex;gap:14px;padding:16px;text-decoration:none}.help-topic-card:active{background:#fafafa}.help-topic-icon{align-items:center;background:#f5f5f5;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.help-topic-icon svg{color:#c9a227;height:24px;width:24px}.help-topic-text{flex:1 1}.help-topic-title{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 4px}.help-topic-desc{color:#888;font-size:12px;margin:0}.about-logo{padding:32px 0;text-align:center}.about-logo img{height:80px;margin-bottom:12px;object-fit:contain;width:80px}.about-logo h2{color:#1a1a1a;font-size:20px;font-weight:700;margin:0 0 4px}.about-logo p{color:#888;font-size:13px;margin:0}.about-info{background:#fff;border-radius:16px;margin-bottom:16px;overflow:hidden}.about-row{border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;padding:14px 16px}.about-row:last-child{border-bottom:none}.about-label{color:#666;font-size:14px}.about-value{color:#1a1a1a;font-size:14px;font-weight:500}.add-floating-btn{align-items:center;background:#c9a227;border:none;border-radius:50%;bottom:90px;box-shadow:0 4px 12px #c9a22766;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:16px;width:56px;z-index:50}.add-floating-btn:active{transform:scale(.95)}.add-floating-btn svg{height:24px;width:24px}.empty-state{padding:60px 24px}.empty-state-icon{color:#d0d0d0;height:80px;margin:0 auto 20px;width:80px}.empty-state-title{color:#4a4a4a;font-weight:600}.empty-state-desc{line-height:1.5;margin:0 0 24px}.empty-state-btn{align-items:center;background:#c9a227;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;padding:14px 28px;text-decoration:none}.profile-avatar-section{padding:24px 0 32px;text-align:center}.profile-avatar-large{align-items:center;background:linear-gradient(145deg,#c9a227,#a88a1f);border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px #0000001a;color:#fff;display:flex;font-size:32px;font-weight:700;height:88px;justify-content:center;margin:0 auto 16px;width:88px}.change-photo-btn{align-items:center;background:#f5f5f5;border:none;border-radius:10px;color:#1a1a1a;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:10px 20px}.change-photo-btn svg{color:#666;height:16px;width:16px}.change-photo-btn:active{background:#e8e8e8}.profile-avatar-upload{cursor:pointer;display:inline-block;position:relative}.profile-avatar-upload .profile-avatar-large{margin-bottom:0;overflow:hidden;position:relative;transition:all .2s ease}.profile-avatar-upload:active .profile-avatar-large{transform:scale(.95)}.avatar-camera-badge{align-items:center;background:#c9a227;border:3px solid #f5f5f5;border-radius:50%;bottom:0;box-shadow:0 2px 8px #00000026;display:flex;height:32px;justify-content:center;position:absolute;right:0;width:32px}.avatar-camera-badge svg{color:#fff;height:16px;width:16px}.avatar-hint{color:#888;font-size:12px;margin:12px 0 0;text-align:center}.payment-section{margin-bottom:20px}.payment-section-title{color:#888;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0 0 10px;text-transform:uppercase}.payment-list{display:flex;flex-direction:column;gap:10px}.payment-card{align-items:center;background:#fff;border:1.5px solid #0000;border-radius:12px;display:flex;justify-content:space-between;padding:14px}.payment-card.default{background:#fffef7;border-color:#c9a227}.payment-card-left{align-items:center;display:flex;gap:12px}.card-brand-icon,.upi-icon{border-radius:4px;height:28px;width:44px}.upi-icon{align-items:center;background:#5f259f;display:flex;justify-content:center}.upi-icon svg{color:#fff;height:18px;width:18px}.payment-card-info{flex:1 1}.payment-card-number{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 2px}.payment-card-meta{color:#888;font-size:11px;margin:0}.payment-card-actions{align-items:center;display:flex;gap:8px}.default-badge{background:#fef9ec;border-radius:4px;font-size:10px}.default-badge,.set-default-btn{color:#c9a227;font-weight:600;padding:4px 8px}.set-default-btn{background:#0000;border:none;cursor:pointer;font-size:11px}.payment-action-btn{align-items:center;background:#f5f5f5;border:none;border-radius:8px;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}.payment-action-btn.delete{color:#dc2626}.payment-action-btn svg{height:16px;width:16px}.add-payment-options{display:flex;flex-direction:column;gap:10px}.add-payment-option{align-items:center;background:#fff;border-radius:12px;cursor:pointer;display:flex;gap:12px;padding:14px;text-decoration:none}.add-payment-option:active{background:#fafafa}.add-payment-icon{align-items:center;border-radius:10px;display:flex;height:44px;justify-content:center;width:44px}.add-payment-icon.card{background:#dbeafe}.add-payment-icon.card svg{color:#2563eb;height:22px;width:22px}.add-payment-icon.upi{background:#f3e8ff}.add-payment-icon.upi svg{color:#9333ea;height:22px;width:22px}.add-payment-text{flex:1 1}.add-payment-text h4{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 2px}.add-payment-text p{color:#888;font-size:12px;margin:0}.add-payment-arrow{color:#ccc;height:18px;width:18px}.security-note{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;display:flex;gap:10px;margin-top:16px;padding:14px}.security-note svg{color:#38a169;flex-shrink:0;height:18px;margin-top:1px;width:18px}.security-note p{color:#38a169;font-size:12px;line-height:1.4;margin:0}.card-preview{background:linear-gradient(145deg,#1a1a1a,#2d2d2d);border-radius:14px;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:24px;min-height:160px;padding:20px}.card-preview.visa{background:linear-gradient(145deg,#1a1f71,#0e1247)}.card-preview.mastercard{background:linear-gradient(145deg,#eb001b,#a3000f)}.card-preview.rupay{background:linear-gradient(145deg,#097dc6,#05568a)}.card-preview-top{align-items:flex-start;display:flex;justify-content:space-between}.card-chip svg{height:26px;width:36px}.card-brand-text{color:#ffffffe6;font-size:14px;font-weight:700;letter-spacing:1px}.card-preview-number{color:#fff;font-family:monospace;font-size:18px;font-weight:600;letter-spacing:2px;margin:20px 0}.card-preview-bottom{display:flex;justify-content:space-between}.card-preview-label{color:#fff9;font-size:8px;letter-spacing:.5px;text-transform:uppercase}.card-preview-value{color:#fff;font-size:12px;font-weight:600;margin:2px 0 0;text-transform:uppercase}.form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.upi-info-card{background:linear-gradient(145deg,#5f259f,#3d1866);border-radius:14px;margin-bottom:24px;padding:24px;text-align:center}.upi-logo{align-items:center;background:#ffffff26;border-radius:50%;display:flex;height:56px;justify-content:center;margin:0 auto 12px;width:56px}.upi-logo svg{color:#fff;height:28px;width:28px}.upi-info-card h3{color:#fff;font-size:16px;font-weight:600;margin:0 0 4px}.upi-info-card p{color:#ffffffb3;font-size:12px;margin:0}.upi-input-wrap{position:relative}.upi-input-wrap .form-input.verified{border-color:#38a169;padding-right:44px}.upi-verified-badge{align-items:center;background:#38a169;border-radius:50%;display:flex;height:24px;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px}.upi-verified-badge svg{color:#fff;height:14px;width:14px}.verify-btn{align-items:center;background:#5f259f;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;height:48px;justify-content:center;margin-top:12px;width:100%}.verify-btn:active{background:#4a1d7a}.verify-btn.verified{background:#38a169}.verify-btn.loading{cursor:not-allowed;opacity:.7}.verify-btn svg,.verify-spinner{height:18px;width:18px}.verify-spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff}@keyframes spin{to{transform:rotate(1turn)}}.upi-apps-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.upi-app{text-align:center}.upi-app-icon{align-items:center;border-radius:10px;color:#fff;display:flex;font-size:18px;font-weight:700;height:44px;justify-content:center;margin:0 auto 6px;width:44px}.upi-app-icon.gpay{background:linear-gradient(145deg,#4285f4,#34a853 50%,#fbbc05)}.upi-app-icon.phonepe{background:#5f259f}.upi-app-icon.paytm{background:#00baf2}.upi-app-icon.bhim{background:#00796b}.upi-app span{color:#666;font-size:11px}.checkout-footer-btn.disabled{cursor:not-allowed;opacity:.5}.reviews-tabs{background:#fff;border-radius:12px;display:flex;gap:8px;margin-bottom:16px;padding:6px}.review-tab{background:#0000;border:none;border-radius:8px;color:#888;cursor:pointer;flex:1 1;font-size:13px;font-weight:600;padding:10px 12px}.review-tab.active{background:#c9a227;color:#fff}.my-reviews-list{display:flex;flex-direction:column;gap:12px}.my-review-card{background:#fff;border-radius:14px;padding:16px}.my-review-product{align-items:center;display:flex;gap:12px;margin-bottom:12px}.my-review-image{background:#f5f5f5;border-radius:10px;height:56px;object-fit:cover;width:56px}.my-review-product-info h4{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 4px}.my-review-stars{display:flex;gap:2px;margin-bottom:4px}.my-review-date{color:#888;font-size:11px}.my-review-text{color:#4a4a4a;font-size:13px;line-height:1.5;margin:0 0 12px}.my-review-footer{align-items:center;display:flex;justify-content:space-between}.my-review-helpful{align-items:center;color:#888;display:flex;font-size:12px;gap:6px}.my-review-helpful svg{height:14px;width:14px}.my-review-actions{display:flex;gap:8px}.review-action-btn{align-items:center;background:#f5f5f5;border:none;border-radius:8px;color:#666;cursor:pointer;display:flex;height:32px;justify-content:center;text-decoration:none;width:32px}.review-action-btn.delete{color:#dc2626}.review-action-btn svg{height:16px;width:16px}.pending-reviews-list{display:flex;flex-direction:column;gap:12px}.pending-review-card{align-items:center;background:#fff;border-radius:14px;display:flex;gap:12px;padding:14px}.pending-review-image{background:#f5f5f5;border-radius:10px;height:56px;object-fit:cover;width:56px}.pending-review-info{flex:1 1;min-width:0}.pending-review-info h4{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pending-review-info p{color:#888;font-size:11px;margin:0}.write-review-btn{background:#c9a227;border:none;border-radius:8px;color:#fff;flex-shrink:0;font-size:12px;font-weight:600;padding:8px 14px;text-decoration:none}.review-product-card{align-items:center;background:#fff;border-radius:14px;display:flex;gap:14px;margin-bottom:20px;padding:16px}.review-product-image{border-radius:10px;height:64px;width:64px}.review-product-info h3{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 4px}.review-product-info p{color:#888;font-size:12px;margin:0}.rating-section{background:#fff;border-radius:14px;margin-bottom:20px;padding:20px;text-align:center}.rating-section-title{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 16px}.star-rating-input{gap:8px;margin-bottom:8px}.star-btn,.star-rating-input{display:flex;justify-content:center}.star-btn{align-items:center;background:#f5f5f5;border:none;border-radius:10px;color:#d0d0d0;cursor:pointer;height:44px;transition:all .15s ease;width:44px}.star-btn.active{background:#fef9ec;color:#c9a227}.star-btn svg{height:24px;width:24px}.rating-label{color:#c9a227;font-size:14px;font-weight:600;margin:0;min-height:21px}.review-tips{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-top:16px;padding:16px}.review-tips h4{color:#38a169;font-size:13px;font-weight:600;margin:0 0 10px}.review-tips ul{margin:0;padding-left:18px}.review-tips li{color:#38a169;font-size:12px;line-height:1.6}.form-helper{align-items:center;display:flex;justify-content:space-between;margin-top:6px}.form-helper span{color:#888;font-size:11px}.rating-summary-card{background:#fff;border-radius:14px;display:flex;gap:20px;margin-bottom:16px;padding:16px}.rating-summary-left{min-width:80px;text-align:center}.rating-big{color:#1a1a1a;font-size:36px;font-weight:700;line-height:1}.rating-stars-row{display:flex;gap:2px;justify-content:center;margin:6px 0}.rating-count{color:#888;font-size:12px}.rating-bars{display:flex;flex:1 1;flex-direction:column;gap:6px}.rating-bar-row{align-items:center;display:flex;gap:8px}.rating-bar-label{color:#666;font-size:12px;width:12px}.rating-bar-track{background:#f0f0f0;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.rating-bar-fill{background:#c9a227;border-radius:3px;height:100%}.rating-bar-count{color:#888;font-size:11px;text-align:right;width:20px}.review-filters{-webkit-overflow-scrolling:touch;display:flex;gap:8px;margin-bottom:16px;overflow-x:auto;padding-bottom:4px}.review-filter-chip{background:#fff;border:1.5px solid #e0e0e0;border-radius:20px;color:#666;cursor:pointer;flex-shrink:0;font-size:12px;font-weight:600;padding:8px 14px;white-space:nowrap}.review-filter-chip.active{background:#c9a227;border-color:#c9a227;color:#fff}.customer-reviews-list{display:flex;flex-direction:column;gap:12px}.customer-review-card{background:#fff;border-radius:14px;display:block;padding:16px;text-decoration:none}.customer-review-card:active{background:#fafafa}.customer-review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.customer-review-user{align-items:center;display:flex;gap:10px}.customer-avatar{background:linear-gradient(145deg,#c9a227,#a88a1f);border-radius:50%;color:#fff;font-weight:700;height:40px;justify-content:center;width:40px}.customer-avatar,.customer-name{align-items:center;display:flex;font-size:14px}.customer-name{color:#1a1a1a;font-weight:600;gap:6px;margin:0}.verified-badge{align-items:center;background:#dcfce7;border-radius:4px;color:#38a169;display:inline-flex;font-size:10px;font-weight:600;gap:2px;padding:2px 6px}.verified-badge svg{height:10px;width:10px}.customer-date{color:#888;font-size:11px}.customer-rating{display:flex;gap:1px}.customer-review-title{color:#1a1a1a;font-size:14px;font-weight:600;margin:0 0 6px}.customer-review-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#4a4a4a;display:-webkit-box;font-size:13px;line-height:1.5;margin:0;overflow:hidden}.customer-review-footer{align-items:center;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-top:12px;padding-top:12px}.helpful-count{align-items:center;color:#888;display:flex;font-size:12px;gap:6px}.helpful-count svg{height:14px;width:14px}.review-arrow{color:#ccc;height:18px;width:18px}.write-review-fab{align-items:center;background:#c9a227;border:none;border-radius:24px;bottom:24px;box-shadow:0 4px 12px #c9a22766;color:#fff;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 20px;position:fixed;right:16px;text-decoration:none}.write-review-fab svg{height:18px;width:18px}.review-detail-header{background:#fff;border-radius:14px;margin-bottom:16px;padding:16px}.review-detail-user{align-items:center;display:flex;gap:12px}.review-detail-avatar{align-items:center;background:linear-gradient(145deg,#c9a227,#a88a1f);border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:700;height:52px;justify-content:center;width:52px}.review-detail-info{flex:1 1}.review-detail-name{color:#1a1a1a;font-size:16px;font-weight:600;margin:0 0 4px}.verified-badge-lg{align-items:center;background:#dcfce7;border-radius:4px;color:#38a169;display:inline-flex;font-size:11px;font-weight:600;gap:4px;margin-left:8px;padding:3px 8px}.verified-badge-lg svg{height:12px;width:12px}.review-detail-date{color:#888;font-size:12px}.review-detail-rating{align-items:center;background:#fff;border-radius:14px;display:flex;gap:12px;margin-bottom:16px;padding:16px}.review-detail-stars{display:flex;gap:4px}.review-detail-label{color:#c9a227;font-size:16px;font-weight:600}.review-detail-product{background:#f5f5f5;border-radius:10px;color:#666;font-size:13px;margin-bottom:16px;padding:12px 14px}.review-detail-product a{color:#c9a227;font-weight:600;margin-left:4px;text-decoration:none}.review-detail-content{background:#fff;border-radius:14px;margin-bottom:16px;padding:16px}.review-detail-title{color:#1a1a1a;font-size:18px;font-weight:700;margin:0 0 12px}.review-detail-text p{color:#4a4a4a;font-size:14px;line-height:1.6;margin:0 0 12px}.review-detail-text p:last-child{margin-bottom:0}.review-detail-helpful{background:#fff;border-radius:14px;margin-bottom:16px;padding:16px;text-align:center}.review-detail-helpful p{color:#666;font-size:14px;margin:0 0 12px}.helpful-buttons{display:flex;gap:12px;justify-content:center}.helpful-btn{align-items:center;background:#f5f5f5;border:none;border-radius:10px;color:#666;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:10px 20px}.helpful-btn.active{background:#dcfce7;color:#38a169}.helpful-btn svg{height:18px;width:18px}.report-review-btn{align-items:center;background:#0000;border:1.5px solid #e0e0e0;border-radius:12px;color:#888;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:14px;width:100%}.report-review-btn svg{height:18px;width:18px}.notification-item{cursor:pointer;text-decoration:none}.notification-arrow{color:#ccc;flex-shrink:0;height:18px;width:18px}.notif-view-header{align-items:center;display:flex;gap:14px;margin-bottom:20px}.notif-view-icon{align-items:center;border-radius:14px;display:flex;height:52px;justify-content:center;width:52px}.notif-view-icon svg{height:26px;width:26px}.notif-view-meta{flex:1 1}.notif-view-type{display:block;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.notif-view-date{color:#888;font-size:12px}.notif-view-title{color:#1a1a1a;font-size:22px;font-weight:700;line-height:1.3;margin:0 0 20px}.notif-view-content{background:#fff;border-radius:16px;padding:20px}.notif-view-paragraph{color:#4a4a4a;font-size:14px;line-height:1.7;margin:0 0 8px}.notif-view-heading{color:#1a1a1a;font-size:15px;font-weight:700;margin:16px 0 10px}.notif-view-heading:first-child{margin-top:0}.notif-view-list-item{color:#4a4a4a;list-style:disc;margin-left:16px}.notif-view-check-item,.notif-view-list-item{font-size:14px;line-height:1.6;margin-bottom:6px}.notif-view-check-item{align-items:flex-start;color:#38a169;display:flex;gap:8px;list-style:none;margin-left:0}.notif-view-check-item:before{color:#38a169;content:"✓";font-weight:700}.notif-view-numbered-item{color:#4a4a4a;font-size:14px;line-height:1.6;list-style:none;margin-bottom:6px;margin-left:20px}.form-section-desc{color:#888;font-size:12px;margin:-8px 0 12px}.file-upload-box{margin-top:4px}.file-upload-label{cursor:pointer;display:block}.file-upload-placeholder{background:#fafafa;border:2px dashed #d0d0d0;border-radius:12px;padding:24px;text-align:center;transition:all .2s ease}.file-upload-placeholder:active{background:#fef9ec;border-color:#c9a227}.file-upload-placeholder svg{color:#c9a227;height:36px;margin-bottom:10px;width:36px}.file-upload-placeholder span{color:#1a1a1a;display:block;font-size:14px;font-weight:600;margin-bottom:4px}.file-upload-placeholder p{color:#888;font-size:12px;margin:0}.file-uploaded{align-items:center;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:12px;display:flex;gap:12px;padding:14px}.file-uploaded svg{color:#38a169;flex-shrink:0;height:24px;width:24px}.file-uploaded span{color:#1a1a1a;flex:1 1;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-remove-btn{align-items:center;background:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.file-remove-btn svg{color:#dc2626;height:16px;width:16px}.shop-images-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.shop-image-item{aspect-ratio:1;border-radius:12px;overflow:hidden;position:relative}.shop-image-item img{height:100%;object-fit:cover;width:100%}.shop-image-remove{align-items:center;background:#0009;border:none;border-radius:50%;cursor:pointer;display:flex;height:26px;justify-content:center;position:absolute;right:6px;top:6px;width:26px}.shop-image-remove svg{color:#fff;height:14px;width:14px}.shop-image-add{align-items:center;aspect-ratio:1;background:#fafafa;border:2px dashed #d0d0d0;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:6px;justify-content:center}.shop-image-add:active{background:#fef9ec;border-color:#c9a227}.shop-image-add svg{color:#c9a227;height:24px;width:24px}.shop-image-add span{color:#888;font-size:12px;font-weight:600}.form-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:18px;padding-right:40px}.form-textarea{background:#fff;border:1.5px solid #e0e0e0;border-radius:12px;color:#1a1a1a;font-family:inherit;font-size:15px;padding:14px 16px;resize:none;width:100%}.form-textarea:focus{border-color:#c9a227;outline:none}.form-textarea.error{border-color:#dc2626}.profile-avatar-img{border-radius:50%;height:100%;object-fit:cover;width:100%}.view-review-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;padding:24px}.product-info-header{border-bottom:1px solid #f0f0f0;display:flex;gap:16px;margin-bottom:24px;padding-bottom:20px}.review-product-image{background:#f5f5f5;border-radius:12px;flex-shrink:0;height:80px;object-fit:cover;width:80px}.review-product-details{flex:1 1}.review-product-name{color:#1a1a1a;font-size:16px;font-weight:700;line-height:1.4;margin:0 0 8px}.review-meta{align-items:center;color:#888;display:flex;font-size:13px;justify-content:space-between;margin-bottom:20px}.review-helpful-tag{align-items:center;background:#fef9ec;border-radius:20px;color:#c9a227;display:flex;font-size:12px;font-weight:600;gap:6px;padding:6px 12px}.review-body{color:#4a4a4a;font-size:15px;line-height:1.6}.purchases-controls{background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000008;margin-bottom:20px;padding:16px}.search-bar-container{margin-bottom:12px;position:relative}.search-icon{color:#888;height:20px;left:12px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.search-input{background:#f9f9f9;border:1.5px solid #f0f0f0;border-radius:12px;color:#1a1a1a;font-size:14px;height:44px;padding:0 12px 0 40px;transition:all .2s ease;width:100%}.search-input:focus{background:#fff;border-color:#c9a227;outline:none}.filter-chips{-webkit-overflow-scrolling:touch;display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.filter-chips::-webkit-scrollbar{display:none}.filter-chip{background:#f5f5f5;border:none;border-radius:20px;color:#666;cursor:pointer;font-size:13px;font-weight:500;padding:6px 14px;transition:all .2s ease;white-space:nowrap}.filter-chip.active{background:#1a1a1a;color:#fff}.purchases-list{display:flex;flex-direction:column;gap:16px}.purchase-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000a;padding:16px;transition:transform .2s ease}.purchase-header{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.status-badge{border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.status-badge.delivered{background:#dcfce7;color:#15803d}.status-badge.shipped{background:#dbeafe;color:#1e40af}.status-badge.processing{background:#fef9ec;color:#b45309}.purchase-date{color:#888;font-size:12px;font-weight:500}.purchase-body{display:flex;gap:14px;margin-bottom:16px}.purchase-image{background:#f5f5f5;border-radius:10px;height:70px;object-fit:cover;width:70px}.purchase-details{flex:1 1;min-width:0}.purchase-name{color:#1a1a1a;font-size:15px;font-weight:600;line-height:1.3;margin:0 0 6px}.purchase-meta{align-items:center;color:#666;display:flex;font-size:13px;margin-bottom:6px}.dot{color:#ccc;margin:0 6px}.purchase-price{color:#c9a227;font-size:16px;font-weight:700}.purchase-actions{display:flex;gap:10px}.action-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-weight:600;gap:8px;justify-content:center;transition:all .15s ease}.action-btn.primary{background:#1a1a1a;color:#fff;flex:1 1;font-size:13px;height:40px}.action-btn.primary:active{background:#333;transform:scale(.98)}.action-btn svg{height:16px;width:16px}.secondary-actions{display:flex;gap:8px}.action-btn.icon-only{background:#f5f5f5;color:#1a1a1a;height:40px;width:40px}.action-btn.icon-only:active{background:#e5e5e5;transform:scale(.95)}.action-btn.icon-only svg{height:18px;width:18px}.empty-state{background:#fff;border-radius:16px;padding:60px 20px;text-align:center}.empty-state-icon{color:#e0e0e0;height:64px;margin-bottom:16px;width:64px}.empty-state-title{color:#1a1a1a;font-size:18px;font-weight:700;margin:0 0 8px}.empty-state-desc{color:#888;font-size:14px;margin:0}
/*# sourceMappingURL=main.6827c4b2.css.map*/