.app-layout{min-height:100vh}.app-layout .app-sider{background:#fff;position:fixed;left:0;top:0;bottom:0;overflow:auto;border-right:1px solid #F0F0F0}.app-layout .app-sider .app-logo{height:64px;display:flex;align-items:center;justify-content:center;color:#ef2642;font-size:18px;font-weight:600;border-bottom:1px solid #F0F0F0}.app-layout .app-sider .app-menu{border-right:none;background:#fff;color:#000}.app-layout .app-sider .app-menu .ant-menu-item{color:#000}.app-layout .app-sider .app-menu .ant-menu-item:hover,.app-layout .app-sider .app-menu .ant-menu-item.ant-menu-item-selected{color:#ef2642;background:#f0f0f0}.app-layout .app-header{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:flex-end;gap:8px;box-shadow:0 2px 8px #ffffff1a;margin-left:200px}.app-layout .app-header .app-menu-toggle{display:none}.app-layout .app-header .logout-button{display:flex;align-items:center;gap:8px}.app-layout .app-content{margin-left:200px;padding:24px;background:#fff;min-height:calc(100vh - 64px)}.app-sider-overlay{display:none}@media(max-width:768px){.app-layout{flex-direction:column}.app-layout .app-sider-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:999;opacity:0;pointer-events:none;transition:opacity .2s ease}.app-layout.sidebar-open .app-sider-overlay{opacity:1;pointer-events:auto}.app-layout .app-sider{position:fixed;top:0;bottom:0;left:0;z-index:1000;width:260px!important;max-width:85vw;height:100vh;transform:translate(-100%);transition:transform .25s ease}.app-layout .app-sider.app-sider-open{transform:translate(0)}.app-layout .app-header{margin-left:0;padding:0 16px}.app-layout .app-header .app-menu-toggle{display:inline-flex;margin-right:auto}.app-layout .app-content{margin-left:0;padding:0 12px;min-height:auto}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%;background:#f5f5f5}.loading-container .loading-message{margin-top:16px;color:#8c8c8c;font-size:14px}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5;padding:20px}.login-card{width:100%;max-width:420px;background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 8px #0000001a}.login-header{text-align:center;margin-bottom:32px}.login-header .login-title{margin:0!important;font-weight:600;color:#262626}.login-form .ant-form-item{margin-bottom:20px}.error-message{color:#ff4d4f;text-align:center;margin-bottom:16px;padding:8px;background:#fff2f0;border-radius:4px;border:1px solid #ffccc7}.ant-divider{margin:24px 0}.dashboard .dashboard-title{font-size:24px;font-weight:600;margin-bottom:24px}.dashboard .dashboard-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.product-form-modal-preview{display:none}.product-card .product-card-layout{display:flex;align-items:stretch;gap:16px}.product-card .product-card-image{flex:0 0 120px}.product-card .product-card-body{flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-card .product-card-name{font-weight:600;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card .product-card-status-inactive{margin-top:4px;font-size:12px;color:#ff4d4f;font-weight:500}.product-card .product-card-draft-note{position:absolute;top:1px;right:1px;font-size:12px;color:#555;font-style:italic}.product-card .product-card-description{margin-top:4px;font-size:13px;color:#777;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.product-card .product-card-side-actions{align-items:center}.product-card-inactive{background-color:#f0f0f0;opacity:.7}.product-card-no-image{width:120px;height:120px}.no-image{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:4px;font-size:12px;color:#999}.products-page .products-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:16px 0}.products-page .products-toolbar .products-toolbar-left{display:flex;align-items:center;gap:8px}.products-page .products-toolbar .products-toolbar-left .products-toolbar-filter-btn,.products-page .products-toolbar .products-toolbar-left .products-toolbar-view-toggle{flex-shrink:0}.products-page .products-toolbar .products-toolbar-pagination-wrap{min-width:0;display:flex;align-items:center;justify-content:flex-end}.products-page .products-toolbar .products-toolbar-pagination .ant-pagination{flex-wrap:wrap}.products-page .products-toolbar .products-toolbar-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:8px}@media(max-width:768px){.products-page .products-toolbar .products-toolbar-btn-text{display:none}}.products-page .products-filters-panel{padding-bottom:16px;border-radius:8px}.products-page .products-filters-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.products-page .products-filters-row .products-filters-name{min-width:180px;max-width:280px}.products-page .products-filters-row .products-filters-price{display:flex;align-items:center;gap:8px}.products-page .products-filters-row .products-filters-price .products-filters-min-price,.products-page .products-filters-row .products-filters-price .products-filters-max-price{width:120px}.products-page .products-filters-row .products-filters-price .products-filters-price-sep{color:#999}.products-page .products-table-container{overflow-x:auto}.products-page .products-table-container .ant-table-wrapper,.products-page .products-table-container .ant-table{width:100%}.products-page .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:16px}@media(max-width:768px){.products-page .product-grid{grid-template-columns:1fr}}.products-page .no-image{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:4px;font-size:12px;color:#999}@media(max-width:768px){.products-page .products-toolbar .products-toolbar-pagination-wrap{justify-content:flex-start}.products-page .products-filters-row{flex-direction:column;align-items:stretch}.products-page .products-filters-row .products-filters-name{max-width:none}.products-page .products-filters-row .products-filters-price .products-filters-min-price,.products-page .products-filters-row .products-filters-price .products-filters-max-price{width:100%}}.order-card .order-card-header-row{display:flex;justify-content:space-between;align-items:center;font-size:12px}.order-card .order-card-price{font-weight:600}.order-card .order-card-divider{margin:8px 0}.order-card .order-card-layout{display:flex;flex-direction:column;gap:12px}.order-card .order-card-top{display:flex;align-items:center;justify-content:flex-start}.order-card .order-card-image{padding-right:16px}.order-card .order-card-main{flex:1;min-width:0}.order-card .order-card-name-robot-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.order-card .order-card-robot-name{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-card .order-card-robot-sub{font-size:12px;color:#999}.order-card .order-card-status-inline{padding:8px 10px;border-radius:8px;font-weight:600;font-size:12px;line-height:1;border:1px solid transparent;white-space:nowrap}.order-card .order-card-status-success{background-color:#f6ffed;border-color:#b7eb8f;color:#389e0d}.order-card .order-card-status-progress{background-color:#e6f4ff;border-color:#91caff;color:#0958d9}.order-card .order-card-status-danger{background-color:#fff1f0;border-color:#ffa39e;color:#cf1322}.order-card .order-card-status-pending{background-color:#fff7e6;border-color:#ffd591;color:#d46b08}.order-card .order-card-bottom{display:flex;flex-direction:column;min-width:0}.order-card .order-card-location-title{display:flex;gap:4px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-card .order-card-location-subtitle{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:italic;color:#999}.orders-page h1{font-size:24px;font-weight:600}.orders-page .orders-toolbar{display:flex;align-items:center;justify-content:space-between}.orders-page .orders-toolbar .orders-toolbar-actions{display:flex;align-items:center;gap:8px}.orders-page .orders-toolbar .orders-toolbar-actions .orders-toolbar-filter-btn,.orders-page .orders-toolbar .orders-toolbar-actions .orders-toolbar-view-toggle{flex-shrink:0}.orders-page .orders-toolbar .orders-toolbar-pagination-wrap{min-width:0;display:flex;align-items:center;justify-content:flex-end}.orders-page .orders-toolbar .orders-toolbar-pagination .ant-pagination{flex-wrap:wrap}.orders-page .orders-filters-panel{border-radius:8px}.orders-page .orders-filters-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.orders-page .orders-filters-row .orders-filters-select{min-width:180px;max-width:280px}.orders-page .orders-table-container{width:100%;overflow-x:auto}.orders-page .orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:16px}.orders-page .no-image{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:4px;font-size:12px;color:#999}@media(max-width:767px){.orders-page .orders-toolbar .orders-toolbar-pagination-wrap{justify-content:flex-start}.orders-page .orders-filters-row{flex-direction:column;align-items:stretch}.orders-page .orders-filters-row .orders-filters-select{max-width:none}}.order-detail-page .order-detail-content{display:flex;flex-direction:column;gap:24px;padding:16px}.order-detail-page .order-detail-actions{width:100%;display:flex;position:sticky;bottom:20px;z-index:1000;background-color:#fff}.order-detail-page .order-detail-actions .ant-btn{width:100%;padding:5px 10px}.order-detail-page .order-detail-qr-code{display:flex;flex-direction:column;gap:8}.order-detail-page .ant-descriptions-view{max-width:100%;table-layout:fixed;width:100%}.order-detail-page .ant-descriptions-item-label,.order-detail-page .ant-descriptions-item-content{word-break:normal;overflow-wrap:break-word;white-space:normal}.order-detail-page .ant-descriptions-item-label{width:30%;white-space:nowrap;padding-right:16px;vertical-align:top}.order-detail-page .ant-descriptions-item-content{width:70%;min-width:0;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;vertical-align:top}.order-detail-page .ant-table-wrapper{overflow-x:auto;max-width:100%}.order-detail-page .ant-table-cell{word-break:normal;overflow-wrap:break-word;white-space:normal;max-width:100%}.order-detail-page .no-image{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:12px}.merchant-page{padding:24px}.merchant-page .merchant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.merchant-page .merchant-header h1{font-size:24px;font-weight:600;margin:0}.merchant-page .merchant-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.merchant-page .merchant-info-card,.merchant-page .merchant-org-card{margin-bottom:24px}@media(max-width:768px){.merchant-page{padding:16px 12px}.merchant-page .merchant-header{flex-direction:column;align-items:flex-start;gap:12px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}
