.login-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}.bg-decoration{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.circle{position:absolute;border-radius:50%;background:#ffffff1a}.circle-1{width:400px;height:400px;top:-100px;right:-100px;animation:float 8s ease-in-out infinite}.circle-2{width:300px;height:300px;bottom:-50px;left:-50px;animation:float 6s ease-in-out infinite reverse}.circle-3{width:200px;height:200px;top:50%;left:30%;animation:float 10s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.login-container{display:flex;max-width:900px;width:100%;background:#fff;border-radius:24px;box-shadow:0 25px 80px #0000004d;overflow:hidden;position:relative;z-index:1}.brand-section{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px;display:flex;align-items:center;justify-content:center;position:relative}.brand-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom: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.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.brand-content{position:relative;z-index:1;color:#fff;text-align:center}.brand-icon{font-size:64px;margin-bottom:20px;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.brand-title{font-size:24px;font-weight:700;margin:0 0 10px;line-height:1.3}.brand-subtitle{font-size:14px;opacity:.9;margin:0 0 30px}.brand-features{text-align:left;display:inline-block}.feature-item{font-size:13px;padding:8px 0;opacity:.9;display:flex;align-items:center;gap:8px}.login-section{flex:1;padding:50px 40px;display:flex;align-items:center;justify-content:center;background:#fff}.login-card{width:100%;max-width:320px}.login-header{text-align:center;margin-bottom:30px}.login-header h2{font-size:26px;font-weight:700;color:#1a1a2e;margin:0 0 8px}.login-header p{font-size:14px;color:#888;margin:0}.login-form .ant-form-item{margin-bottom:20px}.login-input{height:48px;border-radius:12px!important;border:2px solid #e8e8e8!important;font-size:15px;transition:all .3s!important}.login-input:hover{border-color:#667eea!important}.login-input:focus,.login-input.ant-input-affix-wrapper-focused{border-color:#667eea!important;box-shadow:0 0 0 4px #667eea1a!important}.input-icon{color:#999;font-size:16px}.login-button{height:48px;border-radius:12px!important;font-size:16px;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;box-shadow:0 8px 20px #667eea66!important;transition:all .3s!important}.login-button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #667eea80!important}.login-button:active{transform:translateY(0)}.login-footer{text-align:center;margin-top:30px}.login-footer p{font-size:12px;color:#bbb;margin:0}@media (max-width: 768px){.login-container{flex-direction:column;max-width:400px}.brand-section{padding:30px 20px}.brand-icon{font-size:48px}.brand-title{font-size:20px}.brand-features{display:none}.login-section{padding:30px 24px}.login-header h2{font-size:22px}}@media (max-width: 480px){.login-page{padding:10px}.login-container{border-radius:16px}.brand-section{padding:24px 16px}.login-section{padding:24px 20px}}.dashboard-page{padding:16px;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding:18px 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;box-shadow:0 8px 30px #667eea4d}.dashboard-header .header-left h1{margin:0 0 6px;font-size:24px;font-weight:700;color:#fff}.dashboard-header .header-left p{margin:0;font-size:13px;color:#fffc}.dashboard-header .header-right{display:flex;gap:10px;align-items:center}.dashboard-header .sync-info{font-size:11px;color:#ffffffb3;text-align:right}.total-sales-card{background:linear-gradient(135deg,#11998e,#38ef7d);border-radius:14px;padding:18px;margin-bottom:16px;box-shadow:0 6px 24px #11998e4d;color:#fff;border:none}.total-sales-card .ant-card-body{padding:0}.total-sales-row{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:20px}.total-sales-item{text-align:center}.total-sales-item .icon{font-size:36px;margin-bottom:8px;opacity:.9}.total-sales-item .label{font-size:13px;opacity:.9;margin-bottom:4px}.total-sales-item .value{font-size:28px;font-weight:700;font-family:DIN Alternate,-apple-system,sans-serif}.area-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.area-card{border-radius:14px;border:none;box-shadow:0 4px 20px #00000014;transition:all .3s ease;overflow:hidden}.area-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.area-card .ant-card-body{padding:16px}.area-card-header{display:flex;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px dashed #f0f0f0}.area-card-header .area-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.area-card-header .area-name{font-size:15px;font-weight:600}.area-card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.area-stat-item{text-align:center}.area-stat-item .stat-label{font-size:11px;color:#999;margin-bottom:4px}.area-stat-item .stat-value{font-size:14px;font-weight:600}.period-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.period-card-item{min-width:0;overflow:hidden}.period-card-item .period-card{width:100%}.period-card{border-radius:12px;border:2px solid transparent;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;cursor:pointer}.period-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.period-card.selected{border-color:currentColor;box-shadow:0 6px 20px #00000026}.period-card .ant-card-body{padding:12px}.content-card{border-radius:16px;border:none;box-shadow:0 4px 20px #00000014}.content-card .ant-card-head{border-bottom:1px solid #f0f0f0}.content-card .ant-card-head-title{font-weight:600}.dashboard-tabs .ant-tabs-nav{margin-bottom:16px}.dashboard-tabs .ant-tabs-tab{padding:10px 16px;font-weight:500}.dashboard-tabs .ant-tabs-tab-active{font-weight:600}.dashboard-page .ant-table{border-radius:12px;overflow:hidden}.dashboard-page .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.rank-gold{color:gold}.rank-silver{color:silver}.rank-bronze{color:#cd7f32}@media (max-width: 992px){.area-cards-row{grid-template-columns:1fr}.period-cards-grid{grid-template-columns:repeat(2,1fr)!important}.total-sales-row{flex-direction:column}.total-sales-item .value{font-size:24px}}@media (max-width: 576px){.dashboard-page{padding:12px}.dashboard-header{flex-direction:column;gap:12px;padding:16px}.dashboard-header .header-right{width:100%;justify-content:space-between}.period-cards-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.period-card-item{min-width:0!important;width:100%!important}.period-card{width:100%!important}.period-card .ant-card-body{padding:10px!important}.area-cards-row{grid-template-columns:1fr!important;gap:10px}.area-card .ant-card-body{padding:12px!important}.area-card-header{margin-bottom:10px!important;padding-bottom:8px!important}.area-card-header .area-name{font-size:14px!important}.area-stat-item .stat-label{font-size:10px!important}.area-stat-item .stat-value{font-size:13px!important}}.sop-editor{max-height:70vh;overflow-y:auto;padding:16px}.sop-editor .ant-card{margin-bottom:16px}.sop-form-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.sop-form-col{min-width:0}.sop-form-col-full{width:100%}.sop-form-col-half{width:calc(50% - 4px)}.cost-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;background:linear-gradient(135deg,#f8f9ff,#f0f2ff);border-radius:8px;padding:12px;margin-bottom:16px}.cost-item{text-align:center;padding:4px}.cost-label{font-size:11px;color:#8c8c8c;margin-bottom:2px}.cost-value{font-size:14px;font-weight:600}.cost-summary{background:linear-gradient(135deg,#f8f9ff,#f0f2ff)!important;border-radius:12px!important}.cost-summary .ant-card-body{padding:12px!important}.cost-summary .ant-statistic{text-align:center}.cost-summary .ant-statistic-title{font-size:12px;margin-bottom:4px}@media (max-width: 768px){.sop-editor{max-height:65vh;padding:8px}.sop-editor .ant-card{margin-bottom:10px}.sop-editor .ant-card-head{padding:10px 12px;min-height:auto}.sop-editor .ant-card-head-title{font-size:14px}.sop-editor .ant-card-body{padding:10px}.sop-editor .ant-form-item{margin-bottom:10px}.sop-editor .ant-form-item-label{padding-bottom:2px}.sop-editor .ant-form-item-label>label{font-size:13px;height:auto}.sop-editor .ant-input,.sop-editor .ant-select-selector,.sop-editor .ant-input-number{font-size:14px!important}.sop-editor .ant-select-selector{height:36px!important}.cost-summary .ant-card-body{padding:8px!important}.cost-summary .ant-statistic-title{font-size:11px!important;margin-bottom:2px!important}.cost-summary .ant-statistic-content,.cost-summary .ant-statistic-content-value{font-size:14px!important}.cost-summary .ant-statistic-content-prefix,.cost-summary .ant-statistic-content-suffix{font-size:12px!important}.sop-editor .ant-list-item{padding:8px 0}.sop-editor .ant-btn{font-size:12px;padding:4px 8px;height:auto}.sop-editor .ant-btn-sm{font-size:11px;padding:2px 6px}.sop-editor .ant-alert{padding:8px 12px;font-size:12px}.sop-editor .ant-alert-message{font-size:13px}.sop-editor .ant-alert-description{font-size:11px}.sop-editor .ant-form-item:last-child{margin-bottom:0;margin-top:12px}.sop-editor .ant-form-item:last-child .ant-btn{height:38px;font-size:14px}.sop-editor .ant-card-small>.ant-card-head{padding:8px 12px}.sop-editor .ant-card-small>.ant-card-body{padding:8px}.sop-editor textarea.ant-input{font-size:13px!important}}.sop-manage-container{width:100%;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:16px}.sop-header{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:20px 24px;margin-bottom:16px;box-shadow:0 8px 32px #0000001a}.sop-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sop-title{display:flex;align-items:center;gap:12px}.sop-title h2{margin:0;font-size:28px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sop-title-icon{font-size:32px}.sop-actions{display:flex;gap:12px;align-items:center}.sop-actions .ant-input-search{width:280px}.sop-actions .ant-input-search .ant-input{border-radius:10px;border:2px solid #e8e8e8;padding:8px 16px;transition:all .3s ease}.sop-actions .ant-input-search .ant-input:focus,.sop-actions .ant-input-search .ant-input:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.sop-actions .ant-btn{border-radius:10px;height:40px;padding:0 20px;font-weight:500;transition:all .3s ease}.sop-actions .ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;box-shadow:0 4px 15px #667eea66}.sop-actions .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.btn-subproduct{background:linear-gradient(135deg,#fa8c16,#f5222d)!important;border:none!important;color:#fff!important;box-shadow:0 4px 15px #fa8c1666!important}.btn-subproduct:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fa8c1680!important}.sop-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px}.sop-content{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:24px;box-shadow:0 8px 32px #0000001a}.sop-content .ant-tabs-nav{margin-bottom:20px}.sop-content .ant-tabs-tab{padding:12px 24px;font-size:15px;font-weight:500;color:#666;transition:all .3s ease}.sop-content .ant-tabs-tab:hover{color:#667eea}.sop-content .ant-tabs-tab-active .ant-tabs-tab-btn{color:#667eea!important;font-weight:600}.sop-content .ant-tabs-ink-bar{background:linear-gradient(90deg,#667eea,#764ba2);height:3px;border-radius:2px}.sop-filters{display:flex;gap:16px;align-items:center}.sop-filters .ant-checkbox-wrapper{font-size:14px;color:#666}.sop-filters .ant-checkbox-checked .ant-checkbox-inner{background:#667eea;border-color:#667eea}.sop-content .ant-table{background:transparent}.sop-content .ant-table-thead>tr>th{background:linear-gradient(135deg,#f8f9ff,#f0f2ff);font-weight:600;color:#1a1a2e;border-bottom:2px solid #e8e8e8;padding:16px 12px}.sop-content .ant-table-tbody>tr>td{padding:14px 12px;border-bottom:1px solid #f0f0f0;transition:all .3s ease}.sop-content .ant-table-tbody>tr:hover>td{background:linear-gradient(135deg,#f8f9ff,#fff)}.sop-name{display:flex;align-items:center;gap:8px}.sop-name-text{font-weight:500;color:#1a1a2e}.sop-name .anticon-exclamation-circle{color:#faad14;font-size:14px}.category-tag{border-radius:8px;padding:4px 12px;font-weight:500}.category-tag.dish{background:linear-gradient(135deg,#e6f7ff,#bae7ff);color:#1890ff;border:none}.category-tag.subproduct{background:linear-gradient(135deg,#fff7e6,#ffd591);color:#fa8c16;border:none}.price-tag{background:linear-gradient(135deg,#f6ffed,#b7eb8f);color:#52c41a;border:none;border-radius:8px;padding:4px 10px;font-weight:600}.cost-price{font-weight:700;font-size:15px;color:#1a1a2e}.retail-price{font-weight:700;font-size:15px;color:#1890ff}.profit-margin{font-weight:600;padding:4px 10px;border-radius:8px;font-size:13px}.profit-margin.high{background:linear-gradient(135deg,#f6ffed,#d9f7be);color:#52c41a}.profit-margin.medium{background:linear-gradient(135deg,#fffbe6,#fff1b8);color:#faad14}.profit-margin.low{background:linear-gradient(135deg,#fff1f0,#ffccc7);color:#f5222d}.status-switch{display:flex;flex-direction:column;gap:6px}.status-switch .ant-switch{min-width:50px}.status-switch .ant-switch-checked{background:linear-gradient(135deg,#52c41a,#389e0d)}.status-label{font-size:11px;color:#8c8c8c}.action-buttons{display:flex;gap:8px}.action-buttons .ant-btn{border-radius:8px;padding:4px 12px;height:32px;font-size:13px;transition:all .3s ease}.action-buttons .ant-btn-link{color:#667eea}.action-buttons .ant-btn-link:hover{color:#764ba2;background:#667eea1a}.action-buttons .ant-btn-link.sync-btn{color:#52c41a}.action-buttons .ant-btn-link.sync-btn:hover{background:#52c41a1a}.sop-alert{margin-bottom:20px;border-radius:12px;border:none;background:linear-gradient(135deg,#fffbe6,#fff1b8)}.sop-alert .ant-alert-icon{color:#faad14}.sop-content .ant-pagination{margin-top:20px}.sop-content .ant-pagination-item{border-radius:8px;border:1px solid #e8e8e8;transition:all .3s ease}.sop-content .ant-pagination-item:hover,.sop-content .ant-pagination-item-active{border-color:#667eea}.sop-content .ant-pagination-item-active a{color:#667eea}.sop-modal .ant-modal-content{border-radius:20px;overflow:hidden}.sop-modal .ant-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:20px 24px;border:none}.sop-modal .ant-modal-title{color:#fff;font-size:18px;font-weight:600}.sop-modal .ant-modal-close-x{color:#fff}.sop-modal .ant-modal-body{max-height:70vh;overflow-y:auto}@media (max-width: 768px){.sop-modal .ant-modal{max-width:calc(100vw - 24px)!important;margin:12px auto!important;padding:0!important;top:20px!important}.sop-modal .ant-modal-content{border-radius:12px!important}.sop-modal .ant-modal-header{padding:12px 16px!important}.sop-modal .ant-modal-title{font-size:15px!important}.sop-modal .ant-modal-body{padding:12px!important;max-height:65vh!important;overflow-y:auto!important}.sop-modal .ant-modal-close{top:8px!important;right:8px!important}.sop-modal .ant-row{margin-left:-4px!important;margin-right:-4px!important}.sop-modal .ant-col{padding-left:4px!important;padding-right:4px!important}.sop-modal .ant-form-item-label>label{font-size:12px!important}}@media (max-width: 1200px){.sop-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.sop-manage-container{padding:12px}.sop-header{padding:16px;border-radius:16px}.sop-header-top{flex-direction:column;gap:12px;align-items:stretch}.sop-title h2{font-size:22px}.sop-title-icon{font-size:26px}.sop-actions{flex-wrap:wrap;justify-content:center;gap:8px}.sop-actions .ant-input-search{width:100%}.sop-actions .ant-btn{height:36px;padding:0 12px;font-size:13px}.sop-stats{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{padding:12px;gap:10px}.stat-icon{width:44px;height:44px;font-size:18px}.stat-value{font-size:20px}.stat-label{font-size:11px}.sop-content{padding:12px;border-radius:16px}.sop-content .ant-table{font-size:12px}}.sop-display-container{display:flex;gap:24px;height:calc(100vh - 200px)}.sop-sidebar{width:320px;display:flex;flex-direction:column;gap:16px}.search-box{flex-shrink:0}.sop-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.sop-list-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;cursor:pointer;transition:all .2s}.sop-list-item:hover{background:#f0f7ff;border-color:#1890ff}.sop-list-item-steps{font-size:12px;color:#999;background:#f5f5f5;padding:2px 8px;border-radius:10px;flex-shrink:0;display:flex;align-items:center}.sop-card{transition:all .3s}.sop-card.selected{border-color:#1890ff;box-shadow:0 2px 8px #1890ff4d}.sop-card h3{margin:0 0 8px;font-size:16px;font-weight:600}.sop-content{flex:1;overflow-y:auto;background:#fff;border-radius:8px;padding:24px}.sop-detail h1{margin:0 0 16px;font-size:28px;font-weight:600}.materials-section{margin-bottom:24px;background:#fafafa;padding:16px;border-radius:8px}.materials-section h3{margin:0 0 12px;font-size:16px;color:#333}.materials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.material-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:4px;border:1px solid #e8e8e8}.material-name{font-weight:500}.material-amount{color:#666}.steps-section{background:#fafafa;padding:16px;border-radius:8px}.steps-section h3{margin:0 0 16px;font-size:16px;color:#333}.steps-container{display:flex;flex-direction:column;gap:24px}.step-item{display:flex;gap:16px;background:#fff;padding:16px;border-radius:8px;border:1px solid #e8e8e8}.step-number{flex-shrink:0;width:40px;height:40px;background:#1890ff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}.step-content{flex:1}.step-description{margin:0 0 12px;font-size:16px;line-height:1.6}.step-images{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.step-image-item{width:200px!important;height:150px!important;object-fit:cover;border-radius:8px;cursor:pointer}.step-videos{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.step-video-item{width:300px;height:200px;border-radius:8px;background-color:#000;object-fit:contain}.step-image{max-width:400px;margin-top:12px}.step-image img{border-radius:8px}@media (max-width: 768px){.sop-display-container{flex-direction:column;height:auto;gap:12px}.sop-sidebar{width:100%}.sop-list{max-height:none;overflow-y:visible}.sop-content{display:none}.sop-list-item{padding:10px 14px}.sop-list-item-name{font-size:14px}.mobile-detail-content .sop-detail h1{font-size:20px;margin-bottom:12px}.mobile-detail-content .materials-grid{grid-template-columns:1fr 1fr;gap:8px}.mobile-detail-content .material-item{padding:10px;font-size:13px;flex-direction:column;gap:4px}.mobile-detail-content .step-item{padding:12px;gap:12px}.mobile-detail-content .step-number{width:32px;height:32px;font-size:14px}.mobile-detail-content .step-description{font-size:14px}.mobile-detail-content .step-content{display:flex;flex-direction:column}.mobile-detail-content .step-description{order:1;margin-bottom:12px!important}.mobile-detail-content .step-images{order:2;flex-direction:column;gap:8px}.mobile-detail-content .step-videos{order:3;flex-direction:column;gap:8px}.mobile-detail-content .step-image-item,.mobile-detail-content .step-images .ant-image,.mobile-detail-content .step-images .ant-image img{width:100%!important;max-width:100%!important;height:auto!important;border-radius:8px}.mobile-detail-content .step-video-item{width:100%!important;max-width:100%!important;height:auto!important;min-height:180px;border-radius:8px}.mobile-detail-content .step-image img{width:100%!important;max-width:100%!important;height:auto!important}}.price-history-modal .ant-statistic-title{font-size:14px;color:#666}.price-history-modal .ant-statistic-content{font-size:24px;font-weight:600}.price-history-modal .ant-card{border-radius:8px}.material-manage-container{width:100%;min-height:100vh;background:linear-gradient(135deg,#11998e,#38ef7d);padding:16px}.material-header{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:20px 24px;margin-bottom:16px;box-shadow:0 6px 24px #0000001a}.material-header-top{display:flex;justify-content:space-between;align-items:center}.material-title{display:flex;align-items:center;gap:12px}.material-title h2{margin:0;font-size:28px;font-weight:700;background:linear-gradient(135deg,#11998e,#38ef7d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.material-title-icon{font-size:32px}.material-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.material-actions .ant-input-search{width:240px}.material-actions .ant-input-search .ant-input{border-radius:10px;border:2px solid #e8e8e8;padding:8px 16px;transition:all .3s ease}.material-actions .ant-input-search .ant-input:focus,.material-actions .ant-input-search .ant-input:hover{border-color:#11998e;box-shadow:0 0 0 3px #11998e1a}.material-actions .ant-btn{border-radius:10px;height:40px;padding:0 20px;font-weight:500;transition:all .3s ease}.material-actions .ant-btn-primary{background:linear-gradient(135deg,#11998e,#38ef7d);border:none;box-shadow:0 4px 15px #11998e66}.material-actions .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #11998e80}.btn-import{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;color:#fff!important;box-shadow:0 4px 15px #667eea66!important}.btn-import:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80!important}.stats-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.stat-card{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease;border:none}.stat-card.warning{background:linear-gradient(135deg,#fff7e6,#fff1b8)}.stat-label{font-size:13px;color:#8c8c8c;margin-top:4px;margin-bottom:0}.stat-icon.green{background:linear-gradient(135deg,#11998e,#38ef7d);color:#fff}.stat-icon.blue{background:linear-gradient(135deg,#1890ff,#096dd9);color:#fff}.stat-icon.orange{background:linear-gradient(135deg,#fa8c16,#f5222d);color:#fff}.stat-icon.purple{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.material-content{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:24px;box-shadow:0 8px 32px #0000001a}.material-content .ant-table{background:transparent}.material-content .ant-table-thead>tr>th{background:linear-gradient(135deg,#f0fff4,#e6ffed);font-weight:600;color:#1a1a2e;border-bottom:2px solid #e8e8e8;padding:16px 12px}.material-content .ant-table-tbody>tr>td{padding:14px 12px;border-bottom:1px solid #f0f0f0;transition:all .3s ease}.material-content .ant-table-tbody>tr:hover>td{background:linear-gradient(135deg,#f0fff4,#fff)}.material-content .ant-table-tbody>tr.inactive-row>td{background:#fafafa;opacity:.7}.material-content .ant-table-tbody>tr.inactive-row:hover>td{background:#f5f5f5;opacity:.8}.category-tag{border-radius:8px;padding:4px 12px;font-weight:500;border:none}.category-tag.dry{background:linear-gradient(135deg,#fff7e6,#ffd591);color:#d46b08}.category-tag.frozen{background:linear-gradient(135deg,#e6f7ff,#91d5ff);color:#096dd9}.category-tag.baking{background:linear-gradient(135deg,#fff0f6,#ffadd2);color:#c41d7f}.category-tag.vegetables{background:linear-gradient(135deg,#f6ffed,#b7eb8f);color:#389e0d}.category-tag.fruits{background:linear-gradient(135deg,#fff1f0,#ffa39e);color:#cf1322}.price-display{font-weight:600;color:#1a1a2e}.price-per-gram{font-size:12px;color:#52c41a;font-weight:500}.stock-normal{color:#52c41a;font-weight:600}.stock-warning{color:#faad14;font-weight:600}.stock-danger{color:#f5222d;font-weight:600}.action-buttons{display:flex;gap:4px}.action-buttons .ant-btn{border-radius:8px;padding:4px 8px;height:28px;font-size:12px;transition:all .3s ease}.action-buttons .ant-btn-link{color:#11998e}.action-buttons .ant-btn-link:hover{color:#38ef7d;background:#11998e1a}.action-buttons .ant-btn-link.delete-btn{color:#f5222d}.action-buttons .ant-btn-link.delete-btn:hover{background:#f5222d1a}.material-content .ant-pagination{margin-top:20px}.material-content .ant-pagination-item{border-radius:8px;border:1px solid #e8e8e8;transition:all .3s ease}.material-content .ant-pagination-item:hover,.material-content .ant-pagination-item-active{border-color:#11998e}.material-content .ant-pagination-item-active a{color:#11998e}.material-modal .ant-modal-content{border-radius:20px;overflow:hidden}.material-modal .ant-modal-header{background:linear-gradient(135deg,#11998e,#38ef7d);padding:20px 24px;border:none}.material-modal .ant-modal-title{color:#fff;font-size:18px;font-weight:600}.material-modal .ant-modal-close-x{color:#fff}.material-actions .ant-switch-checked{background:linear-gradient(135deg,#11998e,#38ef7d)}@media (max-width: 1200px){.stats-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.material-manage-container{padding:16px}.material-header{padding:20px;border-radius:16px}.material-header-top{flex-direction:column;gap:16px;align-items:stretch}.material-actions{flex-wrap:wrap;justify-content:center}.material-actions .ant-input-search{width:100%}.stats-cards{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:14px}.stat-icon{width:42px;height:42px;min-width:42px;font-size:18px;height:48px;font-size:20px}.stat-value{font-size:22px}.material-content{padding:16px;border-radius:16px}.material-content .ant-table{font-size:13px}}.header-actions{display:none}.cost-statistics-container{padding:16px;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.cost-statistics-container.loading-state{display:flex;justify-content:center;align-items:center;min-height:400px}.cost-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 0 24px 24px;padding:20px 24px;margin-bottom:16px;box-shadow:0 8px 32px #667eea4d}.cost-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.cost-title{display:flex;align-items:center;gap:16px}.cost-title-icon{font-size:40px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.cost-title h2{color:#fff;margin:0;font-size:26px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1)}.cost-subtitle{color:#ffffffd9;margin:4px 0 0;font-size:14px}.cost-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cost-stats .stat-card{background:#fffffff2;border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 16px #00000014;transition:all .3s ease}.cost-stats .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.cost-stats .stat-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.cost-stats .stat-icon.green{background:linear-gradient(135deg,#06d6a0,#118ab2);box-shadow:0 4px 12px #06d6a066}.cost-stats .stat-icon.red{background:linear-gradient(135deg,#ef476f,#d62828);box-shadow:0 4px 12px #ef476f66}.cost-stats .stat-icon.orange{background:linear-gradient(135deg,#f77f00,#d62828);box-shadow:0 4px 12px #f77f0066}.cost-stats .stat-icon.blue{background:linear-gradient(135deg,#4361ee,#3a0ca3);box-shadow:0 4px 12px #4361ee66}.cost-stats .stat-content{flex:1}.cost-stats .stat-value{font-size:26px;font-weight:700;color:#1a1a2e;line-height:1.2}.cost-stats .stat-label{font-size:13px;color:#666;margin-top:4px}.cost-content{padding:0 24px 24px}.no-data-alert{margin-bottom:16px;border-radius:12px}.cost-card{background:#fff;border-radius:16px;padding:16px;margin-bottom:16px;box-shadow:0 4px 20px #0000000f}.card-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.card-header h3{margin:0;font-size:18px;font-weight:600;color:#1a1a2e;flex:1}.card-icon{font-size:22px;color:#667eea}.card-icon.red{color:#ef476f}.card-icon.orange{color:#f77f00}.threshold-setting{display:flex;align-items:center;gap:12px;color:#666;font-size:14px}.threshold-setting .ant-input-number{border-radius:8px}.chart-card{min-height:360px}.chart-container{padding:16px 0}.section-alert{margin-bottom:16px;border-radius:8px}.cost-table{border-radius:12px;overflow:hidden}.cost-table .ant-table-thead>tr>th{background:linear-gradient(135deg,#f8fafc,#f1f5f9);font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;padding:14px 16px}.cost-table .ant-table-tbody>tr>td{padding:14px 16px;border-bottom:1px solid #f0f0f0}.cost-table .ant-table-tbody>tr:hover>td{background:#f0f9ff}.material-name,.warning-material{font-weight:500;color:#333}.spec-text{color:#666;font-size:13px}.value-tag{font-size:14px;font-weight:600;padding:4px 12px;border-radius:6px}@media (max-width: 1200px){.cost-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.cost-header{padding:20px;border-radius:0 0 16px 16px}.cost-title h2{font-size:22px}.cost-title-icon{font-size:32px}.cost-stats{grid-template-columns:repeat(2,1fr);gap:12px}.cost-stats .stat-card{padding:16px}.cost-stats .stat-icon{width:44px;height:44px;font-size:20px}.cost-stats .stat-value{font-size:20px}.cost-content{padding:0 16px 16px}.cost-card{padding:16px;border-radius:12px}.card-header{flex-wrap:wrap;gap:8px}.threshold-setting{width:100%;margin-top:8px}.cost-table .ant-table-thead>tr>th,.cost-table .ant-table-tbody>tr>td{padding:10px 12px;font-size:13px}}@media (max-width: 576px){.cost-stats{grid-template-columns:1fr}.cost-header-top{flex-direction:column;gap:16px}}.wechat-bot-container{width:100%}.wechat-bot-container h2{margin-bottom:24px;font-size:24px;font-weight:600}.time-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.menu-editor-new{padding:16px}.menu-editor-new .ant-card{box-shadow:0 2px 8px #0000001a}.menu-editor-new .ant-statistic-title{font-size:14px;color:#666}.menu-editor-new .ant-statistic-content{font-size:24px;font-weight:700}.menu-view-compact{max-height:75vh;overflow-y:auto}.header-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;padding:14px;color:#fff;margin-bottom:12px}.header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;gap:8px}.menu-title{margin:0;font-size:16px;font-weight:600;color:#fff;flex:1;line-height:1.3}.margin-badge{padding:3px 8px;border-radius:10px;font-size:11px;font-weight:600;white-space:nowrap}.header-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:8px}.info-group{display:flex;align-items:baseline}.big-price{font-size:24px;font-weight:700;font-family:DIN Alternate,-apple-system,sans-serif}.price-label{font-size:14px;opacity:1;margin-left:4px;font-weight:500}.info-tags{display:flex;gap:10px;font-size:11px;opacity:.9;flex-wrap:wrap}.info-tags span{display:flex;align-items:center;gap:3px}.cost-summary{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#ffffff26;border-radius:6px}.cost-summary .cost-item{text-align:center;flex:1}.cost-summary .label{display:block;font-size:10px;opacity:.8}.cost-summary .value{font-size:13px;font-weight:600}.cost-summary .value.orange,.cost-summary .value.green,.cost-summary .value.blue{color:#fff}.cost-summary .arrow{opacity:.6;font-size:11px;flex-shrink:0}.dishes-section{display:flex;flex-direction:column;gap:8px}.category-block{background:#fafafa;border-radius:8px;padding:10px 12px;border:1px solid #f0f0f0}.category-title{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;margin-bottom:6px;padding-bottom:6px;border-bottom:1px dashed #e8e8e8}.dishes-list{display:flex;flex-direction:column;gap:4px}.dish-row{display:flex;align-items:center;font-size:13px;padding:3px 0}.dish-row .name{flex:1;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dish-row .qty{color:#999;margin:0 8px;font-size:12px;flex-shrink:0}.dish-row .price{color:#52c41a;font-weight:600;white-space:nowrap;flex-shrink:0}.notes-bar{margin-top:10px;padding:8px 10px;background:#fffbe6;border-radius:6px;font-size:12px;color:#666;border:1px solid #ffe58f}.notes-label{color:#d48806;font-weight:500}.banquet-menu-container{padding:16px;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);min-height:100vh}.banquet-menu-container .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding:20px 24px;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:14px;box-shadow:0 8px 30px #f093fb4d}.banquet-menu-container .header-left{color:#fff}.banquet-menu-container .page-title{margin:0 0 8px;font-size:28px;font-weight:700;color:#fff;display:flex;align-items:center}.banquet-menu-container .page-subtitle{margin:0;font-size:14px;color:#ffffffd9}.banquet-menu-container .search-input .ant-input-affix-wrapper{border-radius:25px;border:none;box-shadow:0 4px 15px #0000001a}.banquet-menu-container .add-btn{border-radius:25px;height:42px;padding:0 24px;font-weight:600;box-shadow:0 4px 15px #1890ff4d}.banquet-menu-container .stats-row{margin-bottom:12px}.banquet-menu-container .stat-card{border-radius:12px;border:none;box-shadow:0 4px 16px #00000014;transition:all .3s ease;overflow:hidden;position:relative}.banquet-menu-container .stat-card .ant-card-body{padding:14px 16px!important}.banquet-menu-container .stat-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f}.banquet-menu-container .stat-card .stat-icon{position:absolute;top:10px;right:12px;font-size:28px;opacity:.8}.banquet-menu-container .stat-card-blue{background:linear-gradient(135deg,#e6f7ff,#bae7ff)}.banquet-menu-container .stat-card-green{background:linear-gradient(135deg,#f6ffed,#b7eb8f)}.banquet-menu-container .stat-card-orange{background:linear-gradient(135deg,#fff7e6,#ffd591)}.banquet-menu-container .stat-card-purple{background:linear-gradient(135deg,#f9f0ff,#d3adf7)}.banquet-menu-container .stat-card .ant-statistic-title{font-size:12px;color:#666;font-weight:500;margin-bottom:4px}.banquet-menu-container .stat-card .ant-statistic-content{font-size:22px}.banquet-menu-container .menus-grid{margin-top:8px}.banquet-menu-container .menu-card{border-radius:14px;border:none;box-shadow:0 4px 16px #00000014;transition:all .3s ease;overflow:hidden}.banquet-menu-container .menu-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.banquet-menu-container .menu-card .ant-card-body{padding:0!important}.menu-card-header{padding:16px 16px 12px;background:linear-gradient(135deg,#fafafa,#f0f0f0);border-bottom:1px solid #f0f0f0}.menu-title-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:10px}.menu-title{margin:0;font-size:18px;font-weight:700;color:#1a1a2e;flex:1;line-height:1.4}.menu-badge{padding:6px 12px;border-radius:20px;color:#fff;font-size:12px;font-weight:600;white-space:nowrap}.menu-price-section{display:flex;align-items:center;gap:20px}.price-item{display:flex;flex-direction:column;gap:4px}.price-label{font-size:12px;color:#888}.price-value{font-size:22px;font-weight:700;font-family:DIN Alternate,-apple-system,sans-serif}.price-value.primary{color:#1890ff}.price-value.green{color:#52c41a}.price-divider{width:1px;height:40px;background:#e0e0e0}.menu-info-bar{display:flex;justify-content:space-around;padding:14px 20px;background:#fff;border-bottom:1px solid #f5f5f5}.menu-info-bar .info-item{display:flex;align-items:center;gap:6px;color:#666;font-size:13px}.menu-info-bar .info-item .anticon{color:#f5576c}.menu-cost-section{padding:16px 20px;background:linear-gradient(135deg,#fafbfc,#f5f6f7)}.cost-row{display:flex;justify-content:center;align-items:center;gap:16px}.menu-cost-section .cost-item{display:flex;flex-direction:column;align-items:center;gap:4px}.menu-cost-section .cost-label{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:.5px}.menu-cost-section .cost-value{font-size:16px;font-weight:700;font-family:DIN Alternate,-apple-system,sans-serif}.menu-cost-section .cost-value.orange{color:#ff7a45}.menu-cost-section .cost-value.blue{color:#1890ff}.cost-arrow{color:#d9d9d9;font-size:18px}.menu-categories-preview{display:flex;flex-wrap:wrap;gap:6px 12px;padding:10px 20px;background:#fafafa;border-bottom:1px solid #f0f0f0;font-size:12px}.category-tag{white-space:nowrap}.menu-actions{display:flex;justify-content:space-around;padding:12px 16px;background:#fff;border-top:1px solid #f0f0f0}.action-btn{font-size:13px;padding:4px 12px;height:auto;border-radius:6px;transition:all .2s}.action-btn.view{color:#1890ff}.action-btn.view:hover{background:#e6f7ff}.action-btn.edit{color:#52c41a}.action-btn.edit:hover{background:#f6ffed}.action-btn.copy{color:#722ed1}.action-btn.copy:hover{background:#f9f0ff}.action-btn.delete{color:#ff4d4f}.action-btn.delete:hover{background:#fff1f0}.banquet-menu-container .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0;color:#999}.banquet-menu-container .loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#f5576c;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.banquet-menu-container .empty-state{padding:80px 0;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}.menu-view-modal .ant-modal-content{border-radius:12px;overflow:hidden}.menu-view-modal .ant-modal-body{padding:12px}@media (max-width: 768px){.banquet-menu-container{padding:16px}.banquet-menu-container .page-header{flex-direction:column;gap:16px;padding:20px}.banquet-menu-container .search-input{width:100%!important}.banquet-menu-container .page-title{font-size:22px}.menu-price-section{flex-wrap:wrap}.price-divider{display:none}.menu-actions{flex-wrap:wrap;gap:8px}.action-btn{flex:1;min-width:calc(50% - 8px);justify-content:center}}.package-display-container{padding:16px;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);min-height:100vh}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding:20px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;box-shadow:0 8px 30px #667eea4d}.header-left{color:#fff}.page-title{margin:0 0 8px;font-size:28px;font-weight:700;color:#fff;display:flex;align-items:center}.page-subtitle{margin:0;font-size:14px;color:#fffc}.search-input{width:280px}.search-input .ant-input-affix-wrapper{border-radius:25px;border:none;box-shadow:0 4px 15px #0000001a}.package-type-tabs{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.type-tab{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:30px;cursor:pointer;transition:all .3s ease;font-weight:500;border:2px solid transparent;background:#fff;box-shadow:0 2px 8px #0000000f}.type-tab:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.type-tab.active{font-weight:600;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.type-tab .anticon{font-size:16px}.stats-row{margin-bottom:12px}.stat-card{border-radius:12px;border:none;box-shadow:0 4px 16px #00000014;transition:all .3s ease;overflow:hidden;position:relative}.stat-card .ant-card-body{padding:14px 16px!important}.stat-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f}.stat-card .stat-icon{position:absolute;top:10px;right:12px;font-size:28px;opacity:.8}.stat-card-blue{background:linear-gradient(135deg,#e6f7ff,#bae7ff)}.stat-card-orange{background:linear-gradient(135deg,#fff7e6,#ffd591)}.stat-card-green{background:linear-gradient(135deg,#f6ffed,#b7eb8f)}.stat-card-purple{background:linear-gradient(135deg,#f9f0ff,#d3adf7)}.stat-card .ant-statistic-title{font-size:12px;color:#666;font-weight:500;margin-bottom:4px}.stat-card .ant-statistic-content{font-size:22px}.packages-grid{margin-top:8px}.package-card{border-radius:14px;border:none;box-shadow:0 4px 16px #00000014;transition:all .3s ease;overflow:hidden}.package-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.package-card .ant-card-body{padding:0!important}.package-card-header{padding:16px 16px 12px;background:linear-gradient(135deg,#fafafa,#f0f0f0);border-bottom:1px solid #f0f0f0}.package-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.package-title{margin:0;font-size:18px;font-weight:700;color:#1a1a2e;flex:1;line-height:1.4}.package-tags{display:flex;flex-wrap:wrap;gap:4px}.package-price-section{display:flex;justify-content:space-between;align-items:center}.price-main{display:flex;align-items:baseline;gap:8px}.price-label{font-size:13px;color:#888}.price-value{font-size:32px;font-weight:800;color:#1890ff;font-family:DIN Alternate,-apple-system,sans-serif}.price-badge{padding:6px 14px;border-radius:20px;color:#fff;font-size:13px;font-weight:600}.package-info-bar{display:flex;justify-content:space-around;padding:14px 20px;background:#fff;border-bottom:1px solid #f5f5f5}.info-item{display:flex;align-items:center;gap:6px;color:#666;font-size:13px}.info-item .anticon{color:#1890ff}.package-cost-section{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg,#fafbfc,#f5f6f7)}.cost-item{display:flex;flex-direction:column;align-items:center;gap:4px}.cost-label{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:.5px}.cost-value{font-size:15px;font-weight:700;font-family:DIN Alternate,-apple-system,sans-serif}.cost-value.orange{color:#ff7a45}.cost-value.green{color:#52c41a}.cost-value.blue{color:#1890ff}.cost-divider{color:#d9d9d9;font-size:16px}.view-detail-hint{padding:12px 20px;text-align:center;color:#1890ff;font-size:13px;background:#f0f7ff;border-top:1px solid #e6f0fa;cursor:pointer;transition:all .2s}.view-detail-hint:hover{background:#e6f4ff}.package-detail-modal .ant-modal-content{border-radius:12px;overflow:hidden}.package-detail-modal .ant-modal-body{padding:12px}.modal-compact{max-height:75vh;overflow-y:auto}.modal-header-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;padding:14px;color:#fff;margin-bottom:12px}.modal-header-card .header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;gap:8px}.modal-header-card .title{margin:0;font-size:16px;font-weight:600;color:#fff;flex:1;line-height:1.3}.modal-header-card .badge{padding:3px 8px;border-radius:10px;font-size:11px;font-weight:600;white-space:nowrap}.modal-header-card .header-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:8px}.modal-header-card .price-group{display:flex;align-items:baseline}.modal-header-card .big-price{font-size:24px;font-weight:700;font-family:DIN Alternate,-apple-system,sans-serif}.modal-header-card .price-label{font-size:14px;opacity:1;margin-left:4px;font-weight:500}.modal-header-card .info-tags{display:flex;gap:10px;font-size:11px;opacity:.9;flex-wrap:wrap}.modal-header-card .info-tags span{display:flex;align-items:center;gap:3px}.modal-header-card .cost-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#ffffff26;border-radius:6px}.modal-header-card .cost-item{text-align:center;flex:1}.modal-header-card .cost-item .label{display:block;font-size:10px;opacity:.8}.modal-header-card .cost-item .value{font-size:13px;font-weight:600}.modal-header-card .arrow{opacity:.6;font-size:11px;flex-shrink:0}.dishes-grid{display:flex;flex-direction:column;gap:8px}.category-card{background:#fafafa;border-radius:8px;padding:10px 12px;border:1px solid #f0f0f0}.category-card .category-title{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;margin-bottom:6px;padding-bottom:6px;border-bottom:1px dashed #e8e8e8}.category-card .dishes-list{display:flex;flex-direction:column;gap:4px}.category-card .dish-row{display:flex;align-items:center;font-size:13px;padding:3px 0}.category-card .dish-row .name{flex:1;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-card .dish-row .qty{color:#999;margin:0 8px;font-size:12px;flex-shrink:0}.category-card .dish-row .price{color:#52c41a;font-weight:600;white-space:nowrap;flex-shrink:0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0;color:#999}.loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#1890ff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{padding:80px 0;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}@media (max-width: 768px){.package-display-container{padding:16px}.page-header{flex-direction:column;gap:16px;padding:20px}.search-input{width:100%}.page-title{font-size:22px}.package-type-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.type-tab{padding:10px 16px;white-space:nowrap}.price-value{font-size:26px}.package-cost-section{flex-wrap:wrap;gap:12px}.cost-divider{display:none}.cost-item{flex:1;min-width:80px}}.purchase-manage-container{padding:16px;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.purchase-header{background:linear-gradient(135deg,#00b4d8,#0096c7,#0077b6);border-radius:0 0 24px 24px;padding:20px 24px;margin-bottom:16px;box-shadow:0 8px 32px #00b4d84d}.purchase-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.purchase-title{display:flex;align-items:center;gap:16px}.purchase-title-icon{font-size:40px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.purchase-title h2{color:#fff;margin:0;font-size:26px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1)}.purchase-subtitle{color:#ffffffd9;margin:4px 0 0;font-size:14px}.purchase-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.purchase-stats .stat-card{background:#fffffff2;border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 16px #00000014;transition:all .3s ease}.purchase-stats .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.purchase-stats .stat-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.purchase-stats .stat-icon.cyan{background:linear-gradient(135deg,#00b4d8,#0096c7);box-shadow:0 4px 12px #00b4d866}.purchase-stats .stat-icon.blue{background:linear-gradient(135deg,#4361ee,#3a0ca3);box-shadow:0 4px 12px #4361ee66}.purchase-stats .stat-icon.orange{background:linear-gradient(135deg,#f77f00,#d62828);box-shadow:0 4px 12px #f77f0066}.purchase-stats .stat-icon.green{background:linear-gradient(135deg,#06d6a0,#118ab2);box-shadow:0 4px 12px #06d6a066}.purchase-stats .stat-content{flex:1}.purchase-stats .stat-value{font-size:26px;font-weight:700;color:#1a1a2e;line-height:1.2}.purchase-stats .stat-label{font-size:13px;color:#666;margin-top:4px}.purchase-content{padding:0 24px 24px}.purchase-tabs .ant-tabs-nav{margin-bottom:20px}.purchase-tabs .ant-tabs-tab{padding:12px 20px;font-size:15px;font-weight:500}.purchase-tabs .ant-tabs-tab-active{font-weight:600}.tab-content{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000000f}.table-toolbar{margin-bottom:20px;display:flex;justify-content:flex-start;gap:12px}.table-toolbar .ant-btn-primary{background:linear-gradient(135deg,#00b4d8,#0096c7);border:none;border-radius:8px;height:40px;padding:0 20px;font-weight:500;box-shadow:0 4px 12px #00b4d84d}.table-toolbar .ant-btn-primary:hover{background:linear-gradient(135deg,#0096c7,#0077b6);transform:translateY(-2px);box-shadow:0 6px 16px #00b4d866}.purchase-table,.supplier-table{border-radius:12px;overflow:hidden}.purchase-table .ant-table-thead>tr>th,.supplier-table .ant-table-thead>tr>th{background:linear-gradient(135deg,#f8fafc,#f1f5f9);font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;padding:14px 16px}.purchase-table .ant-table-tbody>tr>td,.supplier-table .ant-table-tbody>tr>td{padding:14px 16px;border-bottom:1px solid #f0f0f0}.purchase-table .ant-table-tbody>tr:hover>td,.supplier-table .ant-table-tbody>tr:hover>td{background:#f0f9ff}.supplier-name{font-weight:500;color:#1890ff}.supplier-name-cell{display:flex;align-items:center;gap:8px;font-weight:500}.supplier-icon{font-size:18px}.material-name{font-weight:500;color:#333}.price-text{color:#f59e0b;font-weight:500}.notes-text{color:#666;font-size:13px}.phone-link{color:#1890ff;text-decoration:none}.phone-link:hover{text-decoration:underline}.summary-row{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);font-weight:600}.total-tag{font-size:15px;font-weight:700;padding:6px 16px;border-radius:8px}.purchase-modal .ant-modal-header,.supplier-modal .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:16px 24px}.purchase-modal .ant-modal-title,.supplier-modal .ant-modal-title{font-size:18px;font-weight:600}.purchase-modal .ant-modal-body,.supplier-modal .ant-modal-body{padding:24px}.purchase-modal .ant-form-item-label>label,.supplier-modal .ant-form-item-label>label{font-weight:500;color:#374151}@media (max-width: 1200px){.purchase-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.purchase-header{padding:20px;border-radius:0 0 16px 16px}.purchase-title h2{font-size:22px}.purchase-title-icon{font-size:32px}.purchase-stats{grid-template-columns:repeat(2,1fr);gap:12px}.purchase-stats .stat-card{padding:16px}.purchase-stats .stat-icon{width:44px;height:44px;font-size:20px}.purchase-stats .stat-value{font-size:20px}.purchase-content{padding:0 16px 16px}.tab-content{padding:16px;border-radius:12px}.purchase-table .ant-table-thead>tr>th,.supplier-table .ant-table-thead>tr>th,.purchase-table .ant-table-tbody>tr>td,.supplier-table .ant-table-tbody>tr>td{padding:10px 12px;font-size:13px}}@media (max-width: 576px){.purchase-stats{grid-template-columns:1fr}.purchase-header-top{flex-direction:column;gap:16px}.table-toolbar{flex-direction:column}.table-toolbar .ant-btn{width:100%}}.reports-container{padding:16px;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.reports-header{background:linear-gradient(135deg,#5e60ce,#6930c3,#7400b8);border-radius:0 0 24px 24px;padding:20px 24px;margin-bottom:16px;box-shadow:0 8px 32px #5e60ce4d}.reports-header-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.reports-title{display:flex;align-items:center;gap:16px}.reports-title-icon{font-size:40px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.reports-title h2{color:#fff;margin:0;font-size:26px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1)}.reports-subtitle{color:#ffffffd9;margin:4px 0 0;font-size:14px}.reports-actions{display:flex;align-items:center;gap:12px}.reports-actions .ant-picker{background:#fffffff2;border:none;border-radius:8px}.reports-actions .ant-btn-primary{background:#fff3;border:1px solid rgba(255,255,255,.4);border-radius:8px;height:36px;font-weight:500}.reports-actions .ant-btn-primary:hover{background:#ffffff4d;border-color:#fff9}.reports-content{padding:0 24px 24px}.reports-tabs .ant-tabs-nav{background:#fff;border-radius:16px;padding:8px;margin-bottom:16px;box-shadow:0 4px 20px #0000000f}.reports-tabs .ant-tabs-tab{padding:12px 20px;font-size:15px;font-weight:500;border-radius:10px;margin:0 4px;transition:all .3s ease}.reports-tabs .ant-tabs-tab:hover{background:#f5f5f5}.reports-tabs .ant-tabs-tab-active{background:linear-gradient(135deg,#5e60ce,#7400b8);font-weight:600}.reports-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff!important}.reports-tabs .ant-tabs-ink-bar{display:none}.tab-label{display:flex;align-items:center;gap:8px}.tab-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.report-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:16px}.report-stats.four-cols{grid-template-columns:repeat(4,1fr)}.report-stats .stat-card{background:#fff;border-radius:16px;padding:16px;display:flex;align-items:center;gap:20px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;border-left:4px solid transparent}.report-stats .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.report-stats .stat-card.red{border-left-color:#ef476f}.report-stats .stat-card.green{border-left-color:#06d6a0}.report-stats .stat-card.blue{border-left-color:#4361ee}.report-stats .stat-card.orange{border-left-color:#f77f00}.report-stats .stat-card.purple{border-left-color:#7400b8}.report-stats .stat-card.cyan{border-left-color:#00b4d8}.report-stats .stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;color:#fff}.report-stats .stat-card.red .stat-icon{background:linear-gradient(135deg,#ef476f,#d62828)}.report-stats .stat-card.green .stat-icon{background:linear-gradient(135deg,#06d6a0,#118ab2)}.report-stats .stat-card.blue .stat-icon{background:linear-gradient(135deg,#4361ee,#3a0ca3)}.report-stats .stat-card.orange .stat-icon{background:linear-gradient(135deg,#f77f00,#d62828)}.report-stats .stat-card.purple .stat-icon{background:linear-gradient(135deg,#7400b8,#5e60ce)}.report-stats .stat-card.cyan .stat-icon{background:linear-gradient(135deg,#00b4d8,#0077b6)}.report-stats .stat-content{flex:1}.report-stats .stat-value{font-size:28px;font-weight:700;color:#1a1a2e;line-height:1.2}.report-stats .stat-label{font-size:14px;color:#666;margin-top:6px}.report-section{background:#fff;border-radius:16px;padding:16px;margin-bottom:16px;box-shadow:0 4px 20px #0000000f}.section-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#1a1a2e;margin:0 0 20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.section-title .anticon{color:#5e60ce;font-size:20px}.section-title.warning .anticon{color:#f77f00}.report-table{border-radius:12px;overflow:hidden}.report-table .ant-table-thead>tr>th{background:linear-gradient(135deg,#f8fafc,#f1f5f9);font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;padding:14px 16px}.report-table .ant-table-tbody>tr>td{padding:14px 16px;border-bottom:1px solid #f0f0f0}.report-table .ant-table-tbody>tr:hover>td{background:#f0f9ff}.amount-tag{font-size:14px;font-weight:600;padding:4px 12px;border-radius:6px}@media (max-width: 1400px){.report-stats.four-cols{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1200px){.report-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.reports-header{padding:20px;border-radius:0 0 16px 16px}.reports-header-top{flex-direction:column;align-items:flex-start}.reports-title h2{font-size:22px}.reports-title-icon{font-size:32px}.reports-actions{width:100%;flex-direction:column;align-items:stretch}.reports-actions .ant-picker{width:100%}.reports-content{padding:0 16px 16px}.reports-tabs .ant-tabs-nav{padding:6px;border-radius:12px}.reports-tabs .ant-tabs-tab{padding:10px 14px;font-size:13px}.report-stats{grid-template-columns:1fr;gap:12px}.report-stats.four-cols{grid-template-columns:1fr}.report-stats .stat-card{padding:18px}.report-stats .stat-icon{width:48px;height:48px;font-size:22px}.report-stats .stat-value{font-size:24px}.report-section{padding:16px;border-radius:12px}.section-title{font-size:16px}.report-table .ant-table-thead>tr>th,.report-table .ant-table-tbody>tr>td{padding:10px 12px;font-size:13px}}@media (max-width: 576px){.tab-label span:last-child{display:none}.tab-label .anticon{font-size:18px}}.stock-alerts-container{min-height:100vh;background:linear-gradient(135deg,#ff6b6b,#ffa502);padding:16px}.alerts-header{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:20px 24px;margin-bottom:16px;box-shadow:0 8px 32px #0000001a}.alerts-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.alerts-title{display:flex;align-items:center;gap:12px}.alerts-title h2{margin:0;font-size:28px;font-weight:700;background:linear-gradient(135deg,#ff6b6b,#ffa502);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.alerts-title-icon{font-size:32px}.alerts-actions{display:flex;gap:12px;align-items:center}.alerts-actions .ant-btn{border-radius:10px;height:40px;padding:0 20px;font-weight:500;transition:all .3s ease}.alerts-actions .ant-btn-primary{background:linear-gradient(135deg,#ff6b6b,#ffa502);border:none;box-shadow:0 4px 15px #ff6b6b66}.alerts-actions .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b80}.alerts-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:0}.stat-card{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000001a}.stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px}.stat-icon.orange{background:linear-gradient(135deg,#ffa502,#ff6b6b);color:#fff}.stat-icon.red{background:linear-gradient(135deg,#ff4d4f,#cf1322);color:#fff}.stat-icon.yellow{background:linear-gradient(135deg,#faad14,#d48806);color:#fff}.stat-icon.green{background:linear-gradient(135deg,#52c41a,#389e0d);color:#fff}.stat-content{flex:1}.stat-value{font-size:28px;font-weight:700;color:#1a1a2e;line-height:1.2}.stat-label{font-size:13px;color:#8c8c8c;margin-top:4px}.alerts-content{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:24px;margin-bottom:16px;box-shadow:0 8px 32px #0000001a}.alerts-content-title{font-size:18px;font-weight:600;color:#1a1a2e;margin-bottom:20px;display:flex;align-items:center;gap:8px}.alerts-content .ant-tabs-nav{margin-bottom:20px}.alerts-content .ant-tabs-tab{padding:12px 20px;font-size:15px;font-weight:500;color:#666;transition:all .3s ease}.alerts-content .ant-tabs-tab:hover{color:#ff6b6b}.alerts-content .ant-tabs-tab-active .ant-tabs-tab-btn{color:#ff6b6b!important;font-weight:600}.alerts-content .ant-tabs-ink-bar{background:linear-gradient(90deg,#ff6b6b,#ffa502);height:3px;border-radius:2px}.alerts-content .ant-table{background:transparent}.alerts-content .ant-table-thead>tr>th{background:linear-gradient(135deg,#fff5f5,#fff0e6);font-weight:600;color:#1a1a2e;border-bottom:2px solid #e8e8e8;padding:16px 12px}.alerts-content .ant-table-tbody>tr>td{padding:14px 12px;border-bottom:1px solid #f0f0f0;transition:all .3s ease}.alerts-content .ant-table-tbody>tr:hover>td{background:linear-gradient(135deg,#fff5f5,#fff)}.alert-tag-critical{background:linear-gradient(135deg,#fff1f0,#ffccc7);color:#cf1322;border:none;border-radius:8px;padding:4px 12px;font-weight:600}.alert-tag-warning{background:linear-gradient(135deg,#fffbe6,#fff1b8);color:#d48806;border:none;border-radius:8px;padding:4px 12px;font-weight:600}.suggestions-content{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:24px;box-shadow:0 8px 32px #0000001a}.suggestions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.suggestions-title{font-size:18px;font-weight:600;color:#1a1a2e;display:flex;align-items:center;gap:8px}.alerts-content .ant-pagination{margin-top:20px}.alerts-content .ant-pagination-item{border-radius:8px;border:1px solid #e8e8e8;transition:all .3s ease}.alerts-content .ant-pagination-item:hover,.alerts-content .ant-pagination-item-active{border-color:#ff6b6b}.alerts-content .ant-pagination-item-active a{color:#ff6b6b}.ant-table-summary{background:linear-gradient(135deg,#f6ffed,#d9f7be)}.ant-table-summary .ant-table-cell{font-weight:600}@media (max-width: 1200px){.alerts-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.stock-alerts-container{padding:16px}.alerts-header{padding:20px;border-radius:16px}.alerts-header-top{flex-direction:column;gap:16px;align-items:stretch}.alerts-actions{flex-wrap:wrap;justify-content:center}.alerts-stats{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px}.stat-icon{width:48px;height:48px;font-size:20px}.stat-value{font-size:22px}.alerts-content,.suggestions-content{padding:16px;border-radius:16px}.alerts-content .ant-table{font-size:13px}}.sales-prediction-container{padding:24px}.sales-prediction-container .ant-card{margin-bottom:16px}.sales-prediction-container .ant-statistic-title{font-size:14px;color:#666}.sales-prediction-container .ant-statistic-content{font-size:24px;font-weight:700}.sales-prediction-container .ant-alert{font-size:14px}.sales-prediction-container .ant-tabs-nav{margin-bottom:16px}.sales-prediction-container .ant-progress{width:120px}.inventory-check-page{padding:24px}.inventory-check-page .ant-statistic-title{font-size:14px;margin-bottom:8px}.inventory-check-page .ant-statistic-content{font-size:20px;font-weight:700}.inventory-check-page .ant-table-small{font-size:12px}.inventory-check-page .ant-descriptions-item-label{font-weight:700}@media screen and (max-width: 768px){.inventory-check-page{padding:12px}.inventory-check-page .ant-col{margin-bottom:8px}.inventory-check-page .ant-statistic-title{font-size:12px}.inventory-check-page .ant-statistic-content{font-size:16px}.inventory-check-page .ant-table-small{font-size:11px}.inventory-check-page .ant-btn-link{padding:4px 0;height:auto;line-height:1.5;text-align:left}.inventory-check-page .ant-table-cell{padding:8px 4px!important}.inventory-check-page .ant-table-wrapper{overflow-x:auto}.inventory-check-page .ant-drawer-body{padding:16px}.inventory-check-page .ant-input-number,.inventory-check-page .ant-select{font-size:16px}.inventory-check-page .ant-btn{min-height:44px}.inventory-check-page .ant-card-head-title{font-size:14px}}.inventory-check-page .material-name-cell{display:flex;align-items:center;gap:8px}.inventory-check-page .weighted-tag{white-space:nowrap}.inventory-check-page .ant-drawer .ant-descriptions-item-label{width:120px}.inventory-check-page .drawer-input-container{margin-bottom:16px}.inventory-check-page .drawer-input-container label{display:block;margin-bottom:8px;font-weight:500;color:#000000d9}.inventory-check-page .drawer-input-hint{font-size:12px;color:#999;margin-top:4px}.inventory-check-page .value-display{padding:12px;background-color:#f5f5f5;border-radius:4px;margin-top:8px}.inventory-check-page .value-amount{font-size:20px;font-weight:700;color:#1890ff;margin-bottom:4px}.inventory-check-page .value-formula{font-size:12px;color:#999}.inventory-check-page .analysis-stats-card{margin-bottom:16px}.inventory-check-page .analysis-stats-card .ant-statistic{text-align:center}@media screen and (max-width: 768px) and (orientation: portrait){.inventory-check-page .landscape-hint{display:block;padding:8px;background-color:#fff7e6;border:1px solid #ffd591;border-radius:4px;margin-bottom:12px;font-size:12px;color:#fa8c16;text-align:center}}@media screen and (max-width: 768px) and (orientation: landscape){.inventory-check-page .landscape-hint{display:none}}.inventory-check-page .empty-state{text-align:center;padding:48px 0;color:#999}.inventory-check-page .empty-state-icon{font-size:48px;margin-bottom:16px}.inventory-check-page .loading-state{text-align:center;padding:48px 0}.inventory-check-page .action-button-group{display:flex;gap:8px;flex-wrap:wrap}@media screen and (max-width: 768px){.inventory-check-page .action-button-group{flex-direction:column}.inventory-check-page .action-button-group .ant-btn{width:100%}}.inventory-check-page .inventory-item-card{border:1px solid #f0f0f0;border-radius:4px;padding:12px;margin-bottom:8px;cursor:pointer;transition:all .3s}.inventory-check-page .inventory-item-card:hover{border-color:#1890ff;box-shadow:0 2px 8px #0000001a}.inventory-check-page .inventory-item-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.inventory-check-page .inventory-item-card-title{font-weight:500;font-size:14px;color:#000000d9}.inventory-check-page .inventory-item-card-info{font-size:12px;color:#999}@media screen and (max-width: 480px){.inventory-check-page{padding:8px}.inventory-check-page .ant-card{border-radius:0;margin-left:-8px;margin-right:-8px}.inventory-check-page .ant-card-head{padding:12px 16px}.inventory-check-page .ant-card-body{padding:12px}}.inventory-check-card{border-radius:8px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;height:100%}.inventory-check-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.check-card-content{min-height:180px}.check-info{margin-bottom:16px}.info-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px}.info-row .label{color:#666}.info-row .value{font-weight:500;color:#333}.progress-section{margin-bottom:12px}.progress-text{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;color:#666}.progress-value{font-weight:700;color:#1890ff}.diff-info{background:#f5f5f5;padding:12px;border-radius:6px;margin-top:12px}.diff-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:13px}.diff-row:last-child{margin-bottom:0}.diff-row .profit{color:#52c41a;font-weight:700}.diff-row .loss{color:#ff4d4f;font-weight:700}.inventory-check-detail-page{padding:16px;max-width:1200px;margin:0 auto}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.material-list-mobile{display:flex;flex-direction:column;gap:12px}.material-item-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:16px;cursor:pointer;transition:all .3s ease}.material-item-card:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff26}.material-item-card:active{background:#f5f5f5}.material-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.material-name{font-size:16px;font-weight:600;color:#333;display:flex;align-items:center;flex:1}.material-status{flex-shrink:0;margin-left:8px}.material-info{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:#666}.info-text{white-space:nowrap}.info-divider{color:#d9d9d9}.bottom-action-bar{display:none}@media (max-width: 768px){.inventory-check-detail-page{padding:12px 12px 80px}.check-card-content{min-height:auto}.material-item-card{padding:14px}.material-name{font-size:15px}.material-info{font-size:12px}.bottom-action-bar{display:flex;justify-content:center;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px;box-shadow:0 -2px 8px #00000014;z-index:999}}@media (max-width: 768px){.ant-btn-lg{height:48px!important;font-size:16px!important;border-radius:8px!important}.ant-input-lg{height:48px!important;font-size:16px!important}.ant-input-number-lg{height:48px!important}.ant-input-number-lg input{height:46px!important;font-size:18px!important;font-weight:500}}.template-list{max-height:500px;overflow-y:auto}.template-item{padding:12px;border:1px solid #f0f0f0;border-radius:6px;margin-bottom:8px;cursor:pointer;transition:all .2s}.template-item:hover{border-color:#1890ff;background:#f0f7ff}.template-item.selected{border-color:#1890ff;background:#e6f7ff}.template-name{font-weight:500;font-size:14px;margin-bottom:4px}.template-info{display:flex;align-items:center;gap:8px;font-size:12px;color:#999}.removed-row{background:#fff1f0!important}.removed-row td{color:#999!important;text-decoration:line-through}.checked-row{background:#f6ffed!important}.inventory-check-detail-page .ant-table-small .ant-table-cell{padding:8px 12px!important}.inventory-check-detail-page .ant-input-number-sm{width:100%}.inventory-check-detail-page .ant-input-number-input{text-align:center}.inventory-check-detail-page .diff-positive{color:#52c41a;font-weight:700}.inventory-check-detail-page .diff-negative{color:#ff4d4f;font-weight:700}.inventory-check-detail-page .ant-table-wrapper{overflow-x:auto}@media screen and (max-width: 768px){.inventory-check-detail-page .ant-table-small .ant-table-cell{padding:6px 8px!important;font-size:12px}.inventory-check-detail-page .ant-input-number-sm{font-size:14px}}.notifications-container{padding:24px}.notification-unread{background-color:#f0f5ff;border-left:3px solid #1890ff}.notification-unread:hover{background-color:#e6f7ff}@media (max-width: 768px){.notifications-container{padding:12px}}.notification-settings-container{padding:24px}@media (max-width: 768px){.notification-settings-container{padding:12px}}.data-export-container{padding:24px}.data-export-container .ant-card-head-title{display:flex;align-items:center;gap:8px}@media (max-width: 768px){.data-export-container{padding:12px}}.revenue-analysis-container{padding:24px}@media (max-width: 768px){.revenue-analysis-container{padding:12px}}.veg-fruit-cost-page{padding:24px}.cost-text{font-weight:600;color:#1890ff;font-size:14px}.ant-statistic-title{font-size:14px;margin-bottom:8px}.ant-statistic-content{font-size:24px}.ant-card{margin-bottom:16px}.ant-tabs-tab{font-size:16px}.image-manage-container{padding:16px;background:#f0f2f5;min-height:calc(100vh - 64px)}.image-manage-container .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000001a}.image-manage-container .ant-statistic-title{font-size:14px;color:#666}.image-manage-container .ant-statistic-content{font-size:24px;font-weight:600}.user-manage-container{padding:24px;background:#fff;border-radius:8px}.user-manage-container .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.user-manage-container .header h2{margin:0;font-size:20px;font-weight:600}.role-manage-container{padding:24px;background:#fff;border-radius:8px}.role-manage-container .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.role-manage-container .header h2{margin:0;font-size:20px;font-weight:600}.permission-manage-container{padding:24px;background:#fff;border-radius:8px}.permission-manage-container .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.permission-manage-container .header h2{margin:0;font-size:20px;font-weight:600}.preview-card{text-align:center;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.preview-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.preview-card.exists{border-color:#52c41a;background:linear-gradient(135deg,#f6ffed,#fff)}.preview-card.missing{border-color:#ff4d4f;background:linear-gradient(135deg,#fff2f0,#fff)}.preview-card-content{display:flex;flex-direction:column;align-items:center;padding:8px 0}.preview-icon{font-size:28px;margin-bottom:4px}.preview-name{font-size:12px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.profile-container{padding:24px}.profile-card{margin-bottom:24px}.profile-header{display:flex;align-items:center;gap:20px}.profile-info h2{margin:0;font-size:24px;font-weight:600}.profile-info .username{margin:4px 0 0;color:#8c8c8c;font-size:14px}.profile-forms{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (max-width: 768px){.profile-forms{grid-template-columns:1fr}}.info-card,.password-card{height:100%}.cron-config-page{padding:24px}.cron-config-table .ant-table{font-size:14px}.cron-config-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.cron-config-table .ant-table-tbody>tr:hover{background:#f5f5f5}.cron-config-table .ant-time-picker{width:100%}.app-container{width:100%;height:100vh;display:flex}.main-layout{width:100%;height:100vh}.site-layout-background{background:#fff;padding:24px;min-height:280px}.ant-layout-content{background:linear-gradient(135deg,#f5f7fa,#e8ecf1)!important}.ant-card{border-radius:12px!important;border:none!important;box-shadow:0 4px 16px #00000014!important;transition:all .3s ease!important}.ant-card-body{padding:16px!important}.ant-card:hover{box-shadow:0 6px 24px #0000001f!important}.ant-row{margin-bottom:12px!important}.ant-row:last-child{margin-bottom:0!important}.ant-card-head{border-bottom:1px solid #f0f0f0!important;border-radius:14px 14px 0 0!important}.ant-card-head-title{font-weight:600!important}.ant-table{border-radius:12px!important;overflow:hidden!important}.ant-table-container{border-radius:12px!important}.ant-table-thead>tr>th{background:linear-gradient(135deg,#fafbfc,#f5f6f7)!important;font-weight:600!important;border-bottom:2px solid #f0f0f0!important}.ant-table-tbody>tr:hover>td{background:#f8f9ff!important}.ant-table-tbody>tr>td{transition:background .2s!important}.ant-btn-primary{border-radius:8px!important;box-shadow:0 4px 12px #1890ff4d!important;font-weight:500!important}.ant-btn-primary:hover{box-shadow:0 6px 16px #1890ff66!important;transform:translateY(-1px)}.ant-btn-default,.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{border-radius:8px!important}.ant-input:focus,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused{box-shadow:0 0 0 3px #1890ff1a!important}.ant-input-search .ant-input-affix-wrapper{border-radius:20px!important}.ant-input-search .ant-input-search-button{border-radius:0 20px 20px 0!important}.ant-tag{border-radius:6px!important;font-weight:500!important}.ant-statistic-content-value{font-family:DIN Alternate,-apple-system,sans-serif!important}.ant-modal-content{border-radius:16px!important;overflow:hidden!important}.ant-modal-header{border-radius:16px 16px 0 0!important}.ant-tabs-tab{border-radius:8px 8px 0 0!important;font-weight:500!important}.ant-tabs-tab-active{font-weight:600!important}.ant-dropdown-menu{border-radius:10px!important;box-shadow:0 6px 24px #0000001f!important}.ant-dropdown-menu-item{border-radius:6px!important;margin:4px!important}.ant-message-notice-content{border-radius:10px!important;box-shadow:0 6px 24px #00000026!important}.ant-badge-count{box-shadow:0 2px 8px #00000026!important}.ant-pagination-item{border-radius:8px!important}.ant-pagination-item-active{font-weight:600!important}.ant-switch{background:#bfbfbf!important}.ant-switch-checked{background:linear-gradient(135deg,#667eea,#764ba2)!important}.ant-progress-bg{background:linear-gradient(90deg,#667eea,#764ba2)!important}.ant-empty{padding:40px 0!important}.ant-skeleton-content .ant-skeleton-title,.ant-skeleton-content .ant-skeleton-paragraph>li{border-radius:6px!important}.ant-avatar{box-shadow:0 2px 8px #0000001a!important}.ant-breadcrumb{font-size:13px!important}.ant-alert{border-radius:10px!important}.ant-form-item-label>label{font-weight:500!important}.ant-steps-item-icon,.ant-timeline-item-head{box-shadow:0 2px 8px #0000001a!important}.ant-collapse{border-radius:12px!important;overflow:hidden!important}.ant-collapse-header{font-weight:500!important}.ant-tree-node-content-wrapper:hover{background:#f0f5ff!important}.ant-upload-list-item{border-radius:8px!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::selection{background:#667eea4d}@media (max-width: 768px){body{font-size:14px}.ant-layout-content{margin:0!important;padding:0!important;overflow-x:hidden!important;max-width:100vw!important}.ant-space{max-width:100%!important}.ant-space-vertical{width:100%!important}.dashboard-page,.package-display-container,.banquet-menu-container,.material-manage-container,.sop-manage-container,.stock-alerts-container,.purchase-manage-container,.cost-statistics-container,.reports-container{padding:12px!important}.ant-card{margin-bottom:10px!important;border-radius:10px!important}.ant-card-head{padding:10px 12px!important;min-height:auto!important}.ant-card-head-title{font-size:15px!important}.ant-card-extra{margin-left:0!important}.ant-card-body{padding:10px 12px!important}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{font-size:12px}.ant-table-thead>tr>th{padding:8px 6px!important;font-size:12px;white-space:nowrap}.ant-table-tbody>tr>td{padding:8px 6px!important;white-space:nowrap}.ant-table-pagination.ant-pagination{justify-content:center;padding:12px 0;flex-wrap:wrap}.ant-pagination-options{display:none}.ant-btn{padding:4px 12px!important;font-size:13px!important}.ant-btn-sm{padding:2px 8px!important;font-size:12px!important}.ant-input,.ant-input-number,.ant-select-selector,.ant-picker{font-size:14px!important}.ant-input-search{max-width:100%!important}.ant-switch{min-width:44px!important;height:22px!important;line-height:22px!important}.ant-switch-inner{font-size:11px!important}.ant-switch-handle{width:18px!important;height:18px!important;top:2px!important}.ant-switch-checked .ant-switch-handle{left:calc(100% - 20px)!important}.ant-modal{max-width:95vw!important;margin:0 auto!important;top:20px!important}.ant-modal-content{border-radius:8px!important}.ant-modal-header{padding:12px 16px!important}.ant-modal-title{font-size:16px!important}.ant-modal-body{padding:12px 16px!important;max-height:60vh;overflow-y:auto}.ant-modal-footer{padding:12px 16px!important;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.ant-form-item{margin-bottom:16px!important}.ant-form-item-label{padding-bottom:4px!important}.ant-form-item-label>label{font-size:13px!important}.ant-space{flex-wrap:wrap}.ant-row{margin-left:-6px!important;margin-right:-6px!important}.ant-col{padding-left:6px!important;padding-right:6px!important}.ant-tag{padding:2px 6px!important;font-size:11px!important;margin:2px!important}.ant-statistic-title{font-size:12px!important}.ant-statistic-content,.ant-statistic-content-value{font-size:18px!important}.ant-tabs-nav-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-tabs-tab{padding:8px 12px!important}.ant-tabs-tab-btn{font-size:13px!important}.ant-drawer-body{padding:12px!important}.ant-drawer-header{padding:12px 16px!important}.ant-dropdown-menu{max-width:90vw}.ant-radio-group{flex-wrap:wrap}.ant-radio-button-wrapper{padding:0 10px!important;font-size:12px!important}.ant-picker-dropdown{max-width:95vw}.header-actions{flex-direction:column;align-items:flex-start!important;gap:12px}.header-actions h2{font-size:18px;margin-bottom:0}.header-actions .ant-space{width:100%;flex-wrap:wrap}.stats-cards,.stat-cards,.stats-row{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.stats-row .ant-col{max-width:100%!important;flex:none!important;padding:0!important}.stat-card{margin-bottom:0!important}.stat-card .ant-card-body{padding:10px!important}.stat-card .stat-icon{font-size:24px!important;top:8px!important;right:10px!important}.stat-card .ant-statistic-title{font-size:11px!important;margin-bottom:2px!important}.stat-card .ant-statistic-content{font-size:18px!important}.area-card{margin-bottom:10px}.ant-tree{font-size:13px}.ant-tree-treenode{padding:4px 0!important}.ant-table-cell .ant-space{flex-wrap:nowrap}.ant-table-cell .ant-btn-link{padding:0 4px!important;font-size:12px!important}}@media (max-width: 480px){.dashboard-page,.package-display-container,.banquet-menu-container,.material-manage-container,.sop-manage-container,.stock-alerts-container,.purchase-manage-container,.cost-statistics-container,.reports-container{padding:8px!important}.ant-card-head-wrapper{flex-direction:column;align-items:flex-start!important}.ant-card-extra{width:100%;margin-top:8px!important}.ant-space{width:100%}.ant-space>.ant-space-item{flex-shrink:1;min-width:0;max-width:100%}.ant-space-item:has(.period-cards-grid){width:100%!important;max-width:100%!important}.ant-btn{padding:4px 8px!important;font-size:12px!important}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:6px 4px!important;font-size:11px}.ant-layout-header span{font-size:14px!important}.stats-cards,.stat-cards,.stats-row{grid-template-columns:repeat(2,1fr)!important;gap:6px!important}.stat-card .ant-card-body{padding:8px!important}.stat-card .stat-icon{font-size:20px!important}.stat-card .ant-statistic-title{font-size:10px!important}.stat-card .ant-statistic-content{font-size:16px!important}}@media (max-width: 768px){.page-header,.dashboard-header,.material-header,.sop-header,.alerts-header{flex-direction:column!important;gap:12px!important;padding:14px 16px!important;margin-bottom:12px!important;border-radius:12px!important}.page-header .header-left,.dashboard-header .header-left{width:100%}.page-title,.dashboard-header h1{font-size:18px!important;margin-bottom:4px!important}.page-subtitle,.dashboard-header p{font-size:12px!important}.page-header .header-right,.dashboard-header .header-right{width:100%;display:flex;gap:8px}.search-input{flex:1!important;width:auto!important}.search-input .ant-input-affix-wrapper{height:36px!important}.add-btn{height:36px!important;padding:0 12px!important;font-size:13px!important}}@media (max-width: 768px){.package-type-tabs{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin-bottom:12px!important}.type-tab{padding:10px 12px!important;font-size:13px!important;justify-content:center!important}.packages-grid,.menus-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.packages-grid .ant-col,.menus-grid .ant-col{max-width:100%!important;flex:none!important}.package-card,.menu-card{border-radius:12px!important}.package-card-header,.menu-card-header{padding:12px!important}.package-title,.menu-title{font-size:16px!important}.price-value{font-size:22px!important}.package-card-body,.menu-card-body{padding:12px!important}.package-card-footer,.menu-card-footer{padding:10px 12px!important}.package-card-footer .ant-btn,.menu-card-footer .ant-btn{font-size:12px!important;padding:4px 8px!important}}.ant-drawer .ant-drawer-body{padding:0!important;overflow-y:auto!important}.ant-drawer .ant-menu{background:#001529!important;min-height:100%}.ant-drawer .ant-menu-item,.ant-drawer .ant-menu-submenu-title{color:#ffffffa6!important;height:48px!important;line-height:48px!important;margin:4px 8px!important;border-radius:8px!important}.ant-drawer .ant-menu-item:hover,.ant-drawer .ant-menu-submenu-title:hover{color:#fff!important;background:#ffffff1a!important}.ant-drawer .ant-menu-item-selected{background-color:#1890ff!important;color:#fff!important}.ant-drawer .ant-menu-item .anticon,.ant-drawer .ant-menu-submenu-title .anticon{font-size:16px!important}.ant-drawer .ant-menu-title-content{font-size:14px!important}.inactive-row{background-color:#f5f5f5!important}.inactive-row td{color:#999!important}@media (max-width: 768px){.ant-table-wrapper{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.ant-table-cell-fix-right{position:sticky!important;right:0!important;background:#fff!important;box-shadow:-2px 0 8px #0000001a!important}.ant-table-cell .ant-space{gap:4px!important}.ant-table-cell .ant-btn-link{padding:2px 6px!important;font-size:12px!important;height:auto!important}.ant-table-cell .ant-btn-link .anticon+span{display:none}.ant-table-cell .ant-btn-sm{padding:2px 6px!important;font-size:11px!important}}@media (max-width: 768px){.material-content,.sop-content,.alerts-content,.content-wrapper{padding:12px!important;border-radius:12px!important}.ant-tabs-nav-list{gap:0!important}.ant-tabs-tab{padding:8px 10px!important;font-size:13px!important}.filter-section,.search-section{flex-direction:column!important;gap:8px!important}.filter-section .ant-select,.filter-section .ant-picker{width:100%!important}}.sop-list-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;cursor:pointer;transition:all .2s;margin-bottom:8px}.sop-list-item:hover,.sop-list-item:active{background:#f0f7ff;border-color:#1890ff}.sop-list-item.selected{background:#e6f7ff;border-color:#1890ff;box-shadow:0 2px 4px #1890ff33}.sop-list-item-name{font-size:15px;font-weight:500;color:#333;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:12px}.sop-list-item-steps{font-size:12px;color:#999;background:#f5f5f5;padding:2px 8px;border-radius:10px;flex-shrink:0}.sop-mobile-detail-page{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;display:flex}.mobile-back-button{position:fixed;left:0;top:50%;transform:translateY(-50%);width:36px;background:linear-gradient(180deg,#1890ff,#096dd9);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 0;border-radius:0 20px 20px 0;box-shadow:2px 0 8px #00000026;cursor:pointer;z-index:1001;font-size:14px;font-weight:500;gap:4px}.mobile-back-button:active{background:linear-gradient(180deg,#40a9ff,#1890ff);width:42px}.mobile-back-button .anticon{font-size:16px;margin-bottom:8px}.mobile-back-button span{writing-mode:vertical-rl;text-orientation:upright;letter-spacing:4px}.mobile-detail-content{flex:1;overflow-y:auto;padding:16px 16px 16px 48px;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.mobile-detail-content .sop-detail h1{font-size:20px;margin-bottom:12px}.mobile-detail-content .materials-grid{grid-template-columns:1fr 1fr;gap:8px}.mobile-detail-content .material-item{padding:10px;font-size:13px;flex-direction:column;gap:4px}.mobile-detail-content .step-number{width:32px;height:32px;font-size:14px}.mobile-detail-content .step-description{font-size:14px}.mobile-detail-content .step-images img,.mobile-detail-content .step-image img{width:100%!important;max-width:280px;height:auto!important}.mobile-detail-content video{width:100%!important;max-width:280px;height:auto!important}}*{margin:0;padding:0;box-sizing:border-box}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}#root{width:100%;height:100vh}
