.mall-layout{min-height:100vh;background:#f5f5f5}.mall-header{background:#fff;border-bottom:1px solid #e8e8e8;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.mall-brand{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:#333;white-space:nowrap}.mall-brand-sub{font-size:12px;color:#999;font-weight:400}.mall-search-wrap{flex:1;max-width:640px;margin:0 32px}.mall-header-actions{display:flex;align-items:center;gap:16px}.mall-cart-btn{border-color:#ff6a00!important;color:#ff6a00!important}.mall-content{padding:16px 24px 48px}.mall-page-grid{display:grid;grid-template-columns:200px minmax(0,1fr) 260px;gap:16px;align-items:start}.mall-page-grid>*{min-width:0}.mall-page-main{min-width:0}.mall-page-grid-no-side{display:grid;grid-template-columns:200px 1fr;gap:16px}.mall-category-sidebar{background:#fff;border-radius:4px;overflow:hidden}.mall-category-header{background:#1677ff;color:#fff;padding:12px 16px;font-weight:600;display:flex;align-items:center;gap:8px}.mall-category-item{padding:10px 16px;cursor:pointer;color:#333;border-bottom:1px solid #f0f0f0;transition:background .2s}.mall-category-item:hover,.mall-category-item.active{background:#fff7e6;color:#ff6a00}.mall-user-panel{background:#fff;border-radius:4px;padding:16px}.mall-user-greeting{font-size:16px;font-weight:600;margin-bottom:12px}.mall-stat-line{color:#666;font-size:13px;margin-bottom:4px}.mall-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0;text-align:center}.mall-stat-num{font-size:20px;font-weight:700;color:#333}.mall-stat-label{font-size:12px;color:#999}.mall-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.mall-quick-item{text-align:center;cursor:pointer;color:#666;font-size:12px}.mall-quick-item:hover{color:#ff6a00}.mall-banner{border-radius:4px;overflow:hidden;margin-bottom:16px;height:280px}.mall-banner .ant-carousel,.mall-banner .slick-slider,.mall-banner .slick-list,.mall-banner .slick-track,.mall-banner .slick-slide,.mall-banner .slick-slide>div,.mall-banner-slide{height:280px}.mall-banner .slick-slide>div{line-height:0}.mall-banner img{width:100%;height:280px;object-fit:cover;display:block}.mall-entry-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.mall-entry-card{height:100px;border-radius:8px;padding:20px 24px;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.mall-entry-card.hot{background:linear-gradient(135deg,#7c3aed,#ec4899)}.mall-entry-card.latest{background:linear-gradient(135deg,#2563eb,#7c3aed)}.mall-entry-card h3{margin:0;font-size:20px}.mall-entry-card span{font-size:12px;opacity:.85}.mall-section-title{font-size:18px;font-weight:700;margin:24px 0 16px;color:#333}.mall-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.mall-product-card{background:#fff;border-radius:4px;overflow:hidden;transition:box-shadow .2s}.mall-product-card:hover{box-shadow:0 4px 12px #00000014}.mall-product-image{width:100%;height:160px;object-fit:cover;background:#f0f0f0}.mall-product-body{padding:12px}.mall-product-price{color:#ff6a00;font-size:18px;font-weight:700;margin-bottom:8px}.mall-product-name{font-size:14px;color:#333;margin-bottom:8px;min-height:40px}.mall-product-divider{border-top:1px dashed #e8e8e8;margin:8px 0}.mall-product-footer{display:flex;justify-content:space-between;align-items:center}.mall-product-meta{font-size:12px;color:#999;line-height:1.5}.mall-add-cart-btn{width:36px!important;height:36px!important;background:#ff6a00!important;border-color:#ff6a00!important}.mall-cart-page{background:#fff;border-radius:4px;padding-bottom:80px}.mall-cart-header-row{display:grid;grid-template-columns:48px 1fr 140px 120px 120px 60px;padding:12px 16px;background:#fafafa;border-bottom:1px solid #f0f0f0;color:#666;font-size:13px}.mall-cart-vendor-row{padding:12px 16px;border-bottom:1px solid #f0f0f0;background:#fff}.mall-cart-item-row{display:grid;grid-template-columns:48px 1fr 140px 120px 120px 60px;padding:16px;align-items:center;border-bottom:1px solid #f0f0f0}.mall-cart-item-info{display:flex;gap:12px;align-items:flex-start}.mall-cart-item-thumb{width:72px;height:72px;object-fit:cover;background:#f5f5f5;border-radius:4px}.mall-cart-extra-fields{background:#fafafa;padding:8px 16px 8px 108px;display:flex;gap:24px;border-bottom:1px solid #f0f0f0}.mall-cart-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e8e8e8;padding:12px 24px;display:flex;justify-content:space-between;align-items:center;z-index:99;box-shadow:0 -2px 8px #0000000f}.mall-cart-footer-summary{color:#666}.mall-cart-footer-summary strong{color:#ff6a00;font-size:18px}.mall-create-btn{background:#ff6a00!important;border-color:#ff6a00!important;height:44px!important;padding:0 32px!important;font-size:16px!important}.mall-price-text{color:#ff6a00;font-weight:600}.mall-amount-text{color:#ff6a00;font-size:16px;font-weight:700}@media(max-width:1200px){.mall-page-grid{grid-template-columns:180px minmax(0,1fr)}.mall-page-grid .mall-user-panel{display:none}}@media(max-width:768px){.mall-page-grid,.mall-page-grid-no-side{grid-template-columns:1fr}.mall-category-sidebar{display:none}}.requisition-create-page{max-width:1200px;margin:0 auto;padding-bottom:48px}.req-create-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;background:#fff;padding:16px 20px;border-radius:4px;border:1px solid #f0f0f0}.req-create-actions{display:flex;gap:8px}.req-form-card{margin-bottom:16px}.req-line-items-card{margin-top:0}.req-line-summary{margin-top:12px;text-align:right;color:#666}.req-address-block{margin-bottom:8px}.req-address-label{margin-bottom:4px;color:#000000e0}.req-required{color:#ff4d4f;margin-right:4px}.req-address-card{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:8px 12px;background:#fafafa;border:1px solid #f0f0f0;border-radius:4px}.req-address-text{flex:1;font-size:13px;color:#333;line-height:1.5}.req-temp-link{padding-left:0!important;font-size:12px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f0f5ff,#e8f0fe)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#2563eb0d;border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#93c5fd,#60a5fa);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#60a5fa,#3b82f6)}.ant-layout{background:transparent!important}.ant-card{border:1px solid rgba(37,99,235,.08)!important;border-radius:16px!important;background:#ffffffe6!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 24px #2563eb0f,0 1px 2px #0000000a!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ant-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #2563eb1f,0 4px 8px #0000000f!important}.ant-card-head{border-bottom:1px solid rgba(37,99,235,.08)!important;padding:16px 24px!important}.ant-card-head-title{font-weight:600!important;font-size:16px!important;color:#1e3a5f!important}.ant-card-body{padding:24px!important}.ant-table-wrapper{border-radius:12px;overflow:hidden}.ant-table{background:transparent!important}.ant-table-thead>tr>th{background:linear-gradient(180deg,#f8fafc,#f1f5f9)!important;font-weight:600!important;color:#374151!important;border-bottom:2px solid rgba(37,99,235,.1)!important;padding:16px!important}.ant-table-tbody>tr>td{padding:14px 16px!important;border-bottom:1px solid #f1f5f9!important}.ant-table-tbody>tr:hover>td{background:linear-gradient(90deg,#2563eb0a,#3b82f60f)!important}.ant-table-tbody>tr:last-child>td{border-bottom:none!important}.ant-pagination{margin-top:20px!important}.ant-pagination-item{border-radius:8px!important;border:1px solid #e5e7eb!important}.ant-pagination-item:hover{border-color:#2563eb!important}.ant-pagination-item-active{background:linear-gradient(135deg,#2563eb,#3b82f6)!important;border-color:transparent!important}.ant-pagination-item-active a{color:#fff!important}.ant-btn{border-radius:10px!important;font-weight:500!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ant-btn-primary{background:linear-gradient(135deg,#2563eb,#3b82f6)!important;border:none!important;box-shadow:0 4px 12px #2563eb59!important}.ant-btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb)!important;transform:translateY(-1px);box-shadow:0 6px 20px #2563eb73!important}.ant-btn-default{border:1px solid #e5e7eb!important;background:#fff!important}.ant-btn-default:hover{border-color:#2563eb!important;color:#2563eb!important;background:#2563eb0a!important}.ant-btn-link{color:#2563eb!important}.ant-btn-link:hover{color:#1d4ed8!important}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{border-radius:10px!important;border:1px solid #e5e7eb!important;transition:all .3s ease!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-select-selector:hover,.ant-picker:hover{border-color:#93c5fd!important}.ant-input:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1f!important}.ant-select-dropdown{border-radius:12px!important;box-shadow:0 10px 40px #0000001f!important;border:1px solid rgba(37,99,235,.08)!important}.ant-select-item{border-radius:8px!important;margin:4px 8px!important;padding:8px 12px!important}.ant-select-item-option-selected{background:linear-gradient(135deg,#2563eb1a,#3b82f614)!important}.ant-select-item-option-active{background:#2563eb0f!important}.ant-modal-content{border-radius:20px!important;box-shadow:0 25px 50px #00000026!important}.ant-modal-header{padding:20px 24px!important;border-bottom:1px solid #f1f5f9!important}.ant-modal-title{font-size:18px!important;font-weight:600!important;color:#1e3a5f!important}.ant-modal-body{padding:24px!important}.ant-modal-footer{padding:16px 24px!important;border-top:1px solid #f1f5f9!important}.ant-form-item-label>label{font-weight:500!important;color:#374151!important}.ant-tag{border-radius:8px!important;padding:4px 12px!important;font-weight:500!important;border:none!important}.ant-statistic-title{font-size:14px!important;color:#6b7280!important;margin-bottom:8px!important}.ant-statistic-content-value{font-size:28px!important;font-weight:700!important;color:#1e3a5f!important}.ant-message-notice-content{border-radius:12px!important;box-shadow:0 8px 24px #0000001f!important}.ant-descriptions-bordered .ant-descriptions-item-label{background:#f8fafc!important;font-weight:500!important;color:#6b7280!important}.ant-descriptions-bordered .ant-descriptions-view{border-radius:12px!important;border:1px solid #e5e7eb!important}.ant-divider-horizontal.ant-divider-with-text{color:#6b7280!important;font-weight:500!important}.page-enter{animation:pageSlideIn .4s cubic-bezier(.4,0,.2,1)}@keyframes pageSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ant-spin-dot-item{background-color:#2563eb!important}.ant-avatar{border:2px solid rgba(255,255,255,.8)!important;box-shadow:0 2px 8px #0000001a!important}.stat-card-blue{background:linear-gradient(135deg,#2563eb,#3b82f6)!important}.stat-card-green{background:linear-gradient(135deg,#10b981,#34d399)!important}.stat-card-orange{background:linear-gradient(135deg,#f59e0b,#fbbf24)!important}.stat-card-purple{background:linear-gradient(135deg,#8b5cf6,#a78bfa)!important}
