.login-container{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(to right,#141e30,#243b55)}.login-card{width:380px;padding:20px;text-align:center;border-radius:12px;box-shadow:0 8px 16px #0003}.login-title{color:#007bff;font-weight:600}.login-button{background:#007bff;border-color:#007bff}.login-button:hover{background:#0056b3!important;border-color:#0056b3!important}.dashboard-container{padding:24px;max-width:1600px;margin:0 auto;background:#f5f7fa;min-height:100vh}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;gap:16px}.dashboard-loading p{color:#8c8c8c;font-size:16px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.dashboard-header .header-title{display:flex;align-items:center;gap:12px}.dashboard-header .header-title h1{margin:0;font-size:28px;font-weight:600;color:#1a1a2e}.dashboard-header .header-icon{font-size:32px;color:#1890ff}.dashboard-header .header-meta{display:flex;align-items:center;gap:12px}.dashboard-container .stats-row{margin-bottom:24px}.dashboard-container .stat-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s;overflow:hidden}.dashboard-container .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.dashboard-container .stat-card-blue{border-top:3px solid #1890ff}.dashboard-container .stat-card-green{border-top:3px solid #52c41a}.dashboard-container .stat-card-purple{border-top:3px solid #722ed1}.dashboard-container .stat-card-orange{border-top:3px solid #fa8c16}.dashboard-container .stat-card .ant-statistic-title{color:#8c8c8c;font-size:14px}.dashboard-container .stat-card .ant-statistic-content{color:#1a1a2e}.dashboard-container .stat-card .ant-statistic-content-prefix{margin-right:8px;color:inherit}.dashboard-container .stat-card .ant-statistic-content-suffix{font-size:14px;color:#8c8c8c;margin-left:4px}.dashboard-container .charts-row{margin-bottom:24px}.dashboard-container .chart-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;height:100%}.dashboard-container .chart-card .ant-card-head{border-bottom:1px solid #f0f0f0;padding:12px 20px}.dashboard-container .chart-card .ant-card-head-title{font-weight:600;font-size:15px}.dashboard-container .chart-card .ant-card-body{padding:16px}.chart-tooltip .tooltip-label{font-weight:600;margin:0 0 4px;color:#1a1a2e;text-transform:capitalize}.alert-card .ant-card-head-title{display:flex;align-items:center}.low-stock-list{display:flex;flex-direction:column;gap:12px;max-height:260px;overflow-y:auto}.low-stock-item{background:#fafafa;border-radius:8px;padding:12px}.low-stock-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.low-stock-name{display:flex;align-items:center;gap:8px;overflow:hidden}.low-stock-name .item-name{font-weight:600;font-size:13px;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.low-stock-meta{display:flex;justify-content:space-between;font-size:12px;color:#8c8c8c;margin-top:6px}.low-stock-meta strong{color:#ff4d4f}.all-stocked{display:flex;flex-direction:column;align-items:center;justify-content:center;height:240px;gap:12px}.all-stocked p{margin:0;color:#52c41a;font-weight:600;font-size:16px}.type-distribution-card .ant-card-body{padding:20px}.type-distribution-grid{display:flex;flex-direction:column;gap:16px}.type-distribution-item{display:flex;align-items:center;gap:16px;padding:8px 0}.type-distribution-item .type-icon-wrapper{width:52px;height:52px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.type-distribution-item .type-info{display:flex;flex-direction:column;min-width:100px}.type-distribution-item .type-name{font-size:14px;font-weight:600;color:#1a1a2e;text-transform:capitalize}.type-distribution-item .type-quantity{font-size:12px;color:#8c8c8c}.type-distribution-item .type-bar-container{flex:1;height:10px;background:#f0f0f0;border-radius:5px;overflow:hidden}.type-distribution-item .type-bar-fill{height:100%;border-radius:5px;transition:width .3s ease}.type-distribution-item .type-percentage{font-size:14px;font-weight:600;color:#1a1a2e;min-width:45px;text-align:right}@media (max-width: 768px){.dashboard-container{padding:16px}.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-header .header-title h1{font-size:22px}.type-distribution-item{flex-wrap:wrap}.type-distribution-item .type-bar-container{width:100%;order:4;margin-top:8px;flex:none}.low-stock-name .item-name{max-width:100px}}.stat-card,.chart-card{animation:fadeIn .3s ease-out}.dashboard-container .ant-card{border-radius:12px}.dashboard-container .ant-empty{padding:40px 0}.dashboard-container .ant-empty-description{color:#8c8c8c}.low-stock-list::-webkit-scrollbar{width:6px}.low-stock-list::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.low-stock-list::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.low-stock-list::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.dashboard-container .recharts-legend-item-text{color:#1a1a2e!important;font-size:13px}.dashboard-container .recharts-cartesian-axis-tick-value{fill:#8c8c8c}.dashboard-container .recharts-pie-label-text{fill:#1a1a2e;font-size:11px;font-weight:500}.inventory-container{padding:24px;max-width:1600px;margin:0 auto;background:#f5f7fa;min-height:100vh}.inventory-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;gap:16px}.inventory-loading p{color:#8c8c8c;font-size:16px}.inventory-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.header-title{display:flex;align-items:center;gap:12px}.header-title h1{margin:0;font-size:28px;font-weight:600;color:#1a1a2e}.header-icon{font-size:32px;color:#1890ff}.charts-row{margin-bottom:24px}.chart-card .ant-card-head-title{font-weight:600}.tooltip-label{font-weight:600;margin:0 0 4px;color:#1a1a2e}.tooltip-value{margin:0;color:#1890ff;font-size:16px}.type-stats-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014}.type-stats-grid{display:flex;flex-direction:column;gap:16px}.type-stat-item{display:flex;align-items:center;gap:12px;padding:8px 0}.type-icon{font-size:24px;width:40px;text-align:center}.type-info{display:flex;flex-direction:column;min-width:80px}.type-label{font-size:12px;color:#8c8c8c}.type-count{font-size:18px;font-weight:600;color:#1a1a2e}.type-bar{flex:1;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}.type-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.type-percentage{font-size:14px;font-weight:500;color:#8c8c8c;min-width:50px;text-align:right}.filter-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;margin-bottom:24px}.filter-card .ant-input-search{border-radius:8px}.filter-card .ant-select-selector{border-radius:8px!important}.search-results-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;margin-bottom:24px;background:linear-gradient(135deg,#667eea,#764ba2)}.search-results-card .ant-card-head{color:#fff;border-bottom:1px solid rgba(255,255,255,.2)}.search-results-card .ant-card-head-title{color:#fff}.search-results-card .ant-card-body{background:#fff;border-radius:0 0 12px 12px}.search-result-item{border-radius:8px;border:1px solid #f0f0f0;transition:box-shadow .2s}.search-result-item:hover{box-shadow:0 4px 12px #0000001a}.result-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.result-icon{font-size:20px}.result-name{font-weight:600;color:#1a1a2e}.result-details p{margin:4px 0;font-size:13px;color:#666}.inventory-grid{margin-top:8px}.location-collapse{background:transparent;border:none}.location-collapse .ant-collapse-item{background:#fff;border-radius:12px!important;margin-bottom:16px;border:none;box-shadow:0 2px 8px #00000014;overflow:hidden}.location-collapse .ant-collapse-header{padding:16px 20px!important;align-items:center!important}.location-collapse .ant-collapse-content{border-top:1px solid #f0f0f0}.location-collapse .ant-collapse-content-box{padding:16px;background:#fafafa}.location-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding-right:16px}.location-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#1a1a2e}.location-icon{color:#1890ff;font-size:18px}.location-badges{display:flex;align-items:center;gap:12px}.item-card{border-radius:10px;border:1px solid #e8e8e8;background:#fff;transition:all .2s;cursor:pointer;height:100%}.item-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.item-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.item-icon{font-size:24px}.item-quantity{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 12px;border-radius:20px;font-weight:600;font-size:14px}.item-name{margin:0 0 8px;font-size:14px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-meta{display:flex;gap:6px;margin-bottom:8px;flex-wrap:wrap}.item-meta .ant-tag{margin:0;font-size:11px;border-radius:4px}.item-details{display:flex;justify-content:space-between;font-size:12px;color:#8c8c8c;padding-top:8px;border-top:1px dashed #e8e8e8}.item-batch{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%}.item-gallons{font-weight:500;color:#52c41a}@media (max-width: 768px){.inventory-container{padding:16px}.inventory-header{flex-direction:column;align-items:flex-start}.header-title h1{font-size:22px}.location-header{flex-direction:column;align-items:flex-start;gap:8px}.location-badges{margin-left:28px}.type-stat-item{flex-wrap:wrap}.type-bar{width:100%;order:4;margin-top:8px}}.stat-card,.chart-card,.filter-card,.location-collapse .ant-collapse-item{animation:fadeIn .3s ease-out}.inventory-container .ant-card{border-radius:12px}.inventory-container .ant-btn{border-radius:8px}.inventory-container .ant-select-selector{border-radius:8px!important}.inventory-container .ant-input{border-radius:8px}.inventory-container .ant-input-search-button{border-radius:0 8px 8px 0!important}.inventory-container .ant-empty{padding:48px 0}.item-detail-modal .ant-modal-content{border-radius:16px;overflow:hidden}.item-detail-modal .ant-modal-header{padding:20px 24px;border-bottom:1px solid #f0f0f0}.modal-title{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600}.modal-icon{font-size:28px}.modal-content{padding:8px 0}.modal-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:16px;background:#f9f9f9;border-radius:12px;margin-bottom:20px}.modal-stat{display:flex;flex-direction:column;gap:4px}.modal-stat .stat-label{font-size:12px;color:#8c8c8c;text-transform:uppercase;letter-spacing:.5px}.modal-stat .stat-value{font-size:24px;font-weight:600;color:#1a1a2e}.modal-section{margin-bottom:20px}.modal-section h4{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:12px;display:flex;align-items:center;gap:8px}.modal-section h4:before{content:"";display:inline-block;width:4px;height:16px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.batch-code{background:#f5f5f5;padding:12px 16px;border-radius:8px;font-family:monospace;font-size:14px;color:#1a1a2e;margin:0}.barcode-list{border-radius:8px;max-height:300px;overflow-y:auto}.barcode-item{display:flex;justify-content:space-between;align-items:center}.barcode-info{display:flex;flex-direction:column;gap:4px}.barcode-code{font-size:13px;color:#1890ff;background:#e6f7ff;padding:4px 8px;border-radius:4px}.barcode-batch{font-size:12px;color:#8c8c8c}@media (max-width: 576px){.modal-stats{grid-template-columns:1fr}.item-detail-modal .ant-modal{margin:16px;max-width:calc(100vw - 32px)}}.logo{height:64px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700}.vl-container{padding:24px;max-width:1600px;margin:0 auto;background:#f5f7fa;min-height:100vh}.vl-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;gap:16px}.vl-loading p{color:#8c8c8c;font-size:16px}.vl-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.vl-header .header-title{display:flex;align-items:center;gap:12px}.vl-header .header-title h1{margin:0;font-size:28px;font-weight:600;color:#1a1a2e}.vl-header .header-icon{font-size:32px;color:#722ed1}.vl-container .stats-row{margin-bottom:24px}.vl-container .stat-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s;overflow:hidden}.vl-container .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.vl-container .stat-card-blue{border-top:3px solid #1890ff}.vl-container .stat-card-red{border-top:3px solid #ff4d4f}.vl-container .stat-card-orange{border-top:3px solid #fa8c16}.vl-container .stat-card-purple{border-top:3px solid #722ed1}.vl-container .stat-card .ant-statistic-title{color:#8c8c8c;font-size:14px}.vl-container .stat-card .ant-statistic-content{color:#1a1a2e}.vl-container .stat-card .ant-statistic-content-prefix{margin-right:8px;color:inherit}.empty-card .ant-empty-image{height:auto;margin-bottom:16px}.location-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;height:100%;transition:transform .2s,box-shadow .2s;overflow:hidden}.location-card-past{opacity:.7;background:#fafafa}.location-card-past .location-card-header .location-name{color:#8c8c8c}.location-card-today{border-left:4px solid #ff4d4f}.location-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:8px}.location-card-header .location-name{display:flex;align-items:center;gap:8px;flex:1;overflow:hidden}.location-card-header .location-icon{color:#722ed1;font-size:18px;flex-shrink:0}.location-card-header .name-text{font-size:16px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-date{display:flex;align-items:center;gap:8px;color:#8c8c8c;font-size:13px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px dashed #e8e8e8}.location-flavors{margin-bottom:16px}.flavors-header{display:flex;align-items:center;gap:6px;font-size:13px;color:#8c8c8c;margin-bottom:8px}.flavors-list{display:flex;flex-direction:column;gap:8px}.flavor-item{display:flex;align-items:center;gap:8px;font-size:13px;background:#f9f9f9;padding:8px 10px;border-radius:6px}.flavor-item .flavor-name{flex:1;color:#1a1a2e;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flavor-item .ant-tag{margin:0;font-size:11px}.flavor-item .flavor-par{font-weight:600;color:#722ed1;font-size:12px}.more-flavors{font-size:12px;color:#8c8c8c;text-align:center;padding:4px}.location-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:12px;border-top:1px solid #f0f0f0}.location-actions .ant-btn{font-size:13px}.vl-modal .ant-modal-content{border-radius:16px;overflow:hidden}.vl-modal .ant-modal-header{padding:20px 24px;border-bottom:1px solid #f0f0f0}.vl-modal .ant-modal-body{padding:24px}.vl-modal .ant-modal-footer{padding:16px 24px;border-top:1px solid #f0f0f0}.modal-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;font-size:14px;color:#1a1a2e}.flavor-form{display:flex;flex-direction:column;gap:12px}.flavor-row{display:flex;gap:8px;align-items:center}.flavor-row .flavor-select{flex:2}.flavor-row .type-select{flex:1;min-width:100px}.flavor-row .par-input{width:90px;flex-shrink:0}.flavor-row .remove-btn{flex-shrink:0}.add-flavor-btn{width:100%;margin-top:4px}@media (max-width: 768px){.vl-container{padding:16px}.vl-header{flex-direction:column;align-items:flex-start}.vl-header .header-title h1{font-size:22px}.vl-header button{width:100%}.flavor-row{flex-wrap:wrap}.flavor-row .flavor-select{flex:1 1 100%}.flavor-row .type-select{flex:1}.flavor-row .par-input{width:70px}.location-card-header{flex-direction:column;align-items:flex-start}}.stat-card,.location-card{animation:fadeIn .3s ease-out}.vl-container .ant-card{border-radius:12px}.vl-container .ant-btn{border-radius:8px}.vl-container .ant-select-selector{border-radius:8px!important}.vl-container .ant-input,.vl-container .ant-picker{border-radius:8px}.vl-container .ant-tag{border-radius:4px}.ant-popconfirm .ant-popconfirm-message-title{font-weight:600}.ant-popconfirm .ant-popconfirm-description{color:#8c8c8c}.flavors-container{padding:24px;max-width:1600px;margin:0 auto;background:#f5f7fa;min-height:100vh}.flavors-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;gap:16px}.flavors-loading p{color:#8c8c8c;font-size:16px}.flavors-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.flavors-header .header-title{display:flex;align-items:center;gap:12px}.flavors-header .header-title h1{margin:0;font-size:28px;font-weight:600;color:#1a1a2e}.flavors-header .header-icon{font-size:32px;color:#1890ff}.flavors-container .stats-row{margin-bottom:24px}.flavors-container .stat-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s;overflow:hidden}.flavors-container .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.flavors-container .stat-card-blue{border-top:3px solid #1890ff}.flavors-container .stat-card-green{border-top:3px solid #52c41a}.flavors-container .stat-card-purple{border-top:3px solid #722ed1}.flavors-container .stat-card-orange{border-top:3px solid #fa8c16}.flavors-container .stat-card .ant-statistic-title{color:#8c8c8c;font-size:14px}.flavors-container .stat-card .ant-statistic-content{color:#1a1a2e}.flavors-container .stat-card .ant-statistic-content-prefix{margin-right:8px;color:inherit}.search-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;margin-bottom:24px}.search-card .ant-card-body{padding:16px}.search-card .ant-input-affix-wrapper{border-radius:8px}.empty-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;padding:48px 24px;text-align:center}.locations-collapse{background:transparent;border:none}.locations-collapse .ant-collapse-item{background:#fff;border-radius:12px!important;margin-bottom:16px;border:none;box-shadow:0 2px 8px #00000014;overflow:hidden}.locations-collapse .ant-collapse-header{padding:16px 20px!important;align-items:center!important}.locations-collapse .ant-collapse-content{border-top:1px solid #f0f0f0}.locations-collapse .ant-collapse-content-box{padding:20px;background:#fafafa}.location-panel-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding-right:16px}.location-info{display:flex;align-items:center;gap:10px}.location-info .location-icon{font-size:18px;color:#1890ff}.location-info .location-name{font-size:16px;font-weight:600;color:#1a1a2e}.location-meta{display:flex;gap:8px}.location-content{display:flex;flex-direction:column;gap:20px}.add-flavor-section{display:flex;justify-content:flex-start}.flavors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.flavor-card{border-radius:10px;border:1px solid #e8e8e8;background:#fff;transition:all .2s}.flavor-card:hover{box-shadow:0 4px 12px #0000001a}.flavor-card .ant-card-body{padding:12px}.flavor-card-header{margin-bottom:12px;padding-bottom:8px;border-bottom:1px dashed #e8e8e8}.flavor-card-header .flavor-name{font-size:15px;font-weight:600;color:#1a1a2e}.flavor-configs{display:flex;flex-direction:column;gap:10px}.flavor-config-row{display:flex;align-items:center;gap:12px;padding:8px 10px;background:#f9f9f9;border-radius:6px}.config-type{display:flex;align-items:center;gap:6px;min-width:100px}.config-type .ant-tag{margin:0;font-size:11px}.config-par{display:flex;align-items:center;gap:6px}.config-par .par-label{font-size:12px;color:#8c8c8c}.config-par .par-input{width:70px}.config-current{display:flex;align-items:center;gap:6px;margin-left:auto}.config-current .current-label{font-size:12px;color:#8c8c8c}.config-current .current-value{font-weight:600;color:#1a1a2e;min-width:24px}.add-flavor-modal .ant-modal-content{border-radius:16px;overflow:hidden}.add-flavor-modal .ant-modal-header{padding:20px 24px;border-bottom:1px solid #f0f0f0}.add-flavor-modal .ant-modal-body{padding:24px}.modal-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600}.add-flavor-form{display:flex;flex-direction:column;gap:16px}.modal-description{color:#8c8c8c;margin-bottom:8px}.unit-type-section{display:flex;flex-direction:column;gap:8px}.unit-type-header{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:#1a1a2e}.unit-type-section .ant-select-selector{border-radius:8px!important}@media (max-width: 768px){.flavors-container{padding:16px}.flavors-header{flex-direction:column;align-items:flex-start}.flavors-header .header-title h1{font-size:22px}.location-panel-header{flex-direction:column;align-items:flex-start;gap:8px}.location-meta{margin-left:28px}.flavors-grid{grid-template-columns:1fr}.flavor-config-row{flex-wrap:wrap;gap:8px}.config-current{margin-left:0;width:100%;justify-content:space-between;padding-top:8px;border-top:1px dashed #e8e8e8}}.stat-card,.locations-collapse .ant-collapse-item,.flavor-card{animation:fadeIn .3s ease-out}.flavors-container .ant-card{border-radius:12px}.flavors-container .ant-btn{border-radius:8px}.flavors-container .ant-select-selector{border-radius:8px!important}.flavors-container .ant-input{border-radius:8px}.flavors-container .ant-input-number{border-radius:6px}.flavors-container .ant-tag{border-radius:4px}.flavors-grid::-webkit-scrollbar{width:6px}.flavors-grid::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.flavors-grid::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.flavors-grid::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.deliveries-container{padding:24px;max-width:1600px;margin:0 auto;background:#f5f7fa;min-height:100vh}.deliveries-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;gap:16px}.deliveries-loading p{color:#8c8c8c;font-size:16px}.deliveries-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.deliveries-header .header-title{display:flex;align-items:center;gap:12px}.deliveries-header .header-title h2{font-size:28px;font-weight:600;color:#1a1a2e}.deliveries-header .header-icon{font-size:32px;color:#1890ff}.deliveries-header .header-meta{display:flex;align-items:center;gap:8px}.deliveries-container .stats-row{margin-bottom:24px}.deliveries-container .stat-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s;overflow:hidden}.deliveries-container .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.deliveries-container .stat-card-blue{border-top:3px solid #1890ff}.deliveries-container .stat-card-purple{border-top:3px solid #722ed1}.deliveries-container .stat-card-red{border-top:3px solid #ff4d4f}.deliveries-container .stat-card-orange{border-top:3px solid #fa8c16}.deliveries-container .stat-card .ant-statistic-title{color:#8c8c8c;font-size:14px}.deliveries-container .stat-card .ant-statistic-content{color:#1a1a2e}.deliveries-container .stat-card .ant-statistic-content-prefix{margin-right:8px;color:inherit}.type-breakdown-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;margin-bottom:24px}.type-breakdown-card .ant-card-head{border-bottom:1px solid #f0f0f0}.type-breakdown-card .ant-card-head-title{font-weight:600}.type-breakdown-grid{display:flex;flex-wrap:wrap;gap:16px}.type-breakdown-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fafafa;border-radius:10px;min-width:140px;transition:transform .2s,box-shadow .2s}.type-breakdown-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.type-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center}.type-breakdown-info{display:flex;flex-direction:column}.type-breakdown-info .type-name{font-size:13px;color:#8c8c8c;text-transform:capitalize}.type-breakdown-info .type-count{font-size:22px;font-weight:600;color:#1a1a2e}.deliveries-container .filter-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;margin-bottom:24px}.deliveries-container .filter-card .ant-select-selector{border-radius:8px!important}.empty-state-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;text-align:center;padding:48px 24px}.empty-state-card .ant-empty-image{height:auto;margin-bottom:16px}.locations-grid{margin-top:8px}.location-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;height:100%;transition:transform .2s,box-shadow .2s}.location-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.location-card-virtual{border-left:3px solid #722ed1}.location-card .ant-card-head{border-bottom:1px solid #f0f0f0;padding:12px 16px}.location-card-header{display:flex;justify-content:space-between;align-items:center;width:100%}.location-card-header .location-title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:#1a1a2e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:70%}.location-card-header .location-icon{color:#1890ff;font-size:16px;flex-shrink:0}.location-card-header .location-badges{display:flex;align-items:center;gap:8px;flex-shrink:0}.location-card .ant-card-body{padding:16px}.location-summary{margin-bottom:12px;padding-bottom:12px;border-bottom:1px dashed #e8e8e8}.items-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.delivery-item{background:#fafafa;border-radius:8px;padding:12px;transition:background .2s}.delivery-item:hover{background:#f0f5ff}.item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px}.item-name-row{display:flex;align-items:center;gap:8px;flex:1;overflow:hidden}.item-name-row .item-name{font-weight:600;font-size:13px;color:#1a1a2e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.priority-tag{font-size:11px;border-radius:4px;flex-shrink:0}.item-progress{margin-bottom:8px}.item-progress .ant-progress-inner{border-radius:4px}.item-stats{display:flex;justify-content:space-between;font-size:12px;color:#8c8c8c}.item-stats span{display:flex;align-items:center;gap:4px}.item-stats strong{font-weight:600;color:#1a1a2e}.stat-needed strong{color:#ff4d4f!important}@media (max-width: 768px){.deliveries-container{padding:16px}.deliveries-header{flex-direction:column;align-items:flex-start}.deliveries-header .header-title h2{font-size:22px}.location-card-header{flex-direction:column;align-items:flex-start;gap:8px}.location-card-header .location-title{max-width:100%}.type-breakdown-grid{justify-content:center}.type-breakdown-item{flex:1;min-width:120px;max-width:calc(50% - 8px)}.item-stats{flex-wrap:wrap;gap:8px}}.stat-card,.type-breakdown-card,.filter-card,.location-card{animation:fadeIn .3s ease-out}.deliveries-container .ant-card{border-radius:12px}.deliveries-container .ant-btn{border-radius:8px}.deliveries-container .ant-select-selector{border-radius:8px!important}.deliveries-container .ant-tag{border-radius:4px}.items-list::-webkit-scrollbar{width:6px}.items-list::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.items-list::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.items-list::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.gallonage-container{padding:24px;max-width:1600px;margin:0 auto;background:#f5f7fa;min-height:100vh}.gallonage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.gallonage-header .header-title{display:flex;align-items:center;gap:12px}.gallonage-header .header-title h1{margin:0;font-size:28px;font-weight:600;color:#1a1a2e}.gallonage-header .header-icon{font-size:32px;color:#722ed1}.control-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;margin-bottom:24px}.control-buttons{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.stats-row{margin-bottom:24px}.stat-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s;overflow:hidden}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.stat-card-green{border-top:3px solid #52c41a}.stat-card-blue{border-top:3px solid #1890ff}.stat-card-purple{border-top:3px solid #722ed1}.stat-card-orange{border-top:3px solid #fa8c16}.stat-card .ant-statistic-title{color:#8c8c8c;font-size:14px}.stat-card .ant-statistic-content{color:#1a1a2e}.stat-card .ant-statistic-content-prefix{margin-right:8px;color:inherit}.main-content-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014}.chart-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;height:100%}.chart-card .ant-card-head{border-bottom:1px solid #f0f0f0}.chart-card .ant-card-head-title{font-weight:600;color:#1a1a2e}.chart-tooltip{background:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px #00000026;border:none}.chart-tooltip .tooltip-label{font-weight:600;margin:0 0 4px;color:#1a1a2e}.chart-tooltip .tooltip-value{margin:2px 0;font-size:14px}.ttb-summary-section{margin-bottom:24px}.section-title{font-size:18px;font-weight:600;color:#1a1a2e;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #f0f0f0}.ttb-category-cards{margin-bottom:24px}.ttb-category-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014;height:100%}.ttb-category-card .ant-card-body{padding:16px}.ttb-category-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.ttb-category-name{font-size:14px;font-weight:600;color:#1a1a2e}.ttb-category-types{display:flex;gap:8px;margin-bottom:16px}.type-badge{font-size:11px;padding:2px 8px;border-radius:4px;font-weight:500}.type-badge.ne{background:#e6f7ff;color:#1890ff}.type-badge.fed{background:#f9f0ff;color:#722ed1}.ttb-category-stats{display:flex;flex-direction:column;gap:8px}.ttb-category-stats .stat-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.ttb-category-stats .stat-item.total{border-top:1px dashed #e8e8e8;padding-top:8px;margin-top:4px}.ttb-category-stats .stat-label{font-size:12px;color:#8c8c8c}.ttb-category-stats .stat-value{font-size:14px;font-weight:600;color:#1a1a2e}.ttb-category-stats .stat-value.tax-paid{color:#52c41a}.ttb-category-stats .stat-value.in-bond{color:#1890ff}.tax-type-summary{margin-top:24px;margin-bottom:24px}.tax-type-card{border-radius:12px;border:none;box-shadow:0 2px 8px #00000014}.tax-type-card .ant-card-head-title{font-weight:600;font-size:15px}.tax-type-items{display:flex;flex-direction:column;gap:12px}.tax-type-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fafafa;border-radius:8px}.tax-type-label{font-size:14px;color:#595959;font-weight:500}.tax-type-value{font-size:16px;font-weight:600;color:#1a1a2e}.ttb-charts-row{margin-bottom:24px}.ttb-flavor-breakdown{margin-top:24px}.ttb-flavor-breakdown .ant-collapse{background:transparent;border:none}.ttb-flavor-breakdown .ant-collapse-item{background:#fff;border-radius:8px!important;margin-bottom:12px;border:none;box-shadow:0 2px 8px #00000014;overflow:hidden}.ttb-flavor-breakdown .ant-collapse-header{padding:12px 16px!important;align-items:center!important}.ttb-panel-header{display:flex;align-items:center;gap:12px;width:100%}.ttb-panel-header .panel-name{flex:1;font-weight:500;color:#1a1a2e}.ttb-panel-header .panel-total{font-weight:600;color:#722ed1;font-size:14px}.ttb-flavor-breakdown .ant-collapse-content{border-top:1px solid #f0f0f0}.ttb-flavor-breakdown .ant-collapse-content-box{padding:16px;background:#fafafa}.flavor-name{font-weight:500;color:#1a1a2e}.gallonage-container .ant-table{background:#fff;border-radius:8px}.gallonage-container .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#1a1a2e}.gallonage-container .ant-tag{border-radius:4px}@media (max-width: 768px){.gallonage-container{padding:16px}.gallonage-header{flex-direction:column;align-items:flex-start}.gallonage-header .header-title h1{font-size:22px}.control-buttons{justify-content:flex-start;width:100%}.ttb-category-header{flex-direction:column;align-items:flex-start}.ttb-panel-header{flex-wrap:wrap;gap:8px}.ttb-panel-header .panel-total{width:100%;text-align:right}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stat-card,.ttb-category-card,.chart-card{animation:fadeIn .3s ease-out}.gallonage-container .ant-card{border-radius:12px}.gallonage-container .ant-btn,.gallonage-container .ant-picker{border-radius:8px}.gallonage-container .ant-tabs-nav{margin-bottom:16px}.gallonage-container .ant-tabs-tab{font-weight:500}.gallonage-container .ant-tabs-tab-active{font-weight:600}.gallonage-container .ant-table-body::-webkit-scrollbar{width:6px;height:6px}.gallonage-container .ant-table-body::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.gallonage-container .ant-table-body::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.gallonage-container .ant-table-body::-webkit-scrollbar-thumb:hover{background:#bfbfbf}@media print{.control-card,.ant-tabs-nav,.ant-table-pagination,button{display:none!important}.gallonage-container{padding:0;background:#fff}.ant-table{box-shadow:none;border:1px solid #ddd}}
