*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;--primary-green: #3A7D44;--primary-green-dark: #2D6535;--primary-green-light: #4A9D54;--light-green: #6BBF73;--very-light-green: #C8E6C9;--emerald-50: #E8F5E9;--cream: #fafaf9;--warm-gray-50: #fafaf9;--warm-gray-100: #f5f5f4;--warm-gray-200: #e7e5e4;--warm-gray-300: #d6d3d1;--warm-gray-400: #a8a29e;--warm-gray-500: #78716c;--warm-gray-600: #57534e;--warm-gray-700: #44403c;--warm-gray-800: #292524;--warm-gray-900: #1c1917;--light-brown: #d4a574;--brown: #a67c52;--white: #ffffff;--text-dark: #1c1917;--text-gray: #57534e;--text-muted: #78716c;--border-light: #e7e5e4;--border-gray: #d6d3d1;--light-gray: #f5f5f4;--accent-red: #ef4444;--accent-red-light: #fef2f2;--accent-yellow: #f59e0b;--accent-yellow-light: #fffbeb;--accent-blue: #3b82f6;--accent-blue-light: #eff6ff;--accent-orange: #f97316;--accent-orange-light: #fff7ed;--menu-bg: #3A7D44;--menu-text: #ffffff;--menu-active-bg: #ffffff;--menu-active-text: #3A7D44;--menu-pill-radius: 20px;--flash-sale-bg: linear-gradient(135deg, #ff6b35, #ef4444);--flash-sale-text: #ffffff;--sale-badge-bg: #ef4444;--sale-badge-text: #ffffff;--discount-green: #3A7D44;--star-filled: #f59e0b;--star-empty: #d6d3d1;--footer-bg: linear-gradient(180deg, #3A7D44, #2D6535);--footer-text: #ffffff;--footer-link: rgba(255, 255, 255, .8);--notif-badge-bg: #ef4444;--notif-badge-text: #ffffff;--coupon-border: #e7e5e4;--coupon-claimed-bg: #f0fdf4;--checkout-bg: #fafafa;--checkout-banner-bg: #737373;--checkout-card-bg: #ffffff;--checkout-frosted-bg: rgba(242, 242, 247, .5);--checkout-selected-green: #34c759;--checkout-confirm-green: #319754;--checkout-total-red: #ff383c;--checkout-link-blue: #0088ff;--checkout-separator: #e5e5e5;--checkout-unselected-border: #ccc;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: 6px;--radius: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--transition-fast: .15s ease;--transition: .2s ease;--transition-slow: .3s ease;color:var(--text-dark);background-color:var(--warm-gray-50);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--warm-gray-50)}#root{min-height:100vh}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:1400px){.container{max-width:1400px}}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:var(--text-dark)}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{color:var(--text-gray);line-height:1.7}a{color:var(--primary-green);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--primary-green-dark)}input,textarea,select{font-family:inherit;font-size:1rem;padding:.75rem 1rem;border:1px solid var(--border-light);border-radius:var(--radius);background-color:var(--white);color:var(--text-dark);transition:border-color var(--transition),box-shadow var(--transition)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #3a7d441f}input::placeholder,textarea::placeholder{color:var(--text-muted)}button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius);border:none;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;font-family:inherit;background-color:var(--primary-green);color:#fff;cursor:pointer;transition:background-color var(--transition),color var(--transition),transform var(--transition),box-shadow var(--transition);white-space:nowrap}button:hover:not(:disabled){background-color:var(--primary-green-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}button:active:not(:disabled){transform:translateY(0);box-shadow:var(--shadow-sm)}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius);padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color var(--transition),color var(--transition),transform var(--transition),box-shadow var(--transition);border:none}.btn-primary{background-color:var(--primary-green);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--primary-green-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background-color:var(--warm-gray-100);color:var(--text-dark);border:1px solid var(--border-light)}.btn-secondary:hover:not(:disabled){background-color:var(--warm-gray-200);border-color:var(--border-gray)}.btn-outline{background-color:transparent;color:var(--primary-green);border:1.5px solid var(--primary-green)}.btn-outline:hover:not(:disabled){background-color:var(--emerald-50)}.btn-ghost{background-color:transparent;color:var(--text-gray)}.btn-ghost:hover:not(:disabled){background-color:var(--warm-gray-100);color:var(--text-dark)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-icon{padding:.625rem;aspect-ratio:1}.card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow);overflow:hidden;transition:box-shadow var(--transition)}.card:hover{box-shadow:var(--shadow-lg)}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:var(--radius-full)}.badge-success{background-color:var(--very-light-green);color:var(--primary-green-dark)}.badge-warning{background-color:var(--accent-yellow-light);color:#92400e}.badge-error{background-color:var(--accent-red-light);color:#991b1b}.badge-info{background-color:var(--accent-blue-light);color:#1e40af}.spinner{width:40px;height:40px;border:3px solid var(--warm-gray-200);border-top-color:var(--primary-green);border-radius:50%;animation:spin .8s linear infinite}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{color:var(--text-muted)}.text-primary,.text-success{color:var(--primary-green)}.text-warning{color:var(--accent-yellow)}.text-error{color:var(--accent-red)}.divider{height:1px;background-color:var(--border-light);margin:1.5rem 0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--warm-gray-100)}::-webkit-scrollbar-thumb{background:var(--warm-gray-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--warm-gray-400)}::selection{background-color:var(--very-light-green);color:var(--primary-green-dark)}.toast-container{position:fixed;top:80px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:400px}.toast-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;box-shadow:0 4px 16px #0000001f;animation:toastSlideIn .3s ease-out;min-width:280px}.toast-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;border-radius:50%}.toast-message{flex:1}.toast-close{background:none;border:none;cursor:pointer;font-size:1rem;line-height:1;padding:2px;opacity:.6;transition:opacity .15s;color:inherit}.toast-close:hover{opacity:1}.toast-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.toast-success .toast-icon{background:#22c55e;color:#fff}.toast-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.toast-error .toast-icon{background:#ef4444;color:#fff}.toast-warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.toast-warning .toast-icon{background:#f59e0b;color:#fff}.toast-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.toast-info .toast-icon{background:#3b82f6;color:#fff}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@media(max-width:480px){.toast-container{right:10px;left:10px;max-width:none}}.confirm-modal-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}.confirm-modal{background:#fff;border-radius:16px;padding:28px 24px 24px;max-width:380px;width:100%;text-align:center;box-shadow:0 20px 60px #0003;animation:slideUp .25s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.confirm-icon-wrapper{margin-bottom:16px}.confirm-icon{width:56px;height:56px;padding:12px;border-radius:50%}.confirm-icon.warning{color:#f59e0b;background:#fef3c7}.confirm-icon.danger{color:#dc2626;background:#fee2e2}.confirm-icon.success{color:var(--primary-green);background:#dcfce7}.confirm-icon.info{color:#0284c7;background:#e0f2fe}.confirm-title{font-size:18px;font-weight:700;color:#171717;margin:0 0 8px;line-height:1.4}.confirm-message{font-size:14px;color:#525252;margin:0 0 24px;line-height:1.6}.confirm-input{width:100%;padding:10px 12px;border:1.5px solid #e5e5e5;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:20px;transition:border-color .2s ease;box-sizing:border-box}.confirm-input:focus{outline:none;border-color:#a3a3a3}.confirm-input::placeholder{color:#a3a3a3}.confirm-buttons{display:flex;gap:12px}.confirm-btn{flex:1;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.confirm-btn:disabled{opacity:.7;cursor:not-allowed}.confirm-btn-cancel{background:#f5f5f5;color:#525252;border:1px solid #e5e5e5}.confirm-btn-cancel:hover:not(:disabled){background:#e5e5e5;color:#404040}.confirm-btn-warning{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;box-shadow:0 2px 8px #f59e0b59}.confirm-btn-warning:hover:not(:disabled){background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b73;transform:translateY(-1px)}.confirm-btn-danger{background:linear-gradient(135deg,#f87171,#dc2626);color:#fff;box-shadow:0 2px 8px #dc262659}.confirm-btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #dc262673;transform:translateY(-1px)}.confirm-btn-success{background:linear-gradient(135deg,#4ade80 0%,var(--primary-green) 100%);color:#fff;box-shadow:0 2px 8px #3a7d4459}.confirm-btn-success:hover:not(:disabled){background:linear-gradient(135deg,var(--primary-green) 0%,var(--primary-green-dark) 100%);box-shadow:0 4px 12px #3a7d4473;transform:translateY(-1px)}.confirm-btn-info{background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;box-shadow:0 2px 8px #3b82f659}.confirm-btn-info:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #3b82f673;transform:translateY(-1px)}.confirm-loading{display:flex;align-items:center;justify-content:center;gap:8px}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:480px){.confirm-modal{padding:24px 20px 20px;margin:16px}.confirm-icon{width:48px;height:48px;padding:10px}.confirm-title{font-size:16px}.confirm-message{font-size:13px}.confirm-buttons{flex-direction:column-reverse;gap:10px}.confirm-btn{padding:14px 20px}}.login-prompt-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}.login-prompt-modal{background:var(--white);border-radius:var(--radius-lg);padding:2rem;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:var(--shadow-xl);animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.login-prompt-close{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;border:none;background:var(--warm-gray-100);border-radius:50%;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);padding:0;transition:all var(--transition)}.login-prompt-close:hover{background:var(--warm-gray-200);color:var(--text-dark);transform:none;box-shadow:none}.login-prompt-header{text-align:center;margin-bottom:1.5rem}.login-prompt-logo{margin-bottom:.5rem}.login-prompt-logo img{width:56px;height:56px;object-fit:contain;border-radius:50%;border:2px solid var(--primary-green, #3A7D44)}.login-prompt-header h2{font-size:1.25rem;margin-bottom:.25rem;color:var(--text-dark)}.login-prompt-header p{font-size:.875rem;color:var(--text-muted)}.login-prompt-error{background:var(--accent-red-light);color:#991b1b;padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem;margin-bottom:1rem}.login-prompt-form{display:flex;flex-direction:column;gap:.75rem}.login-prompt-field input{width:100%;padding:.75rem 1rem;border:1px solid var(--border-light);border-radius:var(--radius);font-size:.95rem;transition:all var(--transition)}.login-prompt-field input:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #3a7d441a}.login-prompt-submit{width:100%;padding:.75rem;background-color:var(--primary-green);color:#fff;border:none;border-radius:var(--radius);font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--transition)}.login-prompt-submit:hover:not(:disabled){background-color:var(--primary-green-dark)}.login-prompt-submit:disabled{opacity:.6;cursor:not-allowed}.login-prompt-divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0}.login-prompt-divider:before,.login-prompt-divider:after{content:"";flex:1;height:1px;background:var(--border-light)}.login-prompt-divider span{font-size:.8rem;color:var(--text-muted)}.login-prompt-social{display:flex;flex-direction:column;gap:.625rem}.social-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;width:100%;padding:.7rem;border-radius:var(--radius);font-size:.9375rem;font-weight:500;cursor:pointer;transition:all var(--transition);border:1px solid var(--border-light)}.social-btn:hover{transform:none;box-shadow:var(--shadow-sm)}.social-google{background:var(--white);color:var(--text-dark)}.social-google:hover{background:var(--warm-gray-50)}.social-line{background:#06c755;color:#fff;border-color:#06c755}.social-line:hover{background:#05b64e}.login-prompt-footer{text-align:center;margin-top:1.25rem}.login-prompt-footer p{font-size:.875rem;color:var(--text-muted);margin-bottom:.375rem}.link-btn{background:none;border:none;color:var(--primary-green);font-size:.875rem;font-weight:600;cursor:pointer;padding:0;transition:color var(--transition)}.link-btn:hover{color:var(--primary-green-dark);transform:none;box-shadow:none}@media(max-width:480px){.login-prompt-modal{margin:1rem;padding:1.5rem}}.cs-overlay{position:fixed;inset:0;background:#000000b3;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.cs-modal{background:#fff;border-radius:12px;width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.cs-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.cs-header h2{margin:0;font-size:1.15rem;font-weight:600;color:#1f2937}.cs-header p{margin:.35rem 0 0;font-size:.85rem;color:#6b7280}.cs-body{flex:1;overflow-y:auto;padding:1.5rem;min-height:0}.cs-section{margin-bottom:1.5rem}.cs-section:last-child{margin-bottom:0}.cs-section-title{font-size:.95rem;font-weight:600;color:#374151;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.cs-content{font-size:.85rem;line-height:1.7;color:#4b5563;max-height:200px;overflow-y:auto;padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.cs-content h2,.cs-content h3{font-size:.95rem;margin:.75rem 0 .5rem;color:#1f2937}.cs-content h2:first-child,.cs-content h3:first-child{margin-top:0}.cs-content p{margin:.4rem 0}.cs-loading{text-align:center;padding:2rem;color:#9ca3af;font-size:.9rem}.cs-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;flex-shrink:0}.cs-checkbox{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem;cursor:pointer;font-size:.85rem;color:#374151;line-height:1.4}.cs-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:1px;flex-shrink:0;accent-color:#16a34a;cursor:pointer}.cs-actions{display:flex;gap:.75rem;justify-content:flex-end}.cs-btn{padding:.6rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;border:none;transition:background .2s,opacity .2s}.cs-btn--decline{background:#f3f4f6;color:#6b7280}.cs-btn--decline:hover{background:#e5e7eb}.cs-btn--accept{background:#16a34a;color:#fff}.cs-btn--accept:hover:not(:disabled){background:#15803d}.cs-btn--accept:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.cs-modal{max-height:95vh}.cs-header,.cs-body{padding:1rem}.cs-footer{padding:.75rem 1rem}.cs-actions{flex-direction:column-reverse}.cs-btn{width:100%;text-align:center}}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fafafa;padding:24px}.error-boundary-card{text-align:center;background:#fff;border-radius:16px;padding:48px 32px;max-width:420px;width:100%;box-shadow:0 1px 3px #0000000f}.error-boundary-icon{margin-bottom:24px}.error-boundary-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.error-boundary-desc{font-size:15px;color:#666;line-height:1.6;margin:0 0 32px}.error-boundary-actions{display:flex;gap:12px;justify-content:center}.error-boundary-btn{padding:10px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;border:none;transition:background-color .2s ease;font-family:inherit}.error-boundary-btn.primary{background:#319754;color:#fff}.error-boundary-btn.primary:hover{background:#2a8248}.error-boundary-btn.secondary{background:#f3f4f6;color:#374151}.error-boundary-btn.secondary:hover{background:#e5e7eb}.searchbar-container{position:relative;flex:1 1 auto;max-width:412px;min-width:80px}.searchbar-form{display:flex;align-items:center;background-color:var(--white);border-radius:100px;border:1px solid #d4d4d8;transition:all var(--transition);box-shadow:none}.searchbar-form:focus-within{border-color:var(--primary-green-light);box-shadow:0 0 0 3px #3a7d441f;background-color:var(--white)}.searchbar-input{flex:1;padding:8px 16px;border:none;background:transparent;font-size:.8125rem;color:var(--text-dark)}.searchbar-input::placeholder{color:var(--text-muted)}.searchbar-input:focus{outline:none;box-shadow:none}.searchbar-spinner{width:18px;height:18px;border:2px solid var(--warm-gray-300);border-top-color:var(--primary-green);border-radius:50%;animation:spin .6s linear infinite;align-self:center;margin-right:.5rem}.searchbar-form .searchbar-btn{-webkit-appearance:none;appearance:none;width:36px;height:36px;min-width:36px;border-radius:50%;background:#319754;background-color:#319754;border:none;cursor:pointer;transition:background-color var(--transition);display:flex;align-items:center;justify-content:center;color:#fff;margin:3px;padding:8px;flex-shrink:0;position:relative;z-index:1}.searchbar-form .searchbar-btn:hover{background:var(--primary-green-dark);background-color:var(--primary-green-dark);transform:none;box-shadow:none}.searchbar-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-xl);border:1px solid var(--border-light);z-index:200;max-height:400px;overflow-y:auto}.searchbar-suggestion{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;cursor:pointer;transition:background var(--transition-fast)}.searchbar-suggestion:hover,.searchbar-suggestion.active{background-color:var(--emerald-50)}.suggestion-image{width:40px;height:40px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:var(--warm-gray-100)}.suggestion-image img{width:100%;height:100%;object-fit:cover}.suggestion-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.suggestion-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.suggestion-name{font-size:.875rem;font-weight:500;color:var(--text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-category{font-size:.75rem;color:var(--text-muted)}.suggestion-price{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.price-normal{font-size:.875rem;font-weight:600;color:var(--primary-green)}.price-sale{font-size:.875rem;font-weight:600;color:var(--accent-red)}.price-original{font-size:.75rem;color:var(--text-muted);text-decoration:line-through}@media(max-width:992px){.searchbar-container{max-width:none}}.notification-dropdown{width:380px;max-width:calc(100vw - 1rem);background:var(--white, #ffffff);border-radius:var(--radius-lg, 12px);box-shadow:0 10px 40px #00000026,0 2px 10px #00000014;border:1px solid var(--border-light, #e5e7eb);overflow:hidden;display:flex;flex-direction:column}.notification-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border-light, #e5e7eb);background:var(--white, #ffffff);flex-shrink:0}.notification-dropdown-title{font-size:1rem;font-weight:700;color:var(--text-dark, #171717);margin:0}.notification-dropdown-mark-all{background:none;border:none;color:var(--primary-green, var(--primary-green));font-size:.8125rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius, 8px);transition:all var(--transition, .2s ease);white-space:nowrap}.notification-dropdown-mark-all:hover:not(:disabled){background:var(--emerald-50, #ecfdf5);color:var(--primary-green-dark, var(--primary-green-dark))}.notification-dropdown-mark-all:disabled{opacity:.6;cursor:not-allowed}.notification-dropdown-list{max-height:400px;overflow-y:auto;overscroll-behavior:contain}.notification-dropdown-list::-webkit-scrollbar{width:5px}.notification-dropdown-list::-webkit-scrollbar-track{background:transparent}.notification-dropdown-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.notification-dropdown-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.notification-dropdown-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1.25rem;cursor:pointer;transition:background-color var(--transition, .2s ease);border-bottom:1px solid var(--border-light, #f3f4f6);position:relative}.notification-dropdown-item:last-child{border-bottom:none}.notification-dropdown-item:hover{background-color:var(--warm-gray-50, #f9fafb)}.notification-dropdown-item.notification-unread{background-color:var(--emerald-50, #ecfdf5)}.notification-dropdown-item.notification-unread:hover{background-color:#d1fae5}.notification-item-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--warm-gray-50, #f9fafb);display:flex;align-items:center;justify-content:center;font-size:1.125rem}.notification-unread .notification-item-icon{background:#fff;box-shadow:0 1px 3px #00000014}.notification-item-content{flex:1;min-width:0}.notification-item-title{font-size:.875rem;font-weight:500;color:var(--text-dark, #171717);margin:0 0 .125rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.notification-item-title-unread{font-weight:700;color:var(--text-dark, #111827)}.notification-item-message{font-size:.8125rem;color:var(--text-muted, #6b7280);margin:0 0 .375rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-item-time{font-size:.75rem;color:#9ca3af;font-weight:500}.notification-unread-dot{width:8px;height:8px;border-radius:50%;background:var(--primary-green, var(--primary-green));flex-shrink:0;margin-top:.375rem}.notification-dropdown-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:.75rem;color:var(--text-muted, #6b7280);font-size:.875rem}.notification-loading-spinner{width:28px;height:28px;border:3px solid var(--border-light, #e5e7eb);border-top-color:var(--primary-green, var(--primary-green));border-radius:50%;animation:notifSpinnerRotate .8s linear infinite}@keyframes notifSpinnerRotate{to{transform:rotate(360deg)}}.notification-dropdown-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:.75rem}.notification-empty-icon{width:64px;height:64px;border-radius:50%;background:var(--warm-gray-50, #f9fafb);display:flex;align-items:center;justify-content:center;color:#d1d5db}.notification-empty-text{font-size:.9375rem;color:var(--text-muted, #6b7280);margin:0;font-weight:500}.notification-dropdown-footer{border-top:1px solid var(--border-light, #e5e7eb);padding:0;flex-shrink:0}.notification-dropdown-view-all{display:block;width:100%;padding:.875rem 1.25rem;background:none;border:none;color:var(--primary-green, var(--primary-green));font-size:.875rem;font-weight:600;cursor:pointer;text-align:center;transition:all var(--transition, .2s ease)}.notification-dropdown-view-all:hover{background:var(--emerald-50, #ecfdf5);color:var(--primary-green-dark, var(--primary-green-dark))}@media(max-width:480px){.notification-dropdown{width:100%;max-width:none;border-radius:var(--radius, 8px)}.notification-dropdown-header{padding:.875rem 1rem}.notification-dropdown-item{padding:.75rem 1rem;gap:.625rem}.notification-item-icon{width:36px;height:36px;font-size:1rem}.notification-dropdown-list{max-height:60vh}}@media(max-width:360px){.notification-item-title{font-size:.8125rem}.notification-item-message{font-size:.75rem}}.notification-bell-wrapper,.notification-bell-btn{position:relative}.notification-bell-btn:hover{background-color:#0000001a;color:var(--primary-green)}.notification-bell-badge{position:absolute;top:-6px;right:-6px;background:var(--accent-red, #dc2626);color:#fff;font-size:.55rem;font-weight:700;padding:2px 4px;border-radius:999px;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;line-height:1;border:2px solid white;box-shadow:0 1px 3px #0003;pointer-events:none}.notification-bell-pulse{animation:bellPulse .6s ease-in-out}@keyframes bellPulse{0%{transform:scale(1)}15%{transform:scale(1.15) rotate(-8deg)}30%{transform:scale(1.15) rotate(8deg)}45%{transform:scale(1.1) rotate(-6deg)}60%{transform:scale(1.1) rotate(6deg)}75%{transform:scale(1.05) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.notification-bell-pulse .notification-bell-badge{animation:badgePulseGlow 1.5s ease-in-out infinite}@keyframes badgePulseGlow{0%,to{box-shadow:0 0 #dc262680}50%{box-shadow:0 0 0 6px #dc262600}}.notification-bell-dropdown-container{position:absolute;top:calc(100% + .5rem);right:0;z-index:1000;animation:notifDropdownFadeIn .2s ease-out}@keyframes notifDropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.notification-bell-wrapper{position:static}.notification-bell-dropdown-container{position:fixed;top:auto;right:.5rem;left:.5rem;width:auto}}.navbar{position:sticky;top:0;z-index:100}.navbar-header{background-color:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:16px 0;border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-sm);position:relative;z-index:102}.navbar-container{max-width:1440px;margin:0 auto;padding:0 124px;display:flex;align-items:center;gap:1.5rem}.navbar-brand{text-decoration:none;flex:1;min-width:0}.logo{display:flex;align-items:center;gap:.5rem}.logo-img{width:58px;height:58px;object-fit:contain;border-radius:50%}.logo-text{font-size:24px;font-style:normal;font-weight:700;line-height:normal}.logo-meta{color:#ed1c24}.logo-herb{color:#f7931d}.navbar-actions{display:flex;gap:16px;align-items:center;flex:1;min-width:0;justify-content:flex-end}.icon-btn{position:relative;width:32px;height:32px;border-radius:50%;background-color:#0000000d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition);text-decoration:none;color:var(--text-dark);padding:0}.icon-btn:hover{background-color:#0000001a;color:var(--primary-green);transform:none;box-shadow:none}.navbar-icon{display:block}.cart-badge{position:absolute;top:-6px;right:-6px;background:var(--accent-red);color:#fff;font-size:.6rem;font-weight:700;padding:2px 5px;border-radius:var(--radius-full);min-width:16px;text-align:center;line-height:1.2}.cart-btn--bounce{animation:cart-bounce .5s cubic-bezier(.36,.07,.19,.97)}@keyframes cart-bounce{0%{transform:scale(1)}20%{transform:scale(1.35)}40%{transform:scale(.85)}60%{transform:scale(1.15)}80%{transform:scale(.95)}to{transform:scale(1)}}.auth-btn{display:inline-flex;align-items:center;justify-content:center;width:120px;height:48px;border-radius:100px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all var(--transition);white-space:nowrap}.auth-outlined{color:#db8b0a;border:1.5px solid #db8b0a;background:transparent}.auth-outlined:hover{background:#db8b0a14;border-color:#c47a09;color:#c47a09}.navbar-actions .auth-filled{color:#fff;background:#319754;background-color:#319754;border:1.5px solid #319754}.navbar-actions .auth-filled:hover{background:#2a8248;background-color:#2a8248;border-color:#2a8248;color:#fff}.navbar-menu-bar{background-color:#319754;position:relative;z-index:101}.navbar-menu-bar .navbar-container{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 0;gap:32px}.menu-bar-items{display:flex;gap:32px;list-style:none;margin:0;padding:0;justify-content:center;align-items:center}.menu-bar-link{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 12px;border-radius:100px;color:#fff;font-weight:500;font-size:14px;line-height:23px;text-decoration:none;transition:background .2s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;background:transparent;cursor:pointer}.menu-bar-link:hover{background:#00000014}.menu-bar-link.active{background:#00000026;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-weight:500}.about-dropdown{position:relative}.about-toggle{cursor:pointer;gap:6px}.about-toggle .chevron-icon{transition:transform .2s}.about-toggle .chevron-icon.open{transform:rotate(180deg)}.about-dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001f;min-width:160px;padding:6px;z-index:100;display:flex;flex-direction:column}.about-dropdown-item{display:block;padding:10px 16px;color:#333;text-decoration:none;font-size:14px;font-weight:400;border-radius:8px;transition:background .15s;white-space:nowrap}.about-dropdown-item:hover{background:#f5f5f5;color:#333}.about-dropdown-item.active{background:#f0faf3;color:var(--primary-green);font-weight:500}.menu-toggle{display:none}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:var(--white);box-shadow:var(--shadow-lg);padding:1rem 0;z-index:99}.mobile-menu a{display:block;padding:.75rem 1.5rem;color:var(--text-dark);text-decoration:none;font-weight:500;transition:all var(--transition)}.mobile-menu a:hover,.mobile-menu a.active{background-color:var(--emerald-50);color:var(--primary-green)}.user-menu-wrapper{position:relative}.profile-btn{width:42px;height:42px;padding:0;border-radius:50%;background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.profile-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#2d6a4f,#4a9d54);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.profile-avatar img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.avatar-initial{color:#fff;font-size:.95rem;font-weight:700;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.2)}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;width:400px;background:#fff;border-radius:16px;box-shadow:2px 4px 24px #0000001a;z-index:1000;animation:dropdownFadeIn .2s ease-out;overflow:hidden;display:flex;flex-direction:column}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-dropdown-header{position:relative;width:100%;height:150px;background:#d6eadd;overflow:hidden;padding:16px;display:flex;align-items:flex-end;gap:16px}.header-decoration{position:absolute;width:260px;height:206px;right:-54px;top:8px;opacity:.35;z-index:0;pointer-events:none;object-fit:contain}.user-header-content{display:flex;align-items:flex-end;gap:16px;position:relative;z-index:1;width:100%}.user-avatar-large{width:60px;height:60px;border-radius:50%;overflow:hidden;background:#fff;border:2px solid #FFFFFF;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:center;align-items:center}.user-avatar-large img{width:100%;height:100%;object-fit:cover}.avatar-placeholder-large{font-size:24px;font-weight:700;color:#319754}.user-info-large{display:flex;flex-direction:column;padding-bottom:4px}.user-display-name-large{font-weight:500;font-size:20px;line-height:33px;color:#000;margin:0}.user-email-large{font-weight:400;font-size:14px;line-height:23px;color:#000;margin:0}.user-dropdown-section{padding:16px;display:flex;flex-direction:column;gap:10px}.user-dropdown-section.order-section{gap:24px}.section-header{display:flex;justify-content:space-between;align-items:center;width:100%}.section-title{font-weight:500;font-size:14px;color:#000}.see-all-link{font-weight:400;font-size:12px;line-height:20px;color:#000;text-decoration:none;display:flex;align-items:center;gap:10px}.order-status-grid{display:flex;justify-content:space-between;align-items:center;gap:10px}.status-item{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;color:inherit;width:90px;transition:opacity .2s}.status-item:hover{opacity:.7}.status-icon-wrapper{position:relative;width:48px;height:48px}.status-icon{width:100%;height:100%;background:#f5f5f5;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#000}.nav-count-badge{position:absolute;top:-9px;right:-10px;background:#ff383c;color:#fff;font-size:8px;font-weight:400;padding:4px;border-radius:100px;box-shadow:0 2px 4px #00000026;min-width:21px;height:21px;text-align:center;line-height:13px;display:flex;align-items:center;justify-content:center}.status-label{font-weight:400;font-size:12px;color:#000;text-align:center}.menu-item{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:0;text-decoration:none;color:#000;transition:background .2s;background:none;border:none;width:100%;cursor:pointer;font-size:14px;font-weight:400;line-height:23px;height:28px}.menu-item:hover{background-color:#00000005;color:var(--primary-green-dark)}button.menu-item:hover{background-color:#00000005!important;color:var(--primary-green-dark)!important;transform:none!important;box-shadow:none!important}.menu-icon-circle{width:28px;height:28px;min-width:28px;background:#f5f5f5;border-radius:100px;display:flex;align-items:center;justify-content:center;color:#000000d9}.logout-btn{color:#ff383c}.logout-btn .menu-icon-circle{color:#ff383c;background:#f5f5f5}.dropdown-divider{height:1px;background:#d4d4d8;width:100%}.menu-items-section,.shop-section,.logout-section{padding:16px;gap:10px}.address-popup{position:absolute;top:calc(100% + .5rem);right:0;width:320px;background:#fff;border-radius:16px;box-shadow:2px 4px 24px #0000001a;z-index:1000;animation:dropdownFadeIn .2s ease-out;overflow:hidden;display:flex;flex-direction:column;max-height:400px}.address-popup-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #D4D4D8;background:#f5f5f5}.address-popup-header h3{margin:0;font-size:16px;font-weight:500;color:#000}.btn-add-address{background:none;border:none;color:#319754;font-size:12px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:4px}.btn-add-address:hover{background:#3197541a}.address-list{padding:8px;overflow-y:auto}.address-item{padding:12px;border-radius:8px;border:1px solid #E4E4E7;margin-bottom:8px;display:flex;justify-content:space-between;align-items:flex-start;gap:8px;transition:all .2s}.address-item.default{border-color:#319754;background:#f0fdf4}.address-item:hover{border-color:#319754}.address-content{flex:1}.address-name{font-size:14px;font-weight:500;color:#000;margin-bottom:4px;display:flex;align-items:center;gap:6px}.default-badge{background:#319754;color:#fff;font-size:10px;padding:2px 6px;border-radius:100px}.address-phone{font-size:12px;color:#666;margin-bottom:4px}.address-detail{font-size:12px;color:#333;line-height:1.4}.address-actions{display:flex;flex-direction:column;gap:4px}.btn-icon-action{background:none;border:none;cursor:pointer;font-size:14px;padding:4px;border-radius:4px;opacity:.6;transition:opacity .2s}.btn-icon-action:hover{opacity:1;background:#0000000d}.btn-icon-action.delete:hover{color:#ff383c;background:#ff383c1a}.empty-address{padding:24px;text-align:center;color:#666;font-size:14px}.mobile-menu-divider{height:1px;background:var(--border-light);margin:.5rem 0}.mobile-logout-btn{width:calc(100% - 3rem);margin:.5rem 1.5rem;padding:.75rem;background:var(--accent-red);color:#fff;border:none;border-radius:var(--radius);font-size:1rem;font-weight:500;cursor:pointer;transition:all var(--transition)}.mobile-logout-btn:hover{background:#dc2626;transform:none}@media(max-width:1280px){.navbar-container{padding:0 2rem}}@media(max-width:992px){.navbar-menu-bar{display:none}.navbar-container{gap:.75rem}.navbar-brand{flex:0 0 auto}.navbar-actions{flex:0 0 auto;gap:10px}.menu-toggle{display:flex;background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.mobile-menu{display:block}.auth-btn{width:auto;height:auto;font-size:.8125rem;padding:.4rem .875rem}.auth-outlined{display:none}}@media(max-width:768px){.navbar-container{flex-wrap:wrap;padding:0 1rem;gap:.75rem}.navbar-brand{flex:1}.searchbar-container{order:3;flex:1 1 100%}.logo-img{width:42px;height:42px}.logo-text{font-size:18px}.user-dropdown{width:280px;right:0}.auth-filled{font-size:.75rem;padding:.375rem .75rem}}@media(max-width:576px){.navbar-header{padding:10px 0}.navbar-container{gap:.5rem;padding:0 .75rem}.logo-img{width:36px;height:36px}.logo-text{font-size:16px}}@media(max-width:480px){.navbar-actions,.user-menu-wrapper{position:static}.user-dropdown{position:absolute;top:100%;right:.75rem;left:.75rem;width:auto;max-width:none}}.footer{background:var(--footer-bg);color:var(--footer-text);padding:3rem 0 0;margin-top:0}.footer-content{max-width:1200px;margin:0 auto;padding:0 1.5rem 2.5rem;display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:3rem}.footer-logo{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}.footer-logo-img{width:48px;height:48px;border-radius:50%;object-fit:contain}.footer-logo-text{font-size:1.5rem;font-weight:700}.footer-logo-meta{color:#ed1c24}.footer-logo-herb{color:#f7931d}.footer-contact-info{display:flex;flex-direction:column;gap:.5rem}.footer-contact-text{color:var(--footer-link);font-size:.9rem;line-height:1.6;margin:0}.footer-section h3{font-size:1.1rem;margin-bottom:1.25rem;color:#fff;font-weight:600}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:var(--footer-link);text-decoration:none;transition:color .3s;font-size:.9375rem}.footer-section ul li a:hover{color:#fff}.footer-social-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.footer-social-links{display:flex;flex-direction:column;gap:.75rem}.footer-social-link{display:flex;align-items:center;gap:.75rem;color:var(--footer-link);text-decoration:none;transition:color .3s ease;font-size:.9375rem}.footer-social-link:hover{color:#fff}.social-icon-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-social-link svg{flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:1.25rem 0;text-align:center}.footer-bottom p{margin:0;color:#ffffffb3;font-size:.875rem}.footer-version{color:#fff6;font-size:.75rem;margin-left:.5rem}@media(max-width:992px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand-section{grid-column:1 / -1}}@media(max-width:576px){.footer{padding:2rem 0 0}.footer-content{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem 2rem}.footer-social-links{flex-direction:row;flex-wrap:wrap;gap:1rem}.footer-social-link{flex:1;min-width:120px}}.not-found-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:48px 24px}.not-found-content{text-align:center;max-width:420px}.not-found-code{font-size:96px;font-weight:700;color:#319754;line-height:1;margin-bottom:16px;opacity:.2}.not-found-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.not-found-desc{font-size:15px;color:#666;line-height:1.6;margin:0 0 32px}.not-found-actions{display:flex;gap:12px;justify-content:center}.not-found-btn{display:inline-flex;align-items:center;padding:10px 24px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;transition:background-color .2s ease}.not-found-btn.primary{background:#319754;color:#fff}.not-found-btn.primary:hover{background:#2a8248}.not-found-btn.secondary{background:#f3f4f6;color:#374151}.not-found-btn.secondary:hover{background:#e5e7eb}@media(max-width:480px){.not-found-code{font-size:72px}.not-found-title{font-size:20px}.not-found-actions{flex-direction:column}.not-found-btn{justify-content:center}}.server-error-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fafafa;padding:48px 24px}.server-error-content{text-align:center;max-width:420px}.server-error-icon{margin-bottom:24px;opacity:.6}.server-error-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.server-error-desc{font-size:15px;color:#666;line-height:1.6;margin:0 0 32px}.server-error-actions{display:flex;gap:12px;justify-content:center}.server-error-btn{padding:10px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;border:none;transition:background-color .2s ease;font-family:inherit}.server-error-btn.primary{background:#319754;color:#fff}.server-error-btn.primary:hover{background:#2a8248}.server-error-btn.secondary{background:#f3f4f6;color:#374151}.server-error-btn.secondary:hover{background:#e5e7eb}@media(max-width:480px){.server-error-title{font-size:20px}.server-error-actions{flex-direction:column}.server-error-btn{width:100%}}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:none;transition:all .25s ease;cursor:pointer;display:flex;flex-direction:column;border:1px solid #d4d4d4;width:100%;max-width:100%;height:259px}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000014;border-color:#a3a3a3}.product-card__image{position:relative;width:100%;height:168px;min-height:168px;overflow:hidden;background:linear-gradient(135deg,#f5f5f4,#fafaf9);flex-shrink:0}.product-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__badge{position:absolute;top:10px;right:10px;padding:.35rem 1rem;border-radius:999px;font-size:.75rem;font-weight:700;color:#fff;white-space:nowrap;z-index:2;letter-spacing:.02em}.product-card__badge--new{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 3px 10px #22c55e59}.product-card__badge--sale{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 3px 10px #f9731659}.product-card__badge--flash{background:#e62e05;border:1px solid #bc1b06;box-shadow:0 3px 10px #e62e0559}.product-card__badge--featured{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 3px 10px #3b82f659}.product-card__category-tag{position:absolute;top:8px;left:8px;padding:.2rem .6rem;border-radius:4px;font-size:.65rem;font-weight:600;color:#fff;background:#3a7d44d9;white-space:nowrap;z-index:2;line-height:1.3}.product-card__flash-badge{position:absolute;bottom:0;left:0;display:flex;align-items:center;gap:4px;padding:4px 8px;background:#e62e05cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:0 8px 0 0;z-index:2}.product-card__flash-label{font-size:8px;color:#fff;white-space:nowrap}.product-card__flash-timer{display:flex;align-items:center;gap:2px}.product-card__flash-digit{display:flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:3px;background:linear-gradient(180deg,#e62e05,#bc1b06);box-shadow:inset 0 0 0 100px #0003;color:#fff;font-size:7px;font-weight:700;line-height:1}.product-card__flash-colon{font-size:8px;color:#fff;line-height:1}.product-card__out-of-stock{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:3}.product-card__out-of-stock-badge{background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:14px;font-weight:500;padding:8px 16px;border-radius:100px;white-space:nowrap}.product-card__info{padding:10px;flex:1;display:flex;flex-direction:column;gap:4px;overflow:hidden;min-width:0}.product-card__name{color:#000;font-size:14px;font-weight:500;margin:0;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:0}.product-card__price{display:flex;align-items:center;gap:10px}.product-card__current-price{color:#226a3b;font-size:14px;font-weight:600;line-height:1}.product-card__current-price--sale{color:#dc2626}.product-card__original-price{color:#9ca3af;font-size:.65rem;text-decoration:line-through;line-height:1}.product-card__coupon-icon{display:inline-flex;align-items:center;flex-shrink:0}.product-card__rating{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-card__rating-score{display:flex;align-items:center;gap:8px;color:#000;font-size:10px}.product-card__star{color:#facc15;font-size:14px;line-height:1}.product-card__sold{color:#000;font-size:10px;text-align:right}.product-card__low-stock{color:#ef4444;font-size:10px;font-weight:500;text-align:right}.product-card__add-btn{width:100%;padding:.35rem .5rem;margin-top:auto;background:#2d6a4f;color:#fff;border:none;border-radius:6px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s ease}.product-card__add-btn:hover:not(:disabled){background:#1b4332}.product-card__add-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:768px){.product-card{width:100%;height:235px}.product-card__image{height:148px;min-height:148px}}@media(max-width:480px){.product-card{width:100%;height:225px}.product-card__image{height:140px;min-height:140px}.product-card__badge{padding:.2rem .6rem;font-size:.65rem}}.article-card{container-type:inline-size;display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:0;background:#fff;border:1px solid #d4d4d4;border-radius:clamp(8px,4.3cqw,16px);overflow:hidden;text-decoration:none;color:inherit;width:100%;transition:all .25s ease}.article-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000014;border-color:#a3a3a3}.article-card__image{position:relative;width:48%;flex-shrink:0;aspect-ratio:1 / 1;overflow:hidden;background:#f5f5f5}.article-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.article-card:hover .article-card__image img{transform:scale(1.05)}.article-card__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:clamp(1rem,5.3cqw,2rem);background:linear-gradient(135deg,#f0fdf4,#e8f5e9)}.article-card__views-badge{position:absolute;top:clamp(4px,2.1cqw,8px);left:clamp(4px,2.1cqw,8px);z-index:2;background:#00000080;color:#fff;font-size:clamp(8px,3.2cqw,12px);padding:clamp(2px,1.1cqw,4px) clamp(6px,3.2cqw,12px);border-radius:100px;display:inline-flex;align-items:center;gap:clamp(3px,1.6cqw,6px)}.article-card__views-badge svg{width:clamp(8px,3.2cqw,12px);height:clamp(8px,3.2cqw,12px);flex-shrink:0}.article-card__date-overlay{position:absolute;bottom:clamp(4px,2.1cqw,8px);left:clamp(4px,2.1cqw,8px);z-index:2;background:#00000080;color:#fff;font-size:clamp(8px,3.2cqw,12px);padding:clamp(2px,1.1cqw,4px) clamp(6px,3.2cqw,12px);border-radius:100px;display:inline-flex;align-items:center;gap:clamp(2px,1.1cqw,4px)}.article-card__date-overlay svg{width:clamp(7px,2.7cqw,10px);height:clamp(7px,2.7cqw,10px);flex-shrink:0;opacity:.9}.article-card__video-badge{position:absolute;top:clamp(4px,2.1cqw,8px);right:clamp(4px,2.1cqw,8px);background:#dc2626d9;color:#fff;font-size:clamp(8px,3.2cqw,12px);font-weight:600;padding:clamp(2px,1.1cqw,4px) clamp(6px,3.2cqw,12px);border-radius:100px;z-index:3}.article-card__body{flex:1;min-width:0;overflow:hidden;padding:clamp(6px,3.7cqw,14px);display:flex;flex-direction:column;gap:clamp(3px,2.1cqw,8px);align-self:stretch}.article-card__title{font-size:clamp(10px,3.7cqw,16px);font-weight:500;color:#000;margin:0;line-height:1.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.article-card__excerpt{font-size:clamp(9px,3.2cqw,13px);color:#737373;margin:0;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;line-height:1.65;word-break:break-word}.article-card__date{display:none}.article-card__link{display:inline-flex;align-items:center;justify-content:center;gap:clamp(3px,1.6cqw,6px);margin-top:auto;font-size:clamp(9px,3.2cqw,12px);font-weight:500;color:#fff;background:#af6f08;border:none;border-radius:100px;padding:clamp(2px,1.1cqw,4px) clamp(8px,4.3cqw,16px);width:fit-content;min-width:0;transition:all .2s;flex-shrink:0;white-space:nowrap}.article-card__link svg{width:clamp(5px,2.1cqw,8px);height:clamp(8px,3.2cqw,12px);stroke:#fff;flex-shrink:0}.article-card:hover .article-card__link{background:#96600a}@container (max-width: 320px){.article-card__excerpt{-webkit-line-clamp:3}}@container (max-width: 240px){.article-card__excerpt{-webkit-line-clamp:2}}.vcard{position:relative;text-decoration:none;color:inherit;transition:transform .2s;border-radius:16px;overflow:hidden;height:259px;display:flex;flex-direction:column}.vcard:hover{transform:translateY(-3px)}.vcard__thumbnail{position:absolute;inset:0;border-radius:16px;overflow:hidden;background:#1a1a1a}.vcard__thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.vcard__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e)}.vcard__placeholder svg{width:48px;height:48px;color:#ffffff4d}.vcard__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#0009;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;opacity:.8;transition:opacity .2s}.vcard:hover .vcard__play-icon{opacity:1}.vcard__views{position:absolute;top:8px;left:8px;background:#00000080;color:#fff;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600;z-index:2}.vcard__title-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:24px 12px 12px;z-index:2}.vcard__title-overlay p{margin:0;font-size:.8125rem;font-weight:500;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.vcard{height:180px}}@media(max-width:576px){.vcard{height:150px}}.quick-view-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}.quick-view-modal{background:#fff;border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.quick-view-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:var(--light-gray, #f0f0f0);border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-gray, #555);transition:all .2s;z-index:10}.quick-view-close:hover{background:var(--border-gray, #e0e0e0);color:var(--text-dark, #333)}.quick-view-content{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:1.5rem}.quick-view-image{aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--light-gray, #f5f5f5)}.quick-view-image img{width:100%;height:100%;object-fit:cover}.quick-view-info{display:flex;flex-direction:column;gap:1rem}.quick-view-title{font-size:1.25rem;font-weight:600;color:var(--text-dark, #1b4332);margin:0;line-height:1.4}.quick-view-price{display:flex;align-items:baseline;gap:.75rem}.quick-view-price .current-price{font-size:1.5rem;font-weight:700;color:var(--primary-green, #2d6a4f)}.quick-view-price .original-price{font-size:1rem;color:var(--text-gray, #888);text-decoration:line-through}.quick-view-stock{font-size:.9rem}.quick-view-stock .in-stock{color:var(--primary-green, #2d6a4f)}.quick-view-stock .out-of-stock{color:var(--accent-red, #dc3545);font-weight:500}.quick-view-variants{display:flex;flex-direction:column;gap:.75rem}.quick-view-variants label{font-weight:500;color:var(--text-dark, #333);font-size:.95rem}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-option{padding:.5rem 1rem;border:2px solid var(--border-gray, #e0e0e0);border-radius:8px;background:#fff;cursor:pointer;font-size:.9rem;transition:all .2s;position:relative;display:flex;flex-direction:column;align-items:center;gap:.2rem;min-width:80px}.variant-name{font-weight:600}.variant-price{font-size:.8rem;color:var(--primary-green, #2d6a4f)}.variant-option.selected .variant-price{color:#ffffffe6}.variant-option:hover:not(.disabled){border-color:var(--primary-green, #2d6a4f);background:var(--very-light-green, #e8f5e9)}.variant-option.selected{border-color:var(--primary-green, #2d6a4f);background:var(--primary-green, #2d6a4f);color:#fff}.variant-option.disabled{opacity:.5;cursor:not-allowed;background:var(--light-gray, #f5f5f5)}.sold-out-badge{position:absolute;top:-6px;right:-6px;background:var(--accent-red, #dc3545);color:#fff;font-size:.65rem;padding:2px 4px;border-radius:4px}.low-stock-badge{position:absolute;top:-6px;right:-6px;background:#f59e0b;color:#fff;font-size:.6rem;padding:2px 4px;border-radius:4px;white-space:nowrap}.variant-hint{color:var(--accent-red, #dc3545);font-size:.85rem;margin:0}.quick-view-price .promo-badge{background:var(--accent-red, #dc3545);color:#fff;font-size:.75rem;padding:.2rem .5rem;border-radius:4px;font-weight:600}.variant-price-wrap{display:flex;align-items:center;gap:.3rem}.variant-orig-price{font-size:.7rem;color:var(--text-gray, #888);text-decoration:line-through}.variant-option.selected .variant-orig-price{color:#ffffffb3}.variant-option.has-promo{border-color:var(--accent-red, #dc3545);background:#fef2f2}.variant-option.has-promo:hover:not(.disabled){border-color:var(--accent-red, #dc3545);background:#fee2e2}.variant-option.has-promo.selected{border-color:var(--accent-red, #dc3545);background:var(--accent-red, #dc3545)}.variant-option.has-promo .variant-price{color:var(--accent-red, #dc3545);font-weight:700}.variant-option.has-promo.selected .variant-price{color:#fff}.variant-promo-tag{position:absolute;top:-6px;left:-6px;background:var(--accent-red, #dc3545);color:#fff;font-size:.6rem;padding:2px 4px;border-radius:4px;font-weight:600}.quick-view-quantity{display:flex;flex-direction:column;gap:.5rem}.quick-view-quantity label{font-weight:500;color:var(--text-dark, #333);font-size:.95rem}.quantity-selector{display:flex;align-items:center;gap:0;width:fit-content}.qty-btn{width:36px;height:36px;border:1px solid var(--border-gray, #e0e0e0);background:#fff;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.qty-btn:first-child{border-radius:8px 0 0 8px}.qty-btn:last-child{border-radius:0 8px 8px 0}.qty-btn:hover:not(:disabled){background:var(--very-light-green, #e8f5e9);border-color:var(--primary-green, #2d6a4f)}.qty-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-selector input{width:60px;height:36px;border:1px solid var(--border-gray, #e0e0e0);border-left:none;border-right:none;text-align:center;font-size:1rem;font-weight:500}.quantity-selector input:focus{outline:none}.quick-view-add-btn{margin-top:auto;padding:1rem 1.5rem;background:var(--primary-green, #2d6a4f);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.quick-view-add-btn:hover:not(:disabled){background:var(--light-green, #52b788);transform:translateY(-1px)}.quick-view-add-btn:disabled{background:var(--border-gray, #ccc);cursor:not-allowed;transform:none}@media(max-width:600px){.quick-view-modal{max-height:95vh;border-radius:16px 16px 0 0;margin-top:auto}.quick-view-content{grid-template-columns:1fr;gap:1rem}.quick-view-image{max-height:250px}.quick-view-title{font-size:1.1rem}.quick-view-price .current-price{font-size:1.25rem}}.home{background:#fafafa}.section-card{background:#fff;border-radius:16px;padding:16px}.hero-banner{width:100%;background:#fafafa}.slider-loading,.slider-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:280px;background:linear-gradient(135deg,var(--primary-green) 0%,var(--light-green) 100%);color:#fff}.slider-loading .spinner{border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:44px;height:44px;animation:spin .8s linear infinite;margin-bottom:1rem}.banner-split{display:flex;max-width:1300px;margin:0 auto;gap:8px;padding:8px}.banner-split:not(.has-side) .banner-main{width:100%}.banner-split.has-side .banner-main{flex:7;min-width:0}.banner-split.has-side .banner-side{flex:3;display:flex;flex-direction:column;gap:8px;max-height:235px}.banner-main{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4.8 / 1;max-height:235px}.slider-container{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;display:flex;align-items:center;text-decoration:none;color:inherit}.slide.active{opacity:1;z-index:1}.slide-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.slide-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#3a7d44d9,#4a9d54b3)}.slide-content{position:relative;z-index:2;color:#fff;padding:2rem 3rem;max-width:600px}.slide-title{font-size:2.5rem;font-weight:700;margin:0 0 .75rem;line-height:1.2}.slide-subtitle{font-size:1.1rem;margin:0 0 1rem;opacity:.9;line-height:1.5}.slide-cta{display:inline-block;background:#fff;color:var(--primary-green, #2e7d32);padding:.6rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem}.slider-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.5rem}.dot{width:10px;height:10px;border-radius:50%;background-color:#fff6;border:none;cursor:pointer;transition:all .2s;padding:0}.dot:hover{background-color:#ffffffb3}.dot.active{background-color:#fff;width:28px;border-radius:5px}.side-banner{flex:1;border-radius:16px;overflow:hidden;display:block}.side-banner img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.side-banner:hover img{transform:scale(1.03)}.category-icons{padding:0;background-color:transparent}.category-scroll-wrapper{position:relative;max-width:780px;margin:0 auto}.icon-grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:.25rem 0}.icon-grid--centered{justify-content:center}.icon-grid::-webkit-scrollbar{display:none}.icon-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--text-dark);transition:all .2s;padding:.5rem;min-width:80px;flex-shrink:0;scroll-snap-align:start}.icon-item:hover{transform:translateY(-3px)}.icon-circle{width:70px;height:70px;border-radius:16px;background:#fff;border:1px solid #f5f5f5;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:.5rem;box-shadow:none;transition:all .2s}.icon-image{width:100%;height:100%;object-fit:contain;border-radius:inherit}.icon-item:hover .icon-circle{background:#f5f5f5;border-color:#e0e0e0;box-shadow:none;transform:scale(1.08)}.icon-item span{font-size:14px;font-weight:500;text-align:center;color:var(--text-gray)}.icon-item:hover span{color:var(--primary-green)}.flash-sale{padding:.25rem 0;background:transparent}.flash-sale-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:1rem}.flash-sale-header h2{font-size:20px;color:#000;margin:0;font-weight:500}.flash-sale-title-row{display:flex;align-items:center;gap:.75rem}.countdown-inline{display:flex;align-items:center;gap:.25rem}.countdown-pill{background:linear-gradient(180deg,#e62e05,#bc1b06);color:#fff;font-size:.9375rem;font-weight:700;padding:.3rem 0;border-radius:8px;width:32px;min-width:32px;text-align:center;line-height:1}.countdown-colon{color:#000;font-weight:700;font-size:1rem}.countdown{display:flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#dc2626,#b91c1c);padding:.5rem 1rem;border-radius:var(--radius-lg);box-shadow:0 4px 12px #dc262640}.countdown-label{font-weight:600;color:#ffffffe6;font-size:.8125rem}.countdown-timer{display:flex;align-items:center;gap:.2rem}.time-box{background:#fff3;color:#fff;padding:.35rem .5rem;border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;min-width:42px}.time-value{font-size:1.125rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.time-label{font-size:.5625rem;opacity:.85;margin-top:1px}.separator{font-size:1.125rem;font-weight:700;color:#fffc}.flash-sale-discount-label{display:inline-block;background:#fef2f2;color:#dc2626;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.flash-sale-scroll-wrapper{position:relative}.flash-sale-products{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.flash-sale-products::-webkit-scrollbar{display:none}.flash-sale-item{flex:0 0 180px;scroll-snap-align:start;overflow:hidden;min-width:0}.scroll-btn{position:absolute;top:0;bottom:0;margin:auto 0;width:32px;height:32px;border-radius:50%;border:none;background:#d9d9d980;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s}.scroll-btn svg{width:20px;height:20px;flex-shrink:0}.scroll-btn:hover{background:#d9d9d9bf}.scroll-btn:active{transform:scale(.95)}.scroll-left{left:-16px}.scroll-right{right:-16px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.section-title{font-size:20px;color:var(--text-dark);font-weight:500;margin:0;position:relative}.section-title:after{display:none}.view-all-link{font-size:12px;color:var(--text-gray, #737373);text-decoration:none;font-weight:500;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.view-all-link:hover{color:var(--text-dark);text-decoration:none}.view-all-link svg{flex-shrink:0}.tag-filter-pills{display:flex;gap:.5rem;margin-bottom:1.25rem;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.tag-filter-pills::-webkit-scrollbar{display:none}.tag-pill{flex-shrink:0;padding:.5rem 1.25rem;border-radius:999px;border:1.5px solid #e5e7eb;background:#fff;color:var(--text-gray);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.tag-pill:hover{border-color:var(--primary-green);color:var(--primary-green)}.tag-pill.active{background:var(--primary-green);border-color:var(--primary-green);color:#fff}.featured-products{padding:.25rem 0;background:transparent}.featured-scroll-wrapper{position:relative}.featured-products-scroll{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.featured-products-scroll::-webkit-scrollbar{display:none}.featured-product-item{flex:0 0 180px;scroll-snap-align:start;overflow:hidden;min-width:0}.loading-text{text-align:center;color:var(--text-muted);padding:2rem}.articles-section{padding:.25rem 0;background:transparent}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.video-section{padding:.25rem 0;background:transparent}.video-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.cart-toast{position:fixed;top:100px;right:20px;padding:1rem 1.5rem;border-radius:var(--radius);font-weight:500;z-index:1000;animation:slideInRight .3s ease-out;box-shadow:var(--shadow-lg)}@media(max-width:1200px){.articles-grid{grid-template-columns:repeat(3,1fr)}.flash-sale-item,.featured-product-item{flex:0 0 160px}}@media(max-width:992px){.banner-split.has-side{flex-direction:column}.banner-split.has-side .banner-side{flex:0 0 130px;flex-direction:row;max-height:none;align-items:stretch}.banner-main{aspect-ratio:2.5 / 1;max-height:190px}.side-banner{aspect-ratio:unset}.slide-title{font-size:2rem}.flash-sale,.featured-products,.articles-section,.video-section{padding:.25rem 0}.category-icons{padding:0}.featured-product-item{flex:0 0 160px}.articles-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(max-width:768px){.banner-split{padding:0;gap:4px}.banner-main{border-radius:0;aspect-ratio:unset;max-height:none}.slider-container{height:auto}.slide.active{position:relative}.slide.active .slide-image{position:relative;height:auto}.banner-split.has-side .banner-side{flex:0 0 90px;flex-direction:row;padding:0;max-height:none}.side-banner{border-radius:0}.side-banner img{height:100%;object-fit:cover}.slide-content{padding:1.5rem}.slide-title{font-size:1.5rem}.slide-subtitle{font-size:.95rem}.section-title{font-size:1.25rem}.section-title:after{display:none}.icon-grid{gap:1rem}.icon-circle{width:52px;height:52px;font-size:1.5rem}.icon-item span{font-size:.75rem}.flash-sale-header{flex-wrap:wrap;gap:.5rem}.flash-sale-header h2{font-size:1.25rem}.flash-sale-title-row{gap:.5rem}.countdown-pill{font-size:.8125rem;padding:.25rem 0;min-width:28px;width:28px}.countdown{width:100%;justify-content:center;padding:.4rem .75rem}.flash-sale-item,.featured-product-item{flex:0 0 150px}.articles-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.video-grid{grid-template-columns:repeat(3,1fr);gap:8px}.section-card{border-radius:12px;padding:12px}.scroll-btn{width:28px;height:28px;background:#d9d9d9b3}.scroll-btn svg{width:16px;height:16px}.scroll-left{left:0}.scroll-right{right:0}}@media(max-width:576px){.banner-split.has-side .banner-side{flex:0 0 70px}.slide-title{font-size:1.25rem}.slide-subtitle{font-size:.85rem;margin-bottom:.75rem}.slide-cta{padding:.5rem 1rem;font-size:.8rem}.slider-dots{bottom:.75rem}.category-icons{padding:.875rem 0}.icon-grid{gap:.75rem}.icon-circle{width:48px;height:48px;font-size:1.375rem}.icon-item{min-width:60px}.icon-item span{font-size:.6875rem}.flash-sale,.featured-products,.articles-section,.video-section{padding:.25rem 0}.flash-sale-item,.featured-product-item{flex:0 0 140px}.video-grid{grid-template-columns:repeat(2,1fr);gap:8px}.articles-grid{grid-template-columns:1fr;gap:.75rem}.time-box{min-width:38px;padding:.3rem .4rem}.time-value{font-size:1rem}.time-label{font-size:.5rem}}.recommended-section{padding:.25rem 0 1rem;background:transparent}.recommended-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.recommended-item{min-width:0}.recommended-loading-more{display:flex;justify-content:center;padding:1.5rem 0}.recommended-loading-more .spinner{border:3px solid #e5e7eb;border-top-color:var(--primary-green);border-radius:50%;width:32px;height:32px;animation:spin .8s linear infinite}.recommended-sentinel{height:1px}@media(max-width:1200px){.recommended-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:992px){.recommended-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.recommended-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}}@media(max-width:576px){.recommended-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}.products-page{min-height:calc(100vh - 80px);background:#fafafa;padding:0 0 4rem}.products-header{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 0;isolation:isolate;height:72px;background:#d6eadd80;align-self:stretch;margin-bottom:0;position:relative;overflow:hidden}.products-header:before{content:"";position:absolute;width:200%;height:144px;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='144'%3E%3Cg opacity='0.1'%3E%3Cg transform='translate(8,78) rotate(15)'%3E%3Cpath d='M2 50C2 50 8 30 20 18S48 2 48 2c0 0-6 20-18 32S2 50 2 50z' fill='%23319754'/%3E%3Cpath d='M25 26c-8 8-16 18-20 28' stroke='%23319754' stroke-width='1.5' fill='none'/%3E%3Cpath d='M14 34c4-2 10-6 16-12' stroke='%23319754' stroke-width='1' fill='none'/%3E%3Cpath d='M8 42c3-2 8-6 14-14' stroke='%23319754' stroke-width='1' fill='none'/%3E%3C/g%3E%3Cg transform='translate(110,4) rotate(-10) scale(-1,1)'%3E%3Cpath d='M2 50C2 50 8 30 20 18S48 2 48 2c0 0-6 20-18 32S2 50 2 50z' fill='%23319754'/%3E%3Cpath d='M25 26c-8 8-16 18-20 28' stroke='%23319754' stroke-width='1.5' fill='none'/%3E%3Cpath d='M14 34c4-2 10-6 16-12' stroke='%23319754' stroke-width='1' fill='none'/%3E%3Cpath d='M8 42c3-2 8-6 14-14' stroke='%23319754' stroke-width='1' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat-x;z-index:0;pointer-events:none}.products-header h1{color:#319754;font-size:24px;font-weight:500;line-height:40px;margin:0;position:relative;z-index:1}.search-result-tag{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.375rem .875rem;background:var(--emerald-50);border:1px solid var(--very-light-green);border-radius:var(--radius-full);font-size:.875rem;color:var(--primary-green-dark)}.tag-remove{display:flex;align-items:center;background:none;border:none;cursor:pointer;color:var(--primary-green-dark);padding:2px;border-radius:50%;transition:background var(--transition-fast)}.tag-remove:hover{background:#00000014}.products-container{max-width:1440px;margin:0 auto;padding:16px 124px;display:flex;gap:16px;align-items:flex-start}.filters-sidebar{background:#fff;border-radius:16px;padding:16px;box-shadow:none;position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto;border:none;width:250px;min-width:250px;flex-shrink:0}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e5e5}.filter-header h2{color:#000;font-size:20px;font-weight:500;margin:0}.reset-filters-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:.25rem;cursor:pointer;color:var(--primary-green, #2d6a4f);border-radius:var(--radius-sm);transition:all var(--transition-fast)}.reset-filters-btn:hover{color:var(--primary-green-dark, #1b4332);background:var(--emerald-50)}.filter-section{margin-bottom:16px;padding-bottom:0;border-bottom:none}.filter-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.filter-title{color:#000;font-size:14px;margin-bottom:8px;font-weight:500}.filter-select{width:100%;height:48px;padding:12px 24px;border:none;border-radius:100px;font-size:14px;background:#fafafa;cursor:pointer;transition:background-color .2s;color:#000;appearance:auto}.filter-select:focus{outline:none;background:#f0f0f0;box-shadow:none}.filter-radios{display:flex;flex-direction:column;gap:4px}.filter-radio{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;cursor:pointer;transition:background .2s;font-size:14px;color:#000}.filter-radio:hover{background:#fafafa}.filter-radio input[type=radio]{cursor:pointer;accent-color:var(--primary-green);width:16px;height:16px;flex-shrink:0;margin:0}.filter-radio span{line-height:1.3}.filter-price-range{display:flex;flex-direction:column;gap:8px}.filter-price-input{width:100%;height:48px;padding:12px 24px;border:none;border-radius:100px;font-size:14px;background:#fafafa;transition:background-color .2s;color:#000;box-sizing:border-box}.filter-price-input:focus{outline:none;background:#f0f0f0;box-shadow:none}.filter-price-input::placeholder{color:#a3a3a3}.filter-price-input::-webkit-outer-spin-button,.filter-price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.filter-price-input[type=number]{-moz-appearance:textfield}.products-content{min-height:400px;flex:1;min-width:0}.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:3rem}.mobile-sort-bar{display:none;margin-bottom:1rem;gap:.75rem;align-items:center}.mobile-filter-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--white);border:1.5px solid var(--border-light);border-radius:var(--radius);font-size:.85rem;font-weight:500;color:var(--text-dark);cursor:pointer;position:relative;transition:all var(--transition-fast);white-space:nowrap}.mobile-filter-btn:hover{border-color:var(--primary-green);color:var(--primary-green)}.filter-badge{position:absolute;top:-3px;right:-3px;width:8px;height:8px;background:var(--accent-red);border-radius:50%}.mobile-sort-select{flex:1}.mobile-filter-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;justify-content:flex-end}.mobile-filter-panel{width:85%;max-width:360px;height:100%;background:var(--white);display:flex;flex-direction:column;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-filter-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border-light)}.mobile-filter-header h3{font-size:1rem;font-weight:600;margin:0;color:var(--text-dark)}.mobile-filter-header .close-btn{width:34px;height:34px;border:none;background:var(--warm-gray-100);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-gray);transition:all var(--transition-fast)}.mobile-filter-header .close-btn:hover{background:var(--warm-gray-200);color:var(--text-dark)}.mobile-filter-content{flex:1;overflow-y:auto;padding:1rem 1.25rem}.mobile-filter-footer{padding:1rem 1.25rem;border-top:1px solid var(--border-light);display:flex;gap:.75rem}.mobile-filter-footer .btn-clear{flex:1;padding:.75rem;background:var(--warm-gray-100);border:none;border-radius:var(--radius);font-size:.875rem;font-weight:500;color:var(--text-dark);cursor:pointer;transition:all var(--transition-fast)}.mobile-filter-footer .btn-clear:hover{background:var(--warm-gray-200)}.mobile-filter-footer .btn-apply{flex:2;padding:.75rem;background:var(--primary-green);border:none;border-radius:var(--radius);font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;transition:all var(--transition-fast)}.mobile-filter-footer .btn-apply:hover{background:var(--primary-green-dark)}.loading-state,.empty-state{text-align:center;padding:4rem 2rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.spinner{width:44px;height:44px;border:3px solid var(--warm-gray-200);border-top-color:var(--primary-green);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}.loading-state p,.empty-state p{color:var(--text-muted);font-size:1rem;margin:.75rem 0}.btn-clear-filters{margin-top:.75rem;padding:.625rem 1.5rem;background:var(--primary-green);color:#fff;border:none;border-radius:var(--radius);font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.btn-clear-filters:hover{background:var(--primary-green-dark)}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:2rem}.pagination-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #d4d4d4;background:#fff;color:#000;border-radius:50%;cursor:pointer;transition:all .2s}.pagination-arrow:hover:not(:disabled){border-color:var(--primary-green);color:var(--primary-green)}.pagination-arrow:disabled{opacity:.4;cursor:not-allowed}.pagination-numbers{display:flex;align-items:center;gap:8px}.pagination-number{width:36px;height:36px;border:1px solid #d4d4d4;background:#fff;color:#000;border-radius:50%;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s}.pagination-number:hover{border-color:var(--primary-green);color:var(--primary-green)}.pagination-number.active{background:var(--primary-green);border-color:var(--primary-green);color:#fff}.pagination-ellipsis{color:#a3a3a3;padding:0 4px}.cart-toast{position:fixed;top:90px;right:20px;padding:.75rem 1.25rem;border-radius:var(--radius);font-weight:500;font-size:.875rem;z-index:1000;animation:slideInRight .3s ease-out;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.5rem}.cart-toast-success{background:var(--primary-green);color:#fff}.cart-toast-error{background:var(--accent-red);color:#fff}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@media(max-width:1280px){.products-container{padding:16px 40px}.products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.products-container{padding:16px 24px}.products-grid{grid-template-columns:repeat(3,1fr);gap:10px}}@media(max-width:768px){.products-page{padding:0 0 2rem}.products-header h1{font-size:1.125rem}.products-container{padding:12px 16px;flex-direction:column;gap:0}.filters-sidebar{display:none}.mobile-sort-bar{display:flex}.products-grid{grid-template-columns:repeat(3,1fr);gap:8px}.pagination{gap:4px}.pagination-arrow{width:32px;height:32px}.pagination-number{width:32px;height:32px;font-size:12px}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:8px}}.star-rating{display:inline-flex;align-items:center;gap:.375rem}.stars-container{display:inline-flex;gap:1px}.star{position:relative;display:inline-block;line-height:1;overflow:hidden}.star-empty{color:var(--star-empty)}.star-filled{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:var(--star-filled)}.star-small{font-size:.875rem}.star-medium{font-size:1.125rem}.star-large{font-size:1.5rem}.star-xlarge{font-size:2rem}.star-interactive{cursor:pointer;transition:transform var(--transition-fast)}.star-interactive:hover{transform:scale(1.15)}.rating-count{font-size:.8rem;color:var(--text-muted);margin-left:.125rem}.review-section{padding:1.5rem 0}.review-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.review-section__title{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin:0}.review-section__summary{display:flex;align-items:center;gap:.5rem}.review-section__avg{font-size:1.25rem;font-weight:700;color:var(--accent-yellow)}.review-section__total{font-size:.85rem;color:var(--text-muted)}.review-section__filters{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.review-filter-tab{display:flex;align-items:center;gap:.25rem;padding:.4rem .875rem;border:1.5px solid var(--border-light);border-radius:var(--radius-full);background:var(--white);font-size:.8rem;font-weight:500;color:var(--text-gray);cursor:pointer;transition:all .2s}.review-filter-tab:hover{border-color:var(--primary-green);color:var(--primary-green)}.review-filter-tab--active{background:var(--primary-green);border-color:var(--primary-green);color:#fff}.review-filter-tab--active .review-filter-star{color:#fff}.review-filter-star{color:var(--accent-yellow)}.review-filter-count{font-size:.75rem;opacity:.8}.review-section__loading{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:var(--text-muted);font-size:.875rem}.spinner-small{width:20px;height:20px;border:2px solid var(--warm-gray-200);border-top:2px solid var(--primary-green);border-radius:50%;animation:spin .8s linear infinite}.review-section__empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1rem;color:var(--text-muted);text-align:center}.review-section__empty svg{color:var(--warm-gray-300)}.review-section__empty p{margin:0;font-size:.9rem}.review-section__scroll-wrapper{position:relative}.review-scroll-btn{position:absolute;top:0;bottom:0;margin:auto 0;z-index:2;width:32px;height:32px;border-radius:50%;border:none;background:#d9d9d980;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s}.review-scroll-btn svg{width:20px;height:20px;flex-shrink:0}.review-scroll-btn:hover{background:#d9d9d9bf}.review-scroll-btn:active{transform:scale(.95)}.review-scroll-btn--left{left:-16px}.review-scroll-btn--right{right:-16px}.review-section__cards{display:flex;gap:.875rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem .25rem;-ms-overflow-style:none;scrollbar-width:none}.review-section__cards::-webkit-scrollbar{display:none}.review-card{flex-shrink:0;width:260px;padding:1rem;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md);scroll-snap-align:start;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .2s}.review-card:hover{box-shadow:var(--shadow)}.review-card__header{display:flex;align-items:center;gap:.625rem}.review-card__avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0}.review-card__avatar img{width:100%;height:100%;object-fit:cover}.review-card__avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--emerald-50);color:var(--primary-green);font-weight:600;font-size:.875rem}.review-card__user-info{display:flex;flex-direction:column;min-width:0}.review-card__username{font-size:.825rem;font-weight:600;color:var(--text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-card__date{font-size:.725rem;color:var(--text-muted)}.review-card__rating{margin:-.125rem 0}.review-card__variant{display:inline-block;align-self:flex-start;padding:.2rem .5rem;background:var(--emerald-50);color:var(--primary-green);border-radius:var(--radius-full);font-size:.7rem;font-weight:500}.review-card__images{display:flex;gap:.375rem}.review-card__image{width:52px;height:52px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-light);cursor:pointer}.review-card__image-more{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--warm-gray-100);border-radius:var(--radius-sm);font-size:.75rem;color:var(--text-muted);font-weight:500}.review-card__comment{font-size:.8rem;color:var(--text-gray);line-height:1.45;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.review-card__reply{padding:.5rem;background:var(--warm-gray-50);border-radius:var(--radius-sm);border-left:3px solid var(--primary-green)}.review-card__reply-label{font-size:.7rem;font-weight:600;color:var(--primary-green);display:block;margin-bottom:.2rem}.review-card__reply p{font-size:.75rem;color:var(--text-gray);margin:0;line-height:1.4}.review-lightbox{position:fixed;inset:0;z-index:9999;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:1rem}.review-lightbox__img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px;-webkit-user-select:none;user-select:none}.review-lightbox__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;border:none;background:#ffffff26;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:1}.review-lightbox__close:hover{background:#ffffff4d}.review-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#ffffff26;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:1}.review-lightbox__nav:hover{background:#ffffff4d}.review-lightbox__nav--prev{left:16px}.review-lightbox__nav--next{right:16px}.review-lightbox__counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#fff;font-size:.875rem;font-weight:500;background:#00000080;padding:4px 14px;border-radius:100px}.review-card__image-more{cursor:pointer}@media(max-width:768px){.review-card{width:220px}.review-scroll-btn{display:none}.review-section__header{flex-direction:column;align-items:flex-start}.review-lightbox__nav{width:36px;height:36px}.review-lightbox__nav--prev{left:8px}.review-lightbox__nav--next{right:8px}}.review-form{padding:1.5rem;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-md)}.review-form__title{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin:0 0 1.25rem}.review-form__form{display:flex;flex-direction:column;gap:1.25rem}.review-form__field{display:flex;flex-direction:column;gap:.5rem}.review-form__label{font-size:.875rem;font-weight:600;color:var(--text-dark)}.review-form__stars{display:flex;align-items:center;gap:.75rem}.review-form__rating-text{font-size:.875rem;font-weight:500;color:var(--accent-yellow)}.review-form__textarea{width:100%;padding:.75rem 1rem;border:1.5px solid var(--border-light);border-radius:var(--radius);font-family:inherit;font-size:.875rem;line-height:1.6;color:var(--text-dark);background:var(--white);resize:vertical;min-height:100px;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.review-form__textarea::placeholder{color:var(--warm-gray-400)}.review-form__textarea:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #3a7d441a}.review-form__char-count{font-size:.75rem;color:var(--text-muted);text-align:right}.review-form__images-grid{display:flex;flex-wrap:wrap;gap:.625rem}.review-form__file-input{display:none}.review-form__image-hint{font-size:.75rem;color:var(--text-muted)}.review-form__dropzone{width:88px;height:88px;border:2px dashed var(--border-gray);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;color:var(--text-muted);background:var(--warm-gray-50);transition:all var(--transition-fast)}.review-form__dropzone:hover,.review-form__dropzone:focus-visible{border-color:var(--primary-green);color:var(--primary-green);background:var(--emerald-50)}.review-form__dropzone--dragover{border-color:var(--primary-green);color:var(--primary-green);background:var(--emerald-50);border-style:solid}.review-form__dropzone:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.review-form__dropzone-text{font-size:.7rem;font-weight:500}.review-form__image-preview{position:relative;width:88px;height:88px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border-light)}.review-form__image-preview img{width:100%;height:100%;object-fit:cover;display:block}.review-form__image-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;border:none;background:#0009;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background var(--transition-fast)}.review-form__image-remove:hover{background:#dc2626e6}.review-form__message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:var(--radius);font-size:.85rem;font-weight:500}.review-form__message--success{background:var(--emerald-50);color:var(--primary-green-dark);border:1px solid var(--very-light-green)}.review-form__message--error{background:var(--accent-red-light);color:#dc2626;border:1px solid #fecaca}.review-form__submit{align-self:flex-start;padding:.75rem 2rem;background:linear-gradient(135deg,#4ade80 0%,var(--primary-green) 100%);color:#fff;border:none;border-radius:var(--radius);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:all var(--transition);box-shadow:0 2px 8px #3a7d444d}.review-form__submit:hover:not(:disabled){background:linear-gradient(135deg,var(--primary-green) 0%,var(--primary-green-dark) 100%);box-shadow:0 4px 12px #3a7d4466;transform:translateY(-1px)}.review-form__submit:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #3a7d444d}.review-form__submit:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.review-form__submit-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.review-form__loading{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:var(--text-muted);font-size:.875rem}.review-form__spinner{width:20px;height:20px;border:2px solid var(--warm-gray-200);border-top:2px solid var(--primary-green);border-radius:50%;animation:reviewFormSpin .8s linear infinite}.review-form__spinner--small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff}@keyframes reviewFormSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.review-form__blocked{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;color:var(--text-muted);text-align:center}.review-form__blocked svg{color:var(--warm-gray-300)}.review-form__blocked p{margin:0;font-size:.9rem;line-height:1.5}@media(max-width:768px){.review-form{padding:1.25rem}.review-form__dropzone,.review-form__image-preview{width:72px;height:72px}.review-form__submit{width:100%;text-align:center}}@media(max-width:480px){.review-form{padding:1rem}.review-form__title{font-size:1rem}.review-form__textarea{min-height:80px}.review-form__dropzone,.review-form__image-preview{width:64px;height:64px}.review-form__dropzone-text{font-size:.625rem}}.pd-page{max-width:1192px;margin:0 auto;padding:1.25rem 1.5rem;min-height:calc(100vh - 80px)}.pd-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.85rem;font-weight:500;position:relative}.pd-message--error{background:var(--accent-red-light, #fee2e2);color:#991b1b;border:1px solid #fca5a5}.pd-message--warning{background:#fef9c3;color:#854d0e;border:1px solid #fde68a}.pd-message__close{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.25rem;cursor:pointer;color:inherit;opacity:.6;line-height:1}.pd-message__close:hover{opacity:1}.pd-continue-shopping{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-top:12px;animation:pd-fade-in .3s ease}.pd-continue-shopping svg{color:#16a34a;flex-shrink:0}.pd-continue-shopping span{font-size:.85rem;font-weight:600;color:#166534;flex:1}.pd-continue-shopping button{padding:6px 16px;border-radius:999px;background:#3a7d44;color:#fff;border:none;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .2s}.pd-continue-shopping button:hover{background:#2d6235}@keyframes pd-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.pd-loading,.pd-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.pd-spinner{width:44px;height:44px;border:3px solid var(--warm-gray-200);border-top:3px solid var(--primary-green);border-radius:50%;animation:pd-spin .8s linear infinite;margin-bottom:1rem}@keyframes pd-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pd-error svg{color:var(--warm-gray-300);margin-bottom:1rem}.pd-error h2{color:var(--text-dark);margin:0 0 .5rem}.pd-error p{color:var(--text-muted);margin:0 0 1.5rem}.pd-top{display:flex;flex-direction:row;align-items:flex-start;gap:24px;margin-bottom:2rem}.pd-gallery{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;width:450px;flex-shrink:0}.pd-gallery__topbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%}.pd-back-pill{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px 18px;gap:8px;background:#3a7d44;border-radius:100px;border:none;cursor:pointer;transition:background .2s}.pd-back-pill svg path{stroke:#fff}.pd-back-pill span{font-size:13px;font-weight:600;line-height:20px;color:#fff}.pd-back-pill:hover{background:#2d6235}.pd-gallery__actions{display:flex;flex-direction:row;align-items:flex-start;gap:10px}.pd-action-pill{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;gap:10px;width:28px;height:28px;background:#f5f5f5;border-radius:100px;border:none;cursor:pointer;transition:background .2s}.pd-action-pill:hover{background:#e5e5e5}.pd-action-pill--with-count{width:auto;padding:4px 16px}.pd-action-pill--with-count span{font-size:12px;line-height:20px;color:#000}.pd-gallery__main{position:relative;width:450px;height:450px;border-radius:16px;overflow:hidden;background:#f5f5f5;cursor:pointer}.pd-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.pd-gallery__main:hover img{transform:scale(1.03)}.pd-flash-badge{position:absolute;top:.75rem;left:.75rem;display:flex;align-items:center;gap:.3rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.4rem .75rem;border-radius:100px;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #ef44444d}.pd-discount-badge{position:absolute;top:.75rem;right:.75rem;background:#e62e05;color:#fff;padding:4px 16px;border-radius:100px;font-size:12px;font-weight:600}.pd-gallery__oos-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2}.pd-gallery__oos-badge{display:flex;align-items:center;justify-content:center;padding:8px 24px;background:#000c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:100px;font-size:20px;font-weight:500;color:#fff}.pd-gallery__thumbs{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%;overflow-x:auto}.pd-gallery__thumb{flex-shrink:0;width:70px;height:70px;border:2px solid transparent;border-radius:16px;overflow:hidden;cursor:pointer;padding:0;background:#f5f5f5;transition:border-color .2s}.pd-gallery__thumb:hover,.pd-gallery__thumb--active{border-color:#f8e8ce}.pd-gallery__thumb img{width:100%;height:100%;object-fit:cover}.pd-info{display:flex;flex-direction:column;align-items:flex-start;gap:24px;flex:1;min-width:0}.pd-info__header{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%}.pd-info__name{font-size:20px;font-weight:500;line-height:33px;color:#000;margin:0;width:100%}.pd-info__meta{display:flex;flex-direction:row;align-items:flex-start;gap:16px;width:100%}.pd-info__rating{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;border-radius:100px}.pd-info__rating svg{flex-shrink:0}.pd-info__rating span{font-size:12px;line-height:20px;color:#000}.pd-info__sales{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;border-radius:100px}.pd-info__sales svg{flex-shrink:0}.pd-info__sales span{font-size:12px;line-height:20px;color:#000}.pd-flash-banner{display:flex;flex-direction:column;align-items:flex-start;width:100%;background:linear-gradient(0deg,#fff4ed,#fff4ed),#e62e05;border-radius:16px;overflow:hidden}.pd-flash-banner__header{display:flex;flex-direction:row;align-items:center;padding:6px 10px;gap:10px;width:100%;background:#e62e05;border-radius:16px 16px 0 0}.pd-flash-banner__title{display:flex;flex-direction:row;align-items:center;padding:6px 0;gap:10px}.pd-flash-banner__title span{font-size:20px;font-weight:500;line-height:33px;color:#fff}.pd-flash-banner__countdown{display:flex;flex-direction:row;align-items:center;gap:4px}.pd-timer-box{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4px 0;width:32px;height:34px;background:linear-gradient(0deg,#0003,#0003),linear-gradient(180deg,#e62e05,#bc1b06);border-radius:8px;font-size:16px;font-weight:600;line-height:26px;color:#fff;text-align:center;font-variant-numeric:tabular-nums}.pd-timer-sep{font-size:16px;font-weight:400;line-height:26px;color:#fff}.pd-flash-banner__price{display:flex;flex-direction:row;align-items:center;padding:10px;gap:10px;width:100%}.pd-flash-price{font-size:24px;font-weight:500;line-height:40px;color:#bc1b06}.pd-flash-original{font-size:16px;font-weight:500;line-height:26px;text-decoration-line:line-through;color:#a3a3a3}.pd-flash-discount-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 16px;background:#e62e05;border-radius:100px;font-size:12px;line-height:20px;color:#fff}.pd-pricing{display:flex;flex-direction:column;gap:6px;width:100%}.pd-pricing__row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pd-pricing__current{font-size:24px;font-weight:500;line-height:40px;color:#319754}.pd-pricing__original{font-size:16px;font-weight:500;line-height:26px;text-decoration-line:line-through;color:#a3a3a3}.pd-pricing__badge{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 16px;background:#e62e05;border-radius:100px;font-size:12px;line-height:20px;color:#fff}.pd-pricing__promo-name{display:inline-flex;align-items:center;padding:4px 16px;background:#319754;color:#fff;font-size:12px;line-height:20px;border-radius:100px;align-self:flex-start}.pd-pricing__coupon-badge{display:inline-flex;align-items:center;gap:6px;background:#d6eadd;color:#226a3b;font-size:12px;line-height:20px;padding:4px 16px;border-radius:100px;font-weight:400;border:none}.pd-pricing__coupon-badge svg{flex-shrink:0}.pd-section-label{font-size:14px;font-weight:400;line-height:23px;color:#666;margin:0;display:block}.pd-variants{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%}.pd-variants__list{display:flex;flex-wrap:wrap;gap:10px}.pd-variant-pill{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 16px;height:28px;border:1px solid #E5E5E5;border-radius:100px;background:transparent;cursor:pointer;transition:all .2s;font-size:12px;line-height:20px;color:#000}.pd-variant-pill:hover:not(:disabled){border-color:#319754;color:#319754}.pd-variant-pill--active{border-color:#319754;color:#319754;background:#f0fdf4}.pd-variant-pill--disabled{opacity:.5;cursor:not-allowed;text-decoration:line-through;background:#c7c7cc;border-color:#aeaeb2}.pd-variants--oos .pd-variant-pill{background:#c7c7cc;border-color:#aeaeb2;opacity:.5;cursor:not-allowed;text-decoration:none}.pd-variants__hint{margin:0;color:#e62e05;font-size:12px;font-weight:500}.pd-quantity{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%}.pd-quantity__row{display:flex;flex-direction:row;align-items:center;gap:16px}.pd-quantity__controls{display:flex;flex-direction:row;align-items:center;gap:0;height:31px;background:#f5f5f5;border-radius:100px;overflow:hidden}.pd-quantity__btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;width:36px;height:31px;padding:0;transition:background .2s}.pd-quantity__btn:hover:not(:disabled){background:#0000000f}.pd-quantity__btn:active:not(:disabled){background:#0000001a}.pd-quantity__btn:disabled{opacity:.3;cursor:not-allowed}.pd-quantity__value{font-size:14px;font-weight:500;line-height:23px;color:#000;min-width:28px;text-align:center;-webkit-user-select:none;user-select:none}.pd-quantity__stock{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;border-radius:100px}.pd-quantity__stock svg{flex-shrink:0}.pd-quantity__stock span{font-size:12px;line-height:20px;color:#000}.pd-actions{display:flex;flex-direction:row;align-items:center;padding:24px 0;gap:10px}.pd-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:200px;height:48px;border-radius:100px;font-size:14px;line-height:23px;font-weight:400;cursor:pointer;transition:all .2s;text-decoration:none}.pd-btn--outlined{background-color:transparent;color:#db8b0a;border:1px solid #DB8B0A}.pd-btn--outlined svg{stroke:#c59507}.pd-btn--outlined:hover:not(:disabled){background-color:#fef9ee;border-color:#c47a08;color:#c47a08}.pd-btn--outlined:hover:not(:disabled) svg{stroke:#c47a08}.pd-btn--outlined-oos{background-color:transparent;color:#aeaeb2;border:1px solid #AEAEB2;cursor:not-allowed}.pd-btn--outlined-oos svg{stroke:#aeaeb2}.pd-btn--outlined-oos:disabled{opacity:1}.pd-btn--filled{background-color:#319754;color:#fff;border:none}.pd-btn--filled svg{stroke:#fff}.pd-btn--filled:hover:not(:disabled){background-color:#2d6a4f}.pd-btn:disabled{opacity:.5;cursor:not-allowed}.pd-btn--filled-oos{background-color:#aeaeb2;color:#fff;border:none;cursor:not-allowed}.pd-btn--filled-oos svg{stroke:#fff}.pd-btn--filled-oos:disabled{opacity:1}.pd-btn--heart{width:48px;min-width:48px;height:48px;padding:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:12px;color:#9ca3af;cursor:pointer;transition:color .2s ease,background-color .2s ease;flex-shrink:0}.pd-btn--heart:hover{background:#f0f0f0;opacity:.8}.pd-btn--heart.liked{background:#fef2f2;color:#ff383c}.pd-btn--heart:disabled{opacity:.5;cursor:not-allowed}.pd-store-bar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-radius:16px;box-shadow:0 1px 4px #0000000f;cursor:pointer;transition:box-shadow .2s}.pd-store-bar:hover{box-shadow:0 2px 12px #0000001a}.pd-store-bar__left{display:flex;flex-direction:row;align-items:center;gap:16px;min-width:0}.pd-store-bar__avatar{width:70px;height:70px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f5f5f5}.pd-store-bar__avatar img{width:100%;height:100%;object-fit:cover}.pd-store-bar__avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fdf6ec}.pd-store-bar__info{display:flex;flex-direction:column;gap:10px;min-width:0}.pd-store-bar__name{font-size:20px;font-weight:500;line-height:1.4;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pd-store-bar__stats{display:flex;flex-direction:row;align-items:center;gap:24px;flex-wrap:wrap}.pd-store-bar__stat{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:14px;line-height:23px;color:#000;white-space:nowrap}.pd-store-bar__stat svg{flex-shrink:0;color:#a2845e}.pd-store-bar__stat-label{font-weight:400;color:#000}.pd-store-bar__stat-value{font-weight:500;color:#a2845e}.pd-store-bar__stat-suffix{font-weight:300;color:#000}.pd-store-bar__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:4px 16px;background:#d6eadd;border-radius:100px;border:none;font-size:12px;font-weight:400;line-height:20px;color:#319754;cursor:pointer;transition:background .2s;white-space:nowrap;flex-shrink:0}.pd-store-bar__btn svg{flex-shrink:0;color:#319754}.pd-store-bar__btn:hover{background:#c4e0cc}.pd-bottom{display:flex;flex-direction:column;gap:1.5rem}.pd-section{background:var(--white);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.pd-section__title{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-light)}.pd-description__content{color:var(--text-gray);line-height:1.7;font-size:.9rem}.pd-description__content p{margin:0 0 .75rem}.pd-description__content img{max-width:100%;border-radius:var(--radius)}.pd-description__content ul,.pd-description__content ol{padding-left:1.5rem;margin:0 0 .75rem}.pd-specs__table{display:flex;flex-direction:column}.pd-specs__row{display:flex;padding:.6rem .75rem;font-size:.875rem;border-bottom:1px solid var(--warm-gray-100)}.pd-specs__row:last-child{border-bottom:none}.pd-specs__row:nth-child(odd){background:var(--warm-gray-50);border-radius:var(--radius-sm)}.pd-specs__label{font-weight:600;color:var(--text-dark);min-width:120px;flex-shrink:0}.pd-specs__value{color:var(--text-gray)}.pd-store-link{color:#319754;cursor:pointer;font-weight:500;transition:opacity .15s}.pd-store-link:hover{opacity:.7;text-decoration:underline}.pd-same-store__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.pd-same-store__header .pd-section__title{margin:0;padding-bottom:0;border-bottom:none}.pd-same-store__view-all{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:var(--primary-green);font-size:.85rem;font-weight:600;cursor:pointer;transition:color .2s}.pd-same-store__view-all:hover{color:var(--primary-green-dark)}.pd-same-store__scroll-wrapper{position:relative}.pd-scroll-btn{position:absolute;top:0;bottom:0;margin:auto 0;z-index:2;width:32px;height:32px;border-radius:50%;border:none;background:#d9d9d980;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s}.pd-scroll-btn svg{width:20px;height:20px;flex-shrink:0}.pd-scroll-btn:hover{background:#d9d9d9bf}.pd-scroll-btn:active{transform:scale(.95)}.pd-scroll-btn--left{left:-16px}.pd-scroll-btn--right{right:-16px}.pd-same-store__cards{display:flex;gap:.875rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.25rem;-ms-overflow-style:none;scrollbar-width:none}.pd-same-store__cards::-webkit-scrollbar{display:none}.pd-same-store__card-wrapper{flex-shrink:0;width:180px;scroll-snap-align:start}.pd-lightbox{position:fixed;inset:0;background:#000000eb;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:pd-fadeIn .25s ease}@keyframes pd-fadeIn{0%{opacity:0}to{opacity:1}}.pd-lightbox__content{position:relative;max-width:85vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:12px}.pd-lightbox__close{position:absolute;top:-52px;right:0;background:none;border:none;color:#fff;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s;opacity:.7;z-index:3}.pd-lightbox__close:hover{opacity:1}.pd-lightbox__image-area{position:relative;display:inline-flex;align-items:center;justify-content:center}.pd-lightbox__image-area>img{display:block;max-width:85vw;max-height:70vh;object-fit:contain;border-radius:12px}.pd-lightbox__arrow{position:absolute;top:0;bottom:0;margin:auto 0;z-index:2;width:32px;height:32px;border-radius:50%;border:none;background:#fff3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s}.pd-lightbox__arrow svg{width:20px;height:20px;flex-shrink:0}.pd-lightbox__arrow:hover{background:#fff6}.pd-lightbox__arrow--left{left:16px}.pd-lightbox__arrow--right{right:16px}.pd-lightbox__counter{color:#ffffffb3;font-size:14px;font-weight:500}.pd-lightbox__thumbs{display:flex;gap:8px}.pd-lightbox__thumbs img{width:56px;height:56px;object-fit:cover;border-radius:8px;border:2px solid transparent;cursor:pointer;opacity:.5;transition:all .2s}.pd-lightbox__thumbs img:hover{opacity:.8}.pd-lightbox__thumbs img.active{border-color:#fff;opacity:1}.pd-review-login-hint{text-align:center;padding:1rem;color:var(--text-muted);font-size:.875rem;background:var(--warm-gray-50);border-radius:var(--radius);margin-top:1rem}@media(max-width:968px){.pd-top{flex-direction:column}.pd-gallery{width:100%;max-width:360px;margin:0 auto}.pd-gallery__topbar{width:100vw;margin-left:calc(-50vw + 50%);padding:0 1rem;box-sizing:border-box}.pd-gallery__main{width:100%;height:auto;aspect-ratio:1}.pd-gallery__thumbs{justify-content:center}.pd-gallery__thumb{width:52px;height:52px}.pd-info{width:100%}}@media(max-width:640px){.pd-gallery{max-width:280px}.pd-gallery__topbar{padding:0 1rem}.pd-gallery__thumb{width:44px;height:44px;border-radius:10px}.pd-page{padding:1rem}.pd-store-bar{padding:12px 16px;gap:12px}.pd-store-bar__avatar{width:50px;height:50px}.pd-store-bar__name{font-size:16px}.pd-store-bar__stats{gap:12px}.pd-store-bar__stat{font-size:12px}.pd-store-bar__stat-suffix{display:none}.pd-store-bar__btn{padding:4px 12px;font-size:11px}.pd-info__name{font-size:18px;line-height:28px}.pd-flash-price,.pd-pricing__current{font-size:20px;line-height:33px}.pd-actions{flex-direction:column;width:100%}.pd-btn{width:100%}.pd-flash-banner__header{flex-wrap:wrap}.pd-specs__row{flex-direction:column;gap:.2rem}.pd-scroll-btn{display:none}.pd-lightbox{padding:.75rem}.pd-lightbox__close{top:-44px;right:4px}.pd-lightbox__arrow--left{left:4px}.pd-lightbox__arrow--right{right:4px}.pd-lightbox__thumbs img{width:44px;height:44px}}@media(prefers-reduced-motion:reduce){.pd-gallery__main img,.pd-back-pill,.pd-action-pill,.pd-variant-pill,.pd-quantity__btn,.pd-btn,.pd-scroll-btn,.pd-gallery__thumb,.pd-lightbox__close,.pd-lightbox__nav-btn,.pd-same-store__view-all{transition:none}}.cart-page{padding:0 0 4rem;min-height:80vh;background-color:#f5f5f4}.cart-page .container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.cart-banner{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 0;isolation:isolate;height:72px;background:#d6eadd80;margin-bottom:2rem;position:relative;overflow:hidden}.cart-banner:before{content:"";position:absolute;width:200%;height:144px;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='144'%3E%3Cg opacity='0.1'%3E%3Cg transform='translate(0,88)'%3E%3Ccircle cx='25' cy='48' r='3' fill='%23319754'/%3E%3Ccircle cx='43' cy='48' r='3' fill='%23319754'/%3E%3Cpath d='M4 4h8l5.4 27a4 4 0 004 3.2h19.4a4 4 0 004-3.2L50 12H12' stroke='%23319754' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg transform='translate(96,0)'%3E%3Ccircle cx='25' cy='48' r='3' fill='%23319754'/%3E%3Ccircle cx='43' cy='48' r='3' fill='%23319754'/%3E%3Cpath d='M4 4h8l5.4 27a4 4 0 004 3.2h19.4a4 4 0 004-3.2L50 12H12' stroke='%23319754' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat-x;z-index:0;pointer-events:none}.cart-banner .container{max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.cart-banner__content{display:flex;align-items:center;justify-content:center;gap:.75rem}.cart-banner__icon{color:#319754;flex-shrink:0}.cart-banner__title{font-size:24px;font-weight:500;line-height:40px;color:#319754;margin:0;text-align:center}.cart-banner__count{font-size:1rem;font-weight:400;color:#31975499;margin-left:.25rem}.cart-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:1.5rem}.cart-header-actions{display:flex;gap:.75rem}.btn-remove-selected,.btn-clear-cart{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:.5rem;cursor:pointer;transition:all .2s;background:#fff;border:1px solid #e7e5e4;color:#78716c}.btn-remove-selected:hover{color:#ef4444;border-color:#fca5a5;background:#fef2f2}.btn-clear-cart:hover{color:#1c1917;border-color:#d6d3d1;background:#f5f5f4}.cart-container{display:grid;grid-template-columns:1fr 400px;gap:16px;align-items:start}.cart-items-wrapper{display:flex;flex-direction:column;padding:16px;gap:16px;background:#fff;border-radius:16px}.cart-store-group{display:flex;flex-direction:column;gap:16px;padding-top:16px;border-top:1px solid #E5E5EA}.cart-store-header{display:flex;align-items:center}.cart-store-header__label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-weight:600;color:#171717}.cart-store-header__icon{color:#319754;flex-shrink:0}.cart-store-header__name{line-height:1}.cart-divider{width:100%;height:0;border:none;border-top:1px solid #D4D4D8;margin:0}.cart-select-all{display:flex;align-items:center}.select-all-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:20px;font-weight:500;color:#000;line-height:33px;width:100%}.cart-items-wrapper .checkbox-custom{appearance:none;-webkit-appearance:none;width:18px;height:18px;min-width:18px;min-height:18px;max-width:18px;max-height:18px;border:none;border-radius:4px;background-color:#999;cursor:pointer;position:relative;transition:background-color .2s;flex-shrink:0;padding:0;margin:0}.cart-items-wrapper .checkbox-custom:checked{background-color:#34c759}.cart-items-wrapper .checkbox-custom:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.cart-items-wrapper .checkbox-custom:disabled{cursor:not-allowed;opacity:.5}.cart-item{display:flex;flex-direction:row;align-items:flex-start;padding:16px;gap:10px;border-radius:16px;transition:all .2s ease}.cart-item.selected{background:#34c7590d;border:1px solid #34C759}.cart-item:not(.selected){border:1px solid transparent}.cart-item.updating{opacity:.7;pointer-events:none}.cart-item__left{display:flex;flex-direction:row;align-items:center;gap:10px;flex-shrink:0}.cart-item__left.faded{opacity:.5}.item-image{width:80px;height:80px;border-radius:16px;overflow:hidden;background:#f5f5f5;cursor:pointer;flex-shrink:0}.item-image img{width:100%;height:100%;object-fit:cover}.cart-item__content{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.cart-item__row{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.cart-item__row.faded{opacity:.5}.item-name{font-size:14px;font-weight:500;color:#000;line-height:23px;margin:0;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.item-name:hover{color:#319754}.item-name.faded{opacity:.5}.item-variant{font-size:12px;font-weight:400;color:#000;line-height:20px}.item-unit-prices{display:flex;align-items:center;gap:10px}.price-sale,.price-unit{font-size:12px;font-weight:400;color:#319754;line-height:20px}.price-unit--unavailable{color:#000}.price-original{font-size:12px;font-weight:400;color:#8e8e93;line-height:20px;text-decoration:line-through}.delete-btn{background:transparent;border:none;color:#8e8e93;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:8px}.delete-btn:hover{color:#ef4444}.quantity-control{display:flex;flex-direction:row;align-items:center;padding:4px 16px;gap:24px;height:28px;background:#f5f5f5;border-radius:100px}.quantity-control--selected{background:#fff}.quantity-control--unavailable{width:fit-content;gap:0}.qty-btn{border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-value,.qty-unavailable-text{font-size:12px;font-weight:500;color:#000;line-height:20px}.price-subtotal{font-size:16px;font-weight:500;color:#ff383c;line-height:26px}.price-subtotal--unavailable{color:#000}.message{padding:.875rem 1rem;border-radius:.5rem;margin-bottom:1.5rem;text-align:center;font-weight:500;font-size:.9375rem}.message-success{background-color:#dcfce7;color:#166534}.message-error{background-color:#fee2e2;color:#991b1b}.message-warning{background-color:#fffbeb;color:#92400e;border:1px solid #fde68a;display:flex;align-items:center;gap:8px}.price-changed-badge{font-size:10px;font-weight:500;color:#92400e;background:#fffbeb;border:1px solid #fde68a;padding:1px 6px;border-radius:4px;white-space:nowrap}.cart-summary{background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:16px;position:sticky;top:2rem}.cart-summary h2{font-size:20px;font-weight:500;color:#000;margin:0;line-height:33px}.summary-divider{width:100%;height:0;border:none;border-top:1px solid #D4D4D8;margin:0}.summary-selected-box{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid rgba(49,151,84,.5);border-radius:18px}.summary-selected-box .summary-label{font-size:14px;font-weight:500;color:#000;line-height:23px}.summary-selected-box .summary-value{font-size:16px;font-weight:700;color:#34c759;line-height:26px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.summary-row .summary-label{font-size:14px;font-weight:500;color:#000;line-height:23px}.summary-row .summary-value{font-size:16px;font-weight:500;color:#34c759;line-height:26px}.coupon-section{padding:0 16px}.summary-total-section{display:flex;flex-direction:column;gap:8px;padding:0 16px}.summary-total{display:flex;justify-content:space-between;align-items:center}.summary-total-label{font-size:14px;font-weight:500;color:#000;line-height:23px}.summary-total .total-amount{font-size:20px;font-weight:500;color:#ff383c;line-height:33px}.vat-note{font-size:12px;font-weight:400;color:#8e8e93;line-height:20px;margin:0}.btn-checkout{width:100%;background-color:#319754;color:#fff;padding:0;height:48px;border-radius:100px;font-weight:400;font-size:14px;line-height:23px;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-checkout:hover:not(:disabled){background-color:#2a8348}.btn-checkout:disabled{background-color:#d6d3d1;cursor:not-allowed}.btn-continue{width:100%;background:transparent;color:#db8b0a;border:1px solid #DB8B0A;padding:0;height:48px;border-radius:100px;font-weight:400;font-size:14px;line-height:23px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-continue:hover{background:#fffbeb}.cart-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px}.cart-empty .empty-icon{margin-bottom:1rem;color:#a8a29e}.cart-empty h2{font-size:1.25rem;font-weight:700;color:#1c1917;margin:0 0 .5rem}.cart-empty p{color:#78716c;margin:0 0 1.5rem}.cart-empty .btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#319754;color:#fff;border:none;border-radius:100px;font-weight:500;font-size:14px;cursor:pointer;transition:background .2s}.cart-empty .btn-primary:hover{background:#2a8348}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#78716c}.spinner{width:2.5rem;height:2.5rem;border:3px solid #e7e5e4;border-top-color:#319754;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@media(max-width:1024px){.cart-container{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:640px){.cart-page{padding-bottom:2rem}.cart-banner{margin-bottom:1.25rem}.cart-banner__title{font-size:1.125rem}.cart-page .container{padding:0 1rem}.cart-items-wrapper{padding:12px;gap:12px}.cart-item{padding:12px;gap:8px}.select-all-label{font-size:16px;line-height:26px}.item-image{width:60px;height:60px;border-radius:12px}.item-name{font-size:13px}.cart-header-actions{flex-wrap:wrap}.cart-summary{padding:12px}.quantity-control{padding:4px 12px;gap:16px}}@media(prefers-reduced-motion:reduce){.cart-item,.qty-btn,.btn-checkout,.btn-continue,.delete-btn{transition:none}.spinner{animation-duration:1.5s}}.coupon-input{margin:12px 0}.coupon-input__row{display:flex;gap:8px}.coupon-input__field{flex:1;padding:10px 14px;border:1px solid #ddd;border-radius:8px;font-size:.9rem;letter-spacing:.5px;text-transform:uppercase;outline:none;transition:border-color .2s}.coupon-input__field:focus{border-color:var(--primary-green, #2e7d32)}.coupon-input__apply-btn{padding:10px 20px;background:var(--primary-green, #2e7d32);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s}.coupon-input__apply-btn:hover:not(:disabled){opacity:.9}.coupon-input__apply-btn:disabled{opacity:.5;cursor:not-allowed}.coupon-input__error{color:#d32f2f;font-size:.82rem;margin-top:6px;padding-left:2px}.coupon-input__applied{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#e8f5e9;border:1px solid var(--primary-green, #2e7d32);border-radius:8px}.coupon-input__applied-info{display:flex;align-items:center;gap:8px}.coupon-input__applied-icon{font-size:1.2rem}.coupon-input__applied-code{font-weight:700;font-family:monospace;font-size:.95rem;color:var(--primary-green, #2e7d32);margin-right:8px}.coupon-input__applied-discount{color:#d32f2f;font-weight:600;font-size:.9rem}.coupon-input__remove-btn{background:none;border:none;color:#999;font-size:1.1rem;cursor:pointer;padding:4px 8px;border-radius:4px;transition:color .2s}.coupon-input__remove-btn:hover{color:#d32f2f}.coupon-input__my-coupons{margin-top:8px;position:relative}.coupon-input__toggle{background:none;border:none;color:var(--primary-green, #2e7d32);font-size:.85rem;cursor:pointer;padding:4px 0;display:flex;align-items:center;gap:4px}.coupon-input__arrow{transition:transform .2s;font-size:.8rem}.coupon-input__arrow--open{transform:rotate(180deg)}.coupon-input__dropdown{margin-top:4px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #00000014}.coupon-input__option{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;border:none;border-bottom:1px solid #f0f0f0;background:#fff;cursor:pointer;text-align:left;transition:background .15s}.coupon-input__option:last-child{border-bottom:none}.coupon-input__option:hover{background:#f8faf8}.coupon-input__option-code{font-weight:600;font-family:monospace;font-size:.88rem;color:#333}.coupon-input__option-desc{font-size:.8rem;color:#888}.addr-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.addr-modal{width:100%;max-width:480px;background:#fff;border-radius:16px;max-height:90vh;overflow-y:auto;position:relative}.addr-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem 1rem}.addr-modal__title{font-size:1.125rem;font-weight:700;color:#111;margin:0}.addr-modal__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#666;cursor:pointer;border-radius:50%;transition:background .15s;padding:0}.addr-modal__close:hover{background:#f3f4f6}.addr-modal__error{margin:0 1.5rem .5rem;padding:.5rem .75rem;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;font-size:.8125rem;font-weight:500}.addr-modal__form{display:flex;flex-direction:column;gap:1.25rem;padding:.5rem 1.5rem 1.5rem}.addr-modal__row{display:flex;gap:1rem}.addr-modal__row>.addr-modal__field{flex:1;min-width:0}.addr-modal__field{display:flex;flex-direction:column;gap:.375rem}.addr-modal__label{font-size:.875rem;font-weight:600;color:#111}.addr-modal__required{color:#ef4444}.addr-modal__hint{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.addr-modal__input{width:100%;padding:.5rem 0;border:none;border-bottom:1px solid #d1d5db;font-size:.875rem;color:#111;background:transparent;outline:none;transition:border-color .15s;box-sizing:border-box}.addr-modal__input:focus{border-bottom-color:#319754}.addr-modal__input::placeholder{color:#9ca3af}.addr-modal__autocomplete-wrap{position:relative}.addr-modal__search-loading{position:absolute;right:0;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid #d1d5db;border-top-color:#319754;border-radius:50%;animation:addr-spin .6s linear infinite}@keyframes addr-spin{to{transform:translateY(-50%) rotate(360deg)}}.addr-modal__suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #0000001f;max-height:220px;overflow-y:auto;z-index:50;list-style:none;margin:4px 0 0;padding:4px 0}.addr-modal__suggestion-item{padding:.625rem .75rem;font-size:.8125rem;color:#374151;cursor:pointer;transition:background .1s;line-height:1.4}.addr-modal__suggestion-item:hover{background:#f0fdf4}.addr-modal__suggestion-tumbol{font-weight:600;color:#111}.addr-modal__suggestion-sep{color:#9ca3af;margin:0 2px}.addr-modal__suggestion-amphur{color:#374151}.addr-modal__suggestion-province{color:#6b7280}.addr-modal__suggestion-postal{color:#319754;font-weight:600}.addr-modal__toggle-row{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid #f3f4f6}.addr-modal__toggle-label{font-size:.875rem;font-weight:500;color:#374151}.addr-modal__toggle{width:48px;height:28px;border-radius:14px;border:none;background:#d1d5db;cursor:pointer;position:relative;transition:background .2s;padding:0;flex-shrink:0}.addr-modal__toggle--active{background:#319754}.addr-modal__toggle-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:transform .2s}.addr-modal__toggle--active .addr-modal__toggle-thumb{transform:translate(20px)}.addr-modal__submit{width:100%;padding:.875rem;background:#319754;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s;margin-top:.5rem}.addr-modal__submit:hover{background:#2a8548}.addr-modal__submit:disabled{background:#9ca3af;cursor:not-allowed}@media(max-width:640px){.addr-modal-overlay{align-items:flex-end;padding:0}.addr-modal{max-width:100%;border-radius:16px 16px 0 0;max-height:90vh}.addr-modal__header{padding:1rem 1.25rem .75rem}.addr-modal__form{padding:.5rem 1.25rem 1.25rem}.addr-modal__row{flex-direction:column;gap:1.25rem}}.checkout-page{min-height:60vh;background:var(--checkout-bg);padding-bottom:2rem}.checkout-banner{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 0;isolation:isolate;height:72px;background:#d6eadd80;position:relative;overflow:hidden;margin-bottom:24px}.checkout-banner:before{content:"";position:absolute;width:200%;height:144px;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='890' height='144' viewBox='0 0 890 144'%3E%3C!-- Row 1: coins at top --%3E%3Cg transform='translate(0,0)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(89,0)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(178,0)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(267,0)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(356,0)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(445,0)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(534,0)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(623,0)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(712,0)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(801,0)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3C!-- Row 2: coins at bottom, offset --%3E%3Cg transform='translate(44.5,88)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(133.5,88)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(222.5,88)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(311.5,88)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(400.5,88)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(489.5,88)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(578.5,88)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(667.5,88)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(756.5,88)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3Cg transform='translate(845.5,88)' opacity='0.1'%3E%3Ccircle cx='28.5' cy='28' r='26' fill='none' stroke='%23319754' stroke-width='2.5'/%3E%3Ccircle cx='28.5' cy='28' r='18' fill='none' stroke='%23319754' stroke-width='1.5'/%3E%3Ctext x='28.5' y='34' text-anchor='middle' font-family='Arial' font-size='22' font-weight='bold' fill='%23319754'%3E%E0%B8%BF%3C/text%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat-x;z-index:0;pointer-events:none}.checkout-banner h1{font-size:24px;font-weight:500;line-height:40px;color:#319754;margin:0;text-align:center;position:relative;z-index:1}.checkout-page .container{max-width:1192px;margin:0 auto;padding:0 124px}.checkout-container{display:flex;gap:16px;align-items:flex-start}.checkout-forms{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0}.order-summary-section{width:400px;flex-shrink:0}.order-summary-section .sticky{position:sticky;top:1rem}.message{padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:500;animation:slideDown .3s ease}.message-success{background-color:#bbf7d0;color:var(--primary-green-dark);border:1px solid var(--primary-green-light)}.message-error{background-color:#ffe0e0;color:#c1121f;border:1px solid #ff6b6b}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-green);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.empty-state{background:#fff;text-align:center;padding:4rem 2rem;border-radius:16px;box-shadow:0 2px 8px #0000000f}.empty-state h2{color:#333;margin-bottom:1.5rem}.checkout-section{background:var(--checkout-card-bg);border-radius:16px;padding:16px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-header h2{color:#1c1917;margin:0;font-size:1rem;font-weight:600}.section-header .btn-change{background:none;border:none;color:var(--checkout-link-blue);font-size:.9rem;font-weight:500;cursor:pointer;padding:0;transition:opacity .2s}.section-header .btn-change:hover{opacity:.7}.frosted-glass-card{background:var(--checkout-frosted-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.04);border-radius:12px;padding:14px}.selected-address-card{display:flex;flex-direction:column;gap:6px}.selected-address-card .address-name-row{display:flex;align-items:center;gap:8px;font-weight:600;font-size:.95rem;color:#1c1917}.selected-address-card .default-badge{background:var(--checkout-link-blue);color:#fff;padding:2px 8px;border-radius:10px;font-size:.7rem;font-weight:600}.selected-address-card .address-separator{width:100%;height:1px;background:var(--checkout-separator);margin:4px 0}.selected-address-card .address-phone{color:#57534e;font-size:.9rem}.selected-address-card .address-text{color:#44403c;font-size:.9rem;line-height:1.5}.no-address{text-align:center;padding:2rem;background:var(--checkout-frosted-bg);border-radius:12px}.no-address p{color:#666;margin-bottom:1rem}.selected-shipping-card{display:flex;align-items:center;gap:12px}.shipping-provider-icon{width:40px;height:40px;background:var(--checkout-card-bg);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;border:1px solid var(--checkout-separator)}.selected-shipping-card .shipping-info{flex:1;min-width:0}.selected-shipping-card .shipping-name{font-weight:600;font-size:.95rem;color:#1c1917;display:flex;align-items:center;gap:6px}.selected-shipping-card .free-badge{background:linear-gradient(135deg,var(--primary-green-light),var(--primary-green));color:#fff;padding:1px 8px;border-radius:10px;font-size:.7rem;font-weight:700;text-transform:uppercase}.selected-shipping-card .shipping-estimate{color:#78716c;font-size:.85rem;margin-top:2px}.selected-shipping-card .shipping-price-display{font-weight:700;font-size:1.05rem;color:var(--checkout-selected-green);flex-shrink:0}.free-shipping-progress{margin-bottom:12px;padding:12px;background:linear-gradient(135deg,#f0fdf4,#fff);border-radius:12px;border:1px solid #bbf7d0}.free-shipping-achieved{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;color:var(--primary-green);font-size:1rem;padding:.25rem}.free-shipping-icon{font-size:1.25rem}.progress-text{text-align:center;color:var(--primary-green-dark);margin-bottom:.5rem;font-size:.9rem}.progress-bar{height:8px;background:#e5e5e5;border-radius:8px;overflow:hidden;margin-bottom:.25rem}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-green-light),var(--primary-green));border-radius:8px;transition:width .5s ease}.progress-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#999}.shipping-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:#666}.spinner-small{width:24px;height:24px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-green);border-radius:50%;animation:spin 1s linear infinite}.no-shipping{text-align:center;padding:2rem;background:#fff5f5;border-radius:8px;color:#c1121f}.checkout-store-group{border:1px solid #E5E5EA;border-radius:12px;overflow:hidden}.store-group-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8faf8;border-bottom:1px solid #E5E5EA;font-weight:600;font-size:15px;color:#171717}.store-group-header .store-icon{font-size:16px}.store-items{padding:12px 16px}.store-item{display:flex;gap:12px;padding:8px 0}.store-item+.store-item{border-top:1px solid #f0f0f0}.store-item img{width:56px;height:56px;border-radius:8px;object-fit:cover;flex-shrink:0}.store-item .item-info{flex:1;min-width:0}.store-item .item-name{font-size:13px;font-weight:500;color:#171717;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-item .item-variant{font-size:12px;color:#737373}.store-item .item-qty-price{display:flex;justify-content:space-between;font-size:13px;color:#525252;margin-top:4px}.store-item .item-price{font-weight:600;color:#171717}.store-shipping{padding:12px 16px;background:#fafafa;border-top:1px solid #E5E5EA}.selected-shipping-card.compact{display:flex;align-items:center;gap:8px;padding:0;background:none;border:none}.custom-shipping-card{margin-top:4px}.btn-change-shipping{font-size:13px;color:#319754;background:none;border:none;cursor:pointer;font-weight:500;padding:4px 8px}.free-shipping-progress.compact{margin-bottom:8px;font-size:13px}.free-shipping-progress.compact .progress-text{font-size:13px}.shipping-package-breakdown{font-size:.8rem;color:#78716c;margin-top:4px;padding-left:28px}.payment-section .section-header h2{font-weight:500;font-size:20px;line-height:33px;color:#000}.payment-methods{display:flex;flex-direction:column;gap:16px}.payment-card{box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;padding:0;position:relative;isolation:isolate;height:105px;background:#ffffff80;border:1px solid #CCCCCC;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:16px;cursor:pointer;transition:all .2s ease;overflow:hidden}.payment-card:hover{border-color:#999}.payment-card.selected{background:linear-gradient(0deg,#34c7590d,#34c7590d),#ffffff80;border-color:#34c759}.payment-card-content{display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:10px;width:100%;height:100%;z-index:0}.payment-title-row{display:flex;flex-direction:row;align-items:center;gap:10px}.payment-card .payment-icon{width:40px;height:40px;background:#f2f2f7;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.payment-card .payment-icon img{width:100%;height:100%;object-fit:cover;border-radius:8px}.payment-card .payment-name{font-weight:500;font-size:16px;line-height:26px;color:#000}.payment-card .payment-desc{font-weight:400;font-size:14px;line-height:23px;color:#000;align-self:stretch}.payment-card .payment-illustration{position:absolute;width:80px;height:80px;right:10px;top:50%;transform:translateY(-50%);z-index:1;pointer-events:none;opacity:.12;transition:opacity .2s ease}.payment-card.selected .payment-illustration{opacity:.2}.payment-card .payment-illustration svg{width:100%;height:100%}.no-payment-methods{text-align:center;padding:1.5rem;background:#fff5f5;border-radius:8px;color:#c1121f;font-size:.9rem}.order-summary{background:var(--checkout-card-bg);border-radius:16px;padding:16px}.order-summary h2{color:#1c1917;margin:0 0 12px;font-size:1rem;font-weight:600;padding-bottom:10px;border-bottom:1px solid var(--checkout-separator)}.order-items{display:flex;flex-direction:column;gap:12px;margin-bottom:12px;max-height:320px;overflow-y:auto}.order-item{display:flex;gap:12px;align-items:center}.order-item img{width:80px;height:80px;object-fit:cover;border-radius:16px;border:1px solid #f0f0f0;flex-shrink:0}.item-details{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.item-name{font-size:.875rem;color:#1c1917;font-weight:500;line-height:1.3}.item-variant{font-size:.75rem;color:#78716c}.item-quantity-pill{display:inline-flex;align-items:center;background:#f2f2f7;color:#57534e;font-size:.7rem;padding:2px 8px;border-radius:10px;font-weight:500;width:fit-content}.order-item .item-price{font-weight:600;color:#1c1917;font-size:1rem;flex-shrink:0;text-align:right}.checkout-price-original{text-decoration:line-through;color:#a1a1aa;font-size:.8em;font-weight:400;margin-right:4px}.checkout-price-sale{color:#16a34a;font-weight:600}.checkout-qty-control{display:inline-flex;align-items:center;background:#f2f2f7;border-radius:100px;overflow:hidden}.checkout-qty-btn{width:26px;height:26px;border:none;background:transparent;cursor:pointer;font-size:14px;font-weight:600;color:#525252;display:flex;align-items:center;justify-content:center;transition:background .15s;padding:0;line-height:1}.checkout-qty-btn:hover:not(:disabled){background:#e5e5ea}.checkout-qty-btn:disabled{color:#d4d4d8;cursor:not-allowed}.checkout-qty-value{min-width:24px;text-align:center;font-size:13px;font-weight:600;color:#171717}.coupon-section{margin-bottom:8px}.points-section{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:10px;margin-bottom:8px}.points-header{display:flex;align-items:center;gap:.5rem;font-size:.85rem;margin-bottom:.5rem}.points-hint{font-size:.8rem;color:#888;margin-bottom:8px}.points-icon{font-size:1rem}.points-input-row{display:flex;gap:.5rem}.points-input{flex:1;padding:.4rem .6rem;border:1px solid #d1d5db;border-radius:6px;font-size:.85rem}.points-use-btn{padding:.4rem .8rem;background:#2e7d32;color:#fff;border:none;border-radius:6px;font-size:.8rem;cursor:pointer;white-space:nowrap}.points-use-btn:hover{background:#1b5e20}.points-discount-info{margin-top:.4rem;font-size:.8rem;color:#2e7d32;font-weight:500}.summary-divider{height:1px;background:var(--checkout-separator);margin:10px 0}.price-summary{margin-top:4px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:5px 0;font-size:.9rem;color:#44403c}.summary-row.vat{color:#78716c;font-size:.85rem}.summary-row.savings{color:var(--checkout-selected-green)}.savings-amount{color:var(--checkout-selected-green);font-weight:600}.summary-row.total{padding-top:10px;font-size:1rem;font-weight:600;color:#1c1917}.total-amount{font-size:1.25rem;font-weight:700;color:var(--checkout-total-red)}.vat-info-text{text-align:right;font-size:.75rem;color:#78716c;margin-top:2px}.btn-confirm-order{width:100%;height:48px;border:none;border-radius:100px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;background:var(--checkout-confirm-green);color:#fff;margin-top:14px}.btn-confirm-order:hover:not(:disabled){background:#2a8248;transform:translateY(-1px);box-shadow:0 4px 12px #3197544d}.btn-confirm-order:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.secure-note{text-align:center;color:#999;font-size:.8rem;margin-top:10px;margin-bottom:0}.chooser-modal-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;animation:fadeIn .2s ease}.chooser-modal{background:#fff;border-radius:16px;max-width:520px;width:100%;max-height:80vh;overflow-y:auto;animation:slideUp .3s ease;box-shadow:0 20px 60px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.chooser-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--checkout-separator)}.chooser-modal-header h3{margin:0;font-size:1.05rem;font-weight:600;color:#1c1917}.chooser-modal-close{background:none;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;color:#78716c;font-size:1.25rem;transition:background .2s}.chooser-modal-close:hover{background:#f5f5f5;color:#333}.chooser-modal-body{padding:16px 20px;display:flex;flex-direction:column;gap:10px}.chooser-address-item{display:flex;gap:12px;padding:14px;border:2px solid var(--checkout-separator);border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff;align-items:flex-start}.chooser-address-item:hover{border-color:var(--checkout-link-blue);background:#f8faff}.chooser-address-item.selected{border-color:var(--checkout-selected-green);background:#34c7590a}.chooser-address-item .address-radio{width:20px;height:20px;border-radius:50%;border:2px solid #ccc;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;transition:all .2s}.chooser-address-item.selected .address-radio{border-color:var(--checkout-selected-green);background:var(--checkout-selected-green)}.chooser-address-item.selected .address-radio:after{content:"";width:6px;height:6px;background:#fff;border-radius:50%}.chooser-address-info{flex:1;min-width:0}.chooser-address-info .address-name{font-weight:600;font-size:.95rem;color:#1c1917;display:flex;align-items:center;gap:6px;margin-bottom:2px}.chooser-address-info .default-badge{background:var(--checkout-link-blue);color:#fff;padding:1px 6px;border-radius:8px;font-size:.65rem;font-weight:600}.chooser-address-info .address-phone{color:#78716c;font-size:.85rem}.chooser-address-info .address-text{color:#57534e;font-size:.85rem;line-height:1.4;margin-top:2px}.chooser-shipping-item{display:flex;align-items:center;gap:12px;padding:14px;border:2px solid var(--checkout-separator);border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff}.chooser-shipping-item:hover{border-color:var(--checkout-link-blue);background:#f8faff}.chooser-shipping-item.selected{border-color:var(--checkout-selected-green);background:#34c7590a}.chooser-shipping-item .shipping-radio{width:20px;height:20px;border-radius:50%;border:2px solid #ccc;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s}.chooser-shipping-item.selected .shipping-radio{border-color:var(--checkout-selected-green);background:var(--checkout-selected-green)}.chooser-shipping-item.selected .shipping-radio:after{content:"";width:6px;height:6px;background:#fff;border-radius:50%}.chooser-shipping-icon{width:40px;height:40px;background:#f2f2f7;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.chooser-shipping-info{flex:1;min-width:0}.chooser-shipping-info .shipping-name{font-weight:600;font-size:.95rem;color:#1c1917;display:flex;align-items:center;gap:6px}.chooser-shipping-info .free-badge{background:linear-gradient(135deg,var(--primary-green-light),var(--primary-green));color:#fff;padding:1px 8px;border-radius:10px;font-size:.65rem;font-weight:700;text-transform:uppercase}.chooser-shipping-info .shipping-estimate{color:#78716c;font-size:.8rem;margin-top:2px}.chooser-shipping-price{font-weight:700;font-size:1rem;color:var(--checkout-selected-green);flex-shrink:0;text-align:right}.chooser-shipping-price .original-price{text-decoration:line-through;color:#999;font-size:.8rem;font-weight:400;display:block}.chooser-shipping-price .free-price{color:var(--checkout-selected-green);font-weight:700}.btn-edit-address-chooser{background:none;border:1px solid #e5e5ea;border-radius:8px;color:#525252;font-size:.8rem;font-weight:500;padding:4px 10px;cursor:pointer;flex-shrink:0;align-self:flex-start;margin-top:2px;transition:all .2s}.btn-edit-address-chooser:hover{background:#f5f5f5;border-color:#999;color:#171717}.btn-add-address-chooser{width:100%;padding:12px;background:transparent;border:2px dashed var(--checkout-link-blue);border-radius:12px;color:var(--checkout-link-blue);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-add-address-chooser:hover{background:#f0f7ff;border-style:solid}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2500;padding:1rem;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg,#f0fdf4,#fff);border-radius:16px 16px 0 0}.modal-header h2{color:var(--primary-green-dark);margin:0;font-size:1.15rem}.btn-close{background:none;border:none;font-size:1.75rem;color:#999;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;line-height:1}.btn-close:hover{background:#f5f5f5;color:#333}.address-form{padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.9rem}.required{color:#ff4757}.form-group input,.form-group textarea{width:100%;padding:.7rem;border:1px solid #e5e5e5;border-radius:8px;font-size:.95rem;transition:all .2s;font-family:inherit;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #3a7d441a}.form-section{margin:1.5rem 0;padding:1.25rem;background:linear-gradient(135deg,#f0fdf4,#fff);border-radius:12px;border:1px solid #bbf7d0}.form-section-title{color:var(--primary-green-dark);font-size:.95rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #bbf7d0}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:400!important}.form-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #e5e5e5;margin-top:1rem}.btn{padding:.75rem 1rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){background:var(--primary-green-dark)}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.btn-secondary{flex:1;background:#fff;color:#666;border:2px solid #e5e5e5}.btn-secondary:hover{background:#f5f5f5;border-color:#ccc}.form-actions .btn-primary{flex:1}.mobile-order-items-section{display:none}.mobile-items-toggle{width:100%;display:flex;align-items:center;gap:.75rem;padding:12px 14px;background:#fff;border:1px solid var(--checkout-separator);border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:.95rem}.mobile-items-toggle:hover{border-color:var(--primary-green)}.mobile-items-toggle.expanded{border-color:var(--primary-green);border-radius:12px 12px 0 0;border-bottom:none}.toggle-icon{font-size:1.15rem}.toggle-text{flex:1;text-align:left;font-weight:600;color:#1c1917}.toggle-arrow{color:#999;transition:transform .2s ease;display:flex}.toggle-arrow.expanded{transform:rotate(180deg)}.mobile-items-list{background:#fff;border:1px solid var(--primary-green);border-top:1px dashed var(--checkout-separator);border-radius:0 0 12px 12px;padding:.75rem;max-height:250px;overflow-y:auto}.mobile-order-item{display:flex;gap:.75rem;padding:.5rem;border-bottom:1px solid #f0f0f0}.mobile-order-item:last-child{border-bottom:none}.mobile-order-item img{width:50px;height:50px;object-fit:cover;border-radius:8px;border:1px solid #f0f0f0;flex-shrink:0}.mobile-order-item .item-info{flex:1;min-width:0}.mobile-order-item .item-name{font-size:.85rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-order-item .item-variant{font-size:.75rem;color:#999}.mobile-order-item .item-qty-price{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem;font-size:.8rem}.mobile-order-item .item-qty-price span:first-child{color:#999}.mobile-order-item .item-price{font-weight:600;color:var(--primary-green)}.mobile-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--checkout-separator);box-shadow:0 -4px 20px #00000014;padding:10px 16px;z-index:1000}.sticky-bar-content{display:flex;align-items:center;gap:1rem}.sticky-bar-total{flex:1;display:flex;flex-direction:column}.total-label{font-size:.75rem;color:#78716c}.total-value{font-size:1.25rem;font-weight:700;color:var(--checkout-total-red)}.btn-sticky-checkout{padding:10px 24px;border:none;border-radius:100px;font-size:.95rem;font-weight:600;cursor:pointer;background:var(--checkout-confirm-green);color:#fff;white-space:nowrap;transition:all .2s}.btn-sticky-checkout:hover:not(:disabled){background:#2a8248}.btn-sticky-checkout:disabled{background:#ccc;cursor:not-allowed}.sticky-secure-note{text-align:center;font-size:.7rem;color:#999;margin:4px 0 0}.desktop-only{display:block}@media(max-width:1024px){.checkout-page .container{padding:0 24px}.checkout-container{flex-direction:column}.order-summary-section{width:100%}.order-summary-section .sticky{position:static}}@media(max-width:768px){.checkout-page .container{padding:0 12px}.checkout-banner{margin-bottom:12px}.mobile-order-items-section{display:block;margin-bottom:12px}.mobile-sticky-bar{display:block}.desktop-only{display:none!important}.order-summary .order-items{display:none}.checkout-page{padding-bottom:100px}.order-summary-section{order:0}.order-summary h2{font-size:.95rem}.checkout-section,.order-summary{padding:12px}.total-amount{font-size:1.1rem}.chooser-modal{margin:0;max-height:100vh;border-radius:16px 16px 0 0;align-self:flex-end}.modal-content{margin:0;max-height:100vh;border-radius:0}.modal-header{border-radius:0;padding:1rem}.address-form{padding:1rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}@media(max-width:640px){.checkout-page .container{padding:0 8px}.section-header h2{font-size:.95rem}.order-item img{width:60px;height:60px;border-radius:12px}.payment-card{padding:12px}.frosted-glass-card{padding:10px}}.addresses-page{background:#fafafa;min-height:calc(100vh - 60px);padding:16px 0}.addr-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;gap:16px}.addr-btn-back{display:inline-flex;align-items:center;gap:10px;padding:4px 16px;background:none;border:1px solid #d4d4d4;border-radius:100px;font-size:12px;font-weight:400;color:#000;cursor:pointer;width:fit-content;font-family:inherit;transition:background .15s;transform:none;box-shadow:none}.addr-btn-back:hover{background:#f5f5f5;transform:none;box-shadow:none}.addr-title-row{display:flex;align-items:center;justify-content:space-between}.addr-title{font-size:20px;font-weight:500;color:#000;margin:0}.addr-btn-add{display:inline-flex;align-items:center;gap:10px;height:40px;padding:0 16px;background:#319754;border:none;border-radius:100px;color:#fff;font-size:14px;font-weight:400;font-family:inherit;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s}.addr-btn-add:hover{background:#2a8548}.addr-grid-wrapper{background:#fff;border-radius:16px;padding:16px}.addr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.addr-card{background:#f2f2f780;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:10px}.addr-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.addr-card-name-row{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.addr-card-name{font-size:16px;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.addr-badge-default{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;background:#08f;border-radius:100px;font-size:14px;font-weight:400;color:#fff;white-space:nowrap;flex-shrink:0}.addr-btn-ellipsis{width:28px;height:28px;min-width:28px;min-height:28px;padding:0;border-radius:100px;border:none;background:#7878801f;color:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s;transform:none;box-shadow:none}.addr-btn-ellipsis:hover{background:#78788033;transform:none;box-shadow:none}.addr-menu-wrapper{position:relative;flex-shrink:0}.addr-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001f;padding:4px 0;min-width:160px;z-index:10;overflow:hidden}.addr-dropdown button{display:block;width:100%;padding:10px 16px;background:none;border:none;border-radius:0;text-align:left;font-size:14px;font-weight:400;color:#000;cursor:pointer;font-family:inherit;transition:background .1s;transform:none;box-shadow:none;white-space:nowrap}.addr-dropdown button:hover{background:#f5f5f5;transform:none;box-shadow:none}.addr-dropdown-danger{color:#ff3b30!important}.addr-card-divider{width:100%;height:1px;background:#e5e5ea}.addr-card-body{display:flex;flex-direction:column;gap:4px}.addr-card-phone{font-size:16px;font-weight:400;color:#000}.addr-card-text{font-size:14px;font-weight:400;color:#000;line-height:1.5;margin:0}.addr-empty{text-align:center;padding:60px 24px;background:#fff;border-radius:16px}.addr-empty-icon{width:64px;height:64px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#22c55e;margin:0 auto 20px}.addr-empty h2{font-size:18px;font-weight:500;color:#000;margin:0 0 8px}.addr-empty p{font-size:14px;color:#8e8e93;margin:0 0 24px;line-height:1.5}.addr-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;gap:16px;color:#8e8e93;font-size:14px}.addr-spinner{width:36px;height:36px;border:3px solid #E5E5EA;border-top-color:#319754;border-radius:50%;animation:addrSpin .7s linear infinite}@keyframes addrSpin{to{transform:rotate(360deg)}}@media(max-width:1024px){.addr-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.addresses-page{padding:12px 0}.addr-container{padding:0 16px}.addr-grid{grid-template-columns:1fr}.addr-title-row{flex-direction:column;align-items:flex-start;gap:12px}.addr-btn-add{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.addr-spinner,.addr-btn-back,.addr-btn-add,.addr-btn-ellipsis{transition:none!important}}.wl-page{background:#fafafa;min-height:calc(100vh - 60px);padding:16px 0}.wl-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;gap:12px}.wl-btn-back{display:inline-flex;align-items:center;gap:10px;padding:4px 16px;background:none;border:1px solid #d4d4d4;border-radius:100px;font-size:12px;font-weight:400;color:#000;cursor:pointer;width:fit-content;font-family:inherit;transition:background .15s}.wl-btn-back:hover{background:#f5f5f5}.wl-title{font-size:20px;font-weight:500;color:#000;margin:0}.wl-layout{display:flex;gap:16px;align-items:flex-start}.wl-sidebar{width:200px;min-width:200px;background:#fff;border-radius:16px;padding:16px;position:sticky;top:80px}.wl-filter-header{display:flex;align-items:center;justify-content:space-between}.wl-filter-title{font-size:16px;font-weight:500;color:#000}.wl-filter-reset{background:none;border:none;cursor:pointer;color:#8e8e93;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .15s}.wl-filter-reset:hover{color:#000}.wl-filter-divider{height:1px;background:#e5e5ea;margin:12px 0}.wl-filter-section{display:flex;flex-direction:column;gap:10px}.wl-filter-label{font-size:14px;font-weight:500;color:#000;margin-bottom:2px}.wl-radio{display:flex;align-items:center;gap:8px;font-size:13px;color:#000;cursor:pointer;-webkit-user-select:none;user-select:none}.wl-radio input{display:none}.wl-radio-custom{width:18px;height:18px;border-radius:50%;border:2px solid #d4d4d4;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s}.wl-radio input:checked+.wl-radio-custom{border-color:#226a3b;background:#226a3b}.wl-radio input:checked+.wl-radio-custom:after{content:"";width:6px;height:6px;border-radius:50%;background:#fff}.wl-content{flex:1;min-width:0}.wl-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.wl-card-wrapper{position:relative}.wl-remove-btn{position:absolute;top:8px;right:8px;z-index:4;width:24px;height:24px;min-width:24px;max-width:24px;padding:0;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border:1px solid #E5E7EB;border-radius:50%;color:#9ca3af;cursor:pointer;font-size:10px;line-height:1;transition:all .15s}.wl-remove-btn:hover{background:#fef2f2;color:#ff383c;border-color:#fecaca}.wl-no-results{text-align:center;padding:60px 24px;background:#fff;border-radius:16px}.wl-no-results p{font-size:14px;color:#8e8e93;margin:0}.wl-pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px 0 8px}.wl-page-arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#e5e5ea;border:none;border-radius:50%;color:#000;cursor:pointer;font-family:inherit;transition:background .15s}.wl-page-arrow:hover:not(:disabled){background:#d4d4d4}.wl-page-arrow:disabled{opacity:.4;cursor:not-allowed}.wl-page-num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;font-size:14px;font-weight:400;color:#000;cursor:pointer;font-family:inherit;transition:all .15s}.wl-page-num:hover{background:#f5f5f5}.wl-page-num--active{background:#226a3b;color:#fff;font-weight:500}.wl-page-num--active:hover{background:#1b5930}.wl-empty{text-align:center;padding:60px 24px;background:#fff;border-radius:16px}.wl-empty-icon{width:64px;height:64px;margin:0 auto 16px;color:#d1d5db}.wl-empty h2{font-size:18px;font-weight:500;color:#000;margin:0 0 8px}.wl-empty p{font-size:14px;color:#8e8e93;margin:0 0 24px}.wl-btn-browse{display:inline-block;padding:10px 24px;background:#319754;color:#fff;border-radius:100px;font-size:14px;font-weight:400;text-decoration:none;transition:background .15s}.wl-btn-browse:hover{background:#2a8548}.wl-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:30vh;gap:16px;color:#8e8e93;font-size:14px}.wl-spinner{width:36px;height:36px;border:3px solid #E5E5EA;border-top-color:#319754;border-radius:50%;animation:wlSpin .7s linear infinite}@keyframes wlSpin{to{transform:rotate(360deg)}}@media(max-width:1024px){.wl-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.wl-layout{flex-direction:column}.wl-sidebar{width:100%;min-width:0;position:static}.wl-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.wl-container{padding:0 16px}.wl-grid{grid-template-columns:repeat(2,1fr);gap:8px}}.mf-page{background:#fafafa;min-height:calc(100vh - 60px);padding:24px 0}.mf-container{max-width:800px;margin:0 auto;padding:0 16px}.mf-title{font-size:20px;font-weight:600;color:#111;margin:0 0 20px}.mf-grid{display:flex;flex-direction:column;gap:12px}.mf-card{background:#fff;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 3px #0000000f}.mf-card-main{display:flex;align-items:center;gap:14px;flex:1;cursor:pointer;min-width:0}.mf-card-main:hover .mf-card-name{color:#3a7d44}.mf-card-logo{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #f0f0f0;flex-shrink:0;background:#f5f5f5}.mf-card-logo--placeholder{display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:600;color:#3a7d44;background:#e8f5e9}.mf-card-info{flex:1;min-width:0}.mf-card-name{font-size:15px;font-weight:600;color:#111;margin:0 0 4px;transition:color .15s}.mf-card-desc{font-size:13px;color:#777;margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mf-card-stats{display:flex;gap:16px;font-size:12px;color:#999}.mf-unfollow-btn{padding:6px 16px;border:1px solid #e0e0e0;border-radius:100px;background:#fff;color:#666;font-size:13px;font-family:inherit;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .15s}.mf-unfollow-btn:hover{border-color:#f44;color:#f44;background:#fff5f5}.mf-empty{text-align:center;padding:60px 24px;background:#fff;border-radius:16px}.mf-empty p{font-size:15px;color:#8e8e93;margin:0 0 20px}.mf-btn-browse{padding:10px 24px;background:#319754;border:none;border-radius:100px;color:#fff;font-size:14px;font-family:inherit;cursor:pointer;transition:background .15s}.mf-btn-browse:hover{background:#2a8548}.mf-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:30vh;gap:16px;color:#8e8e93;font-size:14px}.mf-spinner{width:36px;height:36px;border:3px solid #E5E5EA;border-top-color:#319754;border-radius:50%;animation:mfSpin .7s linear infinite}@keyframes mfSpin{to{transform:rotate(360deg)}}@media(max-width:480px){.mf-card{flex-direction:column;align-items:stretch}.mf-unfollow-btn{align-self:flex-end}}.notifications-page{background:#fafafa;min-height:calc(100vh - 200px);padding:24px 0}.notifications-page .container{max-width:680px;margin:0 auto;padding:0 1rem}.notifications-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.notifications-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 0}.notifications-title{font-size:20px;font-weight:600;color:#1a1a1a;margin:0}.notifications-mark-all{background:none;border:none;color:#319754;font-size:14px;font-weight:500;cursor:pointer;padding:6px 12px;border-radius:8px;transition:background .2s;font-family:inherit}.notifications-mark-all:hover:not(:disabled){background:#31975414}.notifications-mark-all:disabled{opacity:.5;cursor:not-allowed}.notifications-categories{display:flex;gap:8px;padding:16px 24px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.notifications-categories::-webkit-scrollbar{display:none}.notifications-category{background:#f3f4f6;border:none;padding:6px 16px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;border-radius:100px;white-space:nowrap;transition:background .2s,color .2s;font-family:inherit}.notifications-category:hover{background:#e5e7eb;color:#374151}.notifications-category.active{background:#319754;color:#fff}.notifications-tabs{display:flex;gap:4px;padding:16px 24px 0;border-bottom:1px solid #f0f0f0}.notifications-tab{background:none;border:none;padding:10px 16px;font-size:14px;font-weight:500;color:#999;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s;display:flex;align-items:center;gap:6px;font-family:inherit}.notifications-tab:hover{color:#333}.notifications-tab.active{color:#319754;border-bottom-color:#319754}.notifications-tab-badge{background:#dc2626;color:#fff;font-size:11px;font-weight:600;padding:1px 6px;border-radius:100px;min-width:18px;text-align:center;line-height:16px}.notifications-list{min-height:200px}.notifications-item{display:flex;align-items:flex-start;gap:14px;padding:16px 24px;border-bottom:1px solid #f5f5f5;cursor:pointer;transition:background .15s;position:relative}.notifications-item:last-child{border-bottom:none}.notifications-item:hover{background:#f9fafb}.notifications-item.unread{background:#f0fdf4}.notifications-item.unread:hover{background:#e6f7ed}.notifications-item-icon{width:40px;height:40px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.notifications-item.unread .notifications-item-icon{background:#dcfce7}.notifications-item-body{flex:1;min-width:0}.notifications-item-title{font-size:14px;color:#333;margin:0 0 4px;line-height:1.4}.notifications-item-title.bold{font-weight:600;color:#1a1a1a}.notifications-item-message{font-size:13px;color:#666;margin:0 0 6px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notifications-item-time{font-size:12px;color:#999}.notifications-unread-dot{width:8px;height:8px;border-radius:50%;background:#319754;flex-shrink:0;margin-top:6px}.notifications-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:12px;color:#999;font-size:14px}.notifications-spinner{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#319754;border-radius:50%;animation:notif-spin .7s linear infinite}@keyframes notif-spin{to{transform:rotate(360deg)}}.notifications-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 24px;color:#ccc}.notifications-empty p{margin:16px 0 0;font-size:15px;color:#999}.notifications-load-more{padding:16px 24px;text-align:center}.notifications-load-more button{background:#f3f4f6;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:background .2s;font-family:inherit}.notifications-load-more button:hover:not(:disabled){background:#e5e7eb}.notifications-load-more button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.notifications-page{padding:16px 0}.notifications-page .container{padding:0 .75rem}.notifications-header{padding:16px 16px 0}.notifications-categories,.notifications-tabs{padding:12px 16px 0}.notifications-item{padding:14px 16px}.notifications-card{border-radius:12px}}@media(max-width:480px){.notifications-page .container{padding:0 .5rem}.notifications-header{padding:14px 14px 0}.notifications-title{font-size:18px}.notifications-item{padding:12px 14px;gap:10px}.notifications-item-icon{width:36px;height:36px;font-size:16px}}.orm-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.orm-modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.orm-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #f4f4f5;flex-shrink:0}.orm-header h3{margin:0;font-size:1.125rem;font-weight:700;color:#171717}.orm-close{background:none;border:none;padding:4px;cursor:pointer;color:#a3a3a3;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.orm-close:hover{color:#525252;background:#f5f5f5}.orm-body{flex:1;overflow-y:auto;padding:16px 24px}.orm-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:12px;color:#737373;font-size:.875rem}.orm-spinner{width:32px;height:32px;border:3px solid #f4f4f5;border-top:3px solid var(--primary-green, #319754);border-radius:50%;animation:orm-spin .8s linear infinite}@keyframes orm-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orm-item{border:1px solid #f4f4f5;border-radius:12px;padding:16px;margin-bottom:16px;background:#fafafa}.orm-item:last-child{margin-bottom:0}.orm-item--reviewed{opacity:.85}.orm-product{display:flex;align-items:center;gap:12px;margin-bottom:12px}.orm-product img{width:56px;height:56px;object-fit:cover;border-radius:8px;border:1px solid #e5e5e5;flex-shrink:0}.orm-product-info{flex:1;min-width:0}.orm-product-name{font-size:.9375rem;font-weight:600;color:#171717;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orm-product-variant{font-size:.8125rem;color:#525252;margin-top:2px}.orm-reviewed-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.orm-reviewed-badge{display:inline-flex;align-items:center;gap:4px;background:#dcfce7;color:#166534;padding:6px 12px;border-radius:100px;font-size:.8125rem;font-weight:600;border:1px solid #86efac}.orm-reviewed-badge svg{flex-shrink:0}.orm-points-badge{display:inline-flex;align-items:center;gap:4px;background:#fef3c7;color:#92400e;padding:6px 12px;border-radius:100px;font-size:.8125rem;font-weight:600;border:1px solid #fde68a;animation:orm-points-pop .4s ease}@keyframes orm-points-pop{0%{transform:scale(.8);opacity:0}60%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.orm-cannot-review{font-size:.8125rem;color:#737373;padding:8px 0}.orm-stars{display:flex;align-items:center;gap:8px;margin-bottom:10px}.orm-rating-text{font-size:.8125rem;color:var(--primary-green, #319754);font-weight:600}.orm-textarea{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:.875rem;resize:vertical;min-height:60px;box-sizing:border-box;transition:border-color .2s;margin-bottom:10px}.orm-textarea:focus{outline:none;border-color:var(--primary-green, #319754)}.orm-textarea::placeholder{color:#a3a3a3}.orm-images{display:flex;gap:8px;flex-wrap:wrap}.orm-image-preview{position:relative;width:56px;height:56px;border-radius:8px;overflow:hidden;border:1px solid #e5e5e5}.orm-image-preview img{width:100%;height:100%;object-fit:cover}.orm-image-remove{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#0000008c;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:#fff}.orm-add-image-btn{width:56px;height:56px;border:2px dashed #d1d5db;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background:#fff;color:#a3a3a3;transition:all .2s;gap:2px;padding:0;font-family:inherit}.orm-add-image-btn:hover{border-color:var(--primary-green, #319754);color:var(--primary-green, #319754)}.orm-add-image-btn span{font-size:.625rem}.orm-image-hint{font-size:.6875rem;color:#a3a3a3;margin-top:6px;display:block}.orm-item-message{font-size:.8125rem;padding:6px 10px;border-radius:8px;margin-top:8px}.orm-item-message--success{background:#dcfce7;color:#166534}.orm-item-message--error{background:#fee2e2;color:#991b1b}.orm-footer{padding:16px 24px 20px;border-top:1px solid #f4f4f5;flex-shrink:0}.orm-progress{margin-bottom:12px}.orm-progress-bar{height:4px;background:#f4f4f5;border-radius:100px;overflow:hidden}.orm-progress-fill{height:100%;background:var(--primary-green, #319754);border-radius:100px;transition:width .3s ease}.orm-progress-text{font-size:.75rem;color:#737373;text-align:center;margin-top:4px}.orm-submit-btn{width:100%;height:46px;border:none;border-radius:100px;background:var(--primary-green, #319754);color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px}.orm-submit-btn:hover:not(:disabled){background:var(--primary-green-dark, #276d3d);transform:translateY(-1px);box-shadow:0 4px 12px #3197544d}.orm-submit-btn:disabled{opacity:.5;cursor:not-allowed}.orm-submit-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:orm-spin .8s linear infinite}.orm-message{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;font-size:.875rem;font-weight:500;margin-bottom:16px}.orm-message--success{background:#dcfce7;color:#166534;border:1px solid #86efac}.orm-message--error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.orm-all-reviewed{text-align:center;padding:2rem 1rem;color:#737373}.orm-all-reviewed svg{color:var(--primary-green, #319754);margin-bottom:8px}.orm-all-reviewed p{margin:0;font-size:.9375rem;font-weight:500;color:#525252}.orm-section-label{display:flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;color:#525252;margin-bottom:10px;margin-top:4px}.orm-section-label svg{color:#737373;flex-shrink:0}.orm-store-review{background:#f0fdf4;border-color:#bbf7d0}.orm-store-review.orm-item--reviewed{background:#fafafa;border-color:#f4f4f5}.orm-store-avatar{width:56px;height:56px;border-radius:8px;background:linear-gradient(135deg,#dcfce7,#bbf7d0);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#166534}@media(max-width:640px){.orm-overlay{padding:0;align-items:flex-end}.orm-modal{border-radius:16px 16px 0 0;max-height:95vh}.orm-header{padding:16px 20px 12px}.orm-body{padding:12px 20px}.orm-footer{padding:12px 20px 16px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}}.rom-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:rom-fadeIn .2s ease}@keyframes rom-fadeIn{0%{opacity:0}to{opacity:1}}.rom-modal{background:#fff;border-radius:16px;max-width:520px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:rom-slideUp .3s ease}@keyframes rom-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rom-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #eee;flex-shrink:0}.rom-title{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-dark, #1b4332)}.rom-close{width:32px;height:32px;border:none;background:var(--light-gray, #f0f0f0);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-gray, #555);transition:all .2s}.rom-close:hover{background:var(--border-gray, #e0e0e0);color:var(--text-dark, #333)}.rom-body{flex:1;overflow-y:auto;padding:.75rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.rom-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:var(--text-gray, #888);font-size:.95rem}.rom-spinner{width:32px;height:32px;border:3px solid #e0e0e0;border-top-color:var(--primary-green, #2d6a4f);border-radius:50%;animation:rom-spin .8s linear infinite}@keyframes rom-spin{to{transform:rotate(360deg)}}.rom-item{border:1px solid #eee;border-radius:12px;padding:.75rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s}.rom-item--selected{border-color:var(--primary-green, #2d6a4f);background:#fafff9}.rom-item--unavailable{opacity:.55;pointer-events:none;background:#fafafa}.rom-item--unavailable .rom-item__checkbox{pointer-events:auto}.rom-item__main{display:flex;align-items:center;gap:.75rem}.rom-item__checkbox{position:relative;flex-shrink:0;width:20px;height:20px;cursor:pointer}.rom-item__checkbox input{position:absolute;opacity:0;width:0;height:0}.rom-item__checkmark{display:block;width:20px;height:20px;border:2px solid #ccc;border-radius:4px;transition:all .2s}.rom-item__checkbox input:checked+.rom-item__checkmark{background:var(--primary-green, #2d6a4f);border-color:var(--primary-green, #2d6a4f)}.rom-item__checkbox input:checked+.rom-item__checkmark:after{content:"";display:block;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin:1px auto 0}.rom-item__checkbox input:disabled+.rom-item__checkmark{opacity:.4;cursor:not-allowed}.rom-item__image{width:64px;height:64px;border-radius:8px;overflow:hidden;background:var(--light-gray, #f5f5f5);flex-shrink:0;position:relative}.rom-item__image img{width:100%;height:100%;object-fit:cover}.rom-item__badge-overlay{position:absolute;inset:0;background:#0000008c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;text-align:center;padding:.25rem;border-radius:8px}.rom-item__info{flex:1;min-width:0}.rom-item__name{font-size:.95rem;font-weight:500;color:var(--text-dark, #333);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rom-item__price{font-size:.95rem;font-weight:600;color:var(--primary-green, #2d6a4f);margin-top:.25rem}.rom-item__in-cart{font-size:.75rem;color:#f59e0b;font-weight:500;margin-top:.15rem}.rom-item__variants{padding-left:0;display:flex;flex-direction:column;gap:.5rem}.rom-item__variants-label{font-size:.85rem;font-weight:500;color:var(--text-dark, #333)}.rom-item__variant-options{display:flex;flex-wrap:wrap;gap:.4rem}.rom-item__variant-options .variant-option{padding:.35rem .75rem;border:2px solid var(--border-gray, #e0e0e0);border-radius:8px;background:#fff;cursor:pointer;font-size:.8rem;transition:all .2s;position:relative;display:flex;flex-direction:column;align-items:center;gap:.15rem;min-width:70px}.rom-item__variant-options .variant-name{font-weight:600;font-size:.8rem}.rom-item__variant-options .variant-price{font-size:.7rem;color:var(--primary-green, #2d6a4f)}.rom-item__variant-options .variant-option:hover:not(.disabled){border-color:var(--primary-green, #2d6a4f);background:var(--very-light-green, #e8f5e9)}.rom-item__variant-options .variant-option.selected{border-color:var(--primary-green, #2d6a4f);background:var(--primary-green, #2d6a4f);color:#fff}.rom-item__variant-options .variant-option.selected .variant-price{color:#ffffffe6}.rom-item__variant-options .variant-option.disabled{opacity:.5;cursor:not-allowed;background:var(--light-gray, #f5f5f5)}.rom-item__variant-options .variant-option.has-promo{border-color:var(--accent-red, #dc3545);background:#fef2f2}.rom-item__variant-options .variant-option.has-promo:hover:not(.disabled){border-color:var(--accent-red, #dc3545);background:#fee2e2}.rom-item__variant-options .variant-option.has-promo.selected{border-color:var(--accent-red, #dc3545);background:var(--accent-red, #dc3545)}.rom-item__variant-options .variant-option.has-promo .variant-price{color:var(--accent-red, #dc3545);font-weight:700}.rom-item__variant-options .variant-option.has-promo.selected .variant-price{color:#fff}.rom-item__variant-options .variant-orig-price{font-size:.6rem;color:var(--text-gray, #888);text-decoration:line-through}.rom-item__variant-options .variant-option.selected .variant-orig-price{color:#ffffffb3}.rom-item__variant-options .variant-price-wrap{display:flex;align-items:center;gap:.25rem}.rom-item__variant-options .sold-out-badge,.rom-item__variant-options .low-stock-badge{position:absolute;top:-5px;right:-5px;color:#fff;font-size:.55rem;padding:1px 3px;border-radius:3px}.rom-item__variant-options .sold-out-badge{background:var(--accent-red, #dc3545)}.rom-item__variant-options .low-stock-badge{background:#f59e0b;white-space:nowrap}.rom-item__variant-options .variant-hint{color:var(--accent-red, #dc3545);font-size:.8rem;margin:0}.rom-item__quantity{display:flex;align-items:center;gap:.5rem}.rom-item__qty-label{font-size:.85rem;font-weight:500;color:var(--text-dark, #333)}.rom-item__quantity .quantity-selector{display:flex;align-items:center;gap:0;width:fit-content}.rom-item__quantity .qty-btn{width:32px;height:32px;border:1px solid #bbb;background:#f5f5f5;color:#333;cursor:pointer;font-size:1.1rem;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .2s}.rom-item__quantity .qty-btn:first-child{border-radius:6px 0 0 6px}.rom-item__quantity .qty-btn:last-child{border-radius:0 6px 6px 0}.rom-item__quantity .qty-btn:hover:not(:disabled){background:var(--very-light-green, #e8f5e9);border-color:var(--primary-green, #2d6a4f)}.rom-item__quantity .qty-btn:disabled{opacity:.5;cursor:not-allowed}.rom-item__quantity .quantity-selector input{width:50px;height:32px;border:1px solid #bbb;border-left:none;border-right:none;text-align:center;font-size:.95rem;font-weight:600;color:#333;background:#fff}.rom-item__quantity .quantity-selector input::-webkit-outer-spin-button,.rom-item__quantity .quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rom-item__quantity .quantity-selector input[type=number]{-moz-appearance:textfield}.rom-item__quantity .quantity-selector input:focus{outline:none}.rom-footer{border-top:1px solid #eee;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-shrink:0}.rom-footer__summary{display:flex;flex-direction:column;gap:.15rem}.rom-footer__label{font-size:.85rem;color:var(--text-gray, #888)}.rom-footer__total{font-size:1.2rem;font-weight:700;color:var(--primary-green, #2d6a4f)}.rom-footer__checkout-btn{padding:.75rem 1.5rem;background:var(--primary-green, #2d6a4f);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.rom-footer__checkout-btn:hover:not(:disabled){background:var(--light-green, #52b788);transform:translateY(-1px)}.rom-footer__checkout-btn:disabled{background:var(--border-gray, #ccc);cursor:not-allowed;transform:none}@media(max-width:600px){.rom-overlay{padding:0;align-items:flex-end}.rom-modal{max-width:100%;border-radius:16px 16px 0 0;max-height:95vh}.rom-item__image{width:56px;height:56px}.rom-item__name{font-size:.9rem}.rom-footer{padding:.75rem 1rem}.rom-footer__checkout-btn{padding:.65rem 1.25rem;font-size:.95rem}}.oc-card{background:#fff;border-radius:16px;padding:16px;cursor:pointer;transition:box-shadow .2s ease;display:flex;flex-direction:column;gap:10px;overflow:hidden}.oc-card:hover{box-shadow:0 2px 12px #00000014}.oc-store-name{font-size:14px;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.oc-header{display:flex;flex-direction:column;gap:4px}.oc-header__top,.oc-header__row2{display:flex;align-items:center;justify-content:space-between}.oc-header__left{display:flex;align-items:center;gap:10px;min-width:0;overflow:hidden}.oc-order-number{font-size:14px;font-weight:500;color:#000}.oc-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:100px;font-size:12px;font-weight:500;color:#fff;white-space:nowrap}.oc-detail-link{display:inline-flex;align-items:center;gap:10px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:12px;color:#000;white-space:nowrap;margin-left:auto;flex-shrink:0}.oc-detail-link:hover{opacity:.7}.oc-detail-link svg{flex-shrink:0}.oc-header__date{font-size:12px;color:#8e8e93;font-weight:400;white-space:nowrap;flex-shrink:0}.oc-divider{width:100%;height:1px;background:#e5e5ea;flex-shrink:0}.oc-items{display:flex;flex-direction:column;gap:10px}.oc-item{display:flex;gap:10px;align-items:flex-start}.oc-item__img{width:60px;height:60px;border-radius:16px;object-fit:cover;flex-shrink:0;background:#f5f5f5}.oc-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.oc-item__name{font-size:12px;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oc-item__variant{font-size:10px;font-weight:400;color:#000}.oc-item__row{display:flex;align-items:center;justify-content:space-between;width:100%}.oc-item__qty{font-size:10px;font-weight:400;color:#999}.oc-item__price{font-size:14px;font-weight:600;color:#000}.oc-tracking{font-size:12px;color:#8e8e93;line-height:1.5}.oc-rejection{font-size:12px;color:#ff383c;padding:4px 8px;background:#fff0f0;border-radius:8px}.oc-rejection__countdown{margin-top:4px;font-weight:600;font-size:11px;color:#e65100}.oc-cancel-reason{font-size:12px;color:#991b1b;padding:6px 8px;background:#fef2f2;border-radius:8px;border-left:3px solid #FF383C}.oc-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.oc-total{display:flex;align-items:center;gap:10px;height:33px}.oc-total__label{font-size:14px;font-weight:500;color:#8e8e93}.oc-total__amount{font-size:20px;font-weight:500;color:#ff383c}.oc-actions{display:flex;align-items:center;gap:10px}.oc-btn{display:inline-flex;align-items:center;justify-content:center;width:120px;height:40px;border-radius:100px;font-family:inherit;font-size:14px;font-weight:400;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;white-space:nowrap;box-sizing:border-box}.oc-btn:hover{opacity:.85}.oc-btn:disabled{opacity:.5;cursor:not-allowed}.oc-btn--outline-red{background:transparent;border:1px solid #FF3B30;color:#ff383c}.oc-btn--outline-green{background:transparent;border:1px solid #319754;color:#319754}.oc-btn--fill-green{background:#319754;border:1px solid #319754;color:#fff}@media(max-width:640px){.oc-card{padding:12px}.oc-header__top{flex-wrap:wrap;gap:8px}.oc-order-number{font-size:13px}.oc-status-badge{padding:3px 12px;font-size:11px}.oc-item__img{width:50px;height:50px;border-radius:12px}.oc-total__amount{font-size:18px}.oc-footer{flex-direction:column;align-items:stretch;gap:10px}.oc-total{justify-content:flex-start}.oc-actions{justify-content:flex-end}.oc-btn{width:auto;min-width:100px;padding:0 16px;font-size:13px;height:36px}}.oc-cancel-overlay{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.oc-cancel-modal{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto}.oc-cancel-modal h3{font-size:1.125rem;font-weight:600;color:#171717;margin:0 0 4px}.oc-cancel-modal__subtitle{font-size:.875rem;color:#737373;margin:0 0 16px}.oc-cancel-modal__reasons{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.oc-cancel-modal__option{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;font-size:.875rem;color:#333;transition:border-color .2s,background .2s}.oc-cancel-modal__option:hover{border-color:#d1d5db;background:#fafafa}.oc-cancel-modal__option.active{border-color:#ef4444;background:#fef2f2}.oc-cancel-modal__option input[type=radio]{accent-color:#ef4444;width:16px;height:16px;flex-shrink:0}.oc-cancel-modal__textarea{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:.875rem;resize:vertical;margin-bottom:16px;box-sizing:border-box}.oc-cancel-modal__textarea:focus{outline:none;border-color:#ef4444}.oc-cancel-modal__actions{display:flex;gap:10px}.oc-cancel-modal__btn{flex:1;height:42px;border-radius:100px;font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:opacity .2s}.oc-cancel-modal__btn:disabled{opacity:.5;cursor:not-allowed}.oc-cancel-modal__btn--secondary{background:#f5f5f5;color:#333}.oc-cancel-modal__btn--secondary:hover:not(:disabled){background:#e5e5e5}.oc-cancel-modal__btn--danger{background:#ef4444;color:#fff}.oc-cancel-modal__btn--danger:hover:not(:disabled){opacity:.85}@media(prefers-reduced-motion:reduce){.oc-card,.oc-btn{transition:none!important}}.orders-page{display:flex;flex-direction:column;align-items:center;min-height:60vh;background:#fafafa}.orders-title-bar{display:flex;align-items:center;justify-content:center;width:100%;height:100px;background:#d6eadd80;position:relative;overflow:hidden;isolation:isolate;margin-bottom:-24px}.orders-title-bar__pattern{position:absolute;width:2000px;height:120px;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.5;z-index:0}.orders-title-bar__icon{width:54px;height:57px;opacity:.1}.orders-title-bar__text{position:relative;z-index:1;font-size:24px;font-weight:500;line-height:1;color:#319754;margin:0;text-align:center}.orders-filter-bar{position:relative;z-index:1;width:100%;display:flex;justify-content:center;padding:0 1rem;box-sizing:border-box;margin-bottom:24px}.orders-filter-tabs{display:flex;align-items:center;gap:4px;background:#fff;border-radius:100px;padding:8px;box-shadow:0 0 6px #0000001a;overflow-x:auto;scrollbar-width:none;max-width:100%}.orders-filter-tabs::-webkit-scrollbar{display:none}.orders-tab{display:inline-flex;align-items:center;gap:10px;padding:4px 8px 4px 12px;border-radius:100px;border:none;background:transparent;font-family:inherit;font-size:14px;font-weight:400;color:#000;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background-color .2s ease}.orders-tab:hover{background:#d4d4d426}.orders-tab.active{background:#d4d4d440;font-weight:500}.orders-tab__icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;color:#333}.orders-tab__icon svg{width:18px;height:18px}.orders-tab__label{line-height:1}.orders-tab__badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;padding:4px 8px;background:#ff383c;color:#fff;font-size:8px;font-weight:400;border-radius:100px;box-shadow:0 2px 4px #00000026;line-height:1}.orders-content{width:100%;max-width:800px;padding:0 1rem 40px;box-sizing:border-box}.orders-list{display:flex;flex-direction:column;gap:16px}.order-group-wrapper{border:1px solid #E5E5EA;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:12px}.order-group-header{font-size:13px;color:#737373;padding-left:4px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;width:100%}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #319754;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.empty-state{background:#fff;text-align:center;padding:3rem 2rem;border-radius:16px}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.8}.empty-state h2{color:#171717;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.empty-state p{color:#737373;font-size:.95rem;margin:0 0 1.5rem}.empty-state .btn-primary{background:#319754;color:#fff;border:none;padding:.75rem 2rem;border-radius:100px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s}.empty-state .btn-primary:hover{background:#226a3b}@media(max-width:768px){.orders-title-bar{height:80px}.orders-title-bar__text{font-size:20px}.orders-filter-bar{padding:0 .5rem;margin-bottom:16px}.orders-filter-tabs{padding:6px;gap:2px}.orders-tab{padding:4px 6px 4px 10px;font-size:13px;gap:6px}.orders-tab__badge{padding:3px 6px;font-size:7px}.orders-content{padding:0 .75rem 2rem}}@media(max-width:640px){.orders-title-bar{height:70px}.orders-title-bar__text{font-size:18px}.orders-filter-tabs{overflow-x:auto;flex-wrap:nowrap;padding:4px}.orders-tab{padding:3px 5px 3px 8px;font-size:12px;gap:4px}.orders-tab__icon{width:14px;height:14px}.orders-tab__icon svg{width:14px;height:14px}.orders-tab__badge{padding:2px 5px;font-size:7px;min-width:12px}.orders-content{padding:0 .5rem 2rem}}@media(prefers-reduced-motion:reduce){.orders-page *,.orders-page *:before,.orders-page *:after{transition:none!important;animation:none!important}}.order-detail-page{padding:1.5rem 0 3rem;min-height:60vh;background:#fafafa}.order-detail-page .container{max-width:1100px;margin:0 auto;padding:0 1rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;color:#737373}.breadcrumb button{background:none;border:none;color:var(--primary-green);cursor:pointer;padding:0;font-weight:500;transition:all .2s}.breadcrumb button:hover{color:var(--primary-green-dark);text-decoration:underline}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.spinner{width:40px;height:40px;border:3px solid #f4f4f5;border-top:3px solid var(--primary-green);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.order-detail-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem 1.75rem;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:1.5rem}.header-left h1{color:#171717;margin:0 0 .375rem;font-size:1.5rem;font-weight:700}.order-date{color:#737373;margin:0;font-size:.875rem}.status-badge{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;white-space:nowrap}.status-badge.processing{background:#e0e7ff;color:#4338ca}.status-badge.shipped,.status-badge.delivered{background:#d1fae5;color:#065f46}.status-badge.paid{background:#d1fae5;color:#065f46;font-size:.8125rem;padding:.375rem .75rem}.status-badge.verifying{background:#dbeafe;color:#1d4ed8;font-size:.8125rem;padding:.375rem .75rem}.order-detail-container{display:grid;grid-template-columns:1fr 380px;gap:1.5rem;align-items:start}.detail-section{background:#fff;padding:1.5rem 1.75rem;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:1.25rem}.detail-section h2{color:#171717;font-size:1.125rem;font-weight:700;margin:0 0 1.25rem;padding-bottom:.875rem;border-bottom:2px solid #f4f4f5}.order-store-name{display:flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:#444;margin-bottom:.75rem}.order-store-logo{width:22px;height:22px;border-radius:50%;object-fit:cover}.od-items{display:flex;flex-direction:column}.od-item{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.od-item:last-of-type{border-bottom:none}.od-item__img{width:60px;height:60px;flex-shrink:0}.od-item__img img{width:60px;height:60px;object-fit:cover;border-radius:12px}.od-item__img a{display:block}.od-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.od-item__name{font-size:.8125rem;font-weight:600;color:#171717;line-height:1.4}.od-item__name a{text-decoration:none;color:inherit}.od-item__name a:hover{color:var(--primary-green)}.od-item__variant{font-size:.6875rem;color:#333;line-height:1.3}.od-item__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.od-item__qty{font-size:.6875rem;color:#999}.od-item__price{font-size:.875rem;font-weight:600;color:#171717}.item-review-btn{background:var(--primary-green);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:100px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit;margin-top:.75rem;align-self:flex-end}.item-review-btn:hover{background:var(--primary-green-dark);transform:translateY(-1px);box-shadow:0 2px 8px #3a7d444d}.shipping-info{background:#fafafa;padding:1.25rem;border-radius:10px;border:1px solid #f4f4f5}.recipient-name{font-weight:600;color:#171717;margin:0 0 .375rem;font-size:.9375rem}.recipient-phone{color:#737373;margin:0 0 .5rem;font-size:.875rem}.shipping-address{color:#525252;margin:0;line-height:1.6;font-size:.875rem}.od-track-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#e8362a;color:#fff;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;margin-top:8px;margin-bottom:4px;transition:background .15s}.od-track-btn:hover{background:#c72d22}.od-track-btn+.od-track-btn{margin-left:8px}.tracking-info{display:flex;align-items:center;gap:.875rem;background:#fafafa;padding:1rem 1.25rem;border-radius:10px;border:1px solid #f4f4f5}.tracking-number{flex:1;font-size:.9375rem;font-weight:600;color:#171717;font-family:Courier New,monospace}.btn-copy{background:var(--primary-green);color:#fff;border:none;padding:.5rem .875rem;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-copy:hover{background:var(--primary-green-dark);transform:translateY(-1px);box-shadow:0 4px 8px #3a7d4440}.order-sidebar{position:sticky;top:1.5rem}.summary-section{background:#fff;padding:1.5rem 1.75rem;border-radius:12px;box-shadow:0 1px 3px #00000014}.summary-section h2{color:#171717;font-size:1.125rem;font-weight:700;margin:0 0 1.25rem;padding-bottom:.875rem;border-bottom:2px solid #f4f4f5}.summary-rows{margin-bottom:1.25rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;color:#525252;font-size:.9375rem}.summary-row.discount{color:#dc2626;font-weight:600}.summary-row.discount .discount-amount{color:#dc2626;font-weight:700;font-size:.9375rem}.summary-row.coupon{color:var(--primary-green);font-size:.8125rem;padding:.5rem .75rem;font-weight:600;background:#dcfce7;border-radius:8px;margin-bottom:.5rem;border:1px solid #86efac}.summary-row.coupon span{display:block;text-align:center}.summary-divider{height:2px;background:#f4f4f5;margin:.875rem 0}.summary-row.total{padding-top:.875rem;font-size:1.0625rem;font-weight:700;color:#171717}.total-amount{font-size:1.625rem;color:#dc2626;font-weight:700}.payment-info{background:#fafafa;padding:1.25rem;border-radius:10px;border:1px solid #f4f4f5;margin-bottom:1.25rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0}.info-row .label{color:#737373;font-size:.875rem}.info-row .value{color:#171717;font-weight:600;font-size:.875rem}.action-buttons{display:flex;flex-direction:column;gap:.75rem}.btn{width:100%;padding:.875rem 1rem;border:none;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc262640}.btn-danger:disabled{background:#d4d4d4;cursor:not-allowed;color:#a3a3a3}.btn-primary{background:var(--primary-green);color:#fff}.btn-primary:hover{background:var(--primary-green-dark);transform:translateY(-2px);box-shadow:0 4px 12px #3a7d4440}.btn-pay{background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;font-weight:700;box-shadow:0 2px 8px #f59e0b40}.btn-pay:hover{background:linear-gradient(135deg,#ea580c,#dc2626);transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b59}.btn-pay:active{transform:translateY(0);box-shadow:0 2px 6px #f59e0b40}.btn-edit-payment{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:700;box-shadow:0 2px 8px #3b82f640}.btn-edit-payment:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f659}.btn-edit-payment:active{transform:translateY(0);box-shadow:0 2px 6px #3b82f640}.payment-note{background:#fef3c7;border:1px solid #fde68a;padding:.875rem 1rem;border-radius:10px;margin-top:.875rem}.payment-note p{color:#92400e;margin:.375rem 0;font-size:.8125rem;line-height:1.5}.payment-note.verifying{background:#dbeafe;border-color:#93c5fd}.payment-note.verifying p{color:#1e40af}.payment-note p:first-child{font-weight:600}.payment-note .proof-uploaded-note{color:#065f46!important;background:#d1fae5;padding:.625rem .75rem;border-radius:8px;margin-top:.625rem!important;font-weight:600!important;border:1px solid #6ee7b7}@media(max-width:1024px){.order-detail-container{grid-template-columns:1fr}.order-sidebar{position:static}.summary-section{order:-1}}@media(max-width:768px){.order-detail-page{padding:1rem 0 2rem}.order-detail-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem 1.5rem}.header-left h1{font-size:1.375rem}.detail-section,.summary-section{padding:1.25rem 1.5rem}.detail-section h2,.summary-section h2{font-size:1rem}.od-item__img,.od-item__img img{width:52px;height:52px}.total-amount{font-size:1.5rem}}@media(max-width:640px){.order-detail-page .container{padding:0 .75rem}.order-detail-header{padding:1.125rem 1.25rem}.header-left h1{font-size:1.25rem}.detail-section,.summary-section{padding:1.125rem 1.25rem}.detail-section h2,.summary-section h2{font-size:.9375rem;margin-bottom:1rem}.tracking-info{flex-direction:column;align-items:stretch;gap:.75rem}.btn-copy{width:100%}}.od-step-progress{background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:1.5rem;display:flex;align-items:flex-start}.od-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.od-step:not(:last-child):after{content:"";position:absolute;top:17px;left:calc(50% + 20px);right:calc(-50% + 20px);height:3px;background:#e5e5e5;border-radius:2px;z-index:0}.od-step--completed:not(:last-child):after{background:var(--primary-green)}.od-step__circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;margin-bottom:8px;position:relative;z-index:1;transition:all .3s;flex-shrink:0}.od-step--completed .od-step__circle{background:var(--primary-green);color:#fff}.od-step--active .od-step__circle{background:#fff;border:2.5px solid var(--primary-green);color:var(--primary-green);box-shadow:0 0 0 4px #3a7d4426;animation:od-pulse 2s ease-in-out infinite}.od-step--upcoming .od-step__circle{background:#f4f4f5;color:#a3a3a3;border:2px solid #e5e5e5}.od-step--warning .od-step__circle{background:#ff9800;color:#fff;box-shadow:0 0 0 4px #ff980026}@keyframes od-pulse{0%,to{box-shadow:0 0 0 4px #3a7d4426}50%{box-shadow:0 0 0 8px #3a7d4414}}.od-step__label{font-size:.8125rem;font-weight:600;color:#171717;text-align:center;line-height:1.3}.od-step--upcoming .od-step__label{color:#a3a3a3}.od-step--warning .od-step__label{color:#e65100}.od-step__date{font-size:.6875rem;color:#a3a3a3;text-align:center;margin-top:2px}@media(max-width:640px){.od-step-progress{padding:1.25rem .75rem}.od-step__circle{width:28px;height:28px;font-size:.7rem;margin-bottom:6px}.od-step:not(:last-child):after{top:13px;left:calc(50% + 16px);right:calc(-50% + 16px);height:2px}.od-step__label{font-size:.625rem}.od-step__date{font-size:.5625rem}}.order-detail-page .status-badge.completed{background:#e8f5e9;color:#2e7d32}.order-detail-page .status-badge.rejected{background:#ffebee;color:#c62828}.order-detail-page .rejection-notice{background:#ffebee;color:#c62828;padding:.75rem 1rem;border-radius:8px;font-size:.85rem;margin-bottom:1rem;border-left:3px solid #c62828}.order-detail-page .rejection-countdown{margin-top:.375rem;font-weight:600;font-size:.8rem;color:#e65100}.order-detail-page .cancel-reason-notice{background:#fef2f2;color:#991b1b;padding:.75rem 1rem;border-radius:8px;font-size:.85rem;margin-bottom:1rem;border-left:3px solid #FF383C}.order-detail-page .cancel-reason-date{margin-top:.375rem;font-size:.75rem;color:#b91c1c}.order-detail-page .btn-reupload{width:100%;padding:.75rem;background:linear-gradient(135deg,#e65100,#bf360c);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.order-detail-page .btn-reupload:hover{background:linear-gradient(135deg,#bf360c,#a22a00)}.order-detail-page .btn-confirm-delivery{width:100%;padding:.75rem;background:linear-gradient(135deg,#4caf50,#388e3c);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:1rem}.order-detail-page .btn-confirm-delivery:hover:not(:disabled){background:linear-gradient(135deg,#388e3c,#2e7d32)}.order-detail-page .btn-confirm-delivery:disabled{opacity:.6;cursor:not-allowed}.order-detail-page .payment-note.rejected{background:#ffebee;border-color:#ef9a9a;color:#c62828}.order-detail-page .payment-note.delivered{background:#e3f2fd;border-color:#90caf9;color:#1565c0}.order-detail-page .payment-note.completed{background:#e8f5e9;border-color:#a5d6a7;color:#2e7d32}.order-detail-page .shipping-status-note{background:#fff3e0;border:1px solid #ffcc80;border-radius:8px;padding:.75rem 1rem;margin-top:1rem;font-size:.85rem;color:#e65100}.order-detail-page .shipping-status-note p{margin:.25rem 0}.tracking-provider{font-size:.8125rem;color:#737373;padding:.25rem .5rem;background:#f0f0f0;border-radius:4px}.tracking-timeline{margin-top:1rem}.tracking-timeline h3{font-size:.9375rem;font-weight:600;color:#171717;margin-bottom:.75rem}.timeline-list{position:relative;padding-left:1.5rem}.timeline-item{position:relative;padding-bottom:1rem;padding-left:1rem;border-left:2px solid #e5e7eb}.timeline-item:last-child{border-left-color:transparent;padding-bottom:0}.timeline-item.latest{border-left-color:#2d6a4f}.timeline-dot{position:absolute;left:-.4375rem;top:.125rem;width:.75rem;height:.75rem;border-radius:50%;background:#d1d5db;border:2px solid white}.timeline-item.latest .timeline-dot{background:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f33}.timeline-content{margin-left:.25rem}.timeline-status{font-size:.875rem;font-weight:500;color:#171717;margin-bottom:.125rem}.timeline-meta{display:flex;gap:.75rem;font-size:.75rem;color:#737373}.tracking-loading{font-size:.8125rem;color:#737373;margin-top:.5rem}.delivery-timeline{position:relative;padding:0}.delivery-timeline-item{position:relative;display:flex;gap:12px;padding-bottom:20px}.delivery-timeline-item:last-child{padding-bottom:0}.delivery-timeline-item:last-child .delivery-timeline-line{display:none}.delivery-timeline-line{position:absolute;left:17px;top:36px;bottom:0;border-left:2px solid #34C759}.delivery-timeline-icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#f3f4f6;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:16px;z-index:1}.delivery-timeline-item--latest .delivery-timeline-icon{box-shadow:0 0 0 4px #34c75926}.delivery-timeline-body{flex:1;min-width:0;padding-top:4px}.delivery-timeline-status{font-size:.9375rem;font-weight:600;color:#171717;margin-bottom:2px}.delivery-timeline-meta{display:flex;flex-wrap:wrap;gap:4px;font-size:.8125rem;color:#737373}.delivery-timeline-date{font-size:.75rem;color:#a3a3a3;margin-top:2px}.delivery-timeline-detail{font-size:.8125rem;color:#525252;margin-top:4px;padding:6px 10px;background:#f9fafb;border-radius:6px}.cancel-modal-overlay{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.cancel-modal{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto}.cancel-modal h3{font-size:1.125rem;font-weight:600;color:#171717;margin:0 0 4px}.cancel-modal__subtitle{font-size:.875rem;color:#737373;margin:0 0 16px}.cancel-modal__reasons{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.cancel-modal__option{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;font-size:.875rem;color:#333;transition:border-color .2s,background .2s}.cancel-modal__option:hover{border-color:#d1d5db;background:#fafafa}.cancel-modal__option.active{border-color:#ef4444;background:#fef2f2}.cancel-modal__option input[type=radio]{accent-color:#ef4444;width:16px;height:16px;flex-shrink:0}.cancel-modal__textarea{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:.875rem;resize:vertical;margin-bottom:16px;box-sizing:border-box}.cancel-modal__textarea:focus{outline:none;border-color:#ef4444}.cancel-modal__actions{display:flex;gap:10px}.cancel-modal__btn{flex:1;height:42px;border-radius:100px;font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:opacity .2s}.cancel-modal__btn:disabled{opacity:.5;cursor:not-allowed}.cancel-modal__btn--secondary{background:#f5f5f5;color:#333}.cancel-modal__btn--secondary:hover:not(:disabled){background:#e5e5e5}.cancel-modal__btn--danger{background:#ef4444;color:#fff}.cancel-modal__btn--danger:hover:not(:disabled){opacity:.85}.disp-info-card{background:#fff8f0;border:1px solid #fed7aa;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem}.disp-info-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.disp-info-header h4{margin:0;font-size:.9375rem;font-weight:600;color:#92400e}.disp-status-badge{padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600}.disp-status--open{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.disp-status--review{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.disp-status--acknowledged{background:#f5f3ff;color:#7c3aed;border:1px solid #c4b5fd}.disp-status--resolved{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.disp-status--rejected{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.disp-info-row{display:flex;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;line-height:1.5}.disp-info-label{font-weight:500;color:#78716c;flex-shrink:0}.disp-evidence{margin-bottom:.5rem}.disp-evidence-grid{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.375rem}.disp-evidence-img{width:64px;height:64px;border-radius:8px;object-fit:cover;border:1px solid #e7e5e4;cursor:pointer}.disp-resolution{background:#f5f5f4;border-radius:8px;padding:.75rem;margin-top:.5rem;font-size:.875rem}.disp-admin-note{margin:.375rem 0 0;color:#78716c;font-size:.8125rem}.disp-modal{max-width:480px}.disp-form-group{margin-bottom:1rem}.disp-form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#374151}.disp-textarea{width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;resize:vertical;font-family:inherit;box-sizing:border-box}.disp-textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161f}.disp-file-input{font-size:.8125rem}.disp-preview-grid{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.disp-preview-item{position:relative;width:72px;height:72px}.disp-preview-item img{width:100%;height:100%;border-radius:8px;object-fit:cover;border:1px solid #d1d5db}.disp-preview-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:#ef4444;color:#fff;border:none;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.btn-warning{background:#f97316;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:500;cursor:pointer;font-size:.875rem}.btn-warning:hover{background:#ea580c}.promptpay-qr-container{background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;padding:2rem;box-shadow:0 4px 12px #0000001a;margin:1.5rem 0}.qr-header{text-align:center;margin-bottom:1.5rem}.qr-header h3{color:var(--text-dark, #1f2937);font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.qr-subtitle{color:var(--text-gray, #6b7280);font-size:.95rem;margin:0}.qr-code-wrapper{position:relative;display:flex;justify-content:center;margin:2rem 0}.qr-code{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 8px 24px #00000026;position:relative}.qr-code svg{display:block}.qr-logo{position:absolute;bottom:1.5rem;right:1.5rem;width:50px;height:50px;background:#fff;border-radius:8px;padding:4px;box-shadow:0 2px 8px #0000001a}.qr-logo img{width:100%;height:100%;object-fit:contain}.btn-download-qr{display:block;width:100%;max-width:300px;margin:0 auto 1.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--primary-green, #2d6a4f) 0%,#1e4d3a 100%);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2d6a4f33}.btn-download-qr:hover{background:linear-gradient(135deg,#1e4d3a 0%,var(--primary-green, #2d6a4f) 100%);box-shadow:0 6px 16px #2d6a4f4d;transform:translateY(-2px)}.btn-download-qr:active{transform:translateY(0);box-shadow:0 2px 8px #2d6a4f33}.payment-info{background:#fff;border-radius:12px;padding:1.5rem;margin:1.5rem 0;border:1px solid var(--border-light, #e5e7eb)}.payment-info .info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border-light, #f3f4f6)}.payment-info .info-row:last-child{border-bottom:none}.payment-info .label{color:var(--text-gray, #6b7280);font-size:.95rem;font-weight:500}.payment-info .value{color:var(--text-dark, #1f2937);font-size:.95rem;font-weight:600}.payment-info .value.amount{color:var(--primary-green, #2d6a4f);font-size:1.5rem;font-weight:700}.qr-instructions{background:linear-gradient(135deg,#e8f5e9,#f1f8f4);border-radius:12px;padding:1.5rem;margin:1.5rem 0;border-left:4px solid var(--primary-green, #2d6a4f)}.qr-instructions h4{color:var(--primary-green, #2d6a4f);font-size:1.1rem;font-weight:700;margin:0 0 1rem}.qr-instructions ol{margin:0;padding-left:1.5rem;color:var(--text-dark, #1f2937)}.qr-instructions li{font-size:.95rem;line-height:1.8;margin-bottom:.5rem}.qr-instructions li:last-child{margin-bottom:0}.qr-warning{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem;margin-top:1.5rem}.qr-warning p{color:#856404;font-size:.9rem;margin:0;line-height:1.6}.qr-warning strong{font-weight:700}.promptpay-qr-loading,.promptpay-qr-error{text-align:center;padding:2rem;color:var(--text-gray, #6b7280)}.promptpay-qr-loading .spinner{border:3px solid rgba(45,106,79,.2);border-top-color:var(--primary-green, #2d6a4f);border-radius:50%;width:40px;height:40px;animation:spin .8s linear infinite;margin:0 auto 1rem}.promptpay-qr-error{color:var(--accent-red, #ef4444);background:#fee2e2;border-radius:8px;padding:1.5rem}@media(max-width:768px){.promptpay-qr-container{padding:1.5rem}.qr-header h3{font-size:1.25rem}.qr-code{padding:.75rem}.qr-code svg{width:220px!important;height:220px!important}.payment-info{padding:1rem}.payment-info .value.amount{font-size:1.25rem}.qr-instructions{padding:1rem}.qr-instructions h4{font-size:1rem}.qr-instructions li{font-size:.875rem}}@media(max-width:480px){.promptpay-qr-container{padding:1rem}.qr-code svg{width:200px!important;height:200px!important}.qr-logo{width:40px;height:40px;bottom:1rem;right:1rem}}.order-success-page{padding:24px 0 48px;min-height:60vh;background:#fafafa}.os-container{max-width:1200px;margin:0 auto;padding:0 16px}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 32px;text-align:center;background:#fff;border-radius:16px;max-width:500px;margin:0 auto}.error-state .error-icon{margin-bottom:16px}.error-state h2{color:#ff3b30;font-size:18px;font-weight:600;margin:0 0 8px}.error-state p{color:#8e8e93;font-size:14px;margin:0 0 24px}.spinner{width:40px;height:40px;border:3px solid #f4f4f5;border-top:3px solid var(--primary-green, #319754);border-radius:50%;animation:os-spin .8s linear infinite;margin-bottom:14px}@keyframes os-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.os-two-col{display:flex;gap:16px;align-items:flex-start}.os-left-col{width:400px;flex-shrink:0}.os-right-col{flex:1;min-width:0}.os-payment-card{background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:16px}.os-payment-header{display:flex;flex-direction:column;gap:4px}.os-payment-title{color:#319754;font-size:24px;font-weight:500;margin:0;line-height:1.3}.os-payment-title--paid{color:#34c759}.os-payment-title--verifying{color:#08f}.os-payment-title--rejected{color:#ff3b30}.os-payment-subtitle{font-size:12px;color:#000;margin:0;line-height:1.5}.os-amount-badge{background:#ff3b301a;padding:16px;border-radius:16px;display:flex;justify-content:space-between;align-items:center}.os-amount-label{font-size:14px;font-weight:500;color:#000}.os-amount-value{font-size:20px;font-weight:600;color:#ff383c}.os-qr-section{background:#f9f9fb;border-radius:16px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:12px}.os-qr-method{font-size:16px;font-weight:500;color:#000;margin:0;text-align:center}.os-qr-timer{font-size:14px;color:#000;margin:0;text-align:center}.os-qr-timer strong{font-weight:700}.os-qr-timer--expired{color:#ff3b30;font-weight:500}.os-qr-section .promptpay-qr-container{background:transparent;border:none;box-shadow:none;padding:0;margin:0;width:100%}.os-qr-section .promptpay-qr-container .qr-code-wrapper{margin:0}.os-qr-section .promptpay-qr-container .qr-code{padding:0}.os-qr-section .promptpay-qr-container .qr-header,.os-qr-section .promptpay-qr-container .payment-info,.os-qr-section .promptpay-qr-container .qr-instructions,.os-qr-section .promptpay-qr-container .qr-warning,.os-qr-section .promptpay-qr-container .btn-download-qr{display:none}.os-qr-scan-hint{font-size:12px;color:#8e8e93;margin:0;text-align:center}.os-qr-divider{width:100%;height:1px;background:#e5e5e5}.os-qr-info-rows{width:100%;padding:0 16px;display:flex;flex-direction:column;gap:8px}.os-qr-info-row{display:flex;justify-content:space-between;align-items:center}.os-qr-info-label{font-size:14px;color:#000;font-weight:400}.os-qr-info-value{font-size:14px;color:#000;font-weight:500}.os-qr-warning{background:#fff;border-radius:16px;padding:10px;display:flex;align-items:flex-start;gap:6px;width:100%}.os-qr-warning-icon{flex-shrink:0;margin-top:1px}.os-qr-warning-text{font-size:10px;color:#ff3b30;line-height:1.5}.os-cod-message{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 16px;text-align:center}.os-cod-message p{font-size:14px;color:#525252;margin:0;line-height:1.6}.os-bank-details{width:100%;background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:0}.os-bank-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0}.os-bank-row:last-child{border-bottom:none}.os-bank-row-copy{flex-wrap:wrap;gap:8px}.os-bank-info{display:flex;justify-content:space-between;align-items:center;flex:1}.os-bank-label{font-size:13px;color:#8e8e93;font-weight:500}.os-bank-value{font-size:14px;color:#000;font-weight:600}.os-bank-value--highlight{color:var(--primary-green, #319754);font-family:Courier New,monospace;letter-spacing:.03em}.os-bank-value--amount{color:#ff383c;font-size:18px;font-weight:700}.os-btn-copy{background:var(--primary-green, #319754);color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.os-btn-copy:hover{background:#277a45}.os-btn-copy.copied{background:#34c759}.os-bank-instructions{width:100%;background:#ff950014;border-radius:12px;padding:12px 16px}.os-bank-instructions p{font-size:12px;color:#ff9500;margin:0;line-height:1.6;font-weight:500}.os-action-buttons{display:flex;flex-direction:column;gap:10px}.os-btn{width:100%;height:40px;border:none;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-family:inherit}.os-btn-primary{background:#319754;color:#fff}.os-btn-primary:hover{background:#277a45}.os-btn-outline{background:#fff;color:#319754;border:1px solid #319754}.os-btn-outline:hover{background:#f0fdf4}.os-details-card{background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:32px}.os-order-header{display:flex;flex-direction:column;gap:4px}.os-order-number{font-size:24px;font-weight:500;color:#000;margin:0}.os-order-date{font-size:12px;color:#8e8e93}.os-address-card{background:#f2f2f780;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px}.os-address-name{font-size:16px;font-weight:500;color:#000;margin:0}.os-address-divider{width:100%;height:1px;background:#e5e5e5}.os-address-phone{font-size:16px;font-weight:400;color:#000;margin:0}.os-address-text{font-size:14px;font-weight:400;color:#000;margin:0;line-height:1.6;word-wrap:break-word}.os-payment-info-rows{display:flex;flex-direction:column;gap:16px;padding:0 16px}.os-payment-info-row{display:flex;justify-content:space-between;align-items:center}.os-payment-info-label{font-size:14px;font-weight:400;color:#000}.os-payment-info-value{font-size:16px;font-weight:500;color:#000}.os-status-badge{display:inline-flex;align-items:center;padding:4px 16px;border-radius:100px;font-size:12px;font-weight:500;color:#fff}.os-status-badge--pending{background:#ff8d28}.os-status-badge--verifying{background:#08f}.os-status-badge--paid{background:#34c759}.os-status-badge--rejected{background:#ff3b30}.os-upload-section{border:2px solid rgba(52,199,89,.25);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:16px}.os-upload-title{color:#319754;font-size:24px;font-weight:500;margin:0}.os-upload-warning-banner{background:linear-gradient(135deg,#ff95001a,#ffffffe6);border-radius:16px;padding:16px}.os-upload-warning-banner p{color:#ff9500;font-size:14px;font-weight:500;margin:0;line-height:1.6}.os-existing-proof{background:#dbeafe;border:1.5px solid #93c5fd;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px}.os-proof-status{display:flex;align-items:center;gap:8px}.os-proof-status-icon{width:24px;height:24px;background:#08f;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.os-proof-status-text{font-size:13px;font-weight:600;color:#1e40af}.os-proof-note{font-size:12px;color:#1e40af;margin:0}.os-proof-image-container{text-align:center;background:#fff;border-radius:12px;padding:12px;border:1px solid #e5e5e5}.os-proof-image{max-width:100%;max-height:300px;border-radius:8px;cursor:pointer;transition:transform .2s}.os-proof-image:hover{transform:scale(1.02)}.os-proof-click-hint{font-size:11px;color:#8e8e93;margin:0;text-align:center}.os-file-input{display:none}.os-upload-dropzone{position:relative}.os-dropzone-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:250px;border:1px dashed #34C759;background:#34c7591a;border-radius:16px;cursor:pointer;transition:all .2s ease}.os-dropzone-label:hover{background:#34c75926;border-color:#319754}.os-file-input:disabled+.os-dropzone-label{opacity:.5;cursor:not-allowed}.os-dropzone-icon{opacity:.8}.os-dropzone-text{font-size:14px;color:#34c759;font-weight:500;text-align:center;padding:0 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.os-dropzone-label--has-preview{height:auto;min-height:120px;padding:12px;overflow:hidden}.os-dropzone-preview-img{max-width:100%;max-height:220px;object-fit:contain;border-radius:8px}.os-dropzone-change-hint{font-size:12px;color:#999;margin-top:4px}.os-dropzone-label--has-preview:hover .os-dropzone-change-hint{color:#34c759}.os-btn-upload{width:100%;height:44px;background:#319754;color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.os-btn-upload:hover:not(:disabled){background:#277a45}.os-btn-upload:disabled{opacity:.6;cursor:not-allowed;background:#a3a3a3}.os-upload-message{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:12px;font-size:13px;font-weight:500;animation:os-slideIn .25s ease}@keyframes os-slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.os-upload-message--success{background:#dcfce7;color:#166534;border:1px solid #86efac}.os-upload-message--error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.os-upload-note{padding-top:8px}.os-upload-note p{font-size:12px;color:#8e8e93;margin:0;line-height:1.5}@media(max-width:768px){.order-success-page{padding:16px 0 32px}.os-two-col{flex-direction:column}.os-left-col,.os-right-col{width:100%}.os-payment-card,.os-details-card{padding:14px}.os-details-card{gap:24px}.os-payment-title{font-size:20px}.os-amount-value{font-size:18px}.os-order-number,.os-upload-title{font-size:20px}.os-dropzone-label{height:200px}}@media(max-width:640px){.os-container{padding:0 12px}.os-payment-card,.os-details-card{padding:12px}.os-payment-info-rows{padding:0 8px}.os-payment-info-row{flex-direction:column;align-items:flex-start;gap:4px}.os-qr-info-rows{padding:0 8px}.os-bank-row{flex-direction:column;align-items:flex-start;gap:4px}.os-bank-row-copy{flex-direction:column;align-items:stretch}.os-bank-info{flex-direction:column;align-items:flex-start;gap:4px}.os-btn-copy{width:100%;text-align:center}.os-dropzone-label{height:180px}.os-dropzone-text{font-size:13px}}.os-group-orders{padding:0 16px;display:flex;flex-direction:column;gap:0}.os-group-order-item{padding:16px 0;border-bottom:1px solid #f0f0f0}.os-group-order-item:last-child{border-bottom:none}.os-group-order-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}.os-group-order-number{font-size:13px;font-weight:600;color:#333}.os-group-order-store{font-size:12px;color:#666;background:#f5f5f5;padding:2px 8px;border-radius:4px}.os-group-order-total{margin-left:auto;font-size:14px;font-weight:600;color:#319754}.os-group-order-product{display:flex;align-items:center;gap:10px;padding:6px 0}.os-group-order-product-img{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0}.os-group-order-product-info{flex:1;min-width:0;display:flex;align-items:center;gap:6px}.os-group-order-product-name{font-size:13px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.os-group-order-product-qty{font-size:12px;color:#999;flex-shrink:0}.os-group-order-product-price{font-size:13px;color:#333;flex-shrink:0}.os-group-total{display:flex;justify-content:space-between;align-items:center;padding:16px 0 8px;border-top:2px solid #319754;margin-top:4px}.os-group-total-label{font-size:15px;font-weight:600;color:#333}.os-group-total-amount{font-size:18px;font-weight:700;color:#319754}.login-page{min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 124px;gap:16px;background:#fafafa}.login-container{width:100%;display:flex;justify-content:center}.login-card{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px 16px;gap:16px;width:500px;background:#fff;border-radius:16px;border:none;box-shadow:none}.login-back-row{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%}.login-back-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 16px;gap:10px;background:#d4d4d4;border-radius:100px;border:none;cursor:pointer;font-size:12px;font-weight:400;color:#000;transition:background .2s}.login-back-btn:hover{background:#c4c4c4}.login-logo{display:flex;align-items:center;justify-content:center}.login-logo-img{width:58px;height:58px;object-fit:contain;border-radius:50%}.login-welcome{display:flex;flex-direction:column;align-items:center;gap:8px}.login-card h1{text-align:center;color:#000;font-size:20px;font-weight:500;margin:0;line-height:33px}.login-subtitle{text-align:center;color:#000;font-size:12px;font-weight:400;line-height:20px;margin:0}.login-form{display:flex;flex-direction:column;align-items:flex-start;padding:10px 0;gap:16px;width:350px}.login-card .form-group{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin-bottom:0}.login-card .form-group label{display:flex;align-items:center;margin-bottom:0;color:#000;font-weight:500;font-size:14px;line-height:23px}.login-page .login-card .form-group input{width:100%;height:48px;padding:12px 24px;border:1px solid #e5e5e5;border-radius:100px;font-size:14px;font-weight:400;background:#fafafa;color:#000;box-sizing:border-box;transition:border-color .2s,background .2s}.login-page .login-card .form-group input::placeholder{color:#a3a3a3}.login-page .login-card .form-group input:focus{outline:none;border-color:#a3a3a3;background:#f0f0f0;box-shadow:none}.login-page .login-card .form-group input:disabled{opacity:.6}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{padding-right:48px}.password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;color:#a3a3a3;border-radius:4px;transition:color .2s}.password-toggle:hover:not(:disabled){color:#737373;transform:translateY(-50%);box-shadow:none}.login-page .login-card .form-group.has-error input{border:1.5px solid #dc2626;background:#fef2f2}.login-page .error-text{display:block;color:#dc2626;font-size:12px;margin-top:0;font-weight:500;line-height:20px}.forgot-password-row{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;width:100%}.forgot-password-link{text-align:right;margin:0}.forgot-password-link a{color:#297a4e;text-decoration:none;font-size:12px;font-weight:400;line-height:20px}.forgot-password-link a:hover{text-decoration:underline}.login-captcha{display:flex;justify-content:center;width:350px}.btn-login{display:flex;flex-direction:column;justify-content:center;align-items:center;width:350px;height:49px;padding:0;margin:0;background:#008c45!important;color:#fff!important;border:none;border-radius:100px;font-size:14px;font-weight:400;cursor:pointer;transition:background-color .2s;transform:none}.btn-login:hover:not(:disabled){background:#007a3d!important;transform:none;box-shadow:none}.btn-login:disabled{background:#a3a3a3!important;cursor:not-allowed}.divider{display:flex;flex-direction:row;align-items:center;gap:16px;width:100%;margin:0;position:static}.divider:before,.divider:after{content:"";position:static;flex:1;height:1px;background:#d4d4d8;width:auto;top:auto}.divider:before{left:auto}.divider:after{right:auto}.divider span{background:transparent;padding:0;color:#000;font-size:12px;font-weight:400;line-height:20px;white-space:nowrap}.social-buttons{display:flex;flex-direction:column;gap:10px;width:350px}.login-card .social-btn{width:100%;box-sizing:border-box;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 24px;gap:10px;height:48px;border:1px solid #D4D4D4;border-radius:100px;background:#fff!important;cursor:pointer;transition:border-color .2s,background-color .2s;transform:none}.login-card .social-btn svg{position:static;flex-shrink:0;width:24px;height:24px}.login-card .social-btn span{font-size:14px;font-weight:400;color:#525252;flex:1;text-align:center}.login-card .social-btn:hover:not(:disabled){background:#fafafa!important;transform:none;box-shadow:none}.login-card .social-btn:disabled{opacity:.5;cursor:not-allowed}.login-card .social-btn--google:hover:not(:disabled){border-color:#4285f4}.login-card .social-btn--line:hover:not(:disabled){border-color:#06c755}.google-signin-btn-wrapper{width:100%;display:flex;justify-content:center;overflow:hidden;border-radius:100px}.login-footer{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:10px;margin:0;padding:0}.login-footer p{color:#0a0a0a;font-size:14px;font-weight:400;line-height:23px;margin:0}.login-footer a{color:#297a4e;text-decoration:underline;font-weight:400;font-size:14px}.login-footer a:hover{text-decoration:underline}.alert{padding:.75rem 1rem;border-radius:12px;margin:0;font-size:.85rem;font-weight:500;width:350px;box-sizing:border-box}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}@media(max-width:768px){.login-page{padding:16px 24px}.login-card{width:100%;max-width:500px}.login-form,.btn-login,.social-buttons,.alert,.login-captcha{width:100%;max-width:350px}}@media(max-width:480px){.login-page{padding:16px}.login-card{padding:10px 12px}.login-form,.btn-login,.social-buttons,.alert,.login-captcha{width:100%}}.login-browser-alert-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.login-browser-alert{background:#fff;border-radius:16px;padding:24px;max-width:360px;width:100%;text-align:center}.login-browser-alert__icon{margin-bottom:12px}.login-browser-alert h3{font-size:18px;font-weight:600;color:#0a0a0a;margin:0 0 8px}.login-browser-alert>p{font-size:14px;color:#525252;margin:0 0 16px;line-height:1.5}.login-browser-alert__steps{background:#fefce8;border:1px solid #fde68a;border-radius:12px;padding:12px 16px;text-align:left;margin-bottom:12px}.login-browser-alert__steps p{font-size:13px;color:#92400e;margin:0 0 8px}.login-browser-alert__steps ol{margin:0;padding-left:20px;font-size:13px;color:#78350f;line-height:1.7}.login-browser-alert__alt{font-size:13px;color:#525252;margin:0 0 16px}.login-browser-alert__btn{width:100%;height:44px;background:#008c45;color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.login-browser-alert__btn:hover{background:#007a3d}.register-page{min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 124px;gap:16px;background:#fafafa}.register-container{width:100%;display:flex;justify-content:center}.register-card{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px 16px;gap:16px;width:500px;background:#fff;border-radius:16px;border:none;box-shadow:none}.register-back-row{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%}.register-back-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 16px;gap:10px;background:#d4d4d4;border-radius:100px;border:none;cursor:pointer;font-size:12px;font-weight:400;color:#000;transition:background .2s}.register-back-btn:hover{background:#c4c4c4}.register-logo{display:flex;align-items:center;justify-content:center}.register-logo-img{width:58px;height:58px;object-fit:contain;border-radius:50%}.register-card h1{text-align:center;color:#000;font-size:20px;font-weight:500;margin:0;line-height:33px}.register-form{display:flex;flex-direction:column;align-items:flex-start;padding:10px 0;gap:16px;width:350px}.register-card .form-group{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin-bottom:0}.register-card .form-group label{display:flex;align-items:center;gap:4px;margin-bottom:0;color:#000;font-weight:500;font-size:14px;line-height:23px}.label-optional{color:#a3a3a3;font-weight:400;font-size:12px}.register-page .register-card .form-group input{width:100%;height:48px;padding:12px 24px;border:1px solid #e5e5e5;border-radius:100px;font-size:14px;font-weight:400;background:#fafafa;color:#000;box-sizing:border-box;transition:border-color .2s,background .2s}.register-page .register-card .form-group input::placeholder{color:#a3a3a3}.register-page .register-card .form-group input:focus{outline:none;border-color:#a3a3a3;background:#f0f0f0;box-shadow:none}.register-page .register-card .form-group input:disabled{opacity:.6}.register-page .register-card .password-input-wrapper{position:relative;width:100%}.register-page .register-card .password-input-wrapper input{padding-right:48px}.register-card .password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;color:#a3a3a3;border-radius:4px;transition:color .2s}.register-card .password-toggle:hover:not(:disabled){color:#737373;transform:translateY(-50%);box-shadow:none}.field-hint{display:block;color:#a3a3a3;font-size:12px;margin-top:0;line-height:20px}.register-page .register-card .form-group.has-error input{border:1.5px solid #dc2626;background:#fef2f2}.error-text{display:block;color:#dc2626;font-size:12px;margin-top:0;font-weight:500;line-height:20px}.terms-checkbox{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:16px;width:100%;height:40px;cursor:pointer;font-size:12px;color:#0a0a0a;line-height:20px}.terms-checkbox-box{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:8px;width:28px;height:28px;flex-shrink:0;box-sizing:border-box}.terms-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border:1px solid #D4D4D4;border-radius:2px;background:#fff;cursor:pointer;flex-shrink:0;margin:0;position:relative}.terms-checkbox input[type=checkbox]:checked{background:#008c45;border-color:#008c45}.terms-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:3px;top:1px;width:4px;height:7px;border:solid #ffffff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.terms-checkbox span{flex:1}.terms-checkbox a{color:#297a4e;text-decoration:underline;font-weight:400}.terms-checkbox a:hover{text-decoration:underline}.btn-register{display:flex;flex-direction:column;justify-content:center;align-items:center;width:350px;height:49px;padding:0;margin:0;background:#008c45!important;color:#fff!important;border:none;border-radius:100px;font-size:14px;font-weight:400;cursor:pointer;transition:background-color .2s;transform:none}.btn-register:hover:not(:disabled){background:#007a3d!important;transform:none;box-shadow:none}.btn-register:disabled{background:#a3a3a3!important;cursor:not-allowed}.register-card .alert{padding:.75rem 1rem;border-radius:12px;margin:0;font-size:.85rem;font-weight:500;width:350px;box-sizing:border-box}.register-card .alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.register-card .alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.register-footer{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:10px;margin:0;padding:0}.register-footer p{color:#0a0a0a;font-size:14px;font-weight:400;line-height:23px;margin:0}.register-footer a{color:#297a4e;text-decoration:underline;font-weight:400;font-size:14px}.register-footer a:hover{text-decoration:underline}@media(max-width:768px){.register-page{padding:16px 24px}.register-card{width:100%;max-width:500px}.register-form,.btn-register,.register-card .alert{width:100%;max-width:350px}}@media(max-width:480px){.register-page{padding:16px}.register-card{padding:10px 12px}.register-form,.btn-register,.register-card .alert{width:100%}}.profile-page{padding:1rem 0 3rem;min-height:60vh;background:#fafafa}.profile-page .container{max-width:1000px;margin:0 auto;padding:0 1rem}.profile-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.profile-back-pill{display:inline-flex;align-items:center;gap:.5rem;padding:4px 16px;border:none;border-radius:100px;background:#d4d4d4;color:#000;font-size:12px;font-weight:400;cursor:pointer;transition:all .2s;width:fit-content}.profile-back-pill:hover{background:#c4c4c4}.profile-back-pill svg{flex-shrink:0}.profile-header h1{color:#000;font-size:1.25rem;font-weight:500;margin:0}.message{padding:.875rem 1.25rem;border-radius:10px;margin-bottom:1.25rem;text-align:center;font-weight:500;font-size:.9375rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message-success{background-color:#dcfce7;color:#166534;border:1px solid #86efac}.message-error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.profile-container{display:flex;gap:1rem;align-items:flex-start}.profile-left-column{width:400px;flex-shrink:0;display:flex;flex-direction:column;gap:1rem;position:sticky;top:1.5rem}.profile-right-column{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem}.profile-picture-section{background:#fff;border-radius:16px;overflow:hidden}.profile-picture-banner{height:150px;background:#d6eadd;position:relative;overflow:hidden}.banner-deco-group{position:absolute;inset:0;opacity:.2;pointer-events:none}.banner-rect{position:absolute;width:146px;height:146px;border-radius:16px;background:linear-gradient(142.25deg,#5aac76 9.48%,#319754 92.87%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px}.banner-rect-1{left:200.44px;top:74px}.banner-rect-2{left:200px;top:51.22px;transform:rotate(10.29deg)}.banner-rect-3{left:204.12px;top:33.59px;transform:rotate(20.58deg)}.banner-rect-4{left:212.56px;top:21.48px;transform:rotate(30.87deg)}.banner-rect-5{left:234.44px;top:15px;transform:rotate(48.13deg)}.banner-rect-6{left:265.51px;top:25.31px;transform:rotate(65.38deg)}.profile-picture-container{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:-75px;padding:0 1rem 1rem;position:relative;z-index:1}.profile-picture-preview{width:150px;height:150px;border-radius:50%;overflow:hidden;border:4px solid white;box-shadow:0 4px 12px #0000001f;background:#fff;flex-shrink:0}.profile-picture-img{width:100%;height:100%;object-fit:cover}.profile-picture-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#319754,#267a42);display:flex;align-items:center;justify-content:center}.placeholder-initial{font-size:3.5rem;font-weight:700;color:#fff}.upload-spinner{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fafafa;gap:.5rem}.spinner{width:32px;height:32px;border:3px solid #f4f4f5;border-top-color:#319754;border-radius:50%;animation:spin .8s linear infinite}.upload-spinner p{color:#737373;font-size:.8125rem;font-weight:500;margin:0}.profile-picture-actions{display:flex;flex-direction:column;gap:.5rem;align-items:center}.btn-change-photo{display:flex;align-items:center;justify-content:center;padding:0 16px;height:40px;border:none;border-radius:100px;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s;background:#319754;color:#fff}.btn-change-photo:hover:not(:disabled){background:#267a42}.btn-delete-photo{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s;background:none;color:#dc2626}.btn-delete-photo:hover:not(:disabled){background:#fef2f2}.btn-change-photo:disabled,.btn-delete-photo:disabled{opacity:.6;cursor:not-allowed}.upload-hint{text-align:center;font-size:14px;color:#000;margin:0;line-height:1.6}.profile-role-section{background:#fff;border-radius:16px;padding:1rem}.profile-role-title{font-size:1.25rem;font-weight:500;color:#000;margin:0 0 1rem}.role-banner{display:flex;align-items:center;gap:.625rem;padding:1rem;border-radius:100px;font-size:1rem;font-weight:500;color:#fff;width:100%;position:relative;overflow:hidden}.role-banner>span{position:relative;z-index:1}.role-banner--customer{background:#007aff}.role-banner--admin{background:#ff9500}.role-banner--store{background:#34c759}.role-banner-deco{position:absolute;right:0;top:50%;transform:translateY(-50%);width:80px;height:80px;display:flex;align-items:center;justify-content:center;opacity:.2;pointer-events:none}.role-banner-deco svg{width:60px;height:60px}.profile-provider-section{background:#fff;border-radius:16px;padding:1rem}.profile-provider-title{font-size:1.25rem;font-weight:500;color:#000;margin:0 0 .75rem}.provider-badge{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;background:#f5f5f5;color:#424242;border:1px solid #e0e0e0}.profile-card{background:#fff;border-radius:16px;padding:1rem}.profile-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:0;border-bottom:none}.profile-card__title-group{display:flex;align-items:baseline;gap:.5rem}.profile-card__title{font-size:1.25rem;font-weight:500;color:#000;margin:0}.profile-card__subtitle{font-size:1rem;font-weight:400;color:#999}.btn-card-edit{display:flex;align-items:center;gap:.5rem;background:#d4d4d4;border:none;border-radius:100px;padding:4px 16px;font-size:12px;font-weight:400;color:#000;cursor:pointer;transition:all .2s}.btn-card-edit:hover{background:#c4c4c4}.btn-card-edit svg{flex-shrink:0;width:12px;height:12px}.header-actions{display:flex;gap:.5rem;align-items:center}.btn-pill-cancel{display:flex;align-items:center;justify-content:center;padding:6px 20px;border:1.5px solid #ef6351;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;background:#fff;color:#ef6351}.btn-pill-cancel:hover:not(:disabled){background:#fef2f0}.btn-pill-save{display:flex;align-items:center;justify-content:center;padding:6px 20px;border:none;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;background:#319754;color:#fff}.btn-pill-save:hover:not(:disabled){background:#267a42}.btn-pill-cancel:disabled,.btn-pill-save:disabled{opacity:.6;cursor:not-allowed}.profile-card__header+.profile-card__body:before{content:"";display:block;height:1px;background:#e5e5e5;margin-bottom:1rem}.info-view-list,.info-view-grid,.info-view-item{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:14px;font-weight:500;color:#999}.info-value{font-size:14px;font-weight:500;color:#000;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-height:48px;padding:12px 0}.verified-badge{display:inline-flex;align-items:center;font-size:.6875rem;font-weight:600;color:#10b981;background:#d1fae5;padding:.125rem .5rem;border-radius:4px;border:1px solid #6ee7b7}.info-edit-list,.info-edit-grid,.password-edit-grid{display:flex;flex-direction:column;gap:1rem}.info-edit-item{display:flex;flex-direction:column;gap:.5rem}.info-edit-label{font-size:14px;font-weight:500;color:#000}.profile-input-pill{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:100px;font-size:14px;font-weight:500;color:#000;outline:none;transition:border-color .2s;background:#fff}.profile-input-pill:focus{border-color:#319754}.profile-input-pill--error{border-color:#dc2626}.profile-input-pill--error:focus{border-color:#dc2626}.profile-input-pill::placeholder{color:#bdbdbd;font-weight:400}.profile-input{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:100px;font-size:14px;font-weight:500;color:#000;outline:none;transition:border-color .2s;background:#fff}.profile-input:focus{border-color:#319754}.profile-input--error{border-color:#dc2626}.profile-input--error:focus{border-color:#dc2626}.profile-input--readonly{color:#9e9e9e;cursor:not-allowed;border-style:dashed}.profile-input::placeholder{color:#bdbdbd;font-weight:400}.field-error{color:#dc2626;font-size:.75rem;font-weight:500}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper .profile-input,.password-input-wrapper .profile-input-pill{padding-right:3rem}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#9e9e9e;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.password-toggle:hover{color:#424242;transform:translateY(-50%);box-shadow:none}.profile-card__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #f4f4f5}.btn-card-cancel{padding:.5625rem 1.25rem;border:1.5px solid #dc2626;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;background:#fff;color:#dc2626}.btn-card-cancel:hover:not(:disabled){background:#fef2f2}.btn-card-save{padding:.5625rem 1.5rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;background:#319754;color:#fff}.btn-card-save:hover:not(:disabled){background:#267a42;transform:translateY(-1px);box-shadow:0 2px 6px #3197544d}.btn-card-cancel:disabled,.btn-card-save:disabled{opacity:.6;cursor:not-allowed}.profile-points-section{margin-top:1rem;background:#fff;border-radius:16px;padding:1rem}.points-section-title{font-size:1.25rem;font-weight:500;color:#000;margin:0 0 1rem}.points-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}.points-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;text-align:center}.points-card.points-balance{background:#f0fdf4;border-color:#bbf7d0}.points-card-label{font-size:.8rem;color:#404040;margin-bottom:.25rem}.points-card-value{font-size:1.5rem;font-weight:700;color:#2e7d32}.points-card-value.points-expiring{color:#dc2626}.points-history-btn{background:#319754;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s}.points-history-btn:hover{background:#267a42}.points-history h3{font-size:1rem;margin-bottom:.75rem}.points-empty{color:#666;text-align:center;padding:1rem}.points-history-list{display:flex;flex-direction:column;gap:.5rem}.points-tx-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:6px;border-left:3px solid #d1d5db}.points-tx-item.earn{border-left-color:#4caf50}.points-tx-item.redeem{border-left-color:#ef4444}.points-tx-item.expire{border-left-color:#6b7280}.points-tx-info{display:flex;flex-direction:column;gap:.25rem}.points-tx-type{font-size:.8rem;font-weight:600}.points-tx-desc{font-size:.85rem;color:#404040}.points-tx-right{text-align:right;display:flex;flex-direction:column;gap:.25rem}.points-tx-amount{font-weight:700;font-size:1rem}.points-tx-amount.positive{color:#4caf50}.points-tx-amount.negative{color:#ef4444}.points-tx-date{font-size:.75rem;color:#737373}@media(max-width:1024px){.profile-container{flex-direction:column}.profile-left-column{width:100%;position:static}.profile-right-column{width:100%}}@media(max-width:768px){.profile-page{padding:1rem 0 2rem}.profile-header h1{font-size:1.25rem}.info-edit-grid,.password-edit-grid{grid-template-columns:1fr;gap:1rem}.points-cards{grid-template-columns:repeat(2,1fr)}.profile-picture-preview{width:120px;height:120px}.profile-picture-container{margin-top:-60px}}@media(max-width:640px){.profile-page .container{padding:0 .75rem}.profile-header h1{font-size:1.125rem}.profile-card__header{flex-direction:column;align-items:flex-start;gap:.75rem}.btn-card-edit{align-self:flex-end}.profile-card__actions{flex-direction:column-reverse}.btn-card-cancel,.btn-card-save{width:100%;text-align:center;justify-content:center}.profile-picture-preview{width:100px;height:100px}.profile-picture-container{margin-top:-50px}.placeholder-initial{font-size:2.5rem}.profile-picture-banner{height:120px}}.page-container{min-height:calc(100vh - 80px);padding:3rem 0;background:linear-gradient(to bottom,#f9fafb,#fff)}.page-content-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-title{font-size:1.25rem;color:var(--primary-green-dark);margin:0 0 2rem;font-weight:700;text-align:center;padding-bottom:1rem;border-bottom:3px solid var(--primary-green-dark)}.page-content{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 16px #00000014;line-height:1.8;color:#333}.font-size-small .page-content{font-size:.875rem}.font-size-small .page-content h1{font-size:1.5rem}.font-size-small .page-content h2{font-size:1.25rem}.font-size-small .page-content h3{font-size:1.125rem}.font-size-medium .page-content{font-size:1rem}.font-size-medium .page-content h1{font-size:2rem}.font-size-medium .page-content h2{font-size:1.5rem}.font-size-medium .page-content h3{font-size:1.25rem}.font-size-large .page-content{font-size:1.125rem}.font-size-large .page-content h1{font-size:2.25rem}.font-size-large .page-content h2{font-size:1.75rem}.font-size-large .page-content h3{font-size:1.5rem}.font-size-extra-large .page-content{font-size:1.25rem}.font-size-extra-large .page-content h1{font-size:2.5rem}.font-size-extra-large .page-content h2{font-size:2rem}.font-size-extra-large .page-content h3{font-size:1.75rem}.layout-single-column .page-content-wrapper{max-width:900px}.layout-two-column .page-content{column-count:2;column-gap:3rem}.layout-two-column .page-content h1,.layout-two-column .page-content h2{column-span:all}.layout-centered .page-content-wrapper{max-width:800px;text-align:center}.layout-centered .page-content{text-align:center}.layout-wide .page-content-wrapper{max-width:1400px}.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6{color:var(--primary-green-dark);margin-top:2rem;margin-bottom:1rem;font-weight:600}.page-content h1:first-child,.page-content h2:first-child,.page-content h3:first-child{margin-top:0}.page-content p{margin:1rem 0}.page-content ul,.page-content ol{margin:1rem 0;padding-left:2rem}.page-content li{margin:.5rem 0}.page-content a{color:var(--primary-green-dark);text-decoration:underline;transition:color .2s}.page-content a:hover{color:#166534}.page-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.page-content blockquote{border-left:4px solid var(--primary-green-dark);padding-left:1.5rem;margin:1.5rem 0;color:#666;font-style:italic}.page-content hr{border:none;border-top:2px solid #e5e7eb;margin:2rem 0}.page-content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.page-content table th,.page-content table td{border:1px solid #e5e7eb;padding:.75rem;text-align:left}.page-content table th{background:#f9fafb;font-weight:600;color:var(--primary-green-dark)}.page-loading,.page-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.page-loading{font-size:1.125rem;color:#666}.page-error h2{color:#dc2626;margin-bottom:.5rem}.page-error p{color:#666}@media(max-width:968px){.layout-two-column .page-content{column-count:1}}@media(max-width:768px){.page-container{padding:2rem 0}.page-content-wrapper{padding:0 1rem}.page-title{font-size:1.15rem}.page-content{padding:2rem 1.5rem}.font-size-small .page-content{font-size:.8125rem}.font-size-medium .page-content{font-size:.9375rem}.font-size-large .page-content{font-size:1rem}.font-size-extra-large .page-content{font-size:1.125rem}}@media(max-width:480px){.page-title{font-size:1.1rem}.page-content{padding:1.5rem 1rem}}.mission-page{display:flex;flex-direction:column;align-items:flex-start}.mission-title-bar{display:flex;align-items:center;justify-content:center;width:100%;height:72px;background:#d6eadd80;position:relative;overflow:hidden;isolation:isolate;box-sizing:border-box}.mission-title-bar__pattern{position:absolute;width:2000px;height:148px;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.5;z-index:0}.mission-title-bar__logo{width:58px;height:58px;border-radius:50%;object-fit:cover;opacity:.1}.mission-title-bar__text{position:relative;z-index:1;font-size:24px;font-weight:500;line-height:40px;color:#319754;margin:0;text-align:center}.mission-content-area{display:flex;flex-direction:column;align-items:flex-start;padding:16px 40px;gap:16px;width:100%;background:#fafafa;flex:1;box-sizing:border-box}.mission-hero-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;background:#fff;border-radius:16px;overflow:hidden}.mission-hero-image{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;min-height:229px;position:relative}.mission-hero-image__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.7;pointer-events:none}.mission-hero-image__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0000001a,#0000001a),linear-gradient(0deg,#17472873,#5aac7673);pointer-events:none}.mission-hero-logo{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:16px;position:relative;z-index:1}.mission-hero-logo img{width:58px;height:58px;border-radius:50%;object-fit:cover}.mission-hero-overlay{display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:10px;width:100%;background:linear-gradient(0deg,#ffffff03,#ffffff01 54%,#fff0);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-sizing:border-box;position:relative;z-index:1}.mission-hero-text h2{font-size:20px;font-weight:500;line-height:33px;color:#fff;margin:0}.mission-hero-text h2 span{font-weight:600;text-shadow:0px 0px 4px rgba(255,255,255,.25)}.mission-hero-text h2 span:first-of-type{color:#ed1c24}.mission-hero-text h2 span:last-of-type{color:#f7931d}.mission-hero-text p{font-size:16px;font-weight:400;line-height:32px;color:#fff;margin:0 0 8px;max-width:992px}.mission-hero-text p:last-child{margin-bottom:0}.mission-vision-section{display:flex;flex-direction:column;align-items:flex-start;padding:16px;gap:16px;width:100%;background:#fff;box-sizing:border-box}.mission-vision-text h3{font-size:20px;font-weight:500;line-height:33px;color:#319754;margin:0}.mission-vision-text p{font-size:16px;font-weight:400;line-height:26px;color:#000;margin:0 0 12px}.mission-vision-text p:last-child{margin-bottom:0}.mission-hero-text .ql-align-center,.mission-vision-text .ql-align-center{text-align:center}.mission-hero-text .ql-align-right,.mission-vision-text .ql-align-right{text-align:right}.mission-hero-text .ql-align-justify,.mission-vision-text .ql-align-justify{text-align:justify}.mission-loading,.mission-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;width:100%;text-align:center}.mission-loading{font-size:1.125rem;color:#666}.mission-error h2{color:#dc2626;margin-bottom:.5rem}.mission-error p{color:#666}@media(max-width:1024px){.mission-content-area{padding:16px 48px}}@media(max-width:768px){.mission-content-area{padding:16px 24px}.mission-hero-image{min-height:180px}.mission-hero-text p{font-size:14px;line-height:28px}}@media(max-width:480px){.mission-content-area{padding:16px}.mission-hero-image{min-height:150px}.mission-hero-text h2{font-size:18px}.mission-hero-text p{font-size:13px;line-height:24px}}.contact-page{display:flex;flex-direction:column;align-items:flex-start;min-height:calc(100vh - 80px)}.contact-title-bar{display:flex;align-items:center;justify-content:center;width:100%;height:72px;background:#d6eadd80;position:relative;overflow:hidden;isolation:isolate;box-sizing:border-box}.contact-title-bar__pattern{position:absolute;width:2000px;height:148px;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.5;z-index:0}.contact-title-bar__logo{width:58px;height:58px;border-radius:50%;object-fit:cover;opacity:.1}.contact-title-bar__text{position:relative;z-index:1;font-size:24px;font-weight:500;line-height:40px;color:#319754;margin:0;text-align:center}.contact-info-section{display:flex;flex-direction:column;align-items:flex-start;padding:16px 124px;gap:16px;width:100%;background:#fafafa;box-sizing:border-box}.contact-info-card{display:flex;flex-direction:row;width:100%;background:#fff;border-radius:16px;overflow:hidden}.contact-info-left{flex:1;padding:16px;display:flex;flex-direction:column;gap:0;box-sizing:border-box}.contact-info-company{font-size:16px;font-weight:600;line-height:32px;color:#319754;margin:0}.contact-info-address{font-size:16px;font-weight:400;line-height:32px;color:#000;margin:0}.contact-info-columns{display:flex;flex-direction:row;gap:24px;margin-top:8px}.contact-info-col{flex:1;display:flex;flex-direction:column;gap:8px}.contact-info-block{display:flex;flex-direction:column;gap:0}.contact-info-label{font-size:16px;font-weight:600;line-height:32px;color:#000;margin:0}.contact-info-value{font-size:16px;font-weight:400;line-height:32px;color:#000;margin:0}.contact-info-value a{color:#000;text-decoration:none}.contact-info-value a:hover{text-decoration:underline}.contact-social-header{font-size:16px;font-weight:600;line-height:32px;color:#000;margin:0}.contact-social-list{display:flex;flex-direction:column;gap:10px;margin-top:4px}.contact-social-item{display:flex;flex-direction:row;align-items:center;gap:10px;text-decoration:none;color:#000;font-size:16px;line-height:24px}.contact-social-item:hover{text-decoration:underline}.contact-social-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.contact-social-icon svg{width:20px;height:20px}.contact-info-right{flex:1;height:400px;box-sizing:border-box}.contact-info-right iframe{width:100%;height:100%;border:0;display:block}.contact-map-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e5e5e5;color:#999;font-size:14px}.contact-channels-section{position:relative;width:100%;overflow:hidden;box-sizing:border-box}.contact-channels-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5;pointer-events:none}.contact-channels-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#00000080,#00000080),linear-gradient(0deg,#947005b3,#c5950759);pointer-events:none}.contact-channels-content{position:relative;z-index:1;padding:16px 124px}.contact-channels-title{font-size:20px;font-weight:600;line-height:32px;color:#fff;margin:0}.contact-channels-desc{font-size:16px;font-weight:400;line-height:32px;color:#fff;margin:8px 0 0}.contact-channels-items{position:relative;z-index:1;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;padding:24px 124px}.contact-channel-item{display:flex;flex-direction:row;align-items:center;gap:12px;text-decoration:none}.contact-channel-item:hover{opacity:.85}.contact-channel-logo{width:59px;height:59px;border-radius:16px;background:#fff;object-fit:contain;flex-shrink:0}.contact-channel-name{font-size:16px;font-weight:400;line-height:24px;color:#fff}.contact-loading,.contact-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;width:100%;text-align:center}.contact-loading{font-size:1.125rem;color:#666}.contact-error h2{color:#dc2626;margin-bottom:.5rem}.contact-error p{color:#666}@media(max-width:1024px){.contact-info-section,.contact-channels-content{padding:16px 48px}.contact-channels-items{padding:24px 48px}}@media(max-width:768px){.contact-info-section,.contact-channels-content{padding:16px 24px}.contact-channels-items{padding:24px}.contact-info-card{flex-direction:column}.contact-info-right{height:300px}.contact-info-columns{flex-direction:column;gap:8px}}@media(max-width:480px){.contact-info-section,.contact-channels-content{padding:16px}.contact-channels-items{padding:16px;gap:12px}.contact-info-right{height:250px}.contact-channels-title{font-size:18px}.contact-channels-desc{font-size:14px;line-height:28px}.contact-channel-logo{width:48px;height:48px;border-radius:12px}.contact-channel-name{font-size:14px}}.admin-dashboard{display:grid;grid-template-columns:260px 1fr;min-height:calc(100vh - 80px);background:#fafafa}.admin-sidebar{background:#fff;border-right:1px solid var(--border-light, #e5e7eb);color:var(--text-dark, #1c1917);display:flex;flex-direction:column;position:sticky;top:80px;height:calc(100vh - 80px);overflow-y:auto}.admin-sidebar-header{padding:1.5rem 1.25rem;border-bottom:1px solid var(--border-light, #e5e7eb)}.admin-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;color:var(--primary-green-dark)}.admin-title{font-size:1.25rem;font-weight:700}.admin-user{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--warm-gray-50, #fafaf9);border-radius:8px;border:1px solid var(--border-light, #e5e7eb)}.admin-user-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;flex-shrink:0}.admin-user-info{flex:1;min-width:0}.admin-user-name{margin:0;font-weight:600;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-dark, #1c1917)}.admin-user-role{font-size:.75rem;color:var(--text-gray, #78716c)}.admin-nav{flex:1;padding:.75rem}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;color:var(--text-gray, #78716c);text-decoration:none;border-radius:8px;margin-bottom:2px;transition:background-color .2s ease,color .2s ease;font-size:.875rem;font-weight:500}.admin-nav-item:hover{background:var(--warm-gray-50, #fafaf9);color:var(--text-dark, #1c1917)}.admin-nav-item.active{background:#f0fdf4;color:var(--primary-green-dark);font-weight:600;border-left:3px solid var(--primary-green);padding-left:calc(.75rem - 3px)}.admin-nav-item:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.nav-icon{width:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-label{flex:1}.admin-nav-group{margin-bottom:2px}.admin-nav-group-header{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;width:100%;background:transparent;border:none;border-radius:8px;color:var(--text-gray, #78716c);font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease;text-align:left}.admin-nav-group-header:hover{background:var(--warm-gray-50, #fafaf9);color:var(--text-dark, #1c1917)}.admin-nav-group-header:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.admin-nav-group-header.has-active{color:var(--primary-green-dark);font-weight:600}.nav-arrow{display:flex;align-items:center;opacity:.5;transition:transform .2s ease;margin-left:auto}.admin-nav-group-items{max-height:0;overflow:hidden;transition:max-height .2s ease-out,opacity .2s ease;opacity:0}.admin-nav-group-items.expanded{max-height:400px;opacity:1}.admin-nav-subitem{padding-left:2.5rem!important;font-size:.8125rem;margin-bottom:1px}.admin-nav-subitem .nav-icon{width:20px}.admin-sidebar-footer{padding:1rem .75rem;border-top:1px solid var(--border-light, #e5e7eb)}.back-to-site{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;color:var(--text-gray, #78716c);text-decoration:none;border-radius:8px;transition:background-color .2s ease,color .2s ease;font-weight:500;font-size:.875rem}.back-to-site:hover{background:var(--warm-gray-50, #fafaf9);color:var(--text-dark, #1c1917)}.back-to-site:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.admin-main{padding:2rem;overflow-y:auto;max-height:calc(100vh - 80px)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 1px 3px #00000014;border:1px solid var(--border-light, #e5e7eb);display:flex;align-items:center;gap:1rem;transition:background-color .2s ease}.stat-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.stat-icon.primary{background:var(--primary-green)}.stat-icon.success{background:#10b981}.stat-icon.warning{background:#f59e0b}.stat-icon.info{background:#3b82f6}.stat-content{flex:1}.stat-label{font-size:.75rem;color:var(--text-gray, #78716c);margin:0 0 .25rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1.75rem;font-weight:700;color:var(--text-dark, #1c1917);margin:0;line-height:1}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem}.quick-action-card{background:#fff;padding:1.5rem 1.25rem;border-radius:8px;box-shadow:0 1px 3px #00000014;border:1px solid var(--border-light, #e5e7eb);display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;transition:background-color .2s ease,border-color .2s ease;gap:.75rem}.quick-action-card:hover{background:var(--warm-gray-50, #fafaf9);border-color:var(--primary-green)}.quick-action-card:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.quick-action-icon{color:var(--primary-green)}.quick-action-title{font-size:.9375rem;font-weight:600;color:var(--text-dark, #1c1917);margin:0}.quick-action-desc{font-size:.8125rem;color:var(--text-gray, #78716c);margin:0}@media(max-width:1024px){.admin-dashboard{grid-template-columns:220px 1fr}.admin-sidebar-header{padding:1.25rem 1rem}.admin-nav{padding:.5rem}}@media(max-width:768px){.admin-dashboard{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:-280px;top:80px;height:calc(100vh - 80px);width:260px;z-index:1000;transition:left .2s ease;box-shadow:none}.admin-sidebar.open{left:0;box-shadow:4px 0 16px #0000001a}.admin-main{padding:1rem}.stats-grid{grid-template-columns:1fr}.quick-actions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.stat-card{padding:1rem}.stat-icon{width:40px;height:40px}.stat-value{font-size:1.5rem}.quick-actions-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.admin-nav-item,.admin-nav-group-header,.back-to-site,.stat-card,.quick-action-card,.admin-sidebar,.admin-nav-group-items,.nav-arrow{transition:none}}.admin-page{max-width:1400px;margin:0 auto;padding:0 1rem}.admin-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light, #e5e7eb)}.admin-page-title{font-size:1.5rem;color:var(--text-dark, #1c1917);font-weight:700;margin:0;display:flex;align-items:center;gap:.5rem}.admin-page-title .title-icon{color:var(--primary-green)}.admin-btn{padding:.625rem 1.25rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;display:inline-flex;align-items:center;gap:.5rem}.admin-btn:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.admin-btn-primary{background:var(--primary-green);color:#fff}.admin-btn-primary:hover{opacity:.9}.admin-btn-secondary{background:var(--warm-gray-100, #f5f5f4);color:var(--text-dark, #1c1917);border:1px solid var(--border-gray, #d6d3d1)}.admin-btn-secondary:hover{background:var(--warm-gray-50, #fafaf9);border-color:var(--text-gray, #78716c)}.admin-btn-danger{background:#fee2e2;color:#dc2626}.admin-btn-danger:hover{background:#fecaca}.admin-btn-sm{padding:.375rem .75rem;font-size:.8125rem}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.btn-add-banner,.btn-add-first{padding:.625rem 1.25rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-green);color:#fff;transition:opacity .2s ease}.btn-add-banner:hover,.btn-add-first:hover{opacity:.9}.btn-add-banner:focus-visible,.btn-add-first:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.alert{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;font-weight:500}.alert-icon{font-size:1rem;flex-shrink:0}.alert-warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.admin-table-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;overflow:hidden;border:1px solid var(--border-light, #e5e7eb)}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{background:var(--warm-gray-50, #fafaf9)}.admin-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:var(--text-gray, #78716c);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.admin-table td{padding:.75rem 1rem;border-top:1px solid var(--border-light, #e5e7eb);color:var(--text-dark, #1c1917);font-size:.875rem}.admin-table tbody tr{transition:background-color .2s ease}.admin-table tbody tr:hover{background:var(--warm-gray-50, #fafaf9)}.status-badge{padding:.25rem .625rem;border-radius:4px;font-size:.75rem;font-weight:600;display:inline-block;white-space:nowrap}.status-badge.active,.status-badge.status-active{background:#dcfce7;color:#166534}.status-badge.inactive,.status-badge.status-inactive{background:#fee2e2;color:#991b1b}.status-badge.pending,.status-badge.status-pending{background:#fef3c7;color:#92400e}.status-badge.status-scheduled{background:#dbeafe;color:#1e40af}.status-badge.status-ended{background:var(--warm-gray-100, #f5f5f4);color:var(--text-gray, #78716c)}.action-buttons{display:flex;gap:.375rem}.btn-action{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-light, #e5e7eb);border-radius:6px;background:#fff;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;font-size:.875rem;color:var(--text-gray, #78716c)}.btn-action.btn-edit{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff}.btn-action.btn-edit:hover{background:#dbeafe;border-color:#93c5fd}.btn-action.btn-delete{color:#dc2626;border-color:#fecaca;background:#fef2f2}.btn-action.btn-delete:hover{background:#fee2e2;border-color:#fca5a5}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .15s ease;padding:1rem;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 16px #0000001f;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-light, #e5e7eb);background:#fff;border-radius:8px 8px 0 0}.modal-header h2{margin:0;color:var(--text-dark, #1c1917);font-size:1.125rem;font-weight:700}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--text-gray, #78716c);cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s ease,color .2s ease}.modal-form,.modal-body{padding:1.5rem}.modal-actions,.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--border-light, #e5e7eb);background:#fff;border-radius:0 0 8px 8px}.form-group label{display:block;margin-bottom:.375rem;font-weight:600;color:var(--text-dark, #1c1917);font-size:.8125rem}.form-group input[type=text],.form-group input[type=number],.form-group input[type=url],.form-group input[type=email],.form-group input[type=datetime-local],.form-group input[type=date],.form-group textarea,.form-group select{width:100%;padding:.625rem .75rem;border:1px solid var(--border-gray, #d6d3d1);border-radius:8px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 2px #3a7d4426}.form-group input:focus-visible,.form-group textarea:focus-visible,.form-group select:focus-visible{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 2px #3a7d4426}.form-group textarea{resize:vertical;min-height:80px}.form-group small{display:block;margin-top:.25rem;color:var(--text-gray, #78716c);font-size:.75rem}.checkbox-label{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-weight:500;padding:.375rem 0}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-green)}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;min-height:400px}.spinner{width:40px;height:40px;border:3px solid #dcfce7;border-top-color:var(--primary-green);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-state p{color:var(--text-gray, #78716c);font-size:.875rem}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.4}.empty-state h2{color:var(--text-dark, #1c1917);font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.empty-state p{color:var(--text-gray, #78716c);font-size:.875rem;margin:0 0 1.5rem}.image-preview{margin-top:.75rem;border-radius:8px;overflow:hidden;max-width:300px;border:1px solid var(--border-light, #e5e7eb)}.image-preview img{width:100%;height:auto;display:block}.admin-info-box{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:var(--warm-gray-50, #fafaf9);border:1px solid var(--border-light, #e5e7eb);border-left:3px solid #3b82f6;border-radius:8px;margin-bottom:1rem;color:#1e40af;font-size:.8125rem;line-height:1.5}.admin-info-box .info-icon{flex-shrink:0;color:#3b82f6}.admin-info-box strong{color:#1e3a8a}.admin-info-box ul{margin:.375rem 0 0;padding-left:1.25rem}.admin-info-box li{margin-bottom:.25rem}.filters-bar{background:#fff;border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;gap:.75rem;flex-wrap:wrap;box-shadow:0 1px 3px #00000014;border:1px solid var(--border-light, #e5e7eb)}.filters-bar input,.filters-bar select{flex:1;min-width:200px;padding:.625rem .75rem;border:1px solid var(--border-gray, #d6d3d1);border-radius:8px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease}.filters-bar input:focus,.filters-bar select:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 2px #3a7d4426}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.banner-stats{display:flex;gap:.75rem;margin-bottom:1rem}.banner-stats .stat-card{background:#fff;border-radius:8px;padding:.5rem .75rem;display:flex;align-items:center;gap:.5rem;box-shadow:0 1px 3px #00000014;border:1px solid var(--border-light, #e5e7eb);transition:background-color .2s ease;flex:1;min-width:0}.banner-stats .stat-card:hover{background:var(--warm-gray-50, #fafaf9)}.banner-stats .stat-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f0fdf4;border-radius:6px;flex-shrink:0;color:var(--primary-green);font-size:1rem}.banner-stats .stat-info{flex:1;display:flex;flex-direction:row;align-items:baseline;gap:.375rem;min-width:0}.banner-stats .stat-value{font-size:1.125rem;font-weight:700;color:var(--text-dark, #1c1917);line-height:1}.banner-stats .stat-label{font-size:.75rem;color:var(--text-gray, #78716c);font-weight:500;white-space:nowrap}.stat-card{background:#fff;border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 1px 3px #00000014;border:1px solid var(--border-light, #e5e7eb);transition:background-color .2s ease}.stat-card:hover{background:var(--warm-gray-50, #fafaf9)}.stat-icon{font-size:1.25rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f0fdf4;border-radius:8px;color:var(--primary-green);flex-shrink:0}.stat-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.stat-value{font-size:1.25rem;font-weight:700;color:var(--text-dark, #1c1917);line-height:1}.stat-label{font-size:.75rem;color:var(--text-gray, #78716c);font-weight:500}.banner-modal{background:#fff;border-radius:8px;box-shadow:0 4px 16px #0000001f;max-width:700px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .2s ease}.banner-modal form{display:flex;flex-direction:column;flex:1;overflow:hidden}.banner-modal .modal-body{padding:1.5rem;overflow-y:auto;flex:1;overscroll-behavior:contain;background:#fff}.banner-modal .form-section{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px dashed var(--border-light, #e5e7eb)}.banner-modal .form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.banner-modal .section-label{display:block;font-size:.8125rem;font-weight:700;color:var(--text-dark, #1c1917);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.banner-modal .form-grid{display:grid;gap:.75rem}.banner-modal .form-grid.two-cols{grid-template-columns:1fr 1fr}.banner-modal .form-field{display:flex;flex-direction:column;gap:.25rem}.banner-modal .form-field.full-width{grid-column:1 / -1}.banner-modal .form-field label{font-size:.8125rem;font-weight:600;color:var(--text-dark, #1c1917)}.banner-modal .form-field input,.banner-modal .form-field textarea{padding:.625rem .75rem;border:1px solid var(--border-gray, #d6d3d1);border-radius:8px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease}.banner-modal .form-field input:focus,.banner-modal .form-field textarea:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 2px #3a7d4426}.banner-modal .form-field small{font-size:.6875rem;color:var(--text-gray, #78716c)}.banner-modal .modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;flex-shrink:0;background:#fff;border-top:1px solid var(--border-light, #e5e7eb);border-radius:0 0 8px 8px}.banner-modal .btn-cancel{padding:.625rem 1.25rem;border:1px solid var(--border-gray, #d6d3d1);background:#fff;color:var(--text-dark, #1c1917);border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.banner-modal .btn-cancel:hover{background:var(--warm-gray-50, #fafaf9);border-color:var(--text-gray, #78716c)}.banner-modal .btn-cancel:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.banner-modal .btn-save{padding:.625rem 1.25rem;border:none;background:var(--primary-green);color:#fff;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s ease}.banner-modal .btn-save:hover:not(:disabled){opacity:.9}.banner-modal .btn-save:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.banner-modal .btn-save:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.banner-modal{max-height:95vh;margin:.5rem}.banner-modal .modal-body{padding:1rem}.banner-modal .form-grid.two-cols{grid-template-columns:1fr}.banner-modal .modal-footer{padding:.75rem 1rem}}.banner-list-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;overflow:hidden;border:1px solid var(--border-light, #e5e7eb)}.banner-list{display:flex;flex-direction:column}.banner-item{display:grid;grid-template-columns:50px 200px 1fr auto;gap:1rem;padding:1rem;align-items:center;border-bottom:1px solid var(--border-light, #e5e7eb);transition:background-color .2s ease}.banner-item:last-child{border-bottom:none}.banner-item:hover{background:var(--warm-gray-50, #fafaf9)}.banner-order{display:flex;justify-content:center}.order-number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f0fdf4;color:var(--primary-green-dark);font-weight:700;font-size:.8125rem;border-radius:6px}.banner-preview{width:200px;height:100px;border-radius:8px;overflow:hidden;background:var(--warm-gray-50, #fafaf9);flex-shrink:0;border:1px solid var(--border-light, #e5e7eb)}.banner-preview img{width:100%;height:100%;object-fit:cover}.banner-preview .no-preview{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-gray, #78716c);font-size:.75rem}.banner-details{min-width:0}.banner-title-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.banner-title-row h3{margin:0;font-size:.9375rem;color:var(--text-dark, #1c1917);font-weight:600}.banner-title-row .no-title{color:var(--text-gray, #78716c);font-style:italic;font-weight:400}.banner-description{margin:0 0 .375rem;font-size:.8125rem;color:var(--text-gray, #78716c);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.banner-description .text-muted{color:var(--text-gray, #78716c);font-style:italic}.banner-meta-row{display:flex;flex-wrap:wrap;gap:.375rem}.meta-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;background:var(--warm-gray-100, #f5f5f4);border-radius:4px;font-size:.6875rem;color:var(--text-gray, #78716c)}.banner-actions-col{display:flex;gap:.375rem}.btn-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.btn-icon:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.btn-icon.btn-edit{background:#eff6ff;color:#1d4ed8}.btn-icon.btn-edit:hover{background:#dbeafe}.btn-icon.btn-delete{background:#fef2f2;color:#dc2626}.btn-icon.btn-delete:hover{background:#fee2e2}.btn-text{padding:.375rem .75rem;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,opacity .2s ease;white-space:nowrap}.btn-text:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.btn-text.btn-edit{background:#eff6ff;color:#1d4ed8}.btn-text.btn-edit:hover{background:#dbeafe}.btn-text.btn-delete{background:#fef2f2;color:#dc2626}.btn-text.btn-delete:hover{background:#fee2e2}.upload-area{border:2px dashed var(--border-gray, #d6d3d1);border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;background:var(--warm-gray-50, #fafaf9)}.upload-area:hover,.upload-area.dragging{border-color:var(--primary-green);background:#f0fdf4}.upload-area:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.upload-area.has-image{padding:0;border-style:solid;border-color:var(--border-light, #e5e7eb)}.upload-placeholder{color:var(--text-gray, #78716c)}.upload-icon{font-size:2rem;margin-bottom:.5rem;opacity:.5;color:var(--primary-green)}.upload-placeholder p{margin:0 0 .375rem;font-size:.875rem;font-weight:500}.upload-hint{font-size:.75rem;color:var(--text-gray, #78716c)}.preview-container{position:relative;width:100%}.preview-container img{width:100%;height:auto;display:block;border-radius:6px}.preview-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;border-radius:6px}.preview-container:hover .preview-overlay{opacity:1}.preview-overlay span{color:#fff;font-weight:600;padding:.375rem .75rem;background:#0006;border-radius:6px;font-size:.8125rem}.toggle-label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;padding:.375rem 0;-webkit-user-select:none;user-select:none}.toggle-label input{display:none}.toggle-switch{width:36px;height:20px;background:#d1d5db;border-radius:10px;position:relative;transition:background-color .2s ease;flex-shrink:0}.toggle-switch:after{content:"";position:absolute;width:16px;height:16px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .2s ease;box-shadow:0 1px 2px #00000026}.toggle-label input:checked+.toggle-switch{background:var(--primary-green, #3a7d44)}.toggle-label input:checked+.toggle-switch:after{transform:translate(16px)}.toggle-text{font-size:.8125rem;color:var(--text-dark, #1c1917);line-height:1}.settings-form{max-width:800px}.settings-section{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #00000014;border:1px solid var(--border-light, #e5e7eb)}.settings-section h2{margin:0 0 1.25rem;font-size:1rem;color:var(--text-dark, #1c1917);padding-bottom:.75rem;border-bottom:1px solid var(--border-light, #e5e7eb)}.settings-section .section-desc{color:var(--text-gray, #78716c);font-size:.8125rem;margin:-.5rem 0 1.25rem}.settings-section .subsection-title{font-size:.875rem;font-weight:600;color:var(--text-dark, #1c1917);margin:1.25rem 0 .75rem;padding-top:.75rem;border-top:1px dashed var(--border-light, #e5e7eb)}.settings-section .subsection-title:first-of-type{margin-top:0;padding-top:0;border-top:none}.checkbox-group{display:flex;flex-wrap:wrap;gap:1.25rem}.form-actions{padding:1rem 0}@media(max-width:768px){.admin-page-header{flex-direction:column;align-items:flex-start;gap:.75rem}.admin-table-container{overflow-x:auto}.admin-table{min-width:800px}.form-row{grid-template-columns:1fr}.modal-content{width:95%;max-height:95vh;margin:0}.modal-header,.modal-form,.modal-body{padding:1rem}.modal-actions,.modal-footer{padding:.75rem 1rem}.action-buttons{flex-direction:column}.action-buttons .admin-btn{width:100%;justify-content:center}.stats-grid{grid-template-columns:1fr}.banner-item{grid-template-columns:1fr;gap:.75rem}.banner-order{display:none}.banner-preview{width:100%;height:150px}.banner-actions-col{justify-content:flex-end}.filters-bar{flex-direction:column}.filters-bar input,.filters-bar select{min-width:100%}}@media(max-width:576px){.admin-page-title{font-size:1.25rem}.admin-table th,.admin-table td{padding:.625rem .75rem;font-size:.8125rem}.empty-state{padding:3rem 1.5rem}.empty-icon{font-size:2.5rem}.stat-card{padding:.75rem}.stat-icon{width:36px;height:36px}.stat-value{font-size:1.25rem}}@media(prefers-reduced-motion:reduce){.admin-btn,.btn-add-banner,.btn-add-first,.btn-action,.btn-icon,.btn-text,.modal-close,.admin-table tbody tr,.stat-card,.banner-item,.upload-area,.toggle-switch,.toggle-switch:after,.preview-overlay,.modal-content,.modal-overlay,.form-group input,.form-group textarea,.form-group select,.filters-bar input,.filters-bar select,.banner-modal .form-field input,.banner-modal .form-field textarea,.banner-modal .btn-cancel,.banner-modal .btn-save{transition:none;animation:none}}.categories-page .admin-page-header{margin-bottom:1.5rem}.pcat-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.pcat-card{background:#fff;border:1.5px solid #e8e8e8;border-radius:12px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;position:relative}.pcat-card:hover{border-color:var(--primary-green);box-shadow:0 2px 8px #3a7d4414}.pcat-card--inactive{opacity:.55}.pcat-card--inactive:hover{opacity:.85}.pcat-card__body{display:flex;align-items:flex-start;gap:.875rem;padding:1.125rem 1.25rem}.pcat-card__icon{width:52px;height:52px;border-radius:12px;background:#f0fdf4;color:var(--primary-green);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.75rem;line-height:1;overflow:hidden}.pcat-card__icon img{width:100%;height:100%;object-fit:contain}.pcat-card__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.pcat-card__name{font-size:1rem;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pcat-card__slug{font-size:.78rem;color:#999;font-family:monospace}.pcat-card__desc{font-size:.8rem;color:#777;line-height:1.4;margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pcat-card__status{flex-shrink:0;padding:.2rem .6rem;border-radius:6px;font-size:.72rem;font-weight:600;white-space:nowrap}.pcat-card__status--active{background:#dcfce7;color:#15803d}.pcat-card__status--inactive{background:#fef3c7;color:#92400e}.pcat-card__footer{display:flex;align-items:center;gap:.625rem;padding:.6rem 1.25rem;border-top:1px solid #f0f0f0;background:#fafafa}.pcat-card__meta{font-size:.78rem;color:#999}.pcat-card__actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.pcat-card__actions .btn-action{width:30px;height:30px}.pcat-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;text-align:center}.pcat-empty__icon{width:72px;height:72px;border-radius:50%;background:#f0fdf4;color:var(--primary-green);display:flex;align-items:center;justify-content:center;opacity:.7}.pcat-empty h2{margin:0;font-size:1.125rem;color:#555;font-weight:600}.pcat-empty p{margin:0;font-size:.9rem;color:#888}.pcat-modal{max-width:560px}.pcat-modal .modal-body{padding:1.5rem 2rem}.pcat-icon-upload{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:1.5px dashed #d1d5db;border-radius:10px}.pcat-icon-upload__preview{width:60px;height:60px;border-radius:12px;background:#f0fdf4;color:var(--primary-green);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:2rem;line-height:1;overflow:hidden;border:1px solid #e5e7eb}.pcat-icon-upload__preview img{width:100%;height:100%;object-fit:contain}.pcat-icon-upload__info{flex:1;min-width:0}.pcat-icon-upload__info small{display:block;margin-top:.375rem;color:#888;font-size:.78rem}.pcat-modal-preview{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#f8fafc;border:1.5px dashed #d1d5db;border-radius:10px;margin-bottom:1.25rem}.pcat-modal-preview__icon{width:40px;height:40px;border-radius:10px;background:#f0fdf4;color:var(--primary-green);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.25rem;line-height:1;overflow:hidden}.pcat-modal-preview__icon img{width:100%;height:100%;object-fit:contain}.pcat-modal-preview__name{flex:1;font-size:.95rem;font-weight:600;color:#333;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pcat-toggle{display:inline-flex;align-items:center;gap:.625rem;cursor:pointer;margin-top:.25rem;-webkit-user-select:none;user-select:none}.pcat-toggle__track{width:40px;height:22px;background:#d1d5db;border-radius:11px;position:relative;transition:background-color .2s ease;flex-shrink:0}.pcat-toggle__knob{position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .2s ease;box-shadow:0 1px 3px #0000002e}.pcat-toggle__track--on{background:var(--primary-green, #3a7d44)}.pcat-toggle__track--on .pcat-toggle__knob{transform:translate(18px)}.pcat-toggle__text{font-size:.8125rem;color:var(--text-dark, #1c1917);font-weight:400}.pcat-modal .form-row .form-group:last-child{display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.pcat-card-grid{grid-template-columns:1fr;gap:.75rem}.pcat-card__body{padding:1rem}.pcat-card__icon{width:44px;height:44px;font-size:1.5rem}.pcat-modal{max-width:100%;margin:.5rem}.pcat-modal .modal-body{padding:1.25rem 1.5rem}}@media(max-width:576px){.pcat-card-grid{grid-template-columns:1fr}.pcat-icon-upload{flex-direction:column;text-align:center}}.modal-content.product-modal{background:#fff;border-radius:16px;max-width:1100px;width:100%;max-height:90vh;display:flex;flex-direction:column;border:1px solid var(--border-light)}.product-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--border-light);background:#fff;border-radius:16px 16px 0 0}.product-modal .modal-header h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin:0;display:flex;align-items:center;gap:.5rem}.product-modal .modal-close{background:none;border:none;font-size:2rem;color:var(--text-gray);cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease;line-height:1}.product-modal .modal-close:hover:not(:disabled){background:#fee2e2;color:#dc2626}.product-modal .modal-close:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.product-modal .modal-close:disabled{opacity:.5;cursor:not-allowed}.product-modal .modal-body{padding:2rem;overflow-y:auto;flex:1;background:#fafafa}.product-modal .form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem}.product-modal .form-group{display:flex;flex-direction:column;gap:.5rem}.product-modal .form-group.full-width{grid-column:1 / -1}.product-modal .form-group label{font-size:.95rem;font-weight:600;color:var(--text-dark)}.product-modal .form-group input,.product-modal .form-group select{padding:0 24px;border:none;border-radius:100px;font-size:1rem;color:var(--text-dark);font-family:inherit;transition:box-shadow .2s ease;background:#fafafa;height:48px;line-height:1.5}.product-modal .form-group select{appearance:none;-webkit-appearance:none;padding:12px 44px 12px 24px;height:auto;line-height:1.5;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2378716c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;text-overflow:ellipsis;white-space:nowrap;width:100%}.product-modal .form-group textarea{padding:12px 24px;border:none;border-radius:16px;font-size:1rem;color:var(--text-dark);font-family:inherit;transition:box-shadow .2s ease;background:#fafafa;resize:vertical;min-height:100px}.product-modal .form-group input:focus,.product-modal .form-group select:focus,.product-modal .form-group textarea:focus{outline:none;box-shadow:0 0 0 2px var(--primary-green)}.product-modal .form-group input:disabled,.product-modal .form-group select:disabled,.product-modal .form-group textarea:disabled{background:#f0f0f0;cursor:not-allowed;opacity:.6}.product-modal .form-section{margin-top:1.5rem;padding:16px;background:#fff;border-radius:16px;border:none}.product-modal .form-section .section-title{font-size:20px;font-weight:500;color:var(--text-dark);margin:0 0 .25rem;display:flex;align-items:center;gap:.5rem}.product-modal .form-section .section-hint{font-size:12px;color:#8e8e93;margin:0 0 .75rem}.product-modal .section-divider{border:none;border-top:1px solid #e5e5ea;margin:0 0 1rem}.product-modal .form-section .form-grid{margin-bottom:1rem}.product-modal .section-hint-row{display:flex;align-items:center;gap:8px;margin:0 0 .75rem}.product-modal .section-hint-row .info-icon{width:14px;height:14px;flex-shrink:0;color:#8e8e93}.product-modal .section-hint-row .section-hint{margin:0}.product-modal .variants-inner-card{background:#fff;border-radius:16px;padding:16px}.product-modal .field-hint,.product-modal .form-hint{font-size:.8rem;color:var(--text-gray);margin-top:.25rem}.product-modal .form-hint a{color:var(--primary-green)}.product-modal .settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.product-modal .setting-card{background:#fafafa;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px;transition:background .2s ease}.product-modal .setting-card.active-sale{background-image:linear-gradient(180deg,#fff9f6b3,#f9e4dbb3),linear-gradient(90deg,#fff 0% 100%)}.product-modal .setting-card.active-sale .setting-card-label{color:var(--text-dark)}.product-modal .setting-card.active-sale .setting-card-hint{color:#8e8e93}.product-modal .setting-card-header{display:flex;justify-content:space-between;align-items:center}.product-modal .setting-card-label{font-size:.95rem;font-weight:600;color:var(--text-dark)}.product-modal .setting-card-hint{font-size:12px;color:#8e8e93;margin:0}.product-modal .flash-sale-section{background-image:linear-gradient(90deg,#ff383c1a 0% 100%),linear-gradient(90deg,#fff 0% 100%);border:1px solid white}.product-modal .flash-sale-section .section-title{color:#ff3b30!important}.product-modal .section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.product-modal .section-header-row .section-title{margin:0}.product-modal .toggle-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.product-modal .toggle-label input{display:none}.product-modal .toggle-switch{width:64px;height:28px;background:#ccc;border-radius:14px;position:relative;transition:background-color .2s ease;flex-shrink:0}.product-modal .toggle-switch:after{content:"";position:absolute;width:24px;height:24px;background:#fff;border-radius:50%;top:2px;left:2px;transition:left .2s ease;box-shadow:0 2px 4px #0003}.product-modal .toggle-label input:checked+.toggle-switch{background:#ee4d2d}.product-modal .toggle-label input:checked+.toggle-switch:after{left:38px}.product-modal .toggle-switch-green{background:#ccc}.product-modal .toggle-label input:checked+.toggle-switch-green{background:var(--primary-green)}.product-modal .flash-sale-fields{margin-top:0;padding:16px;background:#fff;border-radius:16px}.product-modal .flash-sale-fields .form-grid{margin-bottom:0}.product-modal .flash-sale-fields input[type=number],.product-modal .flash-sale-fields input[type=datetime-local]{background:#fafafa}.product-modal .flash-sale-fields .field-hint{color:#ee4d2d;font-weight:500}.product-modal .images-section{background:#fff;border:none}.product-modal .images-grid-upload{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.product-modal .image-slot{aspect-ratio:1;border-radius:16px;overflow:hidden;position:relative}.product-modal .image-slot.primary{border:2px solid var(--primary-green);border-radius:16px}.product-modal .image-upload-slot{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:1px dashed #999;border-radius:16px;background:#c6c6c81a;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.product-modal .image-upload-slot:hover{border-color:var(--primary-green);background:var(--very-light-green)}.product-modal .upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-gray)}.product-modal .upload-icon-slot{font-size:2rem;display:flex;align-items:center;justify-content:center}.product-modal .upload-text-slot{font-size:.85rem;color:var(--text-gray);font-weight:500}.product-modal .upload-loading-slot{display:flex;align-items:center;justify-content:center}.product-modal .image-preview-slot{position:relative;width:100%;height:100%}.product-modal .image-preview-slot img{width:100%;height:100%;object-fit:cover}.product-modal .image-preview-slot .primary-label{position:absolute;bottom:0;left:0;right:0;background:#0009;color:#fff;padding:.5rem;font-size:.75rem;font-weight:600;text-align:center}.product-modal .btn-remove-slot{position:absolute;top:8px;right:8px;width:28px;height:28px;min-width:28px;min-height:28px;padding:0;border-radius:50%;background:#0009;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background-color .2s ease;transform:none;box-shadow:none}.product-modal .btn-remove-slot:hover{background:#dc2626;transform:none;box-shadow:none}.product-modal .btn-remove-slot:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.product-modal .spinner-small{width:32px;height:32px;border:3px solid #e5e5ea;border-top-color:var(--primary-green);border-radius:50%;animation:pm-spin 1s linear infinite}@keyframes pm-spin{to{transform:rotate(360deg)}}.product-modal .variants-section{background-image:linear-gradient(90deg,#3197541a 0% 100%),linear-gradient(90deg,#fff 0% 100%);border:1px solid white}.product-modal .variants-section .section-header-row{align-items:flex-start}.product-modal .variants-section .section-header-row>div{flex:1}.product-modal .variants-section .section-title{color:var(--primary-green)!important}.product-modal .variants-list{margin-top:1rem}.product-modal .empty-variants{text-align:center;padding:2rem;background:#fafafa;border-radius:16px;border:1px dashed #999}.product-modal .empty-variants p{margin:0 0 1rem;color:var(--text-gray)}.product-modal .btn-add-variant{padding:.75rem 1.5rem;background:var(--primary-green);color:#fff;border:none;border-radius:100px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:1rem;display:inline-flex;align-items:center;gap:.25rem}.product-modal .btn-add-variant:hover{background:var(--primary-green-dark)}.product-modal .btn-add-variant:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.product-modal .variants-table{width:100%;border-collapse:collapse;background:#fafafa;border-radius:16px;overflow:hidden}.product-modal .variants-table th,.product-modal .variants-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e5e5ea}.product-modal .variants-table th{background:#f0f0f0;font-weight:600;font-size:.85rem;color:var(--text-gray)}.product-modal .variants-table td{font-size:.9rem}.product-modal .variant-thumb{width:40px;height:40px;object-fit:cover;border-radius:8px;border:1px solid var(--border-light)}.product-modal .no-image{color:var(--text-gray);font-size:.8rem}.product-modal .btn-icon{background:#f0f0f0;border:none;cursor:pointer;font-size:1rem;padding:.5rem;border-radius:8px;color:#555;transition:background-color .2s ease,color .2s ease}.product-modal .btn-icon:hover{background:#e0e0e0;color:#333}.product-modal .btn-icon:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.product-modal .btn-icon.btn-danger{background:#fee2e2;color:#dc2626}.product-modal .btn-icon.btn-danger:hover{background:#fecaca;color:#b91c1c}.product-modal .modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:1px solid var(--border-light);background:#fff;border-radius:0 0 16px 16px}.product-modal .btn-cancel,.product-modal .btn-submit{height:40px;min-width:120px;padding:0 1.5rem;border-radius:100px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.product-modal .btn-cancel{background:transparent;color:#ff3b30;border:1px solid #ff3b30}.product-modal .btn-cancel:hover:not(:disabled){background:#fff5f5}.product-modal .btn-cancel:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.product-modal .btn-submit{background:var(--primary-green);color:#fff;border:none}.product-modal .btn-submit:hover:not(:disabled){background:var(--primary-green-dark)}.product-modal .btn-submit:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.product-modal .btn-cancel:disabled,.product-modal .btn-submit:disabled{opacity:.6;cursor:not-allowed}.variant-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100}.variant-modal{background:#fff;border-radius:16px;max-width:500px;width:90%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 0 8px #00000040;border:none}.variant-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border-radius:16px 16px 0 0}.variant-modal-header h3{margin:0;font-size:20px;font-weight:500;color:var(--text-dark)}.variant-modal-header .modal-close{width:28px;height:28px;background:#7878801f;border-radius:100px;font-size:1rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-gray);transition:background-color .2s ease}.variant-modal-header .modal-close:hover{background:#fee2e2;color:#dc2626}.variant-modal-body{padding:0 16px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;align-items:center}.variant-modal-footer{padding:0 16px 16px}.variant-modal-footer .btn-variant-submit{width:100%;height:49px;background:#008c45;color:#fff;border:none;border-radius:100px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.variant-modal-footer .btn-variant-submit:hover{background:#007a3d}.variant-modal .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.variant-image-upload{display:flex;justify-content:center}.variant-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:200px;height:200px;border:1px dashed #999;border-radius:16px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;background:#c6c6c81a}.variant-image-placeholder:hover{border-color:var(--primary-green);background:var(--very-light-green)}.variant-image-placeholder span{font-size:.9rem;color:var(--text-dark);display:flex;align-items:center;gap:.25rem}.variant-image-preview{position:relative;width:200px;height:200px}.variant-image-preview img{width:100%;height:100%;object-fit:cover;border-radius:16px;border:1px solid var(--border-light)}.variant-image-preview .btn-remove-slot{width:24px;height:24px;font-size:12px}.variant-modal .section-divider{border:none;border-top:1px solid #e5e5ea;margin:0 0 1rem}.product-modal .modal-body::-webkit-scrollbar{width:8px}.product-modal .modal-body::-webkit-scrollbar-track{background:#f0f0f0;border-radius:8px}.product-modal .modal-body::-webkit-scrollbar-thumb{background:#c6c6c8;border-radius:8px}.product-modal .modal-body::-webkit-scrollbar-thumb:hover{background:#8e8e93}@media(max-width:768px){.product-modal .form-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-modal .settings-grid{grid-template-columns:repeat(2,1fr)}.product-modal .modal-header,.product-modal .modal-body,.product-modal .modal-footer{padding:1.25rem 1.5rem}.product-modal .modal-header h2{font-size:1.25rem}.product-modal .images-grid-upload{grid-template-columns:repeat(3,1fr);gap:.5rem}.product-modal .variants-table{font-size:.85rem}.product-modal .variants-table th,.product-modal .variants-table td{padding:.5rem}.product-modal .variant-thumb{width:32px;height:32px}.variant-modal .form-row{grid-template-columns:1fr}.variant-image-placeholder,.variant-image-preview{width:150px;height:150px}.product-modal .variants-section .section-header-row{flex-direction:column;gap:1rem}.product-modal .modal-footer{flex-direction:column-reverse}.product-modal .btn-cancel,.product-modal .btn-submit{width:100%}}@media(max-width:576px){.modal-content.product-modal{max-height:95vh}.product-modal .form-grid,.product-modal .settings-grid{grid-template-columns:1fr}.product-modal .modal-header,.product-modal .modal-body,.product-modal .modal-footer{padding:1rem}}@media(max-width:480px){.product-modal .images-grid-upload{grid-template-columns:repeat(3,1fr)}.product-modal .upload-icon-slot{font-size:1.5rem}.product-modal .upload-text-slot{font-size:.7rem}}.pfm-stepper-wrap{display:flex;align-items:center;height:44px;border-radius:100px;background:#fafafa;padding:0 6px 0 16px;gap:8px}.pfm-stepper-wrap .pfm-stepper-input{flex:1;border:none;background:transparent;font-size:14px;font-family:inherit;color:#1c1917;padding:0;outline:none;min-width:0}.pfm-stepper-wrap .pfm-stepper-input::placeholder{color:#a8a8a8}.pfm-stepper-wrap .pfm-stepper-input::-webkit-outer-spin-button,.pfm-stepper-wrap .pfm-stepper-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pfm-stepper-btns{display:flex;height:32px;width:92px;flex-shrink:0;position:relative}.pfm-stepper-btns:before{content:"";position:absolute;left:50%;top:4px;transform:translate(-50%);width:1px;height:24px;background:#74748029}.pfm-stepper-btn{flex:1;height:32px;border:none;background:#74748014;cursor:pointer;font-size:18px;font-weight:300;color:#1c1917;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease;padding:0}.pfm-stepper-btn:hover{background:#74748029}.pfm-stepper-btn:active{background:#7474803d}.pfm-stepper-btn.dec{border-radius:100px 0 0 100px}.pfm-stepper-btn.inc{border-radius:0 100px 100px 0}.pfm-stepper-btn:disabled{opacity:.4;cursor:not-allowed}@media(prefers-reduced-motion:reduce){.product-modal,.product-modal *,.product-modal *:before,.product-modal *:after,.variant-modal,.variant-modal *,.variant-modal *:before,.variant-modal *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.shop-products-page{max-width:1200px;margin:0 auto;width:100%}.sp-header{display:flex;align-items:center;justify-content:space-between;padding-left:16px;margin-bottom:1.25rem}.sp-header-actions{display:flex;align-items:center;gap:16px}.sp-title{font-size:24px;font-weight:500;color:#000;margin:0;white-space:nowrap}.sp-search-wrapper{display:flex;align-items:center;width:300px;height:40px;border:none;border-radius:100px;background:#fff;padding:4px 4px 4px 16px;box-sizing:border-box;box-shadow:0 0 6px #0000001a;transition:box-shadow .2s ease;flex-shrink:0}.sp-search-wrapper:focus-within{box-shadow:0 0 6px #3197544d}.sp-search-input{flex:1;padding:0;border:none;outline:none;font-size:14px;background:transparent;color:#404040;min-width:0}.sp-search-input::placeholder{color:#404040}.sp-search-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:100px;border:none;background:#319754;color:#fff;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}.sp-search-btn img,.sp-search-btn svg{width:12px;height:12px}.sp-search-btn:hover{background:#278346}.sp-add-btn{display:inline-flex;align-items:center;gap:10px;height:40px;padding:0 16px;border-radius:100px;border:none;background:#319754;color:#fff;font-size:14px;font-weight:400;cursor:pointer;white-space:nowrap;transition:background-color .2s ease}.sp-add-btn:hover{background:#278346}.sp-category-filter{height:40px;padding:0 12px;border-radius:100px;border:none;background:#fff;font-size:14px;color:#404040;box-shadow:0 0 6px #0000001a;cursor:pointer;min-width:160px;transition:box-shadow .2s ease}.sp-category-filter:focus{outline:none;box-shadow:0 0 6px #3197544d}.alert{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.alert-icon{display:flex;align-items:center;flex-shrink:0}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.sp-filters{display:flex;align-items:center;gap:10px;margin-bottom:1.25rem;padding:8px;background:#fff;border-radius:100px;box-shadow:0 0 6px #0000001a;overflow-x:auto}.sp-filter-tab{display:inline-flex;align-items:center;gap:10px;padding:4px 8px 4px 12px;border-radius:100px;border:none;background:transparent;color:#000;font-size:14px;font-weight:400;cursor:pointer;transition:background-color .2s ease;white-space:nowrap;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sp-filter-tab:hover{background:#d4d4d426}.sp-filter-tab.active{background:#d4d4d440;font-weight:500}.sp-filter-icon{width:18px;height:17px;object-fit:contain}.sp-filter-count{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:100px;background:#ff383c;color:#fff;font-size:8px;font-weight:400;box-shadow:0 2px 4px #00000026}.sp-table-card{background:#fff;border-radius:16px;overflow:visible}.sp-table-container{overflow-x:auto;overflow-y:visible}.sp-table{width:100%;border-collapse:collapse}.sp-table thead{background:#d4d4d440}.sp-table th{padding:16px;text-align:left;font-weight:400;color:#000;font-size:14px;border-bottom:none}.sp-table td{padding:8px 16px;border-bottom:1px solid var(--border-light);color:#000;font-size:14px;vertical-align:middle}.sp-table tbody tr{transition:background-color .15s ease}.sp-table tbody tr:hover{background:var(--warm-gray-50)}.sp-table tbody tr:last-child td{border-bottom:none}.sp-product-img{width:80px;height:80px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#d4d4d8;flex-shrink:0}.sp-product-img img{width:100%;height:100%;object-fit:cover}.sp-img-placeholder{color:var(--text-gray);opacity:.4;display:flex;align-items:center;justify-content:center}.sp-product-info{display:flex;flex-direction:column;gap:.375rem}.sp-product-info strong{font-size:.875rem;color:var(--text-dark)}.sp-product-badges{display:flex;gap:.375rem;flex-wrap:wrap}.sp-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:200px;font-size:.6875rem;font-weight:600;color:#fff;white-space:nowrap}.sp-badge-flash{background:#ee4d2d}.sp-badge-featured{background:#2d6a3f}.sp-category{display:inline-block;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-dark)}.sp-type{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:2px 14px 2px 8px;height:27px;border-radius:100px;font-size:14px;font-weight:400;line-height:23px;white-space:nowrap;box-sizing:border-box}.sp-type-single{background:#ff95001a;color:#ff9500}.sp-type-variants{background:#007aff1a;color:#007aff}.sp-type-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;background:currentColor}.sp-type-dot-double{width:16px;height:12px;flex-shrink:0;position:relative}.sp-type-dot-double:before,.sp-type-dot-double:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:currentColor;top:0}.sp-type-dot-double:before{left:0}.sp-type-dot-double:after{right:0}.sp-dot{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;border-radius:50%;flex-shrink:0;box-sizing:border-box}.sp-dot.orange{background:#e65100}.sp-dot.blue{background:#1565c0}.sp-dot.green{border:1.5px solid #34C759;background:transparent}.sp-dot.gray{border:1.5px solid #8E8E93;background:transparent}.sp-price{font-weight:500;color:#319754;font-size:14px;font-variant-numeric:tabular-nums;white-space:nowrap}.sp-stock{color:var(--text-dark);white-space:nowrap}.sp-status{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:2px 14px 2px 8px;height:27px;border-radius:100px;font-size:14px;font-weight:400;line-height:23px;white-space:nowrap;box-sizing:border-box}.sp-status-active{background:#34c7591a;color:#34c759}.sp-status-inactive{background:#8e8e931a;color:#8e8e93}.sp-status-icon{width:12px;height:12px;flex-shrink:0}.action-menu-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.sp-menu-btn{width:28px;height:28px;border-radius:100px;border:none;background:#7878801f;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:2.5px;padding:0;transition:background-color .2s ease}.sp-menu-btn:hover{background:#78788033}.sp-menu-dot{width:3.5px;height:3.5px;border-radius:50%;background:#3c3c4399}.sp-action-menu{background:#fff;border-radius:16px;box-shadow:2px 4px 24px #0000001a;min-width:200px;z-index:1000;overflow:hidden}.sp-menu-item{width:100%;padding:14px 16px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;gap:8px;font-size:14px;font-weight:400;color:#000;transition:background-color .15s ease;text-align:left}.sp-menu-item:hover{background:#d4d4d426}.sp-menu-icon{width:14px;height:14px;display:flex;align-items:center;justify-content:center;color:#000;flex-shrink:0}.sp-menu-divider{height:1px;background:#0000001a;margin:0}.sp-menu-toggle-row{cursor:default;justify-content:space-between}.sp-menu-toggle-row:hover{background:transparent}.sp-menu-toggle-label{display:flex;align-items:center;gap:8px}.sp-toggle{position:relative;display:inline-block;width:64px;height:28px;cursor:pointer;flex-shrink:0}.sp-toggle input{opacity:0;width:0;height:0}.sp-toggle-slider{position:absolute;inset:0;background:#78788029;border-radius:100px;transition:background-color .2s ease;padding:2px}.sp-toggle-slider:before{content:"";position:absolute;width:24px;height:24px;left:2px;top:2px;background:#fff;border-radius:100px;transition:transform .2s ease;box-shadow:0 1px 3px #00000026}.sp-toggle input:checked+.sp-toggle-slider{background:#34c759}.sp-toggle input:checked+.sp-toggle-slider:before{transform:translate(36px)}.sp-pagination{display:flex;align-items:center;justify-content:flex-end;gap:4px;padding:1rem}.sp-page-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:none;background:transparent;color:#000;font-size:13px;font-weight:400;cursor:pointer;transition:all .15s ease}.sp-page-btn:hover:not(.active):not(:disabled){background:#d4d4d440}.sp-page-btn.active{background:#319754;color:#fff;font-weight:500}.sp-page-btn:disabled{opacity:.3;cursor:not-allowed}.sp-page-arrow{font-size:.875rem;color:#000;background:#7878801f}.sp-page-arrow:hover:not(:disabled){background:#78788033}@media(max-width:1024px){.sp-table-container{overflow-x:scroll}.sp-table{min-width:900px}}@media(max-width:768px){.sp-header{flex-wrap:wrap}.sp-title{font-size:20px}.sp-search-wrapper{order:3;width:100%;flex-shrink:1}.sp-add-btn{margin-left:auto}.sp-filters{gap:8px;border-radius:16px}.sp-filter-tab{padding:4px 8px 4px 10px;font-size:13px}}@media(max-width:576px){.sp-title{font-size:18px}.sp-table th,.sp-table td{padding:8px;font-size:13px}.sp-product-img{width:56px;height:56px}}.sp-table-container::-webkit-scrollbar{height:4px}.sp-table-container::-webkit-scrollbar-track{background:transparent}.sp-table-container::-webkit-scrollbar-thumb{background:var(--warm-gray-200);border-radius:2px}.sp-table-container::-webkit-scrollbar-thumb:hover{background:var(--warm-gray-300)}@media(prefers-reduced-motion:reduce){.shop-products-page *,.shop-products-page *:before,.shop-products-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.users-management{padding:2rem}.users-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.users-header h1{color:var(--primary-green);font-size:1.875rem;font-weight:600;margin:0}.users-count{color:var(--text-gray);font-size:.95rem;margin:.25rem 0 0}.btn-debug{background:#52b78826;color:var(--primary-green);border:2px solid var(--light-green);border-radius:10px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.btn-debug:hover{background:var(--primary-green);color:var(--white);border-color:var(--primary-green);box-shadow:0 1px 3px #00000014}.btn-debug:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.debug-info{background:#f8f9fa;padding:1.5rem;margin-bottom:1.5rem;border-radius:12px;font-size:.875rem;border:2px solid #dee2e6;box-shadow:0 1px 3px #00000014}.debug-info h3{margin:0 0 1rem;color:var(--primary-green);font-size:1.125rem;font-weight:600}.debug-info p{margin:.5rem 0;line-height:1.6}.debug-info p strong{color:var(--primary-green);font-weight:600}.users-filters-bar{background:var(--white);border:1px solid #f0f0f0;border-radius:8px;padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 1px 3px #00000014}.users-filters-bar .filter-buttons{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.users-filters-bar .filter-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border:1.5px solid transparent;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap;background:transparent}.users-filters-bar .filter-chip:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.users-filters-bar .filter-chip .filter-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.users-filters-bar .filter-chip .filter-count{padding:.125rem .375rem;border-radius:6px;font-size:.75rem;font-weight:600;min-width:1.25rem;text-align:center}.filter-separator{width:1px;height:1.5rem;background:#e2e8f0;margin:0 .25rem}.users-filters-bar .filter-chip.filter-all{background:#f8fafc;border-color:#e2e8f0;color:#475569}.users-filters-bar .filter-chip.filter-all .filter-count{background:#e2e8f0;color:#475569}.users-filters-bar .filter-chip.filter-all:hover{background:#f1f5f9;border-color:#cbd5e1}.users-filters-bar .filter-chip.filter-all.active{background:#334155;border-color:#334155;color:#fff}.users-filters-bar .filter-chip.filter-all.active .filter-count{background:#fff3;color:#fff}.users-filters-bar .filter-chip.filter-customer{background:#f0fdf4;border-color:#bbf7d0;color:var(--primary-green-dark)}.users-filters-bar .filter-chip.filter-customer .filter-dot{background:var(--primary-green)}.users-filters-bar .filter-chip.filter-customer .filter-count{background:#dcfce7;color:var(--primary-green-dark)}.users-filters-bar .filter-chip.filter-customer:hover{background:#dcfce7;border-color:#86efac}.users-filters-bar .filter-chip.filter-customer.active{background:var(--primary-green);border-color:var(--primary-green);color:#fff}.users-filters-bar .filter-chip.filter-customer.active .filter-dot{background:#fff}.users-filters-bar .filter-chip.filter-customer.active .filter-count{background:#fff3;color:#fff}.users-filters-bar .filter-chip.filter-store{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.users-filters-bar .filter-chip.filter-store .filter-dot{background:#f97316}.users-filters-bar .filter-chip.filter-store .filter-count{background:#ffedd5;color:#c2410c}.users-filters-bar .filter-chip.filter-store:hover{background:#ffedd5;border-color:#fdba74}.users-filters-bar .filter-chip.filter-store.active{background:#ea580c;border-color:#ea580c;color:#fff}.users-filters-bar .filter-chip.filter-store.active .filter-dot{background:#fff}.users-filters-bar .filter-chip.filter-store.active .filter-count{background:#fff3;color:#fff}.users-filters-bar .filter-chip.filter-admin{background:#fef2f2;border-color:#fecaca;color:#dc2626}.users-filters-bar .filter-chip.filter-admin .filter-dot{background:#ef4444}.users-filters-bar .filter-chip.filter-admin .filter-count{background:#fee2e2;color:#dc2626}.users-filters-bar .filter-chip.filter-admin:hover{background:#fee2e2;border-color:#fca5a5}.users-filters-bar .filter-chip.filter-admin.active{background:#dc2626;border-color:#dc2626;color:#fff}.users-filters-bar .filter-chip.filter-admin.active .filter-dot{background:#fff}.users-filters-bar .filter-chip.filter-admin.active .filter-count{background:#fff3;color:#fff}.users-filters-bar .filter-chip.filter-active{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.users-filters-bar .filter-chip.filter-active .filter-dot{background:#22c55e}.users-filters-bar .filter-chip.filter-active .filter-count{background:#dcfce7;color:#166534}.users-filters-bar .filter-chip.filter-active:hover{background:#dcfce7;border-color:#86efac}.users-filters-bar .filter-chip.filter-active.active{background:#16a34a;border-color:#16a34a;color:#fff}.users-filters-bar .filter-chip.filter-active.active .filter-dot{background:#fff}.users-filters-bar .filter-chip.filter-active.active .filter-count{background:#fff3;color:#fff}.users-filters-bar .filter-chip.filter-inactive{background:#fef2f2;border-color:#fecaca;color:#dc2626}.users-filters-bar .filter-chip.filter-inactive .filter-dot{background:#ef4444}.users-filters-bar .filter-chip.filter-inactive .filter-count{background:#fee2e2;color:#dc2626}.users-filters-bar .filter-chip.filter-inactive:hover{background:#fee2e2;border-color:#fca5a5}.users-filters-bar .filter-chip.filter-inactive.active{background:#dc2626;border-color:#dc2626;color:#fff}.users-filters-bar .filter-chip.filter-inactive.active .filter-dot{background:#fff}.users-filters-bar .filter-chip.filter-inactive.active .filter-count{background:#fff3;color:#fff}.users-filters-bar .search-box{flex:1}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.875rem;pointer-events:none;z-index:1;opacity:.5;display:flex;align-items:center;color:#64748b}.search-input-wrapper:focus-within .search-icon{opacity:1;color:var(--primary-green)}.search-input-wrapper input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e0e0e0;border-radius:10px;font-size:.95rem;transition:border-color .2s ease}.search-input-wrapper input:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #3a7d441a}.table-container{background:var(--white);border-radius:8px;box-shadow:0 1px 3px #00000014;overflow-x:auto;overflow-y:visible;border:1px solid #f0f0f0}.users-table{width:100%;border-collapse:collapse;table-layout:fixed}.users-table thead{background:#f0fdf4;box-shadow:0 1px 3px #00000014}.users-table th{padding:.5rem .75rem;text-align:left;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;color:var(--primary-green-dark)}.users-table tbody tr{border-bottom:1px solid var(--border-light);transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.users-table tbody tr:hover{background:#f0fdf4}.users-table tbody tr:nth-child(2n){background-color:transparent}.users-table tbody tr td:first-child{font-weight:700;color:var(--primary-green);font-size:.875rem}.users-table th:nth-child(1),.users-table td:nth-child(1){width:50px}.users-table th:nth-child(5),.users-table td:nth-child(5){width:110px}.users-table th:nth-child(6),.users-table td:nth-child(6){width:100px}.users-table th:nth-child(7),.users-table td:nth-child(7){width:170px}.users-table td{padding:.375rem .75rem;font-size:.875rem;color:var(--text-dark);vertical-align:middle;max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.users-table td:last-child{max-width:none;overflow:visible;text-overflow:unset;white-space:normal}.username{font-weight:600;color:var(--text-dark)}.oauth-badge{display:inline-block;padding:.25rem .625rem;background:#1877f2;color:#fff;font-size:.6875rem;border-radius:6px;text-transform:uppercase;font-weight:700;width:fit-content;box-shadow:0 1px 3px #00000014;letter-spacing:.5px}.users-table td:nth-child(3){color:#1976d2;font-weight:500}.badge{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:700;text-align:center;letter-spacing:.3px;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.badge:hover{opacity:.85}.badge-admin{background:#d32f2f;color:#fff;border:2px solid rgba(211,47,47,.3)}.badge-store{background:#ff6f00;color:#fff;border:2px solid rgba(255,111,0,.3)}.badge-customer{background:var(--primary-green);color:#fff;border:2px solid rgba(82,183,136,.3)}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:700;letter-spacing:.3px;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.status-badge:hover{opacity:.85}.status-active{background:#e8f5e9;color:#1b5e20;border:2px solid #81c784}.status-active:before{content:"✓";font-weight:900;font-size:.75rem}.status-inactive{background:#ffebee;color:#b71c1c;border:2px solid #ef9a9a}.status-inactive:before{content:"✕";font-weight:900;font-size:.75rem}.action-buttons{display:flex;gap:.375rem;justify-content:center}.action-btn{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .5rem;border-radius:6px;cursor:pointer;font-size:.75rem;font-weight:600;white-space:nowrap;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.action-btn:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.action-btn--edit{background:#eff6ff;color:#1d4ed8;border:1.5px solid #bfdbfe}.action-btn--edit:hover{background:#2563eb;color:#fff;border-color:#2563eb}.action-btn--reset{background:#fff7ed;color:#c2410c;border:1.5px solid #fed7aa}.action-btn--reset:hover{background:#ea580c;color:#fff;border-color:#ea580c}.action-btn--delete{background:#fef2f2;color:#b91c1c;border:1.5px solid #fecaca}.action-btn--delete:hover{background:#dc2626;color:#fff;border-color:#dc2626}.modal-content{background:var(--white);border-radius:8px;max-width:540px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 16px #0000001f}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #f0f0f0;background:#f0fdf4;border-radius:8px 8px 0 0}.modal-header h2{margin:0;color:var(--primary-green-dark);font-size:1.35rem;font-weight:700}.modal-close{background:#2d6a4f14;border:none;font-size:1.5rem;color:var(--text-gray);cursor:pointer;padding:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;line-height:1}.user-info{background:var(--very-light-green);padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:2px solid rgba(82,183,136,.3);box-shadow:0 1px 3px #00000014;position:relative;overflow:hidden}.user-info:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary-green)}.user-info p{margin:.75rem 0;font-size:.95rem;color:var(--text-dark);line-height:1.6}.user-info p:first-child{margin-top:0}.user-info p:last-child{margin-bottom:0}.user-info p strong{color:var(--primary-green);font-weight:700;margin-right:.5rem}.modal-body .form-group{margin-bottom:1.75rem}.modal-body .form-group label{display:block;margin-bottom:.75rem;color:var(--text-dark);font-weight:600;font-size:1rem;letter-spacing:-.2px}.modal-body .form-group select{width:100%;padding:1rem 1.25rem;border:2px solid var(--border-light);border-radius:12px;font-size:1rem;background-color:var(--white);background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232d6a4f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;appearance:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;font-weight:500;color:var(--text-dark)}.modal-body .form-group select:hover{border-color:var(--light-green);background-color:#b7e4c71a}.modal-body .form-group select:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 4px #52b78826;background-color:var(--white)}.modal-body .form-group select:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.checkbox-label{display:flex;align-items:center;gap:1rem;cursor:pointer;-webkit-user-select:none;user-select:none;padding:1rem 1.25rem;background:#b7e4c71a;border-radius:12px;border:2px solid transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.checkbox-label:hover{background:#b7e4c733;border-color:var(--light-green)}.checkbox-label input[type=checkbox]{width:1.5rem;height:1.5rem;cursor:pointer;accent-color:var(--primary-green)}.checkbox-label span{font-size:1rem;color:var(--text-dark);font-weight:500}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 2rem;border-top:2px solid #f0f0f0;background:#fafafa;border-radius:0 0 8px 8px}.btn-cancel{background:#f5f5f4;color:#1c1917;padding:.75rem 1.5rem;border:2px solid #d1d5db;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.btn-cancel:hover{border-color:#d1d5db;background:#f5f5f5}.btn-cancel:active{transform:none}.modal-footer .btn-primary{padding:.75rem 1.5rem;border-radius:10px;font-weight:600;font-size:.95rem;background:var(--primary-green);border:none;color:#fff;box-shadow:0 1px 3px #00000014;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;cursor:pointer}.modal-footer .btn-primary:hover:not(:disabled){opacity:.9;box-shadow:0 1px 3px #00000014}.modal-footer .btn-primary:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.modal-footer .btn-primary:active:not(:disabled){box-shadow:0 1px 3px #00000014}.modal-footer .btn-primary.btn-danger{background:#d32f2f;box-shadow:0 1px 3px #00000014}.modal-footer .btn-primary.btn-danger:hover:not(:disabled){background:#c62828;box-shadow:0 1px 3px #00000014}.modal-footer .btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.new-password-display{margin-top:1rem}.password-box{background:#2d6a4f14;padding:1.5rem;border-radius:12px;border:2px solid var(--light-green);margin-top:1rem}.password-box label{display:block;margin-bottom:.75rem;color:var(--primary-green);font-weight:700;font-size:.9375rem;text-transform:uppercase;letter-spacing:.5px}.password-value{display:flex;align-items:center;gap:1rem;background:var(--white);padding:1rem 1.25rem;border-radius:10px;border:2px solid var(--primary-green);box-shadow:0 1px 3px #00000014}.password-value code{flex:1;font-family:Courier New,monospace;font-size:1.125rem;font-weight:700;color:var(--primary-green);letter-spacing:1px;word-break:break-all}.btn-copy{background:var(--primary-green);color:var(--white);border:none;padding:.5rem .875rem;border-radius:8px;cursor:pointer;font-size:1.125rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;box-shadow:0 1px 3px #00000014;min-width:2.5rem;min-height:2.5rem;display:flex;align-items:center;justify-content:center}.btn-copy:hover{opacity:.9;box-shadow:0 1px 3px #00000014}.btn-copy:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.modal-body .form-group input[type=password]{width:100%;padding:1rem 1.25rem;border:2px solid var(--border-light);border-radius:12px;font-size:1rem;background-color:var(--white);transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;font-weight:500;color:var(--text-dark)}.modal-body .form-group input[type=password]:hover:not(:disabled){border-color:var(--light-green);background-color:#b7e4c71a}.modal-body .form-group input[type=password]:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 4px #52b78826;background-color:var(--white)}.modal-body .form-group input[type=password]:disabled{opacity:.6;cursor:not-allowed;background-color:#f5f5f5}.alert{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem;font-weight:500}.alert-error{background-color:#ffebee;color:#c62828;border:1px solid #ef9a9a}.alert-success{background-color:#e8f5e9;color:var(--primary-green);border:1px solid var(--light-green)}.alert-warning{background:#fff3e0;color:#e65100;border:2px solid #ffb74d;padding:1.25rem 1.5rem;border-radius:12px;box-shadow:0 1px 3px #00000014}.alert-warning strong{display:block;margin-bottom:.5rem;font-size:1rem}.loading{text-align:center;padding:4rem 2rem;color:var(--text-gray);font-size:1.125rem;font-weight:600;background:#b7e4c71a;border-radius:12px;margin:2rem 0}@keyframes loadingPulse{0%,to{opacity:.4}50%{opacity:1}}.loading{animation:loadingPulse 1.5s ease-in-out infinite}.loading:before{content:"";display:inline-block;width:1.25rem;height:1.25rem;margin-right:.75rem;border:3px solid var(--light-gray, #e0e0e0);border-top-color:var(--primary-green);border-radius:50%;animation:spin 1s linear infinite}.users-table tbody tr td[colspan]{text-align:center;padding:3rem 2rem;color:var(--text-gray);font-size:1rem;font-weight:500;background:#b7e4c71a}.users-table tbody tr td[colspan]:before{content:"";display:block;width:3rem;height:3rem;margin:0 auto 1rem;border:4px solid var(--light-gray, #e0e0e0);border-top-color:var(--primary-green);border-radius:50%;opacity:.5}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#b7e4c71a;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:var(--primary-green);border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:var(--primary-green)}.users-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding:1rem 0}.users-pagination button{padding:.6rem 1.25rem;border:2px solid #d1d5db;border-radius:8px;background:var(--white);color:var(--text-dark);font-weight:600;font-size:.875rem;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.users-pagination button:hover:not(:disabled){border-color:var(--primary-green);color:var(--primary-green);background:#f0fdf4}.users-pagination button:disabled{opacity:.4;cursor:not-allowed}.users-pagination button:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.users-pagination-info{font-size:.9rem;color:#666;font-weight:500}@media(max-width:1024px){.users-table{font-size:.875rem}.users-table th,.users-table td{padding:.75rem .5rem}}@media(max-width:768px){.users-management{padding:1rem}.users-header{flex-direction:column;align-items:flex-start;gap:.5rem}.users-filters-bar .filter-buttons{gap:.375rem}.users-filters-bar .filter-chip{padding:.4rem .75rem;font-size:.8rem}.users-filters-bar .filter-chip .filter-count{padding:.1rem .4rem;font-size:.7rem;min-width:20px}.users-filters-bar .filter-chip .filter-dot{width:6px;height:6px}.table-container{overflow-x:auto}.users-pagination{gap:10px}.users-pagination button{padding:.5rem .75rem;font-size:.8rem}.modal-content{border-radius:8px;margin:.5rem}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-header h2{font-size:1.5rem}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem 1.5rem;flex-direction:column}.modal-footer .btn-cancel,.modal-footer .btn-primary{width:100%}}@media(prefers-reduced-motion:reduce){.users-page *,.users-page *:before,.users-page *:after{transition:none!important;animation:none!important}}.stores-page{padding:1.5rem}.page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.page-header h1{color:var(--text-dark);font-size:1.5rem;margin:0}.pending-badge{background:#fef3c7;color:#92400e;padding:.35rem .875rem;border-radius:8px;font-size:.8125rem;font-weight:600}.error-alert{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1rem}.stores-page .filters-bar{display:flex!important;flex-direction:row!important;align-items:center;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.stores-page .filter-chip{display:inline-flex!important;align-items:center;gap:.375rem;padding:.5rem .875rem;border:1.5px solid transparent;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;white-space:nowrap;width:fit-content!important;flex-shrink:0}.filter-chip.filter-approved{background:#f0fdf4;border-color:#bbf7d0;color:var(--primary-green-dark)}.filter-chip.filter-approved .filter-dot{background:var(--primary-green-light)}.filter-chip.filter-approved .filter-count{background:#dcfce7;color:var(--primary-green-dark)}.filter-chip.filter-approved:hover{background:#dcfce7;border-color:#86efac}.filter-chip.filter-approved.active{background:var(--primary-green);border-color:var(--primary-green);color:#fff}.filter-chip.filter-approved.active .filter-dot{background:#fff}.filter-chip.filter-approved.active .filter-count{background:#fff3;color:#fff}.filter-chip.filter-rejected{background:#fef2f2;border-color:#fecaca;color:#dc2626}.filter-chip.filter-rejected .filter-dot{background:#ef4444}.filter-chip.filter-rejected .filter-count{background:#fee2e2;color:#dc2626}.filter-chip.filter-rejected:hover{background:#fee2e2;border-color:#fca5a5}.filter-chip.filter-rejected.active{background:#dc2626;border-color:#dc2626;color:#fff}.filter-chip.filter-rejected.active .filter-dot{background:#fff}.filter-chip.filter-rejected.active .filter-count{background:#fff3;color:#fff}.filter-chip.filter-suspended{background:#fef2f2;border-color:#fecaca;color:#dc2626}.filter-chip.filter-suspended .filter-dot{background:#ef4444}.filter-chip.filter-suspended .filter-count{background:#fee2e2;color:#dc2626}.filter-chip.filter-suspended:hover{background:#fee2e2;border-color:#fca5a5}.filter-chip.filter-suspended.active{background:#dc2626;border-color:#dc2626;color:#fff}.filter-chip.filter-suspended.active .filter-dot{background:#fff}.filter-chip.filter-suspended.active .filter-count{background:#fff3;color:#fff}.stores-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;overflow:hidden;border:1px solid #f0f0f0}.loading-state{padding:3rem;text-align:center}.spinner-small{width:20px;height:20px;border:3px solid var(--light-gray);border-top-color:var(--primary-green);border-radius:50%;animation:spin 1s linear infinite}.empty-state{padding:3rem;text-align:center}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-state p{color:var(--text-gray)}.stores-table-container{overflow-x:auto}.stores-table{width:100%;border-collapse:collapse}.stores-table thead{background:#f0fdf4}.stores-table th{padding:1rem 1.25rem;text-align:left;font-weight:600;color:var(--primary-green-dark);font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.stores-table th.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.stores-table th.sortable-th:hover{background:#dcfce7}.sort-icon{font-size:.75rem;margin-left:4px}.sort-inactive{opacity:.3}.sort-active{color:var(--primary-green);opacity:1}.stores-table td{padding:1rem 1.25rem;border-bottom:1px solid #f0f0f0;vertical-align:middle;color:#333}.stores-table tbody tr{transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.stores-table tbody tr:hover{background:#f0fdf4}.store-cell{min-width:250px}.store-info{display:flex;align-items:center;gap:1rem}.store-logo{width:50px;height:50px;border-radius:8px;object-fit:cover;border:1px solid var(--border-gray)}.store-logo-placeholder{width:50px;height:50px;border-radius:8px;background:var(--primary-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600}.store-details{display:flex;flex-direction:column}.store-name{font-weight:600;color:var(--text-dark)}.store-desc{font-size:.85rem;color:var(--text-gray);margin-top:.25rem}.owner-cell{min-width:180px}.owner-name{display:block;font-weight:500;color:var(--text-dark)}.owner-email{display:block;font-size:.85rem;color:var(--text-gray);margin-top:.25rem}.status-badge{display:inline-block;padding:.35rem .875rem;border-radius:8px;font-size:.8125rem;font-weight:600;white-space:nowrap}.status-badge.status-pending{background:#fef3c7;color:#92400e}.status-badge.status-approved{background:#d1f4e0;color:#0f5132}.status-badge.status-suspended{background:#fef3c7;color:#92400e}.date-cell{font-size:.9rem;color:var(--text-gray);white-space:nowrap}.actions-cell{min-width:180px}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-approve,.btn-reject,.btn-suspend,.btn-delete{padding:.5rem .875rem;border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;white-space:nowrap}.btn-approve:focus-visible,.btn-reject:focus-visible,.btn-suspend:focus-visible,.btn-delete:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.btn-approve{background:#dcfce7;color:var(--primary-green-dark)}.btn-approve:hover{background:var(--primary-green);color:#fff;box-shadow:0 1px 3px #00000014}.btn-reject{background:#fee2e2;color:#dc2626}.btn-reject:hover{background:#dc2626;color:#fff;box-shadow:0 1px 3px #00000014}.btn-suspend{background:#fef3c7;color:#92400e}.btn-suspend:hover{background:#d97706;color:#fff;box-shadow:0 1px 3px #00000014}.btn-delete{background:#fee2e2;color:#dc2626;padding:.5rem;font-size:1rem}.btn-delete:hover{background:#dc2626;color:#fff;box-shadow:0 1px 3px #00000014}@media(max-width:768px){.stores-page{padding:1rem}.page-header{flex-direction:column;align-items:flex-start}.stores-page .filters-bar{flex-direction:row!important;flex-wrap:wrap;gap:.5rem}.stores-page .filter-chip{width:fit-content!important;flex-shrink:0}.stores-table th,.stores-table td{padding:.75rem}.store-info{flex-direction:column;align-items:flex-start;gap:.5rem}.action-buttons{flex-direction:column}}@media(max-width:576px){.stores-page .filters-bar{flex-direction:row!important;flex-wrap:wrap;gap:.5rem}.stores-page .filter-chip{width:fit-content!important;flex-shrink:0;padding:.4rem .75rem;font-size:.8rem}.stores-page .filter-chip .filter-count{padding:.1rem .4rem;font-size:.7rem;min-width:20px}.stores-page .filter-chip .filter-dot{width:6px;height:6px}}@media(prefers-reduced-motion:reduce){.stores-page *,.stores-page *:before,.stores-page *:after{transition:none!important;animation:none!important}}.ap-page{padding:0}.ap-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px;color:#666}.ap-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.ap-header h1{font-size:22px;font-weight:600;margin:0 0 4px}.ap-header-subtitle{font-size:13px;color:#888;margin:0}.ap-add-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#319754;color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer}.ap-add-btn:hover{background:#287a45}.ap-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.ap-tab{padding:8px 18px;border:1px solid #e0e0e0;border-radius:100px;background:#fff;font-size:13px;font-weight:500;cursor:pointer;color:#666;transition:all .15s}.ap-tab:hover{background:#f5f5f5}.ap-tab.active{background:#319754;color:#fff;border-color:#319754}.ap-empty{text-align:center;padding:60px 24px;color:#999}.ap-empty-icon{font-size:48px;margin-bottom:12px}.ap-empty h3{margin:0 0 8px;color:#666;font-size:16px}.ap-empty p{margin:0;font-size:14px}.ap-table-wrap{overflow-x:auto}.ap-table{width:100%;border-collapse:collapse;font-size:14px}.ap-table thead th{text-align:left;padding:10px 12px;font-weight:500;color:#888;font-size:13px;border-bottom:1px solid #eee;white-space:nowrap}.ap-table tbody td{padding:12px;border-bottom:1px solid #f5f5f5;vertical-align:middle}.ap-table tbody tr:hover{background:#fafafa}.ap-promo-name{font-weight:500;color:#333}.ap-promo-desc{font-size:13px;color:#888;margin-top:2px}.ap-store-name{font-size:13px;color:#555;white-space:nowrap}.ap-date-cell{white-space:nowrap;font-size:13px;color:#555}.ap-discount{color:#ff3b30;font-weight:600}.ap-target{font-size:13px;color:#555}.ap-status{display:inline-block;padding:4px 12px;border-radius:100px;font-size:12px;font-weight:500;white-space:nowrap}.ap-status.active{background:#e8f5e9;color:#2e7d32}.ap-status.scheduled{background:#e3f2fd;color:#1565c0}.ap-status.ended{background:#f5f5f5;color:#999}.ap-status.inactive{background:#fee2e2;color:#dc2626}.ap-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.ap-modal{background:#fff;border-radius:16px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.ap-modal.ap-modal-lg{max-width:680px}.ap-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:1;border-radius:16px 16px 0 0}.ap-modal-header h3{margin:0;font-size:18px;font-weight:600}.ap-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:#0000000f;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;color:#666;z-index:2}.ap-modal-close:hover{background:#0000001a}.ap-modal-body{padding:20px}.ap-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid #eee;position:sticky;bottom:0;background:#fff;border-radius:0 0 16px 16px}.ap-btn-cancel{padding:10px 24px;border:1px solid #e0e0e0;border-radius:100px;background:#fff;font-size:14px;font-weight:500;cursor:pointer;color:#333}.ap-btn-cancel:hover{background:#f5f5f5}.ap-btn-save{padding:10px 24px;background:#319754;color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer}.ap-btn-save:hover:not(:disabled){background:#287a45}.ap-btn-save:disabled{opacity:.6;cursor:not-allowed}.ap-form-section{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.ap-form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ap-section-label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:12px}.ap-field{margin-bottom:12px}.ap-field:last-child{margin-bottom:0}.ap-field label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#333}.ap-field .required{color:#ff3b30}.ap-input{width:100%;padding:12px 16px;border:1px solid #eee;border-radius:100px;font-size:15px;background:#fafafa;outline:none;box-sizing:border-box}.ap-input:focus{border-color:#319754;background:#fff}textarea.ap-input{border-radius:12px;resize:vertical}select.ap-input{cursor:pointer}.ap-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ap-hint{display:block;font-size:12px;color:#888;margin-top:6px}.ap-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#333;margin-bottom:8px}.ap-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.ap-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.ap-items-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#319754;color:#fff;border-radius:100px;font-size:11px;font-weight:600;margin-left:8px}.ap-btn-add-item{padding:6px 14px;background:#f0fdf4;color:#319754;border:1px solid #bbf7d0;border-radius:100px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s}.ap-btn-add-item:hover{background:#319754;color:#fff;border-color:#319754}.ap-add-dashed{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;border:2px dashed #ccc;border-radius:16px;background:transparent;cursor:pointer;width:100%;color:#888;font-size:14px;transition:border-color .2s,color .2s;box-sizing:border-box}.ap-add-dashed:hover{border-color:#319754;color:#319754}.ap-add-dashed-icon{width:40px;height:40px;border:2px solid currentColor;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:300}.ap-staged-list{display:flex;flex-direction:column;gap:12px}.ap-staged-card{border:1px solid #f0f0f0;border-radius:16px;overflow:hidden;background:#fff}.ap-staged-card-main{display:flex;align-items:center;gap:12px;padding:14px 16px}.ap-staged-img{width:56px;height:56px;border-radius:12px;object-fit:cover;background:#f5f5f5;flex-shrink:0}.ap-staged-img-placeholder{width:56px;height:56px;border-radius:12px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#ccc;font-size:11px;flex-shrink:0}.ap-staged-icon{width:56px;height:56px;border-radius:12px;background:#f0fdf4;display:flex;align-items:center;justify-content:center;color:#319754;font-size:22px;flex-shrink:0}.ap-staged-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.ap-staged-name{font-weight:500;font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ap-staged-variant{font-size:11px;background:#319754;color:#fff;padding:2px 8px;border-radius:100px;display:inline-block;width:fit-content}.ap-staged-price{font-size:13px;font-weight:600;color:#319754}.ap-staged-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.ap-staged-stock-group{display:flex;align-items:center;gap:6px}.ap-staged-stock-group label{font-size:12px;color:#888;font-weight:500;white-space:nowrap}.ap-staged-stock-input{width:70px;padding:8px 10px;border:1px solid #eee;border-radius:100px;font-size:13px;text-align:center;background:#fafafa;outline:none;box-sizing:border-box}.ap-staged-stock-input:focus{border-color:#319754;background:#fff}.ap-staged-remove{width:28px;height:28px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#999;flex-shrink:0;transition:background .15s,color .15s}.ap-staged-remove:hover{background:#fee;color:#ff3b30}.ap-staged-variants{border-top:1px solid #f0f0f0}.ap-staged-variant-row{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 10px 84px;background:#fafafa;border-top:1px solid #f0f0f0;gap:12px}.ap-staged-variant-row:last-child{border-radius:0 0 16px 16px}.ap-staged-variant-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.ap-staged-variant-price{font-size:13px;font-weight:600;color:#319754;white-space:nowrap}.ap-staged-variant-stock{font-size:12px;color:#888;white-space:nowrap}.ap-picker-overlay{z-index:1001}.ap-picker-modal{max-width:520px}.ap-picker-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px}.ap-picker-header h3{margin:0;font-size:18px;font-weight:600}.ap-picker-header-left{display:flex;align-items:center;gap:10px}.ap-picker-back{width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background .15s}.ap-picker-back:hover{background:#e8e8e8}.ap-picker-product-info{display:flex;align-items:center;gap:12px;padding:0 20px 16px;border-bottom:1px solid #eee}.ap-picker-product-info img{width:44px;height:44px;border-radius:8px;object-fit:cover}.ap-picker-product-name{font-size:14px;font-weight:500;color:#333}.ap-picker-product-price{font-size:13px;color:#888}.ap-picker-body{padding:16px 20px;max-height:500px;overflow-y:auto}.ap-picker-search-wrap{position:relative;margin-bottom:16px}.ap-picker-search{width:100%;padding:12px 48px 12px 16px;border:1px solid #eee;border-radius:100px;font-size:14px;background:#fafafa;outline:none;box-sizing:border-box}.ap-picker-search:focus{border-color:#319754;background:#fff}.ap-picker-search-icon{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:36px;height:36px;background:#319754;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;pointer-events:none}.ap-picker-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #f0f0f0;border-radius:16px;margin-bottom:10px;cursor:pointer;transition:border-color .15s,background .15s}.ap-picker-card:hover{background:#fafafa}.ap-picker-card.selected{border-color:#319754;background:#f0fdf4}.ap-picker-card-img{width:48px;height:48px;border-radius:10px;object-fit:cover;background:#f5f5f5;flex-shrink:0}.ap-picker-card-img-placeholder{width:48px;height:48px;border-radius:10px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#ccc;font-size:11px;flex-shrink:0}.ap-picker-card-icon{width:48px;height:48px;border-radius:10px;background:#f0fdf4;display:flex;align-items:center;justify-content:center;color:#319754;font-size:20px;flex-shrink:0}.ap-picker-card-info{flex:1;min-width:0}.ap-picker-card-name{font-weight:500;font-size:14px;color:#333;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ap-picker-card-price{color:#319754;font-weight:600;font-size:13px}.ap-picker-card-sub{font-size:12px;color:#888}.ap-picker-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.ap-picker-card-stock{display:flex;align-items:center;gap:4px;font-size:13px;color:#888}.ap-picker-card-stock svg{color:#aaa}.ap-type-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:100px;font-size:12px;font-weight:500;white-space:nowrap}.ap-type-badge.single{background:#fff3e0;color:#e65100}.ap-type-badge.variants{background:#e3f2fd;color:#1565c0}.ap-picker-footer{padding:16px 20px;border-top:1px solid #eee}.ap-picker-submit-btn{width:100%;padding:14px;background:#319754;color:#fff;border:none;border-radius:100px;font-size:15px;font-weight:600;cursor:pointer}.ap-picker-submit-btn:hover{background:#287a45}.ap-picker-submit-btn:disabled{opacity:.6;cursor:not-allowed}.ap-picker-empty{text-align:center;padding:32px 16px;color:#999}.ap-picker-empty p{margin:0;font-size:14px}@media(max-width:768px){.ap-header{flex-direction:column}.ap-form-row{grid-template-columns:1fr}.ap-modal{max-width:100%;margin:0;border-radius:16px 16px 0 0;max-height:80vh}.ap-table{font-size:13px}.ap-staged-card-main{flex-wrap:wrap}.ap-staged-right{width:100%;justify-content:flex-end;padding-top:8px;border-top:1px solid #f5f5f5}.ap-picker-card{flex-wrap:wrap}}@media(max-width:576px){.ap-header h1{font-size:18px}.ap-tabs{gap:6px}.ap-tab{padding:6px 14px;font-size:12px}}.bank-select{position:relative;width:100%}.bank-select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border:2px solid var(--light-gray);border-radius:10px;cursor:pointer;transition:all .2s ease;font-size:1rem;text-align:left}.bank-select-trigger:hover{border-color:var(--primary-green)}.bank-select-trigger.open{border-color:var(--primary-green);box-shadow:0 0 0 3px #2d6a4f1a}.bank-select-trigger.has-value{border-color:var(--primary-green)}.bank-selected{display:flex;align-items:center;gap:.75rem}.bank-placeholder{color:#9ca3af}.bank-badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:700;letter-spacing:.5px;min-width:50px;text-align:center}.bank-name{color:var(--text-dark);font-weight:500}.bank-arrow{color:var(--text-gray);transition:transform .2s ease;display:flex;align-items:center}.bank-arrow.open{transform:rotate(180deg)}.bank-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:2px solid var(--light-gray);border-radius:12px;box-shadow:0 10px 40px #00000026;z-index:1000;overflow:hidden;animation:dropdownFadeIn .15s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.bank-options{max-height:320px;overflow-y:auto;padding:.5rem}.bank-option{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease;text-align:left}.bank-option:hover,.bank-option.selected{background:var(--very-light-green)}.bank-label{flex:1;color:var(--text-dark);font-size:.95rem;font-weight:500}.bank-check{color:var(--primary-green);display:flex;align-items:center}.bank-options::-webkit-scrollbar{width:6px}.bank-options::-webkit-scrollbar-track{background:transparent}.bank-options::-webkit-scrollbar-thumb{background:var(--light-gray);border-radius:3px}.bank-options::-webkit-scrollbar-thumb:hover{background:#ccc}@media(max-width:480px){.bank-select{max-width:100%}.bank-badge{min-width:44px;font-size:.7rem;padding:.2rem .4rem}.bank-label{font-size:.9rem}}.cpe-container{max-width:1000px;margin:0 auto}.cpe-loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.125rem;color:#666}.cpe-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.cpe-back-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;color:#374151;transition:background .15s}.cpe-back-btn:hover{background:#e5e7eb}.cpe-title{font-size:1.25rem;font-weight:700;color:#111;margin:0}.cpe-preview{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 4px #0000000f}.cpe-section{position:relative}.cpe-editable-area{position:relative;border:2px dashed #c8e6d0;border-radius:8px;padding:4px;transition:border-color .2s,background .2s}.cpe-editable-area:hover{border-color:#319754;background:#31975408}.cpe-editable-area--full{height:100%;padding:0;border-radius:0}.cpe-edit-btn{position:absolute;top:8px;right:8px;z-index:10;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.8rem;font-weight:500;color:#374151;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s;box-shadow:0 1px 3px #0000001a}.cpe-edit-btn:hover{background:#319754;color:#fff;border-color:#319754;box-shadow:0 2px 6px #3197544d}.cpe-edit-btn:hover svg{stroke:#fff}.cpe-title-bar{display:flex;align-items:center;justify-content:center;height:56px;background:#d6eadd80}.cpe-title-bar__text{font-size:20px;font-weight:500;color:#319754}.cpe-info-section{padding:16px;background:#fafafa}.cpe-info-card{display:flex;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}.cpe-info-left{flex:1;padding:16px}.cpe-company-name{font-size:16px;font-weight:600;color:#319754;margin:0;line-height:1.6}.cpe-address{font-size:14px;color:#111;margin:0;line-height:1.6}.cpe-info-columns{display:flex;gap:24px;margin-top:8px}.cpe-info-col{flex:1;display:flex;flex-direction:column;gap:8px}.cpe-info-block{display:flex;flex-direction:column}.cpe-info-label{font-size:14px;font-weight:600;color:#111;margin:0;line-height:1.6}.cpe-info-value{font-size:14px;color:#111;margin:0;line-height:1.6}.cpe-placeholder{font-size:13px;color:#9ca3af;font-style:italic;margin:0;line-height:1.6}.cpe-social-header{font-size:14px;font-weight:600;color:#111;margin:0;line-height:1.6}.cpe-social-list{display:flex;flex-direction:column;gap:6px;margin-top:4px}.cpe-social-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#111}.cpe-social-icon{width:20px;height:20px;flex-shrink:0}.cpe-info-right{flex:1;min-height:300px;position:relative}.cpe-info-right iframe{width:100%;height:100%;border:0;display:block}.cpe-map-placeholder{width:100%;height:100%;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#f3f4f6;color:#9ca3af;font-size:13px}.cpe-channels-section{position:relative}.cpe-channels-bg-wrap{position:relative;overflow:hidden}.cpe-channels-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#00000080,#00000080),linear-gradient(0deg,#947005b3,#c5950759)}.cpe-channels-content{position:relative;z-index:1;padding:20px 24px}.cpe-channels-title{font-size:16px;font-weight:600;color:#fff;margin:0}.cpe-channels-items{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}.cpe-channel-item{display:flex;align-items:center;gap:10px}.cpe-channel-logo{width:48px;height:48px;border-radius:12px;object-fit:contain;background:#fff;flex-shrink:0}.cpe-channel-logo--empty{display:flex;align-items:center;justify-content:center;border:1px dashed #ccc}.cpe-channel-name{font-size:14px;color:#fff}.cpe-channels-empty{font-size:14px;color:#ffffffb3;font-style:italic;margin:12px 0 0}.cpe-save-bar{display:flex;justify-content:center;margin-top:1.5rem;padding:1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px}.cpe-save-btn{padding:.75rem 2.5rem;background:#319754;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}.cpe-save-btn:hover{background:#287a45}.cpe-save-btn:disabled{background:#9ca3af;cursor:not-allowed}.cpe-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.cpe-modal{width:100%;max-width:520px;background:#fff;border-radius:12px;max-height:85vh;overflow-y:auto;box-shadow:0 8px 32px #00000029}.cpe-modal--wide{max-width:640px}.cpe-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:1;border-radius:12px 12px 0 0}.cpe-modal__header h2{font-size:1.05rem;font-weight:700;color:#111;margin:0}.cpe-modal__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;border-radius:50%;transition:background .15s;line-height:1}.cpe-modal__close:hover{background:#f3f4f6}.cpe-modal__body{padding:1.25rem}.cpe-modal__divider{border:none;border-top:1px solid #e5e7eb;margin:1rem 0}.cpe-modal__footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid #e5e7eb}.cpe-form-group{margin-bottom:1rem}.cpe-form-group:last-child{margin-bottom:0}.cpe-form-group label{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.35rem}.cpe-form-group input[type=text],.cpe-form-group input[type=tel],.cpe-form-group input[type=email],.cpe-form-group input[type=url],.cpe-form-group input[type=number],.cpe-form-group textarea,.cpe-form-group select{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111;background:#fafafa;outline:none;transition:border-color .15s;box-sizing:border-box;font-family:inherit}.cpe-form-group input:focus,.cpe-form-group textarea:focus,.cpe-form-group select:focus{border-color:#319754;background:#fff}.cpe-form-group input::placeholder,.cpe-form-group textarea::placeholder{color:#9ca3af}.cpe-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.cpe-form-hint{font-size:.8rem;color:#6b7280;margin-top:.5rem;line-height:1.5}.cpe-social-label{display:flex!important;align-items:center;gap:.4rem}.cpe-social-label-icon{width:20px;height:20px;flex-shrink:0}.cpe-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500}.cpe-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#319754}.cpe-maps-preview{margin-top:.75rem}.cpe-maps-preview iframe{width:100%;height:200px;border:1px solid #e5e7eb;border-radius:8px}.cpe-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem 1.25rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.cpe-btn--primary{background:#319754;color:#fff}.cpe-btn--primary:hover{background:#287a45}.cpe-btn--secondary{background:#f3f4f6;color:#374151}.cpe-btn--secondary:hover{background:#e5e7eb}.cpe-btn--danger{background:#fee2e2;color:#dc2626}.cpe-btn--danger:hover{background:#dc2626;color:#fff}.cpe-btn--sm{padding:.35rem .65rem;font-size:.8rem}.cpe-channels-list{display:flex;flex-direction:column;gap:.5rem}.cpe-channel-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .15s}.cpe-channel-row:hover{border-color:#319754}.cpe-channel-row__info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.cpe-channel-row__logo{width:36px;height:36px;border-radius:8px;object-fit:contain;flex-shrink:0;background:#f3f4f6}.cpe-channel-row__logo--empty{border:1px dashed #d1d5db}.cpe-channel-row__url{font-size:.75rem;color:#9ca3af;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cpe-channel-row__actions{display:flex;gap:.35rem;flex-shrink:0}.cpe-badge{display:inline-block;padding:.1rem .45rem;border-radius:100px;font-size:.6875rem;font-weight:600;flex-shrink:0}.cpe-badge--active{background:#dcfce7;color:#166534}.cpe-badge--inactive{background:#fee2e2;color:#dc2626}.cpe-channels-modal-empty{text-align:center;padding:2rem;color:#9ca3af;font-size:.9rem}.cpe-channel-logo-preview{width:48px;height:48px;object-fit:contain;border-radius:8px;border:1px solid #e5e7eb;margin-top:.5rem}@media(max-width:768px){.cpe-info-card{flex-direction:column}.cpe-info-right{min-height:200px}.cpe-info-columns{flex-direction:column;gap:8px}.cpe-form-row{grid-template-columns:1fr}.cpe-modal{max-width:100%;border-radius:12px 12px 0 0;max-height:90vh}.cpe-channel-row{flex-direction:column;align-items:flex-start;gap:.5rem}.cpe-channel-row__actions{width:100%}.cpe-channel-row__actions .cpe-btn{flex:1}}.page-content-page{padding:2rem}.admin-subtitle{color:#666;font-size:.9375rem;margin-top:.5rem}.pages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;margin-top:2rem}.page-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px #0000000f;cursor:pointer}.page-card:hover{border-color:var(--primary-green-dark);box-shadow:0 4px 12px #0000001a}.page-card--inactive{opacity:.7}.page-card--inactive:hover{opacity:1}.page-card-top{display:flex;align-items:center;gap:.75rem}.page-card-thumb{flex-shrink:0;width:44px;height:44px;border-radius:10px;overflow:hidden;background:#f3f4f6}.page-card-thumb img{width:100%;height:100%;object-fit:cover}.page-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#dcfce7;border-radius:10px}.page-card-title{flex:1;min-width:0}.page-card-title h3{margin:0;font-size:1rem;color:var(--primary-green-dark);font-weight:600;white-space:nowrap}.page-card-path{margin:0;font-size:.75rem;color:#999;font-family:Courier New,Courier,monospace}.page-card-preview{margin:0;font-size:.8125rem;color:#666;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.5rem;border-top:1px solid #f0f0f0}.page-updated{font-size:.75rem;color:#999;white-space:nowrap}.page-card-edit-hint{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#bbb;white-space:nowrap;transition:color .2s ease}.page-card:hover .page-card-edit-hint{color:var(--primary-green-dark)}.status-badge{display:inline-block;padding:.125rem .5rem;border-radius:100px;font-size:.6875rem;font-weight:600;width:fit-content;white-space:nowrap;flex-shrink:0}.status-badge.active{background:#dcfce7;color:var(--primary-green-dark)}.status-badge.inactive{background:#fee2e2;color:#dc2626}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;overflow-y:auto}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #00000029}.modal-content.modal-large{max-width:900px}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem;border-bottom:1px solid #e0e0e0;position:sticky;top:0;background:#fff;z-index:1;border-radius:12px 12px 0 0}.modal-header-info{display:flex;flex-direction:column;gap:.25rem}.modal-header h2{margin:0;font-size:1.25rem;color:var(--primary-green-dark);font-weight:600}.modal-header-path{font-size:.75rem;color:#999;font-family:Courier New,Courier,monospace}.modal-close{background:none;border:none;font-size:1.75rem;color:#999;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s ease,color .2s ease;line-height:1;flex-shrink:0}.modal-close:hover{background:#f5f5f5;color:#333}.modal-form{padding:.5rem 1.5rem 1.5rem}.form-section{padding:1.25rem 0;border-bottom:1px solid #f0f0f0}.form-section:last-of-type{border-bottom:none}.form-section-title{font-size:.875rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.form-section-hint{font-size:.8125rem;color:#666;margin:-.5rem 0 1rem;line-height:1.5}.form-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.form-section-header .form-section-title{margin:0}.form-group:last-child{margin-bottom:0}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.9375rem}.label-hint{font-weight:400;color:#666;font-size:.8125rem;margin-left:.5rem}.form-group input[type=text],.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-green-dark);box-shadow:0 0 0 3px #15803d1a}.form-hint{display:block;margin-top:.5rem;color:#666;font-size:.8125rem;line-height:1.5}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;flex-wrap:wrap}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-green-dark)}.checkbox-hint{font-size:.75rem;color:#dc2626;font-weight:400;width:100%;margin-left:calc(18px + .75rem)}.page-content-editor{border:1px solid #d1d5db;border-radius:8px;overflow:hidden}.page-content-editor .ql-toolbar{border:none;border-bottom:1px solid #e5e7eb;background:#f9fafb;padding:8px 12px}.page-content-editor .ql-container{border:none;font-family:inherit;font-size:.9375rem;min-height:300px}.page-content-editor .ql-editor{min-height:300px;line-height:1.8;padding:1rem 1.25rem;color:#333}.page-content-editor .ql-editor.ql-blank:before{color:#999;font-style:normal}.page-content-editor .ql-editor h1,.page-content-editor .ql-editor h2,.page-content-editor .ql-editor h3{color:var(--primary-green-dark);font-weight:600}.page-content-editor .ql-editor a{color:var(--primary-green-dark)}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e0e0e0}.btn{padding:.625rem 1.25rem;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary-green-dark);color:#fff}.btn-primary:hover:not(:disabled){background:#166534}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-sm{padding:.375rem .75rem;font-size:.8125rem;font-weight:500}.btn-danger{background:#fee2e2;color:#dc2626}.btn-danger:hover:not(:disabled){background:#fecaca}.btn-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.cover-image-upload{width:100%}.cover-image-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;border:2px dashed #d1d5db;border-radius:12px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;background:#fafafa}.cover-image-dropzone:hover{border-color:var(--primary-green-dark);background:#f0fdf4}.cover-image-dropzone p{margin:0;font-size:.9375rem;color:#666;font-weight:500}.cover-image-dropzone small{color:#999;font-size:.8125rem}.cover-image-preview-wrapper{position:relative;width:100%}.cover-image-preview{width:100%;max-height:200px;object-fit:cover;border-radius:12px;border:1px solid #e0e0e0}.cover-image-actions{display:flex;gap:.5rem;margin-top:.75rem}.admin-loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.125rem;color:#666}@media(max-width:768px){.page-content-page{padding:1rem}.pages-grid,.form-row{grid-template-columns:1fr}.modal-content{max-width:100%;margin:0;border-radius:0;max-height:100vh}.modal-header{border-radius:0}}@media(prefers-reduced-motion:reduce){.page-content-page *,.page-content-page *:before,.page-content-page *:after{transition:none!important;animation:none!important}}.pve-container{max-width:1000px;margin:0 auto}.pve-loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.125rem;color:#666}.pve-error{text-align:center;padding:3rem;color:#dc2626;font-size:1rem}.pve-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.pve-back-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;color:#374151;transition:background .15s}.pve-back-btn:hover{background:#e5e7eb}.pve-title{font-size:1.25rem;font-weight:700;color:#111;margin:0}.pve-inactive-badge{padding:.2rem .6rem;background:#fee2e2;color:#dc2626;border-radius:100px;font-size:.75rem;font-weight:600}.pve-preview{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 4px #0000000f}.pve-section{position:relative}.pve-editable-area{position:relative;border:2px dashed #c8e6d0;border-radius:8px;padding:4px;transition:border-color .2s,background .2s}.pve-editable-area:hover{border-color:#319754;background:#31975408}.pve-editable-area--overlay{position:absolute;inset:0;z-index:2;border-radius:0;padding:0}.pve-editable-area--hero{border-radius:0}.pve-editable-area--hero:hover{background:#31975414}.pve-edit-btn{position:absolute;top:8px;right:8px;z-index:10;display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.8rem;font-weight:500;color:#374151;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s;box-shadow:0 1px 3px #0000001a}.pve-edit-btn:hover{background:#319754;color:#fff;border-color:#319754;box-shadow:0 2px 6px #3197544d}.pve-edit-btn:hover svg{stroke:#fff}.pve-simple-title-section{display:flex;flex-direction:column;align-items:center;padding:2rem;background:linear-gradient(to bottom,#f9fafb,#fff)}.pve-page-title{font-size:1.25rem;color:var(--primary-green-dark, #166534);margin:0;font-weight:700;text-align:center;padding-bottom:.75rem;border-bottom:3px solid var(--primary-green-dark, #166534)}.pve-content-section{padding:0 2rem 2rem}.pve-content-html{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;line-height:1.8;color:#333;font-size:.95rem;max-height:400px;overflow-y:auto}.pve-content-html h1,.pve-content-html h2,.pve-content-html h3{color:var(--primary-green-dark, #166534);margin-top:1rem;margin-bottom:.5rem}.pve-content-html h1:first-child,.pve-content-html h2:first-child,.pve-content-html h3:first-child{margin-top:0}.pve-content-html p{margin:.5rem 0}.pve-content-html img{max-width:100%;height:auto;border-radius:8px}.pve-placeholder-block{padding:3rem 2rem;text-align:center;background:#f9fafb;border-radius:12px;border:2px dashed #e5e7eb}.pve-placeholder{font-size:.9rem;color:#9ca3af;font-style:italic;margin:0}.pve-placeholder--light{color:#fff9}.pve-display-bar{margin-top:1rem}.pve-display-area{padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}.pve-display-info{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#6b7280}.pve-display-info strong{color:#374151}.pve-display-sep{color:#d1d5db}.pve-notify-bar{margin-top:1rem;padding:1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:10px}.pve-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#374151}.pve-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#319754}.pve-notify-hint{font-size:.8rem;color:#92400e;margin:.3rem 0 0 1.6rem}.pve-save-bar{display:flex;justify-content:center;margin-top:1.5rem;padding:1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px}.pve-save-btn{padding:.75rem 2.5rem;background:#319754;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}.pve-save-btn:hover{background:#287a45}.pve-save-btn:disabled{background:#9ca3af;cursor:not-allowed}.pve-mission-title-bar{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:72px;padding:.75rem 1rem;background:#d6eadd80}.pve-mission-title-text{font-size:24px;font-weight:500;line-height:40px;color:#319754;text-align:center}.pve-inline-edit-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.8rem;font-weight:500;color:#374151;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s,border-color .15s,box-shadow .15s;box-shadow:0 1px 3px #0000001a}.pve-inline-edit-btn:hover{background:#319754;color:#fff;border-color:#319754;box-shadow:0 2px 6px #3197544d}.pve-inline-edit-btn:hover svg{stroke:#fff}.pve-mission-content-area{padding:16px;background:#fafafa}.pve-mission-hero-card{background:#fff;border-radius:16px;overflow:hidden}.pve-mission-hero-image{display:flex;flex-direction:column;justify-content:flex-end;width:100%;min-height:229px;position:relative}.pve-mission-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.7;pointer-events:none}.pve-mission-hero-gradient{position:absolute;inset:0;background:linear-gradient(90deg,#0000001a,#0000001a),linear-gradient(0deg,#17472873,#5aac7673);pointer-events:none}.pve-hero-cover-edit{pointer-events:none}.pve-hero-cover-edit .pve-edit-btn{pointer-events:auto}.pve-mission-hero-logo{position:relative;z-index:1;padding:16px}.pve-mission-hero-logo img{width:58px;height:58px;border-radius:50%;object-fit:cover}.pve-mission-hero-overlay-text{position:relative;z-index:1;padding:0 16px 16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pve-mission-hero-html{color:#fff;font-size:16px;line-height:32px}.pve-mission-hero-html h2{font-size:20px;font-weight:500;color:#fff;margin:0}.pve-mission-hero-html p{margin:0 0 8px;color:#fff}.pve-mission-vision{padding:16px;background:#fff}.pve-mission-vision-html{font-size:16px;line-height:26px;color:#000}.pve-mission-vision-html h3{font-size:20px;font-weight:500;color:#319754;margin:0 0 8px}.pve-mission-vision-html p{margin:0 0 12px}.pve-modal-body{padding:1.25rem}.pve-form-hint{font-size:.8rem;color:#6b7280;line-height:1.5}.pve-quill-wrapper{min-height:300px}.pve-quill-wrapper .ql-editor{min-height:250px}.pve-cover-preview{text-align:center}.pve-cover-preview-img{max-width:100%;max-height:300px;object-fit:contain;border-radius:8px;border:1px solid #e5e7eb}.pve-cover-actions{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.pve-cover-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:3rem 2rem;border:2px dashed #e5e7eb;border-radius:12px;cursor:pointer;transition:border-color .15s,background .15s;color:#9ca3af;text-align:center}.pve-cover-dropzone:hover{border-color:#319754;background:#f0fdf4}.pve-cover-dropzone p{margin:0;font-size:.9rem;color:#6b7280}.pve-cover-dropzone small{font-size:.8rem;color:#9ca3af}@media(max-width:768px){.pve-simple-title-section{padding:1.5rem 1rem}.pve-content-section{padding:0 1rem 1.5rem}.pve-content-html{padding:1.5rem 1rem;max-height:300px}.pve-mission-content-area{padding:12px}.pve-mission-hero-image{min-height:180px}.pve-display-info{flex-direction:column;align-items:flex-start;gap:.25rem}.pve-display-sep{display:none}}.field-required{color:#dc2626;font-weight:600;margin-left:2px}.site-settings-page{max-width:900px}.settings-tabs{display:flex;flex-wrap:wrap;gap:0;margin-bottom:2rem;padding:0;background:#fff;border-bottom:2px solid #e5e7eb}.settings-tab{position:relative;display:flex;align-items:center;gap:.6rem;padding:.85rem 1.4rem;background:transparent;border:none;border-bottom:3px solid transparent;border-radius:0;cursor:pointer;font-size:.92rem;font-weight:500;color:#6b7280;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.settings-tab:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.settings-tab:hover{color:var(--primary-green);background-color:#f0fdf4}.settings-tab.active{color:var(--primary-green);font-weight:600;border-bottom-color:var(--primary-green)}.settings-tab.active:hover{color:var(--primary-green)}.tab-icon{position:relative;z-index:1;font-size:1.2rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.settings-tab:hover .tab-icon,.settings-tab.active .tab-icon{color:var(--primary-green)}.tab-label{position:relative;z-index:1;white-space:nowrap;letter-spacing:.01em}@media(max-width:768px){.settings-tabs{gap:0;padding:0}.settings-tab{padding:.7rem .5rem;font-size:.85rem;flex:1;justify-content:center;min-width:calc(25% - .35rem);border-radius:0}.tab-label{display:none}.tab-icon{font-size:1.4rem}}@media(max-width:480px){.settings-tabs{gap:0;padding:0}.settings-tab{min-width:calc(25% - .25rem);padding:.6rem .4rem}.tab-icon{font-size:1.3rem}}.form-hint{display:block;font-size:.85rem;color:#666;margin-top:.35rem}.empty-hint{text-align:center;padding:2rem;background:#f8f9fa;border-radius:8px;color:#666}.empty-hint p{margin:.5rem 0}.info-box{padding:1rem;background:var(--warm-gray-50, #fafaf9);border:1px solid #bae6fd;border-left:4px solid #0369a1;border-radius:8px;color:#0369a1;font-size:.9rem}.info-box strong{color:#0c4a6e}.info-box ul{color:#0369a1}.info-box li{margin-bottom:.35rem}.shipping-providers{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.shipping-providers .checkbox-label{padding:.75rem 1rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;cursor:pointer}.shipping-providers .checkbox-label:hover{border-color:var(--primary-green);background:#f0fdf4}.shipping-providers .checkbox-label input:checked+span{color:var(--primary-green);font-weight:600}.shipping-section .section-header-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--very-light-green)}.shipping-section .section-header-row>div:first-child{flex:1}.shipping-section .section-header-row h2{margin:0 0 .25rem;font-size:1.25rem;color:var(--primary-green)}.shipping-section .section-header-row .section-desc{margin:0;color:var(--text-gray);font-size:.9rem}.shipping-section .section-header-row .btn{flex-shrink:0;white-space:nowrap}.shipping-rates-list{display:flex;flex-direction:column;gap:.75rem}.shipping-rate-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.shipping-rate-item:hover{border-color:var(--primary-green);box-shadow:0 1px 3px #00000014;background:#f0fdf4}.rate-info{flex:1}.rate-name{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.rate-icon{font-size:1.25rem}.rate-name strong{font-size:1rem;color:var(--text-dark)}.rate-desc{margin:0 0 .5rem;font-size:.85rem;color:var(--text-gray)}.rate-details{display:flex;gap:1rem;font-size:.9rem}.rate-weight{padding:.25rem .5rem;background:#f0f4f8;border-radius:4px;color:#666}.rate-price{font-weight:600;color:var(--primary-green)}.rate-actions{display:flex;gap:.5rem}.btn-sm{padding:.4rem .75rem;font-size:.85rem}.btn-secondary{background:#dcfce7;color:var(--primary-green-dark);border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;font-weight:500}.btn-secondary:hover{background:var(--primary-green);color:#fff;box-shadow:0 1px 3px #00000014}.btn-danger{background:#fee2e2;color:#dc2626;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;font-weight:500}.btn-danger:hover{background:#dc2626;color:#fff;box-shadow:0 1px 3px #00000014}.btn-danger:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.label-hint{display:block;font-size:.8rem;font-weight:400;color:#6b7280;margin-top:.25rem;font-style:italic}.form-hint{display:block;font-size:.85rem;color:#6b7280;margin-top:.5rem;line-height:1.5}@media(max-width:640px){.shipping-section .section-header-row{flex-direction:column;gap:1rem}.shipping-section .section-header-row .btn{width:100%}.shipping-rate-item{flex-direction:column;align-items:flex-start;gap:1rem}.rate-actions{width:100%}.rate-actions .btn{flex:1}}.visual-editor-cards{display:flex;flex-direction:column;gap:.75rem}.visual-editor-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.visual-editor-card:hover{border-color:var(--primary-green);box-shadow:0 2px 8px #3197541f}.visual-editor-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#dcfce7;border-radius:12px;color:var(--primary-green);flex-shrink:0}.visual-editor-card__info{flex:1;min-width:0}.visual-editor-card__info h3{margin:0;font-size:1rem;font-weight:600;color:#111}.visual-editor-card__info p{margin:.15rem 0 0;font-size:.8125rem;color:#6b7280}.visual-editor-card__arrow{font-size:1.5rem;color:#9ca3af;flex-shrink:0;transition:color .15s}.visual-editor-card:hover .visual-editor-card__arrow{color:var(--primary-green)}@media(prefers-reduced-motion:reduce){.site-settings-page *,.site-settings-page *:before,.site-settings-page *:after{transition:none!important;animation:none!important}}.admin-orders-page{padding:0;max-width:1400px;margin:0 auto}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.spinner{width:50px;height:50px;border:4px solid #dcfce7;border-top-color:var(--primary-green);border-radius:50%;animation:spin 1s linear infinite}.admin-orders-page .filters-bar{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 1px 3px #00000014}.admin-orders-page .filter-buttons{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:.5rem}.admin-orders-page .filter-chip{display:inline-flex!important;align-items:center;gap:.375rem;padding:.5rem .875rem;border:1.5px solid transparent;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap;width:fit-content!important;flex-shrink:0}.admin-orders-page .filter-chip:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.filter-chip .filter-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.filter-chip .filter-count{padding:.125rem .375rem;border-radius:6px;font-size:.75rem;font-weight:600;min-width:1.25rem;text-align:center}.filter-chip.filter-completed{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.filter-chip.filter-completed .filter-dot{background:#22c55e}.filter-chip.filter-completed .filter-count{background:#dcfce7;color:#166534}.filter-chip.filter-completed:hover{background:#dcfce7;border-color:#86efac}.filter-chip.filter-completed.active{background:#16a34a;border-color:#16a34a;color:#fff}.filter-chip.filter-completed.active .filter-dot{background:#fff}.filter-chip.filter-completed.active .filter-count{background:#fff3;color:#fff}.filter-chip.filter-cancelled{background:#fef2f2;border-color:#fecaca;color:#dc2626}.filter-chip.filter-cancelled .filter-dot{background:#ef4444}.filter-chip.filter-cancelled .filter-count{background:#fee2e2;color:#dc2626}.filter-chip.filter-cancelled:hover{background:#fee2e2;border-color:#fca5a5}.filter-chip.filter-cancelled.active{background:#dc2626;border-color:#dc2626;color:#fff}.filter-chip.filter-cancelled.active .filter-dot{background:#fff}.filter-chip.filter-cancelled.active .filter-count{background:#fff3;color:#fff}.search-box{flex-shrink:0}.search-wrapper{display:flex;align-items:center;border:none;border-radius:100px;background:#fff;padding:4px 4px 4px 16px;box-shadow:0 0 6px #0000001a;transition:box-shadow .2s ease}.search-wrapper:focus-within{box-shadow:0 0 6px #3197544d}.search-input{flex:1;padding:0;border:none;outline:none;font-size:14px;background:transparent;color:#404040;min-width:160px}.search-input::placeholder{color:#999}.search-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:100px;border:none;background:#319754;color:#fff;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}.search-btn img,.search-btn svg{width:12px;height:12px}.search-btn:hover{background:#278346}.aoc-list{display:flex;flex-direction:column;gap:.75rem}.aoc-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:box-shadow .2s ease}.aoc-card:hover{box-shadow:0 2px 8px #00000014}.aoc-card--highlight{border-color:#f59e0b;background:#fffdf7}.aoc-header{padding:.875rem 1rem .5rem}.aoc-header__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.375rem}.aoc-order-number{font-family:Courier New,monospace;font-weight:700;font-size:.9rem;color:var(--primary-green)}.aoc-badges{display:flex;gap:.375rem;flex-wrap:wrap;justify-content:flex-end}.aoc-badge{display:inline-block;padding:.2rem .6rem;border-radius:6px;font-size:.7rem;font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px}.aoc-badge--order.pending{background:#fef3c7;color:#92400e}.aoc-badge--order.confirmed{background:#dbeafe;color:#1e40af}.aoc-badge--order.processing{background:#e9d5ff;color:#6b21a8}.aoc-badge--order.shipped{background:#fed7aa;color:#c2410c}.aoc-badge--order.delivered{background:#d1f4e0;color:#0f5132}.aoc-badge--order.completed{background:#e8f5e9;color:#2e7d32}.aoc-badge--order.cancelled{background:#fee2e2;color:#991b1b}.aoc-badge--payment.pending{background:#fef3c7;color:#92400e}.aoc-badge--payment.verifying{background:#fff3e0;color:#e65100}.aoc-badge--payment.paid{background:#e8f5e9;color:#2e7d32}.aoc-badge--payment.rejected{background:#ffebee;color:#c62828}.aoc-badge--payment.failed{background:#fee2e2;color:#991b1b}.aoc-header__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.aoc-customer{display:flex;align-items:center;gap:.5rem;min-width:0}.aoc-customer__name{font-size:.875rem;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aoc-customer__phone{font-size:.8rem;color:#888;white-space:nowrap}.aoc-date{font-size:.8rem;color:#888;white-space:nowrap;flex-shrink:0}.aoc-items{padding:.5rem 1rem;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;background:#fafbfc}.aoc-item{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:.2rem 0;font-size:.825rem;color:#555}.aoc-item__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aoc-item__variant{color:#999;font-size:.775rem;margin-left:.25rem}.aoc-item__qty{font-weight:600;color:#666;flex-shrink:0}.aoc-tracking{padding:.4rem 1rem;font-size:.8rem;color:#1976d2;background:#e3f2fd;border-top:1px solid #bbdefb}.aoc-rejection{padding:.4rem 1rem;font-size:.8rem;color:#c62828;background:#ffebee;border-top:1px solid #ffcdd2;font-style:italic}.aoc-cancel-reason{padding:.4rem 1rem;font-size:.8rem;color:#991b1b;background:#fef2f2;border-top:1px solid #fecaca;border-left:3px solid #FF383C}.aoc-footer{padding:.625rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.aoc-footer__left{display:flex;align-items:center;gap:.75rem}.aoc-payment-method{font-size:.8rem;color:#888}.aoc-total{font-size:1rem;font-weight:700;color:#333}.aoc-actions{display:flex;gap:.375rem;flex-wrap:wrap;justify-content:flex-end}.aoc-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.375rem .75rem;border-radius:6px;font-size:.775rem;font-weight:600;cursor:pointer;border:1.5px solid transparent;transition:background-color .15s ease,border-color .15s ease;white-space:nowrap}.aoc-btn--view{background:#eff6ff;color:#1976d2;border-color:#bbdefb}.aoc-btn--view:hover{background:#2196f3;color:#fff;border-color:#2196f3}.aoc-btn--edit{background:#f5f5f4;color:#555;border-color:#d6d3d1}.aoc-btn--edit:hover{background:var(--primary-green);color:#fff;border-color:var(--primary-green)}.aoc-btn--verify{background:#fff3e0;color:#e65100;border-color:#ffcc80}.aoc-btn--verify:hover{background:#e65100;color:#fff;border-color:#e65100}.empty-state{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:4rem 2rem;text-align:center;box-shadow:0 1px 3px #00000014}.empty-icon{font-size:4rem;margin-bottom:1rem;color:var(--primary-green);opacity:.5}.empty-state h3{font-size:1.25rem;color:#333;margin:0 0 .5rem;font-weight:600}.empty-state p{font-size:.95rem;color:#666;margin:0}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:8px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 16px #0000001f}.modal-header{padding:1.5rem 2rem;border-bottom:2px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;background:#f0fdf4;border-radius:8px 8px 0 0}.modal-header h2{font-size:1.35rem;font-weight:700;color:var(--primary-green-dark);margin:0}.modal-close{width:36px;height:36px;border-radius:50%;border:none;background:none;color:#999;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}.modal-body{padding:2rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:.95rem;font-family:inherit;transition:border-color .2s ease;line-height:1.5}.form-group select{min-height:48px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #3a7d441a}.form-group input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.modal-footer{padding:1.25rem 2rem;border-top:2px solid #f0f0f0;display:flex;justify-content:flex-end;gap:.75rem;background:#fafafa;border-radius:0 0 8px 8px}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;border:none}.btn-primary:focus-visible,.btn-secondary:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.btn-primary{background:var(--primary-green);color:#fff;box-shadow:0 1px 3px #00000014}.btn-primary:hover:not(:disabled){box-shadow:0 1px 3px #00000014}.btn-primary:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}.btn-secondary{background:#f5f5f4;color:#1c1917;border:1.5px solid #d6d3d1}.btn-secondary:hover:not(:disabled){background:#f5f5f5;border-color:#d1d5db}.admin-orders-page .payment-alert{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;margin-bottom:1rem;font-size:.9rem;color:#856404}.admin-orders-page .payment-alert-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#ffc107;color:#fff;font-weight:700;font-size:.85rem;flex-shrink:0}.admin-orders-page .payment-alert-btn{margin-left:auto;padding:.3rem .75rem;background:#ffc107;color:#856404;border:none;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:600}.admin-orders-page .payment-filter-bar{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;margin-bottom:1rem;overflow-x:auto}.admin-orders-page .filter-label{font-size:.85rem;color:#666;font-weight:500;white-space:nowrap}.admin-orders-page .payment-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border:1px solid #ddd;border-radius:20px;background:#fff;color:#555;font-size:.8rem;cursor:pointer;transition:all .2s;white-space:nowrap}.admin-orders-page .payment-chip:hover{border-color:#aaa}.admin-orders-page .payment-chip.active{background:#333;color:#fff;border-color:#333}.admin-orders-page .payment-chip.chip-verifying.active{background:#e65100;border-color:#e65100}.admin-orders-page .payment-chip.chip-paid.active{background:#2e7d32;border-color:#2e7d32}.admin-orders-page .payment-chip.chip-rejected.active{background:#c62828;border-color:#c62828}.admin-orders-page .payment-chip.chip-pending.active{background:#f57f17;border-color:#f57f17}.admin-orders-page .chip-count{font-size:.75rem;background:#0000001a;color:#555;padding:.1rem .4rem;border-radius:10px}.admin-orders-page .payment-chip.active .chip-count{background:#ffffff40}.admin-orders-page .verify-modal{max-width:540px}.admin-orders-page .verify-header{background:linear-gradient(135deg,#e65100,#ff6d00)!important}.admin-orders-page .verify-header h2{color:#fff}.admin-orders-page .verify-order-summary{background:#f8f9fa;border-radius:8px;padding:1rem;margin-bottom:1rem}.admin-orders-page .verify-row{display:flex;justify-content:space-between;padding:.4rem 0;font-size:.9rem}.admin-orders-page .verify-row span{color:#666}.admin-orders-page .verify-total{border-top:1px solid #ddd;margin-top:.4rem;padding-top:.6rem}.admin-orders-page .verify-total strong{color:#dc2626;font-size:1.1rem}.admin-orders-page .verify-slip-section{margin-bottom:1rem}.admin-orders-page .verify-slip-section label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.admin-orders-page .slip-image-container{text-align:center;border:2px dashed #ddd;border-radius:8px;padding:1rem;cursor:pointer;transition:border-color .2s}.admin-orders-page .slip-image-container:hover{border-color:#e65100}.admin-orders-page .slip-image-container img{max-width:100%;max-height:300px;border-radius:4px;object-fit:contain}.admin-orders-page .slip-image-container.expanded img{max-height:500px}.admin-orders-page .slip-hint{display:block;font-size:.75rem;color:#999;margin-top:.5rem}.admin-orders-page .no-slip{text-align:center;padding:2rem;color:#999;background:#f5f5f5;border-radius:8px}.admin-orders-page .verify-footer{display:flex;gap:.75rem}.admin-orders-page .btn-reject{flex:1;padding:.75rem;background:#fff;color:#c62828;border:2px solid #c62828;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.admin-orders-page .btn-reject:hover:not(:disabled){background:#c62828;color:#fff}.admin-orders-page .btn-reject:disabled{opacity:.5;cursor:not-allowed}.admin-orders-page .btn-approve{flex:1;padding:.75rem;background:#2e7d32;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.admin-orders-page .btn-approve:hover:not(:disabled){background:#1b5e20}.admin-orders-page .btn-approve:disabled{opacity:.5;cursor:not-allowed}.aoc-card--group{border-color:#f59e0b;border-width:2px;background:linear-gradient(180deg,#fffbeb,#fff)}.aoc-card--group:hover{box-shadow:0 2px 12px #f59e0b26}.aoc-group-title{font-weight:700;font-size:.95rem;color:#b45309}.aoc-group-store-list{padding:.5rem 1rem;border-top:1px solid #fde68a;border-bottom:1px solid #fde68a;background:#fffdf5;display:flex;flex-direction:column;gap:.5rem}.aoc-group-store-item{padding:.5rem .75rem;background:#fff;border:1px solid #f0e6d0;border-radius:8px}.aoc-group-store-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.aoc-group-store-name{font-weight:600;font-size:.85rem;color:#333}.aoc-group-store-subtotal{font-weight:600;font-size:.85rem;color:#b45309}.aoc-group-store-products{display:flex;flex-direction:column;gap:.125rem}.aoc-group-store-product{font-size:.8rem;color:#666;padding-left:.5rem}.aoc-group-grand-total{color:#b45309;font-size:1.1rem}.aoc-group-badge{background:#e0f2fe;color:#0369a1;border:1px solid #7dd3fc}.admin-orders-page .verify-group-orders{margin-bottom:1rem}.admin-orders-page .verify-group-orders>label{display:block;font-weight:600;font-size:.9rem;color:#333;margin-bottom:.5rem}.admin-orders-page .verify-group-order-item{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;margin-bottom:.5rem}.admin-orders-page .verify-group-order-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem}.admin-orders-page .verify-group-order-number{font-family:Courier New,monospace;font-weight:700;font-size:.825rem;color:var(--primary-green)}.admin-orders-page .verify-group-order-store{font-size:.8rem;color:#666;font-weight:500}.admin-orders-page .verify-group-order-items{display:flex;flex-direction:column;gap:.125rem;margin-bottom:.375rem}.admin-orders-page .verify-group-order-product{font-size:.8rem;color:#555}.admin-orders-page .verify-group-order-subtotal{text-align:right;font-size:.875rem;font-weight:600;color:#333}.admin-orders-page .verify-group-total{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;margin-top:.5rem;background:#fff3e0;border:1.5px solid #ffcc80;border-radius:8px}.admin-orders-page .verify-group-total span{font-size:.95rem;font-weight:600;color:#e65100}.admin-orders-page .verify-group-total strong{font-size:1.15rem;color:#bf360c}.slip-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;cursor:pointer}.slip-lightbox img{max-width:90%;max-height:90vh;object-fit:contain;border-radius:8px}.lightbox-close{position:fixed;top:1rem;right:1rem;background:#fff3;border:none;color:#fff;font-size:2rem;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.admin-orders-page .filter-buttons{flex-direction:row!important;flex-wrap:wrap;gap:.5rem}.admin-orders-page .filter-chip{width:fit-content!important;flex-shrink:0}.aoc-header__top{flex-direction:column;align-items:flex-start;gap:.375rem}.aoc-badges{justify-content:flex-start}.aoc-header__meta{flex-direction:column;align-items:flex-start;gap:.25rem}.aoc-footer{flex-direction:column;align-items:stretch;gap:.5rem}.aoc-footer__left{justify-content:space-between}.aoc-actions{justify-content:flex-end}.modal-content{margin:0;width:95%}.modal-header,.modal-body{padding:1.25rem 1.5rem}.modal-footer{padding:1rem 1.5rem}}@media(max-width:576px){.admin-orders-page .filter-buttons{flex-direction:row!important;flex-wrap:wrap;gap:.5rem}.admin-orders-page .filter-chip{width:fit-content!important;flex-shrink:0;padding:.4rem .75rem;font-size:.8rem}.admin-orders-page .filter-chip .filter-count{padding:.1rem .4rem;font-size:.7rem;min-width:20px}.admin-orders-page .filter-chip .filter-dot{width:6px;height:6px}.aoc-btn{padding:.3rem .5rem;font-size:.725rem}}@media(prefers-reduced-motion:reduce){.admin-orders-page *,.admin-orders-page *:before,.admin-orders-page *:after{transition:none!important;animation:none!important}}.aod-page{padding:0;max-width:1200px;margin:0 auto}.aod-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem;color:#666}.aod-spinner{width:40px;height:40px;border:4px solid #dcfce7;border-top-color:#319754;border-radius:50%;animation:aod-spin .8s linear infinite}@keyframes aod-spin{to{transform:rotate(360deg)}}.aod-empty{text-align:center;padding:4rem 2rem;color:#666}.aod-btn-back{margin-top:1rem;padding:.6rem 1.5rem;background:#319754;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit}.aod-btn-back:hover{background:#2a8248}.aod-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;color:#666}.aod-breadcrumb button{background:none;border:none;color:#319754;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;font-family:inherit}.aod-breadcrumb button:hover{text-decoration:underline}.aod-breadcrumb-sep{color:#ccc}.aod-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.aod-header-left{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.aod-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;font-family:Courier New,monospace}.aod-header-badges{display:flex;gap:.5rem;align-items:center}.aod-dispute-link{padding:.25rem .625rem;border-radius:100px;font-size:.75rem;font-weight:500;white-space:nowrap;text-decoration:none;color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;transition:background .15s}.aod-dispute-link:hover{background:#ffedd5}.aod-header-date{font-size:.875rem;color:#888;white-space:nowrap;margin-top:.25rem}.aod-badge{display:inline-block;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap}.aod-badge--order.pending{background:#fef3c7;color:#92400e}.aod-badge--order.confirmed{background:#dbeafe;color:#1e40af}.aod-badge--order.processing{background:#e9d5ff;color:#6b21a8}.aod-badge--order.shipped{background:#fed7aa;color:#c2410c}.aod-badge--order.delivered{background:#d1f4e0;color:#0f5132}.aod-badge--order.completed{background:#e8f5e9;color:#2e7d32}.aod-badge--order.cancelled{background:#fee2e2;color:#991b1b}.aod-badge--payment.pending{background:#fef3c7;color:#92400e}.aod-badge--payment.verifying{background:#fff3e0;color:#e65100}.aod-badge--payment.paid{background:#e8f5e9;color:#2e7d32}.aod-badge--payment.rejected{background:#ffebee;color:#c62828}.aod-badge--payment.failed{background:#fee2e2;color:#991b1b}.aod-container{display:grid;grid-template-columns:1fr 380px;gap:1.5rem;align-items:start}.aod-main{display:flex;flex-direction:column;gap:1rem}.aod-sidebar{display:flex;flex-direction:column;gap:1rem;position:sticky;top:1.5rem}.aod-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0000000f}.aod-section-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #f4f4f5}.aod-section-title svg{color:#319754;flex-shrink:0}.aod-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.aod-section-header .aod-section-title{flex:1}.aod-edit-link{display:inline-flex;align-items:center;gap:.3rem;background:none;border:none;color:#319754;font-size:.825rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:background .15s;font-family:inherit;flex-shrink:0;margin-top:.1rem}.aod-edit-link:hover{background:#31975414}.aod-info-grid{display:flex;flex-direction:column;gap:.5rem}.aod-info-row{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.aod-info-label{color:#888;flex-shrink:0;width:70px}.aod-info-value{color:#333;font-weight:500}.aod-store-name{display:flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:#444;margin-bottom:.75rem}.aod-store-logo{width:22px;height:22px;border-radius:50%;object-fit:cover}.aod-items{display:flex;flex-direction:column;gap:.75rem}.aod-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#fafbfc;border-radius:8px;border:1px solid #f0f0f0}.aod-item-img{width:64px;height:64px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#f5f5f5}.aod-item-info{flex:1;min-width:0}.aod-item-name{font-size:.9rem;font-weight:600;color:#333;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aod-item-variant{font-size:.8rem;color:#888;margin:0 0 .15rem}.aod-item-sku{font-size:.75rem;color:#aaa;margin:0 0 .15rem}.aod-item-qty{font-size:.825rem;color:#666;margin:0}.aod-item-subtotal{font-size:.95rem;font-weight:700;color:#319754;white-space:nowrap;flex-shrink:0}.aod-address{font-size:.9rem;line-height:1.6}.aod-address-name{font-weight:600;color:#333;margin:0 0 .25rem}.aod-address-phone{color:#666;margin:0 0 .25rem}.aod-address-text{color:#555;margin:0}.aod-tracking-number{font-family:Courier New,monospace;font-weight:700;color:#1976d2!important}.aod-track-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#e8362a;color:#fff;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;margin-top:8px;transition:background .15s}.aod-track-btn:hover{background:#c72d22}.aod-timeline{display:flex;flex-direction:column}.aod-timeline-item{display:flex;align-items:flex-start;gap:.75rem;border-left:2px solid #e5e7eb;margin-left:.75rem;padding:.75rem 0 .75rem 1.25rem;position:relative}.aod-timeline-item:first-child{padding-top:0}.aod-timeline-item:last-child{padding-bottom:0;border-left-color:transparent}.aod-timeline-dot{position:absolute;left:-.75rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;background:#fff;border:2px solid #e5e7eb;border-radius:50%}.aod-timeline-item.latest .aod-timeline-dot{border-color:#319754;background:#f0fdf4}.aod-timeline-content{display:flex;flex-direction:column;gap:.15rem}.aod-timeline-label{font-size:.875rem;font-weight:600;color:#333}.aod-timeline-item.latest .aod-timeline-label{color:#319754}.aod-timeline-date{font-size:.8rem;color:#999}.aod-summary-rows{display:flex;flex-direction:column;gap:.5rem}.aod-summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:#555}.aod-summary-row.aod-discount span:last-child{color:#dc2626}.aod-summary-row.aod-total{border-top:2px solid #f0f0f0;padding-top:.75rem;margin-top:.25rem;font-weight:700;font-size:1.1rem;color:#1a1a1a}.aod-summary-row.aod-total span:last-child{color:#dc2626;font-size:1.25rem}.aod-slip-section{margin-top:1rem}.aod-slip-section label{display:block;font-weight:600;font-size:.85rem;color:#555;margin-bottom:.5rem}.aod-slip-container{text-align:center;border:2px dashed #ddd;border-radius:8px;padding:.75rem;cursor:pointer;transition:border-color .2s}.aod-slip-container:hover{border-color:#319754}.aod-slip-container img{max-width:100%;max-height:240px;border-radius:4px;object-fit:contain}.aod-slip-hint{display:block;font-size:.7rem;color:#999;margin-top:.375rem}.aod-no-slip{text-align:center;padding:2rem;color:#999;background:#f5f5f5;border-radius:8px;font-size:.9rem}.aod-alert{margin-top:.75rem;padding:.75rem 1rem;border-radius:8px;font-size:.85rem;line-height:1.5}.aod-alert--red{background:#fef2f2;color:#991b1b;border-left:3px solid #dc2626}.aod-alert--yellow{background:#fefce8;color:#854d0e;border-left:3px solid #eab308}.aod-alert strong{display:block;margin-bottom:.25rem}.aod-note{padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;margin-bottom:.5rem;font-size:.875rem}.aod-note:last-child{margin-bottom:0}.aod-note-label{display:block;font-size:.75rem;font-weight:600;color:#888;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.3px}.aod-note p{margin:0;color:#555;line-height:1.5}.aod-note--admin{background:#eff6ff;border-left:3px solid #2196f3}.aod-actions .aod-section-title{border-bottom:none;padding-bottom:0;margin-bottom:.75rem}.aod-action-buttons{display:flex;flex-direction:column;gap:.5rem}.aod-action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:background-color .15s,transform 50ms;font-family:inherit}.aod-action-btn:active{transform:scale(.98)}.aod-action-btn--status{background:#319754;color:#fff}.aod-action-btn--status:hover{background:#2a8248}.aod-action-btn--verify{background:#e65100;color:#fff}.aod-action-btn--verify:hover{background:#bf4400}.aod-action-btn--refund{background:#dc2626;color:#fff}.aod-action-btn--refund:hover{background:#b91c1c}.aod-action-btn--confirm-delivery{background:#059669;color:#fff}.aod-action-btn--confirm-delivery:hover{background:#047857}.aod-action-btn--confirm-delivery:disabled{background:#9ca3af;cursor:not-allowed}.aod-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.aod-modal{background:#fff;border-radius:12px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #00000026}.aod-modal--verify,.aod-modal--refund{max-width:500px}.aod-modal-header--refund{background:#fef2f2}.aod-modal-header--refund h2{color:#991b1b}.aod-modal-header{padding:1.25rem 1.5rem;border-bottom:2px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;background:#f0fdf4;border-radius:12px 12px 0 0}.aod-modal-header h2{font-size:1.15rem;font-weight:700;color:#1a5c2e;margin:0}.aod-modal-header--verify{background:linear-gradient(135deg,#e65100,#ff6d00)}.aod-modal-header--verify h2{color:#fff}.aod-modal-close{width:36px;height:36px;border-radius:50%;border:none;background:none;color:#999;font-size:1.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.aod-modal-close:hover{background:#fee2e2;color:#dc2626}.aod-modal-header--verify .aod-modal-close{color:#ffffffb3}.aod-modal-header--verify .aod-modal-close:hover{background:#fff3;color:#fff}.aod-modal-body{padding:1.5rem}.aod-modal-footer{padding:1rem 1.5rem;border-top:2px solid #f0f0f0;display:flex;justify-content:flex-end;gap:.75rem;background:#fafafa;border-radius:0 0 12px 12px}.aod-modal-footer--verify{justify-content:stretch}.aod-form-group{margin-bottom:1.25rem}.aod-form-group:last-child{margin-bottom:0}.aod-form-group label{display:block;font-size:.875rem;font-weight:600;color:#333;margin-bottom:.5rem}.aod-form-group input,.aod-form-group select,.aod-form-group textarea{width:100%;padding:.65rem .875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;font-family:inherit;transition:border-color .2s;box-sizing:border-box;line-height:1.5}.aod-form-group select{min-height:48px}.aod-form-group input:focus,.aod-form-group select:focus,.aod-form-group textarea:focus{outline:none;border-color:#319754;box-shadow:0 0 0 3px #3197541a}.aod-form-group input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.aod-btn-cancel{padding:.65rem 1.25rem;background:#f5f5f4;color:#333;border:1.5px solid #d6d3d1;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}.aod-btn-cancel:hover:not(:disabled){background:#e5e5e5}.aod-btn-save{padding:.65rem 1.25rem;background:#319754;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}.aod-btn-save:hover:not(:disabled){background:#2a8248}.aod-btn-save:disabled,.aod-btn-cancel:disabled{opacity:.5;cursor:not-allowed}.aod-btn-reject{flex:1;padding:.65rem;background:#fff;color:#c62828;border:2px solid #c62828;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;font-family:inherit;transition:all .2s}.aod-btn-reject:hover:not(:disabled){background:#c62828;color:#fff}.aod-btn-reject:disabled{opacity:.5;cursor:not-allowed}.aod-btn-approve{flex:1;padding:.65rem;background:#2e7d32;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;font-family:inherit;transition:background .2s}.aod-btn-approve:hover:not(:disabled){background:#1b5e20}.aod-btn-approve:disabled{opacity:.5;cursor:not-allowed}.aod-btn-refund{flex:1;padding:.65rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;font-family:inherit;transition:background .2s}.aod-btn-refund:hover:not(:disabled){background:#b91c1c}.aod-btn-refund:disabled{opacity:.5;cursor:not-allowed}.aod-form-hint{display:block;margin-top:.3rem;font-size:.8rem;color:#999}.aod-verify-summary{background:#f8f9fa;border-radius:8px;padding:1rem;margin-bottom:1rem}.aod-verify-row{display:flex;justify-content:space-between;padding:.35rem 0;font-size:.9rem}.aod-verify-row span{color:#666}.aod-verify-total{border-top:1px solid #ddd;margin-top:.4rem;padding-top:.6rem}.aod-verify-total strong{color:#dc2626;font-size:1.1rem}.aod-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;cursor:pointer}.aod-lightbox img{max-width:90%;max-height:90vh;object-fit:contain;border-radius:8px}.aod-lightbox-close{position:fixed;top:1rem;right:1rem;background:#fff3;border:none;color:#fff;font-size:2rem;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.aod-lightbox-close:hover{background:#ffffff59}.aod-modal--address{max-width:520px}.aod-autocomplete-wrap,.aod-autocomplete-field{position:relative}.aod-autocomplete-field input{width:100%;padding:.65rem .875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;font-family:inherit;transition:border-color .2s;box-sizing:border-box}.aod-autocomplete-field input:focus{outline:none;border-color:#319754;box-shadow:0 0 0 3px #3197541a}.aod-search-spinner{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#319754;border-radius:50%;animation:aod-spin .7s linear infinite}.aod-suggestions{position:absolute;top:100%;left:0;right:0;z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px #0000001f;max-height:220px;overflow-y:auto;margin:.25rem 0 0;padding:0;list-style:none}.aod-suggestion-item{padding:.6rem .875rem;font-size:.85rem;color:#333;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background .1s}.aod-suggestion-item:last-child{border-bottom:none}.aod-suggestion-item:hover{background:#f0fdf4}.aod-suggestion-sep{color:#ccc;margin:0 .15rem}.aod-suggestion-postal{color:#888;font-size:.8rem}@media(max-width:1024px){.aod-container{grid-template-columns:1fr}.aod-sidebar{position:static;order:-1}}@media(max-width:768px){.aod-header{flex-direction:column;gap:.5rem}.aod-header-left{flex-direction:column;align-items:flex-start;gap:.5rem}.aod-title{font-size:1.25rem}.aod-section{padding:1rem 1.25rem}.aod-item{gap:.75rem}.aod-item-img{width:52px;height:52px}}@media(max-width:480px){.aod-section{padding:.875rem 1rem;border-radius:10px}.aod-item{flex-wrap:wrap}.aod-item-subtotal{width:100%;text-align:right}.aod-info-row{flex-direction:column;align-items:flex-start;gap:.15rem}.aod-info-value{text-align:left}.aod-modal{margin:.5rem;border-radius:10px}}.create-store-page{min-height:calc(100vh - 200px);padding:2rem;background-color:var(--cream);display:flex;justify-content:center;align-items:flex-start}.create-store-container{background:#fff;border-radius:16px;padding:2.5rem;width:100%;max-width:600px;box-shadow:0 4px 20px #00000014}.create-store-container h1{color:var(--primary-green);font-size:1.75rem;margin-bottom:.5rem;text-align:center}.create-store-container .subtitle{color:var(--text-gray);text-align:center;margin-bottom:2rem}.create-store-form .form-group{margin-bottom:1.5rem}.create-store-form label{display:block;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.create-store-form input[type=text],.create-store-form textarea{width:100%;padding:.875rem;border:2px solid var(--border-gray);border-radius:8px;font-size:1rem;transition:all .3s}.create-store-form input[type=text]:focus,.create-store-form textarea:focus{border-color:var(--primary-green);outline:none;box-shadow:0 0 0 3px #2d6a4f1a}.create-store-form .char-count{display:block;text-align:right;font-size:.8rem;color:var(--text-gray);margin-top:.25rem}.logo-upload-container{display:flex;justify-content:center}.logo-upload-box{width:150px;height:150px;border:2px dashed var(--border-gray);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.logo-upload-box:hover{border-color:var(--primary-green);background-color:#2d6a4f05}.logo-upload-label{text-align:center;cursor:pointer}.logo-upload-label .upload-icon{font-size:2rem;color:var(--primary-green);margin-bottom:.5rem}.logo-upload-label .upload-text{font-weight:500;color:var(--text-dark);margin-bottom:.25rem}.logo-upload-label .upload-hint{font-size:.75rem;color:var(--text-gray)}.logo-preview-wrapper{text-align:center}.logo-preview{width:150px;height:150px;object-fit:cover;border-radius:12px;border:2px solid var(--border-gray)}.btn-remove-logo{display:block;margin:.75rem auto 0;padding:.5rem 1rem;background:none;border:1px solid var(--accent-red);color:var(--accent-red);border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .3s}.btn-remove-logo:hover{background:var(--accent-red);color:#fff}.terms-section{background:var(--light-gray);padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem}.terms-section p{font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.terms-section ul{margin:0;padding-left:1.25rem;color:var(--text-gray)}.terms-section li{margin-bottom:.25rem;font-size:.9rem}.btn-submit{width:100%;padding:1rem;background:var(--primary-green);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-submit:hover:not(:disabled){background:var(--light-green);transform:translateY(-2px);box-shadow:0 4px 12px #2d6a4f40}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center}.loading-container{text-align:center;padding:3rem}.spinner{width:40px;height:40px;border:4px solid var(--light-gray);border-top-color:var(--primary-green);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.success-container{background:#fff;border-radius:16px;padding:3rem;text-align:center;max-width:500px;box-shadow:0 4px 20px #00000014}.success-icon{width:80px;height:80px;background:var(--very-light-green);color:var(--primary-green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1.5rem}.success-container h2{color:var(--primary-green);margin-bottom:.5rem}.success-container p{color:var(--text-gray);margin-bottom:.5rem}.success-container .note{font-size:.9rem;color:var(--text-gray);margin-bottom:2rem}.success-actions{display:flex;flex-direction:column;gap:1rem}.existing-store-container{background:#fff;border-radius:16px;padding:2.5rem;text-align:center;max-width:500px;box-shadow:0 4px 20px #00000014}.existing-store-container h2{color:var(--text-dark);margin-bottom:1.5rem}.store-info-card{background:var(--light-gray);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.store-logo{width:100px;height:100px;object-fit:cover;border-radius:50%;margin-bottom:1rem;border:3px solid white}.store-details h3{color:var(--text-dark);margin-bottom:.5rem}.store-description{color:var(--text-gray);font-size:.9rem;margin-bottom:1rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-weight:500;font-size:.9rem}.status-badge.status-pending{background:#fef3c7;color:#d97706}.status-badge.status-approved{background:var(--very-light-green);color:var(--primary-green)}.status-badge.status-suspended{background:#fee2e2;color:#dc2626}.store-actions{display:flex;flex-direction:column;gap:1rem}.pending-note,.suspended-note{color:#dc2626;font-size:.9rem;margin-bottom:.5rem;font-weight:600}.btn-line{background:#06c755!important;text-decoration:none;text-align:center}.btn-line:hover{background:#05b04c!important}.rejected-notice{text-align:center;padding:1.5rem;margin-bottom:1.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px}.rejected-notice .rejected-icon{font-size:2rem;color:#dc2626}.rejected-notice h2{color:#dc2626;margin:.5rem 0;font-size:1.25rem}.rejected-notice p{color:#7f1d1d;margin:0;font-size:.95rem}.status-badge.status-rejected{background:#fee2e2;color:#991b1b}.suspended-notice{background:#fff7ed;border-color:#fed7aa}.suspended-notice h2{color:#c2410c}.suspended-notice p{color:#7c2d12}.btn-line-inline{display:inline-block;margin-top:.75rem;padding:.5rem 1.25rem;background:#06c755;color:#fff;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:600;transition:background .2s}.btn-line-inline:hover{background:#05b04c;color:#fff}.bank-section{margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.bank-section-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.bank-section-desc{font-size:.875rem;color:#6b7280;margin:0 0 1rem}.btn-primary{padding:1rem 2rem;background:var(--primary-green);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary:hover{background:var(--light-green)}.btn-secondary{padding:.875rem 2rem;background:#fff;color:var(--text-dark);border:2px solid var(--border-gray);border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s}.btn-secondary:hover{border-color:var(--primary-green);color:var(--primary-green)}.cs-popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.cs-popup{background:#fff;border-radius:16px;padding:2.5rem 2rem;text-align:center;max-width:420px;width:100%;box-shadow:0 20px 60px #00000026;animation:cs-popup-in .3s ease-out}@keyframes cs-popup-in{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.cs-popup__icon{width:72px;height:72px;background:var(--very-light-green);color:var(--primary-green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.25rem}.cs-popup__title{color:var(--primary-green);font-size:1.5rem;margin:0 0 .5rem}.cs-popup__text{color:var(--text-dark);font-size:1rem;margin:0 0 .25rem}.cs-popup__note{color:var(--text-gray);font-size:.875rem;margin:0 0 1.75rem}.cs-popup__btn{width:100%;padding:.875rem;background:var(--primary-green);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.cs-popup__btn:hover{background:var(--light-green)}@media(max-width:768px){.create-store-page{padding:1rem}.create-store-container,.success-container,.existing-store-container{padding:1.5rem}}.sd-page{background:#fafafa;min-height:calc(100vh - 60px)}.sd-hero{position:relative;background:linear-gradient(135deg,#1b6b3a,#3a7d44);margin-bottom:16px}.sd-hero-banner{height:200px;background-size:cover;background-position:center;position:relative}.sd-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#00000080)}.sd-hero-content{max-width:1200px;margin:-40px auto 0;padding:0 24px 24px;position:relative}.sd-hero-profile{display:flex;align-items:flex-end;gap:16px;margin-bottom:16px}.sd-hero-logo{width:80px;height:80px;border-radius:50%;border:3px solid white;object-fit:cover;background:#fff;flex-shrink:0;box-shadow:0 2px 8px #00000026}.sd-hero-logo--placeholder{display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600;color:#3a7d44;background:#fff}.sd-hero-info{padding-bottom:4px;flex:1}.sd-hero-name-row{display:flex;align-items:center;gap:12px}.sd-hero-name{font-size:22px;font-weight:600;color:#fff;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.3)}.sd-follow-btn{padding:6px 20px;border:2px solid white;border-radius:100px;background:transparent;color:#fff;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:all .2s;flex-shrink:0}.sd-follow-btn:hover{background:#fff3}.sd-follow-btn--active{background:#fff3;border-color:#fff9}.sd-follow-btn--active:hover{background:#ff000026;border-color:#ff646499}.sd-follow-btn:disabled{opacity:.6;cursor:not-allowed}.sd-hero-rating{display:flex;align-items:center;gap:4px;font-size:14px;color:#ffffffe6;margin-top:4px}.sd-star{color:gold}.sd-hero-rating-count{color:#ffffffb3;font-size:13px}.sd-hero-location{font-size:13px;color:#fffc;margin:4px 0 0}.sd-stats{display:flex;gap:12px;margin-bottom:12px}.sd-stat-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:12px 20px;display:flex;flex-direction:column;align-items:center;min-width:90px}.sd-stat-value{font-size:18px;font-weight:700;color:#fff}.sd-stat-label{font-size:12px;color:#fffc;margin-top:2px}.sd-hero-desc{font-size:14px;color:#ffffffd9;margin:0 0 8px;line-height:1.5}.sd-free-shipping{display:inline-flex;align-items:center;gap:4px;background:#fff3;border-radius:20px;padding:6px 14px;font-size:13px;color:#fff;font-weight:500}.sd-container{max-width:1200px;margin:0 auto;padding:0 24px 24px;display:flex;flex-direction:column;gap:16px}.sd-flash-section{background:#fff;border-radius:12px;padding:16px}.sd-flash-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.sd-flash-scroll>*{flex:0 0 180px;scroll-snap-align:start}.sd-flash-scroll::-webkit-scrollbar{height:4px}.sd-flash-scroll::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.sd-section-title{font-size:16px;font-weight:600;color:#111;margin:0 0 12px}.sd-toolbar{background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.sd-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.sd-tabs::-webkit-scrollbar{height:0}.sd-tab{padding:6px 16px;border-radius:20px;border:1px solid #e0e0e0;background:#fff;font-size:13px;font-weight:500;color:#555;cursor:pointer;white-space:nowrap;font-family:inherit;transition:all .15s}.sd-tab:hover{border-color:#3a7d44;color:#3a7d44}.sd-tab--active{background:#3a7d44;border-color:#3a7d44;color:#fff}.sd-tab--active:hover{color:#fff}.sd-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.sd-sort-select{padding:6px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;font-family:inherit;color:#333;background:#fff;cursor:pointer}.sd-price-filter{display:flex;align-items:center;gap:6px}.sd-price-input{width:90px;padding:6px 10px;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;font-family:inherit}.sd-price-input:focus{outline:none;border-color:#3a7d44}.sd-price-dash{color:#999;font-size:13px}.sd-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.sd-pagination{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 0}.sd-page-btn{padding:8px 20px;background:#fff;border:1px solid #d4d4d4;border-radius:100px;font-size:14px;color:#333;cursor:pointer;font-family:inherit;transition:background .15s}.sd-page-btn:hover:not(:disabled){background:#f5f5f5}.sd-page-btn:disabled{opacity:.4;cursor:not-allowed}.sd-page-info{font-size:14px;color:#8e8e93}.sd-reviews-section{background:#fff;border-radius:12px;padding:16px}.sd-reviews-list{display:flex;flex-direction:column;gap:12px}.sd-review-card{padding:12px;background:#f9f9f9;border-radius:10px}.sd-review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.sd-review-stars{display:flex;gap:2px;font-size:14px}.sd-star--filled{color:gold}.sd-star--empty{color:#ddd}.sd-review-date{font-size:12px;color:#999}.sd-review-text{font-size:14px;color:#333;margin:0 0 6px;line-height:1.5}.sd-review-user{font-size:12px;color:#888}.sd-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:30vh;gap:16px;color:#8e8e93;font-size:14px}.sd-spinner{width:36px;height:36px;border:3px solid #E5E5EA;border-top-color:#319754;border-radius:50%;animation:sdSpin .7s linear infinite}@keyframes sdSpin{to{transform:rotate(360deg)}}.sd-empty,.sd-empty-products{text-align:center;padding:60px 24px;background:#fff;border-radius:16px}.sd-empty h2{font-size:18px;font-weight:500;color:#111;margin:0 0 8px}.sd-empty p,.sd-empty-products p{font-size:14px;color:#8e8e93;margin:0}.sd-btn-back-home{margin-top:24px;padding:10px 24px;background:#319754;border:none;border-radius:100px;color:#fff;font-size:14px;font-family:inherit;cursor:pointer;transition:background .15s}.sd-btn-back-home:hover{background:#2a8548}@media(max-width:1024px){.sd-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.sd-hero-banner{height:150px}.sd-hero-content{padding:0 16px 20px}.sd-hero-logo{width:64px;height:64px}.sd-hero-name{font-size:18px}.sd-stats{flex-wrap:wrap}.sd-stat-card{flex:1;min-width:80px;padding:10px 12px}.sd-products-grid{grid-template-columns:repeat(2,1fr)}.sd-container{padding:0 16px 16px}.sd-filters{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.sd-hero-banner{height:120px}.sd-hero-logo{width:56px;height:56px}.sd-stat-value{font-size:16px}}.shop-dashboard{display:flex;min-height:calc(100vh - 70px);background:var(--cream)}.shop-sidebar{width:260px;background:#fff;color:var(--text-dark);transition:width .2s ease;position:sticky;top:70px;height:calc(100vh - 70px);overflow-y:auto;z-index:50;border-right:1px solid var(--border-light);border-radius:16px}.shop-sidebar.closed{width:72px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--border-light)}.shop-brand{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.shop-avatar-sm{width:44px;height:44px;border-radius:50%;background:var(--warm-gray-100);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;overflow:hidden;flex-shrink:0;border:2px solid var(--border-light)}.shop-avatar-sm img{width:100%;height:100%;object-fit:cover}.shop-avatar-sm .avatar-initial{color:var(--text-gray)}.shop-header-info{flex:1;min-width:0}.shop-header-name{font-size:16px;font-weight:500;color:var(--text-dark);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-header-role{font-size:14px;font-weight:400;color:var(--text-gray);margin:0}.sidebar-toggle{width:36px;height:36px;border-radius:50%;background:var(--warm-gray-50);border:1px solid var(--border-light);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0;flex-shrink:0;transition:background-color .2s ease}.sidebar-toggle:hover{background:var(--warm-gray-100)}.sidebar-toggle:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.toggle-bar{display:block;width:16px;height:2px;background:var(--text-gray);border-radius:1px;transition:transform .2s ease,opacity .2s ease}.sidebar-toggle.is-open .toggle-bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.sidebar-toggle.is-open .toggle-bar:nth-child(2){opacity:0}.sidebar-toggle.is-open .toggle-bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.sidebar-nav{padding:16px}.nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.nav-icon-circle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:100px;background:#f5f5f5;flex-shrink:0}.nav-icon-circle img{width:14px;height:14px;object-fit:contain}.nav-item{display:flex;align-items:center;gap:10px;padding:8px 12px 8px 8px;border-radius:200px;color:var(--text-dark);text-decoration:none;transition:background-color .2s ease,color .2s ease;font-weight:400;font-size:14px;position:relative}.nav-item:hover{background:var(--warm-gray-50)}.nav-item:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.nav-item.active{background:#3a7d4414;color:var(--primary-green);font-weight:500}.nav-item.active .nav-icon-circle{background:#3a7d441f}.nav-item--back{color:#ff3b30}.nav-item--back:hover{background:#ff3b300f;color:#ff3b30}.nav-item--back .nav-icon-circle{background:#ff3b3014}.nav-label{white-space:nowrap;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.nav-group{display:flex;flex-direction:column;gap:10px}.nav-group-header{display:flex;align-items:center;gap:10px;padding:8px 12px 8px 8px;width:100%;background:transparent;border:none;border-radius:200px;color:var(--text-dark);font-size:14px;font-weight:400;cursor:pointer;transition:background-color .2s ease,color .2s ease;text-align:left}.nav-group-header:hover{background:var(--warm-gray-50)}.nav-group-header:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.nav-group-header.has-active{color:var(--primary-green)}.nav-group-header.has-active .nav-icon-circle{background:#3a7d441f}.nav-arrow{display:flex;align-items:center;opacity:.4;transition:transform .2s ease;margin-left:auto}.nav-arrow.expanded{transform:rotate(180deg)}.nav-subitems-box{border:1px solid transparent;border-radius:16px;max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease-out,opacity .2s ease,border-color .2s ease}.nav-subitems-box.expanded{border-color:#f5f5f5;max-height:400px;opacity:1}.nav-subitems{list-style:none;padding:10px;margin:0;display:flex;flex-direction:column;gap:4px}.nav-subitem{font-size:14px}.shop-sidebar.closed .sidebar-header{flex-direction:column;align-items:center;gap:8px;padding:16px 8px}.shop-sidebar.closed .shop-brand{justify-content:center}.shop-sidebar.closed .sidebar-nav{padding:16px 8px}.shop-sidebar.closed .nav-list{align-items:center}.shop-sidebar.closed .nav-item,.shop-sidebar.closed .nav-group-header{justify-content:center;padding:8px;width:44px;height:44px}.shop-content{flex:1;padding:2rem;width:100%}.sidebar-overlay,.mobile-menu-toggle{display:none}@media(max-width:1024px){.shop-sidebar{position:fixed;left:0;top:70px;transform:translate(-100%);z-index:100;border-radius:0}.shop-sidebar.open{transform:translate(0)}.shop-content{padding:2rem 2rem 5rem}.sidebar-overlay{display:block;position:fixed;inset:70px 0 0;background:#0006;z-index:99;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;position:fixed;bottom:24px;left:16px;width:48px;height:48px;background:var(--primary-green);color:#fff;border:none;border-radius:50%;cursor:pointer;z-index:98;box-shadow:0 2px 8px #00000026;transition:background-color .2s ease,opacity .2s ease}.mobile-menu-toggle .toggle-bar{width:20px;height:2.5px;background:#fff}.mobile-menu-toggle:hover{background:var(--primary-green-dark)}.mobile-menu-toggle:active{opacity:.9}.mobile-menu-toggle:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}}@media(max-width:768px){.shop-sidebar{width:260px}.shop-content{padding:1rem 1rem 5rem}}@media(max-width:576px){.shop-sidebar{width:100%;top:160px;height:calc(100vh - 160px)}.sidebar-overlay{top:160px}.shop-content{padding:1rem 1rem 5rem}.sidebar-header{padding:12px}}.shop-sidebar::-webkit-scrollbar{width:4px}.shop-sidebar::-webkit-scrollbar-track{background:transparent}.shop-sidebar::-webkit-scrollbar-thumb{background:var(--warm-gray-200);border-radius:2px}.shop-sidebar::-webkit-scrollbar-thumb:hover{background:var(--warm-gray-300)}@media(prefers-reduced-motion:reduce){.shop-dashboard *,.shop-dashboard *:before,.shop-dashboard *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.shop-overview{max-width:1200px;margin:0 auto;width:100%}.overview-header{display:flex;align-items:center;margin-bottom:1rem;padding-left:1rem;min-height:70px}.shop-overview .page-title{font-size:1.5rem;font-weight:500;color:var(--text-dark, #000);margin:0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}.stat-card{background:#fff;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.stat-card.clickable{cursor:pointer;transition:box-shadow .2s,transform .15s}.stat-card.clickable:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.stat-top{display:flex;align-items:center;gap:.625rem}.stat-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f5f5f5;border-radius:8px;flex-shrink:0;color:var(--text-dark, #333)}.shop-overview .stat-value{font-size:1.25rem;font-weight:500;color:var(--text-dark, #000);font-variant-numeric:tabular-nums;white-space:nowrap}.shop-overview .stat-label{font-size:.875rem;font-weight:500;color:var(--text-dark, #000);margin:0}.wallet-overview-card{background:#fff;border-radius:16px;padding:1.25rem 1.5rem;margin-bottom:1rem;cursor:pointer;transition:box-shadow .2s,transform .15s}.wallet-overview-card:hover{box-shadow:0 4px 12px #3197541a;transform:translateY(-1px)}.wallet-overview-header{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#166534;margin-bottom:1rem;font-size:1rem}.wallet-overview-balances{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.wallet-overview-item{display:flex;flex-direction:column;gap:.25rem}.wallet-overview-label{font-size:.8rem;color:#6b7280}.wallet-overview-amount{font-size:1.15rem;font-weight:700}.wallet-overview-amount.available{color:#16a34a}.wallet-overview-amount.escrow{color:#6b7280}.wallet-overview-amount.total{color:#0369a1}.overview-section{background:#fff;border-radius:16px;padding:1rem;margin-bottom:1rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.shop-overview .section-title{font-size:1.25rem;font-weight:500;color:var(--text-dark, #000);margin:0}.btn-view-all{background:none;border:none;color:var(--primary-green);font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;padding:.375rem .75rem;border-radius:6px;text-decoration:none}.btn-view-all:hover{background:#f0fdf4}.btn-view-all:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.empty-state{text-align:center;padding:2.5rem 1.5rem}.empty-icon{color:var(--text-gray);opacity:.4;margin-bottom:.75rem;display:flex;justify-content:center}.empty-text{font-size:1rem;font-weight:600;color:var(--text-dark);margin:0 0 .375rem}.empty-subtext{font-size:.875rem;color:var(--text-gray);margin:0}.orders-list{display:flex;flex-direction:column;gap:.5rem}.order-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:#fafafa;border-radius:8px;transition:background-color .2s ease}.order-item:hover{background:#f0f0f0}.order-info{display:flex;flex-direction:column;gap:.125rem;min-width:120px}.order-id{font-weight:700;color:var(--text-dark);font-size:.875rem}.order-date{font-size:.75rem;color:var(--text-gray)}.order-customer{flex:1;font-size:.875rem;color:var(--text-dark);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-amount{font-weight:700;color:var(--primary-green);font-size:.9375rem;min-width:100px;text-align:right;font-variant-numeric:tabular-nums}.order-status{padding:.25rem .625rem;border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap}.order-status.status-pending{background:#fef3c7;color:#92400e}.order-status.status-confirmed{background:#dbeafe;color:#1e40af}.order-status.status-shipped{background:#e0e7ff;color:#4338ca}.order-status.status-delivered,.order-status.status-completed{background:#dcfce7;color:#166534}.order-status.status-cancelled{background:#fee2e2;color:#991b1b}.top-products-list{display:flex;flex-direction:column;gap:.5rem}.top-product-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fafafa;border-radius:8px;transition:background-color .2s ease}.top-product-item:hover{background:#f0f0f0}.product-rank{font-size:1rem;font-weight:800;color:var(--primary-green);min-width:36px}.top-product-item .product-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.top-product-item .product-name{font-weight:600;color:var(--text-dark);font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-product-item .product-sold{font-size:.75rem;color:var(--text-gray)}.product-revenue{font-weight:700;color:var(--primary-green);font-size:.9375rem;font-variant-numeric:tabular-nums}.loading-inline{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:var(--text-gray)}.spinner-small{width:20px;height:20px;border:2px solid var(--border-light);border-top-color:var(--primary-green);border-radius:50%;animation:spin .8s linear infinite}.loading-state{text-align:center;padding:4rem 2rem}.loading-state .spinner{width:40px;height:40px;border:3px solid var(--border-light);border-top-color:var(--primary-green);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-state p{color:var(--text-gray);font-size:.9375rem}.store-status-card{text-align:center;padding:3rem 2rem;background:#fff;border-radius:16px;max-width:500px;margin:2rem auto}.store-status-card .hint{font-size:.8125rem;margin-top:.75rem}.store-status-card .btn-primary-large{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;padding:.875rem 1.75rem;background:var(--primary-green);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.store-status-card .btn-primary-large:hover{background:var(--primary-green-dark)}.store-status-card.pending{border:1px solid #fde68a}.store-status-card.suspended{border:1px solid #fecaca}.store-status-card .status-actions{display:flex;gap:.75rem;justify-content:center;margin-top:1.25rem;flex-wrap:wrap}.btn-status{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none}.btn-reregister{background:var(--primary-green);color:#fff}.btn-reregister:hover{background:var(--primary-green-dark)}.btn-line-contact{background:#06c755;color:#fff}.btn-line-contact:hover{background:#05b04c}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.overview-header{padding-left:0;min-height:auto;margin-bottom:.75rem}.shop-overview .page-title{font-size:1.25rem}.stats-grid{grid-template-columns:1fr}.shop-overview .stat-value{font-size:1.125rem}.wallet-overview-balances{grid-template-columns:1fr;gap:.5rem}.wallet-overview-item{flex-direction:row;justify-content:space-between;align-items:center}.order-item{flex-wrap:wrap;padding:.75rem}.order-info{min-width:100px}.order-customer{display:none}.order-amount{min-width:auto}.top-product-item{padding:.625rem .75rem}.product-rank{font-size:.875rem;min-width:28px}}@media(max-width:576px){.store-status-card{padding:2rem 1.5rem;margin:1rem}.overview-section>.section-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media(max-width:480px){.order-item{flex-direction:column;align-items:flex-start;gap:.375rem}.order-info{flex-direction:row;gap:.75rem;width:100%}.order-amount{order:3}.order-status{order:4;margin-left:auto}}@media(prefers-reduced-motion:reduce){.shop-overview *,.shop-overview *:before,.shop-overview *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.btn-back{background:var(--cream);border:1px solid var(--border-light);padding:.5rem 1rem;border-radius:8px;font-size:.9rem;color:var(--text-dark);cursor:pointer;transition:background-color .2s ease,border-color .2s ease;margin-bottom:1rem;display:inline-flex;align-items:center;gap:.25rem}.btn-back:hover{background:var(--light-green);border-color:var(--primary-green)}.btn-back:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.tabs-container{display:flex;gap:1rem;margin-bottom:1.5rem}.tab{flex:1;padding:1rem 1.5rem;background:#fff;border:1px solid var(--border-light);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;color:var(--text-dark)}.tab:hover{border-color:var(--primary-green);background:var(--cream)}.tab:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.tab.active{background:var(--primary-green);color:#fff;border-color:var(--primary-green)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.section-header h2{margin:0;font-size:1.25rem;color:var(--text-dark)}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.image-card{position:relative;border:1px solid var(--border-light);border-radius:8px;overflow:hidden;transition:border-color .2s ease}.image-card:hover{border-color:var(--primary-green)}.image-card.primary{border-color:var(--primary-green);border-width:2px}.image-card img{width:100%;height:200px;object-fit:cover}.primary-badge{position:absolute;top:.5rem;right:.5rem;background:var(--primary-green);color:#fff;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600}.image-actions{padding:.75rem;background:#fff;display:flex;gap:.5rem;flex-direction:column}.btn-small{padding:.5rem .75rem;border:1px solid var(--border-light);border-radius:8px;background:#f5f5f4;color:var(--text-dark);cursor:pointer;font-size:.85rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.btn-small:hover{background:var(--primary-green);color:#fff;border-color:var(--primary-green)}.btn-small:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.btn-small.btn-danger{border-color:var(--accent-red);color:var(--accent-red)}.btn-small.btn-danger:hover{background:var(--accent-red);color:#fff}.options-list{display:flex;flex-direction:column;gap:1rem}.option-card{border:1px solid var(--border-light);border-radius:8px;padding:1.5rem;background:#fff}.option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.option-header h3{margin:0;font-size:1.1rem;color:var(--primary-green)}.option-values{display:flex;flex-wrap:wrap;gap:.5rem}.value-tag{display:inline-block;padding:.5rem 1rem;background:var(--cream);border:1px solid var(--border-light);border-radius:8px;font-size:.9rem;color:var(--text-dark)}.value-input-row{display:flex;gap:.5rem;margin-bottom:.5rem}.value-input-row input{flex:1}.variants-table{width:100%;border-collapse:collapse}.variants-table thead{background:var(--cream)}.variants-table th{padding:1rem 1.25rem;text-align:left;font-weight:600;color:var(--text-dark);font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-light)}.variants-table td{padding:1rem 1.25rem;border-bottom:1px solid var(--border-light);color:#333}.variants-table tbody tr{transition:background-color .2s ease}.variants-table tbody tr:hover{background:#f0fdf4}.empty-state{text-align:center;padding:3rem 2rem;color:var(--text-gray)}.empty-state p{margin:.5rem 0}.empty-state .hint{font-size:.9rem;color:var(--text-gray)}.modal-content{background:#fff;border-radius:8px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;border:1px solid var(--border-light)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-light)}.modal-header h2{margin:0;font-size:1.25rem;color:var(--text-dark)}.modal-close{width:36px;height:36px;border-radius:50%;border:none;background:var(--cream);font-size:1.5rem;cursor:pointer;transition:background-color .2s ease,color .2s ease;display:flex;align-items:center;justify-content:center}.modal-close:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.modal-footer{padding:1.5rem;border-top:1px solid var(--border-light);display:flex;gap:1rem;justify-content:flex-end}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-dark)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--border-light);border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:2px solid var(--primary-green);outline-offset:2px;border-color:var(--primary-green)}.btn-secondary{padding:.75rem 1.5rem;background:var(--cream);border:1px solid var(--border-light);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.btn-secondary:hover{background:var(--light-green);border-color:var(--primary-green);color:var(--primary-green)}.btn-cancel{padding:.75rem 1.5rem;background:#f5f5f4;border:1px solid var(--border-light);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.btn-cancel:hover{background:var(--cream)}.btn-cancel:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.btn-submit{padding:.75rem 1.5rem;background:var(--primary-green);border:1px solid var(--primary-green);color:#fff;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.btn-submit:hover{background:var(--primary-green-dark);border-color:var(--primary-green-dark)}.btn-submit:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.product-mode-card{background:#fff;border:1px solid var(--border-light)}.product-mode-toggle{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.mode-info h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--text-dark)}.mode-description{margin:0;color:var(--text-gray);font-size:.95rem}.mode-switch-btn{padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap;border:1px solid}.mode-switch-btn:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.mode-switch-btn.single-price{background:var(--primary-green);border-color:var(--primary-green);color:#fff}.mode-switch-btn.single-price:hover{background:var(--primary-green-dark);border-color:var(--primary-green-dark)}.mode-switch-btn.has-variants{background:#fff;border-color:var(--border-light);color:var(--text-dark)}.mode-switch-btn.has-variants:hover{border-color:var(--primary-green);color:var(--primary-green)}.mode-switch-btn:disabled{opacity:.6;cursor:not-allowed}.mode-indicator{margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--border-light)}.mode-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.9rem}.mode-indicator.single .mode-badge{background:#fff3cd;color:#856404}.mode-indicator.variants .mode-badge{background:#d1e7dd;color:#0f5132}.confirm-modal{max-width:480px}.confirm-content{text-align:center}.confirm-icon{margin-bottom:1rem;color:var(--primary-green);display:flex;align-items:center;justify-content:center}.confirm-icon.disable{color:#856404}.confirm-content p{margin:.5rem 0;color:var(--text-dark)}.confirm-content ul{text-align:left;padding-left:1.5rem;margin:1rem 0}.confirm-content ul li{margin:.5rem 0;color:var(--text-gray)}.confirm-example{background:var(--cream);padding:.75rem 1rem;border-radius:8px;font-size:.9rem;margin-top:1rem!important}.btn-enable{background:var(--primary-green);border-color:var(--primary-green)}.btn-disable{background:#6c757d;border-color:#6c757d}.form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.hint{font-size:.85rem;color:var(--text-gray);margin-top:.25rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}@media(max-width:768px){.images-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.tabs-container{flex-direction:column;gap:.5rem}.content-card>.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.modal-content{max-width:95%}.variants-table{font-size:.85rem}.variants-table th,.variants-table td{padding:.5rem}.product-mode-toggle{flex-direction:column;align-items:flex-start}.mode-switch-btn{width:100%;text-align:center}.form-row{grid-template-columns:1fr}}@media(max-width:576px){.confirm-modal{max-width:95%}}.variant-image-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;border:2px dashed #d0d0d0;border-radius:8px;color:#888;font-size:.85rem;transition:border-color .2s,color .2s}.variant-image-upload:hover{border-color:#226a3b;color:#226a3b}.variant-image-preview{position:relative;display:inline-block;width:120px;height:120px}.variant-image-preview img{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid #e0e0e0}.variant-image-remove{position:absolute;top:-6px;right:-6px;width:24px;height:24px;border-radius:50%;background:#ff4d4f;color:#fff;border:2px solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.variant-image-remove:hover{background:#d9363e}.spf-container{display:flex;flex-direction:column;min-height:calc(100vh - 120px);background:#fafafa}.spf-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;position:sticky;top:70px;background:#fafafa;z-index:10}.spf-header-title{font-size:24px;font-weight:500;color:#000;margin:0}.spf-header-actions{display:flex;gap:16px;align-items:center}.spf-btn-cancel{width:120px;height:40px;border-radius:100px;border:1px solid #ff3b30;background:transparent;color:#ff3b30;font-size:14px;cursor:pointer;transition:background .2s}.spf-btn-cancel:hover{background:#ff3b300d}.spf-btn-submit{width:120px;height:40px;border-radius:100px;border:none;background:#319754;color:#fff;font-size:14px;cursor:pointer;transition:background .2s}.spf-btn-submit:hover{background:#2a8248}.spf-btn-submit:disabled,.spf-btn-cancel:disabled{opacity:.5;cursor:not-allowed}.spf-body{display:flex;flex:1;gap:0;padding:0 16px 16px}.spf-sidebar{width:218px;min-width:218px;padding:0 16px 16px 0;position:sticky;top:144px;align-self:flex-start;height:fit-content}.spf-sidebar-card{background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:0}.spf-sidebar-item{display:flex;align-items:center;gap:8px;padding:4px 0;cursor:pointer;background:none;border:none;text-align:left;font-size:14px;transition:color .2s}.spf-sidebar-item.active{color:#000}.spf-sidebar-item:not(.active){color:#8e8e93}.spf-sidebar-check{width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.spf-sidebar-check.unvisited{background:#d1d1d6}.spf-sidebar-check.unvisited:after{content:"";width:6px;height:6px;background:#fff;border-radius:50%}.spf-sidebar-check.active{background:#ff9500;box-shadow:0 0 6px #ff95004d}.spf-sidebar-check.active:after{content:"";width:6px;height:6px;background:#fff;border-radius:50%}.spf-sidebar-check.valid{background:#34c759;box-shadow:0 0 4px #34c75926}.spf-sidebar-check.valid:after{content:"";width:6px;height:6px;background:#fff;border-radius:50%}.spf-sidebar-check.invalid{background:#ff3b30;box-shadow:0 0 6px #ff3b304d}.spf-sidebar-check.invalid:after{content:"";width:6px;height:6px;background:#fff;border-radius:50%}.spf-sidebar-connector{width:1px;height:12px;background:#d1d1d6;margin-left:7px}.spf-main{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0;padding-bottom:16px}.spf-section{background:#fff;border-radius:16px;padding:16px;overflow:hidden;scroll-margin-top:150px}.spf-section-title{font-size:20px;font-weight:500;color:#000;margin:0}.spf-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.spf-hint-row{display:flex;align-items:center;gap:8px;margin-top:10px}.spf-info-icon{width:14px;height:14px;flex-shrink:0}.spf-hint-text{font-size:12px;color:#8e8e93;margin:0}.spf-divider{border:none;border-top:1px solid #e5e5ea;margin:16px 0}.spf-toggle-label{position:relative;display:inline-block;cursor:pointer}.spf-toggle-label input{position:absolute;opacity:0;width:0;height:0}.spf-toggle-track{display:block;width:64px;height:28px;border-radius:100px;background:#3c3c434d;transition:background .25s;position:relative}.spf-toggle-track:after{content:"";position:absolute;width:24px;height:24px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .25s;box-shadow:0 1px 3px #00000026}.spf-toggle-label input:checked+.spf-toggle-track{background:#34c759}.spf-toggle-label input:checked+.spf-toggle-track:after{transform:translate(36px)}.spf-form-group{display:flex;flex-direction:column;gap:8px}.spf-label{font-size:14px;font-weight:500;color:#000;display:flex;align-items:center;gap:5px}.spf-label .required{color:#ff3b30}.spf-label-row{display:flex;align-items:center;justify-content:space-between}.spf-label-hint{font-size:12px;color:#8e8e93;font-weight:400}.spf-input,.spf-select{height:48px;border-radius:100px;background:#fafafa;border:none;padding:0 24px;font-size:14px;color:#000;outline:none;width:100%;box-sizing:border-box;-webkit-appearance:none;appearance:none}.spf-select{background-image:url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px 9px;padding-right:48px}.spf-textarea{border-radius:16px;background:#fafafa;border:none;padding:16px 24px;font-size:14px;color:#000;outline:none;width:100%;box-sizing:border-box;resize:vertical;min-height:80px}.spf-input::placeholder,.spf-select::placeholder,.spf-textarea::placeholder{color:#a3a3a3}.spf-input:focus,.spf-select:focus,.spf-textarea:focus{box-shadow:0 0 0 2px #31975433}.spf-field-hint{font-size:12px;color:#8e8e93;margin-top:-4px}.spf-field-hint a{color:#319754}.spf-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.spf-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.spf-full-width{grid-column:1 / -1}.spf-stepper-wrap{display:flex;align-items:center;height:48px;border-radius:100px;background:#fafafa;padding-left:24px;padding-right:8px;gap:8px}.spf-stepper-wrap .spf-stepper-input{flex:1;border:none;background:transparent;font-size:14px;color:#000;outline:none;min-width:0;padding:0;height:100%;-moz-appearance:textfield}.spf-stepper-wrap .spf-stepper-input::-webkit-outer-spin-button,.spf-stepper-wrap .spf-stepper-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.spf-stepper-btns{display:flex;height:32px;width:92px;flex-shrink:0;position:relative}.spf-stepper-btns:before{content:"";position:absolute;left:50%;top:4px;transform:translate(-50%);width:1px;height:24px;background:#3c3c434d;border-radius:8px}.spf-stepper-btn{flex:1;height:32px;border:none;background:#74748014;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:600;color:#000;transition:background .15s;padding:0}.spf-stepper-btn:hover{background:#74748029}.spf-stepper-btn:active{background:#7474803d}.spf-stepper-btn.dec{border-radius:100px 0 0 100px}.spf-stepper-btn.inc{border-radius:0 100px 100px 0}.spf-images-row{display:flex;gap:16px}.spf-image-slot{width:250px;height:250px;border:1px dashed #999;border-radius:16px;background:#c6c6c81a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;overflow:hidden;position:relative;transition:border-color .2s}.spf-image-slot:hover{border-color:#319754}.spf-image-slot input[type=file]{display:none}.spf-image-slot-icon{width:70px;height:51px;color:#666}.spf-image-slot-text{font-size:14px;color:#000}.spf-image-preview{width:250px;height:250px;border-radius:16px;overflow:hidden;position:relative}.spf-image-preview-clickable{display:block;width:100%;height:100%;cursor:pointer}.spf-image-preview-clickable input[type=file]{display:none}.spf-image-preview-clickable img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}.spf-image-preview-clickable:hover img{opacity:.7}.spf-image-preview .spf-image-badge{position:absolute;bottom:8px;left:8px;background:#0009;color:#fff;font-size:11px;padding:2px 8px;border-radius:100px}.spf-image-preview .spf-image-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;min-width:28px;min-height:28px;flex-shrink:0;padding:0;border-radius:50%;background:#7878801f;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;font-size:16px;font-weight:600;line-height:1;transition:background .2s;z-index:2}.spf-image-preview .spf-image-remove:hover{background:#ff3b3033}.spf-image-loading{width:250px;height:250px;border-radius:16px;background:#c6c6c81a;display:flex;align-items:center;justify-content:center}.spf-section.variants{background:transparent;border:1px solid #fff;background-image:linear-gradient(90deg,#3197541a 0% 100%),linear-gradient(90deg,#fff 0% 100%);padding:0}.spf-variants-header{padding:16px}.spf-variants-body{background:#fff;border-radius:16px;padding:16px}.spf-variants-empty{display:flex;flex-direction:column;align-items:center;gap:16px;padding:16px;border-radius:16px}.spf-variants-empty-icon{width:70px;height:75px;color:#8e8e93;opacity:.5}.spf-variants-empty-text{font-size:14px;color:#8e8e93}.spf-btn-add-variant{height:40px;padding:0 16px;border-radius:100px;background:#319754;color:#fff;border:none;font-size:14px;cursor:pointer;transition:background .2s}.spf-btn-add-variant:hover{background:#2a8248}.spf-variant-table-header{display:grid;grid-template-columns:80px 2fr 1fr 1fr 1fr 1fr;gap:10px;padding:16px;background:#d4d4d440;font-size:14px;color:#000}.spf-variant-table-header>span:nth-child(n+3){text-align:center}.spf-variant-row{display:grid;grid-template-columns:80px 2fr 1fr 1fr 1fr 1fr;gap:10px;padding:8px 16px;align-items:center;border-bottom:1px solid #e5e5ea}.spf-variant-row>*{min-width:0}.spf-variant-row:last-child{border-bottom:none}.spf-variant-thumb{width:100%;max-width:80px;aspect-ratio:1;border-radius:16px;object-fit:cover;background:#d4d4d8}.spf-variant-thumb-empty{width:100%;max-width:80px;aspect-ratio:1;border-radius:16px;background:#d4d4d8;display:flex;align-items:center;justify-content:center;color:#8e8e93;font-size:12px}.spf-variant-name{font-size:14px;font-weight:600;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spf-variant-price{font-size:14px;font-weight:500;color:#319754;text-align:center}.spf-variant-cell{font-size:14px;font-weight:500;text-align:center}.spf-variant-actions{display:flex;gap:10px;align-items:center;justify-content:center}.spf-variant-action-btn{width:28px;height:28px;min-width:28px;min-height:28px;flex-shrink:0;padding:0;border-radius:50%;background:#7878801f;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;font-size:14px;font-weight:600;color:#000;line-height:1}.spf-variant-action-btn:hover{background:#7878803d}.spf-variant-action-btn.danger{color:#ff3b30}.spf-variant-action-btn.danger:hover{background:#ff3b3026}.spf-variants-add-row{display:flex;align-items:center;justify-content:center;padding:16px}.spf-section.flash-sale-off{background:#fff}.spf-section.flash-sale-on{background-image:linear-gradient(180deg,#ff3b300d,#ff3b301a),linear-gradient(90deg,#fff 0% 100%)}.spf-flash-title{font-size:20px;font-weight:500;color:#ff3b30;margin:0}.spf-section.seo{background:#fff}.spf-settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.spf-setting-card{border-radius:16px;background:#fafafa;padding:16px;display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden}.spf-setting-card.sale-on{background:linear-gradient(180deg,#fff9f6b3,#f9e4dbb3),#fff}.spf-setting-card.featured-on{background:linear-gradient(180deg,#f6fff9b3,#dbf9e4b3),#fff}.spf-setting-card-header{display:flex;align-items:center;justify-content:space-between}.spf-setting-card-label{font-size:14px;font-weight:500;color:#000}.spf-setting-card-deco{position:absolute;bottom:0;right:0;width:64px;height:60px;opacity:.5;pointer-events:none}.spf-setting-card.sale-on .spf-setting-card-deco,.spf-setting-card.featured-on .spf-setting-card-deco{opacity:1;width:74px;height:70px}.spf-variant-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.spf-variant-modal{background:#fff;border-radius:16px;box-shadow:0 0 8px #00000040;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.spf-variant-modal-header{display:flex;align-items:center;justify-content:space-between}.spf-variant-modal-title{font-size:20px;font-weight:500;color:#000;margin:0}.spf-variant-modal-close{width:28px;height:28px;min-width:28px;min-height:28px;flex-shrink:0;padding:0;border-radius:50%;background:#7878801f;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:600;color:#000;line-height:1}.spf-variant-image-upload{display:flex;justify-content:center}.spf-variant-image-slot{width:200px;height:200px;border:1px dashed #999;border-radius:16px;background:#c6c6c81a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;position:relative}.spf-variant-image-slot input[type=file]{display:none}.spf-variant-image-preview{width:200px;height:200px;border-radius:16px;overflow:hidden;position:relative}.spf-variant-image-preview img{width:100%;height:100%;object-fit:cover}.spf-variant-image-preview .spf-image-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;min-width:28px;min-height:28px;flex-shrink:0;padding:0;border-radius:50%;background:#7878801f;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:600;color:#000;line-height:1}.spf-variant-modal-submit{width:100%;height:49px;border-radius:100px;background:#008c45;color:#fff;border:none;font-size:14px;cursor:pointer;transition:background .2s}.spf-variant-modal-submit:hover{background:#007a3d}@keyframes spf-spin{to{transform:rotate(360deg)}}.spf-spinner{width:24px;height:24px;border:3px solid rgba(49,151,84,.2);border-top-color:#319754;border-radius:50%;animation:spf-spin .8s linear infinite}.spf-page-loading{display:flex;align-items:center;justify-content:center;min-height:400px}@media(max-width:1024px){.spf-sidebar{display:none}.spf-grid-3,.spf-settings-grid{grid-template-columns:repeat(2,1fr)}.spf-variant-table-header,.spf-variant-row{grid-template-columns:60px 2fr 1fr 1fr 80px}.spf-variant-table-header>span:nth-child(5),.spf-variant-row>*:nth-child(5){display:none}.spf-images-row{flex-wrap:wrap}.spf-image-slot,.spf-image-preview,.spf-image-loading{width:180px;height:180px}}@media(max-width:768px){.spf-header{padding:12px 16px;flex-wrap:wrap;gap:12px}.spf-header-title{font-size:20px}.spf-grid-3,.spf-grid-2,.spf-settings-grid{grid-template-columns:1fr}.spf-variant-table-header,.spf-variant-row{grid-template-columns:60px 1fr 1fr 80px}.spf-variant-table-header>span:nth-child(4),.spf-variant-row>*:nth-child(4),.spf-variant-table-header>span:nth-child(5),.spf-variant-row>*:nth-child(5){display:none}.spf-image-slot,.spf-image-preview,.spf-image-loading{width:140px;height:140px}.spf-body{padding:0 8px 16px}.spf-btn-cancel,.spf-btn-submit{width:auto;min-width:80px;padding:0 16px}}.spf-custom-shipping-section{margin-top:16px;padding:16px;background:#fff8e1;border:1px solid #ffe082;border-radius:10px}.spf-custom-shipping-warning{font-size:13px;color:#e65100;margin-bottom:12px;line-height:1.5;font-weight:500}.shop-page{max-width:1200px;margin:0 auto;width:100%}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.page-header>div:first-child{flex:1}.header-actions{display:flex;gap:.75rem;align-items:center}.btn-add{padding:.625rem 1.25rem;background:var(--primary-green);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,opacity .2s ease;display:inline-flex;align-items:center;gap:.5rem;touch-action:manipulation}.btn-add:hover{background:var(--primary-green-dark)}.btn-add:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.btn-primary{background:var(--primary-green);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:background-color .2s ease,opacity .2s ease;touch-action:manipulation}.btn-primary:hover{background:var(--primary-green-dark)}.btn-primary:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-primary-large{background:var(--primary-green);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:background-color .2s ease,opacity .2s ease;text-decoration:none}.btn-primary-large:hover{background:var(--primary-green-dark)}.btn-primary-large:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.filter-select{padding:.625rem 1rem;border:1px solid var(--border-gray);border-radius:8px;font-size:.875rem;font-weight:500;color:var(--text-dark);background:#fff;cursor:pointer;transition:border-color .2s ease}.filter-select:hover{border-color:var(--primary-green)}.filter-select:focus-visible{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #2d6a4f1a}.content-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid var(--border-light);min-height:400px}.empty-state-large{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.empty-icon-large{color:var(--text-gray);opacity:.4;margin-bottom:1.5rem}.empty-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin:0 0 .75rem}.empty-description{font-size:1rem;color:var(--text-gray);line-height:1.6;margin:0 0 1.5rem;max-width:500px}@media(max-width:768px){.page-header{flex-direction:column}.header-actions{width:100%}.filter-select{flex:1}.btn-primary{width:100%;justify-content:center}.empty-state-large{padding:3rem 1rem}.empty-title{font-size:1.25rem}.empty-description{font-size:.9375rem}}@media(max-width:576px){.content-card{padding:1rem}.empty-state-large{padding:2rem 1rem;min-height:300px}}.store-status-card{text-align:center;padding:3rem 2rem;background:#fff;border-radius:8px;max-width:500px;margin:2rem auto;border:1px solid var(--border-light)}.store-status-card .status-icon{color:var(--text-gray);margin-bottom:1.25rem;display:flex;justify-content:center}.store-status-card h2{font-size:1.375rem;font-weight:700;color:var(--text-dark);margin:0 0 .75rem}.store-status-card p{font-size:.9375rem;color:var(--text-gray);margin:0 0 .5rem;line-height:1.6}.store-status-card .hint{font-size:.8125rem;color:var(--text-gray);margin-top:.75rem}.store-status-card .btn-primary-large{margin-top:1.5rem;text-decoration:none}.store-status-card.pending{border-color:#fde68a}.store-status-card.pending .status-icon{color:#f59e0b}.store-status-card.suspended{border-color:#fecaca}.store-status-card.suspended .status-icon{color:#ef4444}@media(max-width:576px){.store-status-card{padding:2rem 1.5rem;margin:1rem}.store-status-card h2{font-size:1.25rem}}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.spinner{width:40px;height:40px;border:3px solid var(--border-light);border-top-color:var(--primary-green);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.filters-bar{background:#fff;border:1px solid var(--border-light);border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.filter-buttons{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:.375rem}.shop-page .filter-chip{display:inline-flex!important;align-items:center;gap:.375rem;padding:.375rem .75rem;border:1px solid transparent;border-radius:6px;cursor:pointer;font-size:.8125rem;font-weight:500;transition:background-color .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap;width:fit-content!important;flex-shrink:0;touch-action:manipulation}.filter-chip .filter-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.filter-chip .filter-icon{font-size:.75rem;line-height:1}.filter-chip .filter-count{padding:.0625rem .375rem;border-radius:4px;font-size:.6875rem;font-weight:600;min-width:1.25rem;text-align:center}.filter-chip.filter-all{background:#f8fafc;border-color:#e2e8f0;color:#475569}.filter-chip.filter-all .filter-icon{color:#64748b}.filter-chip.filter-all .filter-count{background:#e2e8f0;color:#475569}.filter-chip.filter-all:hover{background:#f1f5f9;border-color:#cbd5e1}.filter-chip.filter-all.active{background:#334155;border-color:#334155;color:#fff}.filter-chip.filter-all.active .filter-icon{color:#fff}.filter-chip.filter-all.active .filter-count{background:#fff3;color:#fff}.filter-chip.filter-pending{background:#fffbeb;border-color:#fde68a;color:#b45309}.filter-chip.filter-pending .filter-dot{background:#f59e0b}.filter-chip.filter-pending .filter-count{background:#fef3c7;color:#b45309}.filter-chip.filter-pending:hover{background:#fef3c7;border-color:#fcd34d}.filter-chip.filter-pending.active{background:#f59e0b;border-color:#f59e0b;color:#fff}.filter-chip.filter-pending.active .filter-dot{background:#fff}.filter-chip.filter-pending.active .filter-count{background:#fff3;color:#fff}.filter-chip.filter-confirmed{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.filter-chip.filter-confirmed .filter-dot{background:#3b82f6}.filter-chip.filter-confirmed .filter-count{background:#dbeafe;color:#1d4ed8}.filter-chip.filter-confirmed:hover{background:#dbeafe;border-color:#93c5fd}.filter-chip.filter-confirmed.active{background:#2563eb;border-color:#2563eb;color:#fff}.filter-chip.filter-confirmed.active .filter-dot{background:#fff}.filter-chip.filter-confirmed.active .filter-count{background:#fff3;color:#fff}.filter-chip.filter-processing{background:#faf5ff;border-color:#e9d5ff;color:#7c3aed}.filter-chip.filter-processing .filter-dot{background:#a855f7}.filter-chip.filter-processing .filter-count{background:#f3e8ff;color:#7c3aed}.filter-chip.filter-processing:hover{background:#f3e8ff;border-color:#d8b4fe}.filter-chip.filter-processing.active{background:#9333ea;border-color:#9333ea;color:#fff}.filter-chip.filter-processing.active .filter-dot{background:#fff}.filter-chip.filter-processing.active .filter-count{background:#fff3;color:#fff}.filter-chip.filter-shipped{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.filter-chip.filter-shipped .filter-dot{background:#f97316}.filter-chip.filter-shipped .filter-count{background:#ffedd5;color:#c2410c}.filter-chip.filter-shipped:hover{background:#ffedd5;border-color:#fdba74}.filter-chip.filter-shipped.active{background:#ea580c;border-color:#ea580c;color:#fff}.filter-chip.filter-shipped.active .filter-dot{background:#fff}.filter-chip.filter-shipped.active .filter-count{background:#fff3;color:#fff}.filter-chip.filter-delivered{background:#f0fdf4;border-color:#bbf7d0;color:var(--primary-green-dark)}.filter-chip.filter-delivered .filter-dot{background:var(--primary-green-light)}.filter-chip.filter-delivered .filter-count{background:#dcfce7;color:var(--primary-green-dark)}.filter-chip.filter-delivered:hover{background:#dcfce7;border-color:#86efac}.filter-chip.filter-delivered.active{background:var(--primary-green);border-color:var(--primary-green);color:#fff}.filter-chip.filter-delivered.active .filter-dot{background:#fff}.filter-chip.filter-delivered.active .filter-count{background:#fff3;color:#fff}.filter-btn{padding:.375rem .875rem;border:1px solid var(--border-gray);border-radius:6px;background:#fff;color:var(--text-gray);font-size:.8125rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap}.filter-btn:hover{border-color:var(--primary-green);color:var(--primary-green)}.filter-btn.active{background:var(--primary-green);color:#fff;border-color:var(--primary-green)}.search-box{display:flex}.search-box input{flex:1;padding:.5rem .75rem;border:1px solid var(--border-gray);border-radius:8px;font-size:.875rem}.search-box input:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #2d6a4f1a}.orders-table-container{background:#fff;border:1px solid var(--border-light);border-radius:8px;overflow:hidden}.orders-table{width:100%;border-collapse:collapse}.orders-table thead{background:var(--warm-gray-50)}.orders-table th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.75rem;color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-light)}.orders-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border-light);vertical-align:middle;color:var(--text-dark);font-size:.875rem}.orders-table tbody tr{transition:background-color .2s ease}.orders-table tbody tr:hover{background:var(--warm-gray-50)}.order-number{font-family:Courier New,monospace;font-weight:600;color:var(--primary-green)}.customer-info{display:flex;flex-direction:column;gap:2px}.customer-info strong{font-size:.875rem;color:var(--text-dark)}.customer-info small{font-size:.75rem;color:var(--text-gray)}.items-count{font-size:.875rem;color:var(--text-gray)}.order-total{font-size:.9375rem;font-weight:600;color:var(--text-dark);font-variant-numeric:tabular-nums}.payment-info{display:flex;flex-direction:column;gap:4px}.payment-method{font-size:.8125rem;color:var(--text-dark)}.payment-status{display:inline-block;padding:.1875rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase}.payment-status.pending{background:#fef3c7;color:#92400e}.payment-status.paid{background:#dcfce7;color:#166534}.payment-status.failed{background:#fee2e2;color:#991b1b}.status-badge{display:inline-block;padding:.25rem .625rem;border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.confirmed{background:#dbeafe;color:#1e40af}.status-badge.processing{background:#e9d5ff;color:#6b21a8}.status-badge.shipped{background:#fed7aa;color:#c2410c}.status-badge.delivered{background:#dcfce7;color:#166534}.status-badge.cancelled{background:#fee2e2;color:#991b1b}.order-date{font-size:.8125rem;color:var(--text-gray)}.action-buttons{display:flex;gap:6px}.btn-action{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-gray);border-radius:6px;background:#fff;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;color:var(--text-gray);touch-action:manipulation}.btn-action:hover{border-color:var(--primary-green);background:#f0fdf4;color:var(--primary-green)}.btn-action:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:8px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 24px #00000026}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:8px 8px 0 0}.modal-header h2{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin:0}.modal-close{width:32px;height:32px;border-radius:6px;border:none;background:none;color:var(--text-gray);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease;touch-action:manipulation}.modal-close:hover{background:#fee2e2;color:#dc2626}.modal-close:focus-visible{outline:2px solid #dc2626;outline-offset:2px}.modal-body{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.8125rem;font-weight:600;color:var(--text-dark);margin-bottom:.375rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--border-gray);border-radius:6px;font-size:.875rem;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #2d6a4f1a}.sod-cancel-form{margin-bottom:.5rem}.sod-cancel-form__label{font-size:.875rem;font-weight:600;color:var(--text-dark);margin:0 0 .75rem}.sod-cancel-reasons{display:flex;flex-direction:column;gap:.625rem}.sod-cancel-reason-option{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-size:.875rem;font-weight:400;color:#374151;margin:0;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:8px;transition:all .15s}.sod-cancel-reason-option:hover{border-color:#f97316;background:#fff7ed}.sod-cancel-reason-option:has(input:checked){border-color:#f97316;background:#fff7ed}.sod-cancel-reason-option input[type=radio]{width:18px;height:18px;padding:0;margin:0;border:none;box-shadow:none;accent-color:#f97316;flex-shrink:0;cursor:pointer}.sod-cancel-reason-option span{line-height:1.4}.sod-cancel-form__textarea{width:100%;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-family:inherit;resize:vertical;margin-top:.625rem}.sod-cancel-form__textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.sod-cancel-form__note{font-size:.8125rem;color:#9ca3af;margin:.75rem 0 0}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border-light);display:flex;justify-content:flex-end;gap:.5rem;background:var(--warm-gray-50);border-radius:0 0 8px 8px}.btn-secondary{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;border:1px solid var(--border-gray);background:#fff;color:var(--text-dark)}.btn-secondary:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.btn-secondary:hover:not(:disabled){background:var(--warm-gray-50);border-color:var(--warm-gray-300)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.modal-footer .btn-primary{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600}.modal-footer .btn-primary:disabled{opacity:.5;cursor:not-allowed}.ship-modal-info{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:10px 14px;font-size:13px;color:#166534;margin-bottom:12px}.tracking-hint{font-size:12px;margin-top:4px;padding:4px 0;line-height:1.4}.tracking-hint--success{color:#16a34a}.tracking-hint--warning{color:#d97706}.tracking-hint--error{color:#dc2626}.input-error{border-color:#dc2626!important}@media(max-width:768px){.filter-buttons{flex-direction:row!important;flex-wrap:wrap;gap:.375rem}.shop-page .filter-chip{width:fit-content!important;flex-shrink:0}.orders-table-container{overflow-x:auto}.orders-table{min-width:900px}.modal-content{margin:0 10px}}@media(max-width:576px){.filter-buttons{flex-direction:row!important;flex-wrap:wrap;gap:.375rem}.shop-page .filter-chip{width:fit-content!important;flex-shrink:0;padding:.3rem .625rem;font-size:.75rem}.shop-page .filter-chip .filter-count{padding:.0625rem .375rem;font-size:.6875rem;min-width:20px}.shop-page .filter-chip .filter-dot{width:6px;height:6px}}@media(prefers-reduced-motion:reduce){.shop-page *,.shop-page *:before,.shop-page *:after,.modal-overlay *,.modal-overlay *:before,.modal-overlay *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.soc-page-header{display:flex;align-items:center;justify-content:space-between;height:100px;padding-left:16px}.soc-page-title{font-size:24px;font-weight:500;color:#000;margin:0}.soc-search-bar{display:flex;align-items:center;gap:16px;width:300px;height:40px;background:#fff;border-radius:100px;box-shadow:0 0 6px #0000001a;padding:4px 4px 4px 16px}.soc-search-bar input{flex:1;min-width:0;border:none;outline:none;background:none;font-family:inherit;font-size:14px;color:#404040}.soc-search-bar input::placeholder{color:#999}.soc-search-btn{width:32px;height:32px;border-radius:100px;background:#319754;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s}.soc-search-btn:hover{opacity:.85}.soc-tabs{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:100px;padding:8px;box-shadow:0 0 6px #0000001a;overflow-x:auto;margin-bottom:16px;gap:2px;-ms-overflow-style:none;scrollbar-width:none}.soc-tabs::-webkit-scrollbar{display:none}.soc-tab{display:inline-flex;align-items:center;gap:10px;padding:4px 8px 4px 12px;border-radius:100px;border:none;background:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:400;color:#000;white-space:nowrap;transition:background .2s;flex-shrink:0}.soc-tab:hover{background:#0000000a}.soc-tab--active{background:#d4d4d440;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-weight:500}.soc-tab__icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;color:#000}.soc-tab__label{line-height:1}.soc-tab__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:4px 8px;border-radius:100px;background:#ff383c;color:#fff;font-size:8px;font-weight:400;box-shadow:0 2px 4px #00000026}.soc-list{display:flex;flex-direction:column;gap:10px}.soc-card{background:#fff;border-radius:16px;padding:16px;cursor:pointer;transition:box-shadow .2s ease;display:flex;flex-direction:column;gap:10px;overflow:hidden}.soc-card:hover{box-shadow:0 2px 12px #00000014}.soc-card__row1{display:flex;align-items:center;justify-content:space-between}.soc-card__left{display:flex;align-items:center;gap:10px;min-width:0}.soc-order-number{font-size:14px;font-weight:500;color:#000}.soc-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;border-radius:100px;font-size:12px;font-weight:500;color:#fff;white-space:nowrap}.soc-detail-link{display:inline-flex;align-items:center;gap:10px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:12px;color:#000;white-space:nowrap;flex-shrink:0}.soc-detail-link:hover{opacity:.7}.soc-detail-link svg{flex-shrink:0}.soc-card__row2{display:flex;justify-content:flex-end}.soc-card__date{font-size:12px;font-weight:400;color:#8e8e93;white-space:nowrap}.soc-divider{width:100%;height:1px;background:#e5e5ea;flex-shrink:0}.soc-items{display:flex;flex-direction:column;gap:10px}.soc-item{display:flex;gap:10px;align-items:flex-start}.soc-item__img{width:60px;height:60px;border-radius:16px;object-fit:cover;flex-shrink:0;background:#f5f5f5}.soc-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.soc-item__name{font-size:12px;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.soc-item__variant{font-size:10px;font-weight:400;color:#000}.soc-item__row{display:flex;align-items:center;justify-content:space-between;width:100%}.soc-item__qty{font-size:10px;font-weight:400;color:#999}.soc-item__price{font-size:14px;font-weight:600;color:#000}.soc-address-box{background:#f2f2f780;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:10px}.soc-address-box__name{font-size:14px;font-weight:500;color:#000}.soc-address-box__divider{width:100%;height:1px;background:#e5e5ea}.soc-address-box__details{display:flex;flex-direction:column;gap:4px}.soc-address-box__phone{font-size:14px;font-weight:400;color:#000}.soc-address-box__addr{font-size:12px;font-weight:400;color:#000;line-height:1.5;word-break:break-word}.soc-status-msg{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:100px}.soc-status-msg svg{flex-shrink:0}.soc-status-msg span{font-size:12px;font-weight:400}.soc-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.soc-total{display:flex;align-items:center;gap:10px;height:33px}.soc-total__label{font-size:14px;font-weight:500;color:#8e8e93}.soc-total__amount{font-size:20px;font-weight:500;color:#ff383c}.soc-actions{display:flex;align-items:center;gap:10px}.soc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;width:120px;border-radius:100px;font-family:inherit;font-size:14px;font-weight:400;cursor:pointer;transition:opacity .2s ease;white-space:nowrap;box-sizing:border-box;border:none}.soc-btn:hover{opacity:.85}.soc-btn:disabled{opacity:.5;cursor:not-allowed}.soc-btn--fill-blue{background:#007aff;color:#fff}.soc-btn--fill-green{background:#319754;color:#fff}.soc-btn--outline-green{background:transparent;border:1px solid #319754;color:#319754}.soc-btn--outline-red{background:transparent;border:1px solid #FF3B30;color:#ff383c}.soc-btn--fill-orange{background:#ff8d28;color:#fff}.soc-slip-modal{max-width:500px}.soc-slip-modal__image{text-align:center;background:#f9f9f9;border-radius:8px;padding:12px;margin-bottom:12px}.soc-slip-modal__image img{max-width:100%;max-height:60vh;object-fit:contain;border-radius:4px}.soc-slip-modal__info{text-align:center;font-size:14px;color:#333;padding:8px 0;border-top:1px solid #f0f0f0}.soc-slip-modal__footer{display:flex;gap:8px}.soc-slip-modal__footer button{flex:1}.soc-confirm-dialog{max-width:360px}.soc-slip-empty{text-align:center;padding:1.5rem;color:#999;background:#f5f5f5;border-radius:8px;font-size:.875rem}.soc-pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 0}.soc-pagination__btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 16px;border-radius:100px;border:1px solid #E5E5EA;background:#fff;font-family:inherit;font-size:13px;font-weight:400;color:#333;cursor:pointer;transition:background .2s,border-color .2s;white-space:nowrap}.soc-pagination__btn:hover:not(:disabled){background:#f5f5f5;border-color:#ccc}.soc-pagination__btn:disabled{opacity:.4;cursor:not-allowed}.soc-pagination__pages{display:flex;align-items:center;gap:4px}.soc-pagination__page{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:100px;border:1px solid #E5E5EA;background:#fff;font-family:inherit;font-size:13px;font-weight:400;color:#333;cursor:pointer;transition:background .2s}.soc-pagination__page:hover{background:#f5f5f5}.soc-pagination__page--active{background:#319754;border-color:#319754;color:#fff;font-weight:500}.soc-pagination__page--active:hover{background:#2a8248}.soc-pagination__dots{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:13px;color:#999}@media(max-width:768px){.soc-page-header{flex-direction:column;align-items:flex-start;height:auto;gap:12px;padding:16px 16px 0}.soc-search-bar{width:100%}.soc-tabs{gap:4px;padding:6px}.soc-tab{padding:4px 6px 4px 8px;font-size:12px;gap:6px}.soc-tab__icon{width:14px;height:14px}.soc-tab__badge{min-width:16px;height:16px;padding:2px 5px;font-size:7px}}@media(max-width:640px){.soc-pagination{gap:4px}.soc-pagination__btn{padding:0 10px;font-size:12px;height:32px}.soc-pagination__page{width:32px;height:32px;font-size:12px}.soc-pagination__dots{width:24px;height:32px}.soc-card{padding:12px}.soc-card__row1{flex-wrap:wrap;gap:8px}.soc-order-number{font-size:13px}.soc-status-badge{padding:3px 12px;font-size:11px}.soc-item__img{width:50px;height:50px;border-radius:12px}.soc-total__amount{font-size:18px}.soc-footer{flex-direction:column;align-items:stretch;gap:10px}.soc-total{justify-content:flex-start}.soc-actions{justify-content:flex-end}.soc-btn{width:auto;min-width:100px;padding:0 16px;font-size:13px;height:36px}.soc-address-box{padding:12px;border-radius:12px}}@media(prefers-reduced-motion:reduce){.soc-card,.soc-btn,.soc-tab{transition:none!important}}.sd-page{padding:0}.sd-header{margin-bottom:1.25rem}.sd-header h2{font-size:1.25rem;font-weight:600;margin:0}.sd-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.sd-tab{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:100px;background:#fff;font-size:.8125rem;font-family:inherit;cursor:pointer;color:#6b7280;transition:all .15s}.sd-tab:hover{border-color:#f97316;color:#f97316}.sd-tab--active{background:#f97316;color:#fff;border-color:#f97316}.sd-loading{display:flex;justify-content:center;padding:3rem}.sd-empty{text-align:center;padding:3rem;color:#9ca3af;font-size:.9375rem}.sd-table-wrap{overflow-x:auto}.sd-table{width:100%;border-collapse:collapse;font-size:.875rem}.sd-table th{text-align:left;padding:.75rem 1rem;background:#f9fafb;font-weight:500;color:#6b7280;border-bottom:1px solid #e5e7eb;white-space:nowrap}.sd-table td{padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;color:#374151}.sd-row-clickable{cursor:pointer}.sd-row-clickable:hover{background:#f9fafb}.sd-cell-number{font-weight:500;color:#f97316}.sd-badge{padding:.25rem .625rem;border-radius:100px;font-size:.75rem;font-weight:500;white-space:nowrap}.sd-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;font-size:.875rem}.sd-pagination button{padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;font-size:.8125rem;font-family:inherit}.sd-pagination button:disabled{opacity:.5;cursor:not-allowed}.sd-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem}.sd-breadcrumb button{background:none;border:none;color:#f97316;cursor:pointer;font-family:inherit;font-size:inherit;padding:0}.sd-breadcrumb button:hover{text-decoration:underline}.sd-breadcrumb-sep{color:#d1d5db}.sd-btn-back{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background:#f97316;color:#fff;border:none;border-radius:6px;cursor:pointer;font-family:inherit}.sd-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.sd-detail-header-left{display:flex;align-items:center;gap:.75rem}.sd-detail-title{font-size:1.25rem;font-weight:600;margin:0}.sd-detail-date{font-size:.8125rem;color:#9ca3af}.sd-detail-grid{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}@media(max-width:768px){.sd-detail-grid{grid-template-columns:1fr}}.sd-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;margin-bottom:1rem}.sd-section-title{font-size:.9375rem;font-weight:600;margin:0 0 1rem;color:#1f2937}.sd-info-grid{display:flex;flex-direction:column;gap:.625rem}.sd-info-row{display:flex;align-items:center;gap:.75rem}.sd-info-row--block{flex-direction:column;align-items:flex-start}.sd-info-label{font-size:.8125rem;color:#6b7280;min-width:100px}.sd-info-value{font-size:.875rem;color:#1f2937}.sd-link{background:none;border:none;color:#f97316;cursor:pointer;font-family:inherit;font-size:.875rem;padding:0}.sd-link:hover{text-decoration:underline}.sd-role-tag{display:inline-block;font-size:.6875rem;padding:.125rem .5rem;border-radius:100px;background:#f3f4f6;color:#6b7280;margin-left:.5rem}.sd-description{font-size:.875rem;line-height:1.6;color:#374151;white-space:pre-wrap}.sd-muted{font-size:.875rem;color:#9ca3af;font-style:italic}.sd-evidence{margin-top:1rem}.sd-evidence-label{font-size:.8125rem;color:#6b7280;margin:0 0 .5rem}.sd-evidence-grid{display:flex;gap:.75rem;flex-wrap:wrap}.sd-evidence-item{width:100px;cursor:pointer;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb;transition:border-color .15s}.sd-evidence-item:hover{border-color:#f97316}.sd-evidence-item img{width:100%;height:80px;object-fit:cover;display:block}.sd-evidence-caption{display:block;padding:.25rem .375rem;font-size:.6875rem;color:#6b7280;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-result-panel{background:#f9fafb}.sd-refund-amount{color:#15803d;font-weight:600}.sd-admin-note{font-size:.8125rem;color:#374151;margin:.25rem 0 0;line-height:1.5;white-space:pre-wrap}.sd-lightbox{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer}.sd-lightbox img{max-width:90%;max-height:90%;object-fit:contain;border-radius:8px}.sd-lightbox-close{position:absolute;top:1rem;right:1rem;background:#fff3;border:none;color:#fff;font-size:1.25rem;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.sfs-page{padding:0}.sfs-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px;color:#666}.sfs-status-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;background:#fff;border-radius:16px;gap:12px}.sfs-status-card h2{margin:0;font-size:20px}.sfs-status-card p{margin:0;color:#666;font-size:14px}.sfs-status-card .hint{font-size:13px;color:#999}.sfs-status-card .btn-primary-large{display:inline-block;margin-top:12px;padding:12px 32px;background:#319754;color:#fff;border-radius:100px;text-decoration:none;font-weight:500}.sfs-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.sfs-header h1{font-size:22px;font-weight:600;margin:0}.sfs-events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.sfs-event-card{background:linear-gradient(135deg,#ff4d2e,#ff6b35,#ff8c42);border-radius:16px;padding:20px;color:#fff;position:relative;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;min-height:140px;display:flex;flex-direction:column;justify-content:space-between}.sfs-event-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff4d2e4d}.sfs-event-card-top{display:flex;justify-content:space-between;align-items:flex-start}.sfs-event-name{font-size:18px;font-weight:600;margin:0 0 4px}.sfs-event-discount-badge{display:inline-block;background:#ffffff40;color:#fff;padding:4px 12px;border-radius:100px;font-size:13px;font-weight:600;margin-top:4px}.sfs-detail-discount-badge{display:inline-block;background:#fff3e0;color:#e65100;padding:4px 12px;border-radius:100px;font-size:13px;font-weight:600}.sfs-countdown{display:flex;align-items:center;gap:4px;flex-shrink:0}.sfs-countdown-box{background:#0003;border-radius:6px;padding:4px 8px;font-size:16px;font-weight:700;min-width:32px;text-align:center}.sfs-countdown-sep{font-weight:700;font-size:16px}.sfs-join-btn{background:#fff;color:#333;border:none;border-radius:100px;padding:8px 20px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;flex-shrink:0}.sfs-join-btn:hover{background:#f0f0f0}.sfs-joined-label{background:#ffffff40;border-radius:100px;padding:8px 16px;font-size:13px;white-space:nowrap}.sfs-ended-label{background:#00000026;color:#fff;border-radius:100px;padding:8px 16px;font-size:13px;white-space:nowrap;flex-shrink:0}.sfs-event-meta{margin-top:12px;font-size:13px;opacity:.9;display:flex;flex-direction:column;gap:4px}.sfs-event-meta-item{display:flex;align-items:center;gap:6px}.sfs-event-meta-item svg{width:14px;height:14px;flex-shrink:0}.sfs-event-deco{position:absolute;right:-10px;bottom:-10px;font-size:80px;opacity:.15;pointer-events:none}.sfs-empty{text-align:center;padding:60px 24px;color:#999}.sfs-empty-icon{font-size:48px;margin-bottom:12px}.sfs-empty h3{margin:0 0 8px;color:#666;font-size:16px}.sfs-empty p{margin:0;font-size:14px}.sfs-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}.sfs-detail-header-left{display:flex;align-items:center;gap:12px}.sfs-back-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#f5f5f5;color:#333;border:none;border-radius:100px;font-size:14px;cursor:pointer;font-weight:500}.sfs-back-btn:hover{background:#e8e8e8}.sfs-detail-title{font-size:20px;font-weight:600;margin:0}.sfs-add-product-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#319754;color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer}.sfs-add-product-btn:hover{background:#287a45}.sfs-detail-info{display:flex;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.sfs-detail-dates{display:flex;align-items:center;gap:8px;font-size:14px;color:#555}.sfs-detail-dates svg{width:16px;height:16px;color:#888}.sfs-detail-countdown{display:flex;align-items:center;gap:4px}.sfs-detail-countdown .sfs-countdown-box{background:#319754;color:#fff;border-radius:8px;padding:6px 10px;font-size:18px;font-weight:700}.sfs-detail-countdown .sfs-countdown-sep{color:#319754;font-weight:700}.sfs-detail-empty{display:flex;justify-content:center;padding:40px 0}.sfs-detail-cards{display:flex;flex-direction:column;gap:12px}.sfs-product-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden;transition:box-shadow .2s}.sfs-product-card:hover{box-shadow:0 2px 12px #0000000f}.sfs-product-card-main{display:flex;align-items:center;gap:12px;padding:16px}.sfs-card-img{width:64px;height:64px;border-radius:12px;object-fit:cover;background:#f5f5f5;flex-shrink:0}.sfs-product-img-placeholder{width:64px;height:64px;border-radius:12px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#ccc;font-size:11px;flex-shrink:0}.sfs-card-info{flex:1;min-width:0}.sfs-card-name{font-weight:500;font-size:15px;color:#333;margin-bottom:4px}.sfs-card-price{color:#319754;font-weight:600;font-size:14px}.sfs-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.sfs-card-stock{display:flex;align-items:center;gap:4px;font-size:13px;color:#888}.sfs-card-stock svg{color:#aaa}.sfs-card-actions{position:relative;flex-shrink:0}.sfs-card-discount-bar{display:flex;align-items:center;gap:16px;padding:10px 16px;background:#f0fdf4;border-top:1px solid #e8f5e9;font-size:13px;color:#319754;font-weight:500}.sfs-card-flash-price{font-weight:700}.sfs-card-flash-stock{margin-left:auto;color:#888;font-weight:400}.sfs-type-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:100px;font-size:12px;font-weight:500;white-space:nowrap}.sfs-type-badge.single{background:#fff3e0;color:#e65100}.sfs-type-badge.variants{background:#e3f2fd;color:#1565c0}.sfs-more-btn{width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#666}.sfs-more-btn:hover{background:#e8e8e8}.sfs-dropdown{position:absolute;right:0;top:100%;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001f;z-index:10;min-width:140px;overflow:hidden}.sfs-dropdown button{display:block;width:100%;text-align:left;padding:10px 16px;border:none;background:transparent;font-size:14px;cursor:pointer;color:#333}.sfs-dropdown button:hover{background:#f5f5f5}.sfs-dropdown button.danger{color:#ff3b30}.sfs-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.sfs-modal{background:#fff;border-radius:16px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.sfs-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:#0000000f;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;color:#666;z-index:2}.sfs-modal-close:hover{background:#0000001a}.sfs-terms-banner{background:linear-gradient(135deg,#ff4d2e,#ff6b35);padding:32px;text-align:center;border-radius:16px 16px 0 0;font-size:60px}.sfs-terms-title{text-align:center;font-size:20px;font-weight:600;padding:20px 24px 0;margin:0}.sfs-terms-body{padding:16px 24px 24px;font-size:14px;line-height:1.7;color:#333;white-space:pre-line}.sfs-terms-body h4{font-size:15px;font-weight:600;margin:16px 0 8px}.sfs-terms-body ul{padding-left:20px;margin:8px 0}.sfs-terms-body li{margin-bottom:6px}.sfs-terms-footer{padding:0 24px 24px}.sfs-terms-join-btn{width:100%;padding:14px;background:#319754;color:#fff;border:none;border-radius:100px;font-size:16px;font-weight:600;cursor:pointer}.sfs-terms-join-btn:hover{background:#287a45}.sfs-terms-join-btn:disabled{opacity:.6;cursor:not-allowed}.sfs-add-modal{max-width:560px}.sfs-add-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px}.sfs-add-header h3{margin:0;font-size:18px;font-weight:600}.sfs-add-body{padding:0 20px 16px;max-height:500px;overflow-y:auto}.sfs-add-footer{padding:0 20px 20px}.sfs-add-dashed{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;border:2px dashed #ccc;border-radius:16px;background:transparent;cursor:pointer;width:100%;color:#888;font-size:14px;margin-bottom:16px;transition:border-color .2s,color .2s;box-sizing:border-box}.sfs-add-dashed:hover{border-color:#319754;color:#319754}.sfs-add-dashed-icon{width:40px;height:40px;border:2px solid currentColor;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:300}.sfs-staged-card{border:1px solid #f0f0f0;border-radius:16px;margin-bottom:12px;overflow:hidden;background:#fff}.sfs-staged-card-main{display:flex;align-items:center;gap:12px;padding:14px 16px}.sfs-staged-remove{width:28px;height:28px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#999;flex-shrink:0;margin-left:8px;transition:background .15s,color .15s}.sfs-staged-remove:hover{background:#fee;color:#ff3b30}.sfs-picker-overlay{z-index:1001}.sfs-picker-modal{max-width:520px}.sfs-picker-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px}.sfs-picker-header h3{margin:0;font-size:18px;font-weight:600}.sfs-picker-body{padding:0 20px 16px;max-height:500px;overflow-y:auto}.sfs-picker-search-wrap{position:relative;margin-bottom:16px}.sfs-picker-search{width:100%;padding:12px 48px 12px 16px;border:1px solid #eee;border-radius:100px;font-size:14px;background:#fafafa;outline:none;box-sizing:border-box}.sfs-picker-search:focus{border-color:#319754;background:#fff}.sfs-picker-search-icon{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:36px;height:36px;background:#319754;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;pointer-events:none}.sfs-picker-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #f0f0f0;border-radius:16px;margin-bottom:10px;cursor:pointer;transition:border-color .15s,background .15s}.sfs-picker-card:hover{background:#fafafa}.sfs-picker-card.selected{border-color:#319754;background:#f0fdf4}.sfs-picker-footer{padding:16px 20px;border-top:1px solid #eee}.sfs-picker-submit-btn{width:100%;padding:14px;background:#319754;color:#fff;border:none;border-radius:100px;font-size:15px;font-weight:600;cursor:pointer}.sfs-picker-submit-btn:hover{background:#287a45}.sfs-picker-submit-btn:disabled{opacity:.6;cursor:not-allowed}.sfs-discount-modal{max-width:420px}.sfs-discount-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee}.sfs-discount-header h3{margin:0;font-size:18px;font-weight:600}.sfs-discount-body{padding:20px}.sfs-discount-product{display:flex;align-items:center;gap:12px;padding:12px;background:#fafafa;border-radius:12px;margin-bottom:20px}.sfs-discount-product img{width:50px;height:50px;border-radius:8px;object-fit:cover}.sfs-discount-product-info h4{margin:0 0 4px;font-size:14px;font-weight:500}.sfs-discount-product-info p{margin:0;font-size:13px;color:#888}.sfs-discount-field{margin-bottom:16px}.sfs-discount-field label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#333}.sfs-discount-field .required{color:#ff3b30}.sfs-discount-input{width:100%;padding:12px 16px;border:1px solid #eee;border-radius:100px;font-size:15px;background:#fafafa;outline:none;box-sizing:border-box}.sfs-discount-input:focus{border-color:#319754;background:#fff}.sfs-discount-preview{background:#f0fdf4;border-radius:12px;padding:12px 16px;margin-bottom:16px;font-size:14px;color:#319754;text-align:center}.sfs-discount-footer{padding:0 20px 20px}.sfs-discount-save-btn{width:100%;padding:14px;background:#319754;color:#fff;border:none;border-radius:100px;font-size:15px;font-weight:600;cursor:pointer}.sfs-discount-save-btn:disabled{opacity:.6;cursor:not-allowed}.sfs-table-empty{text-align:center;padding:48px 24px;color:#999}.sfs-table-empty p{margin:4px 0}.sfs-store-section{margin-top:40px;padding-top:32px;border-top:1px solid #eee}.sfs-store-section-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.sfs-store-section-title{font-size:20px;font-weight:600;margin:0 0 4px}.sfs-store-section-hint{font-size:13px;color:#888;margin:0}.sfs-store-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.sfs-store-tab{padding:8px 18px;border:1px solid #e0e0e0;border-radius:100px;background:#fff;font-size:13px;font-weight:500;cursor:pointer;color:#666;transition:all .15s}.sfs-store-tab:hover{background:#f5f5f5}.sfs-store-tab.active{background:#319754;color:#fff;border-color:#319754}.sfs-store-table-wrap{overflow-x:auto}.sfs-store-table{width:100%;border-collapse:collapse;font-size:14px}.sfs-store-table thead th{text-align:left;padding:10px 12px;font-weight:500;color:#888;font-size:13px;border-bottom:1px solid #eee;white-space:nowrap}.sfs-store-table tbody td{padding:12px;border-bottom:1px solid #f5f5f5;vertical-align:middle}.sfs-store-table tbody tr:hover{background:#fafafa}.sfs-store-product-cell{display:flex;align-items:center;gap:10px;min-width:180px}.sfs-store-product-cell img{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}.sfs-store-product-img-placeholder{width:40px;height:40px;border-radius:8px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#ccc;font-size:12px;flex-shrink:0}.sfs-store-product-name{font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.sfs-store-discount{color:#ff3b30;font-weight:600}.sfs-store-flash-price{color:#319754;font-weight:600;margin-left:6px}.sfs-store-date-cell{white-space:nowrap;font-size:13px;color:#555}.sfs-store-status{display:inline-block;padding:4px 12px;border-radius:100px;font-size:12px;font-weight:500;white-space:nowrap}.sfs-store-status.active{background:#e8f5e9;color:#2e7d32}.sfs-store-status.scheduled{background:#e3f2fd;color:#1565c0}.sfs-store-status.ended{background:#f5f5f5;color:#999}.sfs-store-flash-modal{max-width:480px}@media(max-width:768px){.sfs-events-grid{grid-template-columns:1fr}.sfs-detail-header,.sfs-detail-info{flex-direction:column;align-items:flex-start}.sfs-event-card{min-height:120px}.sfs-modal{max-width:100%;margin:0;border-radius:16px 16px 0 0;max-height:80vh}.sfs-product-card-main{flex-wrap:wrap}.sfs-card-actions{position:absolute;right:16px;top:16px}.sfs-product-card{position:relative}.sfs-store-section-header{flex-direction:column}.sfs-store-table{font-size:13px}.sfs-store-product-name{max-width:120px}}@media(max-width:576px){.sfs-header h1{font-size:18px}.sfs-event-name{font-size:16px}.sfs-countdown-box{font-size:14px;padding:3px 6px}.sfs-staged-card-main,.sfs-picker-card{flex-wrap:wrap}}.sp-page{padding:0}.sp-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px;color:#666}.sp-status-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;background:#fff;border-radius:16px;gap:12px}.sp-status-card h2{margin:0;font-size:20px}.sp-status-card p{margin:0;color:#666;font-size:14px}.sp-status-card .hint{font-size:13px;color:#999}.sp-btn-primary-large{display:inline-block;margin-top:12px;padding:12px 32px;background:#319754;color:#fff;border-radius:100px;text-decoration:none;font-weight:500}.sp-btn-primary-large:hover{background:#287a45}.sp-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.sp-header h1{font-size:22px;font-weight:600;margin:0 0 4px}.sp-header-subtitle{font-size:13px;color:#888;margin:0}.sp-add-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#319754;color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer}.sp-add-btn:hover{background:#287a45}.sp-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.sp-tab{padding:8px 18px;border:1px solid #e0e0e0;border-radius:100px;background:#fff;font-size:13px;font-weight:500;cursor:pointer;color:#666;transition:all .15s}.sp-tab:hover{background:#f5f5f5}.sp-tab.active{background:#319754;color:#fff;border-color:#319754}.sp-empty{text-align:center;padding:60px 24px;color:#999}.sp-empty-icon{font-size:48px;margin-bottom:12px}.sp-empty h3{margin:0 0 8px;color:#666;font-size:16px}.sp-empty p{margin:0;font-size:14px}.sp-table-wrap{overflow-x:auto}.sp-table{width:100%;border-collapse:collapse;font-size:14px}.sp-table thead th{text-align:left;padding:10px 12px;font-weight:500;color:#888;font-size:13px;border-bottom:1px solid #eee;white-space:nowrap}.sp-table tbody td{padding:12px;border-bottom:1px solid #f5f5f5;vertical-align:middle}.sp-table tbody tr:hover{background:#fafafa}.sp-promo-name{font-weight:500;color:#333}.sp-promo-desc{font-size:13px;color:#888;margin-top:2px}.sp-date-cell{white-space:nowrap;font-size:13px;color:#555}.sp-discount{color:#ff3b30;font-weight:600}.sp-status{display:inline-block;padding:4px 12px;border-radius:100px;font-size:12px;font-weight:500;white-space:nowrap}.sp-status.active{background:#e8f5e9;color:#2e7d32}.sp-status.scheduled{background:#e3f2fd;color:#1565c0}.sp-status.ended{background:#f5f5f5;color:#999}.sp-status.inactive{background:#fee2e2;color:#dc2626}.sp-actions{position:relative;flex-shrink:0}.sp-more-btn{width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#666}.sp-more-btn:hover{background:#e8e8e8}.sp-dropdown{position:absolute;right:0;top:100%;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001f;z-index:10;min-width:140px;overflow:hidden}.sp-dropdown button{display:block;width:100%;text-align:left;padding:10px 16px;border:none;background:transparent;font-size:14px;cursor:pointer;color:#333}.sp-dropdown button:hover{background:#f5f5f5}.sp-dropdown button.danger{color:#ff3b30}.sp-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.sp-modal{background:#fff;border-radius:16px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.sp-modal.sp-modal-lg{max-width:680px}.sp-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:1;border-radius:16px 16px 0 0}.sp-modal-header h3{margin:0;font-size:18px;font-weight:600}.sp-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:#0000000f;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;color:#666;z-index:2}.sp-modal-close:hover{background:#0000001a}.sp-modal-body{padding:20px}.sp-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid #eee;position:sticky;bottom:0;background:#fff;border-radius:0 0 16px 16px}.sp-btn-cancel{padding:10px 24px;border:1px solid #e0e0e0;border-radius:100px;background:#fff;font-size:14px;font-weight:500;cursor:pointer;color:#333}.sp-btn-cancel:hover{background:#f5f5f5}.sp-btn-save{padding:10px 24px;background:#319754;color:#fff;border:none;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer}.sp-btn-save:hover:not(:disabled){background:#287a45}.sp-btn-save:disabled{opacity:.6;cursor:not-allowed}.sp-form-section{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.sp-form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sp-section-label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:12px}.sp-field{margin-bottom:12px}.sp-field:last-child{margin-bottom:0}.sp-field label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#333}.sp-field .required{color:#ff3b30}.sp-input{width:100%;padding:12px 16px;border:1px solid #eee;border-radius:100px;font-size:15px;background:#fafafa;outline:none;box-sizing:border-box}.sp-input:focus{border-color:#319754;background:#fff}textarea.sp-input{border-radius:12px;resize:vertical}select.sp-input{cursor:pointer}.sp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sp-hint{display:block;font-size:12px;color:#888;margin-top:6px}.sp-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#333;margin-bottom:8px}.sp-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.sp-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sp-items-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#319754;color:#fff;border-radius:100px;font-size:11px;font-weight:600;margin-left:8px}.sp-btn-add-item{padding:6px 14px;background:#f0fdf4;color:#319754;border:1px solid #bbf7d0;border-radius:100px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s}.sp-btn-add-item:hover{background:#319754;color:#fff;border-color:#319754}.sp-add-dashed{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;border:2px dashed #ccc;border-radius:16px;background:transparent;cursor:pointer;width:100%;color:#888;font-size:14px;transition:border-color .2s,color .2s;box-sizing:border-box}.sp-add-dashed:hover{border-color:#319754;color:#319754}.sp-add-dashed-icon{width:40px;height:40px;border:2px solid currentColor;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:300}.sp-staged-list{display:flex;flex-direction:column;gap:12px}.sp-staged-card{border:1px solid #f0f0f0;border-radius:16px;overflow:hidden;background:#fff}.sp-staged-card-main{display:flex;align-items:center;gap:12px;padding:14px 16px}.sp-staged-img{width:56px;height:56px;border-radius:12px;object-fit:cover;background:#f5f5f5;flex-shrink:0}.sp-staged-img-placeholder{width:56px;height:56px;border-radius:12px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#ccc;font-size:11px;flex-shrink:0}.sp-staged-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.sp-staged-name{font-weight:500;font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-staged-variant{font-size:11px;background:#319754;color:#fff;padding:2px 8px;border-radius:100px;display:inline-block;width:fit-content}.sp-staged-price{font-size:13px;font-weight:600;color:#319754}.sp-staged-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.sp-staged-stock-group{display:flex;align-items:center;gap:6px}.sp-staged-stock-group label{font-size:12px;color:#888;font-weight:500;white-space:nowrap}.sp-staged-stock-input{width:70px;padding:8px 10px;border:1px solid #eee;border-radius:100px;font-size:13px;text-align:center;background:#fafafa;outline:none;box-sizing:border-box}.sp-staged-stock-input:focus{border-color:#319754;background:#fff}.sp-staged-remove{width:28px;height:28px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#999;flex-shrink:0;transition:background .15s,color .15s}.sp-staged-remove:hover{background:#fee;color:#ff3b30}.sp-staged-variants{border-top:1px solid #f0f0f0}.sp-staged-variant-row{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 10px 84px;background:#fafafa;border-top:1px solid #f0f0f0;gap:12px}.sp-staged-variant-row:last-child{border-radius:0 0 16px 16px}.sp-staged-variant-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.sp-staged-variant-price{font-size:13px;font-weight:600;color:#319754;white-space:nowrap}.sp-staged-variant-stock{font-size:12px;color:#888;white-space:nowrap}.sp-picker-overlay{z-index:1001}.sp-picker-modal{max-width:520px}.sp-picker-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px}.sp-picker-header h3{margin:0;font-size:18px;font-weight:600}.sp-picker-header-left{display:flex;align-items:center;gap:10px}.sp-picker-back{width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background .15s}.sp-picker-back:hover{background:#e8e8e8}.sp-picker-product-info{display:flex;align-items:center;gap:12px;padding:0 20px 16px;border-bottom:1px solid #eee}.sp-picker-product-info img{width:44px;height:44px;border-radius:8px;object-fit:cover}.sp-picker-product-name{font-size:14px;font-weight:500;color:#333}.sp-picker-product-price{font-size:13px;color:#888}.sp-picker-body{padding:16px 20px;max-height:500px;overflow-y:auto}.sp-picker-search-wrap{position:relative;margin-bottom:16px}.sp-picker-search{width:100%;padding:12px 48px 12px 16px;border:1px solid #eee;border-radius:100px;font-size:14px;background:#fafafa;outline:none;box-sizing:border-box}.sp-picker-search:focus{border-color:#319754;background:#fff}.sp-picker-search-icon{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:36px;height:36px;background:#319754;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;pointer-events:none}.sp-picker-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #f0f0f0;border-radius:16px;margin-bottom:10px;cursor:pointer;transition:border-color .15s,background .15s}.sp-picker-card:hover{background:#fafafa}.sp-picker-card.selected{border-color:#319754;background:#f0fdf4}.sp-picker-card-img{width:48px;height:48px;border-radius:10px;object-fit:cover;background:#f5f5f5;flex-shrink:0}.sp-picker-card-img-placeholder{width:48px;height:48px;border-radius:10px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#ccc;font-size:11px;flex-shrink:0}.sp-picker-card-info{flex:1;min-width:0}.sp-picker-card-name{font-weight:500;font-size:14px;color:#333;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-picker-card-price{color:#319754;font-weight:600;font-size:13px}.sp-picker-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.sp-picker-card-stock{display:flex;align-items:center;gap:4px;font-size:13px;color:#888}.sp-picker-card-stock svg{color:#aaa}.sp-type-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:100px;font-size:12px;font-weight:500;white-space:nowrap}.sp-type-badge.single{background:#fff3e0;color:#e65100}.sp-type-badge.variants{background:#e3f2fd;color:#1565c0}.sp-picker-footer{padding:16px 20px;border-top:1px solid #eee}.sp-picker-submit-btn{width:100%;padding:14px;background:#319754;color:#fff;border:none;border-radius:100px;font-size:15px;font-weight:600;cursor:pointer}.sp-picker-submit-btn:hover{background:#287a45}.sp-picker-submit-btn:disabled{opacity:.6;cursor:not-allowed}.sp-picker-empty{text-align:center;padding:32px 16px;color:#999}.sp-picker-empty p{margin:0;font-size:14px}@media(max-width:768px){.sp-header{flex-direction:column}.sp-form-row{grid-template-columns:1fr}.sp-modal{max-width:100%;margin:0;border-radius:16px 16px 0 0;max-height:80vh}.sp-items-list{grid-template-columns:1fr}.sp-table{font-size:13px}.sp-staged-card-main{flex-wrap:wrap}.sp-staged-right{width:100%;justify-content:flex-end;padding-top:8px;border-top:1px solid #f5f5f5}.sp-picker-card{flex-wrap:wrap}}@media(max-width:576px){.sp-header h1{font-size:18px}.sp-tabs{gap:6px}.sp-tab{padding:6px 14px;font-size:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.ssi-container{padding:0}.ssi-loading{display:flex;justify-content:center;align-items:center;min-height:200px}.ssi-empty-state{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 16px;color:#999}.ssi-empty-state p{margin:0;font-size:14px}.ssi-card{background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.ssi-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.ssi-header-left{display:flex;flex-direction:column;gap:4px}.ssi-title{font-size:20px;font-weight:500;margin:0;color:#111}.ssi-subtitle{display:flex;align-items:center;gap:4px;font-size:12px;color:#999}.ssi-header-actions{display:flex;gap:8px;flex-shrink:0}.ssi-edit-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;background:#d4d4d4;color:#333;border:none;border-radius:999px;font-size:12px;cursor:pointer;white-space:nowrap;transition:background .15s}.ssi-edit-btn:hover{background:#c4c4c4}.ssi-cancel-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;background:transparent;color:#ef4444;border:1px solid #ef4444;border-radius:999px;font-size:12px;cursor:pointer;white-space:nowrap;transition:background .15s}.ssi-cancel-btn:hover{background:#fef2f2}.ssi-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.ssi-save-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;background:#22c55e;color:#fff;border:none;border-radius:999px;font-size:12px;cursor:pointer;white-space:nowrap;transition:background .15s}.ssi-save-btn:hover{background:#16a34a}.ssi-save-btn:disabled{opacity:.5;cursor:not-allowed}.ssi-divider{border:none;border-top:1px solid #eee}.ssi-display{display:flex;flex-direction:column;gap:16px}.ssi-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ssi-field{display:flex;flex-direction:column;gap:6px}.ssi-field-label{font-size:13px;color:#999}.ssi-field-value{font-size:14px;font-weight:500;color:#111}.ssi-required{color:#ef4444}.ssi-form{display:flex;flex-direction:column;gap:16px}.ssi-input{width:100%;padding:10px 16px;background:#fafafa;border:1px solid #e5e5e5;border-radius:999px;font-size:14px;color:#111;outline:none;transition:border-color .15s;box-sizing:border-box}.ssi-input:focus{border-color:#22c55e}.ssi-input::placeholder{color:#bbb}.ssi-input:disabled{opacity:.5;cursor:not-allowed}.ssi-textarea{width:100%;padding:10px 16px;background:#fafafa;border:1px solid #e5e5e5;border-radius:12px;font-size:14px;color:#111;outline:none;transition:border-color .15s;box-sizing:border-box;resize:vertical;font-family:inherit}.ssi-textarea:focus{border-color:#22c55e}.ssi-textarea::placeholder{color:#bbb}.ssi-textarea:disabled{opacity:.5;cursor:not-allowed}.ssi-hint{font-size:12px;color:#999;margin-top:2px}.ssi-profile-view{display:flex;gap:16px;align-items:flex-start}.ssi-profile-info{flex:1;display:flex;flex-direction:column;gap:12px}.ssi-store-name{font-size:18px;font-weight:600;color:#111}.ssi-logo-wrapper{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.ssi-logo-wrapper .ssi-logo-img{width:100%;height:100%;object-fit:cover}.ssi-logo-section{display:flex;flex-direction:column;align-items:center;gap:8px}.ssi-logo-upload{width:80px;height:80px;border-radius:50%;overflow:hidden;position:relative;cursor:pointer;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.ssi-logo-upload .ssi-logo-img{width:100%;height:100%;object-fit:cover}.ssi-logo-placeholder{display:flex;align-items:center;justify-content:center}.ssi-logo-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s;border-radius:50%}.ssi-logo-upload:hover .ssi-logo-overlay{opacity:1}.ssi-logo-hint{font-size:11px;color:#999}.ssi-address-view{display:flex;flex-direction:column;gap:12px}.ssi-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 16px;color:#999}.ssi-empty p{margin:0;font-size:14px}.ssi-carriers-list{display:flex;flex-direction:column;gap:0;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden}.ssi-carrier-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fafafa}.ssi-carrier-row:not(:last-child){border-bottom:1px solid #eee}.ssi-carrier-name{font-size:14px;color:#333}.ssi-toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.ssi-toggle-switch input{opacity:0;width:0;height:0}.ssi-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:background-color .2s;border-radius:24px}.ssi-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:transform .2s;border-radius:50%}.ssi-toggle-switch input:checked+.ssi-toggle-slider{background-color:#22c55e}.ssi-toggle-switch input:checked+.ssi-toggle-slider:before{transform:translate(20px)}.ssi-toggle-switch input:disabled+.ssi-toggle-slider{opacity:.5;cursor:not-allowed}.ssi-carriers-display{display:flex;flex-wrap:wrap;gap:8px}.ssi-carrier-badge{display:inline-flex;align-items:center;padding:4px 12px;background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;border-radius:999px;font-size:13px;font-weight:500}@media(max-width:600px){.ssi-header{flex-direction:column}.ssi-header-actions{align-self:flex-end}.ssi-fields-row{grid-template-columns:1fr}.ssi-profile-view{flex-direction:column;align-items:center;text-align:center}.ssi-profile-info{align-items:center}}.sba-container{padding:0}.sba-loading{display:flex;justify-content:center;align-items:center;min-height:200px}.sba-card{background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:16px}.sba-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.sba-header-left{display:flex;flex-direction:column;gap:4px}.sba-title{font-size:20px;font-weight:500;margin:0;color:#111}.sba-subtitle{display:flex;align-items:center;gap:4px;font-size:12px;color:#999}.sba-header-actions{display:flex;gap:8px;flex-shrink:0}.sba-edit-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;background:#d4d4d4;color:#333;border:none;border-radius:999px;font-size:12px;cursor:pointer;white-space:nowrap;transition:background .15s}.sba-edit-btn:hover{background:#c4c4c4}.sba-cancel-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;background:transparent;color:#ef4444;border:1px solid #ef4444;border-radius:999px;font-size:12px;cursor:pointer;white-space:nowrap;transition:background .15s}.sba-cancel-btn:hover{background:#fef2f2}.sba-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.sba-save-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;background:#22c55e;color:#fff;border:none;border-radius:999px;font-size:12px;cursor:pointer;white-space:nowrap;transition:background .15s}.sba-save-btn:hover{background:#16a34a}.sba-save-btn:disabled{opacity:.5;cursor:not-allowed}.sba-divider{border:none;border-top:1px solid #eee}.sba-info-banner{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f973161a;color:#f97316;border-radius:999px;font-size:13px}.sba-info-banner svg{flex-shrink:0}.sba-display{display:flex;flex-direction:column;gap:16px}.sba-bank-display{display:flex;align-items:center;gap:10px}.sba-bank-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}.sba-bank-name{font-size:15px;font-weight:500;color:#111}.sba-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.sba-field{display:flex;flex-direction:column;gap:6px}.sba-field-label{font-size:13px;color:#999}.sba-field-value{font-size:14px;font-weight:500;color:#111}.sba-required{color:#ef4444}.sba-form{display:flex;flex-direction:column;gap:16px}.sba-input{width:100%;padding:10px 16px;background:#fafafa;border:1px solid #e5e5e5;border-radius:999px;font-size:14px;color:#111;outline:none;transition:border-color .15s;box-sizing:border-box}.sba-input:focus{border-color:#22c55e}.sba-input::placeholder{color:#bbb}.sba-input:disabled{opacity:.5;cursor:not-allowed}.sba-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 16px;color:#999}.sba-empty p{margin:0;font-size:14px}@media(max-width:600px){.sba-header{flex-direction:column}.sba-header-actions{align-self:flex-end}.sba-fields-row{grid-template-columns:1fr}.sba-info-banner{border-radius:12px;font-size:12px}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.required-star{color:#ef4444;margin-left:2px}
