:root{--bp-sm: 480px;--bp-md: 768px;--bp-lg: 1024px;--layout-pad-x: clamp(12px, 3vw, 24px);--layout-pad-y: clamp(12px, 2.5vw, 20px);--layout-gap: clamp(8px, 2vw, 16px);--content-max-mobile: 960px;--content-max-mobile-md: 720px;--content-max-active: 100%;--sheet-max: min(100%, 720px);--sheet-max-narrow: min(100%, 480px);--login-max: min(100%, 400px);--modal-max: min(100%, 640px);--gallery-max: min(100%, 920px);--gallery-max-h: min(78dvh, 720px);--map-picker-max: min(100%, 720px);--map-picker-map-h: clamp(240px, 45vh, 420px);--admin-sidebar-w: 260px;--admin-content-max: min(100%, 1400px);--admin-pad-x: clamp(14px, 2.5vw, 28px)}@media (max-width: 767px){:root{--content-max-active: 100%}}@media (min-width: 768px) and (max-width: 1023px){:root{--content-max-active: var(--content-max-mobile-md)}}@media (min-width: 1024px){:root{--content-max-active: var(--content-max-mobile)}}img,video,canvas,svg{max-width:100%;height:auto}.layout-scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.layout-minw0{min-width:0}.layout-wrap{width:100%;padding-inline:var(--layout-pad-x);padding-block:var(--layout-pad-y)}.layout-row2{display:grid;grid-template-columns:1fr 1fr;gap:var(--layout-gap)}@media (max-width: 640px){.layout-row2{grid-template-columns:1fr}}.layout-btn-row{display:flex;gap:var(--layout-gap);flex-wrap:wrap}.layout-btn-row .btn-primary,.layout-btn-row .btn-secondary{flex:1;min-width:min(120px,100%)}.layout-btn-full{width:100%}.layout-sheet-md{max-width:var(--sheet-max-narrow)!important}.layout-sheet-lg{max-width:var(--sheet-max)!important}.layout-modal-md{max-width:var(--modal-max)!important}@media (min-width: 768px){body.layout-mobile-shell{background:#e5e7eb}body.layout-mobile-shell #login{background:linear-gradient(160deg,#dbeafe,#e5e7eb 60%)}body.layout-mobile-shell #app{max-width:var(--content-max-active);margin-inline:auto;min-height:100dvh;background:var(--bg, #f7f8fa);box-shadow:0 0 40px #0f172a1f}body.layout-mobile-shell .topbar{max-width:var(--content-max-active);margin-inline:auto;width:100%}body.layout-mobile-shell .tabbar{max-width:var(--content-max-active);left:50%;transform:translate(-50%);right:auto;width:100%;border-radius:14px 14px 0 0}body.layout-mobile-shell .plan-manage-bar{max-width:var(--content-max-active);left:50%;right:auto;transform:translate(-50%)}body.layout-mobile-shell .install-bar{display:none!important}body.layout-mobile-shell .sheet-mask,body.layout-mobile-shell .photo-gallery-mask,body.layout-mobile-shell .store-picker-mask.sheet-mask,body.layout-mobile-shell .catalog-picker-mask.sheet-mask,body.layout-mobile-shell .member-picker-mask.sheet-mask{left:50%;right:auto;width:min(100%,var(--content-max-active));transform:translate(-50%)}body.layout-mobile-shell .photo-gallery-mask{top:0;bottom:0}body.layout-mobile-shell .photo-gallery-panel{width:min(100%,calc(var(--content-max-active) - 32px));max-height:min(var(--gallery-max-h),calc(100dvh - 48px))}}@media (min-width: 768px) and (max-width: 1023px){body.layout-mobile-shell .store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){body.layout-mobile-shell .store-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr))}}.admin-content-shell{width:100%;max-width:var(--admin-content-max);margin-inline:auto;padding-inline:var(--admin-pad-x)}.photo-gallery-mask{position:fixed;inset:0;z-index:400;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom));touch-action:pan-y}.photo-gallery-panel{position:relative;width:min(100%,var(--gallery-max));height:min(var(--gallery-max-h),calc(100dvh - 48px));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.photo-gallery-top{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#fff}.photo-gallery-counter{font-size:14px;opacity:.9}.photo-gallery-close{border:none;background:#ffffff1f;color:#fff;width:36px;height:36px;border-radius:999px;font-size:22px;line-height:1;cursor:pointer}.photo-gallery-stage{position:relative;flex:1;width:100%;min-height:0;display:flex;align-items:center;justify-content:center}.photo-gallery-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;user-select:none;-webkit-user-drag:none}.photo-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:999px;cursor:pointer;background:#ffffff29;color:#fff;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center}.photo-gallery-nav:disabled{opacity:.25;cursor:default}.photo-gallery-prev{left:0}.photo-gallery-next{right:0}.photo-gallery-thumb{border:none;padding:0;background:transparent;cursor:pointer;border-radius:8px;overflow:hidden}.photo-gallery-thumb img{display:block}.photo-gallery-thumb:focus-visible{outline:2px solid var(--brand,#2563eb);outline-offset:2px}:root{--bg:#f0f7fa;--bg-jade:#eef7f3;--card:#ffffff;--ink:#2a3f4f;--sub:#6a8494;--line:#d8e8ef;--brand:#5aadc4;--brand-deep:#3d8fa8;--brand-soft:#e3f4f9;--green:#6aab82;--green-soft:#e8f5ec;--jade:#9fd4c4;--jade-soft:#edf7f2;--ok:#5a9e72;--warn:#c4a035;--danger:#cf6b6b;--sidebar:#fafeff;--sidebar-border:#d4e8ef;--sidebar-ink:#3d5566;--sidebar-sub:#7a929f;--sidebar-hover:#eef7f4;--sidebar-active-bg:#dff0ea;--sidebar-active-ink:#2d7a6a;--font:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;--text-xs:12px;--text-sm:13px;--text-base:15px;--text-md:16px;--text-lg:20px;--text-xl:24px;--radius:12px;--radius-sm:8px;--shadow:0 1px 2px rgba(45,90,110,.05),0 4px 16px rgba(45,90,110,.04);--shadow-lg:0 8px 32px rgba(45,90,110,.08)}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--bg);color:var(--ink);font-size:var(--text-base);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font-family:inherit;font-size:var(--text-sm);line-height:1.4}.hidden{display:none!important}.tenant-switcher{margin-left:auto;margin-right:8px;max-width:min(100%,520px)}.tenant-switcher-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px}.tenant-switch-label{font-size:12px;color:var(--sub);display:flex;align-items:center;gap:6px}.tenant-switch-label select{padding:6px 8px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;max-width:220px}.tenant-switch-readonly{margin-left:0}.tenant-switch-readonly.is-disabled{opacity:.45}.tenant-switch-hint{flex:1 1 100%;font-size:11px;color:var(--sub);line-height:1.35}.tenant-ops-exit{color:var(--warn,#b45309)!important;font-weight:600}.tenant-readonly-bar{background:#fff3cd;color:#856404;padding:8px 16px;font-size:13px;border-bottom:1px solid #ffeeba;text-align:center}#login{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:linear-gradient(145deg,#e8f5f0,#e3f2f9 45%,#f5fbfd)}.login-box{background:var(--card);border-radius:20px;padding:40px 36px;width:100%;max-width:var(--login-max);box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.8)}.login-box h1{font-size:22px;margin-bottom:6px;color:var(--ink);letter-spacing:-.02em}.login-box p{color:var(--sub);font-size:13px;margin-bottom:24px}.field{margin-bottom:14px}.field label{display:block;font-size:12px;color:var(--sub);margin-bottom:5px;font-weight:500}.field input{width:100%;padding:11px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fafefe;transition:border-color .15s,box-shadow .15s}.field input:focus{outline:none;border-color:var(--jade);box-shadow:0 0 0 3px #9fd4c440}.btn{padding:8px 16px;border-radius:var(--radius-sm);font-weight:600;font-size:var(--text-sm);cursor:pointer;border:none;transition:background .15s,box-shadow .15s,transform .1s}.btn:active{transform:scale(.98)}.btn-primary{background:linear-gradient(135deg,var(--brand) 0%,#6bb8a8 100%);color:#fff;box-shadow:0 2px 8px #5aadc447}.btn-primary:hover{filter:brightness(1.04);box-shadow:0 4px 12px #5aadc452}.btn-ghost{background:#fff;color:var(--sidebar-ink);border:1px solid var(--line)}.btn-ghost:hover{background:var(--jade-soft);border-color:var(--jade);color:var(--sidebar-active-ink)}.btn-danger{background:var(--danger);color:#fff}.btn-sm{padding:6px 13px;font-size:var(--text-xs);border-radius:7px}.err{color:var(--danger);font-size:13px;margin-top:10px;text-align:center}html,body{height:100%}body{overflow-x:hidden}#app{display:flex;height:100vh;max-height:100vh;overflow:hidden}.sidebar{width:var(--admin-sidebar-w);height:100vh;max-height:100vh;background:linear-gradient(180deg,#ffffff 0%,var(--sidebar) 100%);color:var(--sidebar-ink);flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--sidebar-border);overflow:hidden}.sidebar .logo{flex-shrink:0;padding:18px 20px;font-size:var(--text-md);font-weight:700;color:var(--ink);border-bottom:1px solid var(--sidebar-border);background:linear-gradient(90deg,#fff 0%,var(--jade-soft) 100%);line-height:1.35}.sidebar .logo span{display:block;font-size:var(--text-sm);font-weight:500;color:var(--sidebar-sub);margin-top:4px}.nav{flex:1;min-height:0;padding:12px 14px;overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-tools{display:flex;gap:8px;margin-bottom:10px}.nav-rep-hint{font-size:12px;color:var(--sidebar-ink);background:var(--brand-soft);border:1px solid #c5e4ef;border-radius:var(--radius-sm);padding:10px 12px;margin-bottom:10px;line-height:1.45}.nav-tool-btn{flex:1;padding:8px 10px;font-size:var(--text-sm);border-radius:var(--radius-sm);background:#fff;color:var(--sidebar-sub);border:1px solid var(--sidebar-border);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.nav-tool-btn:hover{color:var(--sidebar-active-ink);background:var(--jade-soft);border-color:var(--jade)}.nav-group{margin-bottom:4px}.nav-group-head{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-radius:var(--radius-sm);color:var(--sidebar-ink);font-size:var(--text-sm);font-weight:600;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s,color .15s}.nav-group-head:hover{background:var(--sidebar-hover)}.nav-group.has-active>.nav-group-head{color:var(--sidebar-active-ink)}.nav-chevron{font-size:var(--text-xs);color:var(--sidebar-sub);transition:transform .2s ease,color .15s}.nav-group.open .nav-chevron{transform:rotate(90deg);color:var(--sidebar-active-ink)}.nav-group-items{display:none;padding:2px 0 6px 6px}.nav-group.open .nav-group-items{display:block}.nav-item{width:100%;text-align:left;padding:8px 12px 8px 14px;border-radius:var(--radius-sm);color:var(--sidebar-sub);margin-bottom:2px;display:flex;align-items:center;gap:6px;font-size:var(--text-sm);line-height:1.45;border:none;background:transparent;cursor:pointer;transition:background .15s,color .15s}.nav-item:hover{background:var(--sidebar-hover);color:var(--sidebar-ink)}.nav-item.on{background:linear-gradient(90deg,var(--sidebar-active-bg) 0%,var(--brand-soft) 100%);color:var(--sidebar-active-ink);font-weight:600;box-shadow:inset 3px 0 0 var(--jade)}.nav button{width:100%;text-align:left;padding:10px 14px;border-radius:var(--radius-sm);color:var(--sidebar-sub);margin-bottom:4px;display:flex;align-items:center;gap:10px}.nav button:hover{background:var(--sidebar-hover);color:var(--sidebar-ink)}.nav button.on{background:var(--sidebar-active-bg);color:var(--sidebar-active-ink);font-weight:600}.sidebar-foot{flex-shrink:0;padding:14px 18px;border-top:1px solid var(--sidebar-border);font-size:var(--text-sm);color:var(--sidebar-sub);background:#fff;line-height:1.5}.sidebar-foot #meName{color:var(--sidebar-ink);font-weight:600;margin-bottom:2px}.sidebar-foot a{color:var(--brand-deep);text-decoration:none;display:block;margin-top:6px;font-size:12px}.sidebar-foot a:hover{color:var(--sidebar-active-ink)}.sidebar-foot .btn{border-color:var(--sidebar-border);color:var(--sidebar-sub);margin-top:10px;width:100%}.main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;height:100vh;max-height:100vh;overflow:hidden;background:var(--bg)}.topbar{flex-shrink:0;background:#ffffffeb;backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line);padding:14px 28px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:40}.topbar h2{font-size:var(--text-lg);font-weight:700;color:var(--ink);letter-spacing:-.02em;line-height:1.3}.content{flex:1;min-height:0;padding-block:22px 32px;overflow-y:auto;-webkit-overflow-scrolling:touch}.dashboard-stats{display:grid;gap:14px;margin-bottom:20px}.stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:18px 20px 20px}.chart-box{background:var(--bg-jade);border-radius:var(--radius);padding:16px 18px;border:1px solid var(--line)}.chart-wide{grid-column:1/-1}.chart-title{font-size:var(--text-sm);color:var(--sub);margin-bottom:12px;font-weight:600}@media (max-width:768px){.chart-grid{grid-template-columns:1fr;padding:12px}}.stat-card{background:var(--card);border-radius:var(--radius);padding:16px 18px;box-shadow:var(--shadow);border:1px solid var(--line);display:flex;flex-direction:column;gap:6px;min-height:82px;justify-content:center;transition:box-shadow .15s,border-color .15s}.stat-card:hover{border-color:var(--jade);box-shadow:var(--shadow-lg)}.stat-card .n{font-size:var(--text-xl);font-weight:700;background:linear-gradient(135deg,var(--brand-deep),var(--green));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.15;font-variant-numeric:tabular-nums}.stat-card .l{font-size:var(--text-sm);color:var(--sub);font-weight:500;line-height:1.35}@media (min-width:1100px){.dashboard-stats .stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.panel{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--line);margin-bottom:18px}.panel-head{padding:14px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background:linear-gradient(180deg,#fff 0%,var(--jade-soft) 100%)}.panel-head b,.panel-head .panel-title{font-size:var(--text-md);font-weight:700;color:var(--ink)}.panel-head .actions{display:flex;gap:8px;flex-wrap:wrap}.panel-head input,.panel-head select{padding:8px 12px;border:1px solid var(--line);border-radius:var(--radius-sm);min-width:160px;font-size:var(--text-sm);background:#fafefe}.panel-head input:focus,.panel-head select:focus{outline:none;border-color:var(--jade);box-shadow:0 0 0 3px #9fd4c433}.panel-body{overflow-x:auto;padding:0}table{width:100%;border-collapse:collapse;font-size:var(--text-sm)}th,td{padding:11px 18px;text-align:left;border-bottom:1px solid var(--line);vertical-align:middle;line-height:1.45}th{background:var(--bg-jade);font-weight:600;color:var(--sub);font-size:var(--text-xs);white-space:nowrap;letter-spacing:.03em}td{color:var(--ink);white-space:normal;word-break:break-word;max-width:360px}td:last-child,th:last-child{max-width:none;width:1%;white-space:nowrap}tbody tr{transition:background .12s}tbody tr:hover td{background:var(--jade-soft)}tbody tr:last-child td{border-bottom:none}.tag{display:inline-block;padding:3px 9px;border-radius:999px;font-size:var(--text-xs);font-weight:600;line-height:1.35;border:1px solid transparent}.tag.ok{background:var(--green-soft);color:var(--ok);border-color:#c5e6d0}.tag.warn,.tag.warn-tag{background:#faf5e6;color:#9a7b20;border-color:#ede0b8}.tag.gray{background:#f0f4f6;color:var(--sub);border-color:var(--line)}.lvl{padding:2px 9px;border-radius:999px;color:#fff;font-size:11px;font-weight:700}.lvl.S{background:#8b7ec8}.lvl.A{background:var(--brand)}.lvl.B{background:#c4a84a}.lvl.C{background:#a8b4bc}.catalog-hint{font-size:var(--text-sm);color:var(--sub);line-height:1.55;padding:10px 14px;background:var(--brand-soft);border-radius:var(--radius-sm);border:1px solid #cce8f2}.row2{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}@media (max-width:640px){.row2{grid-template-columns:1fr}}.tag-check{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;margin:3px 6px 3px 0;background:var(--bg-jade);border:1px solid var(--line);border-radius:999px;font-size:var(--text-sm);cursor:pointer;transition:background .12s,border-color .12s}.tag-check:has(input:checked){background:var(--green-soft);border-color:var(--jade);color:var(--sidebar-active-ink)}.tag-check input{accent-color:var(--green)}.store-map-filters{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.store-map-filters select{padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fafefe}#storeMapBox{isolation:isolate}.store-map-layout{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:14px;align-items:start}@media (max-width:900px){.store-map-layout{grid-template-columns:1fr}}.map-legend{background:var(--bg-jade);border-radius:var(--radius);padding:12px;font-size:12px;border:1px solid var(--line)}.map-legend-title{font-weight:600;color:var(--sub);margin-bottom:8px}.map-legend-item{display:flex;align-items:center;gap:8px;margin-bottom:6px;line-height:1.3}.map-legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;border:2px solid #fff;box-shadow:0 1px 3px #2d5a6e33}.chain-map-marker-wrap{background:transparent!important;border:none!important}.chain-map-marker{display:block;width:14px;height:14px;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 4px #2d5a6e4d}.leaflet-marker-icon.leaflet-default-icon img{display:none!important}.leaflet-marker-icon.leaflet-default-icon{width:14px!important;height:14px!important;margin-left:-7px!important;margin-top:-7px!important;background:#2563eb;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px #00000059}.map-cluster{background:transparent;border:none}.map-cluster span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;color:#fff;font-weight:700;font-size:12px;border:2px solid #fff;box-shadow:0 2px 8px #2d5a6e47;background:var(--brand,#2d8a8a)}.map-cluster-medium span{font-size:13px;background:#248080}.map-cluster-large span{font-size:14px;background:#1a6b6b}.pager{padding:12px 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);font-size:var(--text-sm);color:var(--sub);background:var(--bg-jade)}.pager button{padding:6px 14px}.modal-mask{position:fixed;inset:0;background:#2a3f4f59;backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.map-picker-mask{z-index:1100}.map-picker-mask .modal{max-width:var(--map-picker-max);max-height:min(92vh,680px)}.map-picker-map{height:var(--map-picker-map-h);min-height:240px;border-radius:8px;overflow:hidden}.modal{background:var(--card);border-radius:16px;width:100%;max-width:var(--modal-max);max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);border:1px solid var(--line)}.modal-wide{max-width:min(960px,96vw)}.visit-detail-grid .fg>label{font-size:12px;color:var(--sub)}.visit-detail-kv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px 16px}.visit-detail-kv{display:flex;flex-direction:column;gap:2px;font-size:13px}.visit-detail-kv-full{grid-column:1/-1}.visit-detail-kv .k{color:var(--sub);font-size:12px}.visit-detail-prod{font-size:12px;white-space:nowrap}.table-scroll{overflow-x:auto;margin-top:6px;max-width:100%}.visit-edit-json summary{margin-bottom:8px;font-weight:600}textarea.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.modal-head{padding:16px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(180deg,#fff,var(--jade-soft))}.modal-head h3{font-size:var(--text-md);font-weight:700}.modal-body{padding:22px;overflow-y:auto;flex:1}.modal-foot{padding:12px 22px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:10px;background:var(--bg-jade)}.dialog-mask{position:fixed;inset:0;background:#2a3f4f66;backdrop-filter:blur(4px);z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px}.dialog{background:var(--card);border-radius:16px;width:100%;max-width:560px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);border:1px solid var(--line)}.dialog-wide{max-width:720px}.dialog-head{padding:14px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(180deg,#fff,var(--jade-soft))}.dialog-head h3{font-size:var(--text-md);font-weight:700}.dialog-body{padding:16px 20px;overflow-y:auto;flex:1;min-height:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}.fg label{display:block;font-size:var(--text-sm);color:var(--sub);margin-bottom:6px;font-weight:500}.fg input,.fg select,.fg textarea{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius-sm);font-size:var(--text-sm);background:#fafefe;transition:border-color .15s,box-shadow .15s}.fg input:focus,.fg select:focus,.fg textarea:focus{outline:none;border-color:var(--jade);box-shadow:0 0 0 3px #9fd4c438}.fg textarea{min-height:88px;resize:vertical}.toast{position:fixed;top:20px;right:20px;background:linear-gradient(135deg,#2d7a6a,#3d8fa8);color:#fff;padding:12px 20px;border-radius:var(--radius-sm);z-index:200;box-shadow:var(--shadow-lg);font-size:var(--text-sm);max-width:360px}.empty{padding:32px 24px;text-align:center;color:var(--sub);font-size:var(--text-sm);line-height:1.55}.json-pre{background:var(--bg-jade);border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px;font-size:12px;max-height:200px;overflow:auto;white-space:pre-wrap}.thumb{width:48px;height:48px;border-radius:8px;object-fit:cover;border:1px solid var(--line)}.order-days-section{border-top:1px solid var(--line);padding-top:14px;margin-top:6px}.order-days-section>.od-title{font-weight:600;font-size:14px;margin-bottom:10px}.order-days-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:12px}.order-days-toolbar label{font-size:12px;color:var(--sub);white-space:nowrap}.order-days-toolbar input[type=month]{flex:1;min-width:140px;padding:9px 11px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fafefe}.order-days-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.analytics-stats{margin-bottom:16px}.analytics-filter-active{font-size:var(--text-sm);color:var(--sub);margin-top:4px;font-weight:400}.analytics-filter-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:14px 20px}.analytics-filter-row label{display:flex;align-items:center;gap:6px;font-size:var(--text-sm);color:var(--sub);white-space:nowrap}.analytics-filter-row select{padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius-sm);min-width:120px;font-size:var(--text-sm);background:#fafefe}.stat-sub{font-size:11px;color:var(--sub);margin-top:2px}.analytics-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}@media (max-width:900px){.analytics-grid-2{grid-template-columns:1fr}}.analytics-bars{padding:4px 0}.analytics-bar-row{display:grid;grid-template-columns:minmax(80px,140px) 1fr 48px;gap:10px;align-items:center;margin-bottom:8px;font-size:var(--text-sm)}.analytics-bar-label{color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-bar-track{height:8px;background:#e8f0f2;border-radius:999px;overflow:hidden}.analytics-bar-fill{height:100%;background:linear-gradient(90deg,var(--brand),var(--jade));border-radius:999px;min-width:2px}.analytics-bar-val{text-align:right;font-weight:600;color:var(--brand-deep);font-variant-numeric:tabular-nums}.analytics-export-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;padding:18px 20px}.analytics-export-card{background:var(--bg-jade);border:1px solid var(--line);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:8px;transition:border-color .15s}.analytics-export-card:hover{border-color:var(--jade)}.analytics-export-card b{font-size:var(--text-md);color:var(--ink)}.analytics-export-card p{font-size:var(--text-sm);color:var(--sub);line-height:1.45;flex:1;margin:0}@media (min-width:520px){.order-days-grid{grid-template-columns:repeat(7,minmax(0,1fr))}}.order-day-chip{display:flex;align-items:center;justify-content:center;min-height:44px;padding:8px 4px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;font-size:13px;font-weight:600;color:var(--sub);cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent;transition:background .12s,border-color .12s}.order-day-chip input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.order-day-chip.on{border-color:var(--jade);background:var(--green-soft);color:var(--sidebar-active-ink)}.order-days-remark{margin-top:12px}.order-days-remark label{display:block;font-size:12px;color:var(--sub);margin-bottom:5px}.order-days-remark input{width:100%;padding:9px 11px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fafefe}.od-batch-panel{padding:0!important}.od-batch-bar{padding:16px 20px;border-bottom:1px solid var(--line);background:var(--brand-soft)}.od-batch-title{font-weight:600;font-size:14px;margin-bottom:10px}.od-batch-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;align-items:center}.od-table-area,.list-table-area{min-height:160px;transition:opacity .15s ease}.od-table-area.is-loading,.list-table-area.is-loading{opacity:.55;pointer-events:none}.catalog-panel-head{flex-direction:column;align-items:stretch;gap:0;padding:16px 20px 14px}.catalog-list-toolbar{display:flex;flex-direction:column;gap:12px;width:100%}.catalog-toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.catalog-search-wrap{display:flex;align-items:center;gap:8px;flex:1;min-width:min(100%,280px)}.catalog-search-input{flex:1;min-width:180px;padding:9px 12px;border:1px solid var(--line);border-radius:var(--radius-sm);font-size:var(--text-sm);background:#fafefe}.catalog-search-input:focus{outline:none;border-color:var(--jade);box-shadow:0 0 0 3px #9fd4c433}.catalog-filter-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px 12px;padding:12px 14px;background:var(--bg-jade);border:1px solid var(--line);border-radius:var(--radius-sm)}.catalog-filter-item{display:flex;flex-direction:column;gap:5px;min-width:0}.catalog-filter-item>span{font-size:11px;font-weight:600;color:var(--sub);letter-spacing:.02em}.catalog-filter-select,.catalog-filter-input,.catalog-filter-item select{width:100%;padding:8px 10px;border:1px solid var(--line);border-radius:8px;font-size:var(--text-sm);background:#fff;min-width:0}.catalog-filter-select:focus,.catalog-filter-input:focus,.catalog-filter-item select:focus{outline:none;border-color:var(--jade);box-shadow:0 0 0 2px #9fd4c42e}.catalog-products-table .col-code{width:128px;max-width:128px;white-space:nowrap}.catalog-products-table .col-code code{font-size:12px;color:var(--sub)}.catalog-products-table .col-name{min-width:160px;max-width:320px}.catalog-products-table .col-spec{min-width:100px;max-width:180px;color:var(--sub);font-size:13px}@media (max-width:1200px){.catalog-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.catalog-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-toolbar-row{align-items:stretch}.catalog-search-wrap{flex-wrap:wrap}.catalog-panel-head .actions{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}}#storeList.is-loading{opacity:.55;pointer-events:none;transition:opacity .15s ease}.sb-attr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:4px}.sb-attr-field span{display:block;font-size:12px;color:var(--sub);margin-bottom:4px}.sb-attr-field select{width:100%;padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fafefe}.repl-wf-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.repl-wf-stat{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);padding:14px 12px;text-align:center}.repl-wf-stat span{display:block;font-size:26px;font-weight:700;line-height:1.1;color:var(--sidebar-active-ink)}.repl-wf-stat small{display:block;margin-top:4px;font-size:12px;color:var(--sub)}.repl-wf-stat.warn span{color:#b45309}.repl-wf-stat.ok span{color:#15803d}.repl-wf-stat.muted span{color:var(--sub)}.repl-wf-tabs{margin-bottom:14px}.repl-wf-sec{font-weight:600;font-size:14px;margin:16px 0 10px}.repl-wf-store{margin-bottom:12px}.repl-wf-table{width:100%;font-size:13px}.repl-wf-table th,.repl-wf-table td{padding:8px 10px;border-bottom:1px solid var(--line);text-align:left}.repl-wf-panel{min-height:120px}@media (max-width:900px){.repl-wf-stats,.dist-summary-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.panel-body[style*=padding]{background:#fff}#systemConfigBody{padding:4px 0 8px}#systemConfigBody .fg textarea,.cfg-lookup{font-family:inherit;line-height:1.5}.menu-btn{display:none;width:40px;height:40px;border-radius:var(--radius-sm);background:var(--jade-soft);border:1px solid var(--line);font-size:18px;flex-shrink:0;color:var(--ink)}.sidebar-overlay{display:none;position:fixed;inset:0;background:#2a3f4f59;z-index:290;backdrop-filter:blur(2px)}.sidebar-overlay.show{display:block}a{color:var(--brand-deep)}a:hover{color:var(--sidebar-active-ink)}@media (max-width:768px){.menu-btn{display:flex;align-items:center;justify-content:center}#app{flex-direction:row}.sidebar{position:fixed;left:0;top:0;bottom:0;width:min(280px,86vw);height:100vh;max-height:100vh;z-index:300;transform:translate(-105%);transition:transform .25s ease;box-shadow:4px 0 24px #2d5a6e1f}.sidebar.open{transform:translate(0)}.sidebar .logo{padding:16px}.nav{padding:8px}.nav-tool-btn{padding:8px 6px;font-size:12px}.nav-item{width:100%;padding:11px 12px 11px 14px;font-size:14px}.nav-group-head{padding:10px 12px;font-size:13px}.sidebar-foot{padding:12px 14px calc(12px + env(safe-area-inset-bottom))}.main{width:100%;height:100vh;max-height:100vh;min-height:0}.topbar{padding:10px 14px;padding-top:calc(10px + env(safe-area-inset-top));z-index:50;gap:10px;flex-wrap:wrap}.tenant-switcher{order:10;width:100%;max-width:none;margin:8px 0 0}.tenant-switcher-row{width:100%}.tenant-switch-label{font-size:11px;flex:1;min-width:140px}.tenant-switch-label select{max-width:100%;width:100%}body.admin-sidebar-open{overflow:hidden}.content{padding-block:14px;padding-block-end:calc(14px + env(safe-area-inset-bottom))}.stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat-card{padding:12px 14px;min-height:72px}.stat-card .n{font-size:22px}.stat-card .l{font-size:var(--text-xs)}.panel-head{flex-direction:column;align-items:stretch;padding:12px 14px;gap:10px}.panel-head input,.panel-head select{width:100%;min-width:0}.panel-head .actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}.panel-head .actions .btn{width:100%;text-align:center;padding:10px 8px}.panel-body{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:560px}th,td{padding:10px 12px;font-size:12px}.pager{flex-direction:column;gap:10px;padding:12px 14px;text-align:center}.pager>div{display:flex;gap:8px;justify-content:center}.form-grid{grid-template-columns:1fr}.modal-mask{align-items:flex-end;padding:0}.modal{max-width:100%;max-height:92vh;border-radius:16px 16px 0 0;margin-bottom:0}.modal-foot{padding-bottom:calc(14px + env(safe-area-inset-bottom))}.order-days-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.order-days-toolbar{align-items:stretch}.order-days-toolbar input[type=month]{width:100%}.toast{left:12px;right:12px;top:auto;bottom:calc(16px + env(safe-area-inset-bottom));text-align:center}#login{padding:16px}.login-box{padding:28px 22px}}.member-pick-entry{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--card);cursor:pointer;text-align:left}.member-pick-entry.has-member{border-color:var(--jade);background:var(--green-soft,#ecfdf5)}.member-pick-placeholder{color:var(--sub)}.member-pick-name{font-weight:600;color:var(--text);display:block}.member-pick-sub{display:block;font-size:12px;color:var(--sub);margin-top:4px}.member-pick-arrow{color:var(--sub);font-size:18px;line-height:1}.member-pick-actions{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.repl-hub-tabs{display:flex;gap:6px;margin-bottom:10px}.repl-hub-tabs button{flex:1;border:1px solid var(--line);background:var(--card);border-radius:8px;padding:8px 6px;font-size:13px;font-weight:600;color:var(--sub);cursor:pointer}.repl-hub-tabs button.on{border-color:var(--jade);color:var(--jade);background:var(--green-soft,#ecfdf5)}.member-picker-search{margin-bottom:10px}.member-picker-search input{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:8px;font-size:14px}.member-picker-tabs{margin-bottom:10px}.member-picker-list{max-height:min(52vh,360px);overflow-y:auto;display:flex;flex-direction:column;gap:6px}.member-picker-item{display:block;width:100%;text-align:left;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--card);cursor:pointer}.member-picker-item.on{border-color:var(--jade);background:var(--green-soft,#ecfdf5)}.member-picker-main{display:flex;align-items:center;justify-content:space-between;gap:8px}.member-picker-name{font-weight:600;font-size:14px;color:var(--text)}.member-picker-sub{font-size:12px;color:var(--sub);margin-top:4px;line-height:1.4}.member-picker-foot{margin-top:8px}.member-picker-meta{font-size:12px;color:var(--sub);text-align:center}.member-picker-mask .modal-body{padding-top:8px}.store-filters-collapsed{display:none!important}.store-pick-entry,.catalog-pick-entry{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--card);cursor:pointer;text-align:left}.store-pick-entry.has-store,.catalog-pick-entry.has-item{border-color:var(--jade);background:var(--green-soft,#ecfdf5)}.store-pick-placeholder,.catalog-pick-placeholder{color:var(--sub)}.store-pick-name,.catalog-pick-name{font-weight:600;color:var(--text);display:block}.store-pick-sub,.catalog-pick-sub{display:block;font-size:12px;color:var(--sub);margin-top:4px}.store-pick-arrow,.catalog-pick-arrow{color:var(--sub);font-size:18px;line-height:1}.store-pick-actions,.catalog-pick-actions{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.store-picker-list,.catalog-picker-list{max-height:min(52vh,360px);overflow-y:auto;display:flex;flex-direction:column;gap:6px}.store-picker-item,.catalog-picker-item{display:block;width:100%;text-align:left;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--card);cursor:pointer}.store-picker-item.on,.catalog-picker-item.on{border-color:var(--jade);background:var(--green-soft,#ecfdf5)}.store-picker-main,.catalog-picker-main{display:flex;align-items:center;justify-content:space-between;gap:8px}.store-picker-name,.catalog-picker-name{font-weight:600;font-size:14px;color:var(--text)}.store-picker-sub,.catalog-picker-sub{font-size:12px;color:var(--sub);margin-top:4px;line-height:1.4}.store-picker-search input,.catalog-picker-search input{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:8px;font-size:14px}.store-picker-meta,.catalog-picker-meta{font-size:12px;color:var(--sub);text-align:center}.store-chips-wrap{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.store-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:var(--green-soft,#ecfdf5);border:1px solid var(--jade);font-size:13px}.store-chip button{border:none;background:transparent;color:var(--sub);font-size:16px;line-height:1;cursor:pointer;padding:0 2px}.store-picker-mask .modal-body,.catalog-picker-mask .modal-body{padding-top:8px}.catalog-picker-table-wrap{max-height:min(52vh,380px);overflow:auto;border:1px solid var(--line);border-radius:8px;transition:opacity .15s ease}.catalog-picker-table-wrap.is-loading{opacity:.55;pointer-events:none}.catalog-picker-grid{width:100%;margin:0}.catalog-picker-grid th{background:var(--bg-jade);position:sticky;top:0;z-index:1}.catalog-picker-grid tr{cursor:pointer}.catalog-picker-grid tr:hover td{background:var(--jade-soft)}.catalog-picker-grid tr.on td{background:var(--green-soft,#ecfdf5);border-color:var(--jade)}.catalog-picker-grid .col-code{width:120px;max-width:120px;white-space:nowrap;font-family:ui-monospace,monospace;font-size:12px;color:var(--sub)}.catalog-picker-grid .col-name{min-width:140px;font-weight:600}.catalog-picker-grid .col-spec{min-width:100px;color:var(--sub);font-size:13px}.dialog-body .catalog-picker-search,.dialog-body .catalog-picker-cats{margin-bottom:10px}.dialog-body .catalog-picker-foot{margin-top:10px}.catalog-picker-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.catalog-picker-multi-actions{display:flex;gap:8px;margin-left:auto}.catalog-picker-grid .col-check{width:36px;text-align:center}.catalog-picker-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:1px solid var(--line);border-radius:4px;font-size:12px;color:#fff;background:#fff}.catalog-picker-check.on{background:var(--jade);border-color:var(--jade)}.vq-chain-toolbar{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.vq-chain-toolbar input[type=search]{flex:1;min-width:160px;padding:8px 10px;border:1px solid var(--line);border-radius:8px}.vq-chain-toolbar select{min-width:180px;padding:8px 10px;border:1px solid var(--line);border-radius:8px}.vq-chain-quick-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;max-height:88px;overflow-y:auto}.vq-chain-tag.on{background:var(--green-soft);border-color:var(--jade);color:var(--sidebar-active-ink)}.vq-chain-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.vq-pick-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.vq-pick-head label{margin:0}.vq-pick-btns{display:flex;flex-wrap:wrap;gap:6px}.vq-chips-wrap{min-height:44px;padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--bg-jade,#fafefe)}.vq-catalog-chip{max-width:100%}.store-del-rel-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--line);border-radius:8px;overflow:hidden}.store-del-rel{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid var(--line);font-size:13px}.store-del-rel:last-child{border-bottom:none}.store-del-final-warn{font-size:14px;line-height:1.6}.store-del-ack{display:flex;align-items:flex-start;gap:8px;margin-top:14px;font-size:13px;cursor:pointer}.store-del-ack input{margin-top:3px;flex-shrink:0}.btn-danger{background:var(--danger,#dc2626);color:#fff;border:1px solid var(--danger,#dc2626)}.btn-danger:hover{filter:brightness(.95)}.btn-danger:disabled{opacity:.45;cursor:not-allowed}.cc-edit-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px;padding:10px 12px;background:var(--bg-jade);border:1px solid var(--line);border-radius:8px}.cc-table-wrap{overflow:auto;max-height:min(62vh,560px);border:1px solid var(--line);border-radius:8px}.cc-inline-table{width:100%;min-width:960px;font-size:13px}.cc-inline-table thead th{position:sticky;top:0;z-index:2;background:var(--bg-jade);white-space:nowrap;padding:10px 8px;font-size:12px}.cc-inline-table td{padding:6px 8px;vertical-align:middle;border-bottom:1px solid var(--line)}.cc-inline-row.cc-row-dirty td{background:#ffc10714}.cc-inline-row.cc-row-dirty td:first-child{box-shadow:inset 3px 0 0 var(--warn,#f59e0b)}.cc-col-chain-code{width:100px;max-width:100px}.cc-col-code{width:108px;max-width:108px}.cc-col-code code{font-size:11px;color:var(--sub)}.cc-col-name{min-width:120px;max-width:200px}.cc-col-spec{min-width:80px;max-width:140px;color:var(--sub);font-size:12px}.cc-col-attr{min-width:72px;max-width:96px}.cc-col-actions{white-space:nowrap;width:1%}.cc-inline-select,.cc-inline-input{width:100%;min-width:64px;max-width:120px;padding:6px 8px;border:1px solid var(--line);border-radius:6px;font-size:12px;background:#fff}.cc-inline-input[type=number]{max-width:72px}.cc-inline-select:focus,.cc-inline-input:focus{outline:none;border-color:var(--jade);box-shadow:0 0 0 2px #9fd4c433}.hq-page{display:flex;flex-direction:column;gap:16px}.hq-page-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:4px}.hq-page-head h2{font-size:var(--text-lg);font-weight:700;color:var(--ink);letter-spacing:-.02em;margin:0}.hq-page-head .actions{display:flex;gap:8px;flex-wrap:wrap}.hq-stats{margin-bottom:4px}.hq-stats .stat-card.hq-stat-warn .n{background:linear-gradient(135deg,#dc2626,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hq-tier{display:inline-block;padding:2px 9px;border-radius:999px;font-size:11px;font-weight:700;line-height:1.35;border:1px solid transparent}.hq-tier-s{background:#ede9fe;color:#5b21b6;border-color:#ddd6fe}.hq-tier-a{background:#f3e8ff;color:#7e22ce;border-color:#e9d5ff}.hq-tier-b{background:#f5f3ff;color:#6d28d9;border-color:#ede9fe}.hq-status{display:inline-block;padding:3px 9px;border-radius:999px;font-size:var(--text-xs);font-weight:600;background:#f5f3ff;color:#6d28d9;border:1px solid #ede9fe}.hq-status.ok{background:var(--green-soft);color:var(--ok);border-color:#c5e6d0}.hq-status.warn{background:#faf5e6;color:#9a7b20;border-color:#ede0b8}.hq-status.gray{background:#f0f4f6;color:var(--sub);border-color:var(--line)}.hq-mode{display:inline-block;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:600;background:#f5f3ff;color:#7c3aed;border:1px solid #e9d5ff}.hq-approval-card{background:var(--card);border:1px solid #e9d5ff;border-radius:var(--radius);padding:14px 16px;margin-bottom:10px;box-shadow:var(--shadow);border-left:4px solid #7c3aed}.hq-approval-card .hq-approval-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.hq-approval-card .hq-approval-head b{font-size:var(--text-md);color:var(--ink)}.hq-approval-card .hq-approval-body{font-size:var(--text-sm);color:var(--ink);line-height:1.5;margin-bottom:10px}.hq-approval-card .hq-approval-actions{display:flex;gap:8px;flex-wrap:wrap}.hq-dash-section{margin-top:8px}.hq-dash-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:12px}.hq-dash-subpanel{border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:var(--bg2,#f8fafc)}.hq-dash-subtitle{font-size:13px;font-weight:700;margin-bottom:8px;color:var(--ink)}@media (max-width:900px){.hq-dash-grid-2{grid-template-columns:1fr}}.hq-dash-list{display:flex;flex-direction:column;gap:8px;padding:4px 0}.hq-dash-item{padding:10px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-jade);font-size:var(--text-sm);line-height:1.45}.hq-dash-item.warn{border-color:#fecaca;background:#fef2f2;color:#991b1b}.hq-table-wrap .panel-body{padding:0}.hq-target-json{font-family:ui-monospace,monospace;font-size:11px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hq-target-cell{min-width:200px}.hq-target-row{margin-bottom:8px}.hq-target-head{display:flex;justify-content:space-between;font-size:12px;margin-bottom:4px}.hq-progress{height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.hq-progress-bar{height:100%;background:#7c3aed;border-radius:999px}.hq-progress-bar.ok{background:var(--ok)}.hq-progress-bar.warn{background:#d97706}.hq-contact-item{padding-bottom:10px;border-bottom:1px solid var(--line)}
