:root{--zhf-ink: #101828;--zhf-ink-soft: #1d2939;--zhf-primary: #26b99d;--zhf-primary-dark: #1a9c84;--zhf-primary-light: #3ed0b4;--zhf-primary-soft: #e8f7f3;--zhf-primary-border: #b7e9de;--zhf-orange: var(--zhf-primary);--zhf-orange-soft: var(--zhf-primary-soft);--zhf-green: #12a150;--zhf-red: #e5484d;--zhf-line: #eaecf0;--zhf-bg: #f5f7f8}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--zhf-bg);font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--zhf-ink);-webkit-font-smoothing:antialiased}.zhf-login{min-height:100%;display:grid;grid-template-columns:1.1fr 1fr}.zhf-login__brand{position:relative;padding:64px 56px;color:#fff;background:radial-gradient(900px 520px at 12% 8%,rgba(38,185,157,.45),transparent 62%),radial-gradient(700px 460px at 88% 92%,rgba(18,161,80,.32),transparent 60%),linear-gradient(150deg,#101828,#1d2939 55%,#101828);display:flex;flex-direction:column;justify-content:space-between}.zhf-login__logo{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;letter-spacing:2px}.zhf-login__mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;font-size:19px;background:linear-gradient(140deg,var(--zhf-primary),var(--zhf-primary-light));box-shadow:0 8px 22px #26b99d5c}.zhf-login__title{font-size:40px;font-weight:700;line-height:1.25;margin:0 0 16px}.zhf-login__desc{font-size:15px;line-height:1.9;color:#ffffffb8;max-width:460px}.zhf-login__points{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.zhf-login__point{padding:7px 13px;border-radius:999px;font-size:13px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16)}.zhf-login__footer{font-size:13px;color:#ffffff80}.zhf-login__panel{display:grid;place-items:center;padding:40px 24px;background:#fff}.zhf-login__card{width:100%;max-width:360px}.zhf-login__hint{margin-top:18px;padding:12px 14px;border-radius:10px;background:var(--zhf-orange-soft);border:1px solid var(--zhf-primary-border);font-size:12.5px;line-height:1.85;color:#0f6b59}@media(max-width:900px){.zhf-login{grid-template-columns:1fr}.zhf-login__brand{display:none}}.zhf-layout{min-height:100vh}.zhf-sider{background:var(--zhf-ink)!important}.zhf-sider__brand{height:64px;display:flex;align-items:center;gap:10px;padding:0 18px;color:#fff;font-weight:700;letter-spacing:1.5px;border-bottom:1px solid rgba(255,255,255,.08)}.zhf-sider__brand .zhf-login__mark{width:30px;height:30px;border-radius:9px;font-size:15px}.zhf-sider .ant-menu{background:transparent;border-inline-end:none!important;padding-top:6px}.zhf-sider .ant-menu-item-group-title{color:#ffffff61!important;font-size:11px;letter-spacing:1px;padding:12px 20px 6px!important}.zhf-header{height:60px;padding:0 20px;background:#fff;border-bottom:1px solid var(--zhf-line);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20}.zhf-header__left{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:600}.zhf-header__right{display:flex;align-items:center;gap:14px}.zhf-content{padding:18px 20px 28px}.zhf-page-card{background:#fff;border-radius:12px;border:1px solid var(--zhf-line);padding:16px 18px}.zhf-section-title{font-size:15px;font-weight:650;margin:0 0 12px;display:flex;align-items:center;gap:8px}.zhf-section-title:before{content:"";width:3px;height:14px;border-radius:2px;background:var(--zhf-orange)}.zhf-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px}.zhf-num{font-variant-numeric:tabular-nums}.zhf-money{font-variant-numeric:tabular-nums;font-weight:600}.zhf-money--debt{color:var(--zhf-red)}.zhf-money--credit{color:var(--zhf-green)}.zhf-card-metric{background:#fff;border:1px solid var(--zhf-line);border-radius:12px;padding:14px 16px;height:100%}.zhf-card-metric__label{color:#667085;font-size:13px;margin-bottom:6px}.zhf-card-metric__value{font-size:24px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.25}.zhf-card-metric__sub{margin-top:6px;font-size:12px;color:#98a2b3}.zhf-pos{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(380px,1fr);gap:14px;height:calc(100vh - 106px);min-height:560px}.zhf-pos__pane{background:#fff;border:1px solid var(--zhf-line);border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.zhf-pos__search{padding:12px 14px;border-bottom:1px solid var(--zhf-line);display:flex;flex-direction:column;gap:10px}.zhf-pos__grid{flex:1;overflow:auto;padding:12px 14px;display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:10px;align-content:start}.zhf-product-card{border:1px solid var(--zhf-line);border-radius:10px;padding:10px 12px;cursor:pointer;transition:all .15s ease;background:#fff}.zhf-product-card:hover{border-color:var(--zhf-orange);box-shadow:0 6px 18px #26b99d29;transform:translateY(-1px)}.zhf-product-card--off{opacity:.5;cursor:not-allowed}.zhf-product-card__name{font-weight:600;font-size:14px;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zhf-product-card__price{color:var(--zhf-orange);font-weight:700;font-size:16px;font-variant-numeric:tabular-nums}.zhf-product-card__meta{margin-top:4px;font-size:12px;color:#98a2b3;display:flex;justify-content:space-between;gap:6px}.zhf-product-card__meta .low{color:var(--zhf-red)}.zhf-pos__cart{flex:1;overflow:auto;padding:0 6px}.zhf-pos__summary{border-top:1px solid var(--zhf-line);padding:12px 14px;display:flex;flex-direction:column;gap:10px}.zhf-pos__total{display:flex;align-items:baseline;justify-content:space-between}.zhf-pos__total-value{font-size:28px;font-weight:700;color:var(--zhf-orange);font-variant-numeric:tabular-nums}.zhf-cart-row-weight{display:flex;align-items:center;gap:4px}.zhf-stock-tip{font-size:11px;color:#98a2b3}.zhf-mini-label{font-size:12px;color:#667085}.zhf-scroll-list{max-height:260px;overflow:auto}.zhf-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.zhf-page-header__title{font-size:17px;font-weight:650;line-height:1.35}.zhf-page-header__sub{margin-top:3px;font-size:12px;color:#98a2b3}.zhf-page-header__extra{display:flex;align-items:center;gap:8px;flex-shrink:0}.zhf-mobile-list{display:flex;flex-direction:column;gap:10px}.zhf-mobile-card{background:#fff;border:1px solid var(--zhf-line);border-radius:10px;padding:12px}.zhf-mobile-card--tap{cursor:pointer}.zhf-mobile-card__top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.zhf-mobile-card__title{font-weight:600;font-size:14px}.zhf-mobile-card__amount{font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.zhf-mobile-card__meta{margin-top:6px;font-size:12px;color:#667085;display:flex;flex-wrap:wrap;gap:4px 10px}.zhf-mobile-card__meta--strong{color:var(--zhf-red);font-weight:600}.zhf-mobile-card__actions{margin-top:10px;display:flex;gap:8px}.zhf-mobile-empty{padding:40px 0;text-align:center;color:#98a2b3;font-size:13px}.zhf-bottom-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;background:#fff;border-top:1px solid var(--zhf-line);padding:8px 12px calc(8px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 -4px 16px #1018280f}.zhf-bottom-bar__label{font-size:12px;color:#667085}.zhf-bottom-bar__amount{font-size:20px;font-weight:700;color:var(--zhf-orange);font-variant-numeric:tabular-nums;line-height:1.15}.zhf-pos--mobile{display:block;height:auto;min-height:0;padding-bottom:76px}.zhf-pos--mobile .zhf-pos__pane{border-radius:10px}.zhf-pos--mobile .zhf-pos__grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px;gap:8px}.zhf-pos--mobile .zhf-product-card{padding:9px 10px}.zhf-pos--mobile .zhf-product-card__name{font-size:13.5px}.zhf-pos--mobile .zhf-product-card__price{font-size:15px}.zhf-cart-item{border:1px solid var(--zhf-line);border-radius:10px;padding:10px 12px;margin-bottom:10px}.zhf-cart-item__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.zhf-cart-item__name{font-weight:600;font-size:14px}.zhf-cart-item__grid{margin-top:8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.zhf-cart-item__field{min-width:0}.zhf-cart-item__field .ant-input-number-group-wrapper,.zhf-cart-item__field .ant-input-number{width:100%}.zhf-cart-item__field-label{font-size:11px;color:#98a2b3;margin-bottom:2px}@media(max-width:768px){.zhf-header{height:54px;padding:0 10px}.zhf-header__left{font-size:14px;gap:6px}.zhf-header__right{gap:8px}.zhf-content{padding:12px 12px 24px}.zhf-content--mobile{padding:10px 10px calc(74px + env(safe-area-inset-bottom))}.zhf-bottom-bar{bottom:calc(58px + env(safe-area-inset-bottom))}.zhf-pos--mobile{padding-bottom:calc(142px + env(safe-area-inset-bottom))}.zhf-page-card{padding:12px;border-radius:10px;border:none;background:transparent}.zhf-card-metric{padding:12px}.zhf-card-metric__value{font-size:19px}.zhf-toolbar{gap:8px;margin-bottom:10px}.ant-table-wrapper .ant-table{font-size:13px}.ant-modal{max-width:calc(100vw - 16px);margin:8px auto}.ant-drawer-content-wrapper{max-width:100vw}}.zhf-nav-drawer .ant-drawer-body{background:var(--zhf-ink)}.zhf-nav-drawer .ant-menu{background:transparent;border-inline-end:none!important}.zhf-pos-sheet{position:fixed;inset:auto 0 0;height:88vh;z-index:60;border:none;border-radius:16px 16px 0 0;box-shadow:0 -10px 34px #10182838}.zhf-pos-sheet.is-closed{display:none}.zhf-pos-sheet:before{content:"";display:block;width:40px;height:4px;border-radius:2px;background:#d0d5dd;margin:8px auto 0;flex-shrink:0}.zhf-pos-backdrop{position:fixed;inset:0;background:#10182873;z-index:55}.zhf-pos-sheet .zhf-pos__summary{padding-bottom:calc(14px + env(safe-area-inset-bottom))}.zhf-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;background:#fff;border-top:1px solid var(--zhf-line);padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -2px 14px #1018280d}.zhf-tabbar__item{flex:1;border:none;background:transparent;padding:8px 0 7px;display:flex;flex-direction:column;align-items:center;gap:3px;color:#98a2b3;cursor:pointer;transition:color .15s ease;-webkit-tap-highlight-color:transparent}.zhf-tabbar__item.is-active{color:var(--zhf-primary)}.zhf-tabbar__icon{font-size:21px;line-height:1}.zhf-tabbar__label{font-size:11px;line-height:1}.zhf-profile__card{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,var(--zhf-primary),var(--zhf-primary-dark));color:#fff;border-radius:14px;padding:16px;margin-bottom:12px}.zhf-profile__info{flex:1;min-width:0}.zhf-profile__name{font-size:17px;font-weight:650}.zhf-profile__meta{font-size:12px;opacity:.85;margin-top:3px}.zhf-profile__shop{font-size:12px;background:#fff3;padding:5px 10px;border-radius:999px;white-space:nowrap}.zhf-profile__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px}.zhf-profile__stat{background:#fff;border:none;border-radius:12px;padding:14px 8px;text-align:center;cursor:pointer}.zhf-profile__stat-value{display:block;font-size:20px;font-weight:700;font-variant-numeric:tabular-nums}.zhf-profile__stat-label{display:block;font-size:12px;color:#667085;margin-top:3px}.zhf-profile__group{margin-bottom:12px}.zhf-profile__group-title{font-size:12px;color:#98a2b3;padding:2px 4px 8px}.zhf-profile__rows{background:#fff;border-radius:12px;overflow:hidden}.zhf-profile__row{width:100%;display:flex;align-items:center;gap:12px;padding:15px 14px;background:transparent;border:none;border-bottom:1px solid var(--zhf-line);cursor:pointer;font-size:15px;color:var(--zhf-ink);text-align:left}.zhf-profile__row:last-child{border-bottom:none}.zhf-profile__row-icon{color:var(--zhf-primary);font-size:18px;width:22px;display:inline-flex;justify-content:center}.zhf-profile__row-label{flex:1}.zhf-profile__row-arrow{color:#cbd5e1;font-size:12px}.zhf-profile__logout{width:100%;margin-top:4px;padding:15px;background:#fff;border:none;border-radius:12px;color:var(--zhf-red);font-size:15px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.zhf-profile__version{text-align:center;color:#cbd5e1;font-size:12px;margin:18px 0 8px}.zhf-workspace{margin:-10px -10px 0}.zhf-workspace__hero{background:linear-gradient(160deg,var(--zhf-primary) 0%,var(--zhf-primary-dark) 100%);padding:14px 14px 46px;color:#fff}.zhf-workspace__top{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.zhf-workspace__shop{font-size:18px;font-weight:700;letter-spacing:.5px}.zhf-workspace__role{font-size:12px;opacity:.85}.zhf-workspace__search{width:100%;border:none;border-radius:999px;background:#ffffff38;color:#ffffffeb;font-size:13px;padding:9px 14px;display:flex;align-items:center;gap:8px;cursor:pointer}.zhf-workspace__body{padding:0 10px calc(74px + env(safe-area-inset-bottom));margin-top:-34px}.zhf-workspace__amount-card,.zhf-workspace__grid-card{background:#fff;border-radius:14px;padding:14px;margin-bottom:10px;box-shadow:0 4px 16px #1018280f}.zhf-workspace__amount-head{display:flex;align-items:baseline;justify-content:space-between;font-size:12.5px;color:#667085}.zhf-workspace__amount-time{color:#98a2b3;font-size:11px}.zhf-workspace__amount{font-size:30px;font-weight:700;color:var(--zhf-primary-dark);font-variant-numeric:tabular-nums;margin:6px 0 12px;line-height:1.1}.zhf-workspace__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.zhf-workspace__metrics--sub{margin-top:10px;padding-top:10px;border-top:1px dashed var(--zhf-line)}.zhf-workspace__metric-value{display:block;font-size:15px;font-weight:650;font-variant-numeric:tabular-nums;text-align:center}.zhf-workspace__metric-label{display:block;font-size:11px;color:#98a2b3;text-align:center;margin-top:2px}.zhf-workspace__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}.zhf-workspace__entry{border:none;background:transparent;padding:12px 2px;display:flex;flex-direction:column;align-items:center;gap:7px;cursor:pointer;border-radius:10px}.zhf-workspace__entry:active{background:var(--zhf-primary-soft)}.zhf-workspace__entry-icon{font-size:24px;line-height:1}.zhf-workspace__entry-label{font-size:12px;color:var(--zhf-ink);line-height:1}.zhf-workspace__section-title{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:650;margin-bottom:10px;color:var(--zhf-ink)}.zhf-workspace__rows{display:flex;flex-direction:column}.zhf-workspace__row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;font-size:14px;border-bottom:1px solid var(--zhf-line)}.zhf-workspace__row:last-child{border-bottom:none}
