body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.login-container{height:100vh;width:100vw;display:flex;position:relative;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.background-decoration{position:absolute;inset:0;z-index:0}.gradient-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#667eea,#764ba2,#667eea,#f093fb,#f5576c);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.floating-shape{position:absolute;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:float 20s infinite linear}.shape-1{width:300px;height:300px;top:10%;left:15%;animation-delay:0s}.shape-2{width:200px;height:200px;top:60%;right:20%;animation-delay:-7s}.shape-3{width:150px;height:150px;bottom:20%;left:50%;animation-delay:-14s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(90deg)}50%{transform:translateY(0) rotate(180deg)}75%{transform:translateY(20px) rotate(270deg)}}.brand-section{flex:1.2;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;color:#fff;padding:60px}.brand-content{max-width:500px;text-align:center}.brand-logo{margin-bottom:40px}.logo-icon{width:120px;height:120px;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 20px 40px #0000001a;transition:all .3s ease}.logo-icon:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0003}.logo-text{font-size:36px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.brand-title{color:#fff!important;font-size:48px!important;font-weight:700!important;margin-bottom:16px!important;text-shadow:0 4px 8px rgba(0,0,0,.2);background:linear-gradient(45deg,#fff,#f0f8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-subtitle{color:#ffffffe6!important;font-size:24px!important;font-weight:300!important;margin-bottom:40px!important;text-shadow:0 2px 4px rgba(0,0,0,.2)}.slogan-section{margin-bottom:50px;padding:30px 0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.slogan-main{display:block;font-size:28px;font-weight:500;color:#fff;margin-bottom:12px;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:2px}.slogan-sub{display:block;font-size:16px;color:#fffc;font-style:italic;letter-spacing:1px}.feature-list{display:flex;flex-direction:column;gap:20px}.feature-item{display:flex;align-items:center;gap:16px;color:#ffffffe6;font-size:18px;padding:12px 0;transition:all .3s ease}.feature-item:hover{color:#fff;transform:translate(10px)}.feature-icon{color:#4facfe;font-size:16px;transition:all .3s ease}.feature-item:hover .feature-icon{color:#00f2fe;transform:scale(1.2)}.login-section{flex:.8;display:flex;align-items:center;justify-content:center;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;z-index:1;padding:60px 40px}.login-content{width:100%;max-width:400px}.login-card{border-radius:20px;border:none;box-shadow:0 25px 50px #0000001a;overflow:hidden;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.login-card .ant-card-body{padding:48px 40px}.login-header{text-align:center;margin-bottom:40px}.login-title{color:#2c3e50!important;font-size:32px!important;font-weight:700!important;margin-bottom:12px!important;letter-spacing:-.5px}.login-description{color:#64748b;font-size:16px;line-height:1.5}.error-alert{margin-bottom:30px;border-radius:12px;border:none;box-shadow:0 4px 12px #ef444426}.login-form .ant-form-item-label>label{font-size:14px;font-weight:600;color:#374151}.custom-input{border-radius:12px;border:2px solid #e5e7eb;padding:0 16px;transition:all .3s ease;background:#fffc}.custom-input:hover{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.custom-input:focus,.custom-input.ant-input-focused{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.input-icon{color:#9ca3af;margin-right:8px}.login-button-item{margin-top:30px}.login-button{height:52px;border-radius:12px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);border:none;box-shadow:0 8px 25px #667eea4d;transition:all .3s ease;letter-spacing:.5px}.login-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea)}.login-button:active{transform:translateY(0)}.login-footer{text-align:center;margin-top:30px;padding-top:24px;border-top:1px solid #e5e7eb}.footer-text{color:#9ca3af;font-size:13px;letter-spacing:.3px}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#fff!important;font-size:16px;font-weight:500}@media (max-width: 1024px){.login-container{flex-direction:column}.brand-section{flex:none;height:40vh;padding:40px 20px}.brand-title{font-size:36px!important}.brand-subtitle{font-size:20px!important}.slogan-main{font-size:22px}.login-section{flex:none;height:60vh;padding:40px 20px}}@media (max-width: 768px){.brand-section{height:35vh;padding:30px 15px}.logo-icon{width:80px;height:80px}.logo-text{font-size:24px}.brand-title{font-size:28px!important}.brand-subtitle{font-size:16px!important}.slogan-main{font-size:18px}.slogan-sub{font-size:14px}.feature-item{font-size:16px}.login-section{height:65vh;padding:20px 15px}.login-card .ant-card-body{padding:30px 20px}.login-title{font-size:24px!important}.login-description{font-size:14px}}.dashboard-modern{background:transparent;min-height:100vh;padding:0}.dashboard-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:24px 0;margin-bottom:32px;box-shadow:0 1px 2px #0000000d}.header-content{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.header-title .title{margin:0!important;font-size:28px;font-weight:600;color:#1f2937;line-height:1.2}.header-title .subtitle{font-size:14px;color:#6b7280;margin-top:4px}.header-actions .ant-btn{height:40px;padding:0 20px;font-weight:500;border-radius:8px;box-shadow:0 1px 2px #0000000d}.dashboard-content{max-width:1200px;margin:0 auto;padding:0 24px}.sales-section{margin-bottom:40px}.sales-card{border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.sales-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.sales-card .ant-card-head{border-bottom:1px solid #f3f4f6;padding:16px 24px}.sales-card .ant-card-head-title{font-size:18px;font-weight:600;color:#1f2937}.sales-card .ant-card-body{padding:24px}.metric-item{padding:20px 16px;border-radius:8px;background:#f8fafc;transition:all .2s ease;min-height:140px;display:flex;align-items:center}.metric-item:hover{background:#f1f5f9;transform:translateY(-1px)}.metric-item.clickable{cursor:pointer;transition:all .2s ease}.metric-item.clickable:hover{background:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.metric-item.clickable:active{transform:translateY(-1px);box-shadow:0 2px 6px #0000001a}.metric-card{border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease;height:120px;overflow:hidden}.metric-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.metric-card .ant-card-body{padding:20px;height:100%}.metric-content{display:flex;align-items:center;height:100%;gap:16px}.metric-content-vertical{display:flex;flex-direction:column;align-items:flex-start;height:100%;gap:12px;text-align:left;padding-left:8px}.metric-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0}.metric-content-vertical .metric-icon{width:56px;height:56px;border-radius:12px;font-size:24px}.metric-info{flex:1;min-width:0}.metric-content-vertical .metric-info{flex:none;width:100%;text-align:left}.metric-value{font-size:24px;font-weight:700;color:#1f2937;line-height:1.2;margin-bottom:4px}.metric-value .prefix{font-size:16px;font-weight:500;color:#6b7280}.metric-title{font-size:14px;color:#6b7280;font-weight:500;margin-bottom:4px}.metric-change{font-size:12px;font-weight:500;display:flex;align-items:center;gap:4px}.metric-change.positive{color:#10b981}.metric-change.negative{color:#ef4444}.metric-change.neutral{color:#6b7280}.status-section{margin-bottom:40px}.status-main-card{border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.status-main-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.status-main-card .ant-card-head{border-bottom:1px solid #f3f4f6;padding:16px 24px}.status-main-card .ant-card-head-title{font-size:18px;font-weight:600;color:#1f2937}.status-main-card .ant-card-body{padding:24px}.status-item{padding:16px;border-radius:8px;background:#f8fafc;transition:all .2s ease}.status-item:hover{background:#f1f5f9;transform:translateY(-1px)}.status-item.clickable{cursor:pointer;transition:all .2s ease}.status-item.clickable:hover{background:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.status-item.clickable:active{transform:translateY(-1px);box-shadow:0 2px 6px #0000001a}.section-title{font-size:20px;font-weight:600;color:#1f2937;margin-bottom:20px!important;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.time-controls{display:flex;align-items:center;gap:12px}.time-controls .ant-btn{height:32px;padding:0 12px;font-size:13px;border-radius:6px}.time-controls .ant-picker{height:32px}.overview-card{border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.overview-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.overview-card .ant-card-body{padding:32px}.overview-card .ant-statistic-title{font-size:14px;color:#6b7280;font-weight:500;margin-bottom:8px}.overview-card .ant-statistic-content{font-size:24px;font-weight:700;color:#1f2937;display:flex;align-items:center;gap:8px}.change-tag{font-size:12px;padding:2px 6px;border-radius:4px;font-weight:500;display:inline-flex;align-items:center;gap:2px}.change-tag.positive{background:#dcfce7;color:#15803d}.change-tag.negative{background:#fee2e2;color:#dc2626}.change-tag.neutral{background:#f3f4f6;color:#6b7280}.trend-controls{display:flex;align-items:center;gap:16px}.trend-controls .ant-btn{height:32px;padding:0 12px;font-size:13px;border-radius:6px}.trend-controls .ant-checkbox-wrapper{font-size:13px}.chart-card{border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.chart-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.chart-card .ant-card-body{padding:24px}.data-table-card{border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.data-table-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.data-table-card .ant-card-head{border-bottom:1px solid #e5e7eb;padding:16px 24px}.data-table-card .ant-card-head-title{font-size:16px;font-weight:600;color:#1f2937}.data-table-card .ant-card-body{padding:0}.table-title{display:flex;align-items:center;font-size:16px;font-weight:600;color:#1f2937}.data-table-card .ant-table{border-radius:0}.data-table-card .ant-table-thead>tr>th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-weight:600;font-size:13px;padding:12px 16px}.data-table-card .ant-table-tbody>tr>td{border-bottom:1px solid #f3f4f6;padding:12px 16px;font-size:14px}.data-table-card .ant-table-tbody>tr:last-child>td{border-bottom:none}.data-table-card .ant-table-tbody>tr:hover>td{background:#f9fafb}@media (max-width: 768px){.dashboard-header{padding:16px 0}.header-content{padding:0 16px;flex-direction:column;gap:16px;align-items:flex-start}.header-title .title{font-size:24px}.dashboard-content{padding:0 16px}.metrics-section,.status-section,.overview-section,.trend-section{margin-bottom:32px}.section-title{font-size:18px}.metric-card,.status-card{height:auto;min-height:100px}.metric-content{flex-direction:column;text-align:center;gap:12px}.metric-icon{width:40px;height:40px;font-size:18px}.metric-value{font-size:20px}.status-header{flex-direction:column;align-items:flex-start;gap:8px}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.time-controls{flex-direction:column;align-items:flex-start;gap:8px;width:100%}.trend-controls{flex-direction:column;align-items:flex-start;gap:12px}.overview-card .ant-card-body,.chart-card .ant-card-body{padding:16px}}@media (min-width: 769px) and (max-width: 1024px){.header-content,.dashboard-content{padding:0 20px}.metric-value{font-size:22px}}@media (min-width: 1440px){.header-content,.dashboard-content{max-width:1400px;padding:0 32px}.header-title .title{font-size:32px}.metric-card{height:140px}.metric-value{font-size:28px}.status-card{height:140px}}.status-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.status-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}.status-icon.success{background:#10b981}.status-icon.warning{background:#f59e0b}.status-icon.error{background:#ef4444}.status-info{flex:1}.status-value{font-size:20px;font-weight:700;color:#1f2937;line-height:1.2}.status-title{font-size:14px;color:#6b7280;font-weight:500;margin-top:2px}.overview-section{margin-bottom:40px}.overview-main-card{border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.overview-main-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.overview-main-card .ant-card-head{border-bottom:1px solid #f3f4f6;padding:16px 24px}.overview-main-card .ant-card-head-title{font-size:18px;font-weight:600;color:#1f2937}.overview-main-card .ant-card-body{padding:24px}.trend-section{margin-bottom:40px}.trend-main-card{border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.trend-main-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.trend-main-card .ant-card-head{border-bottom:1px solid #f3f4f6;padding:16px 24px}.trend-main-card .ant-card-head-title{font-size:18px;font-weight:600;color:#1f2937}.trend-main-card .ant-card-body{padding:24px}.card-title{display:flex;align-items:center;color:#1f2937}.region-section{margin-bottom:40px}.region-main-card{border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.region-main-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.region-main-card .ant-card-head{border-bottom:1px solid #f3f4f6;padding:16px 24px}.region-main-card .ant-card-head-title{font-size:18px;font-weight:600;color:#1f2937}.region-main-card .ant-card-body{padding:24px}.admin-layout{min-height:100vh;position:relative;background:#fafbfc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.site-layout{margin-left:260px;transition:all .4s cubic-bezier(.25,.8,.25,1);min-height:100vh;display:flex;flex-direction:column}.admin-layout .ant-layout-sider-collapsed+.site-layout{margin-left:72px}.admin-sider{background:#fff;box-shadow:0 0 40px #00000014;z-index:10;position:fixed;left:0;top:0;bottom:0;height:100vh;overflow:hidden;border-right:1px solid #e8eaed}.admin-sider .ant-layout-sider-children{height:100%;overflow-y:auto;overflow-x:hidden;padding-bottom:32px;background:transparent}.admin-sider .ant-layout-sider-children::-webkit-scrollbar{width:4px}.admin-sider .ant-layout-sider-children::-webkit-scrollbar-track{background:transparent}.admin-sider .ant-layout-sider-children::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.admin-sider .ant-layout-sider-children::-webkit-scrollbar-thumb:hover{background:#0003}.logo{height:72px;display:flex;align-items:center;justify-content:center;background:transparent;overflow:hidden;border-bottom:1px solid #f0f2f5;padding:16px 20px;margin:0;position:relative;transition:all .25s ease}.admin-sider.ant-layout-sider-collapsed .logo{justify-content:center;padding:16px 8px}.logo:before{display:none}.logo-image{max-height:36px;max-width:36px;object-fit:cover;border-radius:6px;margin-right:12px}.logo-container{width:36px;height:36px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);margin-right:12px;flex-shrink:0}.logo-text{color:#1e293b!important;margin:0!important;font-size:16px!important;font-weight:600;letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logo-text-collapsed{display:none}.admin-sider .ant-menu{background:transparent;border-right:0;padding:16px 20px}.admin-sider .ant-menu .ant-menu-item{margin:2px 0;height:44px;line-height:44px;border-radius:8px;padding:0 16px;color:#64748b;font-weight:500;font-size:14px;transition:all .25s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden;border:none}.admin-sider .ant-menu .ant-menu-item:before{display:none}.admin-sider .ant-menu .ant-menu-item:hover:before{display:none}.admin-sider .ant-menu .ant-menu-submenu{margin:2px 0}.admin-sider .ant-menu .ant-menu-submenu-title{height:44px;line-height:44px;margin:0;border-radius:8px;padding:0 16px;color:#64748b;font-weight:500;font-size:14px;transition:all .25s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.admin-sider .ant-menu .ant-menu-submenu-title:before{display:none}.admin-sider .ant-menu .ant-menu-submenu-title:hover:before{display:none}.admin-sider .ant-menu .ant-menu-item-selected{background:#f0f4ff;color:#4f46e5;font-weight:500}.admin-sider .ant-menu .ant-menu-item-selected:before{display:none}.admin-sider .ant-menu .ant-menu-item:hover,.admin-sider .ant-menu .ant-menu-submenu-title:hover{background:#f1f5f9;color:#1e293b}.admin-sider .ant-menu .ant-menu-submenu-open>.ant-menu-submenu-title{background:#f8fafc;color:#4f46e5}.admin-sider .ant-menu .ant-menu-submenu .ant-menu-item{height:36px;line-height:36px;padding-left:48px;margin:1px 0;font-size:13px;color:#94a3b8;border-radius:6px;background:transparent;position:relative}.admin-sider .ant-menu .ant-menu-submenu .ant-menu-item-selected{background:transparent;color:#4f46e5;font-weight:500}.admin-sider .ant-menu .ant-menu-submenu .ant-menu-item-selected:before{content:"";position:absolute;left:32px;top:50%;transform:translateY(-50%);width:4px;height:4px;background:#4f46e5;border-radius:50%}.admin-sider .ant-menu .ant-menu-submenu .ant-menu-item:hover{background:#f8fafc;color:#334155}.admin-sider .ant-menu .ant-menu-submenu .ant-menu-sub{background:transparent}.admin-sider .ant-menu .ant-menu-item .anticon,.admin-sider .ant-menu .ant-menu-submenu-title .anticon{font-size:16px;margin-right:12px;transition:all .25s ease;color:inherit}.admin-sider .ant-menu .ant-menu-item-selected .anticon,.admin-sider .ant-menu .ant-menu-submenu-open>.ant-menu-submenu-title .anticon{color:inherit}.admin-sider.ant-layout-sider-collapsed .ant-menu .ant-menu-item,.admin-sider.ant-layout-sider-collapsed .ant-menu .ant-menu-submenu-title{padding:0;text-align:center}.admin-sider.ant-layout-sider-collapsed .ant-menu .ant-menu-item .anticon,.admin-sider.ant-layout-sider-collapsed .ant-menu .ant-menu-submenu-title .anticon{margin-right:0;font-size:20px}.admin-header{background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:0 32px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #0000001a;z-index:9;position:fixed;top:0;right:0;left:260px;width:calc(100% - 260px);height:64px;transition:all .4s cubic-bezier(.25,.8,.25,1);border-bottom:1px solid #e2e8f0}.admin-layout .ant-layout-sider-collapsed+.site-layout .admin-header{left:72px;width:calc(100% - 72px)}.trigger{font-size:16px;cursor:pointer;transition:all .25s cubic-bezier(.25,.8,.25,1);padding:10px;border-radius:8px;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.trigger:hover{color:#4f46e5;background:#f1f5f9;border-color:#cbd5e1}.header-right{display:flex;align-items:center;gap:12px;height:100%}.user-dropdown{cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .25s cubic-bezier(.25,.8,.25,1);background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;gap:8px;height:40px}.user-dropdown:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 2px 8px #0000001a}.header-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.username{font-weight:500;color:#1e293b;font-size:14px;white-space:nowrap}.admin-content{margin:80px 24px 24px;padding:32px;background:#fff;border-radius:12px;min-height:calc(100vh - 104px);flex:1;overflow:auto;transition:all .4s cubic-bezier(.25,.8,.25,1);box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.admin-sider .ant-menu .ant-menu-item:active,.admin-sider .ant-menu .ant-menu-submenu-title:active{transform:scale(.98)}@media (max-width: 768px){.site-layout{margin-left:0}.admin-sider{transform:translate(-100%);transition:transform .4s cubic-bezier(.25,.8,.25,1)}.admin-sider.mobile-open{transform:translate(0)}.admin-header{left:0;width:100%}.admin-content{margin:80px 16px 24px;padding:20px}}.admin-sider.ant-layout-sider-collapsed .logo .logo-text{display:none}.admin-sider.ant-layout-sider-collapsed .logo{justify-content:center;padding:20px 8px}.admin-sider .ant-menu .ant-menu-submenu:not(:first-child){margin-top:8px}.admin-sider .ant-menu .ant-menu-submenu:not(:first-child):before{content:"";position:absolute;top:-4px;left:20px;right:20px;height:1px;background:#f1f5f9}.admin-sider .ant-menu .ant-menu-item,.admin-sider .ant-menu .ant-menu-submenu-title{position:relative}.admin-sider .ant-menu .ant-menu-item:after,.admin-sider .ant-menu .ant-menu-submenu-title:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:0;background:#4f46e5;border-radius:0 1px 1px 0;transition:height .2s ease}.admin-sider .ant-menu .ant-menu-item-selected:after{height:16px}.category-management{padding:24px;background-color:#fff;min-height:100vh}.page-header{margin-bottom:24px;border-bottom:1px solid #f0f0f0;padding-bottom:16px}.page-header h4{margin-bottom:8px;color:#262626}.stats-container{margin-bottom:24px}.stats-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;transition:all .3s;border:1px solid #f0f0f0}.stats-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);border-color:#e6f7ff}.category-table-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;margin-bottom:24px;border:1px solid #f0f0f0}.category-management .ant-table-cell{vertical-align:middle}.disabled-row{opacity:.75;background-color:#fafafa}.category-name-cell{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.category-badge{margin-left:8px}.text-disabled{color:#00000040;text-decoration:line-through;opacity:.6}.image-container{position:relative;display:inline-block;overflow:hidden;border-radius:6px;box-shadow:0 1px 4px #0000001a}.image-container .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;color:#fff}.image-container:hover .image-overlay{opacity:1}.image-disabled{filter:grayscale(100%);opacity:.6}.action-buttons{display:flex;justify-content:center}.edit-button:hover{color:#1890ff;background-color:#1890ff1a;border-radius:4px}.add-button:hover{color:#52c41a;background-color:#52c41a1a;border-radius:4px}.delete-button:hover{color:#ff4d4f;background-color:#ff4d4f1a;border-radius:4px}.modal-title{display:flex;align-items:center;gap:8px}.category-form-modal .ant-modal-content,.image-preview-modal .ant-modal-content{border-radius:8px;overflow:hidden}.category-form-upload-tip{color:#00000073;margin-top:8px}.category-form-warning{margin-bottom:16px}.category-image-preview{width:100%;max-width:200px;margin-top:8px}@media (max-width: 768px){.category-management{padding:16px}.stats-container,.stats-card{margin-bottom:16px}}.status-tag{padding:2px 8px;border-radius:4px;display:inline-block}.status-tag.success{background-color:#f6ffed;border:1px solid #b7eb8f;color:#52c41a}.status-tag.processing{background-color:#e6f7ff;border:1px solid #91d5ff;color:#1890ff}.status-tag.warning{background-color:#fffbe6;border:1px solid #ffe58f;color:#faad14}.status-tag.error{background-color:#fff2f0;border:1px solid #ffccc7;color:#ff4d4f}.ant-image{display:flex;justify-content:center}.ant-btn+.ant-btn{margin-left:8px}.ant-table-cell .ant-space{align-items:center}.ant-card-extra .ant-btn{margin-right:0}.ant-upload-select,.ant-upload-list-picture-card-container{width:100px!important;height:100px!important}.banner-upload .ant-upload-select,.banner-upload .ant-upload-list-picture-card-container{width:200px!important;height:80px!important}.upload-loading{margin-top:8px;color:#1890ff}.category-table .ant-table-row-indent+.ant-table-row-expand-icon{margin-right:8px}.category-table{border-radius:8px;overflow:hidden}.category-table .ant-table-thead>tr>th{background-color:#fafafa;font-weight:500;color:#262626}.category-table .ant-table-thead>tr>th:first-child{border-top-left-radius:8px}.category-table .ant-table-thead>tr>th:last-child{border-top-right-radius:8px}.category-table .ant-tag{margin-right:0}.category-table .ant-table-tbody>tr.ant-table-row:hover>td{background-color:#e6f7ff}.status-tag-enabled{background-color:#52c41a;color:#fff}.status-tag-disabled{background-color:#f5222d;color:#fff}.status-tag-invisible{background-color:#faad14;color:#fff}.stats-card .ant-statistic-title{color:#8c8c8c;font-size:14px}.stats-card .ant-statistic-content{color:#262626;font-weight:500}.stats-card .ant-statistic-content-prefix{margin-right:8px;color:#1890ff}.has-children-row{background-color:#f0f7ff}.has-children-row td:first-child{border-left:3px solid #1890ff}.delete-parent-button{position:relative}.delete-parent-button:after{content:"";position:absolute;top:-2px;right:-2px;width:6px;height:6px;background-color:#ff4d4f;border-radius:50%}.has-children-row .ant-table-row-expand-icon{background-color:#e6f7ff;border-color:#1890ff}.has-children-row .ant-table-row-expand-icon:hover{background-color:#bae7ff}.has-children-row .ant-table-row-expand-icon-expanded{background-color:#1890ff;color:#fff}.ant-table-expanded-row .ant-table-wrapper .ant-table-tbody>tr{background-color:#fafafa}.ant-table-expanded-row .ant-table-wrapper .ant-table-tbody>tr td:first-child{border-left:3px solid #52c41a}.category-form-modal .ant-modal-header{border-radius:8px 8px 0 0}.category-form-modal .ant-modal-content{border-radius:8px}.image-preview-modal .ant-modal-content{background-color:#000c}.image-preview-modal .ant-modal-header{background-color:#000c;border-bottom:1px solid #303030}.image-preview-modal .ant-modal-title,.image-preview-modal .ant-modal-close{color:#fff}.product-list-container{padding:16px;margin-bottom:24px}.stats-card{margin-bottom:24px;border-radius:6px;box-shadow:0 2px 8px #0000000f}.stats-card .ant-statistic-title{font-size:14px;color:#00000073}.stats-card .ant-statistic-content{font-size:24px;font-weight:500}.search-card{margin-bottom:24px;border-radius:6px;background-color:#fafafa}.product-table-card{border-radius:6px;box-shadow:0 1px 3px #0000000d}.product-table-card .ant-image{border-radius:4px;overflow:hidden;border:1px solid #f0f0f0}.category-tags{max-width:200px}.category-tags .ant-tag{margin-bottom:4px}.ant-pagination{margin-top:16px;text-align:right}@media screen and (max-width: 768px){.stats-card .ant-statistic-content{font-size:20px}.search-card .ant-row .ant-col{margin-bottom:16px}}.ant-empty{margin:32px 0}.ant-table-row.ant-table-row-selected>td{background-color:#e6f7ff!important}.table-row-light{background-color:#fff}.table-row-dark{background-color:#f9f9f9}.table-row-light.ant-table-row-selected>td,.table-row-dark.ant-table-row-selected>td{background-color:#e6f7ff!important}.ant-table-tbody>tr.ant-table-row:hover>td{background-color:#e6f7ff!important}.ant-table-tbody>tr.ant-table-row-selected:hover>td{background-color:#d6eeff!important}.ant-btn-sm{height:24px;padding:0 8px;font-size:14px}.price-text{color:#ff4d4f;font-weight:700}.ant-badge-status-text{margin-left:4px}.ant-table-thead>tr>th{background-color:#f5f5f5;font-weight:500}.ant-spin-container{position:relative;min-height:200px}.ant-table-cell .ant-typography{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-table-row .action-buttons{opacity:.5;transition:opacity .3s}.ant-table-row:hover .action-buttons{opacity:1}.ant-table-cell .ant-space{gap:8px}.page-header .ant-btn-primary{height:40px;padding:0 16px;font-size:14px;border-radius:4px}.ant-table-placeholder .ant-empty-image{height:60px}.warning-text{color:#faad14}.success-text{color:#52c41a}.ant-table .ant-tag{margin-right:4px;padding:0 6px;height:22px;line-height:20px}.page-header-card{margin-bottom:16px;box-shadow:0 1px 2px #00000008}.product-name-ellipsis{display:inline-block;max-width:280px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-price{font-weight:500;color:#ff4d4f}.compact-actions{display:flex;gap:6px!important;justify-content:center;align-items:center}.compact-actions .ant-btn{margin-right:0;padding:0;height:28px;width:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;border:1px solid #d9d9d9;background:#fff}.compact-actions .ant-btn:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000026;border-color:#40a9ff}.compact-actions .ant-btn[data-action=edit]{color:#1890ff}.compact-actions .ant-btn[data-action=edit]:hover{background-color:#e6f7ff;border-color:#1890ff}.compact-actions .ant-btn[data-action=delete]{color:#ff4d4f}.compact-actions .ant-btn[data-action=delete]:hover{background-color:#fff2f0;border-color:#ff4d4f}.compact-actions .anticon{font-size:14px}.product-images-preview{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.product-image-item{width:100px;height:100px;border:1px solid #f0f0f0;border-radius:4px;overflow:hidden;position:relative}.no-images{width:100%;height:100px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border-radius:4px;color:#999}.image-uploader .ant-upload-select{width:104px;height:104px;margin-right:8px;margin-bottom:8px}.category-selector{border:1px solid #d9d9d9;border-radius:6px;padding:12px;background-color:#fafafa}.category-selector .selected-categories{min-height:24px;margin-bottom:8px}.product-edit-modal .ant-modal-content{border-radius:8px}.product-edit-modal .ant-modal-header{background:linear-gradient(135deg,#4f46e5,#7c3aed);background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.15) 0%,transparent 70%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(255,255,255,.08) 0%,transparent 50%);border-bottom:none;padding:16px 20px;position:relative;overflow:hidden}.product-edit-modal .ant-modal-header:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='50' cy='50' r='4'/%3E%3Ccircle cx='10' cy='10' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}.product-edit-modal .modal-title{color:#fff;font-size:16px;font-weight:600;display:flex;align-items:center;position:relative;z-index:1;text-shadow:0 1px 2px rgba(0,0,0,.2)}.product-edit-modal .ant-modal-body{padding:20px;max-height:75vh;overflow-y:auto}.product-edit-modal .ant-modal-footer{padding:12px 20px;border-top:1px solid #f0f0f0}.category-selector-compact{border:1px solid #d9d9d9;border-radius:6px;padding:12px;background-color:#fafafa}.category-selector-compact .selected-categories{min-height:24px;margin-bottom:8px}.status-switch-container{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.status-hint{font-size:11px;margin-top:2px}.image-section-compact{display:flex;flex-direction:column;gap:8px}.product-images-preview{display:flex;flex-wrap:wrap;gap:8px}.product-image-item{position:relative;width:80px;height:80px;border:1px solid #f0f0f0;border-radius:6px;overflow:hidden;transition:all .3s ease}.product-image-item:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff33}.product-image-item img{width:100%;height:100%;object-fit:cover}.product-image-item .image-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-image-item:hover .image-overlay{opacity:1}.main-image-badge{position:absolute;top:4px;left:4px;background:#52c41a;color:#fff;padding:1px 4px;border-radius:8px;font-size:9px;font-weight:600}.no-images{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border:1px dashed #d9d9d9;border-radius:6px;color:#999;text-align:center;font-size:11px}.image-uploader .ant-upload-select{width:80px;height:80px;margin-right:8px;margin-bottom:8px}.product-edit-modal .ant-form-item{margin-bottom:16px}.product-edit-modal .ant-form-item-label{padding-bottom:4px}.product-edit-modal .ant-form-item-label>label{font-weight:500;color:#262626}@media (max-width: 768px){.product-edit-modal .ant-modal{margin:0;max-width:100vw}.product-image-item,.image-uploader .ant-upload-select,.no-images{width:60px;height:60px}}.category-selection-modal-wrapper .ant-modal-content{border-radius:8px}.category-selection-modal-wrapper .ant-modal-header{background:linear-gradient(135deg,#1e40af,#3730a3);background-image:linear-gradient(45deg,rgba(255,255,255,.08) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.08) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.08) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.08) 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0px;border-bottom:none;padding:16px 20px;position:relative;overflow:hidden}.category-selection-modal-wrapper .ant-modal-header:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.category-selection-modal-wrapper .category-modal-title{color:#fff;font-size:16px;font-weight:600;display:flex;align-items:center;position:relative;z-index:1;text-shadow:0 1px 2px rgba(0,0,0,.2)}.category-selection-modal-wrapper .title-icon{font-size:20px;margin-right:8px}.category-selection-modal{padding:16px 0}.category-selection-modal .parent-categories,.category-selection-modal .child-categories{height:300px;overflow-y:auto;border:1px solid #f0f0f0;border-radius:8px;padding:12px;background-color:#fafafa}.category-selection-modal .category-list{display:flex;flex-direction:column;gap:6px}.category-selection-modal .category-item{padding:12px 16px;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center;background-color:#fff;border:1px solid transparent}.category-selection-modal .parent-categories .category-item:hover{background-color:#e6f7ff;border-color:#1890ff;transform:translate(4px)}.category-selection-modal .parent-categories .category-item.selected{background:linear-gradient(135deg,#1890ff,#096dd9);color:#fff;border-color:#1890ff;box-shadow:0 4px 12px #1890ff4d}.category-selection-modal .child-categories .category-item{cursor:default;padding:10px 12px}.category-selection-modal .child-categories .category-item:hover{background-color:#f0f9ff}.category-selection-modal .category-count{font-size:11px;color:#666;background-color:#0000000d;padding:2px 8px;border-radius:12px;font-weight:500}.category-selection-modal .parent-categories .category-item.selected .category-count{color:#ffffffe6;background-color:#fff3}.category-selection-modal .selected-categories-preview{margin-top:20px;border-top:2px solid #f0f0f0;background:linear-gradient(145deg,#f8f9fa,#fff);padding:20px;border-radius:8px}.category-selection-modal .selected-categories-preview .ant-typography-title{margin-bottom:12px!important;color:#262626}@media (max-width: 768px){.category-selection-modal .parent-categories,.category-selection-modal .child-categories{height:200px}}.editable-cell{position:relative}.editable-cell-value-wrap{padding:5px 12px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.edit-icon{opacity:1!important;transition:opacity .3s;margin-left:5px;color:#1890ff}.name-cell-value{position:relative;padding-right:30px!important}.name-cell-value .edit-icon{opacity:1!important;margin-left:5px}.name-cell-value:hover .edit-icon{opacity:1!important}.product-tab-card{margin-bottom:16px}.product-tab-card .ant-tabs-tab{padding:8px 16px;font-size:14px}.product-tab-card .ant-tabs-tab.ant-tabs-tab-active{font-weight:500}.product-tab-card .ant-tabs-nav{margin-bottom:0}.batch-actions-card{margin-bottom:16px;background:linear-gradient(to right,#fffbe6,#fff8e1);border:1px solid #ffe58f;border-radius:8px;box-shadow:0 2px 8px #ffe58f33;transition:all .3s ease}.batch-actions-card .ant-card-body{padding:12px 16px}.batch-actions-card .ant-row{align-items:center}.batch-actions-card .ant-space{flex-wrap:nowrap;align-items:center}.batch-actions-card .ant-btn{margin-bottom:0;border-radius:6px;display:flex;align-items:center;gap:4px;height:32px;padding:0 16px;font-size:13px;font-weight:500;transition:all .2s}.batch-actions-card .ant-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.batch-actions-card .ant-btn-primary{background:linear-gradient(135deg,#1890ff,#40a9ff);border:none}.batch-actions-card .ant-btn-primary:hover{background:linear-gradient(135deg,#40a9ff,#1890ff)}.batch-actions-card .ant-btn-dangerous{background:linear-gradient(135deg,#ff4d4f,#ff7875);border:none;color:#fff}.batch-actions-card .ant-btn-dangerous:hover{background:linear-gradient(135deg,#ff7875,#ff4d4f)}.batch-actions-card .selected-info{display:flex;align-items:center;gap:8px;font-size:14px}.batch-actions-card .selected-count{font-size:16px;font-weight:600;color:#1890ff;margin:0 4px}.product-list-table{border-radius:8px;overflow:hidden}.product-list-table .ant-table{font-size:13px}.ant-table-thead>tr>th{background-color:#f0f2f5!important;font-weight:500;color:#333;border-bottom:1px solid #e8e8e8;padding:10px 12px;font-size:13px}.ant-table-tbody>tr>td{padding:10px 12px;border-bottom:1px solid #f0f0f0;font-size:13px;vertical-align:middle}.product-list-table .ant-table-thead>tr>th:nth-child(2){text-align:center;width:80px}.product-list-table .ant-table-tbody>tr>td:nth-child(2){text-align:center;font-weight:500;color:#666}.product-list-table .ant-table-thead>tr>th:nth-child(3){text-align:center;width:80px}.product-list-table .ant-table-tbody>tr>td:nth-child(3){text-align:center}.product-list-table .ant-table-thead>tr>th:nth-child(4){width:160px}.product-list-table .ant-table-thead>tr>th:nth-child(6){text-align:center;width:100px}.product-list-table .ant-table-tbody>tr>td:nth-child(6){text-align:center}.product-list-table .ant-table-thead>tr>th:nth-child(7){text-align:center;width:80px}.product-list-table .ant-table-tbody>tr>td:nth-child(7){text-align:center}.product-list-table .ant-table-thead>tr>th:nth-child(8){text-align:center;width:80px}.product-list-table .ant-table-tbody>tr>td:nth-child(8){text-align:center;font-weight:500;color:#52c41a}.product-list-table .ant-table-thead>tr>th:nth-child(9){width:150px}.product-list-table .ant-table-tbody>tr>td:nth-child(9){font-size:12px;color:#666}.product-list-table .ant-table-thead>tr>th:nth-child(10){text-align:center;width:80px}.product-list-table .ant-table-tbody>tr>td:nth-child(10){text-align:center}.product-list-table .ant-table-thead>tr>th:nth-child(11){text-align:center;width:100px}.product-list-table .ant-table-tbody>tr>td:nth-child(11){text-align:center}.ant-table-selection-column{background-color:transparent!important;transition:background-color .3s ease;width:48px!important;min-width:48px!important;max-width:48px!important;padding:8px 6px!important;text-align:center!important;vertical-align:middle!important;border-right:1px solid #f0f0f0!important;position:relative!important}.ant-table-thead>tr>th.ant-table-selection-column{background-color:#f0f2f5!important;padding:8px 6px!important;text-align:center!important;vertical-align:middle!important;border-right:1px solid #e8e8e8!important;font-weight:500!important}.table-row-light td.ant-table-selection-column{background-color:#fff!important}.table-row-dark td.ant-table-selection-column{background-color:#f9f9f9!important}.ant-table-tbody>tr.ant-table-row-selected td.ant-table-selection-column{background-color:#e6f7ff!important;position:relative;border-right:1px solid #91d5ff!important}.ant-table-tbody>tr.ant-table-row-selected td.ant-table-selection-column:after{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background-color:#1890ff;border-radius:0 2px 2px 0;opacity:1;z-index:1}.ant-table-tbody>tr:not(.ant-table-row-selected) td.ant-table-selection-column:after{display:none!important;content:none!important}.ant-table-tbody>tr:hover td.ant-table-selection-column{background-color:#e6f7ff!important;border-right:1px solid #b3deff!important}.ant-table-tbody>tr.ant-table-row-selected:hover td.ant-table-selection-column{background-color:#d6eeff!important;border-right:1px solid #7cc7ff!important}.ant-table-selection-column .ant-checkbox-wrapper{display:flex!important;justify-content:center!important;align-items:center!important;height:100%!important;margin:0!important;padding:0!important;line-height:1!important}.ant-table-selection-column .ant-checkbox-inner{width:16px!important;height:16px!important;border-radius:3px!important;border:1.5px solid #d9d9d9!important;background-color:#fff!important;transition:all .2s!important;position:relative!important;display:block!important;margin:0!important;overflow:visible!important}.ant-table-selection-column .ant-checkbox-inner:after{position:absolute!important;top:50%!important;left:21.5%!important;display:table!important;width:5.71428571px!important;height:9.14285714px!important;border:2px solid #fff!important;border-top:0!important;border-left:0!important;transform:rotate(45deg) scale(0) translate(-50%,-50%)!important;opacity:0!important;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s!important;content:" "!important;background:transparent!important;box-shadow:none!important}.ant-table-selection-column .ant-checkbox-checked .ant-checkbox-inner:after{position:absolute!important;display:table!important;border:2px solid #fff!important;border-top:0!important;border-left:0!important;transform:rotate(45deg) scale(1) translate(-50%,-50%)!important;opacity:1!important;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s!important;content:" "!important}.ant-table-selection-column .ant-checkbox-wrapper:focus .ant-checkbox-inner{border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff33}.ant-table-thead>tr>th:first-child:not(.ant-table-selection-column),.ant-table-tbody>tr>td:first-child:not(.ant-table-selection-column){padding-left:16px!important}.ant-table-thead>tr>th.ant-table-selection-column+th,.ant-table-tbody>tr>td.ant-table-selection-column+td{padding-left:8px!important}.ant-table-cell[title=ID]{padding-left:8px!important;padding-right:8px!important;text-align:center!important;width:80px!important;min-width:80px!important}.ant-table-scroll .ant-table-selection-column{position:sticky!important;left:0!important;z-index:2!important}.ant-table-ping-left .ant-table-selection-column{box-shadow:none!important}@media (max-width: 768px){.ant-table-selection-column{width:40px!important;min-width:40px!important;max-width:40px!important;padding:6px 4px!important}.ant-table-thead>tr>th.ant-table-selection-column{padding:6px 4px!important}.ant-table-selection-column .ant-checkbox-inner{width:14px!important;height:14px!important}.ant-table-cell[title=ID]{width:60px!important;min-width:60px!important;padding-left:4px!important;padding-right:4px!important}}.product-list-container .ant-table-container:before,.product-list-container .ant-table-container:after,.product-list-container .ant-table:before,.product-list-container .ant-table:after,.product-table-card .ant-table-container:before,.product-table-card .ant-table-container:after,.product-table-card .ant-table:before,.product-table-card .ant-table:after{display:none!important;content:none!important}.product-list-container .ant-table-wrapper:before,.product-list-container .ant-table-wrapper:after,.product-list-container .ant-table-body:before,.product-list-container .ant-table-body:after,.product-table-card .ant-table-wrapper:before,.product-table-card .ant-table-wrapper:after,.product-table-card .ant-table-body:before,.product-table-card .ant-table-body:after{display:none!important;content:none!important;background:none!important;box-shadow:none!important}.product-list-container .ant-table,.product-table-card .ant-table{box-shadow:none!important;border-left:none!important;border-right:none!important;background:transparent!important}.hot-recommendation-page{padding:0}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.page-header .ant-typography{margin:0}.table-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 16px;background-color:#f5f5f5;border-radius:6px}.drag-hint{color:#666;font-size:12px}.sort-controls{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-width:70px;padding:8px 0}.sort-number{font-weight:700;color:#1890ff;font-size:18px;background:linear-gradient(135deg,#1890ff,#40a9ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 1px 2px rgba(24,144,255,.1);line-height:1;margin-bottom:4px}.sort-buttons{display:flex;flex-direction:column;gap:2px;align-items:center;justify-content:center}.sort-buttons .ant-btn{width:30px!important;height:30px!important;min-width:30px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:6px!important;transition:all .2s ease!important;box-shadow:0 1px 3px #0000001a!important;border:1px solid #d9d9d9!important;background:#fff!important;line-height:1!important}.sort-buttons .ant-btn:hover:not(:disabled){transform:translateY(-1px)!important;box-shadow:0 2px 6px #1890ff33!important;border-color:#1890ff!important;background:linear-gradient(135deg,#fff,#f0f9ff)!important}.sort-buttons .ant-btn:active:not(:disabled){transform:translateY(0)!important;box-shadow:0 1px 2px #0000001a!important}.sort-buttons .ant-btn:disabled{opacity:.3!important;cursor:not-allowed!important;background:#f5f5f5!important;border-color:#e8e8e8!important}.sort-buttons .ant-btn .anticon{font-size:14px!important;color:#666!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important}.sort-buttons .ant-btn:hover:not(:disabled) .anticon{color:#1890ff!important}.sort-buttons .ant-btn:disabled .anticon{color:#bfbfbf!important}.recommendation-table .ant-table-tbody>tr{height:auto}.recommendation-table .ant-table-tbody>tr>td{vertical-align:middle}.product-image{border-radius:4px;object-fit:cover}.product-name{font-weight:500;margin-bottom:4px;color:#333}.product-id{font-size:12px;color:#666;margin-bottom:4px}.price-info{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.current-price{font-weight:700;font-size:16px;display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}.original-price{font-size:12px;color:#999;text-decoration:line-through;line-height:1.2}.price-tip{font-size:10px;color:#faad14;margin-top:2px}.current-price.activity-price{color:#ff4d4f}.current-price.normal-price{color:#333}.activity-tag{background:linear-gradient(135deg,#ff4d4f,#ff7875);border:none;color:#fff;font-size:10px;padding:2px 6px;border-radius:10px;margin-left:4px;box-shadow:0 1px 2px #ff4d4f33}.stock-normal{color:#52c41a;font-weight:500}.stock-empty{color:#ff4d4f;font-weight:500}.recommendation-table .ant-table-tbody>tr:hover>td{background-color:#f0f9ff}.recommendation-table .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600}.recommendation-table .ant-table-tbody>tr>td:first-child{border-left:3px solid transparent;transition:border-left-color .2s ease;background:linear-gradient(135deg,#f8fcff,#f0f9ff);vertical-align:middle!important;text-align:center!important;padding:12px 8px!important}.recommendation-table .ant-table-tbody>tr:hover>td:first-child{border-left-color:#1890ff}.add-product-modal .ant-modal-body{padding:16px}.product-search{margin-bottom:16px}.product-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e8e8e8}.product-list{max-height:400px;overflow-y:auto;padding-right:4px}.product-item{display:flex;align-items:center;padding:12px;border:1px solid #e8e8e8;border-radius:6px;margin-bottom:8px;cursor:pointer;transition:all .3s}.product-item:hover{border-color:#1890ff;background-color:#f0f9ff}.product-item.selected{border-color:#1890ff;background-color:#e6f7ff}.product-item .ant-checkbox{margin-right:12px}.product-item .product-info{flex:1}.product-item .product-name{font-weight:500;margin-bottom:4px}.product-item .product-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:#666}.product-item .product-price{font-weight:700;color:#ff4d4f;font-size:16px}.modal-footer-info{display:flex;align-items:center;gap:16px;color:#666}.selected-count{color:#1890ff;font-weight:500}@media (max-width: 768px){.page-header{flex-direction:column;gap:12px;align-items:flex-start}.table-info{flex-direction:column;gap:8px;align-items:flex-start}.product-info{flex-direction:column;align-items:flex-start;gap:8px}.product-item{flex-direction:column;align-items:flex-start}.product-item .product-info{width:100%}}.selected-products-card{margin-bottom:16px}.selected-products-list{display:flex;flex-wrap:wrap;gap:16px}.selected-product-item{width:200px;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;position:relative;transition:all .3s}.selected-product-item:hover{box-shadow:0 2px 8px #00000017;border-color:#d9d9d9}.selected-product-image{width:100%;height:120px;object-fit:cover;display:block}.selected-product-info{padding:8px 12px}.selected-product-name{font-weight:500;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-product-price{color:#ff4d4f;font-weight:500}.remove-product-btn{position:absolute;top:8px;right:8px;background-color:#fffc;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.selected-product-item:hover .remove-product-btn{opacity:1}.flash-sale-list-card{margin-bottom:16px}.product-image{width:60px;height:60px;object-fit:cover;border-radius:4px;margin-right:12px}.price-info{display:flex;flex-direction:column}.flash-sale-name{display:flex;align-items:center;gap:8px}.product-image-small{width:40px;height:40px;object-fit:cover;border-radius:4px;margin-right:8px}.flash-sale-container{padding:20px;background:#f5f5f5;min-height:100vh}.page-header-card{margin-bottom:16px}.page-header-card .ant-card-body{padding:20px 24px}.product-info{display:flex;align-items:center;gap:12px}.product-details{flex:1}.product-name{font-size:14px;font-weight:500;margin-bottom:4px;color:#333}.product-subtitle{font-size:12px;color:#666;margin-bottom:2px}.product-stock{font-size:12px;color:#999}.sale-price{color:#ff4d4f;font-size:16px;font-weight:600}.original-price{color:#999;font-size:12px;text-decoration:line-through}.discount{color:#52c41a;font-size:12px;font-weight:500}.time-info{font-size:12px;line-height:1.4}.time-info .anticon{margin-right:4px;color:#1890ff}.start-time,.end-time{margin-bottom:2px}.time-detail{color:#666;margin-left:16px}.status-tag{margin-left:8px;border-radius:10px;font-size:11px;padding:2px 6px;line-height:1.2}.flash-sale-price-setting{padding:16px;background:#fafafa;border-radius:6px;margin-bottom:16px;border:1px solid #f0f0f0;transition:all .3s ease;animation:slideInUp .3s ease-out}.flash-sale-price-setting:hover{background:#f0f9ff;border-color:#1890ff;box-shadow:0 2px 8px #1890ff1a}.product-info-mini{display:flex;align-items:center;gap:8px}.product-image-mini{width:40px;height:40px;border-radius:4px;object-fit:cover;border:1px solid #f0f0f0}.product-name-mini{font-size:13px;font-weight:500;color:#333}.original-price-display{font-size:13px;color:#666;padding:4px 8px;background:#fff;border-radius:4px;border:1px solid #d9d9d9}.batch-create-modal .ant-modal-body{padding:24px}.batch-create-modal .ant-steps{margin-bottom:24px}.batch-create-modal .ant-steps-item-title{font-size:14px;font-weight:500}.batch-create-modal .ant-steps-item-description{font-size:12px;color:#999}.product-selection-step{min-height:400px}.product-selection-step .ant-checkbox-wrapper{font-weight:500}.product-selection-step .ant-table-selection-column{width:48px!important;min-width:48px!important;max-width:48px!important;padding:6px 4px!important;text-align:center!important;vertical-align:middle!important;border-right:1px solid #f0f0f0!important;position:relative!important}.product-selection-step .ant-table-thead>tr>th.ant-table-selection-column{background-color:#f0f2f5!important;padding:6px 4px!important;text-align:center!important;vertical-align:middle!important;border-right:1px solid #e8e8e8!important;font-weight:500!important}.product-selection-step .ant-table-selection-column .ant-checkbox-wrapper{display:flex!important;justify-content:center!important;align-items:center!important;height:100%!important;margin:0!important;padding:0!important;line-height:1!important}.product-selection-step .ant-table-selection-column .ant-checkbox{margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.product-selection-step .ant-table-selection-column .ant-checkbox-inner{width:14px!important;height:14px!important;border-radius:3px;transition:all .2s;border:1.5px solid #d9d9d9;margin:0!important;display:block!important}.product-selection-step .ant-table-selection-column .ant-checkbox-checked .ant-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.product-selection-step .ant-table-tbody>tr:hover{background-color:#e6f7ff}.product-selection-step .ant-table-tbody>tr:hover .ant-table-selection-column{background-color:#e6f7ff!important;border-right:1px solid #b3deff!important}.product-selection-step .ant-table-tbody>tr.ant-table-row-selected{background-color:#bae7ff}.product-selection-step .ant-table-tbody>tr.ant-table-row-selected .ant-table-selection-column{background-color:#bae7ff!important;border-right:1px solid #91d5ff!important;position:relative}.product-selection-step .ant-table-tbody>tr.ant-table-row-selected .ant-table-selection-column:after{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background-color:#1890ff;border-radius:0 2px 2px 0}.product-selection-step .ant-table-selection-column .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#1890ff!important;transform:scale(1.05)}.parameter-setting-step{min-height:400px}.parameter-setting-step .flash-sale-price-setting{background:linear-gradient(135deg,#f6f9fc,#fff);border:1px solid #e8f4f8;border-radius:8px;padding:20px;margin-bottom:16px;position:relative;overflow:hidden}.parameter-setting-step .flash-sale-price-setting:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1890ff,#52c41a)}.parameter-setting-step .ant-input-number{border-radius:6px;border:1px solid #d9d9d9;transition:all .3s ease}.parameter-setting-step .ant-input-number:focus,.parameter-setting-step .ant-input-number-focused{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.completion-step{min-height:400px}.activity-overview{background:linear-gradient(135deg,#f0f9ff,#e6f7ff);border:1px solid #91d5ff;border-radius:12px;padding:24px;margin:20px 0}.overview-stat{text-align:center;padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;transition:transform .3s ease}.overview-stat:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.overview-stat-number{font-size:28px;font-weight:700;margin-bottom:8px;background:linear-gradient(135deg,var(--color),var(--color-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.overview-stat-label{color:#666;font-size:14px;font-weight:500}.step-navigation{text-align:right;margin-top:24px;padding-top:16px;border-top:1px solid #f0f0f0}.step-navigation .ant-btn{border-radius:6px;font-weight:500;height:40px;padding:0 24px}.step-navigation .ant-btn-primary{background:linear-gradient(135deg,#1890ff,#40a9ff);border:none;box-shadow:0 2px 8px #1890ff4d}.step-navigation .ant-btn-primary:hover{background:linear-gradient(135deg,#40a9ff,#1890ff);transform:translateY(-1px);box-shadow:0 4px 12px #1890ff66}.ant-switch-checked{background-color:#52c41a}.ant-switch-checked:hover:not(.ant-switch-disabled){background-color:#73d13d}.filter-section{background:#fff;border-radius:6px;margin-bottom:16px}.stats-info{text-align:right;color:#666;font-size:13px}.action-buttons .ant-btn{border-radius:4px}.action-buttons .ant-btn-text:hover{background-color:#f5f5f5}.ant-table-thead>tr>th{background:#fafafa;border-bottom:2px solid #f0f0f0;font-weight:600;color:#333}.ant-table-tbody>tr:hover>td{background:#f8f9ff}.ant-empty{margin:40px 0}.ant-image{border-radius:6px;overflow:hidden}.ant-image-img{object-fit:cover}.ant-form-item-label>label{font-weight:500;color:#333}.ant-input-number,.ant-picker{width:100%}.ant-modal-title{font-size:16px;font-weight:600}.discount-tag{background:linear-gradient(135deg,#ff4d4f,#ff7875);color:#fff;border:none;border-radius:12px;font-size:11px;font-weight:600;padding:2px 8px}.ant-alert{border-radius:8px;border:none;box-shadow:0 2px 8px #0000000f}.ant-alert-info{background:linear-gradient(135deg,#e6f7ff,#f0f9ff);border-left:4px solid #1890ff}.ant-alert-success{background:linear-gradient(135deg,#f6ffed,#f0f9ff);border-left:4px solid #52c41a}@media (max-width: 768px){.flash-sale-container{padding:10px}.product-info{flex-direction:column;align-items:flex-start;gap:8px}.product-info img{width:40px!important;height:40px!important}.batch-create-modal{margin:0;max-width:100vw}.parameter-setting-step .flash-sale-price-setting{padding:12px}.overview-stat{margin-bottom:12px}}.gift-promotion-page{padding:0}.gift-promotion-page .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.gift-promotion-page .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600}.gift-promotion-page .ant-table-tbody>tr:hover>td{background-color:#f0f7ff}.gift-promotion-page .ant-tag{border-radius:4px;font-size:12px}.gift-promotion-page .ant-btn{border-radius:6px}.gift-promotion-page .ant-modal,.gift-promotion-page .ant-modal-content{border-radius:8px}.gift-promotion-page .ant-form-item-label>label{font-weight:500}.gift-promotion-page .ant-input,.gift-promotion-page .ant-input-number,.gift-promotion-page .ant-select-selector{border-radius:6px}.gift-promotion-page .ant-card-small .ant-card-head{background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.gift-promotion-page .ant-card-small .ant-card-body{padding:16px}.gift-promotion-page .ant-divider-horizontal.ant-divider-with-text{margin:24px 0 16px}.gift-promotion-page .ant-divider-horizontal.ant-divider-with-text:before,.gift-promotion-page .ant-divider-horizontal.ant-divider-with-text:after{border-top:1px solid #d9d9d9}.gift-promotion-page .ant-empty{margin:40px 0}.gift-promotion-page .ant-badge{margin-right:8px}.gift-promotion-page .ant-steps{margin-bottom:24px}.gift-promotion-page .ant-alert{margin-bottom:16px;border-radius:6px}@media (max-width: 768px){.gift-promotion-page .ant-modal{width:95%!important;max-width:none}.gift-promotion-page .ant-table{font-size:12px}.gift-promotion-page .ant-btn{padding:4px 8px;font-size:12px}}.gift-promotion-page .promotion-status-enabled{color:#52c41a;background-color:#f6ffed;border-color:#b7eb8f}.gift-promotion-page .promotion-status-disabled{color:#8c8c8c;background-color:#f5f5f5;border-color:#d9d9d9}.gift-promotion-page .promotion-priority-high{color:#ff4d4f;background-color:#fff2f0;border-color:#ffccc7}.gift-promotion-page .promotion-priority-normal{color:#595959;background-color:#fafafa;border-color:#e8e8e8}.gift-promotion-page .gift-item-card{border:1px solid #e8e8e8;border-radius:6px;margin-bottom:12px;transition:all .3s ease}.gift-promotion-page .gift-item-card:hover{border-color:#1890ff;box-shadow:0 2px 4px #1890ff1a}.gift-promotion-page .search-filters{background-color:#fafafa;padding:16px;border-radius:6px;margin-bottom:16px}.gift-promotion-page .action-buttons{display:flex;gap:8px;justify-content:flex-end}.gift-promotion-page .table-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 4px}.gift-promotion-page .form-section{background-color:#fafafa;padding:20px;border-radius:6px;margin-bottom:20px}.gift-promotion-page .form-section-title{font-size:16px;font-weight:600;margin-bottom:16px;color:#262626}.gift-promotion-page .ant-table-cell{vertical-align:top}.gift-promotion-page .promotion-name{font-weight:600;color:#262626;margin-bottom:4px}.gift-promotion-page .promotion-description{color:#8c8c8c;font-size:12px;line-height:1.4}.gift-promotion-page .amount-tag{font-weight:600;padding:4px 8px}.gift-promotion-page .gift-count-badge{background-color:#52c41a;color:#fff;border-radius:10px;padding:2px 6px;font-size:11px;margin-left:4px}.gift-promotion-page .ant-upload.ant-upload-select-picture-card:hover .upload-overlay{opacity:1!important}.gift-promotion-page .ant-upload.ant-upload-select-picture-card{width:104px;height:104px;border-radius:6px;border:1px dashed #d9d9d9;background-color:#fafafa;transition:all .3s ease}.gift-promotion-page .ant-upload.ant-upload-select-picture-card:hover{border-color:#1890ff;background-color:#f0f7ff}.gift-promotion-page .ant-upload.ant-upload-select-picture-card .ant-upload{width:100%;height:100%;padding:0}.gift-promotion-page .ant-upload.ant-upload-select-picture-card img{border-radius:6px}.gift-promotion-page .upload-loading{color:#1890ff}.gift-promotion-page .upload-placeholder{color:#999;font-size:12px}.gift-promotion-page .ant-tag[style*="cursor: pointer"]:hover{opacity:.8;transform:scale(1.02);transition:all .2s ease}.gift-promotion-page .ant-descriptions-item-label{font-weight:500;background-color:#fafafa}.gift-promotion-page .ant-list-item{padding:8px}.gift-promotion-page .ant-card-cover{border-radius:6px 6px 0 0}.gift-promotion-page .ant-card-actions{background-color:#fafafa}.gift-promotion-page .ant-card-actions>li{margin:4px 0}.gift-promotion-page .ant-card-meta-title{font-size:14px;font-weight:500}.gift-promotion-page .ant-card-meta-description{font-size:12px;color:#666}.carousel-settings{background-color:#fff;border-radius:4px;padding:16px;box-shadow:0 1px 3px #0000000d}.carousel-settings-header,.carousel-table{margin-bottom:16px}.ant-table-row-selected>td{background-color:#e6f7ff!important}.carousel-image-preview{width:100px;height:60px;overflow:hidden;border-radius:4px;cursor:pointer;transition:transform .2s;display:flex;align-items:center;justify-content:center}.carousel-image-preview:hover{transform:scale(1.05)}.carousel-action-buttons .ant-btn{margin-right:4px}.notification-settings{width:100%}.notification-settings-header{margin-bottom:16px}.notification-table{margin-top:16px}.notification-detail .detail-item{margin-bottom:16px}.notification-detail .detail-label{font-weight:600;margin-right:8px;display:inline-block;min-width:80px}.notification-detail .detail-content{background-color:#f5f5f5;padding:16px;border-radius:4px;margin-top:8px;white-space:pre-wrap;word-break:break-word}.shop-info-container{padding:24px}.page-header{margin-bottom:24px}.sections-container{display:flex;flex-direction:column;gap:24px}.section-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.section-header{display:flex;align-items:center;margin:0}.section-header h3{margin:0;color:#1890ff}.shop-config-container{padding:16px 0}.config-description{background-color:#f6f8fa;padding:16px;border-radius:6px;margin-top:16px}.config-description h4{margin:0 0 12px;color:#262626;font-size:14px;font-weight:600}.config-description ul{margin:0;padding-left:20px}.config-description li{margin-bottom:8px;color:#595959;font-size:13px;line-height:1.5}.config-description li:last-child{margin-bottom:0}.config-description strong{color:#262626;font-weight:600}.carousel-settings-header{margin-bottom:16px}.carousel-table{margin-top:16px}.carousel-table .ant-table-cell{vertical-align:middle}.announcement-settings-header{margin-bottom:16px}.announcement-table{margin-top:16px}.announcement-table .ant-table-cell{vertical-align:middle}.announcement-preview{padding:16px;background-color:#f9f9f9;border-radius:4px}.announcement-preview-title{font-size:18px;font-weight:600;margin-bottom:12px;text-align:center}.announcement-preview-meta{margin-bottom:16px;color:#888;font-size:13px;display:flex;justify-content:space-between}.announcement-preview-content{line-height:1.8;font-size:14px}.announcement-preview-content p{margin-bottom:12px}@media (max-width: 768px){.shop-info-container{padding:12px}.sections-container{gap:16px}.section-card .ant-card-body{padding:16px 12px}.announcement-preview{padding:12px}.announcement-preview-title{font-size:16px}.config-description{padding:12px}}.ant-modal-body .ant-form-item:last-child{margin-bottom:0}.section-card .ant-card-head{border-bottom:2px solid #f0f0f0}.section-card .ant-card-head-title{font-size:18px;font-weight:600}.section-card .ant-card-body{padding:24px}.section-card .ant-card-extra .ant-btn{margin-left:8px}.section-card .ant-card-extra .ant-btn:first-child{margin-left:0}.couriers-page{padding:16px}.couriers-list-card .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.couriers-list-card .ant-table-tbody>tr:hover>td{background:#f5f5f5}.courier-info{display:flex;align-items:center}.courier-name{font-weight:500;color:#262626;font-size:14px}.courier-phone{color:#595959;font-size:13px}.courier-detail .detail-section{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.courier-detail .detail-section:last-child{border-bottom:none;margin-bottom:0}.courier-detail .detail-section h4{margin-bottom:12px;color:#262626;font-weight:600}.courier-detail .detail-section p{margin-bottom:8px;color:#595959}.courier-detail .detail-section strong{color:#262626}.courier-form .avatar-upload{text-align:center;margin-bottom:16px}.courier-form .avatar-upload .ant-upload{width:100px;height:100px;border-radius:50%;overflow:hidden}.courier-form .avatar-upload img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.statistics-cards .ant-col{margin-bottom:8px}.filter-card .ant-space{gap:8px!important}.courier-info{flex-direction:column;align-items:flex-start;gap:4px}}.coupons-management-container{padding:24px}.coupons-management-container .ant-card{margin-bottom:24px;box-shadow:0 1px 2px #0000000d}.coupons-management-container .ant-card-head{border-bottom:1px solid #f0f0f0}.coupons-management-container .ant-table-thead>tr>th{background-color:#fafafa;font-weight:500}.submenu-item{padding:10px 16px;cursor:pointer;transition:all .3s;display:flex;align-items:center}.submenu-item:hover{background-color:#f5f5f5}.submenu-item.active{background-color:#e6f7ff;color:#1890ff}.submenu-item-bullet{width:6px;height:6px;border-radius:50%;background-color:#d9d9d9;margin-right:8px}.submenu-item.active .submenu-item-bullet{background-color:#1890ff}.ant-modal-header{border-bottom:1px solid #f0f0f0;padding:16px 24px}.ant-modal-title{font-weight:500;font-size:16px}.ant-modal-footer{border-top:1px solid #f0f0f0;padding:10px 16px}.ant-btn-primary{background-color:#1890ff;border-color:#1890ff}.ant-btn-primary:hover,.ant-btn-primary:focus{background-color:#40a9ff;border-color:#40a9ff}.shipping-label-print-container{margin-bottom:20px}.shipping-label-actions{margin-bottom:16px;display:flex;justify-content:flex-end}.shipping-label-preview{width:100%;max-width:800px;margin:0 auto;padding:30px;background-color:#fff;box-shadow:0 2px 10px #0000001a;border-radius:8px;position:relative}.shipping-label-header{text-align:center;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #1890ff}.label-title{margin-bottom:0!important;color:#1890ff;font-weight:700}.shipping-label-info{margin-bottom:25px}.info-section{background-color:#f9f9f9;padding:16px;border-radius:6px;height:100%}.info-item{margin-bottom:8px;line-height:1.6}.info-label{font-weight:500;color:#666;display:inline-block;width:80px}.info-value{color:#333}.shipping-label-remark{margin-bottom:25px;padding:16px;background-color:#fffbe6;border-radius:6px;border-left:3px solid #faad14}.remark-content{color:#666;line-height:1.6}.shipping-label-items{margin-bottom:25px}.items-table{margin-top:12px}.items-table .ant-table-tbody>tr>td{padding:12px 8px}.items-table .ant-table-thead>tr>th{background-color:#f0f5ff;color:#1890ff;font-weight:500}.items-table .ant-table-summary{background-color:#f0f5ff}.shipping-label-footer{margin-bottom:30px}.footer-section{border:1px solid #e8e8e8;border-radius:6px;padding:12px;height:100%}.footer-title{font-weight:500;font-size:16px;margin-bottom:10px;padding-bottom:6px;border-bottom:1px dashed #e8e8e8;color:#1890ff}.footer-content{min-height:60px}.footer-item{margin-bottom:8px}.footer-label{color:#666;margin-right:5px}.footer-value{color:#333}.merchant-remark{font-style:italic;color:#999;min-height:50px;border:1px dashed #e8e8e8;border-radius:4px;padding:8px}@media print{body{margin:0;padding:0;background-color:#fff}.shipping-label-print-container .shipping-label-actions{display:none}.shipping-label-preview{box-shadow:none;border:none;padding:0;margin:0;width:100%;max-width:none}.items-table{page-break-inside:avoid}.shipping-label-header{position:running(header)}.shipping-label-footer{position:running(footer)}@page{margin:1cm;@top-center{content:element(header)}@bottom-center{content:element(footer)}}}.shipping-label-page{padding:0}.page-breadcrumb{margin-bottom:16px}.page-header{margin-bottom:20px}.template-edit-bar{margin-bottom:20px;display:flex;justify-content:flex-end}.operation-bar{display:flex;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:16px}@media (max-width: 768px){.operation-bar{flex-direction:column;align-items:flex-start}.search-form{width:100%;margin-top:16px}.template-edit-bar{justify-content:flex-start}}.search-form{display:flex;gap:8px;flex-wrap:wrap}.ant-table-wrapper{margin-top:16px}.print-preview{padding:20px;background-color:#f8f8f8;border-radius:4px}.print-preview p{margin-bottom:8px;line-height:1.6}.print-preview strong{margin-right:8px}.shipping-label-batch-print-page{padding:20px}.print-page-header{margin-bottom:20px}.print-help-text{margin-bottom:20px;padding:10px;background-color:#f0f5ff;border-left:3px solid #1890ff;color:#333}.batch-print-container{background-color:#fff}.single-order-print{margin-bottom:20px}.single-order-print .shipping-label-actions{display:none}.page-break{height:1px;border-top:1px dashed #ccc;margin:30px 0}@media print{.print-page-header,.print-help-text{display:none}.page-break{page-break-after:always;border:none;margin:0}.single-order-print{page-break-inside:avoid;margin-bottom:0}}.print-loading-container{display:flex;justify-content:center;align-items:center;height:100vh}.print-error-card{max-width:600px;margin:50px auto}.orders-page{padding:24px;background:#f5f5f5;min-height:100vh}.statistics-cards{margin-bottom:16px}.statistics-cards .ant-card{height:100px;display:flex;align-items:center}.tab-card{margin-bottom:16px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.tab-card .ant-tabs{margin:0}.tab-card .ant-tabs-nav{margin-bottom:0;padding:20px 20px 0;background:#fff}.tab-card .ant-tabs-nav:before{border-bottom:2px solid #f5f5f5}.tab-card .ant-tabs-tab{padding:10px 20px;margin:0 8px 0 0;background:transparent;border:none;border-bottom:3px solid transparent;font-size:14px;font-weight:500;color:#666;cursor:pointer}.tab-card .ant-tabs-tab:hover{color:#1890ff;border-bottom-color:#91caff}.tab-card .ant-tabs-tab-active{color:#1890ff;border-bottom-color:#1890ff;background:transparent}.tab-card .ant-tabs-tab-active .ant-tabs-tab-btn{color:#1890ff;font-weight:600}.tab-card .ant-tabs-tab[data-node-key="6"] .ant-tabs-tab-btn{color:#f5222d;font-weight:600}.tab-card .ant-tabs-tab-active[data-node-key="6"]{border-bottom-color:#f5222d}.tab-card .ant-tabs-tab-active[data-node-key="6"] .ant-tabs-tab-btn{color:#f5222d}.tab-card .ant-tabs-tab[data-node-key="6"]:hover{color:#ff4d4f;border-bottom-color:#ff4d4f}.tab-card .ant-tabs-ink-bar{display:none}.tab-card .ant-tabs-content-holder,.tab-card .ant-tabs-tabpane{padding:0}.afterSale-tag.ant-tag{background:#fff2f0;border-color:#ff7875;color:#f5222d;font-weight:700;padding:2px 8px;font-size:13px;animation:pulsate 2s infinite;box-shadow:0 0 5px #f5222d4d}.ant-tag[color=gray],.order-status-7.ant-tag{background:#f5f5f5!important;border-color:#d9d9d9!important;color:#8c8c8c!important}@keyframes pulsate{0%{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.filter-card{margin-bottom:16px}.filter-card .ant-space{width:100%;flex-wrap:wrap}.order-list-card .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.order-list-card .ant-table-tbody>tr:hover>td{background:#f5f5f5}.order-no{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;color:#1890ff;font-weight:500}.order-amount{font-weight:600;color:#f5222d}.order-items{max-width:180px}.item-info{display:flex;align-items:center;margin-bottom:4px;padding:4px;background:#fafafa;border-radius:4px}.item-image{width:30px;height:30px;object-fit:cover;border-radius:4px;margin-right:8px;flex-shrink:0}.item-name{flex:1;font-size:12px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:4px}.item-quantity{font-size:12px;color:#666;flex-shrink:0}.item-more{font-size:12px;color:#999;text-align:center;padding:2px 0}.order-items-expanded{display:flex;flex-direction:column;gap:8px}.item-info-expanded{display:flex;align-items:center;gap:8px;padding:4px;border:1px solid #f0f0f0;border-radius:4px;background:#fafafa}.item-image-expanded{width:50px;height:50px;object-fit:cover;border-radius:4px;border:1px solid #d9d9d9}.item-details{flex:1;display:flex;flex-direction:column;gap:4px}.item-name-expanded{font-size:14px;font-weight:500;color:#262626;line-height:1.2}.item-price-quantity{display:flex;align-items:center;gap:8px;font-size:12px}.item-price{color:#f5222d;font-weight:500}.item-quantity-expanded{color:#595959}.item-subtotal{color:#fa8c16;font-weight:500}.items-more{text-align:center;cursor:pointer;padding:6px;margin:6px 0;background-color:#f0f8ff;color:#1890ff;border-radius:4px;font-size:13px;transition:all .3s;border:1px dashed #91d5ff}.items-more:hover{background-color:#e6f7ff;color:#096dd9}.items-more span{display:flex;align-items:center;justify-content:center;gap:4px}.expanded-items-container{padding:12px;background-color:#f9f9f9;border-radius:6px;margin:8px 0;border:1px solid #f0f0f0}.expanded-items-header{font-weight:500;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #d9d9d9;color:#1890ff}.items-summary{text-align:center;font-size:12px;color:#8c8c8c;padding:4px;background:#f5f5f5;border-radius:4px;border-top:1px solid #e8e8e8}.order-detail .detail-section{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.order-detail .detail-section:last-child{border-bottom:none;margin-bottom:0}.order-detail .detail-section h4{margin-bottom:12px;color:#262626;font-weight:600}.order-detail .detail-section p{margin-bottom:8px;color:#595959}.order-detail .detail-section strong{color:#262626}.ant-table-body::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@media (max-width: 1200px){.statistics-cards{margin-bottom:12px}.filter-card .ant-space{gap:8px!important}}@media (max-width: 768px){.statistics-cards .ant-col{margin-bottom:8px}.item-info-expanded{flex-direction:column;align-items:flex-start;gap:4px}.item-image-expanded{width:40px;height:40px}.item-name-expanded{font-size:13px}.item-price-quantity{font-size:11px}}.ant-pagination{margin-top:24px;text-align:right}.ant-modal-header{border-bottom:1px solid #f0f0f0}.ant-statistic-content-value{font-weight:600}.ant-statistic-content-prefix{margin-right:4px}.ant-select-selector{border-radius:6px}.ant-btn{border-radius:6px;font-weight:500}.ant-btn-primary{box-shadow:0 2px 4px #1890ff4d}.ant-card:hover{box-shadow:0 4px 12px #00000026;transition:box-shadow .3s ease}.ant-table-tbody>tr:hover{box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease}.item-image[src*=default-product]{background:#f5f5f5;border:1px dashed #d9d9d9;display:flex;align-items:center;justify-content:center}.item-image[src*=default-product]:after{content:"图";color:#999;font-size:12px}.order-detail-card .order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.order-detail-card .order-total{text-align:right;margin-top:16px;font-size:16px;padding:12px;background-color:#f5f5f5;border-radius:4px}.courier-assign-card .info-block{background-color:#f5f5f5;padding:12px;border-radius:4px;margin-bottom:20px;color:#666}.courier-assign-card .select-courier{margin:20px 0}.courier-assign-card .ant-select-selection-item{font-weight:500}.courier-assign-card .ant-select-dropdown .ant-select-item-option{padding:8px 12px}.courier-assign-card .ant-select-dropdown .ant-select-item-option-active{background-color:#e6f7ff}.courier-assign-card .ant-select-dropdown .ant-select-item-option-selected{background-color:#e6f7ff;font-weight:500}.refund-request-card{background:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;padding:8px;font-size:12px}.refund-request-header{display:flex;align-items:center;margin-bottom:5px;font-weight:700;color:#096dd9}.refund-request-header .anticon{margin-right:5px}.refund-status-tag{margin:0!important}.refund-amount{color:#f5222d;font-weight:600}.refund-reason-tooltip{max-width:300px}.refund-admin-comment{background:#fff;border:1px solid #d9d9d9;border-radius:4px;padding:8px;margin-top:5px;font-size:12px;color:#666}.ant-tag.refund-status-pending{background:#fff7e6;border-color:#ffd591;color:#d46b08}.ant-tag.refund-status-approved{background:#e6f7ff;border-color:#91d5ff;color:#096dd9}.ant-tag.refund-status-rejected{background:#fff1f0;border-color:#ffccc7;color:#cf1322}.ant-tag.refund-status-completed{background:#f6ffed;border-color:#b7eb8f;color:#389e0d}.township-filter-card{margin-bottom:16px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.township-filter-card .ant-btn{margin-right:8px;margin-bottom:8px;border-radius:4px;transition:all .2s ease}.township-filter-card .ant-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.township-filter-card .ant-btn-primary{background:#1890ff;border-color:#1890ff}.township-filter-card .ant-btn-default{background:#f5f5f5;border-color:#d9d9d9;color:#666}.township-filter-card .ant-btn-default:hover{background:#e6f7ff;border-color:#1890ff;color:#1890ff}@media (max-width: 768px){.township-filter-card .ant-btn{margin-right:6px;margin-bottom:6px;font-size:12px;padding:4px 8px}}.route-planning-container{padding:20px}.route-planning-header{margin-bottom:20px}.route-planning-header h2{color:#1890ff;margin-bottom:8px}.route-planning-header p{color:#666;margin-bottom:0}.toolbar{margin-bottom:16px}.map-toolbar{margin-bottom:16px;padding:12px 16px;background-color:#fafafa;border:1px solid #d9d9d9;border-radius:6px}.map-layout{position:relative;height:80vh;min-height:600px}.map-sidebar{position:absolute;top:20px;left:20px;width:350px;max-height:calc(100% - 40px);z-index:1000;display:flex;flex-direction:column;gap:16px;pointer-events:none}.map-sidebar .ant-card{pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;box-shadow:0 4px 12px #00000026;border:1px solid rgba(217,217,217,.3);transition:all .3s ease}.floating-panel{animation:slideInLeft .3s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.map-container{position:relative;width:100%;height:100%;border:1px solid #d9d9d9;border-radius:6px;overflow:hidden}.map-quick-actions{position:absolute;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:12px}.quick-action-item{animation:fadeInRight .3s ease-out}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.map-quick-actions .ant-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffe6;border:1px solid rgba(217,217,217,.3);box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.map-quick-actions .ant-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.map-status-bar{position:absolute;bottom:0;left:0;right:0;padding:12px 20px;background:linear-gradient(180deg,#fff0,#fffffff2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(217,217,217,.3);color:#666;font-size:12px;z-index:1000;animation:slideInUp .3s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.map-view{width:100%;height:100%;background-color:#f5f5f5}.map-loading,.map-error{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fafafa;color:#666;font-size:14px}.map-error{text-align:center}.route-info{font-size:14px}.route-info h4{margin-bottom:12px;color:#1890ff}.info-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:4px 0}.info-item span:first-child{font-weight:500;color:#333}.route-note{margin-top:16px;padding-top:12px;border-top:1px solid #f0f0f0}.route-note h5{margin-bottom:8px;color:#333}.route-note p{color:#666;line-height:1.5;margin:0}.route-list{max-height:250px;overflow-y:auto;padding-right:4px}.route-item{display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.route-item:hover{background-color:#f5f5f5}.route-item.active{background-color:#1890ff;color:#fff}.route-id{width:40px;font-size:12px;color:#999;text-align:center}.route-item.active .route-id{color:#fff}.route-name{flex:1;font-weight:500;margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-area{font-size:12px;color:#666;margin-left:8px}.route-item.active .route-area{color:#fffc}.route-detail{font-size:14px}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.detail-header h3{margin:0;color:#1890ff}.detail-info{line-height:1.6}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;margin-bottom:20px}.info-grid .info-item{display:flex;align-items:center}.info-grid .info-item label{font-weight:500;color:#333;margin-right:8px;min-width:80px}.path-points{margin-top:20px;padding-top:16px;border-top:1px solid #f0f0f0}.path-points h4{margin-bottom:12px;color:#333}.points-list{max-height:200px;overflow-y:auto}.point-item{display:flex;align-items:flex-start;margin-bottom:12px;padding:8px;background-color:#fafafa;border-radius:4px}.point-index{width:24px;height:24px;border-radius:50%;background-color:#1890ff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;margin-right:12px;flex-shrink:0}.point-info{flex:1}.point-name{font-weight:500;color:#333;margin-bottom:4px}.point-note{color:#666;font-size:12px;margin-bottom:4px}.point-position{color:#999;font-size:11px;font-family:monospace}.route-note{margin-top:20px;padding-top:16px;border-top:1px solid #f0f0f0}.route-note h4{margin-bottom:8px;color:#333}.note-content{background-color:#fafafa;padding:12px;border-radius:4px;line-height:1.6;color:#666;white-space:pre-wrap}@media (max-width: 768px){.map-layout{height:70vh;min-height:500px}.map-sidebar{position:absolute;top:10px;left:10px;right:60px;width:auto;max-height:calc(100% - 20px)}.map-quick-actions{top:10px;right:10px}.info-grid{grid-template-columns:1fr}.route-list{max-height:150px}.map-toolbar{padding:8px 12px}.map-toolbar .ant-space{flex-wrap:wrap}.map-status-bar{padding:8px 12px;font-size:11px}.map-status-bar .ant-space{flex-wrap:wrap;gap:4px 8px!important}}.route-list::-webkit-scrollbar,.points-list::-webkit-scrollbar{width:6px}.route-list::-webkit-scrollbar-track,.points-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.route-list::-webkit-scrollbar-thumb,.points-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.route-list::-webkit-scrollbar-thumb:hover,.points-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.courier-route-list{max-height:400px;overflow-y:auto;padding:8px 0}.courier-route-item{margin-bottom:12px;border:1px solid #e8e8e8;border-radius:8px;background:#fff;transition:all .3s ease;overflow:hidden}.courier-route-item:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff26;transform:translateY(-1px)}.courier-route-item.active{border-color:#1890ff;box-shadow:0 4px 12px #1890ff33;background:linear-gradient(135deg,#f0f8ff,#fff)}.courier-info{padding:12px 16px;border-bottom:1px solid #f0f0f0;background:linear-gradient(90deg,#fafafa,#fff);transition:all .2s ease}.courier-info:hover{background:linear-gradient(90deg,#f0f8ff,#fff)}.courier-route-item.active .courier-info{background:linear-gradient(90deg,#e6f7ff,#f0f8ff);border-bottom-color:#d9d9d9}.courier-header{display:flex;flex-direction:column;gap:8px}.courier-name-section{display:flex;justify-content:space-between;align-items:center}.courier-name{font-size:14px;font-weight:600;color:#262626;margin:0}.courier-route-item.active .courier-name{color:#1890ff}.route-status-badge{background:#f5f5f5;color:#666;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;border:1px solid #e8e8e8}.courier-route-item.active .route-status-badge{background:#e6f7ff;color:#1890ff;border-color:#91d5ff}.route-simple-metrics{display:flex;gap:8px;align-items:center}.simple-metric{font-size:11px;color:#666;padding:2px 6px;background:#f5f5f5;border-radius:4px;font-weight:500}.courier-route-item.active .simple-metric{background:#e6f7ff;color:#1890ff}.address-info{padding:8px 16px 12px;background:#fff}.address-item{display:flex;align-items:center;padding:6px 8px;margin-bottom:4px;border-radius:4px;transition:all .2s ease;border-left:2px solid transparent}.address-number{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#f5f5f5;color:#666;border-radius:50%;font-size:11px;font-weight:600;margin-right:8px;border:1px solid #e8e8e8;flex-shrink:0}.address-name{font-size:12px;color:#595959;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.courier-route-item.active .address-number{background:#1890ff;color:#fff;border-color:#1890ff}.courier-route-item.active .address-name{color:#262626;font-weight:500}.address-item:hover{background:#f5f5f5;border-left-color:#1890ff}.courier-route-item.active .address-item:hover{background:#1890ff0f}.address-item:first-child .address-number{background:#52c41a;color:#fff;border-color:#52c41a}.address-item:first-child .address-name{font-weight:600;color:#52c41a}.floating-panel .ant-tabs-card>.ant-tabs-content{background:transparent}.floating-panel .ant-tabs-card>.ant-tabs-content>.ant-tabs-tabpane{padding:0;background:transparent}.floating-panel .ant-tabs-card .ant-tabs-tab{background:#fffc;border-color:#d9d9d999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease}.floating-panel .ant-tabs-card .ant-tabs-tab-active{background:#1890ff1a;border-color:#1890ff;color:#1890ff;font-weight:600}.courier-route-list::-webkit-scrollbar{width:6px}.courier-route-list::-webkit-scrollbar-track{background:#0000000f;border-radius:3px}.courier-route-list::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.courier-route-list::-webkit-scrollbar-thumb:hover{background:#0000004d}@media (max-width: 768px){.courier-route-item{margin-bottom:8px}.courier-info{padding:10px 12px}.courier-name{font-size:13px}.route-status-badge{font-size:10px;padding:1px 6px}.route-simple-metrics{gap:6px}.simple-metric{font-size:10px;padding:1px 4px}.address-info{padding:6px 12px 8px}.address-item{padding:4px 6px}.address-number{width:18px;height:18px;font-size:10px;margin-right:6px}.address-name{font-size:11px}}@keyframes routeItemAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.courier-route-item{animation:routeItemAppear .3s ease-out}.courier-route-list.loading{opacity:.6;pointer-events:none}.courier-route-list.loading .courier-route-item{animation:none}.courier-route-list-empty{text-align:center;padding:40px 20px;color:#999}.courier-route-list-empty .empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.courier-route-list-empty .empty-text{font-size:14px;margin-bottom:8px}.courier-route-list-empty .empty-desc{font-size:12px;color:#ccc}.refund-approval-page{padding:16px;min-height:100vh;background-color:#f5f5f5}.header-card{margin-bottom:16px;border-radius:8px;box-shadow:0 2px 8px #0000000f}.header-card .ant-card-body{padding:16px 24px}.tab-card{margin-bottom:16px;border-radius:8px;box-shadow:0 2px 8px #0000000f}.tab-card .ant-card-body{padding:0}.tab-card .ant-tabs>.ant-tabs-nav{margin-bottom:0;padding:0 24px}.tab-card .ant-tabs-tab{font-weight:500;font-size:14px}.filter-card{margin-bottom:16px;border-radius:8px;box-shadow:0 2px 8px #0000000f}.filter-card .ant-card-body{padding:16px 24px}.refund-list-card{border-radius:8px;box-shadow:0 2px 8px #0000000f}.refund-list-card .ant-card-body{padding:0}.refund-list-card .ant-table-thead>tr>th{background:#fafafa;border-bottom:1px solid #e8e8e8;font-weight:600;color:#000000d9}.refund-list-card .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;vertical-align:top;padding:12px 16px}.refund-list-card .ant-table-tbody>tr:hover>td{background:#fafafa}.refund-detail{max-height:70vh;overflow-y:auto}.refund-detail .detail-section{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.refund-detail .detail-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.refund-detail .detail-section h4{color:#1890ff;font-size:16px;font-weight:600;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e6f7ff}.refund-detail .detail-section p{margin-bottom:8px;line-height:1.5}.refund-detail .detail-section p strong{color:#000000d9;min-width:80px;display:inline-block}.ant-tag{border-radius:4px;font-size:12px;font-weight:500;padding:2px 8px;line-height:1.4}.ant-btn-link{padding:0 4px;height:auto;line-height:1.4}.ant-btn-link:hover{background:transparent}@media (max-width: 768px){.refund-approval-page{padding:8px}.header-card .ant-card-body,.tab-card .ant-card-body,.filter-card .ant-card-body{padding:12px 16px}.refund-list-card .ant-table-tbody>tr>td{padding:8px 12px}.refund-detail .detail-section h4{font-size:14px}}.ant-table-body::-webkit-scrollbar{height:8px}.ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.ant-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.ant-table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ant-empty{padding:40px 20px}.ant-empty-image{margin-bottom:16px}.ant-empty-description{color:#999;font-size:14px}.ant-spin-container{min-height:200px}.ant-modal-header{border-bottom:1px solid #f0f0f0;margin-bottom:16px}.ant-modal-title{font-size:16px;font-weight:600;color:#000000d9}.ant-modal-body{padding:24px}.ant-modal-footer{border-top:1px solid #f0f0f0;padding:12px 24px}.ant-pagination{margin-top:16px;text-align:right;padding:16px 24px;border-top:1px solid #f0f0f0}.ant-pagination-total-text{color:#666;font-size:14px}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#1890ff;font-weight:600}.ant-tabs-ink-bar{background:#1890ff;height:3px}.ant-input-search .ant-input-group .ant-input-affix-wrapper{border-radius:6px 0 0 6px}.ant-input-search .ant-input-search-button{border-radius:0 6px 6px 0}.ant-form-item{margin-bottom:16px}.ant-form-item-label>label{font-weight:500;color:#000000d9}.ant-input{border-radius:6px;border:1px solid #d9d9d9;transition:all .3s}.ant-input:focus,.ant-input-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33}.header-card,.tab-card,.filter-card,.refund-list-card{transition:box-shadow .3s ease}.header-card:hover,.tab-card:hover,.filter-card:hover,.refund-list-card:hover{box-shadow:0 4px 12px #0000001a}.order-detail{max-height:70vh;overflow-y:auto}.order-detail .detail-section{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.order-detail .detail-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.order-detail .detail-section h4{color:#1890ff;font-size:16px;font-weight:600;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e6f7ff;display:flex;align-items:center}.order-detail .detail-section p{margin-bottom:8px;line-height:1.5}.order-detail .detail-section p strong{color:#000000d9;min-width:100px;display:inline-block}.order-detail .ant-table-small .ant-table-thead>tr>th{background:#fafafa;font-weight:600;padding:8px 12px}.order-detail .ant-table-small .ant-table-tbody>tr>td{padding:8px 12px;vertical-align:middle}.order-no-link{color:#1890ff!important;text-decoration:underline;font-weight:700;transition:all .3s ease}.order-no-link:hover{color:#40a9ff!important;text-decoration:underline}.tab-card .ant-tabs-nav{margin-bottom:0}.tab-card .ant-tabs-tab{padding:12px 20px;transition:all .3s}.tab-card .ant-tabs-tab:hover{color:#1890ff}.tab-card .ant-tabs-tab-active{font-weight:500}.tab-card .ant-tabs-tab+.ant-tabs-tab{margin-left:24px}.tab-card .ant-tabs-ink-bar{height:3px}.tab-card .ant-tabs-content{display:none}.ant-table-row:hover{cursor:pointer}.status-tag{min-width:60px;text-align:center}.statistics-cards .ant-card{margin-bottom:16px;border-radius:8px;transition:all .3s}.statistics-cards .stat-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.statistics-cards .ant-statistic-title{font-size:14px;color:#000000a6;margin-bottom:8px}.statistics-cards .ant-statistic-content{font-size:24px;font-weight:500}.search-container{margin-bottom:16px}.user-info{display:flex;align-items:center}.user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;margin-right:8px;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-details{display:flex;flex-direction:column}.user-name{font-weight:500}.user-phone{font-size:12px;color:#00000073}.modal-info{margin-top:16px;padding:8px;background-color:#f9f9f9;border-radius:4px}.distributor-tabs,.distributor-tabs .ant-tabs-nav{margin-bottom:16px}.distributor-tabs .ant-badge{margin-left:8px}.ant-form-item-label>label{font-weight:500}.ant-table-tbody>tr:hover>td{background-color:#f0f7ff!important}.ant-pagination-item-active{font-weight:600}.license-review .ant-card{border-radius:8px;transition:all .3s}.license-review .ant-image{border-radius:4px;overflow:hidden}.license-review .ant-descriptions-item-label{font-weight:500}.map-container{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.license-images{display:flex;gap:16px}.license-images .image-card{flex:1;text-align:center;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.license-images .image-title{padding:8px;background:#f0f2f5;font-weight:500}.product-analysis-container{padding:20px;background-color:#f5f5f5;min-height:100vh}.analysis-header{margin-bottom:20px}.analysis-card{height:100%}.analysis-item{display:flex;align-items:center;gap:12px}.analysis-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:#f0f2f5}.huangdao-card .analysis-icon{background-color:#f6ffed}.jiaozhou-card .analysis-icon{background-color:#e6f7ff}.analysis-content{flex:1}.analysis-title{font-size:16px;font-weight:600;color:#262626;margin-bottom:4px}.analysis-desc{font-size:12px;color:#8c8c8c}.legend-card{height:100%;display:flex;align-items:center}.legend-content{display:flex;gap:20px;align-items:center;width:100%;justify-content:center}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px}.legend-color{width:16px;height:16px;border-radius:4px;opacity:.3}.map-container-card{margin-top:20px}.map-wrapper{position:relative}.map-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;height:600px;background-color:#fafafa;border:1px dashed #d9d9d9;border-radius:6px;color:#8c8c8c}.map-container{border-radius:6px;overflow:hidden}.district-marker{display:flex;flex-direction:column;align-items:center;pointer-events:none}.marker-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;box-shadow:0 2px 8px #00000026}.huangdao-marker .marker-icon{background-color:#52c41a}.jiaozhou-marker .marker-icon{background-color:#1890ff}.fallback-marker .marker-icon{background-color:#722ed1}.marker-label{margin-top:6px;padding:4px 8px;background-color:#000000bf;color:#fff;border-radius:4px;font-size:12px;white-space:nowrap;box-shadow:0 2px 8px #00000026}@media (max-width: 768px){.product-analysis-container{padding:10px}.legend-content{flex-direction:column;gap:10px}.map-container{height:400px!important}.map-loading{height:400px}}.analysis-card:hover,.legend-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);transition:all .3s ease}.sales-statistics,.distributor-report{padding:24px;background-color:#f8fafc;min-height:100vh}.sales-statistics .ant-card,.distributor-report .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000000f;border:none}.sales-statistics .ant-card-head,.distributor-report .ant-card-head{border-bottom:1px solid #f0f0f0;padding:16px 24px}.sales-statistics .ant-card-head-title,.distributor-report .ant-card-head-title{font-size:16px;font-weight:600;color:#1f2937}.sales-statistics .ant-card-body,.distributor-report .ant-card-body{padding:24px}.sales-statistics .ant-statistic-title,.distributor-report .ant-statistic-title{color:#6b7280;font-size:14px;margin-bottom:8px}.sales-statistics .ant-statistic-content,.distributor-report .ant-statistic-content{color:#1f2937;font-size:24px;font-weight:600}.rank-badge{display:flex;align-items:center;font-weight:600}.rank-badge .anticon{margin-right:4px}.sales-statistics .ant-table,.distributor-report .ant-table{border-radius:6px;overflow:hidden}.sales-statistics .ant-table-thead>tr>th,.distributor-report .ant-table-thead>tr>th{background-color:#f9fafb;color:#374151;font-weight:600;border-bottom:1px solid #e5e7eb}.sales-statistics .ant-table-tbody>tr>td,.distributor-report .ant-table-tbody>tr>td{border-bottom:1px solid #f3f4f6}.sales-statistics .ant-table-tbody>tr:hover>td,.distributor-report .ant-table-tbody>tr:hover>td{background-color:#f8fafc}.sales-statistics .ant-tag,.distributor-report .ant-tag{border-radius:4px;font-size:12px;padding:2px 8px;border:none}.sales-statistics .ant-progress-bg,.distributor-report .ant-progress-bg{border-radius:2px}.sales-statistics .ant-picker,.distributor-report .ant-picker,.sales-statistics .ant-select-selector,.distributor-report .ant-select-selector{border-radius:6px}.sales-statistics .ant-btn,.distributor-report .ant-btn{border-radius:6px;font-weight:500}.sales-statistics .ant-btn-primary,.distributor-report .ant-btn-primary{background-color:#4f46e5;border-color:#4f46e5}.sales-statistics .ant-btn-primary:hover,.distributor-report .ant-btn-primary:hover{background-color:#6366f1;border-color:#6366f1}.distributor-report .ant-avatar{border:2px solid #e5e7eb}@media (max-width: 768px){.sales-statistics,.distributor-report,.sales-statistics .ant-card-body,.distributor-report .ant-card-body{padding:16px}.sales-statistics .ant-statistic-content,.distributor-report .ant-statistic-content{font-size:20px}}@media (max-width: 576px){.sales-statistics,.distributor-report,.sales-statistics .ant-card-body,.distributor-report .ant-card-body{padding:12px}.sales-statistics .ant-statistic-content,.distributor-report .ant-statistic-content{font-size:18px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";background-color:#f0f2f5}.ant-table-thead>tr>th{font-weight:600}ul,ol{list-style:none}a{text-decoration:none;color:inherit}.ant-table-selection-column{background-color:transparent!important;transition:background-color .3s ease;text-align:center!important;vertical-align:middle!important;position:relative!important}.ant-table-selection-column .ant-checkbox-wrapper{display:flex!important;justify-content:center!important;align-items:center!important;height:100%!important;margin:0!important;line-height:1!important}.ant-table-selection-column .ant-checkbox{margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.ant-table-small .ant-table-selection-column{width:40px!important;min-width:40px!important;max-width:40px!important;padding:6px 4px!important}.ant-table-small .ant-table-selection-column .ant-checkbox-inner{width:14px!important;height:14px!important}.ant-table-middle .ant-table-selection-column{width:48px!important;min-width:48px!important;max-width:48px!important;padding:8px 6px!important}.ant-table-middle .ant-table-selection-column .ant-checkbox-inner{width:16px!important;height:16px!important}.ant-table-large .ant-table-selection-column{width:52px!important;min-width:52px!important;max-width:52px!important;padding:10px 8px!important}.ant-table-large .ant-table-selection-column .ant-checkbox-inner{width:18px!important;height:18px!important}.ant-table-selection-column .ant-checkbox-inner{border-radius:3px!important;transition:all .2s cubic-bezier(.645,.045,.355,1)!important;border:1.5px solid #d9d9d9!important;margin:0!important;display:block!important}.ant-table-selection-column .ant-checkbox-checked .ant-checkbox-inner{background-color:#1890ff!important;border-color:#1890ff!important}.ant-table-selection-column .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#1890ff!important;transform:scale(1.05)}.ant-table-container:before,.ant-table-container:after{display:none!important;content:none!important}.ant-table-ping-left,.ant-table-ping-right,.ant-table-ping-left .ant-table-selection-column,.ant-table-ping-right .ant-table-selection-column{box-shadow:none!important}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
