.mobile-tabbar{position:fixed;bottom:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-around;height:var(--tabbar-height);background:#fff;border-top:1px solid #f0f0f0;padding-bottom:env(safe-area-inset-bottom,0px)}.mobile-tabbar-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;cursor:pointer;transition:color .2s;color:#00000073;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.mobile-tabbar-item.active{color:var(--primary-color)}.mobile-tabbar-icon{font-size:20px;line-height:1;margin-bottom:2px}.mobile-tabbar-label{font-size:11px;line-height:1}.app-layout{min-height:100vh;background:#f5f5f5}.app-sider{position:fixed!important;left:0;top:0;bottom:0;z-index:100;overflow:auto;box-shadow:2px 0 8px #00000026}.app-sider-logo{height:56px;display:flex;align-items:center;justify-content:center;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff0d}.app-sider-logo h1{margin:0;font-size:16px;font-weight:700;white-space:nowrap;overflow:hidden;letter-spacing:2px}.app-layout-inner{transition:margin-left .25s cubic-bezier(.645,.045,.355,1)}@media (min-width: 769px){.app-layout-inner{margin-left:220px}.app-layout-inner.collapsed-sider{margin-left:80px}.app-content{min-height:calc(100vh - 56px)}}@media (max-width: 768px){.app-content{min-height:calc(100vh - var(--tabbar-height));padding-bottom:var(--tabbar-height)}}.app-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;height:56px;line-height:56px;box-shadow:0 1px 4px #0000000f;position:sticky;top:0;z-index:99;transition:all .2s ease}.app-header-trigger{font-size:18px;cursor:pointer;padding:0 12px;border-radius:8px;transition:background .2s ease}.app-header-trigger:hover{background:#0000000a}.app-header-right{display:flex;align-items:center;gap:12px}.app-header-user{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 12px;border-radius:8px;transition:all .2s ease}.app-header-user:hover{background:#1677ff14}.app-header-username{font-size:14px;color:#000000d9;font-weight:500}:root{--primary-color: #1677ff;--primary-color-hover: #4096ff;--primary-color-active: #0958d9;--success-color: #52c41a;--warning-color: #faad14;--error-color: #ff4d4f;--text-color: rgba(0, 0, 0, .88);--text-color-secondary: rgba(0, 0, 0, .45);--bg-color: #f5f5f5;--bg-color-light: #ffffff;--border-color: #d9d9d9;--border-radius: 8px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .03), 0 1px 6px -1px rgba(0, 0, 0, .02), 0 2px 4px 0 rgba(0, 0, 0, .02);--shadow-md: 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05);--layout-header-height: 56px;--layout-sider-width: 220px;--layout-sider-collapsed-width: 80px;--tabbar-height: 50px}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;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";font-size:14px;color:var(--text-color);background-color:var(--bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%}a{color:var(--primary-color);text-decoration:none}a:hover{color:var(--primary-color-hover)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-track{background:transparent}.ant-card{border-radius:var(--border-radius)!important;box-shadow:var(--shadow-sm);transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-card-hoverable:hover{box-shadow:var(--shadow-md)}.ant-statistic-title{font-size:13px!important;color:var(--text-color-secondary)!important}.ant-statistic-content{font-size:24px!important;font-weight:600!important}.page-container{padding:20px;min-height:calc(100vh - var(--layout-header-height) - 40px);animation:pageEnter .3s ease-out}@keyframes pageEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.page-container{padding:24px 32px}}.page-content{padding:16px}@media (min-width: 768px){.page-content{padding:24px}}.page-header-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.page-title{font-size:20px;font-weight:700;margin:0;display:flex;align-items:center;color:var(--text-color)}.page-title-icon{margin-right:8px;color:var(--primary-color);font-size:22px}.card-hover{transition:all .3s cubic-bezier(.645,.045,.355,1);border-radius:12px!important}.card-hover:hover{transform:translateY(-3px);box-shadow:0 12px 24px -4px #0000001f,0 8px 16px -8px #00000014!important}.stat-card-gradient{border-radius:12px!important;transition:all .3s cubic-bezier(.645,.045,.355,1)}.stat-card-gradient:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 32px -8px #0003!important}.empty-state-wrapper{display:flex;align-items:center;justify-content:center;min-height:300px;padding:40px}.list-toolbar{margin-bottom:16px;display:flex;align-items:center}.list-item-hover{transition:background .2s ease;border-radius:8px;padding:8px 12px!important}.list-item-hover:hover{background:#1677ff0a}.pagination-footer{display:flex;justify-content:center;align-items:center;margin-top:24px;padding:12px}.card-title-text{font-weight:600;font-size:14px}.store-card .store-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.store-card .store-card-name{font-size:16px;font-weight:600;margin:0}.store-card .store-card-info{display:flex;flex-direction:column;gap:8px}.store-card .store-card-info-item{display:flex;align-items:center;gap:8px;color:#000000a6;font-size:13px}.service-card .service-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.service-card .service-card-name{font-size:16px;font-weight:600;margin:0}.service-card .service-card-body{display:flex;flex-direction:column;gap:6px}.service-card .service-card-price{display:flex;align-items:baseline;gap:2px;margin-top:4px}.service-card-price-value{color:#f5222d;font-weight:700;font-size:20px}.service-card-unit{color:#00000073;font-size:13px}.service-card-store{color:#00000073;font-size:13px;display:flex;align-items:center}.service-card-desc{color:#000000a6;font-size:13px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.service-card-sort{color:#00000059;font-size:11px;margin-top:2px}.order-card .order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.order-card .order-card-no{font-size:15px;font-weight:600}.order-card .order-card-body{display:flex;flex-direction:column;gap:6px}.order-card .order-card-info-row{display:flex;align-items:center;font-size:13px}.order-card-amount{color:#f5222d;font-weight:700;font-size:15px}.user-card .user-card-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 0}.user-card .user-card-name{font-size:15px;font-weight:600;margin-bottom:4px}.user-card .user-card-phone{color:#00000073;font-size:13px;margin-bottom:8px}.user-card .user-card-meta{margin-bottom:4px}.user-card .user-card-time{color:#00000073;font-size:12px;margin-top:4px}.address-card-content{padding:4px 0}.address-card-name{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:15px}.address-card-phone{color:#00000073;font-size:13px;margin-left:8px}.address-card-addr{color:#000000a6;font-size:13px;line-height:1.6;display:flex;align-items:flex-start}.logistics-card .logistics-card-body{display:flex;flex-direction:column;gap:8px}.logistics-info-row{display:flex;align-items:flex-start;font-size:13px;gap:4px}.logistics-label{color:#00000073;white-space:nowrap;min-width:64px}.logistics-value{color:#000000d9;flex:1;overflow:hidden;text-overflow:ellipsis}.payment-card-content{display:flex;flex-direction:column;gap:10px}.payment-card-header{display:flex;align-items:center;justify-content:space-between}.payment-card-icon{font-size:18px}.payment-card-method{font-weight:500;font-size:14px}.payment-card-amount{text-align:center;padding:8px 0}.payment-card-amount-symbol{color:#f5222d;font-size:16px;font-weight:500;margin-right:2px}.payment-card-amount-value{color:#f5222d;font-size:24px;font-weight:700}.payment-card-info{display:flex;flex-direction:column;gap:4px}.payment-card-info-row{display:flex;justify-content:space-between;font-size:12px}.payment-card-label{color:#00000073}.stat-card{transition:all .3s cubic-bezier(.645,.045,.355,1)}.stat-card:hover{transform:translateY(-2px)}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#1677ff);padding:16px}.login-container{width:100%;max-width:420px}.login-header{text-align:center;margin-bottom:24px}.login-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:8px}.login-subtitle{font-size:16px;color:#ffffffd9}.login-card{border-radius:12px;padding:16px 24px;box-shadow:0 8px 32px #0000001f}.card-list .ant-list-item{border-block-end:none!important;padding:0!important}.card-list .ant-card{height:100%}@keyframes skeletonShimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200px 100%;animation:skeletonShimmer 1.5s ease-in-out infinite;border-radius:4px}.mobile-tabbar{display:none;position:fixed;bottom:0;left:0;right:0;height:var(--tabbar-height);background:#fff;border-top:1px solid var(--border-color);z-index:999;justify-content:space-around;align-items:center;box-shadow:0 -2px 8px #0000000f;padding-bottom:env(safe-area-inset-bottom,0)}@media (max-width: 768px){.mobile-tabbar{display:flex}.app-layout .ant-layout-sider{display:none!important}.app-layout .ant-layout-content{margin-left:0!important}.page-container{padding:12px;padding-bottom:calc(var(--tabbar-height) + 16px)}.page-header-bar{flex-direction:column;align-items:flex-start;gap:8px}.page-header-bar .ant-space{width:100%;overflow-x:auto}.page-header-bar .ant-space-item{flex-shrink:0}.page-title{font-size:18px}}.mobile-tabbar-item{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px;color:#00000073;text-decoration:none;padding:6px 12px;border-radius:8px;transition:all .2s ease}.mobile-tabbar-item:hover,.mobile-tabbar-item.active{color:var(--primary-color);background:#1677ff14}.mobile-tabbar-item.active{font-weight:600}.mobile-tabbar-label{line-height:1}@media (min-width: 769px){.mobile-tabbar{display:none!important}}@media (max-width: 576px){.ant-card{border-radius:8px!important}.page-header-bar .ant-input-affix-wrapper{max-width:160px}.stat-card-gradient{border-radius:8px!important}.payment-card-amount-value{font-size:20px}}@media (min-width: 1200px){.page-container{max-width:1400px;margin:0 auto}}
