/* === ops/css/style.css === */
:root {
  --bg: #f5f6f8;
  --surface: #ffffff;
  --surface-soft: #f8f9fd;
  --border: #e5e7eb;
  --text: #1f2937;
  --muted: #6b7280;
  --brand: #ff7a1a;
  --brand-dark: #df6507;
  --brand-soft: #fff3e8;
  --brand-lighter: #fff8f2;
  --topbar-height: 60px;
  --sidebar-width: 200px;
  --sidebar-collapsed-width: 56px;
  --ops-page-padding-y: 16px;
  --ops-page-padding-x: 16px;
  --ops-page-gap: 16px;
  --ops-card-padding: 16px;
  --ops-content-max-width: none;
  --ops-pc-standard-width: 1400px;
  --ops-pc-standard-height: 458px;
  --ops-canvas-width: 100vw;
  --ops-canvas-height: 100dvh;
  --ops-control-height: 32px;
  --ops-action-col-width: 220px;
  --ops-table-head-height: 48px;
  --ops-table-row-height: 64px;
  --ops-table-cell-padding-x: 12px;
  --ops-filter-action-width: 60px;
  --ops-filter-item-width: 220px;
  --ops-filter-date-range-width: 320px;
  --ops-filter-column-gap: 40px;
  --ops-font-size-body: 14px;
  --ops-font-size-small: 13px;
  --ops-card-title-size: 16px;
  --ops-modal-padding: 12px;
  --ops-modal-title-size: 16px;
  --ops-modal-close-size: 28px;
  --ops-dashboard-number-size: 24px;
  --radius: 8px;
  --success: #17a34a;
  --danger: #e33d3d;
  --shadow: 0 1px 3px rgba(17, 24, 39, 0.06);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  color: var(--text);
  background: var(--bg);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.ops-login-page {
  height: var(--ops-canvas-height);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
  background: #f4f6f8;
  overflow: hidden;
}

.ops-login-hero,
.ops-login-panel {
  position: relative;
  min-width: 0;
}

.ops-login-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  background: #f7f8fa;
}

.ops-login-hero::before,
.ops-login-hero::after {
  display: none;
  content: "";
  pointer-events: none;
}

.ops-login-hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.ops-login-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 56px 84px 64px;
  background: #fff;
  overflow: hidden;
}

.ops-login-card {
  width: 100%;
  max-width: 360px;
  margin-bottom: 64px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  animation: fadeInUp 0.3s ease both;
}

.ops-login-brand-image {
  display: block;
  width: min(100%, 340px);
  height: auto;
  margin: 0 auto 44px;
  object-fit: contain;
}

.ops-login-subtitle {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 13px;
}

.ops-login-input {
  height: 44px;
  margin-bottom: 24px;
  border-color: #dcdfe6;
  border-radius: 4px;
  text-align: left;
}

.ops-login-remember {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #606266;
  font-size: 14px;
}

.ops-login-remember input {
  width: 14px;
  height: 14px;
  accent-color: var(--brand);
}

.ops-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -2px 0 42px;
}

.ops-login-forgot {
  border: 0;
  background: transparent;
  color: var(--brand);
  font-size: 14px;
  cursor: pointer;
}

.ops-login-forgot:hover,
.ops-login-forgot:focus-visible {
  color: var(--brand-dark);
  outline: none;
}

.ops-login-submit {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 4px;
  background: var(--brand);
  color: #fff;
  font-weight: 600;
}

.ops-login-submit:hover {
  background: var(--brand-dark);
}

.ops-login-copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 56px;
  color: #606266;
  font-size: 13px;
  text-align: center;
}

.ops-forgot-password-modal {
  padding: 18px 24px 0;
  color: #303133;
  font-size: 14px;
  line-height: 1.8;
}

.ops-forgot-password-modal p {
  margin: 0 0 8px;
}

.ops-contact-center-modal {
  text-align: center;
}


.ops-contact-center-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 0 14px;
}

.ops-contact-center-avatar {
  overflow: hidden;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f5f5f5;
}

.ops-contact-center-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ops-contact-center-title {
  color: #303133;
  font-size: 15px;
}

.ops-contact-center-title strong {
  color: var(--brand);
  font-size: 20px;
}

.ops-contact-center-time,
.ops-contact-center-tip {
  color: #909399;
  font-size: 13px;
}

.ops-contact-center-qr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin-top: 4px;
  border: 1px solid #f0f0f0;
  background: #fff;
}

.ops-contact-center-qr img {
  width: 144px;
  height: 144px;
  object-fit: cover;
}

.ops-password-recovery-modal {
  padding: 4px 8px 0;
}

.ops-password-recovery-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
  border-bottom: 1px solid #ebeef5;
}

.ops-password-recovery-tab {
  height: 42px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #606266;
  font-size: 14px;
  cursor: pointer;
}

.ops-password-recovery-tab.is-active {
  border-bottom-color: var(--brand);
  color: var(--brand);
  font-weight: 600;
}

.ops-password-recovery-panel.hidden {
  display: none;
}

.ops-password-recovery-panel .ops-modal-footer {
  margin-top: 18px;
}

.ops-password-recovery-panel .ops-login-message {
  min-height: 20px;
  margin: 0;
  color: #f56c6c;
  text-align: left;
}
.ops-form-item {
  margin-bottom: 14px;
}

.ops-form-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--muted);
}

.ops-input,
.ops-select,
.ops-textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  padding: 8px 12px;
}

.ops-input:focus,
.ops-select:focus,
.ops-textarea:focus {
  border-color: #ffb37b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 122, 26, 0.12);
}

.ops-textarea {
  min-height: 90px;
  resize: vertical;
}

.ops-input-readonly {
  min-height: 42px;
  line-height: 1.5;
  white-space: normal;
  word-break: break-all;
  cursor: default;
}

.ops-form-tip {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.ops-btn {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ops-btn:hover {
  border-color: #cdd4e3;
}

.ops-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ops-btn-primary {
  border-color: var(--brand);
  background: linear-gradient(180deg, #ff8f3d 0%, var(--brand) 100%);
  color: #fff;
}

.ops-btn-primary:hover {
  background: linear-gradient(180deg, #ff974a 0%, var(--brand-dark) 100%);
  border-color: var(--brand-dark);
}

.ops-btn-subtle {
  border-color: #d4ddeb;
  background: #fff;
  color: #4f5f78;
}

.ops-btn-subtle:hover {
  border-color: #becadd;
  background: #f8fbff;
}

.ops-btn-danger {
  border-color: var(--danger);
  color: var(--danger);
  background: #fff;
}

.ops-worker-service-status-btn {
  min-width: 56px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
}

.ops-worker-service-status-btn.is-active {
  border-color: #16a34a;
  background: #dcfce7;
  color: #15803d;
}

.ops-worker-service-status-btn.is-disabled {
  border-color: #cbd5e1;
  background: #f1f5f9;
  color: #64748b;
}

.ops-layout {
  min-height: var(--ops-canvas-height);
  height: var(--ops-canvas-height);
  display: grid;
  grid-template-columns: var(--sidebar-width) minmax(0, 1fr);
  grid-template-rows: var(--topbar-height) minmax(0, 1fr);
  grid-template-areas:
    "logo topbar"
    "side main";
  overflow: hidden;
}

.ops-layout.is-sidebar-collapsed {
  grid-template-columns: var(--sidebar-collapsed-width) minmax(0, 1fr);
}

.ops-logo-panel {
  grid-area: logo;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 12px;
  border-bottom: 1px solid #edf0f5;
  box-shadow: inset -1px 0 0 var(--border);
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.ops-shell-logo-wrap {
  flex: 0 0 auto;
  width: 176px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  background: none;
}

.ops-shell-logo-image {
  flex: 0 0 auto;
  width: 176px;
  height: auto;
  max-width: none;
  display: block;
  object-fit: contain;
}

.ops-logo-mark {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.ops-logo-text {
  min-width: 0;
  overflow: hidden;
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  text-overflow: ellipsis;
}

.ops-layout.is-sidebar-collapsed .ops-logo-panel {
  justify-content: center;
  padding: 0;
}

.ops-layout.is-sidebar-collapsed .ops-shell-logo-wrap {
  width: 42px;
  height: 42px;
  background-image: url("../image/shell-logo.png");
  background-repeat: no-repeat;
  background-size: 210px auto;
  background-position: -20px -13px;
}

.ops-layout.is-sidebar-collapsed .ops-shell-logo-image {
  width: 132px;
  opacity: 0;
}

.ops-layout.is-sidebar-collapsed .ops-logo-text {
  display: none;
}

.ops-sidebar {
  grid-area: side;
  border-right: 0;
  box-shadow: inset -1px 0 0 var(--border);
  background: var(--surface);
  width: 100%;
  height: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 1000;
  transition: width 0.2s ease;
  scrollbar-width: thin;
}

.ops-side-menu {
  flex: 1;
  min-height: 0;
  margin-top: 0;
  padding: 8px 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

.ops-side-title {
  color: #9aa3b2;
  font-size: 12px;
  margin: 8px 8px 6px;
}

.ops-side-link {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 44px;
  padding: 0 20px;
  border-radius: 0;
  border-left: 0;
  font-size: 14px;
  color: #303133;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.ops-side-link.active {
  color: var(--brand);
  background: var(--brand-soft);
  font-weight: 600;
}

.ops-side-link.active::before,
.ops-side-group-toggle.active::before,
.ops-side-sublink.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: var(--brand);
}

.ops-side-link:not(.active):hover {
  background: #f7f8fa;
  color: #303133;
}

.ops-side-group {
  margin: 0;
  position: relative;
}

.ops-side-group-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #303133;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.ops-side-group-toggle.active {
  color: var(--brand);
  background: var(--brand-soft);
}

.ops-side-group-toggle:hover {
  background: #f7f8fa;
  color: #303133;
}

.ops-side-group-main {
  flex: 1 1 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

.ops-side-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c9cdd4;
}

.ops-side-icon svg {
  width: 18px;
  height: 18px;
}

.active > .ops-side-icon,
.ops-side-group-toggle.active .ops-side-icon {
  color: var(--brand);
}

.ops-side-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ops-side-group-arrow {
  flex: 0 0 auto;
  margin-left: auto;
  width: 12px;
  height: 12px;
  color: #909399;
  position: relative;
  transition: transform 0.18s ease;
}

.ops-side-group-arrow::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1px;
  width: 6px;
  height: 6px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
}

.ops-side-group.is-open .ops-side-group-arrow {
  transform: rotate(180deg);
}

.ops-side-submenu {
  display: grid;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.ops-side-group.is-open .ops-side-submenu {
  max-height: 480px;
}

.ops-side-submenu.is-hidden {
  max-height: 0;
}

.ops-side-sublink {
  display: flex;
  align-items: center;
  height: 36px;
  margin-top: 0;
  padding: 0 20px 0 50px;
  border-radius: 0;
  border-left: 0;
  font-size: 13px;
  color: #4b5563;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.ops-side-sublink.active {
  color: var(--brand);
  background: var(--brand-soft);
  font-weight: 600;
}

.ops-side-sublink:not(.active):hover {
  background: #f7f8fa;
  color: #303133;
}

.ops-main {
  grid-area: main;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  height: auto;
  overflow: hidden;
}

#ops-topbar,
.ops-topbar {
  grid-area: topbar;
  min-width: 0;
  position: relative;
  z-index: 1100;
}

.ops-topbar {
  height: 100%;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.ops-top-left,
.ops-top-right {
  display: flex;
  align-items: center;
}

.ops-top-left {
  min-width: 0;
  gap: 12px;
}

.ops-top-right {
  gap: 12px;
}

.ops-icon-btn {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  color: #4b5563;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.ops-icon-btn:hover {
  border-color: var(--brand);
  color: var(--brand);
  background: var(--brand-lighter);
}

.ops-icon-btn.is-active,
.ops-icon-btn[aria-pressed="true"] {
  border-color: var(--brand);
  color: var(--brand);
  background: var(--brand-lighter);
}

.ops-menu-icon,
.ops-menu-icon::before,
.ops-menu-icon::after {
  width: 16px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.ops-menu-icon {
  position: relative;
}

.ops-menu-icon::before,
.ops-menu-icon::after {
  position: absolute;
  left: 0;
}

.ops-menu-icon::before {
  top: -5px;
}

.ops-menu-icon::after {
  top: 5px;
}

.ops-breadcrumb {
  min-width: 0;
  max-width: 760px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #6b7280;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
}

.ops-breadcrumb-biz {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
}

.ops-breadcrumb-divider {
  flex: 0 0 1px;
  width: 1px;
  height: 18px;
  background: #dcdfe6;
}

.ops-breadcrumb-item {
  max-width: 180px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ops-breadcrumb-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.ops-breadcrumb-link:hover {
  color: var(--brand);
}

.ops-breadcrumb-item.is-current {
  max-width: 240px;
  color: #1f2937;
  font-weight: 500;
}

.ops-breadcrumb-separator {
  color: #a8abb2;
}

.ops-top-user-menu {
  position: relative;
}

.ops-top-user-trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  padding: 0 2px 0 6px;
  color: inherit;
  cursor: pointer;
}

.ops-top-user-trigger:hover,
.ops-top-user-trigger:focus-visible {
  background: #f7f8fa;
  outline: none;
}

.ops-top-avatar {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, #ffe0c4 0 20%, transparent 21%),
    radial-gradient(circle at 50% 78%, #c96b38 0 33%, transparent 34%),
    linear-gradient(145deg, #fff2e8 0%, #f3b486 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0;
  overflow: hidden;
}

.ops-top-user-meta {
  display: block;
  line-height: 1;
}

.ops-top-user-name {
  max-width: 132px;
  overflow: hidden;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-top-user-role {
  color: #9ca3af;
  font-size: 12px;
}

.ops-top-user-arrow {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #8a8f98;
  border-bottom: 1.5px solid #8a8f98;
  transform: rotate(45deg) translateY(-2px);
}

.ops-notification-center {
  position: relative;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
}

.ops-notification-trigger {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6eaf0;
  border-radius: 8px;
  background: #fff;
  color: #4b5563;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.ops-notification-trigger:hover,
.ops-notification-trigger:focus-visible,
.ops-notification-trigger.is-open {
  border-color: #ff8a3d;
  background: #fff7f0;
  color: #f97316;
  outline: none;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.12);
}

.ops-notification-bell {
  width: 22px;
  height: 22px;
}

.ops-notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  box-sizing: border-box;
}

.ops-notification-panel {
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 1500;
  width: min(528px, calc(var(--ops-canvas-width) - 24px));
  max-height: min(520px, calc(var(--ops-canvas-height) - var(--topbar-height) - 32px));
  display: none;
  overflow: hidden;
  border: 1px solid #e6eaf0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
}

.ops-notification-panel.is-open {
  display: flex;
  flex-direction: column;
}

.ops-notification-panel-header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #edf0f5;
}

.ops-notification-panel-title {
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.ops-notification-panel-subtitle {
  margin-top: 2px;
  color: #8a8f98;
  font-size: 12px;
  line-height: 16px;
}

.ops-notification-read-all {
  flex: 0 0 auto;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #ffe1cb;
  border-radius: 6px;
  background: #fff7f0;
  color: #f97316;
  font-size: 12px;
  cursor: pointer;
}

.ops-notification-read-all:disabled {
  border-color: #edf0f5;
  background: #f8fafc;
  color: #b8bec8;
  cursor: default;
}

.ops-notification-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 6px 0;
}

.ops-notification-state {
  padding: 34px 16px;
  color: #909399;
  font-size: 13px;
  text-align: center;
}

.ops-notification-state.is-error {
  color: #ef4444;
}

.ops-notification-type-tabs {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 5px;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0 8px;
  border-bottom: 1px solid #f1f1f3;
  background: #fff;
  scrollbar-width: none;
}

.ops-notification-type-tabs::-webkit-scrollbar {
  display: none;
}

.ops-notification-type-tab {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 6px;
  border: 0;
  background: transparent;
  color: #8b8e95;
  cursor: pointer;
  text-align: center;
}

.ops-notification-type-tab:hover,
.ops-notification-type-tab:focus-visible {
  color: #f97316;
  outline: none;
}

.ops-notification-type-tab.is-active {
  color: #f97316;
  font-weight: 600;
}

.ops-notification-type-tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 0;
  background: #f97316;
  transform: translateX(-50%);
}

.ops-notification-type-title {
  max-width: none;
  overflow: visible;
  font-size: 13px;
  line-height: 18px;
  text-overflow: clip;
  white-space: nowrap;
}

.ops-notification-type-badge {
  position: absolute;
  top: 7px;
  right: 5px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #ef4444;
  box-shadow: 0 0 0 1px #fff;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  pointer-events: none;
}

.ops-notification-subtype-tabs {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 12px;
  border-bottom: 1px solid #f1f1f3;
  background: #fafafa;
  scrollbar-width: none;
}

.ops-notification-subtype-tabs::-webkit-scrollbar {
  display: none;
}

.ops-notification-subtype-tab {
  flex: 0 0 auto;
  min-width: 62px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  background: #fff;
  color: #6b7280;
  font-size: 12px;
  line-height: 28px;
  cursor: pointer;
}

.ops-notification-subtype-tab:hover,
.ops-notification-subtype-tab:focus-visible {
  border-color: #fdba74;
  color: #f97316;
  outline: none;
}

.ops-notification-subtype-tab.is-active {
  border-color: #f97316;
  background: #fff7ed;
  color: #f97316;
  font-weight: 600;
}

.ops-notification-subtype-tab em {
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.ops-notification-type-panel {
  background: #fff;
}

.ops-notification-type-panel .ops-notification-item:last-child {
  border-bottom: 0;
}
.ops-notification-item {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid #f0f2f5;
  background: #fff;
  padding: 12px 16px;
  text-align: left;
  cursor: pointer;
}

.ops-notification-item:last-child {
  border-bottom: 0;
}

.ops-notification-item:hover,
.ops-notification-item:focus-visible {
  background: #fffaf6;
  outline: none;
}

.ops-notification-item.is-unread .ops-notification-item-title {
  color: #111827;
  font-weight: 700;
}

.ops-notification-item.is-read {
  background: #f5f7fa;
}

.ops-notification-item.is-read:hover,
.ops-notification-item.is-read:focus-visible {
  background: #eef0f3;
}

.ops-notification-item.is-read .ops-notification-item-title,
.ops-notification-item.is-read .ops-notification-item-body,
.ops-notification-item.is-read .ops-notification-item-time {
  color: #909399;
}

.ops-notification-item-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ops-notification-item-title {
  overflow: hidden;
  color: #374151;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-notification-item-body {
  display: -webkit-box;
  overflow: hidden;
  color: #6b7280;
  font-size: 12px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ops-notification-item-time {
  flex: 0 0 auto;
  color: #a8abb2;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.ops-notification-popups {
  position: fixed;
  top: calc(var(--topbar-height) + 12px);
  right: 24px;
  z-index: 1050;
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.ops-notification-popup {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid #e6eaf0;
  border-left: 4px solid #9ca3af;
  border-radius: 8px;
  background: #fff;
  padding: 12px 14px;
  color: #1f2937;
  text-align: left;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
  cursor: pointer;
  pointer-events: auto;
  animation: opsNotificationPopupIn 0.18s ease-out;
}

.ops-notification-popup.level-warning {
  border-left-color: #f59e0b;
}

.ops-notification-popup.level-danger {
  border-left-color: #ef4444;
}

.ops-notification-popup.is-hiding {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ops-notification-popup-title {
  overflow: hidden;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-notification-popup-body {
  display: -webkit-box;
  overflow: hidden;
  color: #6b7280;
  font-size: 12px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@keyframes opsNotificationPopupIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 640px) {
  html.ops-mobile-runtime .ops-notification-panel {
    position: fixed;
    top: calc(var(--topbar-height) + 8px);
    right: 12px;
    width: calc(var(--ops-canvas-width) - 24px);
    max-height: calc(var(--ops-canvas-height) - var(--topbar-height) - 20px);
  }

  html.ops-mobile-runtime .ops-notification-type-tabs {
    justify-content: space-between;
    overflow-x: hidden;
  }

  html.ops-mobile-runtime .ops-notification-popups {
    top: calc(var(--topbar-height) + 8px);
    right: 12px;
    left: 12px;
    width: auto;
  }
}

.ops-user-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1400;
  width: 128px;
  padding: 6px;
  border: 1px solid #edf0f5;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.ops-user-dropdown::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 8px;
  content: "";
}

.ops-top-user-menu:hover .ops-user-dropdown,
.ops-top-user-menu:focus-within .ops-user-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ops-user-dropdown-item {
  width: 100%;
  height: 36px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #303133;
  font-size: 14px;
  text-align: left;
  padding: 0 8px;
  cursor: pointer;
}

.ops-user-dropdown-item:hover,
.ops-user-dropdown-item:focus-visible {
  background: var(--brand-soft);
  color: var(--brand);
  outline: none;
}

.ops-layout.is-sidebar-collapsed .ops-sidebar,
.ops-sidebar.is-collapsed {
  width: var(--sidebar-collapsed-width);
  overflow-x: hidden;
}

.ops-layout.is-sidebar-collapsed .ops-main {
  margin-left: 0;
}

.ops-sidebar.is-collapsed.is-peek,
.ops-sidebar.is-collapsed:hover,
.ops-sidebar.is-collapsed:focus-within {
  width: var(--sidebar-width);
  overflow-x: hidden;
  box-shadow: inset -1px 0 0 var(--border), 10px 0 28px rgba(17, 24, 39, 0.08);
}

.ops-side-collapse-btn {
  flex: 0 0 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-top: 1px solid #edf0f5;
  background: #fff;
  color: #8b95a5;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.ops-side-collapse-btn:hover {
  color: var(--brand);
  background: var(--brand-lighter);
}

.ops-collapse-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ops-collapse-icon::before {
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.ops-collapse-text {
  display: none;
}

.ops-sidebar.is-collapsed .ops-collapse-icon::before {
  transform: rotate(-135deg);
}

.ops-sidebar.is-collapsed .ops-side-text,
.ops-sidebar.is-collapsed .ops-side-group-arrow {
  display: none;
}

.ops-sidebar.is-collapsed.is-peek .ops-side-text,
.ops-sidebar.is-collapsed.is-peek .ops-side-group-arrow,
.ops-sidebar.is-collapsed:hover .ops-side-text,
.ops-sidebar.is-collapsed:hover .ops-side-group-arrow,
.ops-sidebar.is-collapsed:focus-within .ops-side-text,
.ops-sidebar.is-collapsed:focus-within .ops-side-group-arrow {
  display: inline-flex;
}

.ops-sidebar.is-collapsed .ops-side-link,
.ops-sidebar.is-collapsed .ops-side-group-toggle {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.ops-sidebar.is-collapsed.is-peek .ops-side-link,
.ops-sidebar.is-collapsed.is-peek .ops-side-group-toggle,
.ops-sidebar.is-collapsed:hover .ops-side-link,
.ops-sidebar.is-collapsed:hover .ops-side-group-toggle,
.ops-sidebar.is-collapsed:focus-within .ops-side-link,
.ops-sidebar.is-collapsed:focus-within .ops-side-group-toggle {
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.ops-sidebar.is-collapsed .ops-side-collapse-btn {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.ops-sidebar.is-collapsed.is-peek .ops-side-collapse-btn,
.ops-sidebar.is-collapsed:hover .ops-side-collapse-btn,
.ops-sidebar.is-collapsed:focus-within .ops-side-collapse-btn {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.ops-sidebar.is-collapsed .ops-side-group-main {
  justify-content: center;
  flex: 0 0 auto;
}

.ops-sidebar.is-collapsed.is-peek .ops-side-group-main,
.ops-sidebar.is-collapsed:hover .ops-side-group-main,
.ops-sidebar.is-collapsed:focus-within .ops-side-group-main {
  flex: 1 1 auto;
  justify-content: flex-start;
}

.ops-sidebar.is-collapsed .ops-side-submenu {
  position: static;
  min-width: 0;
  max-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.ops-sidebar.is-collapsed.is-peek .ops-side-group.is-open .ops-side-submenu,
.ops-sidebar.is-collapsed:hover .ops-side-group.is-open .ops-side-submenu,
.ops-sidebar.is-collapsed:focus-within .ops-side-group.is-open .ops-side-submenu {
  max-height: 480px;
}

.ops-sidebar.is-collapsed .ops-side-sublink {
  justify-content: center;
  padding: 0;
}

.ops-sidebar.is-collapsed.is-peek .ops-side-sublink,
.ops-sidebar.is-collapsed:hover .ops-side-sublink,
.ops-sidebar.is-collapsed:focus-within .ops-side-sublink {
  justify-content: flex-start;
  padding: 0 20px 0 50px;
}

.ops-main-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: var(--ops-page-padding-y) var(--ops-page-padding-x);
  scrollbar-gutter: stable;
}

.ops-main-scroll > * {
  width: 100%;
  max-width: var(--ops-content-max-width);
  margin-left: auto;
  margin-right: auto;
}

.ops-card {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: var(--ops-card-padding);
  margin-bottom: 14px;
}

#ops-page.ops-page-enter > * {
  animation: fadeInUp 0.25s ease both;
}

.ops-card-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}

.ops-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ops-card-head .ops-card-title {
  margin-bottom: 0;
}


.ops-page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ops-page-head-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.ops-grid {
  display: grid;
  gap: 12px;
}

.ops-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ops-stat {
  border: 1px solid var(--border);
  background: var(--surface-soft);
  border-radius: 12px;
  padding: 12px;
}

.ops-stat-label {
  color: var(--muted);
  font-size: 12px;
}

.ops-stat-value {
  margin-top: 6px;
  font-size: 22px;
  font-weight: 700;
}

.ops-filter-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 10px;
}

.ops-filter-row-demands,
.ops-filter-row-keeper-demands {
  grid-template-columns: minmax(300px, 1.6fr) minmax(180px, 1fr) minmax(180px, 1fr);
  margin-bottom: 0;
}

.ops-filter-row-keeper-customers {
  grid-template-columns: repeat(7, minmax(150px, 1fr));
  margin-bottom: 0;
}

.ops-filter-row-keeper-customers .ops-filter-item-date-range {
  grid-column: span 2;
}

.ops-filter-row-keeper-customers .ops-filter-actions {
  align-self: end;
  grid-column: auto;
  margin-top: 0;
}

.ops-filter-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.ops-filter-actions-demands,
.ops-filter-actions-keeper-demands,
.ops-filter-actions-keeper-customers {
  margin-top: 12px;
  gap: 12px;
}

.ops-table-wrap {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: auto;
}

.ops-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
  background: #fff;
}

.ops-table th,
.ops-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #edf0f6;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}

.ops-table th.ops-col-check,
.ops-table td.ops-col-check,
.ops-table th.ops-col-checkbox,
.ops-table td.ops-col-checkbox {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  vertical-align: middle;
}

.ops-table thead th {
  position: sticky;
  top: 0;
  background: #f9fbff;
  color: #60708a;
  font-weight: 600;
  z-index: 1;
}

.ops-table th.ops-col-fixed,
.ops-table td.ops-col-fixed {
  position: sticky;
  z-index: 2;
  white-space: nowrap;
  box-shadow: 6px 0 10px rgba(17, 24, 39, 0.05);
}

.ops-table tbody td.ops-col-fixed {
  background: #fff;
}

.ops-table thead th.ops-col-fixed {
  background: #f9fbff;
  z-index: 4;
}

.ops-table.ops-table-demand {
  min-width: 860px;
}

.ops-table.ops-table-demand th,
.ops-table.ops-table-demand td {
  padding: 8px 10px;
  font-size: 12px;
  vertical-align: middle;
}

.ops-table-demand-detail th:last-child,
.ops-table-demand-detail td:last-child {
  position: sticky;
  right: 0;
  background: #fff;
  z-index: 2;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.06);
}

.ops-table-demand-detail thead th:last-child {
  background: #f8fafc;
  color: var(--el-text-color-primary, #303133);
}

.ops-table-demand-detail th.ops-demand-workorder-column,
.ops-table-demand-detail td.ops-demand-workorder-column {
  min-width: 240px;
  white-space: normal;
  vertical-align: middle;
}

.ops-demand-workorder-counts {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.ops-demand-workorder-count {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  gap: 3px;
  padding: 2px 7px;
  border-radius: 4px;
  color: #475569;
  background: #f1f5f9;
  line-height: 20px;
}

.ops-demand-workorder-count strong {
  color: #303133;
  font-weight: 600;
}

.ops-demand-workorder-empty {
  color: #909399;
}

.ops-tag {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.ops-tag-warning {
  color: #ffffff;
  background: #f59e0b;
}

.ops-tag-success {
  color: #ffffff;
  background: #16a34a;
}

.ops-tag-danger {
  color: #ffffff;
  background: #ef4444;
}

.ops-tag-none {
  color: #ffffff;
  background: #64748b;
}

.ops-tag-morning {
  color: #ffffff;
  background: #2563eb;
}

.ops-tag-afternoon {
  color: #ffffff;
  background: #7c3aed;
}

.ops-row-actions {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.ops-link-btn {
  border: none;
  background: none;
  padding: 0;
  color: var(--brand);
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
}

.ops-link-btn:hover {
  text-decoration: underline;
}

.ops-link-btn:disabled {
  color: #94a3b8;
  cursor: not-allowed;
  text-decoration: none;
}

.ops-link-btn.ops-link-danger {
  color: #ef4444;
}

.ops-pagination {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  color: var(--muted);
  font-size: 12px;
}

.ops-customer-selected-count {
  margin-right: auto;
  color: #606266;
  font-size: 14px;
  line-height: 32px;
}

.ops-modal-mask {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.44);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 1000;
}

.ops-modal-mask.show {
  display: flex;
}

.ops-modal {
  width: 100%;
  max-width: 620px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: var(--ops-modal-padding);
  font-size: var(--ops-font-size-body);
}

.ops-modal-title {
  margin: 0 0 10px;
  font-size: var(--ops-modal-title-size);
  font-weight: 700;
}

.ops-modal-footer {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}


.ops-modal-actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.ops-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 420px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(30, 33, 40, 0.92);
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  display: none;
  z-index: 21050;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  word-break: break-word;
}

.ops-toast.show {
  display: block;
}

html:not(.ops-mobile-runtime) .ops-toast {
  max-width: 560px;
  min-width: 220px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}

html:not(.ops-mobile-runtime) .ops-toast.show {
  display: block;
}

.ops-empty {
  padding: 24px 12px;
  text-align: center;
  color: #8a95a7;
  font-size: 13px;
}

.ops-dashboard {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ops-dashboard-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ops-dashboard-card {
  min-width: 0;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}

.ops-dashboard-summary-card {
  min-height: 132px;
  padding: 20px 24px 18px;
}

.ops-dashboard-card-title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 18px;
  color: #303133;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.ops-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ops-dashboard-metric {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.ops-dashboard-metric-link {
  cursor: pointer;
}

.ops-dashboard-metric-link .ops-dashboard-metric-label {
  color: #f56c6c;
}

.ops-dashboard-metric-link:hover .ops-dashboard-metric-label,
.ops-dashboard-metric-link:focus-visible .ops-dashboard-metric-label {
  color: #ff7d00;
}

.ops-dashboard-metric-link:focus-visible {
  border-radius: 4px;
  outline: 2px solid rgba(255, 125, 0, 0.28);
  outline-offset: 4px;
}

.ops-dashboard-pre-demand-card {
  grid-column: auto;
}

.ops-dashboard-pre-demand-card .ops-dashboard-metrics {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.ops-dashboard-pre-demand-card .ops-dashboard-metric-label {
  white-space: nowrap;
}

.ops-dashboard-metric-label {
  color: #8a8f98;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}

.ops-dashboard-metric-value {
  margin-top: 12px;
  color: #303133;
  font-family: "DIN Alternate", "Helvetica Neue", "Segoe UI", system-ui, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}

.ops-dashboard-metric-value.is-risk {
  color: #f56c6c;
}

.ops-dashboard-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.ops-dashboard-chart-card,
.ops-dashboard-ranking-card {
  min-width: 0;
  min-height: 0;
  padding: 18px 24px 20px;
}

.ops-dashboard-chart-card {
  grid-column: 1 / span 2;
}

.ops-dashboard-ranking-card {
  grid-column: 3 / span 1;
}

.ops-dashboard-ranking-card {
  overflow: hidden;
}

.ops-dashboard-approval-card {
  padding: 18px 24px 22px;
}

.ops-dashboard-approval-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.ops-dashboard-approval-header .ops-dashboard-card-title {
  margin: 0;
}

.ops-dashboard-approval-subtitle {
  color: #8a8f98;
  font-size: 13px;
  line-height: 1.4;
}

.ops-dashboard-approval-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex: 0 0 auto;
}

.ops-dashboard-approval-actions .ops-btn {
  min-height: var(--ops-control-height);
  height: var(--ops-control-height);
  line-height: calc(var(--ops-control-height) - 2px);
  border-radius: 4px;
  padding: 0 14px;
}

.ops-dashboard-approval-table-wrap {
  overflow-x: auto;
  border: 1px solid #ebeef5;
  border-radius: 8px;
}

.ops-dashboard-approval-table {
  min-width: 1720px;
  margin: 0;
}

.ops-dashboard-approval-table th,
.ops-dashboard-approval-table td {
  white-space: nowrap;
}

.ops-dashboard-approval-table .ops-dashboard-risk-address {
  max-width: 320px;
  white-space: normal;
  line-height: 1.45;
}

.ops-dashboard-approval-table .ops-table-action.is-success {
  color: #67c23a;
}

.ops-dashboard-approval-table .ops-table-action.is-danger {
  color: #f56c6c;
}

.ops-dashboard-tabs {
  display: flex;
  align-items: center;
  gap: 38px;
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 22px;
  overflow-x: auto;
  white-space: nowrap;
}

.ops-dashboard-tabs::-webkit-scrollbar {
  display: none;
}

.ops-dashboard-tab {
  position: relative;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #303133;
  font-size: 17px;
  line-height: 44px;
  letter-spacing: 0;
  cursor: pointer;
}

.ops-dashboard-tab:hover {
  color: var(--brand);
}

.ops-dashboard-tab.is-active {
  color: var(--brand);
  font-weight: 700;
}

.ops-dashboard-tab.is-active::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: var(--brand);
  content: "";
}

.ops-dashboard-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  width: 100%;
}

.ops-dashboard-toolbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex: 0 1 auto;
  gap: 8px;
  margin-left: auto;
  min-width: 0;
}

.ops-dashboard-ranking-toolbar {
  justify-content: flex-end;
}

.ops-dashboard-ranking-toolbar .ops-dashboard-toolbar-right {
  display: flex;
  width: auto;
  margin-left: auto;
  justify-content: flex-end;
}

.ops-dashboard-ranking-toolbar .ops-dashboard-select {
  flex: 0 0 132px;
  width: 132px;
  min-width: 132px;
}

.ops-dashboard-ranking-toolbar .ops-dashboard-date-range {
  width: fit-content;
  min-width: 0;
}

.ops-dashboard-ranking-toolbar .ops-dashboard-periods {
  justify-self: end;
}

.ops-dashboard-select {
  width: 132px;
  height: 36px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #fff;
  color: #303133;
  padding: 0 30px 0 12px;
  font-size: 14px;
  outline: none;
}

.ops-dashboard-select:focus {
  border-color: #ffb366;
  box-shadow: 0 0 0 2px rgba(255, 122, 26, 0.1);
}

.ops-dashboard-date-range {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex: 0 0 auto;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  height: 36px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 8px;
  color: #8a8f98;
  background: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.ops-dashboard-date-input {
  flex: 0 1 128px;
  width: 128px;
  min-width: 0;
  height: 34px;
  border: 0;
  background: transparent;
  color: #303133;
  font: inherit;
  letter-spacing: 0;
  outline: none;
}

.ops-dashboard-date-input:focus {
  color: var(--brand);
}

.ops-dashboard-date-separator {
  flex: 0 0 auto;
  color: #8a8f98;
}

.ops-dashboard-periods {
  display: inline-flex;
  align-items: center;
  height: 36px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.ops-dashboard-period {
  min-width: 38px;
  height: 34px;
  border: 0;
  border-right: 1px solid #dcdfe6;
  background: #fff;
  color: #303133;
  font-size: 14px;
  letter-spacing: 0;
  cursor: pointer;
}

.ops-dashboard-period:last-child {
  border-right: 0;
}

.ops-dashboard-period.is-active {
  background: #fff3e6;
  color: var(--brand);
  font-weight: 700;
}

.ops-dashboard-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  min-height: 24px;
  color: #303133;
  font-size: 14px;
}

.ops-dashboard-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ops-dashboard-legend-dot {
  width: 16px;
  height: 16px;
  border-radius: 0;
}

.ops-dashboard-chart-wrap {
  position: relative;
  height: 300px;
  min-height: 300px;
}

.ops-dashboard-chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
}

.ops-dashboard-rank-table-wrap {
  width: 100%;
  overflow-x: hidden;
}

.ops-dashboard-rank-table {
  width: 100%;
  border-collapse: collapse;
  color: #303133;
  font-size: 14px;
  table-layout: fixed;
}

.ops-dashboard-rank-table th,
.ops-dashboard-rank-table td {
  height: 42px;
  padding: 0 12px;
  border-bottom: 1px dashed #d9d9d9;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ops-dashboard-rank-table th {
  border-bottom-style: solid;
  color: #303133;
  font-weight: 500;
  background: #fff;
}

.ops-dashboard-rank-table th:nth-child(2),
.ops-dashboard-rank-table td:nth-child(2) {
  width: 86px;
}

.ops-dashboard-rank-table td:nth-child(2),
.ops-dashboard-rank-table td:nth-child(3) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ops-dashboard-rank-no-cell {
  width: 44px;
  text-align: center !important;
  font-family: "DIN Alternate", "Helvetica Neue", "Segoe UI", system-ui, sans-serif;
}

.ops-dashboard-rank-value-cell {
  width: 96px;
  text-align: right !important;
  font-family: "DIN Alternate", "Helvetica Neue", "Segoe UI", system-ui, sans-serif;
}

.ops-dashboard-rank-table tr.is-rank-1 {
  background: #fff0f0;
}

.ops-dashboard-rank-table tr.is-rank-2 {
  background: #fff7eb;
}

.ops-dashboard-rank-table tr.is-rank-3 {
  background: #fffaf2;
}

.ops-dashboard-rank-table tr.is-rank-1 .ops-dashboard-rank-no-cell,
.ops-dashboard-rank-table tr.is-rank-2 .ops-dashboard-rank-no-cell,
.ops-dashboard-rank-table tr.is-rank-3 .ops-dashboard-rank-no-cell {
  color: var(--brand);
  font-weight: 700;
}

@media (max-width: 1180px) {
  html.ops-mobile-runtime .ops-login-page {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-login-hero {
    display: none;
  }

  html.ops-mobile-runtime .ops-login-panel {
    height: var(--ops-canvas-height);
    padding: 36px 24px 72px;
  }

  html.ops-mobile-runtime .ops-login-copyright {
    bottom: 28px;
  }
}

@media (max-height: 760px) {
  html.ops-mobile-runtime .ops-login-panel {
    padding-top: 28px;
    padding-bottom: 56px;
  }

  html.ops-mobile-runtime .ops-login-card {
    margin-bottom: 36px;
  }

  html.ops-mobile-runtime .ops-login-brand-image {
    width: min(100%, 300px);
    margin-bottom: 28px;
  }

  html.ops-mobile-runtime .ops-login-input {
    margin-bottom: 16px;
  }

  html.ops-mobile-runtime .ops-login-options {
    margin: 0 0 26px;
  }

  html.ops-mobile-runtime .ops-login-copyright {
    bottom: 22px;
  }
}

@media (min-width: 1920px) {
  :root {
    --topbar-height: 64px;
    --sidebar-width: 240px;
  }

  .ops-logo-panel {
    padding: 0 16px;
  }

  .ops-shell-logo-wrap,
  .ops-shell-logo-image {
    width: 204px;
  }

  .ops-shell-logo-wrap {
    height: 64px;
  }

  .ops-topbar {
    padding: 0 32px;
  }

  .ops-side-link,
  .ops-side-group-toggle {
    height: 46px;
    gap: 14px;
    padding: 0 22px;
    font-size: 15px;
  }

  .ops-side-group-main {
    gap: 14px;
  }

  .ops-side-icon,
  .ops-side-icon svg {
    width: 20px;
    height: 20px;
  }

  .ops-side-icon {
    flex-basis: 20px;
  }

  .ops-side-sublink {
    padding-left: 56px;
  }

  .ops-sidebar.is-collapsed.is-peek .ops-side-link,
  .ops-sidebar.is-collapsed.is-peek .ops-side-group-toggle,
  .ops-sidebar.is-collapsed:hover .ops-side-link,
  .ops-sidebar.is-collapsed:hover .ops-side-group-toggle,
  .ops-sidebar.is-collapsed:focus-within .ops-side-link,
  .ops-sidebar.is-collapsed:focus-within .ops-side-group-toggle {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ops-sidebar.is-collapsed.is-peek .ops-side-sublink,
  .ops-sidebar.is-collapsed:hover .ops-side-sublink,
  .ops-sidebar.is-collapsed:focus-within .ops-side-sublink {
    padding-left: 56px;
  }

  .ops-dashboard {
    gap: 18px;
  }

  .ops-dashboard-summary,
  .ops-dashboard-main {
    gap: 18px;
  }

  .ops-dashboard-summary-card {
    padding: 22px 28px 20px;
  }

  .ops-dashboard-card-title {
    font-size: 22px;
  }

  .ops-dashboard-metric-label {
    font-size: 15px;
  }

  .ops-dashboard-metric-value {
    font-size: 32px;
  }

  .ops-dashboard-tab {
    font-size: 18px;
  }

  .ops-dashboard-rank-table {
    font-size: 15px;
  }

  .ops-dashboard-rank-table th,
  .ops-dashboard-rank-table td {
    height: 46px;
    padding: 0 14px;
  }

  .ops-dashboard-rank-table th:nth-child(2),
  .ops-dashboard-rank-table td:nth-child(2) {
    width: 100px;
  }

  .ops-dashboard-rank-no-cell {
    width: 48px;
  }

  .ops-dashboard-rank-value-cell {
    width: 112px;
  }

}

@media (max-width: 1439px) and (min-width: 1280px) {
  html.ops-mobile-runtime .ops-dashboard-ranking-toolbar .ops-dashboard-toolbar-right {
    grid-template-columns: minmax(132px, 0.9fr) minmax(260px, 1.45fr);
  }

  html.ops-mobile-runtime .ops-dashboard-ranking-toolbar .ops-dashboard-periods {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

@media (max-width: 1439px) {
  html.ops-mobile-runtime .ops-dashboard-summary {
    gap: 14px;
  }

  html.ops-mobile-runtime .ops-dashboard-summary-card {
    padding: 16px 18px;
  }

  html.ops-mobile-runtime .ops-dashboard-card-title {
    margin-bottom: 14px;
    font-size: 18px;
  }

  html.ops-mobile-runtime .ops-dashboard-metric-label {
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-dashboard-metric-value {
    font-size: 24px;
  }

  html.ops-mobile-runtime .ops-dashboard-pre-demand-card .ops-dashboard-metrics {
    gap: 4px;
  }

  html.ops-mobile-runtime .ops-dashboard-pre-demand-card .ops-dashboard-metric-label {
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-dashboard-tabs {
    gap: 28px;
  }

  html.ops-mobile-runtime .ops-dashboard-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 1279px) {
  html.ops-mobile-runtime .ops-dashboard-summary,
  html.ops-mobile-runtime .ops-dashboard-main {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-dashboard-pre-demand-card {
    grid-column: auto;
  }

  html.ops-mobile-runtime .ops-dashboard-pre-demand-card .ops-dashboard-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 10px;
  }

  html.ops-mobile-runtime .ops-dashboard-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  html.ops-mobile-runtime .ops-dashboard-toolbar-right {
    width: 100%;
    justify-content: flex-end;
  }

  html.ops-mobile-runtime .ops-dashboard-chart-card,
  html.ops-mobile-runtime .ops-dashboard-ranking-card {
    grid-column: auto;
  }

  html.ops-mobile-runtime .ops-dashboard-approval-header {
    flex-direction: column;
  }

  html.ops-mobile-runtime .ops-dashboard-approval-actions {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  html.ops-mobile-runtime .ops-dashboard {
    gap: 10px;
  }

  html.ops-mobile-runtime .ops-dashboard-summary-card,
  html.ops-mobile-runtime .ops-dashboard-chart-card,
  html.ops-mobile-runtime .ops-dashboard-ranking-card,
  html.ops-mobile-runtime .ops-dashboard-approval-card {
    padding: 12px 14px;
    border-radius: 6px;
  }

  html.ops-mobile-runtime .ops-dashboard-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-dashboard-card-title {
    font-size: 16px;
  }

  html.ops-mobile-runtime .ops-dashboard-metric-value {
    font-size: 22px;
  }

  html.ops-mobile-runtime .ops-dashboard-tabs {
    gap: 18px;
    margin-bottom: 14px;
  }

  html.ops-mobile-runtime .ops-dashboard-tab {
    height: 38px;
    font-size: 15px;
    line-height: 38px;
  }

  html.ops-mobile-runtime .ops-dashboard-toolbar-right {
    justify-content: flex-start;
  }

  html.ops-mobile-runtime .ops-dashboard-ranking-toolbar .ops-dashboard-toolbar-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  html.ops-mobile-runtime .ops-dashboard-ranking-toolbar .ops-dashboard-periods {
    justify-self: stretch;
  }

  html.ops-mobile-runtime .ops-dashboard-ranking-toolbar .ops-dashboard-date-range {
    width: 100%;
  }

  html.ops-mobile-runtime .ops-dashboard-select,
  html.ops-mobile-runtime .ops-dashboard-date-range,
  html.ops-mobile-runtime .ops-dashboard-periods {
    width: 100%;
    min-width: 0;
  }

  html.ops-mobile-runtime .ops-dashboard-date-input {
    flex: 1 1 0;
    width: 0;
  }

  html.ops-mobile-runtime .ops-dashboard-period {
    flex: 1;
  }

  html.ops-mobile-runtime .ops-dashboard-chart-wrap {
    min-height: 240px;
    height: 260px;
  }
}

.ops-schedule-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.ops-schedule-legend {
  display: grid;
  grid-template-columns: repeat(8, max-content);
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
}

.ops-sch-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--border);
}

.ops-sch-calendar {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.ops-sch-head {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  background: #f9fbff;
  border-bottom: 1px solid var(--border);
}

.ops-sch-week {
  padding: 8px 6px;
  text-align: center;
  font-size: 12px;
  color: #60708a;
}

.ops-sch-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.ops-sch-cell {
  min-height: 78px;
  padding: 8px;
  border-right: 1px solid #edf0f6;
  border-bottom: 1px solid #edf0f6;
  background: #fff;
}

.ops-sch-cell:nth-child(7n) {
  border-right: none;
}

.ops-sch-cell.is-empty {
  background: #fafbfe;
}

.ops-sch-day {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.ops-sch-text {
  margin-top: 4px;
  font-size: 12px;
  color: #546377;
}

.ops-sch-all {
  background: #ffffff;
}

.ops-sch-none {
  background: #ffe1e7;
}

.ops-sch-morning {
  background: #e7f7ee;
}

.ops-sch-afternoon {
  background: #e6f1ff;
}

.ops-sch-cell.ops-sch-none .ops-sch-day,
.ops-sch-cell.ops-sch-none .ops-sch-text {
  color: #c7384f;
}

.ops-sch-cell.ops-sch-morning .ops-sch-day,
.ops-sch-cell.ops-sch-morning .ops-sch-text {
  color: #2f8f5b;
}

.ops-sch-cell.ops-sch-afternoon .ops-sch-day,
.ops-sch-cell.ops-sch-afternoon .ops-sch-text {
  color: #2f70c8;
}

.ops-sch-dot.ops-sch-none {
  background: #ffe1e7;
  border-color: #ffc1cd;
}

.ops-sch-dot.ops-sch-morning {
  background: #e7f7ee;
  border-color: #bde8cd;
}

.ops-sch-dot.ops-sch-afternoon {
  background: #e6f1ff;
  border-color: #b7d4ff;
}

.ops-sch-dot.ops-sch-all {
  background: #ffffff;
  border-color: #eceff4;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #ops-page.ops-page-enter > * {
    animation: none;
  }
}

@media (max-width: 1200px) {
  html.ops-mobile-runtime .ops-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-filter-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-schedule-legend {
    grid-template-columns: repeat(4, max-content);
  }
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-layout {
    min-height: var(--ops-canvas-height);
    height: var(--ops-canvas-height);
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: var(--topbar-height) auto minmax(0, 1fr);
    grid-template-areas:
      "topbar"
      "side"
      "main";
  }

  html.ops-mobile-runtime .ops-logo-panel {
    display: none;
  }

  html.ops-mobile-runtime .ops-topbar {
    padding: 0 12px;
  }

  html.ops-mobile-runtime .ops-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--border);
    box-shadow: none;
    position: relative;
    width: auto;
    height: auto;
    z-index: 1050;
    overflow-y: hidden;
  }

  html.ops-mobile-runtime .ops-layout.is-sidebar-collapsed .ops-sidebar,
  html.ops-mobile-runtime .ops-sidebar.is-collapsed {
    width: auto;
    overflow-x: hidden;
  }

  html.ops-mobile-runtime .ops-side-collapse-btn {
    display: none;
  }

  html.ops-mobile-runtime .ops-side-menu {
    display: flex;
    gap: 8px;
    padding: 12px 8px;
    overflow: auto;
  }

  html.ops-mobile-runtime .ops-main {
    margin-left: 0;
    margin-top: 0;
    height: auto;
  }

  html.ops-mobile-runtime .ops-layout.is-sidebar-collapsed .ops-main {
    margin-left: 0;
  }

  html.ops-mobile-runtime .ops-sidebar.is-collapsed .ops-side-text,
  html.ops-mobile-runtime .ops-sidebar.is-collapsed .ops-side-group-arrow {
    display: inline-flex;
  }

  html.ops-mobile-runtime .ops-sidebar.is-collapsed .ops-side-link,
  html.ops-mobile-runtime .ops-sidebar.is-collapsed .ops-side-group-toggle {
    justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
  }

  html.ops-mobile-runtime .ops-sidebar.is-collapsed .ops-side-submenu {
    position: static;
    min-width: 0;
    max-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  html.ops-mobile-runtime .ops-sidebar.is-collapsed .ops-side-group.is-open .ops-side-submenu {
    max-height: 480px;
  }

  html.ops-mobile-runtime .ops-side-group {
    min-width: max-content;
  }

  html.ops-mobile-runtime .ops-side-link,
  html.ops-mobile-runtime .ops-side-sublink,
  html.ops-mobile-runtime .ops-side-group-toggle {
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-filter-row {
    grid-template-columns: 1fr 1fr;
  }

  html.ops-mobile-runtime .ops-sch-cell {
    min-height: 66px;
    padding: 6px;
  }

  html.ops-mobile-runtime .ops-sch-day {
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-sch-text {
    font-size: 11px;
  }

  html.ops-mobile-runtime .ops-schedule-legend {
    grid-template-columns: repeat(2, max-content);
  }
}

/* Phase 1: 720P 到 4K 的公共响应式承载层 */
@media (min-width: 2560px) {
  :root {
    --ops-content-max-width: none;
    --ops-page-padding-x: 16px;
    --ops-page-padding-y: 16px;
  }
}

@media (min-width: 3840px) {
  :root {
    --ops-content-max-width: none;
    --ops-page-padding-x: 16px;
    --ops-page-padding-y: 16px;
  }
}

@media (max-width: 1439px), (max-height: 780px) {
  html.ops-mobile-runtime {
    --topbar-height: 56px;
    --sidebar-width: 184px;
    --ops-page-padding-x: 16px;
    --ops-page-padding-y: 16px;
    --ops-page-gap: 16px;
    --ops-card-padding: 14px;
  }

  html.ops-mobile-runtime .ops-logo-panel {
    padding: 0 10px;
  }

  html.ops-mobile-runtime .ops-shell-logo-wrap,
  html.ops-mobile-runtime .ops-shell-logo-image {
    width: 156px;
  }

  html.ops-mobile-runtime .ops-shell-logo-wrap {
    height: 52px;
  }

  html.ops-mobile-runtime .ops-logo-text {
    font-size: 15px;
  }

  html.ops-mobile-runtime .ops-topbar {
    padding: 0 16px;
  }

  html.ops-mobile-runtime .ops-top-left {
    gap: 10px;
  }

  html.ops-mobile-runtime .ops-top-right {
    gap: 8px;
  }

  html.ops-mobile-runtime .ops-side-link,
  html.ops-mobile-runtime .ops-side-group-toggle {
    height: 42px;
    gap: 10px;
    padding: 0 16px;
  }

  html.ops-mobile-runtime .ops-side-sublink {
    height: 34px;
    padding-left: 44px;
  }

  html.ops-mobile-runtime .ops-dashboard {
    gap: 12px;
  }

  html.ops-mobile-runtime .ops-dashboard-summary {
    gap: 12px;
  }

  html.ops-mobile-runtime .ops-dashboard-summary-card {
    min-height: 116px;
    padding: 14px 16px;
  }

  html.ops-mobile-runtime .ops-dashboard-card-title {
    margin-bottom: 12px;
    font-size: 17px;
  }

  html.ops-mobile-runtime .ops-dashboard-metric-label {
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-dashboard-metric-value {
    margin-top: 8px;
    font-size: 22px;
  }

  html.ops-mobile-runtime .ops-dashboard-chart-card,
  html.ops-mobile-runtime .ops-dashboard-ranking-card {
    min-height: 360px;
    padding: 14px 16px 16px;
  }

  html.ops-mobile-runtime .ops-dashboard-tabs {
    gap: 24px;
    margin-bottom: 14px;
  }

  html.ops-mobile-runtime .ops-dashboard-tab {
    height: 38px;
    font-size: 15px;
    line-height: 38px;
  }

  html.ops-mobile-runtime .ops-dashboard-toolbar {
    margin-bottom: 14px;
  }

  html.ops-mobile-runtime .ops-dashboard-chart-wrap {
    min-height: 220px;
    height: min(40vh, 320px);
  }
}

@media (max-width: 900px) {
  html.ops-mobile-runtime {
    --ops-page-padding-x: 10px;
    --ops-page-padding-y: 10px;
    --ops-content-max-width: none;
  }

  html.ops-mobile-runtime .ops-main-scroll > * {
    max-width: 100%;
  }

  html.ops-mobile-runtime .ops-topbar {
    gap: 8px;
  }

  html.ops-mobile-runtime .ops-top-left {
    flex: 1 1 auto;
    gap: 8px;
  }

  html.ops-mobile-runtime .ops-top-right {
    flex: 0 0 auto;
    gap: 4px;
  }

  html.ops-mobile-runtime .ops-breadcrumb {
    gap: 5px;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-breadcrumb-biz {
    padding-right: 8px;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-top-user-trigger {
    gap: 5px;
    height: 38px;
    padding: 0 2px;
  }

  html.ops-mobile-runtime .ops-top-avatar {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-side-menu {
    scrollbar-width: none;
  }

  html.ops-mobile-runtime .ops-side-menu::-webkit-scrollbar {
    display: none;
  }

  html.ops-mobile-runtime .ops-card-head,
  html.ops-mobile-runtime .ops-page-head {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  html.ops-mobile-runtime .ops-inline-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  html.ops-mobile-runtime .ops-breadcrumb-biz,
  html.ops-mobile-runtime .ops-breadcrumb-divider,
  html.ops-mobile-runtime .ops-breadcrumb-separator {
    display: none;
  }

  html.ops-mobile-runtime .ops-top-user-meta,
  html.ops-mobile-runtime .ops-top-user-arrow {
    display: none;
  }

  html.ops-mobile-runtime .ops-top-user-trigger {
    width: 34px;
    justify-content: center;
  }

  html.ops-mobile-runtime .ops-user-dropdown {
    right: -2px;
  }

  html.ops-mobile-runtime .ops-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-filter-row {
    grid-template-columns: 1fr;
  }
}


.ops-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ops-filter-item {
  margin-bottom: 0;
}

.ops-filter-row-workorders .ops-btn,
.ops-filter-row-demands .ops-btn,
.ops-filter-row-keeper-demands .ops-btn,
.ops-filter-row-keeper-customers .ops-btn,
.ops-filter-row-schedule .ops-btn,
.ops-filter-row-settlements .ops-btn {
  align-self: end;
  height: 43px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ops-btn-filter-equal {
  width: 84px;
}
.ops-filter-row-workorders {
  grid-template-columns: minmax(280px, 1.6fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr);
}

.ops-workorders-filter-extra {
  display: none;
}

.ops-workorders-filter-card.is-expanded .ops-workorders-filter-extra {
  display: block;
}

.ops-workorder-filter-expand {
  min-width: 150px;
  gap: 6px;
  white-space: nowrap;
}

.ops-workorder-filter-expand .label-text,
.ops-workorder-filter-expand .arrow {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 1440px) {
  html.ops-mobile-runtime .ops-filter-row-workorders-directed {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ops-filter-row-schedule {
  grid-template-columns: 1fr 2fr;
}

.ops-filter-row-keeper-demands,
.ops-filter-row-keeper-customers {
  margin-bottom: 0;
}

.ops-filter-row-keeper-customers .ops-filter-actions-keeper-customers {
  grid-column: 3 / span 1;
  justify-self: start;
}

.ops-filter-bar.ops-filter-row-settlements {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
  gap: 12px 14px;
}

.ops-settlement-filter-card.is-hidden {
  display: none;
}

.ops-settlement-filter-card .ops-filter-item {
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: none;
}

.ops-settlement-filter-card .ops-filter-actions {
  grid-column: 7 / -1;
  justify-self: end;
  align-self: end;
  flex: 0 0 auto;
  justify-content: flex-end;
  flex-wrap: nowrap;
  min-width: max-content;
  white-space: nowrap;
}

@media (min-width: 901px) and (max-width: 1440px) {
  html.ops-mobile-runtime .ops-filter-bar.ops-filter-row-settlements {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-settlement-filter-card .ops-filter-actions {
    grid-column: 4 / -1;
  }
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-filter-bar.ops-filter-row-settlements {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-settlement-filter-card .ops-filter-actions {
    grid-column: auto;
    justify-self: stretch;
    min-width: 0;
  }
}

.ops-settlement-list-card .ops-list-toolbar {
  margin: 12px 0 16px;
}

.ops-settlement-toolbar-actions {
  justify-content: flex-start;
}

.ops-settlement-table-tools {
  margin-left: auto;
}

.ops-settlement-detail-head {
  align-items: flex-start;
}

.ops-settlement-detail-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-settlement-detail-head {
    display: grid;
  }

  html.ops-mobile-runtime .ops-settlement-detail-summary-grid {
    grid-template-columns: 1fr;
  }
}

.ops-table.ops-table-settlement th,
.ops-table.ops-table-settlement td {
  white-space: nowrap;
  word-break: keep-all;
}

.ops-table-wrap .ops-table-settlement-detail {
  min-width: 2850px;
  table-layout: auto;
}

.ops-table-wrap .ops-table-settlement-detail th,
.ops-table-wrap .ops-table-settlement-detail td {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.ops-table-wrap .ops-table-settlement-detail th:nth-child(9),
.ops-table-wrap .ops-table-settlement-detail td:nth-child(9),
.ops-table-wrap .ops-table-settlement-detail th:nth-child(10),
.ops-table-wrap .ops-table-settlement-detail td:nth-child(10),
.ops-table-wrap .ops-table-settlement-detail th:nth-child(11),
.ops-table-wrap .ops-table-settlement-detail td:nth-child(11) {
  min-width: 260px;
}

.ops-detail-stack .ops-settlement-detail-table-card {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.ops-detail-stack .ops-settlement-detail-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: #9ca3af #f1f5f9;
}

.ops-detail-stack .ops-settlement-detail-table-wrap::-webkit-scrollbar {
  height: 12px;
}

.ops-detail-stack .ops-settlement-detail-table-wrap::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 999px;
}

.ops-detail-stack .ops-settlement-detail-table-wrap::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 999px;
}

.ops-detail-stack .ops-settlement-detail-table-wrap::-webkit-scrollbar-thumb:hover {
  background: #6b7280;
}


.ops-cell-main {
  font-weight: 600;
}

.ops-cell-sub {
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.45;
  word-break: break-all;
}

.ops-inline-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}


.ops-col-address {
  min-width: 180px;
  max-width: 260px;
}

.ops-table th.ops-col-address,
.ops-table td.ops-col-address {
  width: 220px;
}

.ops-col-remark {
  min-width: 180px;
}

.ops-table.ops-table-abnormal {
  min-width: 1880px;
  table-layout: auto;
}

.ops-table.ops-table-abnormal th,
.ops-table.ops-table-abnormal td {
  white-space: nowrap;
  word-break: keep-all;
}
.ops-table.ops-table-workorder th,
.ops-table.ops-table-workorder td {
  white-space: nowrap;
  word-break: keep-all;
}

.ops-table.ops-table-workorder td.ops-col-address,
.ops-table.ops-table-workorder td.ops-col-remark {
  white-space: normal;
  word-break: break-word;
}

.ops-table.ops-table-abnormal .ops-col-address,
.ops-table.ops-table-workorder .ops-col-address {
  min-width: 180px;
  width: 220px;
}

.ops-table.ops-table-abnormal th.ops-col-orderno,
.ops-table.ops-table-abnormal td.ops-col-orderno {
  width: 220px;
  min-width: 220px;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.ops-table.ops-table-abnormal .ops-col-orderno .ops-cell-main {
  white-space: nowrap;
}

.ops-abnormal-emphasis {
  color: var(--el-color-primary);
  white-space: normal;
  word-break: break-word;
}

.ops-table th.ops-col-actions,
.ops-table td.ops-col-actions {
  position: sticky;
  right: 0;
  z-index: 2;
  min-width: 236px;
  width: 236px;
  box-shadow: -6px 0 10px rgba(17, 24, 39, 0.05);
}

.ops-table th.ops-col-actions {
  z-index: 3;
  background: var(--el-color-primary);
}

.ops-table td.ops-col-actions {
  background: #fff;
  white-space: nowrap;
}

.ops-table.ops-table-abnormal th.ops-col-actions,
.ops-table.ops-table-abnormal td.ops-col-actions {
  position: sticky;
  right: 0;
  min-width: 236px;
  width: 236px;
  box-shadow: -6px 0 10px rgba(17, 24, 39, 0.05);
}

.ops-col-actions .ops-inline-actions,
.ops-col-actions-demand .ops-inline-actions {
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: -2px;
}

.ops-col-actions .ops-btn,
.ops-col-actions .ops-link-btn,
.ops-col-actions-demand .ops-btn,
.ops-col-actions-demand .ops-link-btn {
  padding: 6px 10px;
  font-size: 12px;
  white-space: nowrap;
  word-break: keep-all;
  flex: 0 0 auto;
}

.ops-col-actions .ops-link-btn,
.ops-col-actions .ops-table-action,
.ops-col-actions-demand .ops-link-btn,
.ops-col-actions-demand .ops-table-action {
  color: var(--el-color-primary);
}

.ops-table.ops-table-settlement th.ops-col-actions,
.ops-table.ops-table-settlement td.ops-col-actions {
  min-width: 220px;
  width: 220px;
}

.ops-table.ops-table-abnormal th.ops-col-actions,
.ops-table.ops-table-settlement th.ops-col-actions,
.ops-table th.ops-col-actions-demand {
  background: var(--el-color-primary);
}

.ops-table th.ops-col-actions-demand,
.ops-table td.ops-col-actions-demand {
  min-width: 236px;
  width: 236px;
  white-space: nowrap;
}
.ops-hint {
  font-size: 12px;
  color: var(--muted);
}

.ops-schedule-dispatch {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  min-width: 280px;
}

.ops-modal-mask {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.36);
  z-index: 2000;
}

body.ops-modal-open {
  overflow: hidden;
}

body.ops-modal-open .ops-main-scroll {
  overflow: hidden;
}

.ops-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1440px, calc(var(--ops-canvas-width) - 24px));
  max-width: none;
  max-height: calc(var(--ops-canvas-height) - 32px);
  overflow: hidden;
  background: var(--surface);
  border-radius: 12px;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.2);
  z-index: 2001;
  padding: var(--ops-modal-padding);
  font-size: var(--ops-font-size-body);
}

.ops-modal-worker-detail {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ops-modal-worker-detail .ops-modal-header {
  flex: 0 0 auto;
}

.ops-modal-worker-detail > .ops-worker-detail-modal {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.ops-modal.ops-modal-sm {
  width: min(560px, calc(var(--ops-canvas-width) - 24px));
}

.ops-modal.ops-dialog-modal {
  width: min(520px, calc(var(--ops-canvas-width) - 24px));
}

#ops-dialog-root .ops-modal-mask {
  z-index: 22000;
}

#ops-dialog-root .ops-modal {
  z-index: 22001;
}

.ops-modal.ops-modal-demand-reject {
  width: min(560px, calc(var(--ops-canvas-width) - 24px));
}

.ops-modal-demand-reject .ops-detail-grid {
  grid-template-columns: 1fr;
}

.ops-modal-demand-reject .ops-detail-item-span {
  grid-column: 1 / -1;
}

.ops-dialog-message {
  color: var(--text);
  font-size: var(--ops-font-size-body);
  line-height: 1.6;
  white-space: normal;
}

.ops-select-native-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ops-business-select-input {
  width: 100%;
}

.ops-org-cascader-input {
  width: 100%;
  cursor: pointer;
  background-color: #fff;
}

.ops-org-cascader-panel {
  position: fixed;
  z-index: 2200;
  display: none;
  max-width: calc(var(--ops-canvas-width) - 24px);
  max-height: min(520px, calc(var(--ops-canvas-height) - 48px));
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe3eb;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.16);
}

.ops-org-cascader-panel.show {
  display: flex;
  flex-direction: column;
}

.ops-org-cascader-search {
  flex: 0 0 auto;
  padding: 10px;
  border-bottom: 1px solid #edf0f5;
}

.ops-org-cascader-current {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: #606b80;
  font-size: 13px;
  line-height: 1.5;
  border-bottom: 1px solid #edf0f5;
}

.ops-org-cascader-columns {
  flex: 1 1 auto;
  display: flex;
  min-height: 220px;
  overflow-x: auto;
  overflow-y: hidden;
}

.ops-org-cascader-flat-list {
  flex: 1 1 auto;
  min-height: 220px;
  overflow-y: auto;
}

.ops-org-cascader-column {
  width: 190px;
  min-width: 190px;
  max-height: none;
  overflow-y: auto;
  border-right: 1px solid #edf0f5;
}

.ops-org-cascader-column:last-child {
  border-right: 0;
}

.ops-org-cascader-option,
.ops-org-cascader-search-item,
.ops-org-cascader-flat-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  border: 0;
  background: #fff;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.ops-org-cascader-option:hover,
.ops-org-cascader-option:focus,
.ops-org-cascader-search-item:hover,
.ops-org-cascader-search-item:focus,
.ops-org-cascader-flat-option:hover,
.ops-org-cascader-flat-option:focus {
  background: #f5f8ff;
}

.ops-org-cascader-option.active,
.ops-org-cascader-flat-option.active {
  background: #fff4ed;
  color: #ff6a00;
  font-weight: 600;
}

.ops-org-cascader-flat-option {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 9px 12px;
  border-bottom: 1px solid #edf0f5;
}

.ops-org-cascader-flat-name {
  color: #1f2937;
  font-weight: 500;
}

.ops-org-cascader-flat-path {
  max-width: 100%;
  overflow: hidden;
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-org-cascader-arrow {
  color: #99a3b3;
  font-size: 16px;
}

.ops-org-cascader-search-results {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 180px;
  overflow-y: auto;
  border-bottom: 1px solid #edf0f5;
}

.ops-org-cascader-empty {
  padding: 10px 12px;
  color: #8a94a6;
  font-size: 13px;
}

.ops-org-cascader-empty-column .ops-org-cascader-empty {
  width: 100%;
  line-height: 1.6;
}

.ops-org-cascader-footer {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #edf0f5;
}

.ops-empty-state {
  padding: 28px 16px;
  color: var(--muted);
  text-align: center;
}

.ops-empty-state-text {
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
}

.ops-empty-state-subtext {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.6;
}

.ops-empty-state-actions {
  margin-top: 12px;
}

.ops-fixed-action-bar {
  position: sticky;
  bottom: 0;
  z-index: 10;
  background: var(--surface);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
}

.ops-fixed-action-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
}

.ops-fixed-action-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  min-width: 0;
  color: var(--muted);
  font-size: 13px;
}

.ops-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--border);
}

.ops-modal-title {
  font-size: var(--ops-modal-title-size);
  font-weight: 700;
  line-height: 1.4;
}

.ops-modal-close-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--ops-modal-close-size);
  width: var(--ops-modal-close-size);
  height: var(--ops-modal-close-size);
  min-height: var(--ops-modal-close-size);
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  box-shadow: none;
}

.ops-modal-close-icon:hover,
.ops-modal-close-icon:focus-visible {
  background: var(--surface-soft);
  color: var(--text);
}

.ops-modal-card {
  margin-bottom: 0;
  padding: 12px;
  box-shadow: none;
}

.ops-modal-body {
  padding: 12px 0;
  font-size: var(--ops-font-size-body);
}

.ops-modal-footer,
.ops-modal-actions {
  gap: 8px;
  padding: 12px 0 0;
  font-size: var(--ops-font-size-body);
}

.ops-modal-batch-dispatch {
  width: min(1500px, calc(var(--ops-canvas-width) - 24px));
  height: min(920px, calc(var(--ops-canvas-height) - 24px));
  max-height: calc(var(--ops-canvas-height) - 24px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ops-modal-batch-dispatch .ops-modal-header {
  flex-shrink: 0;
}

.ops-modal-batch-dispatch #ops-workorder-batch-dispatch-body {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ops-customer-consumption-modal {
  width: min(760px, calc(var(--ops-canvas-width) - 48px));
  padding: var(--ops-modal-padding);
  border-radius: 8px;
}

.ops-customer-consumption-modal .ops-modal-header {
  padding: 0 0 8px;
  border-bottom: 1px solid var(--border);
}

.ops-customer-consumption-modal .ops-modal-title {
  font-size: var(--ops-modal-title-size);
  font-weight: 600;
}

.ops-customer-consumption-form {
  margin: 0;
  padding: 12px 0 0;
  border: 0;
}

.ops-customer-consumption-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.ops-customer-consumption-grid .ops-form-item {
  margin-bottom: 0;
}

.ops-customer-consumption-grid .ops-detail-item-span {
  grid-column: 1 / -1;
}

.ops-customer-consumption-grid textarea {
  min-height: 92px;
  resize: vertical;
}

.ops-customer-consumption-form .ops-modal-actions {
  margin-top: 12px;
  padding: 0;
}

.ops-import-modal {
  width: min(560px, calc(var(--ops-canvas-width) - 48px));
  padding: var(--ops-modal-padding);
  border-radius: 12px;
}

.ops-import-modal .ops-modal-header {
  padding: 0 0 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.ops-import-modal .ops-modal-title {
  font-size: var(--ops-modal-title-size);
  font-weight: 600;
  color: var(--text);
}

.ops-modal-customer-assign {
  width: min(560px, calc(var(--ops-canvas-width) - 48px));
  padding: var(--ops-modal-padding);
  border-radius: 8px;
}

.ops-modal-customer-assign .ops-modal-header {
  padding: 0 0 8px;
  margin-bottom: 0;
  border-bottom: 0;
}

.ops-modal-customer-assign .ops-modal-title {
  font-size: var(--ops-modal-title-size);
  font-weight: 600;
  color: var(--text);
}

.keeper-customer-assign-form {
  margin: 0;
}

.keeper-customer-assign-tabs {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.keeper-customer-assign-tabs .ops-keeper-tab {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
}

.keeper-customer-assign-tabs .ops-keeper-tab.active {
  border-bottom-color: var(--brand);
}

.keeper-customer-assign-panel.hidden {
  display: none;
}

.keeper-customer-assign-panel .ops-form-grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.keeper-customer-assign-panel .ops-form-item {
  margin-bottom: 0;
}

.keeper-customer-assign-count {
  margin-top: 4px;
  color: #9aa3b2;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

.ops-modal-customer-assign .ops-import-dropzone {
  min-height: 168px;
}

.ops-modal-customer-assign .ops-import-cloud {
  color: #d2d6de;
}

.ops-modal-customer-assign .ops-import-file-icon {
  color: #22c55e;
  font-size: 20px;
}

.keeper-customer-assign-import-reason {
  margin-top: 16px;
}

.keeper-customer-assign-actions {
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
  padding: 0;
}

.keeper-customer-assign-actions .ops-btn {
  min-width: 76px;
}

.ops-import-modal-body {
  padding: 0;
}

.ops-import-dropzone {
  width: 100%;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px dashed var(--border);
  border-radius: 6px;
  background: #fff;
  color: #6b7280;
  cursor: pointer;
  font: inherit;
  text-align: center;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.ops-import-dropzone:hover,
.ops-import-dropzone.is-dragover {
  background: rgba(255, 112, 23, 0.05);
  border-color: var(--primary-hover);
}

.ops-import-dropzone:focus-visible {
  outline: 2px solid rgba(255, 122, 26, 0.22);
  outline-offset: 2px;
  border-color: var(--brand);
}

.ops-import-cloud {
  color: #c2c7d0;
  line-height: 0;
}

.ops-import-cloud svg {
  width: 48px;
  height: 48px;
}

.ops-import-drop-text {
  font-size: 14px;
  color: #6b7280;
}

.ops-import-link,
.ops-import-template-link {
  color: var(--brand);
}

.ops-modal-grouped-workorder {
  width: min(760px, calc(var(--ops-canvas-width) - 48px));
  padding: var(--ops-modal-padding);
  border-radius: 8px;
}

.ops-modal-grouped-workorder .ops-modal-header {
  padding: 0 0 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.ops-modal-grouped-workorder {
  position: relative;
}

.ops-modal-grouped-workorder .ops-modal-title {
  color: var(--text);
  font-size: var(--ops-modal-title-size);
  font-weight: 600;
}

.ops-grouped-workorder-form {
  margin: 0;
  padding: 12px 0 0;
}

.ops-grouped-workorder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px;
}

.ops-grouped-workorder-grid .ops-form-item {
  min-width: 0;
  margin-bottom: 0;
}

.ops-modal .ops-region-form-item.is-open,
.ops-modal .ops-region-filter-item.is-open {
  z-index: 21010;
}

.ops-modal .ops-region-cascader-panel {
  z-index: 21010;
}

.ops-grouped-workorder-grid .ops-form-label {
  margin-bottom: 8px;
  color: #606266;
  font-size: 14px;
}

.ops-grouped-workorder-grid .ops-input,
.ops-grouped-workorder-grid .ops-textarea {
  width: 100%;
}

.ops-grouped-workorder-grid .ops-input[readonly] {
  background: #f7f8fa;
  color: #606266;
  cursor: default;
}

.ops-grouped-form-span-2 {
  grid-column: span 2;
}

.ops-grouped-form-full {
  grid-column: 1 / -1;
}

.ops-grouped-date-range {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.ops-grouped-date-range span {
  color: #606266;
  text-align: center;
}

.ops-grouped-customer-hidden-fields {
  display: none;
}

.ops-grouped-customer-list-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.ops-grouped-customer-list-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.ops-grouped-customer-list-head .ops-form-label {
  display: block;
  margin-bottom: 4px;
  color: #606266;
  font-size: 14px;
}

.ops-grouped-customer-list-toolbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.ops-grouped-customer-list-wrap {
  width: 100%;
  max-width: 100%;
}

.ops-grouped-customer-list-table {
  min-width: 1480px;
  margin: 0;
  table-layout: fixed;
}

.ops-grouped-customer-list-table th,
.ops-grouped-customer-list-table td {
  padding: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.ops-grouped-customer-list-table th:first-child,
.ops-grouped-customer-list-table td:first-child {
  text-align: center;
}

.ops-grouped-customer-list-table th.ops-col-actions,
.ops-grouped-customer-list-table td.ops-col-actions {
  min-width: var(--ops-action-col-width);
  width: var(--ops-action-col-width);
  max-width: var(--ops-action-col-width);
}

.ops-grouped-customer-list-empty {
  height: 48px;
  color: #909399;
  text-align: center;
}

.ops-grouped-customer-list-pagination {
  margin-top: 12px;
  justify-content: flex-end;
}

.ops-grouped-customer-list-pagination .ops-pagination-size-label {
  display: none;
}

.ops-grouped-workorder-create-page .ops-grouped-customer-list-section {
  padding-bottom: 96px;
}

.ops-grouped-customer-picker-field {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ops-grouped-customer-picker-btn {
  min-width: 96px;
}

.ops-grouped-customer-count-cell {
  overflow: visible;
}

.ops-grouped-customer-count-stepper {
  display: inline-flex;
  align-items: center;
  width: 102px;
  height: 34px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.ops-grouped-customer-count-btn {
  flex: 0 0 34px;
  width: 34px;
  height: 32px;
  border: 0;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.ops-grouped-customer-count-btn:disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}

.ops-grouped-customer-count-input {
  flex: 0 0 34px;
  width: 34px;
  height: 32px;
  border: 0;
  border-left: 1px solid #dcdfe6;
  border-right: 1px solid #dcdfe6;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  outline: none;
  appearance: textfield;
}

.ops-grouped-customer-count-input::-webkit-outer-spin-button,
.ops-grouped-customer-count-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.ops-grouped-selected-customers {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 0;
  max-height: 160px;
  margin-top: 6px;
  padding-right: 4px;
  overflow-y: auto;
}

.ops-grouped-selected-customer-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid #ffe0ca;
  border-radius: 4px;
  background: #fff7f0;
  color: #e96f1e;
  font-size: 12px;
  line-height: 20px;
  overflow-wrap: anywhere;
  white-space: normal;
}

.ops-grouped-customer-picker-popover {
  position: absolute;
  inset: 0;
  z-index: 21020;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.22);
}

.ops-grouped-customer-picker-card {
  width: min(860px, calc(100% - 48px));
  max-height: min(660px, calc(100% - 48px));
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
}

.ops-grouped-customer-picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ops-grouped-customer-picker-search {
  margin-bottom: 10px;
}

.ops-grouped-transfer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  gap: 12px;
  min-height: 360px;
}

.ops-grouped-transfer-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ops-grouped-transfer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28px;
  margin-bottom: 8px;
  color: #303133;
  font-size: 14px;
  font-weight: 600;
}

.ops-grouped-transfer-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ops-grouped-transfer-actions .ops-btn {
  width: 36px;
  min-width: 36px;
  padding: 0;
  font-size: 20px;
}

.ops-grouped-customer-picker-list {
  min-height: 240px;
  max-height: 360px;
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: 6px;
}

.ops-grouped-customer-picker-selected-list {
  flex: 1;
}

.ops-grouped-customer-picker-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 6px 10px;
  border-bottom: 1px solid #f1f2f5;
  cursor: pointer;
}

.ops-grouped-customer-picker-row:last-child {
  border-bottom: none;
}

.ops-grouped-customer-picker-actions {
  margin-top: 12px;
}

.ops-grouped-customer-transfer-overlay {
  position: fixed;
  inset: 0;
  z-index: 22000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ops-grouped-customer-transfer-overlay .ops-modal-mask {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background: rgba(15, 23, 42, 0.68);
}

.ops-grouped-customer-transfer-modal {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(var(--ops-canvas-width) - 48px));
  height: min(760px, calc(var(--ops-canvas-height) - 48px));
  max-height: calc(var(--ops-canvas-height) - 48px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.24);
}

.ops-grouped-customer-transfer-modal .ops-modal-header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 16px;
  border-bottom: 1px solid var(--border);
}

.ops-grouped-customer-transfer-modal .ops-modal-title {
  color: var(--text);
  font-size: 18px;
  font-weight: 600;
}

.ops-grouped-customer-transfer-modal .ops-modal-body {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  padding: 16px;
}

.ops-grouped-customer-transfer-modal .ops-modal-footer {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid var(--border);
}

.ops-grouped-customer-transfer-modal .ops-keeper-transfer {
  height: 100%;
  min-height: 0;
  max-height: none;
}

.ops-grouped-customer-transfer-modal .ops-keeper-transfer-left,
.ops-grouped-customer-transfer-modal .ops-keeper-transfer-right {
  min-height: 0;
}

.ops-grouped-customer-transfer-modal .ops-keeper-transfer-title label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ops-grouped-customer-transfer-modal .ops-keeper-transfer-list {
  min-height: 0;
  max-height: none;
}

.ops-grouped-customer-transfer-modal .ops-keeper-transfer-list label span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-grouped-customer-transfer-modal .ops-keeper-transfer-foot {
  flex-shrink: 0;
}

.ops-grouped-customer-transfer-modal .ops-keeper-transfer-empty {
  height: 100%;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #909399;
  font-size: 13px;
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-grouped-customer-transfer-modal {
    width: calc(var(--ops-canvas-width) - 24px);
    height: calc(var(--ops-canvas-height) - 24px);
  }

  html.ops-mobile-runtime .ops-grouped-customer-transfer-modal .ops-keeper-transfer {
    min-height: 0;
  }
}

.ops-grouped-service-address-field .ops-input {
  width: 100%;
}

.ops-grouped-remark-wrap {
  position: relative;
}

.ops-grouped-remark-wrap .ops-textarea {
  min-height: 96px;
  padding-bottom: 28px;
  resize: vertical;
}

.ops-grouped-remark-count {
  position: absolute;
  right: 12px;
  bottom: 9px;
  color: #9aa3b2;
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
}

.ops-grouped-workorder-actions {
  margin-top: 12px;
  padding: 0;
}

.ops-grouped-workorder-create-page {
  min-height: calc(var(--ops-canvas-height) - var(--topbar-height) - (var(--ops-page-padding-y) * 2));
  padding: 6px 0 112px;
}

.ops-grouped-workorder-create-card {
  width: 100%;
  margin: 0;
  padding: 18px 20px 20px;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  background: #fff;
}

.ops-grouped-workorder-create-title {
  margin: 0 0 16px;
  color: #303133;
  font-size: 18px;
  font-weight: 600;
}

.ops-grouped-workorder-create-page .ops-grouped-workorder-form {
  padding: 0;
}

.ops-grouped-workorder-create-page .ops-grouped-workorder-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ops-grouped-workorder-create-page .ops-grouped-customer-form-item {
  grid-column: 1 / -1;
}

.ops-grouped-workorder-create-page .ops-grouped-workorder-actions {
  position: fixed;
  right: 0;
  bottom: 0;
  left: var(--sidebar-width);
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 64px;
  margin: 0;
  padding: 12px 24px;
  border-top: 1px solid #ebeef5;
  background: #fff;
}

.ops-layout.is-sidebar-collapsed .ops-grouped-workorder-create-page .ops-grouped-workorder-actions {
  left: var(--sidebar-collapsed-width);
}

.ops-grouped-workorder-create-page .ops-grouped-workorder-actions .ops-btn {
  min-width: 112px;
}

.ops-modal-abnormal-edit {
  width: min(820px, calc(var(--ops-canvas-width) - 48px));
  padding: var(--ops-modal-padding);
  border-radius: 8px;
}

.ops-modal-abnormal-edit .ops-modal-header {
  padding: 0 0 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.ops-modal-abnormal-edit .ops-modal-title {
  color: var(--text);
  font-size: var(--ops-modal-title-size);
  font-weight: 600;
}

.ops-modal-abnormal-edit .ops-modal-footer {
  margin-top: 12px;
  padding: 0;
}

.ops-abnormal-edit-modal {
  padding: 12px 0 0;
}

.ops-abnormal-edit-panel {
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
}

.ops-abnormal-edit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 24px;
}

.ops-abnormal-edit-field {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
}

.ops-abnormal-edit-field-full {
  grid-column: 1 / -1;
}

.ops-abnormal-edit-label {
  color: #606266;
  font-size: 14px;
  line-height: 1.4;
}

.ops-abnormal-edit-static {
  min-width: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
  word-break: break-word;
}

.ops-abnormal-edit-input {
  width: 100%;
  max-width: 280px;
}

.ops-abnormal-reason-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  line-height: 1.5;
}

.ops-abnormal-reason-option {
  margin: 0;
}

.ops-abnormal-reason-group + .ops-abnormal-edit-textarea {
  margin-top: 10px;
}

.ops-abnormal-edit-textarea {
  width: 100%;
  min-height: 96px;
  resize: vertical;
}

.ops-import-helper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
  text-align: left;
}

.ops-import-helper > span {
  min-width: 0;
}

.ops-import-template-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--brand);
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  text-decoration: none;
  white-space: nowrap;
  word-break: keep-all;
  cursor: pointer;
}

.ops-import-template-link:hover,
.ops-import-template-link:focus-visible {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ops-import-error {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  margin-top: 12px;
  max-height: 220px;
  overflow-y: auto;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff1f2;
  color: #ef4444;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.ops-import-error.is-hidden {
  display: none;
}

.ops-import-error-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.ops-import-error-text {
  min-width: 0;
  white-space: pre-line;
  word-break: break-word;
}
.ops-import-preview {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #f8fbff;
  color: var(--text);
  font-size: 13px;
  line-height: 1.6;
}

.ops-import-preview.is-hidden {
  display: none;
}

.ops-import-preview-summary {
  font-weight: 600;
}

.ops-import-preview-errors {
  max-height: 180px;
  margin: 0;
  padding-left: 22px;
  overflow: auto;
  color: var(--danger);
}

.ops-import-preview-more {
  color: var(--muted);
}

.ops-import-modal:has(.ops-import-preview:not(.is-hidden)) {
  width: min(720px, calc(var(--ops-canvas-width) - 48px));
}


.ops-import-file-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.ops-import-file-list.is-hidden {
  display: none;
}

.ops-import-file-row {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 28px;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
}

.ops-import-file-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.ops-import-file-meta {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.ops-import-file-title {
  min-width: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-import-file-size {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.ops-import-file-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #9aa3b2;
  cursor: pointer;
}

.ops-import-file-remove:hover {
  color: var(--danger);
  background: rgba(245, 108, 108, 0.08);
}

.ops-import-actions {
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
  padding: 0;
}

.ops-import-actions .ops-btn {
  min-width: 76px;
  min-height: 34px;
  height: 34px;
  font-size: 14px;
}

.ops-detail-stack.ops-workorder-batch-layout {
  flex: 1;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.ops-workorder-batch-table-block {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.ops-workorder-batch-table-wrap {
  flex: 1;
  min-height: 0;
  overflow: auto;
}

.ops-modal-batch-dispatch .ops-workorder-batch-layout > .ops-modal-card,
.ops-workorder-batch-table-block .ops-pagination {
  flex: 0 0 auto;
}

.ops-workorder-batch-footer {
  margin-top: 0;
  flex-shrink: 0;
  border-top: 1px solid var(--border);
  padding-top: 10px;
  background: var(--surface);
}

.ops-batch-target-object-group {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ops-batch-target-object-group .ops-radio-label {
  margin-right: 0;
}

.ops-detail-stack {
  display: grid;
  gap: 14px;
}

.ops-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.ops-detail-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ops-detail-item {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ops-detail-item-span {
  grid-column: span 3;
}

.ops-detail-label {
  color: var(--muted);
  font-size: 12px;
}

.ops-detail-value {
  font-size: 14px;
  line-height: 1.6;
  min-width: 0;
}
.ops-detail-value-break {
  word-break: break-all;
}


.ops-workorder-detail-rows {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}

.ops-workorder-detail-row {
  --ops-workorder-detail-cols: 3;
  display: grid;
  grid-template-columns: repeat(var(--ops-workorder-detail-cols), minmax(0, 1fr));
  gap: 10px 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ops-workorder-detail-row + .ops-workorder-detail-row {
  border-top: 0;
  padding-top: 0;
}
.ops-workorder-detail-item {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ops-workorder-detail-label {
  color: var(--muted);
  font-size: 12px;
}

.ops-workorder-detail-value {
  font-size: 14px;
  line-height: 1.6;
  min-width: 0;
}

.ops-modal-table {
  min-width: 100%;
}

.ops-candidate-table {
  min-width: 760px;
}

.ops-suborder-table {
  min-width: 920px;
}

.ops-modal-table th,
.ops-modal-table td {
  white-space: normal;
  word-break: break-word;
}

@media (max-width: 1200px) {
  html.ops-mobile-runtime .ops-board {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-layout {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  html.ops-mobile-runtime .ops-filter-row-workorders,
  html.ops-mobile-runtime .ops-filter-row-schedule,
  html.ops-mobile-runtime .ops-filter-row-keeper-demands,
  html.ops-mobile-runtime .ops-filter-row-keeper-customers,
  html.ops-mobile-runtime .ops-filter-row {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-filter-row-keeper-customers .ops-filter-actions-keeper-customers {
    grid-column: auto;
  }

  html.ops-mobile-runtime .ops-page-head {
    flex-direction: column;
    align-items: stretch;
  }

  html.ops-mobile-runtime .ops-page-head .ops-btn {
    width: 100%;
  }

  html.ops-mobile-runtime .ops-detail-grid,
  html.ops-mobile-runtime .ops-detail-grid-wide,
  html.ops-mobile-runtime .ops-grouped-workorder-grid,
  html.ops-mobile-runtime .ops-customer-consumption-grid,
  html.ops-mobile-runtime .ops-abnormal-edit-grid,
  html.ops-mobile-runtime .ops-workorder-detail-row {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-detail-item-span,
  html.ops-mobile-runtime .ops-grouped-form-span-2,
  html.ops-mobile-runtime .ops-grouped-form-full,
  html.ops-mobile-runtime .ops-abnormal-edit-field-full,
  html.ops-mobile-runtime .ops-customer-consumption-grid .ops-detail-item-span {
    grid-column: span 1;
  }

  html.ops-mobile-runtime .ops-modal {
    width: calc(var(--ops-canvas-width) - 20px);
    max-height: calc(var(--ops-canvas-height) - 20px);
  }
}
.ops-schedule-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ops-schedule-calendar-title {
  font-size: 16px;
  font-weight: 700;
}

.ops-sch-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  min-height: 92px;
  border: 0;
  border-right: 1px solid #edf0f6;
  border-bottom: 1px solid #edf0f6;
  background: #fff;
  cursor: pointer;
  text-align: left;
}

.ops-sch-cell.is-selected {
  box-shadow: inset 0 0 0 2px #ff8f3d;
}

.ops-sch-meta {
  display: grid;
  gap: 4px;
  width: 100%;
}

.ops-sch-count {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}

.ops-sch-count-none {
  background: #e64a63;
}

.ops-sch-count-morning {
  background: #4caf7a;
}

.ops-sch-count-afternoon {
  background: #4a8fdc;
}

.ops-tag-success {
  color: #fff;
  background: #16a34a;
}

.ops-tag-none {
  color: #fff;
  background: #64748b;
}

.ops-tag-morning {
  color: #fff;
  background: #2563eb;
}

.ops-tag-afternoon {
  color: #fff;
  background: #7c3aed;
}

.ops-sch-dot.ops-sch-none {
  background: #e64a63;
  border-color: #e64a63;
}

.ops-sch-dot.ops-sch-morning {
  background: #4caf7a;
  border-color: #4caf7a;
}

.ops-sch-dot.ops-sch-afternoon {
  background: #4a8fdc;
  border-color: #4a8fdc;
}

.ops-radio-label,
.ops-check-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ops-radio-label input,
.ops-check-label input {
  margin: 0;
}

.ops-schedule-order-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.ops-schedule-modal-table {
  min-width: 680px;
}

.ops-dispatch-object-switch {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.ops-pagination-compact {
  margin-top: 10px;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-sch-cell {
    min-height: 82px;
  }

  html.ops-mobile-runtime .ops-sch-count {
    font-size: 11px;
    padding: 2px 6px;
  }

  html.ops-mobile-runtime .ops-schedule-order-grid {
    grid-template-columns: 1fr;
  }
}


.ops-tree-cell {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ops-tree-cell-child {
  padding-left: 8px;
}

.ops-tree-content {
  min-width: 0;
  flex: 1;
}

.ops-tree-toggle {
  width: 22px;
  height: 22px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  flex: 0 0 22px;
  line-height: 1;
}

.ops-tree-spacer {
  width: 22px;
  flex: 0 0 22px;
}

.ops-row-child td {
  background: #fafbfe;
}

.ops-cell-muted {
  color: var(--muted);
}

.ops-workorder-status-cell {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}

.ops-workorder-status-cell .ops-cell-sub {
  white-space: nowrap;
}


.ops-row-child td {
  padding: 0;
  background: #fafbfe;
}

.ops-suborder-card {
  margin-left: 56px;
  padding: 16px 18px;
  border-left: 3px solid #ff8c2a;
  background: #fffaf5;
}

.ops-suborder-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.ops-suborder-title {
  font-weight: 700;
  color: var(--text);
}

.ops-suborder-worker {
  color: var(--muted);
  font-size: 12px;
}

.ops-suborder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.ops-suborder-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ops-suborder-item-span {
  grid-column: 1 / -1;
}

.ops-suborder-label {
  font-size: 12px;
  color: var(--muted);
}

.ops-suborder-value {
  color: var(--text);
  min-width: 0;
}

.ops-photo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ops-photo-link {
  display: inline-flex;
  width: 72px;
  height: 72px;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.ops-photo-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ops-address-text {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.6;
}



.ops-filter-row-system-users {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ops-filter-row-system-roles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ops-system-form-grid {
  --ops-system-form-columns: 2;
  display: grid;
  grid-template-columns: repeat(var(--ops-system-form-columns), minmax(0, 1fr));
  gap: 10px 12px;
}

.ops-system-form-grid .ops-detail-item-span {
  grid-column: 1 / -1;
}

.ops-modal-provider {
  width: min(1320px, calc(var(--ops-canvas-width) - 24px));
}

.ops-provider-form-grid {
  gap: 12px 14px;
}

.ops-master-form-section {
  grid-column: 1 / -1;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.ops-master-form-section-title {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.ops-master-form-section-grid {
  display: grid;
  grid-template-columns: repeat(var(--ops-system-form-columns), minmax(0, 1fr));
  gap: 10px 12px;
}

.ops-master-form-section-grid .ops-form-item {
  margin-bottom: 0;
}

.ops-master-form-section-grid .ops-detail-item-span {
  grid-column: 1 / -1;
}

.ops-master-form-section-legal-person {
  border-color: #fed7aa;
  background: #fff7ed;
}

.ops-master-form-section-business-owner {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.ops-worker-form-grid {
  --ops-system-form-columns: 6;
}

.ops-worker-form-grid > .ops-form-item,
.ops-worker-form-grid > .ops-detail-item {
  grid-column: span 2;
  min-width: 0;
}

.ops-worker-form-grid .ops-worker-half {
  grid-column: span 2;
}

.ops-worker-detail-grid > .ops-worker-detail-section {
  grid-column: 1 / -1 !important;
}

.ops-worker-detail-section .ops-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.ops-worker-detail-section .ops-master-subtable {
  min-width: 680px;
}

.ops-worker-detail-modal {
  padding-bottom: 0;
}

.ops-worker-detail-modal .ops-modal-actions {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin: 12px -12px 0;
  padding: 10px 12px 12px;
  border-top: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 -10px 20px rgba(255, 255, 255, 0.96);
}

.ops-worker-form-grid > .ops-detail-item:has([data-worker-field="idCardType"]) {
  grid-row: 4;
  grid-column: 1 / span 2;
}

.ops-worker-form-grid > .ops-form-item:has(#ops-worker-id-front) {
  grid-row: 4;
  grid-column: 3 / span 2;
}

.ops-worker-form-grid > .ops-form-item:has(#ops-worker-id-back) {
  grid-row: 4;
  grid-column: 5 / span 2;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="idCardNo"]) {
  grid-row: 5;
  grid-column: 1 / span 1;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="address"]) {
  grid-row: 5;
  grid-column: 2 / span 1;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="nativePlace"]) {
  grid-row: 5;
  grid-column: 3 / span 1;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="issuingAuthority"]) {
  grid-row: 5;
  grid-column: 4 / span 1;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="idValidFrom"]) {
  grid-row: 5;
  grid-column: 5 / span 1;
}

.ops-worker-form-grid > .ops-detail-item:has([data-worker-field="idIsExpired"]) {
  grid-row: 5;
  grid-column: 6 / span 1;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="emergencyContact"]) {
  grid-row: 6;
  grid-column: 1 / span 3;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="emergencyPhone"]) {
  grid-row: 6;
  grid-column: 4 / span 3;
}

.ops-system-inline-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 10px;
}

.ops-system-inline-item {
  min-width: 0;
}

.ops-system-radio-group {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
}

.ops-master-subtable-section {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.ops-master-subtable-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.ops-master-subtable {
  min-width: 980px;
}

.ops-master-subtable td .ops-input,
.ops-master-subtable td .ops-select {
  width: 100%;
}

.ops-system-form-grid > .ops-person-org-assignment-section {
  grid-column: 1 / -1 !important;
}

.ops-person-org-assignment-section .ops-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.ops-person-org-assignment-table {
  min-width: 760px;
  table-layout: fixed;
}

.ops-person-org-assignment-readonly-table {
  min-width: 620px;
}

.ops-person-org-assignment-table .ops-org-assignment-path-col {
  width: auto;
  min-width: 420px;
}

.ops-person-org-assignment-table .ops-org-assignment-primary-col {
  width: 120px;
}

.ops-person-org-assignment-table .ops-org-assignment-status-col {
  width: 100px;
}

.ops-person-org-assignment-table .ops-col-actions {
  width: 96px;
}

.ops-person-org-assignment-table .ops-org-assignment-status-cell {
  text-align: center;
}

.ops-org-assignment-status-switch {
  vertical-align: middle;
}

.ops-checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
}

.ops-checkbox-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}

.ops-role-permission-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 380px;
  overflow-y: auto;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.ops-role-permission-group {
  flex: 0 0 auto;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  overflow: hidden;
}

.ops-role-permission-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  background: #f8fafc;
  color: #303133;
  font-size: 13px;
}

.ops-role-permission-group-head label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #606266;
  font-weight: 400;
  white-space: nowrap;
}

.ops-role-permission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  padding: 10px 12px;
}

.ops-role-permission-item span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
}

.ops-role-permission-item.is-disabled {
  color: #a8abb2;
  cursor: not-allowed;
}

.ops-role-data-scope-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.ops-role-data-scope-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.ops-role-data-scope-name {
  color: #606266;
  font-size: 13px;
}

.ops-switch {
  position: relative;
  display: inline-flex;
  width: 40px;
  height: 22px;
}

.ops-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ops-switch-slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #c8d1e1;
  transition: 0.2s ease;
}

.ops-switch-slider::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: 0.2s ease;
}

.ops-switch input:checked + .ops-switch-slider {
  background: #2196f3;
}

.ops-switch input:checked + .ops-switch-slider::before {
  transform: translateX(18px);
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-filter-row-system-users,
  html.ops-mobile-runtime .ops-filter-row-system-roles,
  html.ops-mobile-runtime .ops-system-form-grid,
  html.ops-mobile-runtime .ops-master-form-section-grid,
  html.ops-mobile-runtime .ops-system-inline-group,
  html.ops-mobile-runtime .ops-checkbox-group,
  html.ops-mobile-runtime .ops-role-permission-grid {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-worker-form-grid {
    --ops-system-form-columns: 1;
  }

  html.ops-mobile-runtime .ops-worker-form-grid > .ops-form-item,
  html.ops-mobile-runtime .ops-worker-form-grid > .ops-detail-item,
  html.ops-mobile-runtime .ops-worker-form-grid .ops-worker-half {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

html.ops-keeper-submit-pc-route:not(.ops-mobile-runtime),
html.ops-keeper-submit-pc-route:not(.ops-mobile-runtime) body {
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
}

html.ops-keeper-submit-pc-route:not(.ops-mobile-runtime) .ops-layout {
  width: 100vw;
  min-width: 0;
  height: var(--ops-canvas-height);
  min-height: 0;
}

html.ops-keeper-submit-pc-route:not(.ops-mobile-runtime) .ops-sidebar {
  border-right-color: #fff !important;
  box-shadow: none !important;
}

#ops-page.ops-main-scroll.ops-keeper-submit-workspace {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0;
  overflow: hidden;
  padding-bottom: 0 !important;
  scrollbar-gutter: auto;
}

#ops-page.ops-main-scroll.ops-keeper-submit-workspace > * {
  width: 100%;
  min-width: 0;
  margin-right: 0;
  margin-left: 0;
}

#ops-page.ops-main-scroll.ops-keeper-submit-workspace > .ops-master-split.ops-keeper-submit-page {
  height: auto;
  min-height: 0;
  overflow: hidden;
  padding-bottom: 0;
}

#ops-page.ops-main-scroll.ops-keeper-submit-workspace .ops-master-split.ops-keeper-submit-page > .ops-card {
  margin-bottom: 0;
}

#ops-page.ops-main-scroll.ops-keeper-submit-workspace .ops-master-split.ops-keeper-submit-page > .ops-master-split-main {
  overflow: hidden;
}

#ops-page.ops-main-scroll.ops-keeper-submit-workspace > .ops-split-bottom {
  width: calc(100% + var(--ops-page-padding-x) + var(--ops-page-padding-x));
  min-width: 0;
  margin-left: calc(0px - var(--ops-page-padding-x));
}

#ops-page.ops-main-scroll.ops-keeper-submit-workspace .ops-keeper-submit-table-wrap {
  overflow: auto;
}


.ops-keeper-submit-page {
  padding-bottom: 0;
}

.ops-master-split.ops-keeper-submit-page {
  --ops-split-left-width: 280px;
  --ops-split-gap: 0px;
  height: 100%;
  min-height: 0;
  background: transparent;
  border: none;
}

.ops-master-split.ops-keeper-submit-page > .ops-card {
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.ops-master-split.ops-keeper-submit-page > .ops-master-split-left {
  display: flex;
  flex-direction: column;
  border-right: none;
  overflow: hidden;
}

.ops-master-split.ops-keeper-submit-page > .ops-master-split-main {
  padding: 24px 24px 0;
  overflow: hidden;
}

.ops-keeper-submit-layout {
  display: flex;
  gap: 0;
  height: calc(var(--ops-canvas-height) - 200px);
  min-height: 520px;
  background: #fff;
  border: 1px solid #e4e7ed;
}

.ops-keeper-submit-left {
  width: 260px;
  min-width: 260px;
  min-height: 0;
  border-right: 1px solid #e4e7ed;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.ops-keeper-submit-tabs {
  display: flex;
  border-bottom: 1px solid #e4e7ed;
  padding: 10px 18px 0;
  gap: 24px;
}

.ops-keeper-tab {
  padding: 8px 0;
  cursor: pointer;
  font-size: 14px;
  color: #606266;
  border-bottom: 2px solid transparent;
}

.ops-keeper-tab.active {
  color: var(--brand);
  border-bottom-color: var(--brand);
  font-weight: 600;
}

.ops-keeper-tab:hover {
  color: var(--brand);
}

.ops-keeper-submit-search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 18px;
  border-bottom: 1px solid #e4e7ed;
}

.ops-keeper-submit-search input {
  flex: 1 1 auto;
  min-width: 0;
  height: 32px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
}

.ops-keeper-submit-search .ops-btn {
  flex: 1 0 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.ops-keeper-submit-month-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 18px;
  border-bottom: 1px solid #e4e7ed;
}

.ops-keeper-submit-month-btn {
  height: 42px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #fff;
  color: #606266;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 13px;
}

.ops-keeper-submit-month-btn span {
  color: #909399;
  font-size: 11px;
}

.ops-keeper-submit-month-btn.active {
  color: var(--brand);
  border-color: var(--brand);
  background: #fff7ed;
  font-weight: 600;
}

.ops-keeper-submit-month-btn.active span {
  color: var(--brand);
  font-weight: 500;
}

.ops-keeper-submit-customer-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  max-height: calc(var(--ops-canvas-height) - 250px);
  overflow: hidden;
}

.ops-keeper-submit-customer-index-wrap {
  height: 100%;
  min-height: 0;
}

.ops-keeper-submit-customer-tree {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 30px;
}

.ops-keeper-submit-service-tree-wrap {
  height: 100%;
  min-height: 0;
}

.ops-keeper-submit-service-tree {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  height: 100%;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
}

.ops-keeper-submit-service-tree .ops-service-category-row {
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  min-height: 36px;
  border-bottom: 1px dashed #e4e7ed;
}

.ops-keeper-submit-service-tree .ops-service-category-row.is-child {
  padding-left: 20px;
}

.ops-keeper-submit-service-tree .ops-service-category-row.is-active,
.ops-keeper-submit-service-tree .ops-service-category-row:hover {
  background: var(--brand-lighter);
}

.ops-keeper-submit-service-tree .ops-service-category-toggle,
.ops-keeper-submit-service-tree .ops-service-category-spacer {
  width: 22px;
  min-height: 36px;
}

.ops-keeper-submit-service-tree .ops-service-category-item {
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 0;
}

.ops-keeper-submit-service-tree .ops-service-category-item:hover,
.ops-keeper-submit-service-tree .ops-service-category-item.active {
  background: transparent;
  color: var(--brand);
  font-weight: 600;
}

.ops-keeper-submit-service-tree .ops-service-category-item > span:first-child {
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.ops-keeper-submit-service-tree .ops-service-category-count {
  display: inline-block;
  min-width: 28px;
  text-align: right;
}

.ops-keeper-customer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 14px;
  color: #606266;
  border-bottom: 1px dashed #e4e7ed;
}

.ops-keeper-customer-name {
  flex: 1;
  min-width: 0;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.ops-keeper-customer-count {
  flex: 0 0 auto;
  color: #606266;
}

.ops-keeper-customer-item:hover {
  background: #f5f7fa;
}

.ops-keeper-customer-item.ops-keeper-customer-risk-high {
  background: #fdeaea;
}

.ops-keeper-customer-item.ops-keeper-customer-risk-medium {
  background: #fff4e6;
}

.ops-keeper-customer-item.active {
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 600;
  border-left: none;
  padding-left: 18px;
}

.ops-keeper-customer-item.active.ops-keeper-customer-risk-high {
  background: #fdeaea;
  color: #f56c6c;
}

.ops-keeper-customer-item.active.ops-keeper-customer-risk-medium {
  background: #fff4e6;
  color: var(--brand);
}

.ops-keeper-submit-right {
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 20px;
  overflow-y: auto;
}

.ops-keeper-si-header h3 {
  margin: 0;
  font-size: 16px;
  color: #303133;
}

.ops-keeper-si-meta-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 8px;
  margin-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #e4e7ed;
  color: #606266;
  font-size: 14px;
  line-height: 1.5;
}

.ops-keeper-si-meta-grid > span {
  flex: 0 1 auto;
  max-width: 100%;
}

.ops-keeper-si-header-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.ops-keeper-si-field {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ops-keeper-si-field label {
  white-space: nowrap;
  font-size: 14px;
  color: #606266;
}

.ops-keeper-si-field select,
.ops-keeper-si-field input {
  height: 32px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 14px;
}

.ops-keeper-submit-customer-header {
  margin-bottom: 20px;
  border-bottom: 1px dashed #e4e7ed;
  padding-bottom: 18px;
}

.ops-keeper-submit-customer-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.ops-keeper-submit-demand-switch {
  flex: 0 0 auto;
}

.ops-keeper-submit-demand-toggle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #606266;
  font-size: 13px;
  white-space: nowrap;
}

.ops-keeper-submit-demand-toggle-text {
  color: #606266;
}

.ops-keeper-submit-demand-switch input:checked + .ops-switch-slider {
  background: #35c46a;
}

.ops-keeper-submit-demand-situation {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #606266;
  font-size: 13px;
  white-space: nowrap;
}

.ops-keeper-submit-demand-situation .ops-select {
  width: 164px;
  min-width: 164px;
  height: 32px;
  padding: 0 12px;
  line-height: 30px;
}

.ops-keeper-submit-customer-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #303133;
  margin: 0;
}

.ops-keeper-submit-customer-meta {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 8px;
  align-items: center;
  font-size: 14px;
  color: #606266;
  line-height: 1.6;
}

.ops-keeper-submit-customer-meta span {
  flex: 0 1 auto;
  max-width: 100%;
}

.ops-keeper-submit-service-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.ops-keeper-submit-service-summary {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  min-width: 0;
}

.ops-keeper-submit-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
}

.ops-keeper-submit-service-actions {
  margin-left: auto;
  display: flex;
  gap: 8px;
}

.ops-keeper-submit-subsidy-line {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #606266;
  font-size: 13px;
}

.ops-keeper-submit-draft-error {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid #ffd7ba;
  border-radius: 6px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 13px;
}

.ops-keeper-submit-no-demand-empty {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #606266;
  font-size: 14px;
}

.ops-keeper-submit-no-demand-empty .ops-btn-text {
  color: #ff7a00;
}

.ops-keeper-submit-service-area {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.ops-keeper-submit-table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: auto;
}

.ops-keeper-submit-service-area > .ops-keeper-submit-table-wrap {
  flex: 1 1 auto;
  min-height: 0;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.ops-keeper-submit-service-area table {
  table-layout: auto;
}

#ops-page.ops-keeper-submit-workspace .ops-keeper-submit-table-wrap > .ops-table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #f8fafc;
}

#ops-page.ops-keeper-submit-workspace .ops-keeper-submit-table-wrap > .ops-table thead th:last-child {
  z-index: 4;
}

.ops-keeper-submit-service-area select {
  width: auto;
  min-width: 0;
  max-width: none;
  white-space: nowrap;
}

.ops-keeper-submit-table {
  min-width: 2260px;
}

.ops-keeper-intent-cascader {
  width: 100%;
  min-width: 360px;
}

.ops-keeper-submit-readonly-table {
  min-width: 980px;
}

.ops-keeper-submit-table th,
.ops-keeper-submit-table td {
  vertical-align: middle;
}

.ops-keeper-submit-table input[type="month"] {
  min-width: 128px;
}

.ops-keeper-submit-table .ops-input-readonly {
  min-height: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ops-keeper-submit-table tr.is-eligibility-invalid > td,
.ops-keeper-submit-table tr.is-eligibility-invalid > td:last-child {
  background: #fff4f4;
}

.ops-keeper-eligibility-error {
  margin-top: 4px;
  color: #f56c6c;
  font-size: 12px;
  line-height: 1.4;
  white-space: normal;
}

.ops-keeper-submit-service-area table th:last-child,
.ops-keeper-submit-service-area table td:last-child {
  position: sticky;
  right: 0;
  z-index: 2;
  background: #fff;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.06);
  min-width: var(--ops-action-col-width);
  width: var(--ops-action-col-width);
  white-space: nowrap;
}

.ops-keeper-submit-service-area table thead th:last-child {
  background: #f8fafc;
  color: var(--el-text-color-primary, #303133);
}

@media (max-width: 1000px) {
  #ops-page.ops-keeper-submit-workspace .ops-keeper-submit-service-area table th:last-child,
  #ops-page.ops-keeper-submit-workspace .ops-keeper-submit-service-area table td:last-child {
    position: static;
    box-shadow: none;
  }
}

.ops-keeper-submit-readonly {
  margin-bottom: 12px;
}

.ops-keeper-submit-service-area table tr.ops-keeper-submit-submitted-row td,
.ops-keeper-submit-service-area table tr.ops-keeper-submit-submitted-row td:last-child {
  background: #f5f7fa;
  color: #909399;
}

.ops-keeper-submit-submitted-row .ops-keeper-submit-submitted-field {
  background: #eef0f3;
  border-color: #dcdfe6;
  color: #909399;
  pointer-events: none;
}

.ops-keeper-submit-submitted-field-center {
  justify-content: center;
  text-align: center;
}

.ops-keeper-submit-submitted-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid #dcdfe6;
  border-radius: 12px;
  background: #eef0f3;
  color: #606266;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.ops-keeper-service-input {
  min-width: 180px;
}

.ops-keeper-service-input:disabled {
  background: #f5f7fa;
  color: #c0c4cc;
  cursor: not-allowed;
}

.ops-keeper-service-input:disabled::placeholder {
  color: #c0c4cc;
  opacity: 1;
}

.ops-keeper-qty-group {
  display: inline-flex;
  align-items: stretch;
}

.ops-keeper-qty-group button {
  width: 32px;
  height: 32px;
  border: 1px solid #dcdfe6;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ops-keeper-qty-group button:first-child {
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.ops-keeper-qty-group button:last-child {
  border-radius: 0 4px 4px 0;
  border-left: none;
}

.ops-keeper-qty-group input {
  width: 50px;
  height: 32px;
  border: 1px solid #dcdfe6;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  -moz-appearance: textfield;
}

.ops-keeper-qty-group input::-webkit-inner-spin-button,
.ops-keeper-qty-group input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ops-keeper-addr-cell {
  min-width: 500px;
  max-width: 560px;
}

.ops-keeper-address-control {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(260px, 1.15fr);
  gap: 8px;
  align-items: center;
  min-width: 500px;
}

.ops-keeper-address-control .ops-region-cascade {
  min-width: 0;
}

.ops-keeper-address-control .ops-region-cascader-trigger,
.ops-keeper-address-control .ops-input {
  height: 32px;
  min-height: 32px;
}

.ops-keeper-addr-cell input {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ops-keeper-remark-cell {
  min-width: 220px;
  max-width: 280px;
}

.js-keeper-item-remark,
input.js-keeper-item-remark {
  min-width: 220px;
}

.ops-keeper-remark-cell input,
.ops-keeper-remark-cell textarea {
  width: 100%;
  min-height: 32px;
  word-break: break-all;
}

.ops-keeper-remark-cell textarea {
  resize: vertical;
}

.ops-keeper-submit-fixed-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  color: #606266;
  font-size: 14px;
}

.ops-keeper-submit-fixed-summary .ops-risk-high {
  color: #f56c6c;
}

.ops-keeper-submit-fixed-summary .ops-risk-medium {
  color: var(--brand);
}

.ops-keeper-submit-fixed-summary .ops-risk-low {
  color: #67c23a;
}

.ops-keeper-submit-fixed-actions {
  position: static;
  z-index: 2;
  padding: 10px 18px;
  border-top: 1px solid #e4e8f1;
  background: #ffffff;
  box-shadow: 0 -8px 20px rgba(15, 23, 42, 0.08);
}

.ops-keeper-submit-fixed-actions .ops-btn {
  min-width: 152px;
  height: 44px;
  border-radius: 10px;
  box-shadow: none;
}

.ops-keeper-submit-fixed-actions-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-keeper-submit-fixed-actions {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 12px;
  }
}

.ops-keeper-si-customer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.ops-keeper-si-customer-card {
  position: relative;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  padding: 12px;
  background: #fff;
  transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.ops-keeper-si-customer-card:hover {
  z-index: 5;
  box-shadow: 0 8px 18px rgba(31, 45, 61, 0.12);
}

.ops-keeper-si-customer-card-risk-high {
  border-color: #f56c6c;
  background: #fef0f0;
}

.ops-keeper-si-customer-card-risk-medium {
  border-color: var(--brand);
  background: var(--brand-soft);
}

.ops-keeper-si-customer-card-risk-low {
  border-color: #e4e7ed;
  background: #fff;
}

.ops-keeper-submit-service-area .ops-keeper-si-customer-table {
  min-width: 2484px;
  table-layout: fixed;
}

.ops-keeper-si-customer-table .ops-input,
.ops-keeper-si-customer-table .ops-select {
  width: 100%;
  min-width: 0;
}

.ops-keeper-si-customer-name {
  display: inline-block;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.ops-keeper-si-customer-table .ops-keeper-si-risk-mark {
  margin-left: 6px;
  vertical-align: middle;
}

.ops-keeper-si-customer-table th:nth-child(1),
.ops-keeper-si-customer-table td:nth-child(1),
.ops-keeper-si-customer-table th:nth-child(2),
.ops-keeper-si-customer-table td:nth-child(2),
.ops-keeper-si-customer-table th:nth-child(3),
.ops-keeper-si-customer-table td:nth-child(3) {
  position: sticky;
  z-index: 3;
  background: #fff;
}

.ops-keeper-si-customer-table th:nth-child(1),
.ops-keeper-si-customer-table td:nth-child(1) {
  left: 0;
}

.ops-keeper-si-customer-table th:nth-child(2),
.ops-keeper-si-customer-table td:nth-child(2) {
  left: 44px;
}

.ops-keeper-si-customer-table th:nth-child(3),
.ops-keeper-si-customer-table td:nth-child(3) {
  left: 174px;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.06);
}

#ops-page.ops-main-scroll.ops-keeper-submit-workspace .ops-keeper-si-customer-table thead th:nth-child(1),
#ops-page.ops-main-scroll.ops-keeper-submit-workspace .ops-keeper-si-customer-table thead th:nth-child(2),
#ops-page.ops-main-scroll.ops-keeper-submit-workspace .ops-keeper-si-customer-table thead th:nth-child(3) {
  z-index: 5;
  background: #f8fafc;
}

.ops-keeper-si-customer-table .ops-keeper-submit-row-risk-high,
.ops-keeper-si-customer-table .ops-keeper-submit-row-risk-high > td {
  background: #fdeaea;
}

.ops-keeper-si-customer-table .ops-keeper-submit-row-risk-medium,
.ops-keeper-si-customer-table .ops-keeper-submit-row-risk-medium > td {
  background: #fff4e6;
}

.ops-keeper-si-customer-table .ops-keeper-submit-row-risk-high > td:nth-child(1),
.ops-keeper-si-customer-table .ops-keeper-submit-row-risk-high > td:nth-child(2),
.ops-keeper-si-customer-table .ops-keeper-submit-row-risk-high > td:nth-child(3),
.ops-keeper-si-customer-table .ops-keeper-submit-row-risk-high > td:last-child {
  background: #fdeaea;
}

.ops-keeper-si-customer-table .ops-keeper-submit-row-risk-medium > td:nth-child(1),
.ops-keeper-si-customer-table .ops-keeper-submit-row-risk-medium > td:nth-child(2),
.ops-keeper-si-customer-table .ops-keeper-submit-row-risk-medium > td:nth-child(3),
.ops-keeper-si-customer-table .ops-keeper-submit-row-risk-medium > td:last-child {
  background: #fff4e6;
}

.ops-keeper-si-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #303133;
}

.ops-keeper-si-card-header > span:first-child {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-keeper-si-risk-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.ops-keeper-si-risk-mark-red {
  color: #f56c6c;
  border: 1px solid #f56c6c;
  background: #fff;
}

.ops-keeper-si-risk-mark-yellow {
  color: var(--brand);
  border: 1px solid var(--brand);
  background: #fff;
}

.ops-keeper-si-risk-mark-green {
  color: #67c23a;
  border: 1px solid #67c23a;
  background: #fff;
}

.ops-keeper-si-card-remove {
  flex: 0 0 auto;
  border: none;
  background: none;
  color: #f56c6c;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.ops-keeper-si-card-body {
  font-size: 13px;
  color: #606266;
}

.ops-keeper-si-card-phone,
.ops-keeper-si-card-address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-keeper-si-card-body > div {
  margin-bottom: 6px;
}

.ops-keeper-si-card-body .ops-input {
  width: 100%;
  margin-top: 4px;
}

.ops-keeper-si-card-inline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.ops-keeper-si-card-inline label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #606266;
  white-space: nowrap;
}

.ops-keeper-si-card-inline .js-keeper-si-customer-quantity {
  width: 60px;
  margin-top: 0;
}

.ops-keeper-si-card-inline .js-keeper-si-customer-remark {
  width: 100px;
  margin-top: 0;
}

.ops-keeper-si-card-quota {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% - 4px);
  transform: translateX(-50%);
  width: 190px;
  padding: 10px 12px;
  border: 1px solid #c0c4cc;
  border-radius: 4px;
  background: #fff;
  color: #606266;
  font-size: 13px;
  line-height: 1.7;
  box-shadow: 0 8px 18px rgba(31, 45, 61, 0.16);
  z-index: 20;
}

.ops-keeper-si-customer-card:hover .ops-keeper-si-card-quota {
  display: block;
}

.ops-keeper-si-card-quota .ops-risk-high {
  color: #f56c6c;
}

.ops-keeper-si-card-quota .ops-risk-medium {
  color: var(--brand);
}

.ops-keeper-si-card-quota .ops-risk-low {
  color: #67c23a;
}

.ops-keeper-transfer {
  display: flex;
  gap: 12px;
  min-height: 400px;
  max-height: 402px;
  overflow: hidden;
}

.ops-keeper-transfer-left,
.ops-keeper-transfer-right {
  flex: 1;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ops-keeper-transfer-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid #e4e7ed;
  background: #f8fafc;
  color: #303133;
  font-weight: 600;
}

.ops-keeper-transfer-search {
  padding: 8px;
  border-bottom: 1px solid #e4e7ed;
}

.ops-keeper-transfer-search input {
  width: 100%;
  height: 32px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 8px;
}

.ops-keeper-transfer-list {
  flex: 1;
  max-height: 362px;
  overflow-y: auto;
  padding: 4px 0;
}

.ops-keeper-transfer-list label {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 13px;
  color: #606266;
}

.ops-keeper-transfer-list label:hover {
  background: #f5f7fa;
}

.ops-keeper-transfer-list label.is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
  background: #f5f7fa;
}

.ops-keeper-transfer-list label.is-disabled span {
  text-decoration: line-through;
}

.ops-keeper-transfer-list label em {
  margin-left: auto;
  font-style: normal;
  color: #909399;
  font-size: 12px;
}

.ops-keeper-transfer-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.ops-keeper-transfer-actions button {
  width: 36px;
  height: 36px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
}

.ops-keeper-transfer-actions button:disabled {
  cursor: not-allowed;
  color: #c0c4cc;
  background: #f5f7fa;
}

.ops-keeper-transfer-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 12px;
  color: #909399;
  font-size: 13px;
}

.ops-keeper-transfer-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 111, 15, 0.25);
  border-top-color: #ff6f0f;
  border-radius: 50%;
  animation: opsGlobalLoadingSpin 0.8s linear infinite;
}

.ops-keeper-transfer-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-top: 1px solid #e4e7ed;
}

.ops-modal-card-transfer {
  display: flex;
  flex-direction: column;
  max-height: 684px;
}

.ops-modal-card-transfer .ops-modal-body {
  flex: 1;
  overflow-y: auto;
}

.ops-modal-card-transfer .ops-modal-footer {
  flex-shrink: 0;
}

.ops-typeahead-panel {
  position: fixed;
  z-index: 2100;
  display: none;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #dfe3eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
}

.ops-typeahead-panel.show {
  display: block;
}

.ops-typeahead-item {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  text-align: left;
  color: #1f2937;
  cursor: pointer;
}

.ops-typeahead-group {
  padding: 8px 12px 4px;
  border-bottom: 1px solid #edf0f5;
  background: #fafbfc;
  color: #909399;
  font-size: 12px;
  line-height: 16px;
}

.ops-typeahead-item:last-child {
  border-bottom: 0;
}

.ops-typeahead-item:hover,
.ops-typeahead-item:focus {
  background: #f5f8ff;
}

.ops-typeahead-item:disabled {
  color: #a8abb2;
  background: #f7f8fa;
  cursor: not-allowed;
}

.ops-typeahead-item:disabled:hover,
.ops-typeahead-item:disabled:focus {
  background: #f7f8fa;
}

.ops-typeahead-empty {
  padding: 10px 12px;
  color: #8a94a6;
  font-size: 13px;
}

.ops-typeahead-loading {
  padding: 10px 12px;
  border-bottom: 1px solid #edf0f5;
  color: #8a94a6;
  font-size: 13px;
}








.ops-filter-row-recruitments {
  grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.ops-recruit-status-line {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ops-recruit-stepbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ops-recruit-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.ops-recruit-step.locked {
  cursor: not-allowed;
}

.ops-recruit-step:disabled {
  opacity: 0.7;
}

.ops-recruit-step-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #c7cfde;
}

.ops-recruit-step.active .ops-recruit-step-dot,
.ops-recruit-step.done .ops-recruit-step-dot {
  background: #2b6ff7;
}

.ops-recruit-step-label {
  font-size: 13px;
  color: #4a5568;
}

.ops-recruit-step.active .ops-recruit-step-label,
.ops-recruit-step.done .ops-recruit-step-label {
  color: #1f2937;
  font-weight: 600;
}

.ops-recruit-step.selected .ops-recruit-step-label {
  text-decoration: underline;
}

.ops-recruit-step-line {
  position: absolute;
  left: calc(100% - 6px);
  top: 11px;
  width: 12px;
  height: 1px;
  background: #d7deea;
}

.ops-recruit-step-tip {
  margin-top: 10px;
}

.ops-recruit-initial-actions {
  margin-top: 12px;
  justify-content: flex-end;
}

.ops-recruit-process-actions {
  margin-top: 24px;
  justify-content: flex-end;
}

.ops-recruit-audit-result {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
}

.ops-recruit-audit-seal {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.ops-recruit-hired-view {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.ops-recruit-hired-lines {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 8px;
}

.ops-recruit-hired-line {
  color: #334155;
  line-height: 1.6;
}

.ops-recruit-hired-stamp {
  flex: 0 0 auto;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ops-recruit-hired-seal {
  width: 220px;
  max-width: 220px;
  height: auto;
  object-fit: contain;
}

.ops-recruit-initial-grid {
  grid-template-columns: repeat(4, minmax(180px, 1fr));
}

.ops-recruit-col-1 {
  grid-column: 1;
}

.ops-recruit-col-2 {
  grid-column: 2;
}

.ops-recruit-col-3 {
  grid-column: 3;
}

.ops-recruit-col-4 {
  grid-column: 4;
}

.ops-recruit-col-1-3 {
  grid-column: 1 / 3;
}

.ops-recruit-col-3-5 {
  grid-column: 3 / 5;
}

.ops-recruit-span-full {
  grid-column: 1 / -1;
}

.ops-recruit-date-range {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.ops-recruit-date-sep {
  color: #64748b;
  font-size: 12px;
}

.ops-recruit-log-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ops-recruit-log-item {
  border: 1px solid #e6ebf3;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
}

.ops-recruit-log-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}

.ops-recruit-log-action {
  color: #1f2937;
  font-weight: 600;
}

.ops-recruit-log-time,
.ops-recruit-log-meta,
.ops-recruit-log-comment {
  color: #64748b;
  font-size: 12px;
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-filter-row-recruitments {
    grid-template-columns: 1fr;
  }
  html.ops-mobile-runtime .ops-recruit-stepbar {
    grid-template-columns: 1fr;
  }
  html.ops-mobile-runtime .ops-recruit-step-line {
    display: none;
  }
  html.ops-mobile-runtime .ops-recruit-initial-grid {
    grid-template-columns: 1fr;
  }
  html.ops-mobile-runtime .ops-recruit-col-1,
  html.ops-mobile-runtime .ops-recruit-col-2,
  html.ops-mobile-runtime .ops-recruit-col-3,
  html.ops-mobile-runtime .ops-recruit-col-4,
  html.ops-mobile-runtime .ops-recruit-col-1-3,
  html.ops-mobile-runtime .ops-recruit-col-3-5,
  html.ops-mobile-runtime .ops-recruit-span-full {
    grid-column: 1;
  }
  html.ops-mobile-runtime .ops-recruit-hired-view {
    flex-direction: column;
  }
  html.ops-mobile-runtime .ops-recruit-hired-stamp {
    width: 100%;
    min-height: 0;
    justify-content: flex-start;
  }
  html.ops-mobile-runtime .ops-recruit-hired-seal {
    width: 160px;
    max-width: 60vw;
  }
}


.ops-upload-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.ops-master-upload-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.ops-master-file-upload-field .ops-input {
  min-height: 34px;
}

.ops-upload-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #1f2937;
  text-decoration: none;
}

.ops-upload-item:hover {
  text-decoration: none;
}

.ops-upload-preview {
  width: 56px;
  height: 56px;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
}

.ops-upload-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ops-upload-file-icon {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1e293b;
  background: #e2e8f0;
}

.ops-upload-file-icon-pdf {
  background: #fee2e2;
  color: #991b1b;
}

.ops-upload-file-icon-doc {
  background: #dbeafe;
  color: #1d4ed8;
}

.ops-upload-file-icon-xls {
  background: #dcfce7;
  color: #166534;
}

.ops-upload-file-icon-ppt {
  background: #ffedd5;
  color: #9a3412;
}

.ops-upload-file-icon-zip,
.ops-upload-file-icon-default {
  background: #e2e8f0;
  color: #334155;
}

.ops-upload-name {
  min-width: 0;
  color: #334155;
  line-height: 1.4;
  word-break: break-all;
}




/* 2026-03-29: worker modal field layout alignment (requested) */
.ops-worker-form-grid > .ops-form-item:has(#ops-worker-criminal) {
  grid-row: 6 !important;
  grid-column: 1 / span 2 !important;
}

.ops-worker-form-grid > .ops-form-item:has(#ops-worker-health) {
  grid-row: 6 !important;
  grid-column: 3 / span 2 !important;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="healthValidFrom"]) {
  grid-row: 6 !important;
  grid-column: 5 / span 2 !important;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="education"]) {
  grid-row: 7 !important;
  grid-column: 1 / span 2 !important;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="politicalStatus"]) {
  grid-row: 7 !important;
  grid-column: 3 / span 2 !important;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="appliedPosition"]) {
  grid-row: 7 !important;
  grid-column: 5 / span 2 !important;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="workYears"]) {
  grid-row: 8 !important;
  grid-column: 1 / span 2 !important;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="workerType"]) {
  grid-row: 8 !important;
  grid-column: 3 / span 2 !important;
}

.ops-worker-form-grid > .ops-form-item:has(#ops-worker-org-display) {
  grid-row: 8 !important;
  grid-column: 5 / span 2 !important;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="emergencyContact"]) {
  grid-row: 9 !important;
  grid-column: 1 / span 3 !important;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="emergencyPhone"]) {
  grid-row: 9 !important;
  grid-column: 4 / span 3 !important;
}

.ops-worker-form-grid > #ops-worker-qualification-section {
  grid-row: 10 !important;
  grid-column: 1 / -1 !important;
}

.ops-worker-form-grid > .ops-master-subtable-section:has(#ops-worker-service-body) {
  grid-row: 11 !important;
  grid-column: 1 / -1 !important;
}

.ops-worker-form-grid > #ops-worker-org-section {
  grid-row: 12 !important;
  grid-column: 1 / -1 !important;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="contractNo"]) {
  grid-row: 13 !important;
  grid-column: 1 / span 2 !important;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="latestContractStart"]) {
  grid-row: 13 !important;
  grid-column: 3 / span 2 !important;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="onboardDate"]) {
  grid-row: 13 !important;
  grid-column: 5 / span 2 !important;
}

.ops-worker-form-grid > .ops-master-subtable-section:has(#ops-worker-settlement-body) {
  grid-row: 14 !important;
  grid-column: 1 / -1 !important;
}

.ops-worker-form-grid > #ops-worker-account-section {
  grid-row: 15 !important;
  grid-column: 1 / -1 !important;
}

.ops-worker-form-grid > .ops-form-item:has([data-worker-field="remark"]) {
  grid-row: 16 !important;
  grid-column: 1 / -1 !important;
}

/* Hide native file input filename text; rely on uploaded file list rendering below. */
.ops-input[type="file"] {
  color: transparent;
}

.ops-input[type="file"]::file-selector-button,
.ops-input[type="file"]::-webkit-file-upload-button {
  color: #1f2a44;
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-worker-form-grid > .ops-form-item,
  html.ops-mobile-runtime .ops-worker-form-grid > .ops-detail-item,
  html.ops-mobile-runtime .ops-worker-form-grid .ops-worker-half,
  html.ops-mobile-runtime .ops-worker-form-grid > .ops-master-subtable-section {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

.ops-customer-workspace {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 16px;
  min-height: calc(var(--ops-canvas-height) - var(--topbar-height) - (var(--ops-page-padding-y) * 2));
  padding-bottom: 72px;
  align-items: stretch;
}

.ops-customer-side-panel {
  display: flex;
  flex-direction: column;
  align-self: start;
  min-width: 0;
  min-height: 0;
  height: calc(var(--ops-canvas-height) - var(--topbar-height) - (var(--ops-page-padding-y) * 2));
  max-height: calc(var(--ops-canvas-height) - var(--topbar-height) - (var(--ops-page-padding-y) * 2));
  padding: 16px 14px;
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.ops-customer-side-search {
  flex: 0 0 auto;
  margin-bottom: 12px;
}

.ops-customer-side-search input {
  height: 36px;
  border-radius: 4px;
}

.ops-customer-side-list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 2px;
  scrollbar-width: thin;
}

.ops-customer-side-item {
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 9px 12px;
  border: none;
  border-bottom: 1px dashed #e4e7ed;
  background: transparent;
  color: #606266;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}

.ops-customer-side-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-customer-side-item:hover {
  background: #f5f7fa;
}

.ops-customer-side-item.active {
  background: #fff5eb;
  color: var(--brand);
  font-weight: 600;
}

.ops-customer-side-empty,
.ops-customer-side-hint {
  padding: 12px;
  color: #909399;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1200px) {
  html.ops-mobile-runtime .ops-customer-workspace {
    grid-template-columns: 248px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-customer-workspace {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-customer-side-panel {
    position: static;
    height: auto;
    max-height: 320px;
  }

  html.ops-mobile-runtime .ops-customer-side-list {
    max-height: 236px;
  }
}

.ops-customer-detail-page,
.ops-customer-edit-page {
  min-width: 0;
  background: #fff;
  padding: 16px;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
}

.ops-customer-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  gap: 12px;
}

.ops-customer-detail-header h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #303133;
}

.ops-customer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.ops-customer-detail-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 24px;
  row-gap: 5px;
  border-bottom: 2px solid #e4e7ed;
  margin-bottom: 16px;
}

.ops-customer-health-import-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.ops-customer-change-list {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 4px 0 4px 18px;
}

.ops-customer-change-list::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: #e5e7eb;
}

.ops-customer-change-item {
  position: relative;
}

.ops-customer-change-marker {
  position: absolute;
  left: -18px;
  top: 20px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #1677ff;
  box-shadow: 0 0 0 1px #91caff;
}

.ops-customer-change-card {
  padding: 16px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}

.ops-customer-change-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.ops-customer-change-card header > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ops-customer-change-card time,
.ops-customer-change-meta,
.ops-customer-change-remark {
  color: #6b7280;
  font-size: 13px;
}

.ops-customer-change-category {
  padding: 2px 8px;
  border-radius: 999px;
  color: #0958d9;
  background: #e6f4ff;
  font-size: 12px;
}

.ops-customer-change-meta {
  margin-top: 8px;
}

.ops-customer-change-fields {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.ops-customer-change-field {
  display: grid;
  grid-template-columns: minmax(100px, 150px) 1fr;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f8fafc;
}

.ops-customer-change-field > span {
  color: #475569;
}

.ops-customer-change-field > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.ops-customer-change-field em {
  color: #94a3b8;
  font-style: normal;
}

.ops-customer-change-field b {
  color: #94a3b8;
  font-weight: 400;
}

.ops-customer-change-field strong {
  color: #0f172a;
  font-weight: 500;
}

.ops-customer-change-remark {
  margin-top: 10px;
}

.ops-customer-detail-tabs .ops-keeper-tab {
  flex: 0 0 auto;
  white-space: nowrap;
}

.ops-detail-form {
  padding: 8px 0 16px;
}

.ops-detail-row {
  display: flex;
  gap: 24px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.ops-customer-edit-page .ops-detail-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 18px;
  margin-bottom: 12px;
}

.ops-customer-detail-page .ops-customer-basic-address-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 18px;
}

.ops-customer-detail-page .ops-customer-basic-address-row .ops-detail-field {
  min-width: 0;
}


.ops-detail-field {
  flex: 1;
  min-width: 220px;
}

.ops-customer-edit-page .ops-detail-field {
  min-width: 0;
}

.ops-detail-field-wide {
  grid-column: span 2;
}

.ops-customer-edit-page .ops-detail-row-wide .ops-detail-field-wide {
  grid-column: 1 / -1;
}

.ops-customer-edit-page .ops-customer-emergency-table {
  width: 100%;
  min-width: 780px;
  table-layout: fixed;
}

.ops-customer-edit-page .ops-customer-emergency-table th:nth-child(1),
.ops-customer-edit-page .ops-customer-emergency-table td:nth-child(1) {
  width: 24%;
}

.ops-customer-edit-page .ops-customer-emergency-table th:nth-child(2),
.ops-customer-edit-page .ops-customer-emergency-table td:nth-child(2) {
  width: 34%;
}

.ops-customer-edit-page .ops-customer-emergency-table th:nth-child(3),
.ops-customer-edit-page .ops-customer-emergency-table td:nth-child(3) {
  width: 28%;
}

.ops-customer-edit-page .ops-customer-emergency-table th:nth-child(4),
.ops-customer-edit-page .ops-customer-emergency-table td:nth-child(4) {
  width: 14%;
}

.ops-customer-emergency-relation-control {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.ops-customer-emergency-relation-control .ops-select {
  flex: 0 0 120px;
}

.ops-customer-emergency-relation-control .ops-input {
  flex: 1;
  min-width: 0;
}

.ops-detail-field label {
  display: block;
  font-size: 13px;
  color: #909399;
  margin-bottom: 4px;
}

.ops-required {
  display: inline;
  margin-right: 2px;
  color: #f56c6c;
  font-size: inherit;
  line-height: inherit;
  word-break: normal;
}

.ops-detail-field .ops-required {
  display: inline;
  color: #f56c6c;
  font-size: inherit;
  line-height: inherit;
  word-break: normal;
}

.ops-detail-field span {
  display: block;
  font-size: 14px;
  color: #303133;
  line-height: 1.5;
  word-break: break-all;
}

.ops-detail-field input,
.ops-detail-field select,
.ops-detail-field textarea {
  width: 100%;
  height: 36px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  color: #303133;
  background: #fff;
  box-sizing: border-box;
}

.ops-detail-field textarea {
  height: auto;
  min-height: 80px;
  padding: 8px 10px;
  resize: vertical;
  line-height: 1.5;
}

.ops-detail-field select {
  cursor: pointer;
}

.ops-detail-field input:focus,
.ops-detail-field select:focus,
.ops-detail-field textarea:focus {
  border-color: var(--brand);
  outline: none;
}

.ops-detail-field input[readonly] {
  background: #f5f7fa;
  cursor: not-allowed;
}

.ops-detail-radio-group {
  min-height: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.ops-detail-field .ops-radio-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: #303133;
  font-size: 14px;
}

.ops-detail-field .ops-radio-label input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

.ops-detail-field .ops-radio-label span {
  display: inline;
  line-height: 1;
  word-break: normal;
}

.ops-customer-document-type-control {
  display: grid;
  grid-template-columns: minmax(110px, 150px) minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.ops-customer-document-type-control-radio {
  grid-template-columns: minmax(180px, 1fr) minmax(120px, 1fr);
}

.ops-detail-field-full {
  width: 100%;
  flex: 0 0 100%;
}

.ops-customer-create-page {
  min-height: calc(var(--ops-canvas-height) - var(--topbar-height) - (var(--ops-page-padding-y) * 2));
  padding: 6px 0 140px;
}

.ops-customer-create-card {
  width: 100%;
  margin: 0;
  padding: 18px 20px 20px;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  background: #fff;
}

.ops-customer-create-title {
  margin: 0 0 16px;
  color: #303133;
  font-size: 18px;
  font-weight: 600;
}

.ops-customer-create-page .ops-detail-form {
  padding: 0;
}

.ops-customer-create-page .ops-detail-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 18px;
  margin-bottom: 12px;
}

.ops-customer-create-page .ops-detail-field {
  min-width: 0;
}

.ops-customer-create-page .ops-required {
  display: inline;
  margin-right: 2px;
  color: #f56c6c;
  font-size: inherit;
  line-height: inherit;
  word-break: normal;
}

.ops-customer-create-page .ops-detail-field-full {
  grid-column: 1 / -1;
}

.ops-customer-create-page .ops-detail-row-wide .ops-detail-field-wide {
  grid-column: 1 / -1;
}

.ops-customer-edit-page .ops-detail-field-full {
  grid-column: 1 / -1;
}

.ops-customer-create-page #edit-subsidy-section {
  margin-top: 4px;
  padding-bottom: 112px;
}

.ops-customer-create-page #edit-subsidy-section h4 {
  margin: 18px 0 10px !important;
  color: #303133;
  font-size: 14px;
  font-weight: 500;
}

.ops-customer-create-page #customer-edit-subsidy-add-row {
  border-style: dashed;
}

.ops-customer-create-subsidy-actions {
  display: flex;
  align-items: center;
  min-height: 36px;
  margin-top: 8px;
}

.ops-customer-create-tags-row .ops-detail-field {
  min-width: 0;
}

.ops-customer-tag-field {
  min-width: 0;
}

.ops-customer-tag-box {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  min-height: 132px;
  padding: 14px 16px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fff;
}

.ops-customer-tag-box .ops-tag,
.ops-customer-tag-box .ops-tag-default {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 10px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #f7f8fa;
  color: #606266;
  font-size: 13px;
  line-height: 18px;
}

.ops-customer-tag-box .ops-tag-capsule-container {
  align-items: flex-start;
  gap: 8px;
}

.ops-customer-tag-box .ops-tag-add {
  min-height: 26px;
  padding: 3px 2px;
  border: none;
  background: transparent;
  color: var(--brand);
}

.ops-customer-tag-box .ops-tag-add:hover {
  border: none;
  color: #e65f00;
}

.ops-customer-record-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 16px;
}

.ops-customer-record-tool {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 36px;
  padding: 0 14px;
  color: #303133;
}

.ops-customer-record-tool svg {
  flex: 0 0 auto;
}

.ops-customer-record-table {
  min-width: 1320px;
}

.ops-customer-record-table th,
.ops-customer-record-table td {
  white-space: nowrap;
}

.ops-customer-record-check {
  width: 42px;
  min-width: 42px;
  text-align: center !important;
}

.ops-customer-record-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
}

.ops-customer-record-content-cell {
  min-width: 160px;
}

.ops-customer-record-file-cell {
  min-width: 190px;
}

.ops-customer-record-file-content {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 260px;
}

.ops-customer-record-file-content > span,
.ops-customer-record-file-content > a {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ops-customer-record-file-link {
  color: var(--brand);
  text-decoration: none;
}

.ops-customer-record-file-link:hover {
  color: #e65f00;
  text-decoration: underline;
}

.ops-customer-record-file-upload-btn {
  flex: 0 0 auto;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--brand);
  font: inherit;
  line-height: 1;
  cursor: pointer;
}

.ops-customer-record-file-upload-btn:hover {
  color: #e65f00;
}

.ops-customer-record-file-upload-btn:disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}

.ops-customer-record-pagination {
  gap: 14px;
}

.ops-customer-record-pagination .ops-pagination-pages {
  gap: 8px;
}

.ops-customer-record-pagination .ops-pagination-arrow {
  min-width: 28px;
  padding: 0 8px;
  border: none;
  color: #c0c4cc;
  background: transparent;
}

.ops-customer-record-pagination .ops-pagination-arrow:not(:disabled):hover {
  color: var(--brand);
}

.ops-pagination-jump {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #606266;
}

.ops-pagination-jump-input {
  width: 58px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  color: #303133;
  text-align: center;
}

.ops-pagination-jump-input:focus {
  border-color: var(--brand);
  outline: none;
}

.ops-customer-create-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: var(--sidebar-width);
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 64px;
  padding: 12px 24px;
  border-top: 1px solid #ebeef5;
  background: #fff;
}

.ops-layout.is-sidebar-collapsed .ops-customer-create-footer {
  left: var(--sidebar-collapsed-width);
}

.ops-customer-create-footer .ops-btn {
  min-width: 112px;
}

.ops-customer-edit-page {
  padding-bottom: 112px;
}

.ops-customer-edit-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: var(--sidebar-width);
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 64px;
  padding: 12px 24px;
  border-top: 1px solid #ebeef5;
  background: #fff;
}

.ops-layout.is-sidebar-collapsed .ops-customer-edit-footer {
  left: var(--sidebar-collapsed-width);
}

.ops-customer-edit-footer .ops-btn {
  min-width: 112px;
}

.ops-modal.ops-confirm-dialog-modal {
  width: 420px;
  max-width: 420px;
  padding: var(--ops-modal-padding);
  overflow: visible;
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
}

.ops-confirm-dialog-modal .ops-modal-header {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 0;
}

.ops-confirm-dialog-modal .ops-modal-title {
  color: #0f172a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.ops-confirm-dialog-body {
  padding: 0;
}

.ops-confirm-dialog-scroll {
  min-height: 0;
}

.ops-confirm-dialog-body p {
  margin: 0;
  color: #334155;
  font-size: var(--ops-font-size-body);
  line-height: 1.6;
}

.ops-confirm-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
  padding: 0;
}

.ops-confirm-dialog-actions .ops-confirm-dialog-btn {
  min-width: 90px;
  min-height: 35px;
  padding: 0 12px;
  border-radius: 8px;
  line-height: 33px;
}

.ops-modal.ops-confirm-dialog-modal.ops-keeper-batch-intent-modal {
  width: 560px;
  max-width: 560px;
}

.ops-keeper-batch-intent-dialog {
  min-width: 0;
}

.ops-keeper-batch-intent-summary {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding: 12px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.ops-keeper-batch-intent-summary > div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: #64748b;
  font-size: var(--ops-font-size-body);
  line-height: 1.6;
}

.ops-keeper-batch-intent-summary strong {
  min-width: 0;
  color: #0f172a;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.ops-keeper-batch-intent-field {
  display: grid;
  gap: 8px;
  color: #334155;
  font-size: var(--ops-font-size-body);
}

.ops-keeper-batch-intent-field > span::before {
  content: "*";
  margin-right: 4px;
  color: #ef4444;
}

.ops-keeper-batch-intent-field .ops-input {
  width: 100%;
}

.ops-keeper-batch-intent-tip {
  margin: 10px 0 0;
  color: #64748b;
  font-size: var(--ops-font-size-small);
  line-height: 1.6;
}

.ops-modal.ops-confirm-dialog-modal.ops-keeper-submit-confirm-modal {
  display: flex;
  flex-direction: column;
  width: min(1680px, calc(var(--ops-canvas-width) - 64px));
  max-width: none;
  height: min(720px, calc(var(--ops-canvas-height) - 64px));
  max-height: calc(var(--ops-canvas-height) - 64px);
  overflow: hidden;
}

.ops-keeper-submit-confirm-modal .ops-confirm-dialog-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.ops-keeper-submit-confirm-modal .ops-confirm-dialog-scroll {
  flex: 1 1 auto;
  min-height: 0;
  max-height: calc(var(--ops-canvas-height) - 180px);
  overflow-y: auto;
  padding-right: 4px;
}

.ops-keeper-submit-confirm-modal .ops-confirm-dialog-actions {
  flex: 0 0 auto;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
  background: #fff;
}

.ops-keeper-submit-confirm-modal .ops-keeper-submit-readonly-table {
  min-width: 1180px;
}

.ops-keeper-submit-confirm-submitted {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.ops-keeper-submit-confirm-customer {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.ops-keeper-submit-confirm-customer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px 10px 16px;
  background: #fff7ed;
  border-bottom: 1px solid #fed7aa;
  box-shadow: inset 4px 0 0 #ff7a1a;
}

.ops-keeper-submit-confirm-customer-head strong {
  color: #9a3412;
}

.ops-keeper-submit-confirm-section {
  padding: 10px 12px 12px;
}

.ops-keeper-submit-confirm-section + .ops-keeper-submit-confirm-section {
  border-top: 1px solid #edf0f5;
}

.ops-keeper-submit-confirm-section-title {
  margin-bottom: 8px;
  color: #303133;
  font-size: 13px;
  font-weight: 600;
}

.ops-keeper-submit-confirm-modal .ops-keeper-submit-confirm-table {
  min-width: 980px;
}

.ops-customer-edit-typeahead {
  width: 100%;
}

.ops-customer-address-control {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(220px, 1.1fr);
  gap: 8px;
}

@media (max-width: 1180px) {
  html.ops-mobile-runtime .ops-customer-edit-page .ops-detail-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-detail-field-wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  html.ops-mobile-runtime .ops-customer-edit-page .ops-detail-row {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-customer-address-control {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-customer-edit-footer {
    left: 0;
    padding: 10px 12px;
  }
}

.ops-customer-edit-health-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 16px;
}

.ops-customer-health-section {
  margin-top: 20px;
}

.ops-customer-health-section-title {
  margin: 0 0 10px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
}

.ops-customer-health-table {
  min-width: 1040px;
  table-layout: fixed;
}

.ops-customer-health-display-table {
  min-width: 760px;
}

.ops-customer-health-table th:nth-child(1),
.ops-customer-health-table td:nth-child(1) {
  width: 34%;
}

.ops-customer-health-table th:nth-child(2),
.ops-customer-health-table td:nth-child(2) {
  width: 28%;
}

.ops-customer-health-table th:nth-child(3),
.ops-customer-health-table td:nth-child(3) {
  width: 28%;
}

.ops-customer-health-table th:nth-child(4),
.ops-customer-health-table td:nth-child(4) {
  width: 92px;
}

.ops-customer-health-table .js-customer-health-name {
  width: 300px;
  max-width: 100%;
}

.ops-customer-health-table .js-customer-health-start {
  width: 260px;
  max-width: 100%;
}

.ops-customer-health-table .js-customer-health-channel {
  width: 260px;
  max-width: 100%;
}

.ops-customer-health-add-wrap {
  display: flex;
  justify-content: flex-start;
  padding: 12px 0 8px;
}

.ops-health-profile-form .ops-customer-health-section {
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}

.ops-health-field-block {
  margin-top: 14px;
}

.ops-health-field-block > label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 13px;
  font-weight: 500;
}

.ops-health-disease-selector {
  display: grid;
  gap: 10px;
}

.ops-health-choice-group {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.ops-health-choice-group-title {
  padding-top: 5px;
  color: #6b7280;
  font-size: 12px;
}

.ops-health-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.ops-health-choice-group-columns-3 .ops-health-choice-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ops-health-choice-group-columns-2 .ops-health-choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ops-health-choice {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 28px;
  color: #374151;
  font-size: 13px;
}

.ops-health-choice input {
  width: 15px;
  height: 15px;
  accent-color: #1677ff;
}


.ops-health-disease-other-input {
  display: block;
  flex: 0 1 480px;
  min-width: 220px;
}

.ops-health-disease-other-input[hidden] {
  display: none;
}

.ops-health-disease-other-input .ops-input {
  width: 100%;
  height: 32px;
}

.ops-health-other-input {
  display: grid;
  grid-template-columns: 88px minmax(220px, 480px);
  gap: 10px;
  align-items: center;
  margin: 10px 0 0 140px;
  color: #6b7280;
  font-size: 12px;
}

.ops-health-other-input[hidden] {
  display: none;
}

.ops-health-other-input .ops-input {
  height: 32px;
}

.ops-health-section-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.ops-health-section-header .ops-customer-health-section-title {
  margin-bottom: 0;
}

.ops-health-advice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ops-health-advice-grid .ops-form-item:last-child {
  grid-column: 1 / -1;
}

.ops-health-service-records .ops-customer-record-table {
  min-width: 960px;
}

.ops-health-profile-form [data-health-surgery-row] td:nth-child(4) {
  width: auto;
}

.ops-health-profile-form [data-health-surgery-row] td:nth-child(5) {
  width: 80px;
}

@media (max-width: 1180px) {
  html.ops-mobile-runtime .ops-customer-edit-health-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  html.ops-mobile-runtime .ops-customer-edit-health-grid {
    grid-template-columns: 1fr;
  }
}

.ops-customer-edit-subsidy-table {
  min-width: 1020px;
  table-layout: fixed;
}

.ops-customer-edit-subsidy-table th:nth-child(1),
.ops-customer-edit-subsidy-table td:nth-child(1) {
  width: 280px;
}

.ops-customer-edit-subsidy-table th:nth-child(2),
.ops-customer-edit-subsidy-table td:nth-child(2) {
  width: 360px;
}

.ops-customer-edit-subsidy-table th:nth-child(3),
.ops-customer-edit-subsidy-table td:nth-child(3) {
  width: 260px;
}

.ops-customer-edit-subsidy-table th:last-child,
.ops-customer-edit-subsidy-table td:last-child {
  width: 88px;
}

.ops-customer-edit-subsidy-table .js-customer-edit-subsidy-category {
  width: 260px;
  max-width: 100%;
}

.ops-customer-edit-subsidy-table .js-customer-edit-subsidy-item {
  width: 340px;
  max-width: 100%;
}

.ops-customer-edit-subsidy-table .js-customer-edit-subsidy-amount {
  width: 240px;
  max-width: 100%;
}

.ops-tag-capsule-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.ops-tag-editable {
  position: relative;
  padding-right: 20px;
}

.ops-tag-remove {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  color: #909399;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 0;
}

.ops-tag-remove:hover {
  color: #f56c6c;
}

.ops-tag-pending {
  border-color: #ffe2bd;
  background: #fff8ed;
  color: #b76500;
}


.ops-tag-add {
  border: 1px dashed #dcdfe6;
  background: none;
  color: var(--brand);
  cursor: pointer;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 4px;
}

.ops-tag-add:hover {
  border-color: var(--brand);
}

.ops-tag-picker-modal .ops-tag-search {
  min-height: 104px;
  resize: vertical;
  line-height: 20px;
}

.ops-tag-picker-modal .ops-tag-input-wrap {
  position: relative;
  margin-bottom: 12px;
}

.ops-tag-picker-hint {
  margin-top: 8px;
  color: #909399;
  font-size: 12px;
  line-height: 18px;
}

.ops-tag-picker-modal .ops-tag-list {
  position: absolute;
  top: 12px;
  left: min(calc(14px + var(--ops-tag-query-width, 0em) + 8px), calc(100% - 240px));
  z-index: 12;
  width: max-content;
  min-width: 150px;
  max-width: min(360px, calc(100% - 28px));
  max-height: 320px;
  overflow-y: auto;
  border: 1px solid #e4e7ed;
  border-radius: 6px;
  padding: 6px 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}


.ops-tag-picker-modal .ops-tag-list.is-hidden {
  display: none;
}

.ops-tag-picker-modal .ops-tag-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 5px 0;
  color: #303133;
  cursor: pointer;
  font-size: 13px;
}

.ops-tag-picker-modal .ops-tag-list-empty {
  padding: 4px 0;
  color: #909399;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}

.ops-tag-picker-modal .ops-tag-option input {
  flex: 0 0 auto;
}


.ops-dingtalk-binding-modal {
  gap: 14px;
}

.ops-dingtalk-binding-card {
  border: 1px solid #eef0f4;
  border-radius: 8px;
  background: #fbfcfd;
  padding: 14px;
}

.ops-dingtalk-binding-card.is-bound {
  border-color: rgba(255, 122, 26, 0.24);
  background: #fff8f2;
}

.ops-dingtalk-binding-state {
  color: #172033;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.ops-dingtalk-binding-desc {
  margin-top: 8px;
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
}

.ops-dingtalk-binding-meta {
  margin-top: 8px;
  color: #8a94a6;
  font-size: 12px;
  line-height: 1.5;
}
.ops-table.ops-table-grouped-workorder-detail th.ops-grouped-detail-col-customer,
.ops-table.ops-table-grouped-workorder-detail td.ops-grouped-detail-col-customer {
  position: sticky;
  left: 0;
  z-index: 3;
  width: 150px;
  min-width: 150px;
  background: #fff;
}

.ops-table.ops-table-grouped-workorder-detail th.ops-grouped-detail-col-phone,
.ops-table.ops-table-grouped-workorder-detail td.ops-grouped-detail-col-phone {
  position: sticky;
  left: 150px;
  z-index: 3;
  width: 150px;
  min-width: 150px;
  background: #fff;
  box-shadow: 6px 0 10px rgba(17, 24, 39, 0.05);
}

.ops-table.ops-table-grouped-workorder-detail th.ops-grouped-detail-col-customer,
.ops-table.ops-table-grouped-workorder-detail th.ops-grouped-detail-col-phone {
  z-index: 5;
  background: #f9fbff;
}

.ops-errand-cell-wrap {
  min-width: 0;
  line-height: 1.6;
  overflow-wrap: anywhere;
  white-space: normal;
}

.ops-modal.ops-modal-errand-detail {
  display: flex;
  width: min(960px, calc(var(--ops-canvas-width) - 32px));
  flex-direction: column;
}

.ops-modal-errand-detail > .ops-errand-detail-stack {
  display: grid;
  min-height: 0;
  gap: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 4px;
}

.ops-modal-errand-detail .ops-modal-card .ops-card-head {
  margin-bottom: 12px;
}

.ops-modal-errand-detail .ops-errand-detail-items {
  min-width: 520px;
}

.ops-modal-errand-detail .ops-errand-detail-items th:first-child,
.ops-modal-errand-detail .ops-errand-detail-items td:first-child {
  width: 80px;
}

.ops-modal-errand-detail .ops-errand-detail-items th:last-child,
.ops-modal-errand-detail .ops-errand-detail-items td:last-child {
  width: 120px;
}

.ops-modal.ops-modal-errand-create {
  display: flex;
  width: min(1040px, calc(var(--ops-canvas-width) - 32px));
  flex-direction: column;
}

.ops-modal-errand-create .ops-modal-header {
  flex: 0 0 auto;
}

.ops-modal-errand-create > .ops-errand-create-form {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 4px;
}

.ops-errand-create-section {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  background: #fff;
}

.ops-errand-create-section h3 {
  margin: 0 0 14px;
  color: #303133;
  font-size: 15px;
  font-weight: 600;
}

.ops-errand-create-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.ops-errand-create-grid .ops-form-item {
  min-width: 0;
  margin: 0;
}

.ops-modal-errand-create .ops-errand-create-select-control {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 34px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5 6 7.5 9 4.5' fill='none' stroke='%23606972' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 12px;
}

.ops-modal-errand-create input.ops-errand-create-select-control::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.ops-modal-errand-create .ops-required[hidden] {
  display: none;
}

.ops-errand-create-span-2 {
  grid-column: 1 / -1;
}

.ops-errand-create-products {
  min-width: 620px;
}

.ops-errand-create-products th:first-child,
.ops-errand-create-products td:first-child {
  width: 72px;
  text-align: center;
}

.ops-errand-create-products th:last-child,
.ops-errand-create-products td:last-child {
  width: 160px;
}

.ops-errand-create-upload-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ops-errand-create-upload-field {
  min-width: 0;
  padding: 12px;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  background: #fafbfc;
}

.ops-errand-create-upload-field input[type="file"] {
  min-height: 38px;
  padding: 6px 8px;
  background: #fff;
}

.ops-errand-create-upload-preview {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.ops-errand-create-upload-preview .ops-photo-link,
.ops-errand-create-upload-preview img {
  width: 80px;
  height: 80px;
}

.ops-errand-create-upload-preview img {
  display: block;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  object-fit: cover;
}

.ops-errand-create-watermark-note {
  margin: 12px 0 0;
  color: #909399;
  font-size: 13px;
  line-height: 1.6;
}

.ops-modal-errand-create .ops-modal-actions {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin-top: 14px;
  padding: 12px 0 0;
  border-top: 1px solid #ebeef5;
  background: #fff;
}

@media (max-width: 1100px) {
  .ops-errand-create-upload-grid {
    grid-template-columns: 1fr;
  }
}

/* Demand submit month summary */
.ops-keeper-submit-summary-modal .ops-confirm-dialog-scroll > p {
  margin-bottom: 12px;
}

.ops-keeper-submit-summary-list {
  overflow: hidden;
  border: 1px solid #ebeef2;
  border-radius: 6px;
}

.ops-keeper-submit-summary-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 16px;
  padding: 11px 14px;
  border-top: 1px solid #ebeef2;
}

.ops-keeper-submit-summary-row:first-child {
  border-top: 0;
}

.ops-keeper-submit-summary-row strong {
  color: #303133;
}

.ops-keeper-submit-summary-row span {
  color: #606266;
  text-align: right;
}

.ops-keeper-submit-summary-note {
  margin: 12px 0 0;
  color: #606266;
  font-size: 13px;
  line-height: 20px;
}

/* Unified PC login */
html.ops-unified-login-runtime:not(.ops-mobile-runtime) {
  width: 100% !important;
  min-width: var(--ops-pc-standard-width) !important;
  height: 100% !important;
  min-height: var(--ops-pc-standard-height) !important;
  overflow: auto !important;
}

html.ops-unified-login-runtime:not(.ops-mobile-runtime) body,
html.ops-unified-login-runtime:not(.ops-mobile-runtime) #ops-app {
  width: 100% !important;
  min-width: var(--ops-pc-standard-width) !important;
  height: 100% !important;
  min-height: var(--ops-pc-standard-height) !important;
  overflow: visible !important;
}


.ops-unified-login-page {
  position: relative;
  min-width: var(--ops-pc-standard-width);
  min-height: var(--ops-pc-standard-height);
  grid-template-columns: minmax(0, 60%) minmax(576px, 40%);
  background-color: #f8f9fb;
  background-image: url("../image/unified-login-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #303133;
}

.ops-unified-login-page .ops-login-hero {
  display: flex;
  min-height: 0;
  justify-content: flex-start;
  padding: 0 24px 0 173px;
  background: transparent;
}

.ops-unified-login-pitch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  width: min(100%, 930px);
  transform: translateY(-64px);
}

.ops-unified-login-page .ops-login-hero-image {
  flex: 0 0 auto;
  width: 184px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.ops-unified-login-slogan {
  min-width: 0;
  padding-top: 0;
  transform: translateY(-3px);
}

.ops-unified-login-slogan h1 {
  margin: 0;
  color: #ff7900;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.073em;
  line-height: 1.22;
  white-space: nowrap;
}

.ops-unified-login-slogan p {
  margin: 10px 0 0 20px;
  color: #ff7900;
  font-size: 14px;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.ops-unified-login-page .ops-login-panel {
  height: var(--ops-canvas-height);
  min-height: var(--ops-pc-standard-height);
  align-items: flex-start;
  padding: 0 62px;
  background: transparent;
  overflow: hidden;
  transform: translateY(-55px);
}

.ops-unified-login-page .ops-login-card {
  width: 100%;
  max-width: 452px;
  max-height: 720px;
  margin: 0;
  padding: 47px 52px 49px;
  overflow: auto;
  background: #fff;
  border: 1px solid rgb(255 255 255 / 80%);
  border-radius: 12px;
  box-shadow: 0 26px 70px rgb(50 72 96 / 13%);
  scrollbar-width: thin;
}

.ops-unified-login-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
  text-align: center;
}

.ops-unified-login-page .ops-login-brand-image {
  width: 66px;
  height: auto;
  margin: 0 0 18px;
}

.ops-unified-login-brand h2 {
  margin: 0;
  color: #303133;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.ops-unified-login-brand p {
  margin: 12px 0 0;
  color: #909399;
  font-size: 13px;
  line-height: 1.65;
}

.ops-unified-login-brand.is-compact {
  margin-bottom: 22px;
}

.ops-unified-login-brand.is-compact .ops-login-brand-image {
  width: 58px;
  margin-bottom: 14px;
}

.ops-unified-login-brand.is-compact h2 {
  font-size: 24px;
}

.ops-unified-login-page .ops-login-input {
  height: 44px;
  margin-bottom: 24px;
  padding: 0 14px;
  background: #fff;
  border-color: #dcdfe6;
  border-radius: 5px;
  color: #303133;
  font-size: 14px;
}

.ops-unified-login-page .ops-login-input:focus {
  border-color: #ff7900;
  box-shadow: 0 0 0 3px rgb(255 121 0 / 10%);
}

.ops-unified-login-page .ops-login-options {
  margin: -2px 0 18px;
}

.ops-unified-login-page .ops-login-remember input {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0;
  appearance: none;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  cursor: pointer;
}

.ops-unified-login-page .ops-login-remember input:checked {
  background: #ff7900;
  border-color: #ff7900;
}

.ops-unified-login-page .ops-login-remember input:checked::after {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 3px;
  height: 7px;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ops-unified-login-page .ops-login-submit {
  height: 44px;
  border-radius: 5px;
  background: #ff7900;
  box-shadow: 0 8px 20px rgb(255 121 0 / 18%);
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
}

.ops-unified-login-page .ops-login-submit:hover,
.ops-unified-login-page .ops-login-submit:focus-visible {
  background: #ed7000;
}

.ops-unified-login-page .ops-login-submit:disabled {
  color: #fff !important;
  cursor: wait;
  opacity: 0.72;
}

.ops-login-message {
  min-height: 20px;
  margin: -12px 0 10px;
  color: #909399;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.ops-login-message.is-error {
  color: #f04438;
}

.ops-identity-list {
  display: grid;
  gap: 12px;
  max-height: 340px;
  padding: 2px 4px;
  overflow: auto;
  scrollbar-width: thin;
}

.ops-identity-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 72px;
  padding: 12px 14px;
  color: #303133;
  text-align: left;
  background: #fff;
  border: 1px solid #ebeef2;
  border-radius: 9px;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ops-identity-card:hover,
.ops-identity-card:focus-visible {
  border-color: #ff9a3c;
  box-shadow: 0 8px 22px rgb(255 121 0 / 11%);
  outline: none;
  transform: translateY(-1px);
}

.ops-identity-card:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.ops-identity-card.is-loading {
  border-color: #ff7900;
}

.ops-identity-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ff7900;
  background: #fff2e6;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
}

.ops-identity-card-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.ops-identity-card-content strong,
.ops-identity-card-content small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-identity-card-content strong {
  font-size: 15px;
  font-weight: 600;
}

.ops-identity-card-content small {
  color: #909399;
  font-size: 12px;
}

.ops-identity-card-arrow {
  color: #c0c4cc;
  font-size: 25px;
  line-height: 1;
}

.ops-login-back {
  display: block;
  margin: 18px auto 0;
  padding: 5px 8px;
  color: #ff7900;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.ops-login-back:hover,
.ops-login-back:focus-visible {
  color: #ed7000;
  text-decoration: underline;
  outline: none;
}

.ops-unified-login-page .ops-login-copyright {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 49px;
  left: 0;
  color: #6f7379;
  font-size: 12px;
  text-align: center;
  pointer-events: none;
}

.ops-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 1921px) {
  .ops-unified-login-page {
    --ops-login-wide-center-shift: calc((var(--ops-canvas-width) - 1920px) / 5);
  }

  .ops-unified-login-pitch {
    transform: translate(
      var(--ops-login-wide-center-shift),
      clamp(-78px, -7.2vh, -64px)
    );
  }

  .ops-unified-login-page .ops-login-panel {
    transform: translate(
      var(--ops-login-wide-center-shift),
      clamp(-66px, -6.1vh, -55px)
    );
  }
}

@media (prefers-reduced-motion: reduce) {
  .ops-unified-login-page .ops-login-card,
  .ops-identity-card {
    animation: none;
    transition: none;
  }
}

.ops-user-dropdown {
  width: 220px;
}

.ops-user-dropdown-identity {
  display: grid;
  gap: 2px;
  margin: 0 2px 6px;
  padding: 8px;
  border-bottom: 1px solid #edf0f5;
}

.ops-user-dropdown-identity strong,
.ops-user-dropdown-identity span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-user-dropdown-identity strong {
  color: #303133;
  font-size: 14px;
}

.ops-user-dropdown-identity span {
  color: #909399;
  font-size: 12px;
}

.ops-identity-switch-modal,
.ops-identity-switch-list {
  display: grid;
  gap: 10px;
}

.ops-identity-current {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 8px;
  background: #fff7ed;
}

.ops-identity-current span,
.ops-identity-current small,
.ops-identity-switch-item small {
  color: #909399;
  font-size: 12px;
}

.ops-identity-switch-tip {
  color: #606266;
  font-size: 13px;
  line-height: 1.6;
}

.ops-identity-switch-item {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #303133;
  text-align: left;
  cursor: pointer;
}

.ops-identity-switch-item span:first-child {
  display: grid;
  gap: 4px;
}

.ops-identity-switch-item:hover,
.ops-identity-switch-item:focus-visible {
  border-color: var(--brand);
  outline: none;
}
.ops-system-audit-page .ops-system-audit-filters {
  grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.ops-audit-value {
  margin: 0;
  max-width: 420px;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

@media (max-width: 1100px) {
  .ops-system-audit-page .ops-system-audit-filters {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}


/* === ops/css/ops-components.css === */
.ops-workorder-detail-tabs .ops-tab-item {
  border: 0;
  background: transparent;
}

.ops-workorder-detail-tabs [role="tabpanel"][hidden] {
  display: none;
}

.ops-workorder-change-loading,
.ops-workorder-change-empty,
.ops-workorder-change-error {
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #64748b;
}

.ops-workorder-change-error {
  color: #b42318;
}

.ops-workorder-change-timeline {
  position: relative;
  margin: 0;
  padding: 4px 0 4px 28px;
  list-style: none;
}

.ops-workorder-change-timeline::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 8px;
  width: 2px;
  background: #dbe5f0;
  content: "";
}

.ops-workorder-change-item {
  position: relative;
  padding-bottom: 16px;
}

.ops-workorder-change-item:last-child {
  padding-bottom: 0;
}

.ops-workorder-change-dot {
  position: absolute;
  top: 16px;
  left: -26px;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 1px #93b4dc;
}

.ops-workorder-change-card {
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
}

.ops-workorder-change-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ops-workorder-change-head > strong {
  color: #1e293b;
  font-size: 14px;
}

.ops-workorder-change-head > span {
  flex: none;
  color: #64748b;
  font-size: 12px;
}

.ops-workorder-change-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.ops-workorder-change-grid > div {
  min-width: 0;
}

.ops-workorder-change-grid span,
.ops-workorder-change-grid strong {
  display: block;
}

.ops-workorder-change-grid span {
  margin-bottom: 4px;
  color: #64748b;
  font-size: 12px;
}

.ops-workorder-change-grid strong {
  color: #334155;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  html.ops-mobile-runtime .ops-workorder-change-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.ops-task-progress-mask {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ops-task-progress-card {
  width: 420px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
  padding: 18px;
}

.ops-task-progress-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 10px;
}

.ops-task-progress-spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #dbeafe;
  border-top-color: #2563eb;
  animation: opsTaskSpin 0.8s linear infinite;
}

.ops-task-progress-text {
  font-size: 13px;
  color: #334155;
  margin-bottom: 10px;
}

.ops-task-progress-bar {
  height: 8px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
}

.ops-task-progress-bar-inner {
  height: 100%;
  background: linear-gradient(90deg, #2563eb, #16a34a);
  transition: width 0.2s ease;
}

.ops-task-progress-stats {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #64748b;
  margin-top: 8px;
}

.ops-task-progress-failures {
  margin-top: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  max-height: 180px;
  overflow: auto;
  display: none;
}

.ops-task-progress-failures-title {
  padding: 8px 10px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 12px;
  color: #334155;
  font-weight: 600;
}

.ops-task-progress-failure-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 10px;
  padding: 8px 10px;
  border-top: 1px solid #f1f5f9;
  font-size: 12px;
  color: #475569;
  align-items: flex-start;
  white-space: normal;
}

.ops-task-progress-failure-row > span {
  display: block;
  min-width: 0;
  white-space: normal;
}

.ops-task-progress-failure-id {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  line-height: 1.45;
  word-break: break-all;
  overflow-wrap: anywhere;
  color: #334155;
}

.ops-task-progress-failure-reason {
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  color: #1f2937;
}

.ops-task-progress-failure-row:first-of-type {
  border-top: none;
}

.ops-task-progress-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

.ops-task-progress-btn {
  padding: 6px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #1e293b;
  cursor: pointer;
}

.ops-task-progress-btn-primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.ops-task-progress-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.ops-loading-mask {
  position: fixed;
  inset: 0;
  z-index: 23000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(15, 23, 42, 0.42);
  cursor: wait;
}

.ops-loading-mask.show {
  display: flex;
}

.ops-loading-card {
  min-width: 220px;
  max-width: min(360px, calc(var(--ops-canvas-width) - 48px));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.22);
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
}

.ops-loading-spinner {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  border: 3px solid #ffedd5;
  border-top-color: var(--brand, #ff7a1a);
  animation: opsGlobalLoadingSpin 0.8s linear infinite;
}

.ops-loading-text {
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.4;
}

body.ops-loading-open {
  cursor: wait;
}

@keyframes opsTaskSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes opsGlobalLoadingSpin {
  to {
    transform: rotate(360deg);
  }
}

.ops-photo-link {
  cursor: zoom-in;
}

.ops-photo-preview-mask {
  position: fixed;
  inset: 0;
  z-index: 23000;
  display: flex;
  flex-direction: column;
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  pointer-events: auto;
}

.ops-photo-preview-top {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
}

.ops-photo-preview-back {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.ops-photo-preview-title {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.ops-photo-preview-body {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.ops-photo-preview-body img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}


/* === ops/css/element-theme.css === */
:root {
  --el-color-primary: var(--brand);
  --el-color-primary-light: var(--brand-soft);
  --el-color-danger: #F56C6C;
  --el-color-success: #67C23A;
  --el-color-warning: var(--brand);
  --el-color-info: #909399;
  --el-text-color-primary: #303133;
  --el-text-color-regular: #606266;
  --el-text-color-secondary: #909399;
  --el-border-color: #DCDFE6;
  --el-border-color-light: #E4E7ED;
  --el-bg-color: #FFFFFF;
  --el-fill-color-light: #F5F7FA;
  --el-border-radius-base: var(--radius);
  --el-font-size-base: 14px;
}

.ops-filter-bar,
.ops-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 20px;
  margin-bottom: 12px;
  background: var(--el-bg-color);
  border-radius: var(--el-border-radius-base);
}

.ops-filter-item {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.ops-filter-item label {
  flex: 0 0 auto;
  margin-right: 8px;
  color: var(--el-text-color-regular);
  font-size: var(--el-font-size-base);
  line-height: 32px;
  white-space: nowrap;
}

.ops-filter-item input,
.ops-filter-item select,
.ops-filter-item .ops-input,
.ops-filter-item .ops-select {
  height: 36px;
  min-width: 180px;
  padding: 0 12px;
  border: 1px solid var(--el-border-color);
  border-radius: var(--el-border-radius-base);
  background: var(--el-bg-color);
  color: var(--el-text-color-regular);
  font-size: var(--el-font-size-base);
  line-height: 34px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ops-filter-item input:focus,
.ops-filter-item select:focus,
.ops-filter-item .ops-input:focus,
.ops-filter-item .ops-select:focus {
  outline: none;
  border-color: var(--el-color-primary);
  box-shadow: 0 0 0 2px rgba(255, 122, 26, 0.12);
}

.ops-filter-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
}

.ops-filter-advanced {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--el-border-color-light);
}

.ops-table-wrap {
  max-width: 100%;
  border: 1px solid var(--el-border-color-light);
  border-radius: var(--el-border-radius-base);
  background: var(--el-bg-color);
}

.ops-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  background: var(--el-bg-color);
}

.ops-table thead th {
  min-width: 112px;
  padding: 12px 16px;
  background: var(--el-color-primary);
  color: #FFFFFF;
  font-size: var(--el-font-size-base);
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  white-space: nowrap;
}

.ops-table tbody tr:nth-child(even) {
  background: #FAFAFA;
}

.ops-table tbody tr:hover {
  background: var(--el-fill-color-light);
}

.ops-table tbody td {
  min-width: 112px;
  padding: 12px 16px;
  border-bottom: 1px solid #EBEEF5;
  color: var(--el-text-color-regular);
  font-size: var(--el-font-size-base);
  line-height: 1.5;
  vertical-align: middle;
}

.ops-table .ops-table-action,
.ops-table .ops-link-btn {
  margin-right: 12px;
  color: var(--el-color-primary);
  cursor: pointer;
  font-size: var(--el-font-size-base);
}

.ops-table .ops-table-action:last-child,
.ops-table .ops-link-btn:last-child {
  margin-right: 0;
}

.ops-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0;
  color: var(--el-text-color-regular);
  font-size: var(--el-font-size-base);
}

.ops-pagination-left {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.ops-pagination-total {
  color: var(--el-text-color-regular);
  font-size: var(--el-font-size-base);
}

.ops-pagination-selected {
  color: var(--el-text-color-regular);
  font-size: var(--el-font-size-base);
  white-space: nowrap;
}

.ops-pagination-size-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--el-text-color-regular);
  font-size: var(--el-font-size-base);
  white-space: nowrap;
}

.ops-pagination-sizes {
  height: 36px;
  padding: 0 8px;
  border: 1px solid var(--el-border-color);
  border-radius: var(--el-border-radius-base);
  background: var(--el-bg-color);
  color: var(--el-text-color-regular);
}

.ops-pagination-pages {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.ops-pagination-page,
.ops-pagination .ops-btn {
  min-width: 32px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--el-border-color);
  border-radius: var(--el-border-radius-base);
  background: var(--el-bg-color);
  color: var(--el-text-color-regular);
  font-size: var(--el-font-size-base);
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.ops-pagination-ellipsis {
  min-width: 24px;
  color: var(--el-text-color-secondary);
  line-height: 34px;
  text-align: center;
}

.ops-pagination-jump {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--el-text-color-regular);
  white-space: nowrap;
}

.ops-pagination-jump-input {
  width: 56px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid var(--el-border-color);
  border-radius: var(--el-border-radius-base);
  color: var(--el-text-color-primary);
  text-align: center;
}

.ops-pagination-jump-input:focus {
  border-color: var(--el-color-primary);
  outline: none;
}

.ops-pagination-page.active,
.ops-pagination .ops-btn.active {
  border-color: var(--el-color-primary);
  background: var(--el-color-primary);
  color: #FFFFFF;
}

.ops-btn,
.ops-btn-default,
.ops-btn-primary,
.ops-btn-text,
.ops-btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: var(--el-border-radius-base);
  font-size: var(--el-font-size-base);
  line-height: 34px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ops-btn,
.ops-btn-default {
  border: 1px solid var(--el-border-color);
  background: var(--el-bg-color);
  color: var(--el-text-color-regular);
}

.ops-btn:hover,
.ops-btn-default:hover {
  border-color: var(--el-color-primary);
  color: var(--el-color-primary);
}

.ops-btn-primary {
  border: 1px solid var(--el-color-primary);
  background: var(--el-color-primary);
  color: #FFFFFF;
}

.ops-btn-primary:hover {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
  color: #FFFFFF;
}

.ops-btn-text {
  min-height: auto;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--el-color-primary);
}

.ops-btn-text:hover {
  color: var(--brand-dark);
}

.ops-btn-danger {
  border: 1px solid var(--el-color-danger);
  background: var(--el-color-danger);
  color: #FFFFFF;
}

.ops-btn-danger:hover {
  border-color: #F78989;
  background: #F78989;
  color: #FFFFFF;
}

.ops-btn:disabled,
.ops-btn-default:disabled,
.ops-btn-primary:disabled,
.ops-btn-text:disabled,
.ops-btn-danger:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ops-modal-mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
}

.ops-modal,
.ops-modal-card {
  background: var(--el-bg-color);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  font-size: var(--ops-font-size-body);
}

.ops-modal-card:not(.ops-card) {
  max-width: 600px;
}

.ops-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--el-border-color-light);
}

.ops-modal-title {
  color: #303133;
  font-size: var(--ops-modal-title-size);
  font-weight: 600;
  line-height: 1.4;
}

.ops-modal-body {
  padding: 12px 0;
  font-size: var(--ops-font-size-body);
}

.ops-modal-footer,
.ops-modal-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 12px 0 0;
  font-size: var(--ops-font-size-body);
}

.ops-modal-close-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--ops-modal-close-size);
  width: var(--ops-modal-close-size);
  height: var(--ops-modal-close-size);
  min-height: var(--ops-modal-close-size);
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--el-text-color-secondary);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  box-shadow: none;
}

.ops-modal-close-icon:hover,
.ops-modal-close-icon:focus-visible {
  background: var(--el-fill-color-light);
  color: var(--el-text-color-primary);
}

.ops-tabs {
  width: 100%;
}

.ops-tabs-header {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--el-border-color-light);
}

.ops-tab-item {
  position: relative;
  padding: 12px 20px;
  color: var(--el-text-color-primary);
  font-size: var(--el-font-size-base);
  line-height: 1.4;
  cursor: pointer;
  text-decoration: none;
}

.ops-master-tabs {
  margin-bottom: 16px;
}

.ops-master-split {
  --ops-split-left-width: 320px;
  --ops-split-left-min-width: 220px;
  --ops-split-left-max-width: 560px;
  --ops-split-main-min-width: 360px;
  --ops-split-gap: 0px;
  display: grid;
  grid-template-columns: var(--ops-split-left-width) minmax(0, 1fr);
  gap: var(--ops-split-gap);
  align-items: stretch;
  position: relative;
}

.ops-master-split-left,
.ops-master-split-main {
  min-width: 0;
}

.ops-master-split > .ops-master-split-left {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ops-master-split > .ops-master-split-main {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ops-master-split-resizer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--ops-split-left-width);
  z-index: 6;
  width: 12px;
  transform: translateX(-50%);
  cursor: col-resize;
  touch-action: none;
}

.ops-master-split-resizer::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: var(--el-border-color);
}

.ops-master-split-resizer:hover::before,
.ops-master-split-resizer:active::before,
.ops-split-resizing .ops-master-split-resizer::before {
  background: var(--el-color-primary);
}

.ops-split-resizing,
.ops-split-resizing * {
  cursor: col-resize !important;
  user-select: none !important;
}

.ops-service-package-filter {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.ops-package-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.ops-package-list-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: var(--el-border-radius-base);
  background: transparent;
  color: var(--el-text-color-primary);
  text-align: left;
  cursor: pointer;
}

.ops-package-list-item:hover,
.ops-package-list-item.active {
  background: var(--el-color-primary-light-9);
  color: var(--el-color-primary);
}

.ops-package-list-name {
  font-weight: 500;
  line-height: 1.4;
}

.ops-package-list-meta,
.ops-package-summary {
  color: var(--el-text-color-secondary);
  font-size: var(--el-font-size-small);
}

.ops-service-package-tree {
  margin-top: 16px;
  padding: 8px;
  border: 1px solid var(--el-border-color-light);
  border-radius: 8px;
  background: #FFFFFF;
  max-height: 560px;
  overflow: auto;
}

.ops-service-package-root-row,
.ops-service-package-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 4px;
  margin: 2px 0;
}

.ops-service-package-root,
.ops-service-package-node,
.ops-service-package-item {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: var(--el-border-radius-base);
  background: transparent;
  color: var(--el-text-color-primary);
  text-align: left;
  cursor: pointer;
}

.ops-service-package-root,
.ops-service-package-node {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  min-height: 32px;
  padding: 7px 10px;
  line-height: 1.35;
}

.ops-service-package-root > span:first-child,
.ops-service-package-node > span:first-child,
.ops-service-package-item > span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ops-service-package-root:hover,
.ops-service-package-node:hover,
.ops-service-package-item:hover,
.ops-service-package-root.active,
.ops-service-package-node.active,
.ops-service-package-item.active {
  background: var(--el-color-primary-light-9);
  color: var(--el-color-primary);
}

.ops-service-package-toggle {
  width: 24px;
  min-height: 32px;
  border: 0;
  background: transparent;
  color: var(--el-text-color-secondary);
  cursor: pointer;
}

.ops-toggle-placeholder {
  visibility: hidden;
}

.ops-service-package-row > .ops-service-package-actions {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 20px;
  padding: 0 0 4px 10px;
  margin-top: -4px;
}

.ops-service-package-row > .ops-service-package-actions:empty {
  display: none;
}

.ops-service-package-tree > .ops-service-package-branch {
  padding-left: 18px;
}

.ops-service-package-children {
  margin-left: 8px;
  border-left: 1px solid var(--el-border-color-light);
}

.ops-pkg-level-2 {
  padding-left: 10px;
}

.ops-pkg-level-3 {
  padding-left: 20px;
}

.ops-service-package-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 10px 8px 24px;
}

.ops-service-category-tree {
  margin-top: 16px;
  padding: 8px;
  border: 1px solid var(--el-border-color-light);
  border-radius: 8px;
  background: #FFFFFF;
  max-height: 560px;
  overflow: auto;
}

.ops-tree-index-wrap {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}

.ops-service-item-page .ops-tree-index-wrap,
.ops-service-package-page .ops-tree-index-wrap {
  margin-top: 16px;
}

.ops-tree-index-wrap > .ops-service-category-tree,
.ops-tree-index-wrap > .ops-service-human-tree {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding-right: 30px;
}

.ops-tree-letter-index {
  position: absolute;
  top: 8px;
  right: 4px;
  bottom: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20px;
  border-left: 1px solid var(--el-border-color-lighter);
  background: rgba(255, 255, 255, 0.9);
  overflow: auto;
  scrollbar-width: none;
}

.ops-tree-letter-index::-webkit-scrollbar {
  display: none;
}

.ops-tree-letter-index-button {
  width: 18px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--el-text-color-primary);
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
}

.ops-tree-letter-index-button:hover,
.ops-tree-letter-index-button:focus-visible {
  background: var(--el-color-primary-light-9);
  color: var(--brand);
}

.ops-tree-letter-index-button:disabled {
  background: transparent;
  color: #C0C4CC;
  cursor: default;
}

.ops-service-category-row.ops-tree-index-hit .ops-service-category-item,
.ops-service-human-tree-row.ops-tree-index-hit .ops-service-human-tree-node {
  background: var(--el-color-primary-light-9);
  color: var(--brand);
}

.ops-service-category-root,
.ops-service-category-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-width: 0;
  min-height: 32px;
  padding: 7px 10px;
  border: 0;
  border-radius: var(--el-border-radius-base);
  background: transparent;
  color: var(--el-text-color-primary);
  text-align: left;
  line-height: 1.35;
  cursor: pointer;
}

.ops-service-category-root > span:first-child,
.ops-service-category-item > span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ops-service-category-root-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 4px;
}

.ops-service-category-root:hover,
.ops-service-category-root.active,
.ops-service-category-item:hover,
.ops-service-category-item.active {
  background: var(--el-color-primary-light-9);
  color: var(--el-color-primary);
}

.ops-service-category-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 4px;
}

.ops-service-category-row.is-child {
  padding-left: 18px;
}

.ops-service-category-toggle {
  width: 24px;
  min-height: 32px;
  border: 0;
  background: transparent;
  color: var(--el-text-color-secondary);
  cursor: pointer;
}

.ops-service-category-count {
  flex: 0 0 auto;
  color: var(--el-text-color-secondary);
  font-size: var(--el-font-size-extra-small);
}

.ops-service-category-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 32px;
  padding-right: 2px;
}

.ops-service-category-actions:empty {
  display: none;
}

.ops-service-category-row > .ops-service-category-actions {
  grid-column: 2;
  grid-row: 2;
  justify-content: flex-start;
  min-height: 20px;
  padding: 0 0 4px 10px;
  margin-top: -4px;
}

.ops-service-category-action {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--el-color-primary);
  cursor: pointer;
  white-space: nowrap;
  font-size: var(--el-font-size-small);
}

.ops-service-item-page {
  --ops-split-left-width: 280px;
  --ops-split-gap: 0px;
}

.ops-service-package-page {
  --ops-split-left-width: 280px;
  --ops-split-gap: 0px;
}

.ops-service-item-page .ops-master-split-left {
  padding: 20px 18px;
}

.ops-service-package-page .ops-master-split-left {
  padding: 20px 18px;
}

.ops-service-item-page .ops-master-split-main {
  padding: 24px;
}

.ops-service-package-page .ops-master-split-main {
  padding: 24px;
}

.ops-service-human-page {
  --ops-split-left-width: 336px;
  --ops-split-left-max-width: 600px;
  --ops-split-gap: 0px;
}

.ops-service-human-page .ops-master-split-left {
  padding: 20px 18px;
  min-height: calc(var(--ops-canvas-height) - 150px);
}

.ops-service-human-page .ops-master-split-main {
  padding: 24px;
  min-height: calc(var(--ops-canvas-height) - 150px);
}

.ops-service-human-tabs {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--el-border-color-light);
}

.ops-service-human-tab {
  position: relative;
  flex: 0 0 auto;
  padding: 12px 14px;
  color: var(--el-text-color-primary);
  font-size: var(--el-font-size-base);
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.4;
}

.ops-service-human-tab.active {
  color: var(--el-color-primary);
}

.ops-service-human-tab.active::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: var(--el-color-primary);
  content: "";
}

.ops-service-human-left-search {
  margin-bottom: 12px;
}

.ops-service-human-tree-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.ops-service-human-tree-actions .ops-btn {
  width: 100%;
  height: 36px;
  padding-right: 0;
  padding-left: 0;
}

.ops-service-human-tree-actions .ops-btn:only-child {
  grid-column: 1 / -1;
}

.ops-service-human-tree {
  max-height: calc(var(--ops-canvas-height) - 270px);
  overflow: auto;
}

.ops-service-human-search-results {
  max-height: calc(var(--ops-canvas-height) - 245px);
  overflow: auto;
}

.ops-service-human-search-item {
  width: 100%;
  min-height: 54px;
  padding: 9px 10px;
  border: 0;
  border-bottom: 1px solid var(--el-border-color-light);
  border-radius: 0;
  background: transparent;
  color: var(--el-text-color-primary);
  text-align: left;
  cursor: pointer;
}

.ops-service-human-search-item:hover,
.ops-service-human-search-item:focus,
.ops-service-human-search-item.active {
  background: var(--brand-lighter);
  color: var(--brand);
  outline: none;
}

.ops-service-human-search-body {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.ops-service-human-search-name {
  min-width: 0;
  overflow: visible;
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.ops-service-human-search-org {
  min-width: 0;
  overflow: visible;
  color: var(--el-text-color-secondary);
  font-size: 13px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.ops-service-human-search-item:hover .ops-service-human-search-org,
.ops-service-human-search-item:focus .ops-service-human-search-org,
.ops-service-human-search-item.active .ops-service-human-search-org {
  color: var(--el-text-color-regular);
}

.ops-service-human-search-hint {
  padding: 10px 4px;
  color: var(--el-text-color-secondary);
  font-size: 12px;
  line-height: 1.4;
}

.ops-service-human-tree-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 32px;
  align-items: center;
  box-sizing: border-box;
  min-height: 36px;
  border-bottom: 1px dashed var(--el-border-color-light);
}

.ops-service-human-tree-row-level-2 {
  padding-left: 18px;
}

.ops-service-human-tree-row-level-3 {
  padding-left: 36px;
}

.ops-service-human-tree-row-level-4 {
  padding-left: 54px;
}

.ops-service-human-tree-toggle,
.ops-service-human-tree-toggle-placeholder {
  width: 24px;
  height: 32px;
}

.ops-service-human-tree-toggle {
  border: 0;
  background: transparent;
  color: var(--el-text-color-secondary);
  cursor: pointer;
  transition: transform 0.15s ease;
}

.ops-service-human-tree-toggle.expanded {
  transform: rotate(90deg);
}

.ops-service-human-tree-toggle-placeholder {
  display: inline-block;
}

.ops-service-human-tree-children {
  margin-left: 0;
  padding-left: 0;
}

.ops-service-human-tree-node {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-width: 0;
  min-height: 36px;
  padding: 8px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--el-text-color-primary);
  text-align: left;
  cursor: pointer;
}

.ops-service-human-tree-node:hover,
.ops-service-human-tree-node.active {
  background: var(--brand-lighter);
  color: var(--brand);
  font-weight: 600;
}

.ops-service-human-tree-level-2 {
  padding-left: 10px;
}

.ops-service-human-tree-level-3 {
  padding-left: 10px;
}

.ops-service-human-tree-level-4 {
  padding-left: 10px;
}

.ops-service-human-tree-name {
  min-width: 0;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.ops-service-human-tree-more {
  flex: 0 0 auto;
  color: var(--el-text-color-secondary);
  opacity: 0;
  transition: opacity 0.15s ease;
}

.ops-service-human-tree-node:hover .ops-service-human-tree-more,
.ops-service-human-tree-node.active .ops-service-human-tree-more {
  opacity: 1;
}

.ops-service-human-tree-node-actions {
  position: relative;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.ops-service-human-tree-row:hover .ops-service-human-tree-node-actions,
.ops-service-human-tree-row:focus-within .ops-service-human-tree-node-actions,
.ops-service-human-tree-node.active + .ops-service-human-tree-node-actions,
.ops-service-human-tree-node-actions.is-open {
  opacity: 1;
}

.ops-service-human-tree-node-actions .ops-service-human-tree-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--el-text-color-secondary);
  cursor: pointer;
  opacity: 1;
}

.ops-service-human-tree-node-actions .ops-service-human-tree-more:hover,
.ops-service-human-tree-node-actions .ops-service-human-tree-more:focus {
  background: var(--brand-lighter);
  color: var(--brand);
}

.ops-service-human-tree-action-menu {
  min-width: 96px;
  padding: 4px 0;
  border: 1px solid var(--el-border-color-light);
  border-radius: 4px;
  background: var(--el-bg-color);
  box-shadow: var(--el-box-shadow-light);
}

.ops-service-human-tree-menu-item {
  display: block;
  width: 100%;
  padding: 7px 12px;
  border: 0;
  background: transparent;
  color: var(--el-text-color-primary);
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.ops-service-human-tree-menu-item:hover,
.ops-service-human-tree-menu-item:focus {
  background: var(--brand-lighter);
  color: var(--brand);
}

.ops-service-human-main-head {
  margin-bottom: 22px;
}

.ops-service-human-main-head .ops-card-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.ops-service-human-main-count {
  margin: 10px 0 0;
  color: var(--el-text-color-secondary);
  font-size: 14px;
  line-height: 1.4;
}

.ops-service-human-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.ops-service-human-toolbar .ops-service-item-search {
  flex: 0 0 220px;
  width: 220px;
}

.ops-service-human-toolbar-spacer {
  flex: 1 1 auto;
  min-width: 12px;
}

.ops-service-human-table-wrap {
  overflow-x: auto;
}

.ops-table.ops-table-service-human {
  table-layout: auto;
}

.ops-table.ops-table-service-human th,
.ops-table.ops-table-service-human td {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  vertical-align: middle;
}

.ops-service-tree-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: center;
}

.ops-service-tree-search,
.ops-service-item-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.ops-service-tree-search > svg,
.ops-service-item-search > svg {
  position: absolute;
  left: 11px;
  color: var(--el-text-color-placeholder);
  pointer-events: none;
}

.ops-service-tree-search .ops-input,
.ops-service-item-search .ops-input {
  width: 100%;
  padding-left: 34px;
}

.ops-service-tree-toolbar .ops-input {
  width: 100%;
  min-width: 0;
  height: 34px;
}

.ops-customer-subsidy-page .ops-service-tree-toolbar {
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 8px;
}

.ops-customer-subsidy-tree-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 10px;
}

.ops-customer-subsidy-tree-actions .ops-btn {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.ops-service-item-page .ops-service-category-tree {
  margin-top: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  max-height: calc(var(--ops-canvas-height) - 250px);
  overflow: auto;
}

.ops-service-package-page .ops-service-category-tree {
  margin-top: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  max-height: calc(var(--ops-canvas-height) - 250px);
  overflow: auto;
}

.ops-service-item-page .ops-service-category-root-row,
.ops-service-item-page .ops-service-category-row {
  min-height: 36px;
  border-bottom: 1px dashed var(--el-border-color-light);
}

.ops-service-package-page .ops-service-category-root-row,
.ops-service-package-page .ops-service-category-row {
  min-height: 36px;
  border-bottom: 1px dashed var(--el-border-color-light);
}

.ops-service-item-page .ops-service-category-row {
  grid-template-columns: 22px minmax(0, 1fr) 28px;
  align-items: center;
}

.ops-service-package-page .ops-service-category-row {
  grid-template-columns: 22px minmax(0, 1fr) 28px;
  align-items: center;
}

.ops-service-package-page .ops-service-category-row.is-package-root {
  grid-template-columns: 22px minmax(0, 1fr) 28px;
  padding-left: 0;
}

.ops-service-item-page .ops-service-category-row.is-child {
  padding-left: 20px;
}

.ops-service-package-page .ops-service-category-row.is-child {
  min-height: 32px;
  padding-left: 20px;
  border-bottom-color: #eef1f6;
}

.ops-service-item-page .ops-service-category-row.is-active {
  background: var(--brand-lighter);
}

.ops-service-package-page .ops-service-category-row.is-active {
  background: var(--brand-lighter);
}

.ops-service-item-page .ops-service-category-row:hover {
  background: var(--brand-lighter);
}

.ops-service-package-page .ops-service-category-row:hover {
  background: var(--brand-lighter);
}

.ops-service-item-page .ops-service-category-root,
.ops-service-item-page .ops-service-category-item {
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 0;
}

.ops-service-package-page .ops-service-category-root,
.ops-service-package-page .ops-service-category-item {
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 0;
}

.ops-service-item-page .ops-service-category-root:hover,
.ops-service-item-page .ops-service-category-root.active,
.ops-service-item-page .ops-service-category-item:hover,
.ops-service-item-page .ops-service-category-item.active {
  border-radius: 0;
  background: transparent;
  color: var(--brand);
  font-weight: 600;
}

.ops-service-package-page .ops-service-category-root:hover,
.ops-service-package-page .ops-service-category-root.active,
.ops-service-package-page .ops-service-category-item:hover,
.ops-service-package-page .ops-service-category-item.active {
  border-radius: 0;
  background: transparent;
  color: var(--brand);
  font-weight: 600;
}

.ops-service-item-page .ops-service-category-count {
  display: none;
}

.ops-service-package-page .ops-service-category-count {
  display: none;
}

.ops-service-item-page .ops-service-category-actions {
  position: relative;
  justify-content: center;
  min-height: 28px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.ops-service-package-page .ops-service-category-actions {
  position: relative;
  justify-content: center;
  min-height: 28px;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.ops-service-item-page .ops-service-category-root-row:hover .ops-service-category-actions,
.ops-service-item-page .ops-service-category-row:hover .ops-service-category-actions,
.ops-service-item-page .ops-service-category-actions:focus-within,
.ops-service-item-page .ops-service-category-row.is-active .ops-service-category-actions {
  opacity: 1;
  pointer-events: auto;
}

.ops-service-package-page .ops-service-category-root-row:hover .ops-service-category-actions,
.ops-service-package-page .ops-service-category-row:hover .ops-service-category-actions,
.ops-service-package-page .ops-service-category-actions:focus-within,
.ops-service-package-page .ops-service-category-row.is-active .ops-service-category-actions,
.ops-service-package-page .ops-service-category-actions.is-open,
.ops-service-item-page .ops-service-category-actions.is-open {
  opacity: 1;
  pointer-events: auto;
}

.ops-service-item-page .ops-service-category-row > .ops-service-category-actions {
  grid-column: auto;
  grid-row: auto;
  margin-top: 0;
}

.ops-service-package-page .ops-service-category-row > .ops-service-category-actions {
  grid-column: auto;
  grid-row: auto;
  margin-top: 0;
}

.ops-service-package-page .ops-service-package-tree > .ops-service-package-branch {
  margin: 0;
  padding-left: 0;
}

.ops-service-package-page .ops-service-package-children,
.ops-service-package-page .ops-pkg-level-2,
.ops-service-package-page .ops-pkg-level-3 {
  margin: 0;
  padding-left: 0;
  border-left: 0;
}

.ops-service-package-page .ops-service-category-row.is-level2-root {
  min-height: 36px;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px dashed var(--el-border-color-light);
  border-radius: 0;
  background: transparent;
}

.ops-service-package-page .ops-service-category-row.is-level2-root:hover,
.ops-service-package-page .ops-service-category-row.is-level2-root.is-active {
  background: var(--brand-lighter);
}

.ops-service-package-page .ops-service-category-row.is-level2-root .ops-service-category-item:hover,
.ops-service-package-page .ops-service-category-row.is-level2-root .ops-service-category-item.active {
  color: var(--brand);
  font-weight: 600;
}

.ops-service-package-page .ops-service-category-row.is-level2-root .ops-service-package-node-main {
  color: var(--el-text-color-primary);
  font-weight: 500;
}

.ops-service-package-page .ops-service-package-node {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  text-align: left;
}

.ops-service-package-page .ops-service-package-node-main,
.ops-service-package-page .ops-service-package-node-sub,
.ops-service-package-page .ops-package-list-name {
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.ops-service-package-page .ops-service-package-node-sub {
  display: none;
}

.ops-customer-subsidy-page .ops-customer-subsidy-org-children {
  margin-left: 12px;
  padding-left: 8px;
  border-left: 1px dashed var(--el-border-color-light);
}

.ops-customer-subsidy-page .ops-service-category-row {
  grid-template-columns: 22px minmax(0, 1fr) 28px;
}

.ops-customer-subsidy-page .ops-service-category-item > span:first-child {
  min-width: 0;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.ops-customer-subsidy-page .ops-service-category-row.is-child-org {
  padding-left: 0;
}

.ops-service-package-page .ops-service-package-item {
  align-items: center;
  flex-direction: row;
  gap: 8px;
  padding: 6px 8px;
}

.ops-service-package-page .ops-package-list-name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.ops-service-package-page .ops-package-list-meta {
  flex: 0 0 auto;
  color: var(--el-text-color-secondary);
  font-size: var(--el-font-size-extra-small);
  font-weight: 400;
  white-space: nowrap;
}

.ops-service-package-page .ops-service-category-row.is-child .ops-package-list-name {
  color: var(--el-text-color-regular);
  font-size: 13px;
  font-weight: 400;
}

.ops-service-category-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--el-text-color-secondary);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.ops-service-category-more:hover,
.ops-service-category-more:focus {
  background: var(--brand-lighter);
  color: var(--brand);
}

.ops-service-category-menu {
  min-width: 82px;
  padding: 6px 0;
  border: 1px solid var(--el-border-color-light);
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.ops-service-category-menu,
.ops-service-human-tree-action-menu {
  position: fixed;
  top: var(--ops-floating-tree-menu-top, 0);
  right: auto;
  left: var(--ops-floating-tree-menu-left, 0);
  z-index: 1100;
  display: block;
  max-height: calc(var(--ops-canvas-height) - 16px);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.ops-service-category-menu.is-positioned.is-open,
.ops-service-human-tree-action-menu.is-positioned.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.ops-service-category-menu-item {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--el-text-color-regular);
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

.ops-service-category-menu-item:hover,
.ops-service-category-menu-item:focus {
  background: var(--brand-lighter);
  color: var(--brand);
}

.ops-service-item-main-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 0 16px;
}

.ops-service-item-main-toolbar .ops-input {
  width: 240px;
  min-width: 180px;
}

.ops-service-item-main-toolbar .ops-service-item-search {
  flex: 0 0 240px;
  width: 240px;
}

.ops-service-item-main-toolbar .ops-inline-actions {
  gap: 12px;
  justify-content: flex-start;
}

.ops-table.ops-table-service-items {
  table-layout: auto;
}

.ops-table.ops-table-service-items th,
.ops-table.ops-table-service-items td {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  vertical-align: middle;
}

.ops-table.ops-table-service-items .ops-service-item-path {
  display: inline-block;
  max-width: 260px;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  text-overflow: ellipsis;
}

.ops-table.ops-table-service-items th.ops-col-check,
.ops-table.ops-table-service-items td.ops-col-check {
  min-width: 48px;
  width: 48px;
  text-align: center;
}

.ops-table.ops-table-service-items th.ops-col-actions,
.ops-table.ops-table-service-items td.ops-col-actions {
  right: 0;
  min-width: 96px;
  width: 96px;
  box-shadow: -8px 0 12px rgba(17, 24, 39, 0.08);
}

.ops-table.ops-table-service-items th.ops-col-actions {
  z-index: 4;
  background: #F8FAFC;
}

.ops-table.ops-table-service-items td.ops-col-actions {
  z-index: 3;
  background: #FFFFFF;
}

.ops-table.ops-table-service-items .ops-col-actions .ops-inline-actions {
  justify-content: center;
  overflow: visible;
}

.ops-table.ops-table-service-categories .ops-service-category-name-cell {
  font-weight: 500;
}

.ops-table.ops-table-service-categories th.ops-col-actions,
.ops-table.ops-table-service-categories td.ops-col-actions {
  min-width: 180px;
  width: 180px;
}

.ops-table.ops-table-service-packages tr.is-current td {
  background: var(--brand-lighter);
}

.ops-service-package-editor-panel {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--el-border-color-light);
}

.ops-service-package-editor-head {
  margin-bottom: 12px;
}

.ops-service-package-head-form {
  margin: 14px 0 18px;
}

.ops-package-editor {
  border: 1px solid var(--el-border-color);
}

.ops-package-editor-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) 150px 170px 150px 86px;
  gap: 16px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid var(--el-border-color-light);
  background: var(--el-fill-color-light);
}

.ops-package-editor-row:last-child {
  border-bottom: 0;
}

.ops-stepper {
  display: grid;
  grid-template-columns: 36px 56px 36px;
  align-items: center;
}

.ops-stepper .ops-btn,
.ops-stepper .ops-input {
  border-radius: 0;
  text-align: center;
}

.ops-stepper .ops-btn:first-child {
  border-radius: var(--el-border-radius-base) 0 0 var(--el-border-radius-base);
}

.ops-stepper .ops-btn:last-child {
  border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0;
}

.ops-service-package-page .ops-stepper {
  grid-template-columns: 34px 34px 34px;
  width: max-content;
}

.ops-service-package-page .ops-stepper .ops-btn,
.ops-service-package-page .ops-stepper .ops-input {
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
}

.ops-service-package-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
}

.ops-modal-service-package {
  width: min(980px, calc(var(--ops-canvas-width) - 48px));
  max-width: none;
}

.ops-modal-service-package .ops-service-package-modal-body {
  max-height: 580px;
  overflow: auto;
}

.ops-modal-service-package .ops-service-package-editor-panel {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.ops-modal-service-package .ops-service-package-head-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ops-modal-service-package .ops-package-editor-row {
  grid-template-columns: minmax(260px, 1.4fr) 120px 120px 120px 72px;
}

.ops-org-tree-page {
  align-items: stretch;
}

#ops-org-tree-left {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.ops-filter-row.ops-org-tree-filter {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 14px 0 10px;
}

.ops-filter-row.ops-org-tree-filter .ops-input,
.ops-filter-row.ops-org-tree-filter .ops-select {
  width: 100%;
}

.ops-org-tree {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
  scrollbar-gutter: stable;
  padding: 8px;
  border: 1px solid var(--el-border-color-light);
  border-radius: 8px;
  background: #FFFFFF;
}

.ops-org-tree-branch {
  margin: 2px 0;
}

.ops-org-tree-children {
  margin-left: 14px;
  padding-left: 10px;
  border-left: 1px solid var(--el-border-color-light);
}

.ops-org-tree-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 4px;
}

.ops-org-tree-toggle {
  width: 24px;
  min-width: 24px;
  height: 34px;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: var(--el-text-color-secondary);
  cursor: pointer;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
}

.ops-org-tree-toggle:hover,
.ops-org-tree-toggle.expanded {
  background: var(--el-fill-color-light);
  color: var(--el-color-primary);
}

.ops-org-tree-toggle-placeholder {
  visibility: hidden;
}

.ops-org-tree-node {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  width: 100%;
  gap: 2px;
  min-height: 34px;
  padding: 6px 8px;
  border: none;
  border-left: 3px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: var(--el-text-color-regular);
  text-align: left;
  cursor: pointer;
}

.ops-org-tree-node:hover,
.ops-org-tree-node.active {
  border-left-color: var(--el-color-primary);
  background: var(--el-color-primary-light);
  color: var(--el-color-primary);
}

.ops-org-tree-name {
  font-weight: 500;
  line-height: 1.4;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.ops-org-tree-code {
  color: var(--el-text-color-secondary);
  font-size: 12px;
  line-height: 1.4;
  word-break: break-all;
}

.ops-org-create-actions {
  flex-wrap: wrap;
  margin: 12px 0 16px;
}

.ops-org-detail-grid {
  margin-bottom: 20px;
}

.ops-org-status-switch {
  margin-right: 4px;
}

.ops-org-staff-head {
  margin-top: 6px;
  border-top: 1px solid var(--el-border-color-light);
  padding-top: 16px;
}

.ops-org-dept-filter-card {
  margin-bottom: 16px;
  padding: 22px 24px;
}

.ops-org-dept-filter-row {
  display: grid;
  grid-template-columns: minmax(220px, 280px) auto;
  gap: 24px;
  align-items: end;
}

.ops-org-dept-filter-actions {
  display: flex;
  align-items: end;
  gap: 12px;
}

.ops-org-dept-list-card {
  min-height: 560px;
  padding: 24px;
}

.ops-org-dept-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 0 16px;
}

.ops-org-dept-toolbar .ops-inline-actions {
  gap: 12px;
}

.ops-org-dept-toolbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.ops-org-dept-table-wrap {
  border: 1px solid var(--el-border-color-light);
  border-radius: 8px;
  overflow: auto;
}

.ops-org-dept-table {
  min-width: 920px;
}

.ops-org-dept-table .ops-col-check {
  width: 48px;
}

.ops-org-dept-name-cell {
  min-width: 320px;
}

.ops-org-dept-name-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-height: 34px;
  padding-left: var(--org-indent);
}

.ops-org-dept-toggle,
.ops-org-dept-toggle-placeholder {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.ops-org-dept-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: var(--el-text-color-secondary);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: color .15s ease, background-color .15s ease, transform .15s ease;
}

.ops-org-dept-toggle:hover,
.ops-org-dept-toggle.expanded {
  background: var(--el-fill-color-light);
  color: var(--el-color-primary);
}

.ops-org-dept-toggle.expanded {
  transform: rotate(90deg);
}

.ops-org-dept-name-btn {
  max-width: 360px;
  border: none;
  background: transparent;
  color: var(--el-text-color-regular);
  cursor: pointer;
  font: inherit;
  line-height: 1.5;
  overflow-wrap: anywhere;
  padding: 0;
  text-align: left;
}

.ops-org-dept-name-btn:hover {
  color: var(--el-color-primary);
}

.ops-org-dept-center {
  text-align: center;
}

@media (max-width: 1080px) {
  html.ops-mobile-runtime .ops-master-split {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-master-split-resizer {
    display: none;
  }

  html.ops-mobile-runtime .ops-package-editor-row {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-org-dept-filter-row {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-org-dept-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  html.ops-mobile-runtime .ops-org-dept-toolbar-right {
    margin-left: 0;
  }
}

.ops-tab-item.active {
  color: var(--el-color-primary);
}

.ops-tab-item.active::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--el-color-primary);
  content: "";
}

.ops-tab-content {
  padding: 20px 0;
}

.ops-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: var(--el-border-radius-base);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.ops-tag-default {
  border: 1px solid var(--el-border-color-light);
  background: var(--el-fill-color-light);
  color: var(--el-text-color-secondary);
}

.ops-tag-closable .ops-tag-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--el-text-color-secondary);
  cursor: pointer;
}

.ops-tag-closable .ops-tag-close:hover {
  background: var(--el-text-color-secondary);
  color: #FFFFFF;
}

.ops-tag-add {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border: 1px dashed var(--el-color-primary);
  border-radius: var(--el-border-radius-base);
  background: var(--el-bg-color);
  color: var(--el-color-primary);
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

/* Phase 1: 运营端列表页基线 */
.ops-card {
  border-color: var(--el-border-color-light);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.06);
}

.ops-card-head {
  align-items: center;
  min-height: 34px;
}

.ops-card-head .ops-inline-actions {
  justify-content: flex-end;
}

.ops-filter-bar,
.ops-filter-row {
  align-items: flex-end;
  gap: 12px 16px;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
}

.ops-filter-item {
  flex: 1 1 180px;
  flex-direction: column;
  align-items: stretch;
}

.ops-filter-item label,
.ops-filter-item .ops-form-label {
  margin: 0 0 6px;
  color: var(--el-text-color-regular);
  line-height: 1.4;
}

.ops-filter-item input,
.ops-filter-item select,
.ops-filter-item .ops-input,
.ops-filter-item .ops-select {
  width: 100%;
  min-width: 0;
  height: 36px;
  line-height: 34px;
}

.ops-filter-actions {
  align-self: flex-end;
  gap: 8px;
  margin: 0;
}

.ops-filter-actions .ops-btn {
  height: 36px;
}

.ops-date-range {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--el-border-color);
  border-radius: var(--el-border-radius-base);
  background: var(--el-bg-color);
  color: var(--el-text-color-regular);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ops-date-range:focus-within {
  border-color: var(--el-color-primary);
  box-shadow: 0 0 0 2px rgba(255, 122, 26, 0.12);
}

.ops-date-range-input,
.ops-filter-item .ops-date-range .ops-date-range-input {
  flex: 0 1 128px;
  width: 128px;
  min-width: 0;
  height: 34px;
  padding: 0 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--el-text-color-primary);
  font: inherit;
  line-height: 34px;
  box-shadow: none;
}

.ops-date-range-input:focus,
.ops-filter-item .ops-date-range .ops-date-range-input:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}

.ops-date-range-separator {
  flex: 0 0 auto;
  padding: 0 8px;
  color: var(--el-text-color-secondary);
  line-height: 34px;
  white-space: nowrap;
}

.ops-region-filter-item {
  flex: 2 1 360px;
}

.ops-region-filter-item,
.ops-region-form-item {
  position: relative;
}

.ops-region-filter-item.is-open,
.ops-region-form-item.is-open {
  z-index: 130;
}

.ops-region-cascade {
  position: relative;
  width: 100%;
}

.ops-region-cascader {
  position: relative;
  width: 100%;
}

.ops-region-form-item .ops-region-cascade {
  margin-top: 0;
}

.ops-region-cascader-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 0 11px;
  border: 1px solid var(--el-border-color);
  border-radius: 4px;
  background: #fff;
  color: var(--el-text-color-primary);
  font-size: 14px;
  line-height: 34px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ops-region-cascader-trigger:hover,
.ops-region-cascader-trigger[aria-expanded="true"] {
  border-color: var(--el-color-primary);
}

.ops-region-cascader-trigger[aria-expanded="true"] {
  box-shadow: 0 0 0 2px rgba(255, 126, 0, 0.12);
}

.ops-region-cascader-value {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-region-cascader-value.is-placeholder,
.ops-region-cascader-arrow {
  color: var(--el-text-color-placeholder);
}

.ops-region-cascader-arrow {
  flex: 0 0 auto;
  font-size: 12px;
}

.ops-region-cascader-panel {
  position: fixed;
  z-index: 21010;
  min-width: min(560px, calc(var(--ops-canvas-width) - 48px));
  max-width: calc(var(--ops-canvas-width) - 48px);
  border: 1px solid var(--el-border-color-light);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
}

.ops-region-cascader-columns {
  display: flex;
  align-items: stretch;
  min-height: 220px;
  max-height: 280px;
}

.ops-region-cascader-column {
  width: 180px;
  min-width: 160px;
  border-right: 1px solid var(--el-border-color-light);
  display: flex;
  flex-direction: column;
}

.ops-region-cascader-column:last-child {
  border-right: 0;
}

.ops-region-cascader-column-title {
  flex: 0 0 auto;
  padding: 9px 12px;
  border-bottom: 1px solid var(--el-border-color-light);
  color: var(--el-text-color-secondary);
  font-size: 12px;
  line-height: 16px;
}

.ops-region-cascader-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 4px 0;
}

.ops-region-cascader-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 32px;
  padding: 6px 12px;
  border: 0;
  background: transparent;
  color: var(--el-text-color-primary);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}

.ops-region-cascader-option:hover {
  background: var(--el-fill-color-light);
}

.ops-region-cascader-option.is-active {
  background: var(--brand-lighter);
  color: var(--el-color-primary);
  font-weight: 600;
}

.ops-region-cascader-next {
  color: var(--el-text-color-placeholder);
  font-size: 16px;
  line-height: 16px;
}

.ops-region-cascader-empty {
  padding: 12px;
  color: var(--el-text-color-secondary);
  font-size: 13px;
}

.ops-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  border-radius: 8px;
}

.ops-table thead th,
.ops-table th.ops-col-actions,
.ops-table th.ops-col-actions-demand,
.ops-table.ops-table-abnormal th.ops-col-actions,
.ops-table.ops-table-settlement th.ops-col-actions {
  background: #F8FAFC;
  color: var(--el-text-color-primary);
  border-bottom: 1px solid var(--el-border-color-light);
}

.ops-table tbody td {
  vertical-align: top;
}

.ops-table td.ops-col-actions,
.ops-table td.ops-col-actions-demand {
  background: #FFFFFF;
}

.ops-col-actions .ops-inline-actions,
.ops-col-actions-demand .ops-inline-actions {
  align-items: center;
  scrollbar-width: thin;
}

.ops-empty {
  height: 72px;
  color: var(--el-text-color-secondary);
  background: #FFFFFF;
  font-size: 13px;
}

.ops-pagination {
  margin-top: 12px;
  padding: 0;
}

.ops-pagination-page:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ops-list-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 0 12px;
}

.ops-list-toolbar .ops-inline-actions {
  justify-content: flex-start;
}

.ops-keeper-customers-filter-card .ops-filter-row-keeper-customers {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
  gap: 12px 14px;
}

.ops-keeper-customers-filter-card .ops-filter-item {
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: none;
}

.ops-keeper-customers-filter-card .ops-filter-item-date-range {
  grid-column: span 2;
}

.ops-keeper-customers-filter-card .ops-filter-actions {
  align-self: end;
  flex: 0 0 auto;
  justify-self: end;
  justify-content: flex-end;
  flex-wrap: nowrap;
  min-width: max-content;
  white-space: nowrap;
}

.ops-keeper-customers-filter-card .ops-filter-actions-keeper-customers {
  grid-column: 4 / span 1;
  justify-self: start;
  margin-top: 0;
}

.ops-keeper-customers-filter-card .ops-filter-item-date-range .ops-date-range {
  width: 100%;
}

.ops-keeper-customers-filter-card .ops-filter-item-date-range .ops-date-range .ops-date-range-input {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}

.ops-keeper-customers-filter-card .ops-date-range-separator {
  padding: 0 6px;
}

.ops-keeper-customers-filter-card .ops-btn-filter-equal {
  width: 72px;
}

.ops-keeper-customers-filter-card.is-hidden {
  display: none;
}

.ops-demand-filter-card.is-hidden {
  display: none;
}

.ops-demand-filter-card .ops-filter-row-demands {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(320px, 2fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) max-content;
  align-items: end;
  gap: 12px 14px;
  margin-bottom: 0;
}

.ops-demand-filter-card .ops-filter-row-demands .ops-filter-item {
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: none;
}

.ops-demand-filter-card .ops-filter-row-demands .ops-filter-item-date-range .ops-date-range {
  width: 100%;
}

.ops-demand-filter-card .ops-filter-row-demands .ops-filter-item-date-range .ops-date-range-input {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}

.ops-demand-filter-card .ops-date-range-separator {
  padding: 0 6px;
}

.ops-demand-filter-card .ops-filter-actions {
  justify-self: end;
  align-self: end;
  flex: 0 0 auto;
  justify-content: flex-end;
  flex-wrap: nowrap;
  min-width: max-content;
  white-space: nowrap;
}

.ops-demand-list-card .ops-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ops-demand-list-card .ops-list-toolbar {
  align-items: center;
}

.ops-demand-toolbar-actions {
  justify-content: flex-start;
}

.ops-demand-table-tools {
  margin-left: auto;
}

.ops-demand-detail-list-card .ops-list-toolbar {
  align-items: center;
}

.ops-demand-detail-toolbar-actions {
  justify-content: flex-start;
}

.ops-demand-detail-table-tools {
  margin-left: auto;
}

.ops-table-demand .ops-col-checkbox {
  width: 44px;
  min-width: 44px;
}

.ops-demand-risk-text {
  display: inline-block;
  margin-right: 8px;
  color: var(--el-text-color-regular);
  white-space: nowrap;
}

.ops-demand-risk-text.is-high {
  color: #F56C6C;
  font-weight: 600;
}

.ops-demand-risk-text.is-medium {
  color: #FF7A00;
  font-weight: 600;
}

.ops-workorders-filter-card.is-hidden {
  display: none;
}

.ops-workorders-filter-card .ops-filter-row-workorders-directed {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) max-content;
  align-items: end;
  gap: 12px 14px;
}

.ops-workorders-filter-card .ops-filter-row-workorders-directed .ops-filter-item {
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: none;
}

.ops-workorders-filter-card .ops-filter-row-workorders-directed .ops-filter-item-date-range {
  grid-column: span 2;
}

.ops-workorders-filter-card .ops-filter-row-workorders-directed .ops-filter-item-date-range .ops-date-range {
  width: 100%;
}

.ops-workorders-filter-card .ops-filter-row-workorders-directed .ops-filter-item-date-range .ops-date-range-input {
  flex: 1 1 0;
  width: auto;
}

.ops-workorders-filter-card .ops-filter-actions {
  grid-column: 7 / -1;
  justify-self: end;
  align-self: end;
  flex: 0 0 auto;
  justify-content: flex-end;
  flex-wrap: nowrap;
  min-width: max-content;
  white-space: nowrap;
}

.ops-workorders-filter-card .ops-workorders-filter-extra {
  display: none;
}

.ops-workorders-filter-card.is-expanded .ops-workorders-filter-extra {
  display: block;
}

.ops-workorders-filter-card.is-expanded .ops-filter-actions {
  grid-column: 7 / -1;
}

.ops-workorders-table-card .ops-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ops-keeper-customers-table-card .ops-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ops-table-head-tools {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ops-keeper-customers-toolbar-actions {
  justify-content: flex-start;
}

.ops-table.ops-table-keeper-customers {
  table-layout: auto;
}

.ops-table.ops-table-keeper-customers th,
.ops-table.ops-table-keeper-customers td {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  vertical-align: middle;
}

.ops-table.ops-table-keeper-customers .ops-address-text {
  display: inline-block;
  max-width: 420px;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  text-overflow: ellipsis;
}

.ops-table.ops-table-keeper-customers .ops-customer-tags-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 420px;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  text-overflow: ellipsis;
}

.ops-table.ops-table-keeper-customers .ops-customer-tags-inline .ops-tag {
  flex: 0 0 auto;
  white-space: nowrap;
}

.ops-table.ops-table-keeper-customers th.ops-col-actions,
.ops-table.ops-table-keeper-customers td.ops-col-actions {
  right: 0;
  min-width: 128px;
  width: 128px;
  box-shadow: -8px 0 12px rgba(17, 24, 39, 0.08);
}

.ops-table.ops-table-keeper-customers th.ops-col-actions {
  z-index: 4;
  background: #F8FAFC;
}

.ops-table.ops-table-keeper-customers td.ops-col-actions {
  z-index: 3;
  background: #FFFFFF;
}

.ops-table.ops-table-keeper-customers .ops-col-actions .ops-inline-actions {
  justify-content: center;
  overflow: visible;
}

.ops-table.ops-table-keeper-customers .ops-col-actions .ops-link-btn {
  padding: 6px 6px;
}

.ops-workorders-toolbar-actions {
  justify-content: flex-start;
}

.ops-table.ops-table-workorder-directed {
  table-layout: auto;
}

.ops-table.ops-table-workorder-directed th,
.ops-table.ops-table-workorder-directed td {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  vertical-align: middle;
}

.ops-table.ops-table-workorder-directed .ops-address-text {
  display: inline-block;
  max-width: 360px;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  text-overflow: ellipsis;
}

.ops-table.ops-table-workorder-directed th.ops-col-check,
.ops-table.ops-table-workorder-directed td.ops-col-check {
  min-width: 48px;
  width: 48px;
  text-align: center;
}

.ops-table th.ops-col-checkbox,
.ops-table td.ops-col-checkbox,
.ops-table th.ops-col-check,
.ops-table td.ops-col-check {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.ops-table-check,
.ops-table .ops-checkbox,
.ops-field-setting-item input[type="checkbox"],
.ops-checkbox-item input[type="checkbox"],
.ops-checkbox-group input[type="checkbox"],
.ops-customer-record-check input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  display: inline-grid;
  place-content: center;
  box-sizing: border-box;
  border: 1px solid #606266;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.ops-table-check::after,
.ops-table .ops-checkbox::after,
.ops-field-setting-item input[type="checkbox"]::after,
.ops-checkbox-item input[type="checkbox"]::after,
.ops-checkbox-group input[type="checkbox"]::after,
.ops-customer-record-check input[type="checkbox"]::after {
  content: '';
  width: 4px;
  height: 8px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  margin-top: -1px;
}

.ops-table-check:checked,
.ops-table .ops-checkbox:checked,
.ops-field-setting-item input[type="checkbox"]:checked,
.ops-checkbox-item input[type="checkbox"]:checked,
.ops-checkbox-group input[type="checkbox"]:checked,
.ops-customer-record-check input[type="checkbox"]:checked {
  border-color: #ff7a1a;
  background-color: #ff7a1a;
  box-shadow: inset 0 0 0 8px #ff7a1a, 0 0 0 1px #ff7a1a;
}

.ops-table-check:checked::after,
.ops-table .ops-checkbox:checked::after,
.ops-field-setting-item input[type="checkbox"]:checked::after,
.ops-checkbox-item input[type="checkbox"]:checked::after,
.ops-checkbox-group input[type="checkbox"]:checked::after,
.ops-customer-record-check input[type="checkbox"]:checked::after {
  transform: rotate(45deg) scale(1);
}

.ops-table-check:indeterminate,
.ops-table .ops-checkbox:indeterminate,
.ops-field-setting-item input[type="checkbox"]:indeterminate,
.ops-checkbox-item input[type="checkbox"]:indeterminate,
.ops-checkbox-group input[type="checkbox"]:indeterminate,
.ops-customer-record-check input[type="checkbox"]:indeterminate {
  border-color: #ff7a1a;
  background-color: #ff7a1a;
  box-shadow: inset 0 0 0 8px #ff7a1a, 0 0 0 1px #ff7a1a;
}

.ops-table-check:indeterminate::after,
.ops-table .ops-checkbox:indeterminate::after,
.ops-field-setting-item input[type="checkbox"]:indeterminate::after,
.ops-checkbox-item input[type="checkbox"]:indeterminate::after,
.ops-checkbox-group input[type="checkbox"]:indeterminate::after,
.ops-customer-record-check input[type="checkbox"]:indeterminate::after {
  width: 8px;
  height: 2px;
  border: 0;
  margin-top: 0;
  background: #FFFFFF;
  transform: none;
}

.ops-table-check:disabled,
.ops-table .ops-checkbox:disabled,
.ops-field-setting-item input[type="checkbox"]:disabled,
.ops-checkbox-item input[type="checkbox"]:disabled,
.ops-checkbox-group input[type="checkbox"]:disabled,
.ops-customer-record-check input[type="checkbox"]:disabled {
  border-color: var(--el-border-color);
  background: var(--el-fill-color-light);
  box-shadow: none;
  cursor: not-allowed;
}

.ops-table.ops-table-workorder-directed th.ops-workorder-col-status-fixed-right,
.ops-table.ops-table-workorder-directed td.ops-workorder-col-status-fixed-right {
  position: sticky;
  right: var(--ops-action-col-width);
  box-sizing: border-box;
  min-width: 220px;
  width: 220px;
  max-width: 220px;
  white-space: normal;
  box-shadow: -8px 0 12px rgba(17, 24, 39, 0.06);
}

.ops-table.ops-table-workorder-directed th.ops-workorder-col-status-fixed-right {
  z-index: 4;
  background: #F8FAFC;
}

.ops-table.ops-table-workorder-directed td.ops-workorder-col-status-fixed-right {
  z-index: 3;
  background: #FFFFFF;
}

.ops-table.ops-table-workorder-directed .ops-workorder-col-status-fixed-right .ops-workorder-status-cell {
  width: 100%;
  max-width: 100%;
}

.ops-table.ops-table-workorder-directed .ops-workorder-col-status-fixed-right .ops-cell-sub {
  max-width: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.ops-table.ops-table-workorder-directed th.ops-col-actions,
.ops-table.ops-table-workorder-directed td.ops-col-actions {
  right: 0;
  min-width: 132px;
  width: 132px;
  box-shadow: -8px 0 12px rgba(17, 24, 39, 0.08);
}

.ops-table.ops-table-workorder-directed th.ops-col-actions {
  z-index: 5;
  background: #F8FAFC;
}

.ops-table.ops-table-workorder-directed td.ops-col-actions {
  z-index: 4;
  background: #FFFFFF;
}

.ops-table.ops-table-workorder-directed .ops-col-actions .ops-inline-actions {
  justify-content: center;
  overflow: visible;
}

.ops-table.ops-table-workorder-directed .ops-col-actions .ops-link-btn {
  padding: 6px 6px;
}

.ops-field-setting-modal {
  padding: 20px 24px 24px;
}

.ops-field-setting-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 16px 20px;
  min-width: min(760px, calc(var(--ops-canvas-width) - 96px));
  max-width: 860px;
  padding: 4px 0 24px;
}

.ops-field-setting-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--el-text-color-regular);
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
}

.ops-field-setting-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--brand);
}

.ops-field-setting-item input[type="checkbox"]:disabled + span {
  color: var(--el-text-color-secondary);
}

.ops-login-card {
  border-radius: 0;
}

.ops-login-submit {
  border-radius: 4px;
}

@media (max-width: 1439px), (max-height: 780px) {
  html.ops-mobile-runtime .ops-filter-bar,
  html.ops-mobile-runtime .ops-filter-row {
    gap: 10px 12px;
  }

  html.ops-mobile-runtime .ops-filter-item {
    flex-basis: 160px;
  }

  html.ops-mobile-runtime .ops-filter-actions {
    gap: 8px;
  }

  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-row-keeper-customers {
    gap: 14px 16px;
  }

  html.ops-mobile-runtime .ops-table thead th,
  html.ops-mobile-runtime .ops-table tbody td {
    padding: 10px 12px;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-pagination {
    gap: 6px;
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-filter-bar,
  html.ops-mobile-runtime .ops-filter-row {
    align-items: stretch;
  }

  html.ops-mobile-runtime .ops-filter-item,
  html.ops-mobile-runtime .ops-region-filter-item {
    flex: 1 1 100%;
  }

  html.ops-mobile-runtime .ops-filter-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-row-keeper-customers {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-demand-filter-card .ops-filter-row-demands {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-demand-filter-card .ops-filter-actions {
    justify-self: stretch;
    min-width: 0;
  }

  html.ops-mobile-runtime .ops-keeper-customers-table-card .ops-card-head,
  html.ops-mobile-runtime .ops-workorders-table-card .ops-card-head,
  html.ops-mobile-runtime .ops-demand-list-card .ops-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  html.ops-mobile-runtime .ops-field-setting-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-item,
  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-item-date-range,
  html.ops-mobile-runtime .ops-demand-filter-card .ops-filter-item,
  html.ops-mobile-runtime .ops-demand-filter-card .ops-filter-item-date-range,
  html.ops-mobile-runtime .ops-workorders-filter-card .ops-filter-item,
  html.ops-mobile-runtime .ops-workorders-filter-card .ops-filter-item-date-range {
    flex: 1 1 100%;
  }

  html.ops-mobile-runtime .ops-demand-list-card .ops-list-toolbar,
  html.ops-mobile-runtime .ops-demand-detail-list-card .ops-list-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  html.ops-mobile-runtime .ops-demand-table-tools,
  html.ops-mobile-runtime .ops-demand-detail-table-tools {
    margin-left: 0;
  }

  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-item-date-range {
    grid-column: auto;
  }

  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-actions {
    justify-self: stretch;
    min-width: 0;
  }

  html.ops-mobile-runtime .ops-workorders-filter-card .ops-filter-row-workorders-directed {
    grid-template-columns: 1fr;
  }

  html.ops-mobile-runtime .ops-workorders-filter-card .ops-filter-row-workorders-directed .ops-filter-item-date-range {
    grid-column: auto;
  }

  html.ops-mobile-runtime .ops-workorders-filter-card .ops-filter-actions,
  html.ops-mobile-runtime .ops-workorders-filter-card.is-expanded .ops-filter-actions {
    grid-column: auto;
    justify-self: stretch;
    min-width: 0;
  }

  html.ops-mobile-runtime .ops-service-item-page {
    grid-template-columns: minmax(0, 1fr);
  }

  html.ops-mobile-runtime .ops-service-package-page {
    grid-template-columns: minmax(0, 1fr);
  }

  html.ops-mobile-runtime .ops-service-item-page .ops-service-category-tree {
    max-height: 360px;
  }

  html.ops-mobile-runtime .ops-service-package-page .ops-service-category-tree {
    max-height: 360px;
  }

  html.ops-mobile-runtime .ops-service-item-main-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  html.ops-mobile-runtime .ops-service-item-main-toolbar .ops-input {
    width: 100%;
  }

  html.ops-mobile-runtime .ops-service-item-main-toolbar .ops-service-item-search {
    flex: 1 1 auto;
    width: 100%;
  }

  html.ops-mobile-runtime .ops-filter-actions .ops-btn {
    flex: 1 1 120px;
  }

  html.ops-mobile-runtime .ops-table-wrap {
    margin-left: -2px;
    margin-right: -2px;
  }

  html.ops-mobile-runtime .ops-table thead th,
  html.ops-mobile-runtime .ops-table tbody td {
    padding: 10px;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-pagination {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  html.ops-mobile-runtime .ops-pagination-pages {
    flex-wrap: wrap;
  }
}

@media (min-width: 901px) and (max-width: 1440px) {
  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-row-keeper-customers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-actions-keeper-customers {
    grid-column: 3 / span 1;
    justify-self: start;
  }

  html.ops-mobile-runtime .ops-demand-filter-card .ops-filter-row-demands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-demand-filter-card .ops-filter-actions {
    grid-column: 2 / -1;
    justify-self: end;
  }

  html.ops-mobile-runtime .ops-workorders-filter-card .ops-filter-row-workorders-directed {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-workorders-filter-card .ops-filter-actions,
  html.ops-mobile-runtime .ops-workorders-filter-card.is-expanded .ops-filter-actions {
    grid-column: 2 / -1;
    justify-self: end;
  }
}

/* 2026-06-09 筛选区统一宽度：标题隐藏，普通项 220px，日期范围 320px */
.ops-filter-card > .ops-card-title {
  display: none;
}

.ops-filter-bar,
.ops-filter-row,
.ops-filter-bar.ops-filter-row-settlements,
.ops-keeper-customers-filter-card .ops-filter-row-keeper-customers,
.ops-demand-filter-card .ops-filter-row-demands,
.ops-workorders-filter-card .ops-filter-row-workorders-directed,
.ops-org-dept-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px var(--ops-filter-column-gap);
  grid-template-columns: none;
}

.ops-filter-item,
.ops-region-filter-item,
.ops-keeper-customers-filter-card .ops-filter-item,
.ops-keeper-customers-filter-card .ops-filter-row-keeper-customers .ops-filter-item,
.ops-demand-filter-card .ops-filter-item,
.ops-demand-filter-card .ops-filter-row-demands .ops-filter-item,
.ops-workorders-filter-card .ops-filter-item,
.ops-workorders-filter-card .ops-filter-row-workorders-directed .ops-filter-item,
.ops-settlement-filter-card .ops-filter-item,
.ops-org-dept-filter-row .ops-form-item {
  flex: 0 0 var(--ops-filter-item-width);
  width: var(--ops-filter-item-width);
  max-width: var(--ops-filter-item-width);
  min-width: 0;
}

.ops-filter-item-date-range,
.ops-workorders-filter-date-wide,
.ops-keeper-customers-filter-card .ops-filter-item-date-range,
.ops-keeper-customers-filter-card .ops-filter-row-keeper-customers .ops-filter-item-date-range,
.ops-demand-filter-card .ops-filter-item-date-range,
.ops-demand-filter-card .ops-filter-row-demands .ops-filter-item-date-range,
.ops-workorders-filter-card .ops-filter-item-date-range,
.ops-workorders-filter-card .ops-filter-row-workorders-directed .ops-filter-item-date-range,
.ops-workorders-filter-card .ops-filter-row-workorders-directed .ops-workorders-filter-date-wide {
  flex: 0 0 var(--ops-filter-date-range-width);
  width: var(--ops-filter-date-range-width);
  max-width: var(--ops-filter-date-range-width);
  grid-column: auto;
}

.ops-filter-item label,
.ops-filter-item .ops-form-label,
.ops-org-dept-filter-row .ops-form-label {
  white-space: nowrap;
}

.ops-org-dept-filter-row .ops-form-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.ops-date-range,
.ops-keeper-customers-filter-card .ops-filter-item-date-range .ops-date-range,
.ops-demand-filter-card .ops-filter-item-date-range .ops-date-range,
.ops-demand-filter-card .ops-filter-row-demands .ops-filter-item-date-range .ops-date-range,
.ops-workorders-filter-card .ops-filter-item-date-range .ops-date-range,
.ops-workorders-filter-card .ops-filter-row-workorders-directed .ops-filter-item-date-range .ops-date-range {
  width: 100%;
}

.ops-date-range-input,
.ops-filter-item .ops-date-range .ops-date-range-input,
.ops-keeper-customers-filter-card .ops-filter-item-date-range .ops-date-range .ops-date-range-input,
.ops-demand-filter-card .ops-filter-item-date-range .ops-date-range-input,
.ops-demand-filter-card .ops-filter-row-demands .ops-filter-item-date-range .ops-date-range-input,
.ops-workorders-filter-card .ops-filter-item-date-range .ops-date-range-input,
.ops-workorders-filter-card .ops-filter-row-workorders-directed .ops-filter-item-date-range .ops-date-range-input {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}

.ops-filter-actions,
.ops-keeper-customers-filter-card .ops-filter-actions,
.ops-keeper-customers-filter-card .ops-filter-actions-keeper-customers,
.ops-demand-filter-card .ops-filter-actions,
.ops-workorders-filter-card .ops-filter-actions,
.ops-workorders-filter-card.is-expanded .ops-filter-actions,
.ops-settlement-filter-card .ops-filter-actions,
.ops-org-dept-filter-actions {
  flex: 0 0 auto;
  width: auto;
  min-width: max-content;
  grid-column: auto;
  justify-self: auto;
  align-self: flex-end;
}

.ops-workorders-filter-card.is-expanded .ops-workorders-filter-extra {
  display: flex;
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-filter-item,
  html.ops-mobile-runtime .ops-region-filter-item,
  html.ops-mobile-runtime .ops-filter-item-date-range,
  html.ops-mobile-runtime .ops-workorders-filter-date-wide,
  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-item,
  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-row-keeper-customers .ops-filter-item,
  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-item-date-range,
  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-row-keeper-customers .ops-filter-item-date-range,
  html.ops-mobile-runtime .ops-demand-filter-card .ops-filter-item,
  html.ops-mobile-runtime .ops-demand-filter-card .ops-filter-row-demands .ops-filter-item,
  html.ops-mobile-runtime .ops-demand-filter-card .ops-filter-item-date-range,
  html.ops-mobile-runtime .ops-demand-filter-card .ops-filter-row-demands .ops-filter-item-date-range,
  html.ops-mobile-runtime .ops-workorders-filter-card .ops-filter-item,
  html.ops-mobile-runtime .ops-workorders-filter-card .ops-filter-row-workorders-directed .ops-filter-item,
  html.ops-mobile-runtime .ops-workorders-filter-card .ops-filter-item-date-range,
  html.ops-mobile-runtime .ops-workorders-filter-card .ops-filter-row-workorders-directed .ops-filter-item-date-range,
  html.ops-mobile-runtime .ops-settlement-filter-card .ops-filter-item,
  html.ops-mobile-runtime .ops-org-dept-filter-row .ops-form-item {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }

  html.ops-mobile-runtime .ops-filter-actions,
  html.ops-mobile-runtime .ops-keeper-customers-filter-card .ops-filter-actions,
  html.ops-mobile-runtime .ops-demand-filter-card .ops-filter-actions,
  html.ops-mobile-runtime .ops-workorders-filter-card .ops-filter-actions,
  html.ops-mobile-runtime .ops-workorders-filter-card.is-expanded .ops-filter-actions,
  html.ops-mobile-runtime .ops-settlement-filter-card .ops-filter-actions,
  html.ops-mobile-runtime .ops-org-dept-filter-actions {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
  }
}

/* 2026-05-23 设计稿0522：通用外观最终覆盖 */
.ops-main-scroll {
  display: flex;
  flex-direction: column;
  gap: var(--ops-page-gap);
  padding: var(--ops-page-padding-y) var(--ops-page-padding-x);
}

.ops-main-scroll > .ops-card {
  margin-bottom: 0;
}

.ops-main-scroll > .ops-card:not(.ops-list-card):only-child {
  flex: 1 0 auto;
  min-height: auto;
}

.ops-main-scroll > .ops-card:not(.ops-list-card):has(.ops-table-wrap):last-child,
.ops-main-scroll > .ops-master-split {
  flex: 1 0 auto;
  min-height: auto;
}

.ops-main-scroll:has(> .ops-list-card) {
  overflow-y: hidden;
}

.ops-main-scroll > .ops-list-card {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.ops-main-scroll > .ops-list-card,
.ops-main-scroll > .ops-card:has(.ops-table-wrap):last-child {
  display: flex;
  flex-direction: column;
}

.ops-main-scroll > .ops-list-card > .ops-pagination,
.ops-main-scroll > .ops-card:has(.ops-table-wrap):last-child > .ops-pagination {
  margin-top: 24px;
  padding-top: 0;
}

.ops-filter-bar,
.ops-filter-row {
  gap: 12px var(--ops-filter-column-gap);
}

.ops-filter-item input,
.ops-filter-item select,
.ops-filter-item .ops-input,
.ops-filter-item .ops-select,
.ops-region-cascader-trigger,
.ops-date-range {
  height: var(--ops-control-height);
  line-height: calc(var(--ops-control-height) - 2px);
}

.ops-date-range-input,
.ops-filter-item .ops-date-range .ops-date-range-input {
  height: calc(var(--ops-control-height) - 2px);
  line-height: calc(var(--ops-control-height) - 2px);
}

.ops-date-range-separator {
  line-height: calc(var(--ops-control-height) - 2px);
}

.ops-filter-actions {
  gap: 12px;
}

.ops-filter-actions .ops-btn,
.ops-list-toolbar .ops-btn,
.ops-table-head-tools .ops-icon-btn {
  min-height: var(--ops-control-height);
  height: var(--ops-control-height);
  line-height: calc(var(--ops-control-height) - 2px);
  border-radius: 4px;
}

.ops-filter-actions .ops-btn {
  min-width: 60px;
  padding: 0 14px;
}

.ops-filter-actions .ops-btn-filter-equal,
.ops-btn-filter-equal {
  width: var(--ops-filter-action-width) !important;
  min-width: var(--ops-filter-action-width) !important;
  padding-left: 8px;
  padding-right: 8px;
}

.ops-list-toolbar {
  margin: 8px 0 16px;
}

.ops-table thead th,
.ops-table th.ops-col-actions,
.ops-table th.ops-col-actions-demand,
.ops-table.ops-table-abnormal th.ops-col-actions,
.ops-table.ops-table-settlement th.ops-col-actions {
  height: var(--ops-table-head-height);
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.ops-table tbody tr:hover > td,
.ops-table tbody tr:hover > td.ops-col-actions,
.ops-table tbody tr:hover > td.ops-col-actions-demand,
.ops-table tbody tr:hover > td.ops-workorder-col-status-fixed-right {
  background: var(--el-fill-color-light);
}

.ops-table tbody td.ops-col-fixed {
  background: #fff;
}

.ops-table tbody tr:nth-child(even) > td.ops-col-fixed {
  background: #FAFAFA;
}

.ops-table tbody tr:hover > td.ops-col-fixed {
  background: var(--el-fill-color-light);
}

.ops-table th.ops-col-actions,
.ops-table td.ops-col-actions,
.ops-table th.ops-col-actions-demand,
.ops-table td.ops-col-actions-demand,
.ops-table.ops-table-abnormal th.ops-col-actions,
.ops-table.ops-table-abnormal td.ops-col-actions,
.ops-table.ops-table-settlement th.ops-col-actions,
.ops-table.ops-table-settlement td.ops-col-actions,
.ops-table.ops-table-keeper-customers th.ops-col-actions,
.ops-table.ops-table-keeper-customers td.ops-col-actions,
.ops-table.ops-table-workorder-directed th.ops-col-actions,
.ops-table.ops-table-workorder-directed td.ops-col-actions {
  min-width: var(--ops-action-col-width) !important;
  width: var(--ops-action-col-width) !important;
  max-width: var(--ops-action-col-width) !important;
}

.ops-table th.ops-col-actions-demand,
.ops-table td.ops-col-actions-demand {
  position: sticky;
  right: 0;
  box-shadow: -6px 0 10px rgba(17, 24, 39, 0.05);
}

.ops-table th.ops-col-actions-demand {
  z-index: 4;
}

.ops-table td.ops-col-actions-demand {
  z-index: 3;
}

.ops-table th.ops-col-actions,
.ops-table th.ops-col-actions-demand,
.ops-table.ops-table-abnormal th.ops-col-actions,
.ops-table.ops-table-settlement th.ops-col-actions,
.ops-table.ops-table-keeper-customers th.ops-col-actions,
.ops-table.ops-table-workorder-directed th.ops-col-actions {
  background: #F8FAFC;
  color: var(--el-text-color-primary);
}

.ops-col-actions .ops-inline-actions,
.ops-col-actions-demand .ops-inline-actions {
  justify-content: center;
  gap: 8px;
  overflow: visible;
}

.ops-pagination {
  margin-top: 24px;
}

/* 2026-05-23 设计稿0522：卡片内容填充与通用操作列二次收口 */
.ops-main-scroll > .ops-list-card > .ops-table-wrap {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
}

.ops-main-scroll > .ops-card:not(.ops-list-card):has(.ops-table-wrap):last-child > .ops-table-wrap {
  flex: 0 0 auto;
  min-height: auto;
  max-height: none;
}

.ops-main-scroll:has(.ops-keeper-submit-fixed-actions) {
  padding-bottom: calc(var(--ops-page-padding-y) + 48px);
}

.ops-master-split > .ops-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.ops-main-scroll > .ops-master-split.ops-keeper-submit-page {
  height: calc(var(--ops-canvas-height) - 184px);
  min-height: 560px;
  overflow: hidden;
  padding-bottom: 0;
}

.ops-master-split.ops-keeper-submit-page > .ops-master-split-left,
.ops-master-split.ops-keeper-submit-page > .ops-master-split-main {
  min-height: 0;
}

.ops-master-split.ops-keeper-submit-page > .ops-master-split-main {
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.ops-master-split.ops-keeper-submit-page > .ops-master-split-main > .ops-empty,
.ops-master-split.ops-keeper-submit-page > .ops-master-split-main > .ops-keeper-submit-service-area {
  flex: 1 1 auto;
  min-height: 0;
}

.ops-master-split.ops-keeper-submit-page > .ops-master-split-main > .ops-empty,
.ops-keeper-submit-no-demand-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ops-keeper-submit-customer-list {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
}

.ops-service-human-page .ops-master-split-left,
.ops-service-human-page .ops-master-split-main {
  min-height: 0;
}

.ops-service-human-page .ops-master-split-left {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ops-service-human-tree {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
  padding-right: 4px;
}

.ops-service-human-tree-row {
  width: 100%;
  min-width: 0;
}

.ops-service-human-tree-node {
  min-width: 0;
  justify-content: flex-start;
}

.ops-service-human-tree-name {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.ops-service-human-tree-more {
  flex: 0 0 22px;
  text-align: center;
}

.ops-table td.ops-col-actions,
.ops-table td.ops-col-actions-demand {
  overflow: visible;
  white-space: nowrap;
  text-align: left;
  padding-right: var(--ops-table-cell-padding-x);
  padding-left: var(--ops-table-cell-padding-x);
}

.ops-col-actions .ops-inline-actions,
.ops-col-actions-demand .ops-inline-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 0 10px;
  max-width: 100%;
  margin-left: 0;
  overflow: visible;
  white-space: nowrap;
}

.ops-col-actions .ops-btn,
.ops-col-actions .ops-link-btn,
.ops-col-actions .ops-table-action,
.ops-col-actions-demand .ops-btn,
.ops-col-actions-demand .ops-link-btn,
.ops-col-actions-demand .ops-table-action {
  flex: 0 0 auto;
  padding: 0;
  white-space: nowrap;
}

.ops-col-actions .ops-inline-actions > .ops-btn,
.ops-col-actions .ops-inline-actions > .ops-link-btn,
.ops-col-actions .ops-inline-actions > .ops-table-action,
.ops-col-actions-demand .ops-inline-actions > .ops-btn,
.ops-col-actions-demand .ops-inline-actions > .ops-link-btn,
.ops-col-actions-demand .ops-inline-actions > .ops-table-action,
.ops-table-actions > .ops-btn,
.ops-table-actions > .ops-link-btn,
.ops-table-actions > .ops-table-action {
  margin-right: 0 !important;
}

.ops-table td.ops-col-actions > .ops-link-btn,
.ops-table td.ops-col-actions > .ops-table-action,
.ops-table td.ops-col-actions > button,
.ops-table td.ops-col-actions-demand > .ops-link-btn,
.ops-table td.ops-col-actions-demand > .ops-table-action,
.ops-table td.ops-col-actions-demand > button {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  white-space: nowrap;
}

.ops-table td.ops-col-actions > .ops-link-btn:last-child,
.ops-table td.ops-col-actions > .ops-table-action:last-child,
.ops-table td.ops-col-actions > button:last-child,
.ops-table td.ops-col-actions-demand > .ops-link-btn:last-child,
.ops-table td.ops-col-actions-demand > .ops-table-action:last-child,
.ops-table td.ops-col-actions-demand > button:last-child {
  margin-right: 0;
}

/* 2026-05-23 设计稿0522：字体、表格行高、操作列和工作台密度统一 */
.ops-layout,
.ops-main-scroll,
.ops-card,
.ops-table,
.ops-dashboard {
  font-size: var(--ops-font-size-body);
}

.ops-card-title,
.ops-dashboard-card-title,
.ops-service-human-main-head .ops-card-title {
  font-size: var(--ops-card-title-size) !important;
  line-height: 1.4;
}

.ops-filter-card .ops-card-title {
  margin-bottom: 12px;
}

.ops-table thead th,
.ops-table tbody td,
.ops-table.ops-table-service-human th,
.ops-table.ops-table-service-human td,
.ops-table.ops-table-service-items th,
.ops-table.ops-table-service-items td,
.ops-table.ops-table-service-categories th,
.ops-table.ops-table-service-categories td,
.ops-table.ops-table-keeper-customers th,
.ops-table.ops-table-keeper-customers td,
.ops-table.ops-table-workorder-directed th,
.ops-table.ops-table-workorder-directed td,
.ops-table.ops-table-settlement th,
.ops-table.ops-table-settlement td,
.ops-table.ops-table-abnormal th,
.ops-table.ops-table-abnormal td {
  font-size: var(--ops-font-size-body) !important;
}

.ops-table thead th,
.ops-table th.ops-col-actions,
.ops-table th.ops-col-actions-demand {
  height: var(--ops-table-head-height);
  padding-right: var(--ops-table-cell-padding-x);
  padding-left: var(--ops-table-cell-padding-x);
}

.ops-table tbody td,
.ops-table td.ops-col-actions,
.ops-table td.ops-col-actions-demand {
  height: var(--ops-table-row-height);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.4;
  vertical-align: middle;
}

.ops-table th.ops-col-actions,
.ops-table th.ops-col-actions-demand,
.ops-table td.ops-col-actions,
.ops-table td.ops-col-actions-demand {
  text-align: left;
}

.ops-table td.ops-col-actions,
.ops-table td.ops-col-actions-demand {
  padding-top: 14px !important;
  vertical-align: top;
}

.ops-table-actions,
.ops-col-actions .ops-inline-actions,
.ops-col-actions-demand .ops-inline-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 10px;
  width: 100%;
  min-width: 0;
  overflow: visible;
  white-space: nowrap;
}

.ops-table.ops-table-workorder-directed .ops-col-actions .ops-inline-actions,
.ops-table.ops-table-keeper-customers .ops-col-actions .ops-inline-actions,
.ops-table.ops-table-settlement .ops-col-actions .ops-inline-actions,
.ops-table.ops-table-service-items .ops-col-actions .ops-inline-actions,
.ops-table.ops-table-service-categories .ops-col-actions .ops-inline-actions,
.ops-table.ops-table-service-human .ops-col-actions .ops-inline-actions,
.ops-table.ops-table-abnormal .ops-col-actions .ops-inline-actions,
.ops-table.ops-org-dept-table .ops-col-actions .ops-inline-actions {
  justify-content: flex-start !important;
}

.ops-service-human-page .ops-service-human-tree-row {
  grid-template-columns: 24px minmax(0, 1fr) 32px;
}

.ops-service-human-page .ops-service-human-tree-node-actions {
  min-width: 0;
}

.ops-dashboard-card-title {
  margin-bottom: 14px;
}

.ops-dashboard-metric-label,
.ops-dashboard-period-btn,
.ops-dashboard-select,
.ops-dashboard-date-input,
.ops-dashboard-tab,
.ops-dashboard-rank-table {
  font-size: var(--ops-font-size-body) !important;
}

.ops-dashboard-metric-value {
  font-size: var(--ops-dashboard-number-size) !important;
  line-height: 1.15;
}

.ops-dashboard-tab {
  height: 36px;
  line-height: 36px !important;
}

.ops-dashboard-rank-table th {
  height: 40px;
}

.ops-dashboard-rank-table td {
  height: 36px;
}

.ops-dashboard-rank-table th,
.ops-dashboard-rank-table td {
  padding-right: var(--ops-table-cell-padding-x);
  padding-left: var(--ops-table-cell-padding-x);
  font-size: var(--ops-font-size-body) !important;
}

/* 2026-05-24 服务类拆分页：左侧树固定在卡片内滚动，避免带动整页滚动。 */
.ops-main-scroll > .ops-master-split:not(.ops-keeper-submit-page) {
  flex: 1 1 auto;
  min-height: 0;
  height: calc(var(--ops-canvas-height) - var(--topbar-height) - (var(--ops-page-padding-y) * 2));
  max-height: calc(var(--ops-canvas-height) - var(--topbar-height) - (var(--ops-page-padding-y) * 2));
  align-items: stretch;
}

.ops-main-scroll > .ops-master-split:not(.ops-keeper-submit-page) > .ops-card {
  height: 100%;
  min-height: 0;
}

.ops-service-item-page .ops-master-split-left,
.ops-service-package-page .ops-master-split-left,
.ops-service-human-page .ops-master-split-left,
.ops-position-staff-page .ops-master-split-left,
.ops-org-members-page .ops-master-split-left {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.ops-service-item-page .ops-service-category-tree,
.ops-service-package-page .ops-service-category-tree,
.ops-customer-subsidy-page .ops-service-category-tree,
.ops-service-human-page .ops-service-human-tree,
.ops-position-staff-page .ops-service-human-tree,
.ops-org-members-page .ops-service-human-tree {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding-right: 4px;
}

.ops-service-item-page .ops-tree-index-wrap > .ops-service-category-tree,
.ops-service-package-page .ops-tree-index-wrap > .ops-service-category-tree,
.ops-customer-subsidy-page .ops-tree-index-wrap > .ops-service-category-tree,
.ops-service-human-page .ops-tree-index-wrap > .ops-service-human-tree,
.ops-position-staff-page .ops-tree-index-wrap > .ops-service-human-tree,
.ops-org-members-page .ops-tree-index-wrap > .ops-service-human-tree {
  padding-right: 30px;
}

.ops-keeper-submit-page .ops-keeper-submit-service-tree {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  height: auto;
  overflow: auto;
  overscroll-behavior: contain;
}

.ops-master-split-left .ops-service-category-root > span:first-child,
.ops-master-split-left .ops-service-category-item > span:first-child,
.ops-master-split-left .ops-service-human-tree-name,
.ops-master-split-left .ops-service-package-node-main,
.ops-master-split-left .ops-service-package-node-sub,
.ops-master-split-left .ops-package-list-name,
.ops-master-split-left .ops-keeper-customer-name {
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.ops-main-scroll > .ops-master-split:not(.ops-keeper-submit-page) > .ops-master-split-main {
  overflow: hidden;
  overscroll-behavior: contain;
}

.ops-main-scroll > .ops-master-split:not(.ops-keeper-submit-page) > .ops-master-split-main > .ops-table-wrap {
  overflow-y: auto;
}

/* 2026-05-26 弹框遮罩与底部动作区：只滚动弹框内容，底层页面不可点击。 */
#ops-modal-root,
#ops-dialog-root {
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
}

#ops-modal-root .ops-modal-mask,
#ops-dialog-root .ops-modal-mask {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: block !important;
  background: rgba(15, 23, 42, 0.68) !important;
  pointer-events: auto;
}

body.ops-modal-open .ops-layout {
  pointer-events: none;
  user-select: none;
}

body.ops-modal-open .ops-org-cascader-panel,
body.ops-modal-open .ops-typeahead-panel {
  z-index: 21020;
  pointer-events: auto;
}

.ops-input.ops-org-cascader-input[readonly],
.ops-detail-field input.ops-org-cascader-input[readonly] {
  color: var(--el-text-color-primary);
  background: #fff;
  cursor: pointer;
}

#ops-modal-root .ops-modal,
#ops-dialog-root .ops-modal {
  z-index: 10001;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  max-width: calc(100vw - 48px);
  max-height: calc(100dvh - 48px);
  box-sizing: border-box;
  overflow: hidden !important;
}

.ops-modal:has(> .ops-modal-card),
.ops-modal:has(> form.ops-modal-card),
.ops-modal:has(> .ops-field-setting-modal),
.ops-modal:has(> .ops-modal-footer),
.ops-modal:has(> .ops-modal-actions) {
  padding-bottom: 0;
}

.ops-modal > .ops-modal-header {
  flex: 0 0 auto;
}

.ops-modal > .ops-modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.ops-modal > .ops-modal-card,
.ops-modal > form.ops-modal-card,
.ops-modal > .ops-detail-stack,
.ops-modal > form.ops-detail-stack,
.ops-modal > .ops-forgot-password-modal,
.ops-modal > .ops-change-password-modal,
.ops-modal > .ops-abnormal-edit-modal,
.ops-modal > .ops-field-setting-modal,
.ops-modal > #ops-settlement-detail-body,
.ops-modal > #ops-workorder-dispatch-body,
.ops-modal > #ops-workorder-batch-dispatch-body,
.ops-modal > #ops-schedule-dispatch-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.ops-modal > .ops-modal-card,
.ops-modal > form.ops-modal-card {
  min-width: 0;
  max-width: 100%;
  padding-bottom: 0;
}

.ops-modal-batch-dispatch .ops-workorder-batch-table-wrap {
  overflow-x: auto;
  overflow-y: auto;
}

.ops-modal > .ops-modal-footer,
.ops-modal > .ops-modal-actions,
.ops-modal-card > .ops-modal-footer,
.ops-modal-card > .ops-modal-actions,
.ops-detail-stack > .ops-modal-footer,
.ops-detail-stack > .ops-modal-actions,
.ops-forgot-password-modal > .ops-modal-footer,
.ops-change-password-modal > .ops-modal-footer,
.ops-field-setting-modal > .ops-modal-actions {
  position: sticky;
  bottom: 0;
  flex: 0 0 auto;
  z-index: 5;
  margin-right: calc(var(--ops-modal-padding) * -1);
  margin-bottom: 0;
  margin-left: calc(var(--ops-modal-padding) * -1);
  padding: 12px var(--ops-modal-padding) max(calc(14px + var(--ops-modal-padding)), env(safe-area-inset-bottom));
  border-top: 1px solid var(--border);
  background: #fff;
  box-shadow:
    0 -12px 28px rgba(255, 255, 255, 0.98),
    0 -1px 0 rgba(229, 231, 235, 0.96);
}

.ops-modal-card > .ops-modal-footer::after,
.ops-modal-card > .ops-modal-actions::after,
.ops-modal > .ops-modal-footer::after,
.ops-modal > .ops-modal-actions::after,
.ops-detail-stack > .ops-modal-footer::after,
.ops-detail-stack > .ops-modal-actions::after,
.ops-forgot-password-modal > .ops-modal-footer::after,
.ops-change-password-modal > .ops-modal-footer::after,
.ops-field-setting-modal > .ops-modal-actions::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 4px;
  background: #fff;
}

.ops-table.ops-table-system-users th.ops-col-actions,
.ops-table.ops-table-system-users td.ops-col-actions {
  min-width: 340px !important;
  width: 340px !important;
  max-width: 340px !important;
}

.ops-table.ops-table-system-roles th.ops-col-actions,
.ops-table.ops-table-system-roles td.ops-col-actions {
  min-width: 180px !important;
  width: 180px !important;
  max-width: 180px !important;
}

.ops-table.ops-table-system-users .ops-col-actions .ops-inline-actions,
.ops-table.ops-table-system-roles .ops-col-actions .ops-inline-actions {
  flex-wrap: nowrap;
  justify-content: flex-start !important;
}

@media (max-width: 900px) {
  html.ops-mobile-runtime .ops-main-scroll > .ops-master-split:not(.ops-keeper-submit-page) {
    height: auto;
    max-height: none;
  }
}

/* A 1440 x 900 browser window exposes a smaller content viewport; keep text size and fit the shell to that viewport. */
@media (min-width: 901px) {
  html,
  body {
    min-width: var(--ops-pc-standard-width);
    min-height: var(--ops-pc-standard-height);
    overflow: auto;
  }

  .ops-layout {
    width: max(var(--ops-canvas-width), var(--ops-pc-standard-width));
    min-width: var(--ops-pc-standard-width);
    height: max(var(--ops-canvas-height), var(--ops-pc-standard-height));
    min-height: var(--ops-pc-standard-height);
  }
}

@media (min-width: 901px) and (max-width: 1439px), (min-width: 901px) and (max-height: 780px) {
  html.ops-mobile-runtime {
    --topbar-height: 60px;
    --sidebar-width: 200px;
    --ops-page-padding-x: 16px;
    --ops-page-padding-y: 16px;
    --ops-page-gap: 16px;
    --ops-card-padding: 16px;
  }

  html.ops-mobile-runtime .ops-logo-panel {
    padding: 0 12px;
  }

  html.ops-mobile-runtime .ops-shell-logo-wrap,
  html.ops-mobile-runtime .ops-shell-logo-image {
    width: 176px;
  }

  html.ops-mobile-runtime .ops-shell-logo-wrap {
    height: 58px;
  }

  html.ops-mobile-runtime .ops-logo-text {
    font-size: 16px;
  }

  html.ops-mobile-runtime .ops-topbar {
    padding: 0 24px;
  }

  html.ops-mobile-runtime .ops-top-left,
  html.ops-mobile-runtime .ops-top-right {
    gap: 12px;
  }

  html.ops-mobile-runtime .ops-side-link,
  html.ops-mobile-runtime .ops-side-group-toggle {
    height: 44px;
    gap: 12px;
    padding: 0 20px;
  }

  html.ops-mobile-runtime .ops-side-sublink {
    height: 36px;
    padding-left: 50px;
  }

  html.ops-mobile-runtime .ops-dashboard {
    gap: 16px;
  }

  html.ops-mobile-runtime .ops-dashboard-summary,
  html.ops-mobile-runtime .ops-dashboard-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  html.ops-mobile-runtime .ops-dashboard-summary-card {
    min-height: 132px;
    padding: 20px 24px 18px;
  }

  html.ops-mobile-runtime .ops-dashboard-pre-demand-card .ops-dashboard-metrics {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    justify-content: space-between;
    gap: 6px;
  }

  html.ops-mobile-runtime .ops-dashboard-chart-card,
  html.ops-mobile-runtime .ops-dashboard-ranking-card {
    grid-column: auto;
    min-height: 0;
    padding: 18px 24px 20px;
  }

  html.ops-mobile-runtime .ops-dashboard-chart-card {
    grid-column: 1 / span 2;
  }

  html.ops-mobile-runtime .ops-dashboard-ranking-card {
    grid-column: 3 / span 1;
  }

  html.ops-mobile-runtime .ops-dashboard-tabs {
    gap: 38px;
    margin-bottom: 22px;
  }

  html.ops-mobile-runtime .ops-dashboard-tab {
    height: 44px;
    font-size: 16px;
    line-height: 44px;
  }

  html.ops-mobile-runtime .ops-dashboard-toolbar {
    align-items: center;
    flex-direction: row;
    margin-bottom: 18px;
  }

  html.ops-mobile-runtime .ops-dashboard-toolbar-right {
    width: auto;
    justify-content: flex-end;
  }

  html.ops-mobile-runtime .ops-dashboard-chart-wrap {
    min-height: 300px;
    height: 360px;
  }

  html.ops-mobile-runtime .ops-filter-bar,
  html.ops-mobile-runtime .ops-filter-row {
    gap: 12px var(--ops-filter-column-gap);
  }

  html.ops-mobile-runtime .ops-filter-item {
    flex-basis: 180px;
  }

  html.ops-mobile-runtime .ops-table thead th,
  html.ops-mobile-runtime .ops-table tbody td {
    padding: 10px 12px;
    font-size: var(--ops-font-size-body);
  }

  html.ops-mobile-runtime .ops-pagination {
    gap: 8px;
    font-size: var(--ops-font-size-body);
  }
}

@media (min-width: 901px) and (max-width: 1279px) {
  html.ops-mobile-runtime .ops-dashboard-approval-actions {
    width: auto;
    justify-content: flex-start;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  html.ops-mobile-runtime .ops-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-customer-workspace {
    grid-template-columns: 280px minmax(0, 1fr);
  }
}

@media (min-width: 901px) and (max-width: 1080px) {
  html.ops-mobile-runtime .ops-master-split {
    grid-template-columns: var(--ops-split-left-width) minmax(0, 1fr);
  }

  html.ops-mobile-runtime .ops-master-split-resizer {
    display: block;
  }

  html.ops-mobile-runtime .ops-package-editor-row {
    grid-template-columns: minmax(220px, 1.3fr) 150px 170px 150px 86px;
  }

  html.ops-mobile-runtime .ops-org-dept-filter-row {
    grid-template-columns: none;
  }

  html.ops-mobile-runtime .ops-org-dept-toolbar {
    align-items: center;
    flex-direction: row;
  }

  html.ops-mobile-runtime .ops-org-dept-toolbar-right {
    margin-left: auto;
    width: auto;
  }
}
.ops-table.ops-grouped-customer-list-table {
  table-layout: fixed;
}

.ops-table.ops-grouped-customer-list-table th.ops-col-actions,
.ops-table.ops-grouped-customer-list-table td.ops-col-actions {
  min-width: var(--ops-action-col-width) !important;
  width: var(--ops-action-col-width) !important;
  max-width: var(--ops-action-col-width) !important;
}

.ops-table.ops-grouped-customer-list-table th:first-child,
.ops-table.ops-grouped-customer-list-table td:first-child {
  min-width: 72px !important;
  width: 72px;
}

.ops-table.ops-grouped-customer-list-table col.ops-grouped-customer-col-index {
  width: 72px;
}

.ops-table.ops-grouped-customer-list-table col.ops-grouped-customer-col-customer {
  width: 30%;
}

.ops-table.ops-grouped-customer-list-table col.ops-grouped-customer-col-phone {
  width: 20%;
}

.ops-table.ops-grouped-customer-list-table col.ops-grouped-customer-col-org {
  width: 30%;
}

.ops-table.ops-grouped-customer-list-table col.ops-grouped-customer-col-count {
  width: 20%;
}

.ops-table.ops-grouped-customer-list-table col.ops-grouped-customer-col-actions {
  width: var(--ops-action-col-width);
}

/* PC 端最终覆盖：1440x600 是 Windows 整屏，扣除任务栏和 Chrome 顶部后内容区最低约为 1440x458。 */
html:not(.ops-mobile-runtime) {
  --ops-canvas-width: max(100vw, var(--ops-pc-standard-width));
  --ops-canvas-height: max(100dvh, var(--ops-pc-standard-height));
  --topbar-height: 64px;
  --sidebar-width: 240px;
  --ops-page-padding-x: 16px;
  --ops-page-padding-y: 16px;
  --ops-page-gap: 16px;
  --ops-card-padding: 16px;
  --ops-dashboard-number-size: 32px;
}

html:not(.ops-mobile-runtime),
html:not(.ops-mobile-runtime) body {
  min-width: var(--ops-pc-standard-width);
  min-height: var(--ops-pc-standard-height);
  overflow: auto;
}

html:not(.ops-mobile-runtime) .ops-layout {
  display: grid;
  grid-template-columns: var(--sidebar-width) minmax(0, 1fr);
  grid-template-rows: var(--topbar-height) minmax(0, 1fr);
  grid-template-areas:
    "logo topbar"
    "side main";
  width: max(var(--ops-canvas-width), var(--ops-pc-standard-width));
  min-width: var(--ops-pc-standard-width);
  height: max(var(--ops-canvas-height), var(--ops-pc-standard-height));
  min-height: var(--ops-pc-standard-height);
  overflow: hidden;
}

html:not(.ops-mobile-runtime) .ops-layout.is-sidebar-collapsed {
  grid-template-columns: var(--sidebar-collapsed-width) minmax(0, 1fr);
}

html:not(.ops-mobile-runtime) .ops-logo-panel {
  display: flex;
  padding: 0 16px;
}

html:not(.ops-mobile-runtime) .ops-shell-logo-wrap,
html:not(.ops-mobile-runtime) .ops-shell-logo-image {
  width: 204px;
}

html:not(.ops-mobile-runtime) .ops-shell-logo-wrap {
  height: 64px;
}

html:not(.ops-mobile-runtime) .ops-logo-text {
  font-size: 16px;
}

html:not(.ops-mobile-runtime) .ops-topbar {
  gap: 12px;
  padding: 0 32px;
}

html:not(.ops-mobile-runtime) .ops-top-left,
html:not(.ops-mobile-runtime) .ops-top-right {
  gap: 12px;
}

html:not(.ops-mobile-runtime) .ops-sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-right: 0;
  border-bottom: 0;
  box-shadow: inset -1px 0 0 var(--border);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

html:not(.ops-mobile-runtime) .ops-side-menu {
  display: block;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px 0;
}

html:not(.ops-mobile-runtime) .ops-side-collapse-btn {
  display: inline-flex;
}

html:not(.ops-mobile-runtime) .ops-side-link,
html:not(.ops-mobile-runtime) .ops-side-group-toggle {
  height: 46px;
  gap: 14px;
  padding: 0 22px;
  font-size: 15px;
  justify-content: flex-start;
  white-space: nowrap;
}

html:not(.ops-mobile-runtime) .ops-side-group {
  min-width: 0;
}

html:not(.ops-mobile-runtime) .ops-side-group-main {
  flex: 1 1 auto;
  justify-content: flex-start;
  gap: 14px;
}

html:not(.ops-mobile-runtime) .ops-side-icon,
html:not(.ops-mobile-runtime) .ops-side-icon svg {
  width: 20px;
  height: 20px;
}

html:not(.ops-mobile-runtime) .ops-side-icon {
  flex-basis: 20px;
}

html:not(.ops-mobile-runtime) .ops-side-submenu {
  position: static;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

html:not(.ops-mobile-runtime) .ops-side-sublink {
  height: 36px;
  justify-content: flex-start;
  padding: 0 20px 0 56px;
}

html:not(.ops-mobile-runtime) .ops-main {
  margin-top: 0;
  margin-left: 0;
  height: auto;
}

html:not(.ops-mobile-runtime) .ops-dashboard {
  gap: 18px;
}

html:not(.ops-mobile-runtime) .ops-dashboard-summary {
  grid-template-columns: minmax(482px, 1fr) repeat(2, minmax(294px, 1fr));
  gap: 18px;
}

html:not(.ops-mobile-runtime) .ops-dashboard-main {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

html:not(.ops-mobile-runtime) .ops-dashboard-summary-card {
  min-height: 132px;
  padding: 22px 24px 20px;
}

html:not(.ops-mobile-runtime) .ops-dashboard-card-title {
  margin-bottom: 14px;
  font-size: 22px;
}

html:not(.ops-mobile-runtime) .ops-dashboard-metric-label {
  font-size: 15px;
}

html:not(.ops-mobile-runtime) .ops-dashboard-metric-value {
  margin-top: 12px;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}

html:not(.ops-mobile-runtime) .ops-dashboard-pre-demand-card {
  grid-column: auto;
}

html:not(.ops-mobile-runtime) .ops-dashboard-pre-demand-card .ops-dashboard-metrics {
  grid-template-columns: repeat(5, minmax(max-content, 1fr));
  gap: 4px;
}

html:not(.ops-mobile-runtime) .ops-dashboard-summary-card:not(.ops-dashboard-pre-demand-card) .ops-dashboard-metrics {
  grid-template-columns: repeat(4, minmax(max-content, 1fr));
}

html:not(.ops-mobile-runtime) .ops-dashboard-pre-demand-card .ops-dashboard-metric-label {
  font-size: 15px;
  white-space: nowrap;
}

html:not(.ops-mobile-runtime) .ops-dashboard-chart-card,
html:not(.ops-mobile-runtime) .ops-dashboard-ranking-card {
  min-height: 0;
  padding: 18px 24px 20px;
}

html:not(.ops-mobile-runtime) .ops-dashboard-chart-card {
  grid-column: 1 / span 2;
}

html:not(.ops-mobile-runtime) .ops-dashboard-ranking-card {
  grid-column: 3 / span 1;
}

html:not(.ops-mobile-runtime) .ops-dashboard-tabs {
  gap: 38px;
  margin-bottom: 22px;
}

html:not(.ops-mobile-runtime) .ops-dashboard-tab {
  height: 44px;
  line-height: 44px !important;
}

html:not(.ops-mobile-runtime) .ops-dashboard-toolbar {
  align-items: center;
  flex-direction: row;
  margin-bottom: 18px;
}

html:not(.ops-mobile-runtime) .ops-dashboard-toolbar-right {
  width: auto;
  justify-content: flex-end;
}

html:not(.ops-mobile-runtime) .ops-dashboard-chart-wrap {
  min-height: 300px;
  height: 360px;
}

html:not(.ops-mobile-runtime) .ops-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

html:not(.ops-mobile-runtime) .ops-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html:not(.ops-mobile-runtime) .ops-customer-workspace {
  grid-template-columns: 280px minmax(0, 1fr);
}

@media (min-width: 901px) and (max-height: 600px) {
  html:not(.ops-mobile-runtime) .ops-customer-create-footer,
  html:not(.ops-mobile-runtime) .ops-customer-edit-footer {
    position: sticky;
    right: auto;
    bottom: calc(var(--ops-page-padding-y) * -1);
    left: auto;
    grid-column: 1 / -1;
    margin-right: calc(var(--ops-page-padding-x) * -1);
    margin-bottom: calc(var(--ops-page-padding-y) * -1);
    margin-left: calc(var(--ops-page-padding-x) * -1);
  }
}

@media (min-width: 901px) and (max-height: 500px) {
  html:not(.ops-mobile-runtime) {
    --ops-page-padding-y: 6px;
    --ops-page-gap: 6px;
    --ops-card-padding: 10px;
  }

  html:not(.ops-mobile-runtime) .ops-filter-card .ops-filter-bar {
    row-gap: 6px;
  }

  html:not(.ops-mobile-runtime) .ops-main-scroll > .ops-list-card > .ops-card-head {
    margin-bottom: 6px;
  }

  html:not(.ops-mobile-runtime) .ops-main-scroll > .ops-list-card > .ops-pagination,
  html:not(.ops-mobile-runtime) .ops-main-scroll > .ops-card:has(.ops-table-wrap):last-child > .ops-pagination {
    margin-top: 4px;
  }

  html:not(.ops-mobile-runtime) .ops-main-scroll > .ops-list-card > .ops-list-toolbar {
    margin: 0 0 4px;
  }
}


/* === ops/css/mobile.css === */
@media (max-width: 900px) {
  html.ops-mobile-runtime,
  html.ops-mobile-runtime body {
    width: 100%;
    height: calc(var(--ops-mobile-vh, 1vh) * 100);
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #f2f3f5;
    overscroll-behavior: none;
    -webkit-tap-highlight-color: transparent;
    --ops-mobile-shell-width: min(100vw, 480px);
    --ops-mobile-nav-height: 44px;
    --ops-mobile-tabbar-height: 56px;
    --ops-mobile-card-radius: 8px;
    --ops-mobile-sheet-radius: 14px;
    --ops-mobile-control-height: 44px;
    --ops-mobile-page-padding-x: 15px;
    --ops-mobile-bottom-action-gutter: calc(132px + env(safe-area-inset-bottom, 0px));
    --ops-mobile-detail-bottom-action-gutter: calc(188px + env(safe-area-inset-bottom, 0px));
    --ops-mobile-viewport-bottom-gap: 0px;
    --ops-mobile-login-row-height: 58px;
    --ops-mobile-reset-row-height: 48px;
    --ops-mobile-submit-bottom-height: 56px;
    --ops-mobile-submit-stats-height: 36px;
  }

  html.ops-mobile-runtime #ops-app {
    width: var(--ops-mobile-shell-width);
    max-width: 480px;
    height: calc(var(--ops-mobile-vh, 1vh) * 100);
    min-height: 0;
    margin: 0 auto;
    overflow: hidden;
    background: #f2f3f5;
    position: relative;
  }

  html.ops-mobile-runtime input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
  html.ops-mobile-runtime select,
  html.ops-mobile-runtime textarea {
    font-size: 16px !important;
  }

  html.ops-mobile-runtime .ops-mobile-page {
    min-height: calc(var(--ops-mobile-vh, 1vh) * 100);
    width: 100%;
    color: #333;
    background: #f2f3f5;
    -webkit-font-smoothing: antialiased;
  }

  html.ops-mobile-runtime .ops-mobile-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 60px 1fr 60px;
    align-items: center;
    box-sizing: border-box;
    height: calc(var(--ops-mobile-nav-height) + env(safe-area-inset-top, 0px));
    padding-top: env(safe-area-inset-top, 0px);
    background: #fff;
    border-bottom: 1px solid #eeeeee;
  }

  html.ops-mobile-runtime .ops-mobile-topbar-title {
    min-width: 0;
    overflow: hidden;
    text-align: center;
    color: #303133;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-topbar-left,
  html.ops-mobile-runtime .ops-mobile-topbar-right {
    width: 60px;
    min-width: 0;
  }

  html.ops-mobile-runtime .ops-mobile-topbar-left {
    height: var(--ops-mobile-nav-height);
    padding: 0 0 0 var(--ops-mobile-page-padding-x);
    border: 0;
    background: transparent;
    color: #606266;
    font-size: 22px;
    line-height: var(--ops-mobile-nav-height);
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-topbar-left[data-mobile-back="1"] {
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-auth-page,
  html.ops-mobile-runtime .ops-mobile-reset-page {
    background: #f3f3f3;
  }

  html.ops-mobile-runtime .ops-mobile-auth-main {
    box-sizing: border-box;
    height: calc((var(--ops-mobile-vh, 1vh) * 100) - var(--ops-mobile-nav-height) - env(safe-area-inset-top, 0px));
    padding: 48px var(--ops-mobile-page-padding-x) calc(32px + env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
  }

  html.ops-mobile-runtime .ops-mobile-login-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 38px;
  }

  html.ops-mobile-runtime .ops-mobile-login-logo {
    width: 78px;
    height: 78px;
    object-fit: contain;
    border-radius: 18px;
  }

  html.ops-mobile-runtime .ops-mobile-login-title {
    margin-top: 18px;
    color: #303133;
    font-size: 20px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-identity-main .ops-mobile-login-brand {
    margin-bottom: 24px;
  }

  html.ops-mobile-runtime .ops-mobile-identity-tip {
    margin: 10px 24px 0;
    color: #909399;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-identity-list {
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-identity-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    align-items: center;
    width: calc(100% - 28px);
    min-height: 72px;
    margin: 0 14px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #eeeeee;
    background: transparent;
    color: #303133;
    font: inherit;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-identity-item:last-child {
    border-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-identity-item:disabled {
    opacity: 0.62;
  }

  html.ops-mobile-runtime .ops-mobile-identity-item.is-loading .ops-mobile-identity-arrow {
    animation: ops-mobile-identity-loading 0.8s linear infinite;
  }

  html.ops-mobile-runtime .ops-mobile-identity-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff2e8;
    color: #ff7a1a;
    font-size: 15px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-identity-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
  }

  html.ops-mobile-runtime .ops-mobile-identity-content strong,
  html.ops-mobile-runtime .ops-mobile-identity-content small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-identity-content strong {
    font-size: 15px;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-identity-content small {
    color: #909399;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-identity-arrow {
    color: #c0c4cc;
    font-size: 24px;
    text-align: right;
    transform-origin: center;
  }

  @keyframes ops-mobile-identity-loading {
    to {
      transform: rotate(360deg);
    }
  }

  html.ops-mobile-runtime .ops-mobile-form-card {
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-form-row {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    min-height: var(--ops-mobile-login-row-height);
    margin: 0 14px;
    border-bottom: 1px solid #eeeeee;
  }

  html.ops-mobile-runtime .ops-mobile-form-row:last-child {
    border-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-form-label {
    color: #303133;
    font-size: 14px;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-input {
    width: 100%;
    min-width: 0;
    height: var(--ops-mobile-control-height);
    border: 0;
    outline: none;
    background: transparent;
    color: #303133;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-input::placeholder {
    color: #a8abb2;
  }

  html.ops-mobile-runtime .ops-mobile-primary-btn,
  html.ops-mobile-runtime .ops-mobile-secondary-btn,
  html.ops-mobile-runtime .ops-mobile-text-btn,
  html.ops-mobile-runtime .ops-mobile-contact-call,
  html.ops-mobile-runtime .ops-mobile-tab,
  html.ops-mobile-runtime .ops-mobile-summary-card-header button {
    font: inherit;
    cursor: pointer;
  }

  html.ops-mobile-runtime .ops-mobile-primary-btn {
    display: block;
    width: 100%;
    height: 50px;
    margin: 34px 0 0;
    border: 0;
    border-radius: 25px;
    background: #ff7a1a;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-secondary-btn {
    display: block;
    width: 100%;
    height: var(--ops-mobile-control-height);
    margin: 12px 0 0;
    border: 1px solid #dedede;
    border-radius: 22px;
    background: #fff;
    color: #606266;
    font-size: 15px;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-text-btn {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    border: 0;
    background: transparent;
    color: #606266;
    font-size: 13px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-reset-main {
    padding: 12px var(--ops-mobile-page-padding-x) 32px;
  }

  html.ops-mobile-runtime .ops-mobile-reset-form {
    border-radius: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-reset-page .ops-mobile-form-card {
    border-radius: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-reset-page .ops-mobile-form-row {
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: var(--ops-mobile-reset-row-height);
    margin: 0 12px;
  }

  html.ops-mobile-runtime .ops-mobile-sheet.hidden {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-sheet {
    position: fixed;
    inset: 0;
    z-index: 22010;
  }

  html.ops-mobile-runtime .ops-mobile-sheet-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
  }

  html.ops-mobile-runtime .ops-mobile-sheet-panel {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: var(--ops-mobile-shell-width);
    max-width: 480px;
    margin: 0 auto;
    padding: 18px 22px calc(26px + env(safe-area-inset-bottom, 0px));
    border-radius: var(--ops-mobile-sheet-radius) var(--ops-mobile-sheet-radius) 0 0;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-sheet-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #909399;
    font-size: 22px;
  }

  html.ops-mobile-runtime .ops-mobile-contact-avatar {
    overflow: hidden;
    width: 74px;
    height: 74px;
    margin: 6px auto 14px;
    border-radius: 50%;
    background: #f5f5f5;
  }

  html.ops-mobile-runtime .ops-mobile-contact-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  html.ops-mobile-runtime .ops-mobile-contact-title {
    margin-bottom: 6px;
    color: #3e3e3e;
    font-size: 15px;
  }

  html.ops-mobile-runtime .ops-mobile-contact-title span {
    font-size: 22px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-contact-time {
    margin-bottom: 16px;
    color: #808080;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-contact-call {
    width: 210px;
    max-width: 90%;
    height: 44px;
    margin-bottom: 16px;
    border: 1px solid #dedede;
    border-radius: 22px;
    background: #fff;
    color: #4c4c4c;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-contact-qr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 174px;
    height: 174px;
    margin: 0 auto 10px;
    border: 1px solid #f0f0f0;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-contact-qr img {
    width: 168px;
    height: 168px;
    object-fit: cover;
  }

  html.ops-mobile-runtime .ops-mobile-contact-tip {
    color: #8b8b8b;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-password-recovery-sheet {
    max-height: calc((var(--ops-mobile-vh, 1vh) * 100) - env(safe-area-inset-top, 0px) - 16px);
    overflow-y: auto;
    overscroll-behavior: contain;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-password-recovery-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 26px 16px 0;
    border-bottom: 1px solid #ebeef5;
  }

  html.ops-mobile-runtime .ops-mobile-password-recovery-tab {
    height: 42px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #606266;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-password-recovery-tab.is-active {
    border-bottom-color: var(--brand);
    color: var(--brand);
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-password-recovery-panel.hidden {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-password-recovery-panel .ops-mobile-form-card {
    margin-bottom: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-password-recovery-message {
    min-height: 20px;
    margin: -4px 0 8px;
    color: #f56c6c;
    font-size: 13px;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-password-recovery-panel .ops-mobile-primary-btn {
    margin-top: 0;
  }

  html.ops-mobile-runtime .ops-mobile-password-recovery-panel[data-mobile-recovery-panel="contact"] {
    text-align: center;
  }
  html.ops-mobile-runtime .ops-mobile-app-page {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-app-page.has-tabbar {
    padding-bottom: calc(var(--ops-mobile-tabbar-height) + env(safe-area-inset-bottom, 0px));
  }

  html.ops-mobile-runtime .ops-mobile-content {
    flex: 1 1 auto;
    min-height: 0;
    padding: 16px var(--ops-mobile-page-padding-x) 24px;
    overflow: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/demands"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/demands/details"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/workorders/list"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/workorders/grouped"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/workorders/grouped-create"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/workorders/abnormal"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/workorders/errand"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/workorders/errand-create"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/workorders/errand-detail"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/workorders/detail"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/settlements"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/settlements/detail"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/settlements/workorder-detail"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/keeper/customer-detail"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/keeper/customer-create"],
  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/keeper/customer-edit"] {
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-app-page.has-tabbar .ops-mobile-content {
    min-height: calc((var(--ops-mobile-vh, 1vh) * 100) - var(--ops-mobile-tabbar-height) - env(safe-area-inset-bottom, 0px));
  }

  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/keeper/customers"] {
    height: calc((var(--ops-mobile-vh, 1vh) * 100) - var(--ops-mobile-tabbar-height) - env(safe-area-inset-bottom, 0px));
    min-height: 0;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-home {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-quick-card {
    overflow: hidden;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-quick-card h2 {
    min-height: var(--ops-mobile-control-height);
    margin: 0 16px;
    border-bottom: 1px solid #eeeeee;
    color: #303133;
    font-size: 15px;
    font-weight: 700;
    line-height: var(--ops-mobile-control-height);
  }

  html.ops-mobile-runtime .ops-mobile-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 16px 8px 18px;
  }

  html.ops-mobile-runtime .ops-mobile-quick-item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #303133;
    font: inherit;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
  }

  html.ops-mobile-runtime .ops-mobile-quick-item:active {
    opacity: 0.72;
  }

  html.ops-mobile-runtime .ops-mobile-quick-item img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
  }

  html.ops-mobile-runtime .ops-mobile-quick-item span {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html.ops-mobile-runtime .ops-mobile-summary-card {
    overflow: hidden;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-summary-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: var(--ops-mobile-control-height);
    margin: 0 16px;
    border-bottom: 1px solid #eeeeee;
  }

  html.ops-mobile-runtime .ops-mobile-summary-card-header h2 {
    min-width: 0;
    margin: 0;
    color: #303133;
    font-size: 15px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-summary-card-header button {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: #909399;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 24px 10px 18px;
  }

  html.ops-mobile-runtime .ops-mobile-stat-item {
    min-width: 0;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
  }

  html.ops-mobile-runtime button.ops-mobile-stat-item {
    cursor: pointer;
  }

  html.ops-mobile-runtime button.ops-mobile-stat-item:active .ops-mobile-stat-value {
    opacity: 0.72;
  }

  html.ops-mobile-runtime .ops-mobile-stat-value {
    display: block;
    overflow-wrap: anywhere;
    color: #303133;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
  }

  html.ops-mobile-runtime .ops-mobile-stat-label {
    display: block;
    margin-top: 12px;
    color: #909399;
    font-size: 12px;
    line-height: 1.2;
  }

  html.ops-mobile-runtime .ops-mobile-stat-item.is-danger .ops-mobile-stat-value,
  html.ops-mobile-runtime .ops-mobile-stat-item.is-danger .ops-mobile-stat-label {
    color: #f5222d;
  }

  html.ops-mobile-runtime .ops-mobile-card-empty {
    display: flex;
    min-height: 126px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #909399;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-card-empty-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 8px;
    background: url("../image/mobile-workorder-empty.png") center / contain no-repeat;
  }

  html.ops-mobile-runtime .ops-mobile-state-icon {
    width: 22px;
    height: 26px;
    margin-bottom: 10px;
    border: 2px solid #b8b8b8;
    border-radius: 3px;
    position: relative;
  }

  html.ops-mobile-runtime .ops-mobile-state-icon::before,
  html.ops-mobile-runtime .ops-mobile-state-icon::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    height: 2px;
    background: #b8b8b8;
  }

  html.ops-mobile-runtime .ops-mobile-state-icon::before {
    top: 7px;
  }

  html.ops-mobile-runtime .ops-mobile-state-icon::after {
    top: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-home-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 26px auto 0;
  }

  html.ops-mobile-runtime .ops-mobile-home-brand span {
    height: 1px;
    background: #c9c9c9;
  }

  html.ops-mobile-runtime .ops-mobile-home-brand img {
    width: 196px;
    max-width: 70%;
    height: auto;
    object-fit: contain;
  }

  html.ops-mobile-runtime .ops-mobile-tabbar {
    position: fixed;
    bottom: var(--ops-mobile-viewport-bottom-gap, 0px);
    left: 50%;
    z-index: 30;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    width: var(--ops-mobile-shell-width);
    max-width: 480px;
    height: var(--ops-mobile-tabbar-height);
    padding: 0 0 env(safe-area-inset-bottom, 0px);
    border-top: 1px solid #eeeeee;
    background: #fff;
    box-sizing: content-box;
    transform: translateX(-50%);
  }

  html.ops-mobile-runtime .ops-mobile-tab {
    position: relative;
    display: flex;
    min-width: 0;
    height: var(--ops-mobile-tabbar-height);
    align-items: center;
    justify-content: center;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #999;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-tab-label {
    position: relative;
    display: inline-flex;
    height: 100%;
    min-width: 0;
    align-items: center;
    justify-content: center;
  }

  html.ops-mobile-runtime .ops-mobile-tab-badge {
    position: absolute;
    top: 7px;
    right: -18px;
    display: inline-flex;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #ff4d4f;
    color: #fff;
    font-style: normal;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    pointer-events: none;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-tab.is-active {
    background: transparent;
    color: #ff6b35;
    font-weight: 500;
  }

  html.ops-mobile-runtime .ops-mobile-tab[aria-disabled="true"] {
    color: #c0c4cc;
  }

  html.ops-mobile-runtime .ops-mobile-state {
    display: flex;
    min-height: calc((var(--ops-mobile-vh, 1vh) * 100) - var(--ops-mobile-tabbar-height) - 40px - env(safe-area-inset-top, 0px));
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-state-text {
    color: #606266;
    font-size: 15px;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-state-subtext {
    margin-top: 8px;
    color: #909399;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-page {
    display: flex;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
    background: #f2f3f5;
    padding-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-demand-switchbar {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) 86px;
    align-items: center;
    height: 52px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-demand-back {
    height: 52px;
    border: 0;
    padding: 0 0 0 var(--ops-mobile-page-padding-x);
    background: transparent;
    color: #606266;
    font-size: 14px;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-demand-segment {
    display: inline-grid;
    grid-template-columns: repeat(2, 68px);
    justify-content: center;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    background: #f7f7f7;
    overflow: hidden;
  }

  html.ops-mobile-runtime .ops-mobile-demand-segment button {
    min-width: 0;
    border: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-segment button.is-active {
    border-radius: 15px;
    background: #ff7a1a;
    color: #fff;
    font-weight: 500;
  }

  html.ops-mobile-runtime .ops-mobile-demand-filterbar {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    height: 68px;
    box-sizing: border-box;
    padding: 14px var(--ops-mobile-page-padding-x) 10px;
    background: #f2f3f5;
  }

  html.ops-mobile-runtime .ops-mobile-demand-month {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #303133;
    font: inherit;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-demand-month span::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 5px solid #606266;
    vertical-align: middle;
  }


  html.ops-mobile-runtime .ops-mobile-demand-search {
    display: flex;
    align-items: center;
    height: 34px;
    min-width: 0;
    border-radius: 17px;
    background: #fff;
    padding: 0 12px;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-demand-search span {
    width: 14px;
    height: 14px;
    border: 2px solid #b8b8b8;
    border-radius: 50%;
    position: relative;
    flex: 0 0 auto;
  }

  html.ops-mobile-runtime .ops-mobile-demand-search span::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -4px;
    width: 6px;
    height: 2px;
    border-radius: 1px;
    background: #b8b8b8;
    transform: rotate(45deg);
  }

  html.ops-mobile-runtime .ops-mobile-demand-search input {
    min-width: 0;
    width: 100%;
    height: 32px;
    border: 0;
    outline: none;
    margin-left: 9px;
    background: transparent;
    color: #303133;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-search input::placeholder {
    color: #a8abb2;
  }

  html.ops-mobile-runtime .ops-mobile-month-sheet-mask {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgba(18, 20, 24, 0.45);
  }

  html.ops-mobile-runtime .ops-mobile-month-sheet {
    width: 100%;
    max-width: var(--ops-mobile-shell-width);
    padding: 14px var(--ops-mobile-page-padding-x) calc(14px + env(safe-area-inset-bottom, 0px));
    border-radius: var(--ops-mobile-sheet-radius) var(--ops-mobile-sheet-radius) 0 0;
    background: #fff;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-month-sheet-header {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    min-height: 36px;
    margin-bottom: 8px;
  }

  html.ops-mobile-runtime .ops-mobile-month-sheet-title {
    color: #303133;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-month-sheet-close {
    width: 40px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #606266;
    font-size: 28px;
    line-height: 36px;
    text-align: right;
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 18px;
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel-wrap.is-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel-column {
    min-width: 0;
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel-head {
    margin-bottom: 6px;
    color: #909399;
    font-size: 12px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel-box {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel::-webkit-scrollbar {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #909399;
    font-size: 16px;
    line-height: 40px;
    scroll-snap-align: center;
    user-select: none;
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel-item.active {
    color: #303133;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel-item.placeholder {
    color: transparent;
    pointer-events: none;
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel-mask {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
    height: 80px;
    pointer-events: none;
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel-mask.top {
    top: 0;
    background: linear-gradient(to bottom, #fff 20%, rgba(255, 255, 255, 0));
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel-mask.bottom {
    bottom: 0;
    background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0));
  }

  html.ops-mobile-runtime .ops-mobile-date-wheel-indicator {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    border-radius: 0;
    background: #eeeeee;
    pointer-events: none;
  }

  html.ops-mobile-runtime .ops-mobile-month-sheet-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
  }

  html.ops-mobile-runtime .ops-mobile-month-sheet-button {
    height: 48px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-month-sheet-button.secondary {
    border: 1px solid #dcdfe6;
    background: #fff;
    color: #606266;
  }

  html.ops-mobile-runtime .ops-mobile-month-sheet-button.primary {
    border: 1px solid var(--brand, #ff7a1a);
    background: var(--brand, #ff7a1a);
    color: #fff;
  }
  html.ops-mobile-runtime .ops-mobile-demand-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 var(--ops-mobile-page-padding-x) 78px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    width: 100%;
    min-height: 114px;
    border: 0;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
    padding: 15px 10px 15px 18px;
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-demand-card:active {
    background: #fafafa;
  }

  html.ops-mobile-runtime .ops-mobile-demand-card-main {
    min-width: 0;
  }

  html.ops-mobile-runtime .ops-mobile-demand-title {
    overflow: hidden;
    color: #303133;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-demand-line {
    margin-top: 9px;
    color: #606266;
    font-size: 14px;
    line-height: 1.25;
  }

  html.ops-mobile-runtime .ops-mobile-demand-risk.is-danger {
    color: #f5222d;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-demand-arrow {
    display: inline-block;
    color: #909399;
    font-size: 24px;
    text-align: right;
    transform: translateX(-6px);
  }

  html.ops-mobile-runtime .ops-mobile-demand-empty {
    display: flex;
    min-height: 160px;
    align-items: center;
    justify-content: center;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
    color: #909399;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-empty-with-icon {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-empty-with-icon::before {
    content: "";
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    background: url("../image/mobile-workorder-empty.png") center / contain no-repeat;
  }

  html.ops-mobile-runtime .ops-mobile-demand-fab {
    position: fixed;
    left: 50%;
    margin-left: min(calc(50vw - 76px), 164px);
    bottom: calc(26px + env(safe-area-inset-bottom, 0px));
    z-index: 28;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: #ff8200;
    color: #fff;
    font-size: 0;
    box-shadow: 0 8px 18px rgba(255, 130, 0, 0.28);
  }

  html.ops-mobile-runtime .ops-mobile-demand-fab::before,
  html.ops-mobile-runtime .ops-mobile-demand-fab::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    transform: translate(-50%, -50%);
  }

  html.ops-mobile-runtime .ops-mobile-demand-fab::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-page,
  html.ops-mobile-runtime .ops-mobile-demand-info-page {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    background: #f3f4f6;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-filterbar {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 56px;
    padding: 9px var(--ops-mobile-page-padding-x);
    background: #fff;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-search,
  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-search {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 34px;
    border-radius: 17px;
    background: #f5f5f5;
    padding: 0 12px;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-search span,
  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-search span {
    position: relative;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-search span::before,
  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-search span::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    border: 2px solid #c0c4cc;
    border-radius: 50%;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-search span::after,
  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-search span::after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 6px;
    height: 2px;
    border-radius: 1px;
    background: #c0c4cc;
    transform: rotate(45deg);
    transform-origin: center;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-search input,
  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: #303133;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-filter {
    height: 34px;
    border: 0;
    background: transparent;
    color: #606266;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-filter::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateY(-3px);
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-tabs {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: 42px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-tabs button {
    position: relative;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #606266;
    font-size: 13px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-tabs button.is-active {
    color: #ff8200;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-tabs button.is-active::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 0;
    left: 8px;
    height: 2px;
    border-radius: 1px;
    background: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-list,
  html.ops-mobile-runtime .ops-mobile-demand-info-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px var(--ops-mobile-page-padding-x) 24px;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-list.has-bottom-action,
  html.ops-mobile-runtime .ops-mobile-demand-info-list.has-bottom-action {
    padding-bottom: var(--ops-mobile-detail-bottom-action-gutter);
    scroll-padding-bottom: var(--ops-mobile-detail-bottom-action-gutter);
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-card,
  html.ops-mobile-runtime .ops-mobile-demand-info-section {
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
    padding: 13px 12px;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-card-head {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    min-height: 24px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-check,
  html.ops-mobile-runtime .ops-mobile-demand-detail-check-placeholder {
    width: 18px;
    height: 18px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-check {
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 50%;
    background: #fff;
    padding: 0;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-check.is-checked {
    border-color: #ff8200;
    background: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-check.is-checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-card-title {
    overflow: hidden;
    color: #303133;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-card-status {
    color: #606266;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-card-body {
    margin: 8px 0 0 30px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
    color: #606266;
    font-size: 13px;
    line-height: 1.8;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-card-body .is-danger,
  html.ops-mobile-runtime .ops-mobile-demand-info-row strong.is-danger {
    color: #f5222d;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 10px 0 0 30px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-actions.is-single {
    display: flex;
    justify-content: flex-end;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-actions button {
    height: 30px;
    border: 1px solid #dcdfe6;
    border-radius: 15px;
    background: #fff;
    color: #606266;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-actions button:active {
    background: #fafafa;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-bottom,
  html.ops-mobile-runtime .ops-mobile-demand-info-bottom {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 24;
    display: grid;
    align-items: center;
    width: min(100vw, 480px);
    min-height: calc(58px + env(safe-area-inset-bottom, 0px));
    padding: 8px var(--ops-mobile-page-padding-x) calc(8px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    background: #fff;
    transform: translateX(-50%);
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-bottom {
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-bottom span {
    color: #303133;
    font-size: 13px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-bottom button,
  html.ops-mobile-runtime .ops-mobile-demand-info-bottom button,
  html.ops-mobile-runtime .ops-mobile-demand-detail-primary {
    height: 40px;
    border: 0;
    border-radius: 20px;
    background: #ff8200;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-bottom button:disabled {
    background: #dcdfe6;
    color: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-demand-info-bottom {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-info-bottom button:first-child {
    border: 1px solid #dcdfe6;
    background: #fff;
    color: #606266;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-root.hidden {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-root {
    position: fixed;
    inset: 0;
    z-index: 40;
    pointer-events: none;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-root .ops-mobile-demand-detail-sheet-mask,
  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-root .ops-mobile-demand-detail-sheet {
    pointer-events: auto;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-mask,
  html.ops-mobile-runtime .ops-mobile-demand-detail-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(0, 0, 0, 0.32);
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 41;
    display: flex;
    flex-direction: column;
    width: min(100vw, 480px);
    max-height: 82vh;
    border-radius: 14px 14px 0 0;
    background: #fff;
    padding: 0 15px calc(14px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    transform: translateX(-50%);
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    height: 48px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-head strong {
    color: #303133;
    font-size: 15px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-head button {
    border: 0;
    background: transparent;
    color: #606266;
    font-size: 24px;
    line-height: 1;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-customer-list,
  html.ops-mobile-runtime .ops-mobile-demand-reason-list {
    min-height: 0;
    overflow-y: auto;
    margin-top: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-customer-row,
  html.ops-mobile-runtime .ops-mobile-demand-reason-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 8px;
    align-items: center;
    width: 100%;
    min-height: 44px;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: transparent;
    color: #606266;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-customer-row strong {
    display: block;
    overflow: hidden;
    color: #303133;
    font-size: 13px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-customer-row em {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    color: #909399;
    font-size: 11px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-customer-row.is-selected,
  html.ops-mobile-runtime .ops-mobile-demand-reason-row.is-selected {
    background: #fff8f2;
    color: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-customer-row.is-selected > span,
  html.ops-mobile-runtime .ops-mobile-demand-detail-customer-row.is-selected strong {
    color: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-demand-reason-row.is-selected span {
    color: #ff7a1a;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-customer-row i,
  html.ops-mobile-runtime .ops-mobile-demand-reason-row i {
    color: #ff8200;
    font-style: normal;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-demand-reason-row i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 1;
  }

  html.ops-mobile-runtime .ops-mobile-demand-reason-row.is-selected i {
    border-radius: 50%;
    background: #ff8200;
    color: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-sheet-empty {
    padding: 28px 0;
    color: #909399;
    font-size: 13px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-demand-reason-row input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  html.ops-mobile-runtime .ops-mobile-demand-reason-row span {
    color: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-reason-text {
    margin: 12px 0;
  }

  html.ops-mobile-runtime .ops-mobile-demand-reason-text.hidden {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-demand-reason-text textarea {
    display: block;
    width: 100%;
    height: 96px;
    border: 0;
    border-radius: 6px;
    background: #f5f5f5;
    padding: 12px;
    box-sizing: border-box;
    color: #303133;
    font-size: 14px;
    line-height: 1.5;
    resize: none;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 42;
    width: min(calc(100vw - 48px), 360px);
    border-radius: 6px;
    background: #fff;
    padding: 22px 18px 18px;
    box-sizing: border-box;
    text-align: center;
    transform: translate(-50%, -50%);
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-modal strong {
    color: #303133;
    font-size: 15px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-modal p {
    margin: 14px 0 18px;
    color: #606266;
    font-size: 13px;
    line-height: 1.6;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-modal p span {
    color: #f5222d;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-modal-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-modal-actions button {
    height: 36px;
    border: 1px solid #dcdfe6;
    border-radius: 18px;
    background: #fff;
    color: #606266;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-detail-modal-actions button.is-primary {
    border-color: #ff8200;
    background: #ff8200;
    color: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-result-modal {
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-result-modal > strong,
  html.ops-mobile-runtime .ops-mobile-workorder-result-modal > p {
    display: block;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-result-list {
    max-height: 220px;
    overflow-y: auto;
    margin: 0 0 16px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-result-row {
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f0;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-result-row:last-child {
    border-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-result-row strong,
  html.ops-mobile-runtime .ops-mobile-workorder-result-row span,
  html.ops-mobile-runtime .ops-mobile-workorder-result-row em {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-result-row strong {
    color: #303133;
    font-size: 13px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-result-row span {
    margin-top: 4px;
    color: #606266;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-result-row em {
    margin-top: 4px;
    color: #f5222d;
    font-size: 12px;
    font-style: normal;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-result-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  html.ops-mobile-runtime .ops-mobile-workorder-confirm-mask {
    z-index: 44;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-confirm-modal {
    z-index: 45;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-confirm-summary {
    margin: -6px 0 16px;
    color: #909399;
    font-size: 12px;
    line-height: 1.5;
  }

  html.ops-mobile-runtime #ops-dialog-root .ops-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 22000;
    background: rgba(0, 0, 0, 0.32);
  }

  html.ops-mobile-runtime #ops-dialog-root .ops-dialog-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 22001;
    width: min(calc(100vw - 48px), 360px);
    max-width: calc(100vw - 48px);
    border-radius: 6px;
    background: #fff;
    padding: 22px 18px 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
    box-sizing: border-box;
    transform: translate(-50%, -50%);
  }

  html.ops-mobile-runtime #ops-dialog-root .ops-dialog-modal .ops-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 14px;
    border-bottom: 1px solid #ebeef5;
  }

  html.ops-mobile-runtime #ops-dialog-root .ops-dialog-modal .ops-modal-title {
    color: #303133;
    font-size: 15px;
    font-weight: 700;
  }

  html.ops-mobile-runtime #ops-dialog-root .ops-dialog-modal .ops-modal-close-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border: 0;
    background: transparent;
    color: #909399;
    font-size: 24px;
    line-height: 1;
    box-shadow: none;
  }

  html.ops-mobile-runtime #ops-dialog-root .ops-dialog-modal .ops-modal-card {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  html.ops-mobile-runtime #ops-dialog-root .ops-dialog-message {
    padding: 16px 0 18px;
    color: #606266;
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
  }

  html.ops-mobile-runtime #ops-dialog-root .ops-modal-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    padding: 0;
  }

  html.ops-mobile-runtime #ops-dialog-root .ops-modal-actions .ops-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 36px;
    min-height: 36px;
    border: 1px solid #dcdfe6;
    border-radius: 18px;
    background: #fff;
    color: #606266;
    font-size: 13px;
    box-shadow: none;
  }

  html.ops-mobile-runtime #ops-dialog-root .ops-modal-actions .ops-btn-primary {
    border-color: #ff8200;
    background: #ff8200;
    color: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-demand-info-topbar {
    grid-template-columns: 88px minmax(0, 1fr) 88px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-info-title {
    overflow: hidden;
    color: #303133;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-demand-info-section header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
    border-bottom: 1px solid #f0f0f0;
  }

  html.ops-mobile-runtime .ops-mobile-demand-info-section header strong {
    color: #303133;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-info-section header span {
    color: #606266;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-demand-info-row {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    padding-top: 11px;
    color: #606266;
    font-size: 13px;
    line-height: 1.35;
  }

  html.ops-mobile-runtime .ops-mobile-demand-info-row span {
    color: #606266;
  }

  html.ops-mobile-runtime .ops-mobile-demand-info-row strong {
    min-width: 0;
    color: #303133;
    font-weight: 500;
    text-align: right;
  }

  html.ops-mobile-runtime .ops-mobile-demand-info-row.is-wrap strong {
    overflow-wrap: anywhere;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-toast {
    left: 50%;
    right: auto;
    max-width: min(88vw, 420px);
    transform: translate(-50%, -50%);
  }

  html.ops-wechat-runtime,
  html.ops-wechat-runtime body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }

  html.ops-wechat-runtime .ops-mobile-input {
    font-size: 16px;
  }

  html.ops-wechat-runtime .ops-mobile-page {
    overscroll-behavior-y: contain;
  }
}

  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/keeper/submit"] {
    height: 100%;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: #f5f6f8;
  }

  html.ops-mobile-runtime .ops-mobile-submit-page {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #f5f6f8;
  }

  html.ops-mobile-runtime .ops-mobile-submit-switchbar,
  html.ops-mobile-runtime .ops-mobile-submit-month-tabs,
  html.ops-mobile-runtime .ops-mobile-submit-stats-card,
  html.ops-mobile-runtime .ops-mobile-submit-bottom {
    flex: 0 0 auto;
  }

  html.ops-mobile-runtime .ops-mobile-submit-month-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 48px;
    border-bottom: 1px solid #f0f2f5;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-submit-month-tabs button {
    position: relative;
    height: 48px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #606266;
    font-size: 15px;
    font-weight: 400;
  }

  html.ops-mobile-runtime .ops-mobile-submit-month-tabs button.is-active {
    background: #fff;
    color: #ff7a1a;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-submit-month-tabs button.is-active::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #ff7a1a;
  }

  html.ops-mobile-runtime .ops-mobile-submit-stats-card {
    position: fixed;
    left: 50%;
    bottom: calc(var(--ops-mobile-submit-bottom-height) + env(safe-area-inset-bottom, 0px));
    z-index: 20;
    display: flex;
    align-items: center;
    width: var(--ops-mobile-shell-width);
    min-height: var(--ops-mobile-submit-stats-height);
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 0 var(--ops-mobile-page-padding-x);
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #f0f2f5;
    background: rgba(255, 255, 255, .98);
    color: #909399;
    font-size: 13px;
    line-height: 20px;
    white-space: normal;
    overflow: visible;
    overflow-wrap: anywhere;
    text-overflow: clip;
  }

  html.ops-mobile-runtime .ops-mobile-submit-bottom {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 20;
    width: var(--ops-mobile-shell-width);
    min-height: var(--ops-mobile-submit-bottom-height);
    transform: translateX(-50%);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px var(--ops-mobile-page-padding-x) calc(8px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, .98);
  }

  html.ops-mobile-runtime .ops-mobile-submit-bottom strong {
    min-width: 0;
    overflow: visible;
    color: #ff3b30;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }

  html.ops-mobile-runtime .ops-mobile-submit-bottom button {
    width: 132px;
    height: 38px;
    flex: 0 0 auto;
    border: 0;
    border-radius: 999px;
    background: #ff7a1a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-submit-bottom button:disabled {
    opacity: .55;
  }

  html.ops-mobile-runtime .ops-mobile-submit-body {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 10px var(--ops-mobile-page-padding-x) calc(var(--ops-mobile-submit-bottom-height) + var(--ops-mobile-submit-stats-height) + env(safe-area-inset-bottom, 0px));
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-submit-customer-card,
  html.ops-mobile-runtime .ops-mobile-submit-service-card {
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
  }

  html.ops-mobile-runtime .ops-mobile-submit-customer-card {
    flex: 0 0 auto;
    margin-bottom: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-card {
    flex: 0 0 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-submit-customer-card.is-empty {
    padding: 16px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-customer-card.is-empty button {
    width: 100%;
    height: 38px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    color: #303133;
  }

  html.ops-mobile-runtime .ops-mobile-submit-customer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 14px;
    border-bottom: 1px solid #f0f2f5;
  }

  html.ops-mobile-runtime .ops-mobile-submit-customer-head > button {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 0;
    background: transparent;
    color: #303133;
    font-size: 16px;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-submit-customer-head strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-submit-customer-arrow {
    width: 0;
    height: 0;
    flex: 0 0 auto;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #303133;
    transform: translateY(1px);
  }

  html.ops-mobile-runtime .ops-mobile-submit-switch {
    position: relative;
    width: 42px;
    height: 24px;
    flex: 0 0 42px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-switch input {
    position: absolute;
    opacity: 0;
  }

  html.ops-mobile-runtime .ops-mobile-submit-switch span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: #dcdfe6;
    transition: background .16s ease;
  }

  html.ops-mobile-runtime .ops-mobile-submit-switch span::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    transition: transform .16s ease;
  }

  html.ops-mobile-runtime .ops-mobile-submit-switch input:checked + span {
    background: #2fbf71;
  }

  html.ops-mobile-runtime .ops-mobile-submit-switch input:checked + span::after {
    transform: translateX(18px);
  }

  html.ops-mobile-runtime .ops-mobile-submit-demand-situation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid #f0f2f5;
    color: #606266;
    font-size: 13px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-submit-demand-situation select {
    width: 170px;
    max-width: calc(100% - 76px);
    height: 34px;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    background: #fff;
    padding: 0 28px 0 10px;
    color: #303133;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-subsidy {
    display: block;
    padding: 10px 14px;
    color: #909399;
    font-size: 13px;
    line-height: 20px;
    overflow: visible;
  }

  html.ops-mobile-runtime .ops-mobile-submit-subsidy span {
    display: inline;
    white-space: normal;
    line-break: anywhere;
    overflow-wrap: anywhere;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-card .ops-mobile-submit-subsidy {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 0;
  }

  @media (max-width: 380px), (max-height: 700px) {
    html.ops-mobile-runtime,
    html.ops-mobile-runtime body {
      --ops-mobile-submit-bottom-height: 52px;
      --ops-mobile-submit-stats-height: 32px;
    }

    html.ops-mobile-runtime .ops-mobile-submit-stats-card {
      min-height: var(--ops-mobile-submit-stats-height);
      padding: 0 10px;
      font-size: 12px;
      line-height: 18px;
    }

    html.ops-mobile-runtime .ops-mobile-submit-bottom {
      min-height: var(--ops-mobile-submit-bottom-height);
      gap: 8px;
      padding: 7px 10px calc(7px + env(safe-area-inset-bottom, 0px));
    }

    html.ops-mobile-runtime .ops-mobile-submit-bottom strong {
      font-size: 12px;
      line-height: 18px;
    }

    html.ops-mobile-runtime .ops-mobile-submit-bottom button {
      width: 118px;
      height: 36px;
      font-size: 13px;
    }

    html.ops-mobile-runtime .ops-mobile-submit-body {
      padding: 8px 10px calc(var(--ops-mobile-submit-bottom-height) + var(--ops-mobile-submit-stats-height) + env(safe-area-inset-bottom, 0px));
    }

    html.ops-mobile-runtime .ops-mobile-submit-subsidy {
      padding: 8px 10px;
      font-size: 12px;
      line-height: 18px;
    }
  }

  @media (max-width: 360px), (max-height: 620px) {
    html.ops-mobile-runtime,
    html.ops-mobile-runtime body {
      --ops-mobile-submit-bottom-height: 50px;
      --ops-mobile-submit-stats-height: 30px;
    }

    html.ops-mobile-runtime .ops-mobile-submit-stats-card {
      min-height: var(--ops-mobile-submit-stats-height);
      padding: 0 8px;
      font-size: 11px;
      line-height: 16px;
    }

    html.ops-mobile-runtime .ops-mobile-submit-bottom {
      min-height: var(--ops-mobile-submit-bottom-height);
      gap: 6px;
      padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
    }

    html.ops-mobile-runtime .ops-mobile-submit-bottom strong {
      font-size: 11px;
      line-height: 16px;
    }

    html.ops-mobile-runtime .ops-mobile-submit-bottom button {
      width: 108px;
      height: 34px;
      font-size: 12px;
    }

    html.ops-mobile-runtime .ops-mobile-submit-body {
      padding: 8px 8px calc(var(--ops-mobile-submit-bottom-height) + var(--ops-mobile-submit-stats-height) + env(safe-area-inset-bottom, 0px));
    }

    html.ops-mobile-runtime .ops-mobile-submit-subsidy {
      padding: 6px 8px;
      font-size: 11px;
      line-height: 16px;
    }
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-card header {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 14px;
    border-bottom: 1px solid #f0f2f5;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-card header strong {
    color: #303133;
    font-size: 16px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-card header span {
    color: #909399;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-actions {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 14px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-actions button,
  html.ops-mobile-runtime .ops-mobile-submit-sheet-actions button {
    height: 32px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    color: #606266;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-actions button:disabled {
    opacity: .45;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-list {
    flex: 0 0 auto;
    min-height: 0;
    overflow: visible;
    padding: 0 14px 12px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-row {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid #f0f2f5;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-row:first-child {
    border-top: 0;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-row.is-locked {
    margin: 0 -14px;
    padding-right: 14px;
    padding-left: 14px;
    background: #f7f8fa;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-row.is-locked strong,
  html.ops-mobile-runtime .ops-mobile-submit-service-row.is-locked span,
  html.ops-mobile-runtime .ops-mobile-submit-service-row.is-locked em {
    color: #909399;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-row.is-pending strong {
    color: #303133;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-row div:first-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-row strong {
    overflow: hidden;
    color: #303133;
    font-size: 15px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-row span,
  html.ops-mobile-runtime .ops-mobile-submit-service-row em {
    color: #909399;
    font-size: 13px;
    font-style: normal;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-row div:last-child {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-row button {
    min-width: 0;
    height: auto;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #303133;
    font-size: 14px;
    line-height: 20px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-row button + button {
    border-left: 1px solid #dcdfe6;
  }

  html.ops-mobile-runtime .ops-mobile-submit-empty {
    padding: 20px 0;
    color: #909399;
    font-size: 14px;
    text-align: center;
  }
  html.ops-mobile-runtime .ops-mobile-submit-si-service {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    min-height: 56px;
    padding: 0 14px;
    border: 0;
    border-bottom: 1px solid #f0f2f5;
    background: transparent;
    color: #303133;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-service strong {
    min-width: 0;
    overflow: hidden;
    color: #303133;
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-list {
    padding: 0;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-row {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    min-height: 108px;
    padding: 12px 14px;
    border-top: 1px solid #f0f2f5;
    background: #fff;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-row:first-child {
    border-top: 0;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-main strong {
    overflow: hidden;
    color: #303133;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-quantity {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 0;
    padding-top: 10px;
    border-top: 1px solid #f0f2f5;
    color: #606266;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-stepper {
    grid-template-columns: 28px 38px 28px;
    width: 94px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-stepper button,
  html.ops-mobile-runtime .ops-mobile-submit-si-stepper input {
    height: 28px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-actions {
    display: inline-flex;
    align-items: center;
    margin-top: 1px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-actions button {
    min-width: 0;
    height: 24px;
    padding: 0 9px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #303133;
    font-size: 14px;
    line-height: 24px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-actions button + button {
    border-left: 1px solid #dcdfe6;
  }

  html.ops-mobile-runtime .ops-mobile-submit-select-list.has-footer {
    padding-bottom: 70px;
  }
  html.ops-mobile-runtime .ops-mobile-submit-select-sheet,
  html.ops-mobile-runtime .ops-mobile-submit-package-sheet,
  html.ops-mobile-runtime .ops-mobile-submit-config-sheet {
    max-height: calc((var(--ops-mobile-vh, 1vh) * 100) - 64px);
  }

  html.ops-mobile-runtime .ops-mobile-submit-select-list,
  html.ops-mobile-runtime .ops-mobile-submit-package-list {
    min-height: 0;
    max-height: calc((var(--ops-mobile-vh, 1vh) * 100) - 170px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-submit-select-group {
    padding: 0 var(--ops-mobile-page-padding-x);
  }

  html.ops-mobile-runtime .ops-mobile-submit-select-letter {
    height: 30px;
    display: flex;
    align-items: center;
    color: #909399;
    font-size: 12px;
  }


  html.ops-mobile-runtime .ops-mobile-submit-select-row {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border: 0;
    border-top: 1px solid #f0f2f5;
    background: #fff;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-submit-select-row span,
  html.ops-mobile-runtime .ops-mobile-submit-package-card span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-select-row strong,
  html.ops-mobile-runtime .ops-mobile-submit-package-card strong {
    overflow: hidden;
    color: #303133;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-submit-select-row em,
  html.ops-mobile-runtime .ops-mobile-submit-package-card em {
    overflow: hidden;
    color: #909399;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-submit-customer-select-row em {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-break: anywhere;
    overflow-wrap: anywhere;
  }

  html.ops-mobile-runtime .ops-mobile-submit-select-row i,
  html.ops-mobile-runtime .ops-mobile-submit-package-card i {
    width: 16px;
    flex: 0 0 16px;
    color: #ff7a1a;
    font-size: 16px;
    font-style: normal;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-submit-select-row.is-selected strong,
  html.ops-mobile-runtime .ops-mobile-submit-package-card.is-selected strong {
    color: #ff7a1a;
  }

  html.ops-mobile-runtime .ops-mobile-submit-package-list {
    padding: 10px var(--ops-mobile-page-padding-x) 72px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-package-card {
    width: 100%;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-submit-package-card.is-selected {
    border-color: #ffb37b;
    background: #fff8f2;
  }

  html.ops-mobile-runtime .ops-mobile-submit-sheet-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 10px var(--ops-mobile-page-padding-x) calc(10px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #f0f2f5;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-submit-sheet-actions button {
    height: 38px;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-sheet-actions button.is-primary {
    border-color: #ff7a1a;
    background: #ff7a1a;
    color: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-form {
    max-height: calc((var(--ops-mobile-vh, 1vh) * 100) - 156px);
    overflow-y: auto;
    padding: 0 var(--ops-mobile-page-padding-x) 74px;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-row {
    width: 100%;
    min-height: 48px;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 12px;
    align-items: center;
    gap: 8px;
    border: 0;
    border-bottom: 1px solid #f0f2f5;
    background: transparent;
    color: #303133;
    text-align: left;
  }

  html.ops-mobile-runtime button.ops-mobile-submit-config-row {
    padding: 0;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-row span,
  html.ops-mobile-runtime .ops-mobile-submit-config-textarea span {
    color: #303133;
    font-size: 13px;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-row strong {
    overflow: hidden;
    color: #606266;
    font-size: 13px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-row i {
    color: #909399;
    font-size: 14px;
    font-style: normal;
    text-align: right;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-row input,
  html.ops-mobile-runtime .ops-mobile-submit-config-row select,
  html.ops-mobile-runtime .ops-mobile-submit-config-textarea textarea {
    width: 100%;
    border: 0;
    background: transparent;
    color: #606266;
    font-size: 13px;
    outline: none;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-row select {
    height: 36px;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-row select:disabled {
    color: #c0c4cc;
    opacity: 1;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-row.is-address {
    min-height: 54px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-address-region {
    min-width: 0;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-address-region .ops-region-cascade {
    width: 100%;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-address-region .ops-region-cascader-trigger {
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #606266;
    font-size: 13px;
    box-shadow: none;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-address-region .ops-region-cascader-value {
    line-height: 36px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-address-region .ops-region-cascader-arrow {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-submit-region-placeholder {
    color: #c0c4cc;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-panel,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile {
    position: fixed;
    z-index: 22020;
    min-width: 0;
    max-width: calc(100vw - 24px);
    overflow: hidden;
    border: 1px solid #ebeef5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-columns,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile .ops-region-cascader-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 200px;
    max-height: 260px;
    overflow: hidden;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-column,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile .ops-region-cascader-column {
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 0;
    border-right: 1px solid #ebeef5;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-column:last-child,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile .ops-region-cascader-column:last-child {
    border-right: 0;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-column-title,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile .ops-region-cascader-column-title {
    flex: 0 0 auto;
    height: 34px;
    padding: 0 10px;
    border-bottom: 1px solid #ebeef5;
    color: #909399;
    font-size: 13px;
    line-height: 34px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-panel,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile,
  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-columns,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile .ops-region-cascader-columns,
  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-column,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile .ops-region-cascader-column {
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-list,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile .ops-region-cascader-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-option,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile .ops-region-cascader-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    width: 100%;
    min-height: 40px;
    border: 0;
    border-bottom: 1px solid #f2f3f5;
    background: #fff;
    padding: 0 8px;
    color: #303133;
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-option span:first-child,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile .ops-region-cascader-option span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-option.is-active,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile .ops-region-cascader-option.is-active {
    background: #fff7ef;
    color: #ff8200;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-sheet .ops-region-cascader-next,
  html.ops-mobile-runtime .ops-region-cascader-panel.ops-region-cascader-panel-mobile .ops-region-cascader-next {
    flex: 0 0 auto;
    color: #909399;
    font-size: 16px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-stepper {
    display: inline-grid;
    grid-template-columns: 32px 44px 32px;
    width: 108px;
    border-radius: 4px;
    overflow: hidden;
  }

  html.ops-mobile-runtime .ops-mobile-submit-stepper button,
  html.ops-mobile-runtime .ops-mobile-submit-stepper input {
    height: 32px;
    border: 1px solid #dcdfe6;
    background: #fff;
    color: #606266;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-submit-stepper input {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  html.ops-mobile-runtime .ops-mobile-submit-stepper input::-webkit-outer-spin-button,
  html.ops-mobile-runtime .ops-mobile-submit-stepper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

  html.ops-mobile-runtime .ops-mobile-submit-stepper button {
    font-size: 16px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-stepper button:first-child {
    border-radius: 4px 0 0 4px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-stepper button:last-child {
    border-radius: 0 4px 4px 0;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-textarea {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-textarea textarea {
    min-height: 80px;
    padding: 10px;
    border-radius: 6px;
    background: #f7f8fa;
    resize: none;
  }


/* ops mobile submit selection and dialog refinements */
html.ops-mobile-runtime #ops-dialog-root .ops-dialog-modal .ops-modal-header {
  display: block;
  padding: 0;
  border-bottom: 0;
  text-align: center;
}

html.ops-mobile-runtime #ops-dialog-root .ops-dialog-modal .ops-modal-title {
  display: block;
  text-align: center;
}

html.ops-mobile-runtime #ops-dialog-root .ops-dialog-modal .ops-modal-close-icon {
  display: none;
}

html.ops-mobile-runtime #ops-dialog-root .ops-dialog-message {
  padding: 14px 8px 18px;
  color: #303133;
}

html.ops-mobile-runtime #ops-dialog-root .ops-dialog-message span,
html.ops-mobile-runtime #ops-dialog-root .ops-dialog-message .text-danger {
  color: #ff3b30;
}

html.ops-mobile-runtime .ops-mobile-submit-select-row.is-selected {
  margin-right: calc(-1 * var(--ops-mobile-page-padding-x));
  margin-left: calc(-1 * var(--ops-mobile-page-padding-x));
  padding-right: var(--ops-mobile-page-padding-x);
  padding-left: var(--ops-mobile-page-padding-x);
  background: #fff8f2;
}

html.ops-mobile-runtime .ops-mobile-submit-select-row.is-muted strong,
html.ops-mobile-runtime .ops-mobile-submit-select-row.is-muted em {
  color: #c0c4cc;
}

html.ops-mobile-runtime .ops-mobile-submit-check {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center;
  justify-content: center;
  width: 18px !important;
  height: 18px;
  border-radius: 50%;
  background: #ff8200;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1;
}

html.ops-mobile-runtime button.ops-mobile-submit-config-row:disabled {
  opacity: 1;
}

html.ops-mobile-runtime .ops-mobile-submit-config-row .is-placeholder,
html.ops-mobile-runtime button.ops-mobile-submit-config-row:disabled strong,
html.ops-mobile-runtime button.ops-mobile-submit-config-row:disabled i {
  color: #c0c4cc;
}

html.ops-mobile-runtime .ops-mobile-submit-config-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.ops-mobile-runtime .ops-mobile-submit-address-sheet {
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
}

html.ops-mobile-runtime .ops-mobile-submit-address-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: min(360px, calc((var(--ops-mobile-vh, 1vh) * 100) - 220px));
  min-height: 260px;
  margin: 0 var(--ops-mobile-page-padding-x) 12px;
  border: 1px solid #ebeef5;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

html.ops-mobile-runtime .ops-mobile-submit-address-column {
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid #ebeef5;
}

html.ops-mobile-runtime .ops-mobile-submit-address-column:last-child {
  border-right: 0;
}

html.ops-mobile-runtime .ops-mobile-submit-address-label {
  height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid #ebeef5;
  color: #909399;
  font-size: 14px;
  line-height: 34px;
}

html.ops-mobile-runtime .ops-mobile-submit-address-list {
  height: calc(100% - 34px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
}

html.ops-mobile-runtime .ops-mobile-submit-address-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
  min-height: 42px;
  padding: 0 10px 0 12px;
  border: 0;
  border-bottom: 1px solid #f2f3f5;
  background: #fff;
  color: #303133;
  font: inherit;
  font-size: 14px;
  text-align: left;
}

html.ops-mobile-runtime .ops-mobile-submit-address-option span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.ops-mobile-runtime .ops-mobile-submit-address-option i {
  flex: 0 0 auto;
  color: #909399;
  font-style: normal;
}

html.ops-mobile-runtime .ops-mobile-submit-address-option.is-active {
  background: #fff8f2;
  color: #ff8200;
  font-weight: 600;
}

html.ops-mobile-runtime .ops-mobile-submit-intent-sheet {
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
}

html.ops-mobile-runtime .ops-mobile-submit-intent-columns {
  grid-template-columns: minmax(136px, 0.95fr) minmax(0, 1.15fr);
}

html.ops-mobile-runtime .ops-mobile-submit-intent-columns .ops-mobile-submit-address-option {
  min-height: 52px;
  padding-top: 7px;
  padding-bottom: 7px;
}

html.ops-mobile-runtime .ops-mobile-submit-intent-columns .ops-mobile-submit-address-option span {
  overflow: visible;
  line-height: 1.35;
  text-overflow: clip;
  white-space: normal;
}

html.ops-mobile-runtime .ops-mobile-submit-intent-columns .ops-mobile-submit-address-option:disabled {
  background: #f7f8fa;
  color: #c0c4cc;
}

html.ops-mobile-runtime .ops-mobile-submit-intent-option > span {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
}

html.ops-mobile-runtime .ops-mobile-submit-intent-option strong {
  color: inherit;
  font-size: 13px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

html.ops-mobile-runtime .ops-mobile-submit-intent-option em {
  color: #909399;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  overflow-wrap: anywhere;
}

html.ops-mobile-runtime .ops-mobile-submit-intent-search-results {
  max-height: min(360px, calc((var(--ops-mobile-vh, 1vh) * 100) - 220px));
  overflow-y: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}

html.ops-mobile-runtime button[data-mobile-submit-config-intent] strong {
  overflow: visible;
  padding: 7px 0;
  line-height: 1.4;
  text-overflow: clip;
  white-space: normal;
}

html.ops-mobile-runtime .ops-mobile-submit-address-empty {
  margin: 0;
  padding: 14px 10px;
  color: #c0c4cc;
  font-size: 13px;
}

html.ops-mobile-runtime .ops-mobile-submit-address-actions {
  margin: 0 var(--ops-mobile-page-padding-x);
  padding: 10px 0 0;
}

  html.ops-mobile-runtime .ops-mobile-workorder-filterbar {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 56px;
    gap: 8px;
    align-items: center;
    min-height: 58px;
    padding: 10px var(--ops-mobile-page-padding-x);
    background: #f2f3f5;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filterbar.is-no-month {
    grid-template-columns: minmax(0, 1fr) 56px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-search {
    height: 32px;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 13px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-button::after {
    content: "";
    width: 11px;
    height: 11px;
    border: 1.5px solid currentColor;
    border-top: 0;
    border-left: 0;
    clip-path: polygon(0 0, 100% 0, 62% 46%, 62% 100%, 38% 100%, 38% 46%);
    transform: translateY(-1px);
  }

  html.ops-mobile-runtime .ops-mobile-workorder-tabs {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: 42px;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
  }
  html.ops-mobile-runtime .ops-mobile-workorder-tabs.is-count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-mobile-workorder-tabs.is-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  html.ops-mobile-runtime .ops-mobile-workorder-tabs button {
    position: relative;
    border: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-tabs button.is-active {
    color: #ff8200;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-tabs button.is-active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-list {
    flex: 1 1 auto;
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding: 10px var(--ops-mobile-page-padding-x) 16px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-list.has-bottom-action {
    padding-bottom: var(--ops-mobile-bottom-action-gutter);
  }

  html.ops-mobile-runtime .ops-mobile-workorder-more {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 4px 0 8px;
    color: #909399;
    font: inherit;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-more.is-loading,
  html.ops-mobile-runtime .ops-mobile-workorder-more.is-end {
    color: #c0c4cc;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card {
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
    padding: 14px 14px 12px;
    box-sizing: border-box;
    color: #303133;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card-head {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 6px;
    align-items: center;
    min-height: 24px;
    padding-bottom: 9px;
    border-bottom: 1px solid #f0f0f0;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card-head strong {
    min-width: 0;
    overflow: hidden;
    color: #303133;
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card-head span:last-child {
    color: #606266;
    font-size: 12px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-check,
  html.ops-mobile-runtime .ops-mobile-workorder-check-placeholder {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdfe6;
    background: #fff;
    padding: 0;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-check.is-checked {
    border-color: #ff8200;
    background: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-check.is-checked::after {
    content: "";
    width: 7px;
    height: 4px;
    border: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg) translate(1px, -1px);
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card-body {
    padding: 10px 0 0 22px;
    color: #606266;
    font-size: 13px;
    line-height: 1.65;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card-body div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-actions button {
    min-width: 58px;
    height: 28px;
    padding: 0 12px;
    border: 1px solid #dcdfe6;
    border-radius: 14px;
    background: #fff;
    color: #606266;
    font: inherit;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-bottom {
    position: fixed;
    right: 50%;
    bottom: 0;
    z-index: 25;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 12px;
    align-items: center;
    width: min(100vw, 480px);
    min-height: 58px;
    padding: 8px var(--ops-mobile-page-padding-x) calc(8px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #eeeeee;
    background: #fff;
    box-sizing: border-box;
    transform: translateX(50%);
  }

  html.ops-mobile-runtime .ops-mobile-workorder-bottom.is-single {
    grid-template-columns: minmax(0, 1fr);
  }

  html.ops-mobile-runtime .ops-mobile-workorder-bottom span {
    min-width: 0;
    overflow: hidden;
    color: #303133;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-bottom button {
    height: 40px;
    border: 0;
    border-radius: 20px;
    background: #ff8200;
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-bottom button:disabled {
    background: #d8d8d8;
    color: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-sheet {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 41;
    display: flex;
    width: min(100vw, 480px);
    max-height: 82vh;
    flex-direction: column;
    border-radius: 14px 14px 0 0;
    background: #fff;
    padding: 0 15px calc(14px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    transform: translateX(-50%);
  }

  html.ops-mobile-runtime .ops-mobile-workorder-subsheet-mask {
    position: fixed;
    inset: 0;
    z-index: 42;
    background: rgba(0, 0, 0, 0.08);
  }

  html.ops-mobile-runtime .ops-mobile-workorder-sheet.is-subsheet {
    z-index: 43;
    max-height: min(72vh, calc((var(--ops-mobile-vh, 1vh) * 100) - 96px - env(safe-area-inset-bottom, 0px)));
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-section {
    margin-top: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-section:first-child {
    margin-top: 0;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-section > h4,
  html.ops-mobile-runtime .ops-mobile-workorder-filter-section > strong {
    display: block;
    margin: 0 0 8px;
    color: #606266;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-status-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    border-radius: 6px;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-status-grid button {
    height: 30px;
    padding: 0 12px;
    border: 0;
    border-radius: 15px;
    background: #f5f5f5;
    color: #606266;
    font: inherit;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-status-grid button.is-active {
    background: #ff8200;
    color: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-date-range {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 6px;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-date-range input {
    width: 100%;
    min-width: 0;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: #f7f8fa;
    color: #303133;
    font: inherit;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    outline: none;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-date-range input::placeholder {
    color: #b8bcc4;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-date-range span {
    color: #909399;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-row {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 18px;
    column-gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    color: #303133;
    font: inherit;
    font-size: 14px;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-row span:nth-child(2) {
    min-width: 0;
    overflow: hidden;
    color: #606266;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-row strong {
    min-width: 0;
    overflow: hidden;
    color: #606266;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-row.is-static {
    grid-template-columns: 112px minmax(0, 1fr) 18px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-row i {
    color: #909399;
    font-style: normal;
    text-align: right;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-option-list {
    min-height: 0;
    overflow-y: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-option-list.has-footer {
    padding-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 22px;
    gap: 8px;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    color: #606266;
    font: inherit;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-option strong {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #303133;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-option em {
    display: block;
    min-width: 0;
    overflow: hidden;
    margin-top: 4px;
    color: #909399;
    font-size: 12px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-option i {
    color: #ff8200;
    font-style: normal;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-option.is-selected {
    background: #fff8f2;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-option.is-selected strong {
    color: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-sheet-actions {
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #eeeeee;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-sheet-actions button {
    height: 42px;
    border: 1px solid #dcdfe6;
    border-radius: 21px;
    background: #fff;
    color: #606266;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-sheet-actions button.is-primary {
    border-color: #ff8200;
    background: #ff8200;
    color: #fff;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-sheet-actions button:disabled {
    border-color: #dcdfe6;
    background: #dcdfe6;
    color: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-processing {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-processing-card {
    display: flex;
    min-width: 190px;
    max-width: 280px;
    min-height: 112px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    color: #303133;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-processing-card i {
    width: 24px;
    height: 24px;
    border: 2px solid #ffd0a1;
    border-top-color: #ff8200;
    border-radius: 50%;
    animation: ops-mobile-workorder-spin 0.8s linear infinite;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-processing-card strong {
    color: #303133;
    font-size: 15px;
    line-height: 22px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-processing-card span {
    color: #909399;
    font-size: 12px;
    line-height: 18px;
  }

  @keyframes ops-mobile-workorder-spin {
    to {
      transform: rotate(360deg);
    }
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 42;
    display: flex;
    width: min(calc(100vw - 40px), 390px);
    max-height: 82vh;
    flex-direction: column;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-modal header {
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    align-items: center;
    min-height: 48px;
    padding: 0 8px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-modal header strong {
    color: #303133;
    font-size: 15px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-modal header button {
    border: 0;
    background: transparent;
    color: #606266;
    font-size: 24px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-body {
    min-height: 0;
    overflow-y: auto;
    padding: 10px 14px 14px;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-section {
    margin-bottom: 10px;
    border-radius: 6px;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-section strong {
    display: block;
    padding: 6px 0 8px;
    color: #303133;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-row {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    min-height: 32px;
    align-items: center;
    border-bottom: 1px solid #f2f3f5;
    color: #606266;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-row span:last-child {
    min-width: 0;
    overflow: hidden;
    color: #303133;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-row.is-wrap span:last-child {
    overflow: visible;
    white-space: normal;
    word-break: break-word;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-button::after {
    content: none;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-filter-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23606266' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5h18l-7 8v5l-4 2v-7L3 5z'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-sheet {
    overflow: hidden;
    max-height: calc((var(--ops-mobile-vh, 1vh) * 100) - 64px - env(safe-area-inset-bottom, 0px));
  }

  html.ops-wechat-runtime .ops-mobile-workorder-sheet {
    bottom: 0;
    max-height: calc((var(--ops-mobile-vh, 1vh) * 100) - 64px - env(safe-area-inset-bottom, 0px));
  }

  html.ops-mobile-runtime .ops-mobile-workorder-sheet-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: 196px;
    height: 34px;
    margin: 0 auto 12px;
    padding: 1px;
    border: 1px solid #e4e7ed;
    border-radius: 18px;
    background: #f7f8fa;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-tabs button {
    border: 0;
    border-radius: 17px;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-tabs button.is-active {
    background: #ff8200;
    color: #fff;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-search {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    margin: 0 0 10px;
    border-radius: 19px;
    background: #f5f6f7;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-search input {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    height: 36px;
    margin-left: 9px;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-filters {
    display: grid;
    gap: 0;
    margin-bottom: 8px;
    border: 1px solid #f2f3f5;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-filter {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    align-items: center;
    min-height: 42px;
    padding: 0 10px;
    border-bottom: 1px solid #f2f3f5;
    color: #303133;
    font-size: 14px;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-filter:last-child {
    border-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-dispatch-filter select {
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #303133;
    font: inherit;
    text-align-last: right;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-batch-list {
    flex: 0 0 auto;
    max-height: 180px;
    overflow-y: auto;
    margin: 8px 0 10px;
    border: 1px solid #f2f3f5;
    border-radius: 8px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-batch-row {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    width: 100%;
    min-height: 56px;
    padding: 9px 10px;
    border: 0;
    border-bottom: 1px solid #f2f3f5;
    background: #fff;
    color: #303133;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-batch-row:last-child {
    border-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-batch-row > i {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 1px solid #dcdfe6;
    border-radius: 50%;
    color: #fff;
    font-style: normal;
    line-height: 16px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-batch-row.is-selected > i {
    border-color: #ff8200;
    background: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-batch-row strong {
    display: block;
    overflow: hidden;
    color: #303133;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-batch-row strong em {
    display: inline-block;
    margin-right: 6px;
    color: #ff8200;
    font-style: normal;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-batch-row small {
    display: block;
    overflow: hidden;
    margin-top: 2px;
    color: #909399;
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-option-list.has-footer {
    flex: 1 1 auto;
    min-height: 120px;
    max-height: 240px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-page {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
    background: #f5f6f7;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-topbar {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-page-body {
    flex: 1 1 0;
    height: 0;
    min-height: 0;
    overflow-y: auto;
    padding: 10px var(--ops-mobile-page-padding-x) 16px;
    box-sizing: border-box;
    overscroll-behavior-y: contain;
    scroll-padding-bottom: 24px;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-page-body.has-bottom-action {
    padding-bottom: 16px;
    scroll-padding-bottom: 24px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-page-body h3 {
    margin: 0 0 10px;
    color: #303133;
    font-size: 16px;
    line-height: 24px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-page-body .ops-mobile-workorder-detail-section {
    margin-bottom: 8px;
    padding: 0 14px 12px;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-page-body .ops-mobile-workorder-detail-section > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f2f3f5;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-page-body .ops-mobile-workorder-detail-section > header strong {
    padding: 0;
    color: #303133;
    font-size: 14px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-page-body .ops-mobile-workorder-detail-section > header span {
    color: #606266;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    border-bottom: 1px solid #f2f3f5;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-section-title strong {
    padding: 0;
    color: #303133;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-page-body .ops-mobile-workorder-detail-row {
    display: block;
    min-height: 0;
    padding: 3px 0;
    border-bottom: 0;
    color: #303133;
    font-size: 13px;
    line-height: 22px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-page-body .ops-mobile-workorder-detail-row span {
    color: #303133;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-page-body .ops-mobile-workorder-detail-row strong {
    display: inline;
    min-width: 0;
    overflow: visible;
    padding: 0;
    color: #303133;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    white-space: normal;
    word-break: break-word;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-page-body .ops-mobile-workorder-detail-row.is-wrap strong {
    overflow: visible;
    text-align: left;
    white-space: normal;
    word-break: break-word;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-bottom {
    position: relative;
    z-index: 30;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    padding: 8px var(--ops-mobile-page-padding-x) calc(8px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #eeeeee;
    background: #fff;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-bottom button {
    height: 42px;
    border: 1px solid #dcdfe6;
    border-radius: 21px;
    background: #fff;
    color: #606266;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-bottom button.is-primary {
    border-color: #ff8200;
    background: #ff8200;
    color: #fff;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card.is-grouped {
    padding: 14px 14px 13px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card.is-grouped .ops-mobile-workorder-card-head {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card.is-grouped .ops-mobile-workorder-card-body {
    padding-left: 0;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card.is-grouped .ops-mobile-workorder-actions {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card.is-abnormal .ops-mobile-workorder-card-head {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card.is-abnormal .ops-mobile-workorder-card-body {
    padding-left: 0;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-card-body .is-danger,
  html.ops-mobile-runtime .ops-mobile-workorder-detail-row.is-danger strong {
    color: #f5222d;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-bottom.is-single {
    grid-template-columns: minmax(0, 1fr);
  }

  html.ops-mobile-runtime .ops-mobile-workorder-photo-group {
    margin: 8px 0 12px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-photo-title {
    margin-bottom: 6px;
    color: #303133;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-photo-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-photo-list a {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    background: #f5f7fa;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-photo-list img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  html.ops-mobile-runtime .ops-mobile-abnormal-settlement-sheet {
    max-height: calc((var(--ops-mobile-vh, 1vh) * 100) - 112px - env(safe-area-inset-bottom, 0px));
  }

  html.ops-mobile-runtime .ops-mobile-abnormal-settlement-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-abnormal-settlement-row {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid #f0f0f0;
    color: #303133;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-abnormal-settlement-row span,
  html.ops-mobile-runtime .ops-mobile-abnormal-settlement-note span {
    color: #303133;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-abnormal-settlement-row strong {
    min-width: 0;
    color: #606266;
    font-weight: 400;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-abnormal-settlement-row.is-wrap {
    align-items: start;
    padding: 13px 0;
  }

  html.ops-mobile-runtime .ops-mobile-abnormal-settlement-row.is-wrap strong {
    line-height: 20px;
    word-break: break-word;
  }

  html.ops-mobile-runtime .ops-mobile-abnormal-settlement-row input {
    min-width: 0;
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-abnormal-settlement-note {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0 0;
  }

  html.ops-mobile-runtime .ops-mobile-abnormal-settlement-note textarea {
    width: 100%;
    min-height: 112px;
    resize: none;
    border: 0;
    border-radius: 6px;
    outline: 0;
    background: #f7f7f7;
    padding: 12px;
    box-sizing: border-box;
    color: #303133;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-create-fab {
    position: fixed;
    right: calc((100vw - var(--ops-mobile-shell-width)) / 2 + var(--ops-mobile-page-padding-x));
    bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    z-index: 28;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: #ff8200;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 52px;
    text-align: center;
    box-shadow: 0 6px 16px rgba(255, 130, 0, 0.28);
  }

  html.ops-mobile-runtime .ops-mobile-grouped-create-page {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-create-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 10px var(--ops-mobile-page-padding-x) 74px;
    overscroll-behavior-y: contain;
    scroll-padding-bottom: 74px;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-create-body.has-bottom {
    padding-bottom: var(--ops-mobile-detail-bottom-action-gutter);
    scroll-padding-bottom: var(--ops-mobile-detail-bottom-action-gutter);
  }

  html.ops-mobile-runtime .ops-mobile-grouped-form-card,
  html.ops-mobile-runtime .ops-mobile-grouped-customer-card {
    overflow: hidden;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-form-row {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) 16px;
    gap: 10px;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0 12px;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    box-sizing: border-box;
    color: #303133;
    font: inherit;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-form-row span,
  html.ops-mobile-runtime .ops-mobile-grouped-form-note span {
    color: #303133;
    font-size: 14px;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-form-row strong {
    min-width: 0;
    overflow: hidden;
    color: #606266;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-form-row strong.is-placeholder,
  html.ops-mobile-runtime .ops-mobile-grouped-form-row.is-disabled strong {
    color: #c0c4cc;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-form-row i {
    color: #909399;
    font-style: normal;
    text-align: right;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-form-row.is-static i,
  html.ops-mobile-runtime .ops-mobile-grouped-form-row.is-input i {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-form-row.is-input {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  html.ops-mobile-runtime .ops-mobile-grouped-form-row input {
    min-width: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 14px;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-form-note {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-form-note textarea {
    width: 100%;
    min-height: 108px;
    resize: none;
    border: 0;
    border-radius: 6px;
    outline: 0;
    background: #f7f7f7;
    padding: 12px;
    box-sizing: border-box;
    color: #303133;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-create-bottom {
    flex: 0 0 auto;
    padding: 8px var(--ops-mobile-page-padding-x) calc(8px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #eeeeee;
    background: #fff;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-create-bottom.is-single {
    display: flex;
    justify-content: center;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-create-bottom.is-single button {
    width: min(220px, 62%);
  }

  html.ops-mobile-runtime .ops-mobile-grouped-create-summary {
    overflow: hidden;
    margin-bottom: 8px;
    color: #606266;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-create-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-create-bottom button {
    height: 42px;
    border: 1px solid #dcdfe6;
    border-radius: 21px;
    background: #fff;
    color: #606266;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-create-bottom button.is-primary {
    border-color: #ff8200;
    background: #ff8200;
    color: #fff;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-create-bottom button:disabled {
    border-color: #dcdfe6;
    background: #dcdfe6;
    color: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-customer-card > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 12px;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-customer-card > header strong {
    color: #303133;
    font-size: 15px;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-customer-card > header span {
    color: #909399;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-customer-tools {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-customer-tools button {
    height: 32px;
    border: 1px solid #dcdfe6;
    border-radius: 16px;
    background: #fff;
    color: #606266;
    font: inherit;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-customer-tools button:disabled {
    color: #c0c4cc;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-customer-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0 0;
    background: #f2f3f5;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-customer-item {
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-customer-head {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) auto auto;
    gap: 8px;
    align-items: center;
    min-height: 28px;
    padding-bottom: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-customer-head strong {
    min-width: 0;
    overflow: hidden;
    color: #303133;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-customer-head button:not(.ops-mobile-workorder-check) {
    border: 0;
    background: transparent;
    color: #303133;
    font: inherit;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-customer-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
    color: #606266;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-grouped-picker {
    max-height: min(78vh, calc((var(--ops-mobile-vh, 1vh) * 100) - 78px - env(safe-area-inset-bottom, 0px)));
  }

  html.ops-mobile-runtime .ops-mobile-grouped-picker-search {
    flex: 0 0 auto;
    margin: 0 0 10px;
  }
  html.ops-mobile-runtime .ops-mobile-customer-page,
  html.ops-mobile-runtime .ops-mobile-customer-detail-page {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    background: #f2f3f5;
  }

  html.ops-mobile-runtime .ops-mobile-customer-page {
    height: 100%;
    --ops-mobile-customer-list-bottom-gutter: 0px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-detail-page {
    height: 100%;
  }

  html.ops-mobile-runtime .ops-mobile-customer-searchbar {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 12px var(--ops-mobile-page-padding-x) 10px;
    background: #f2f3f5;
  }

  html.ops-mobile-runtime .ops-mobile-customer-search {
    margin: 0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-button {
    height: 36px;
    min-width: 54px;
    border: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-list {
    flex: 1 1 auto;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    margin-bottom: var(--ops-mobile-customer-list-bottom-gutter);
    padding: 0 var(--ops-mobile-page-padding-x) calc(18px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-customer-card {
    border-radius: 8px;
    background: #fff;
    padding: 13px 14px;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-customer-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 26px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-card header strong {
    min-width: 0;
    overflow: hidden;
    color: #303133;
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-customer-card header span {
    flex: 0 0 auto;
    border-radius: 4px;
    background: #e8fff3;
    padding: 2px 6px;
    color: #13a45f;
    font-size: 11px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 9px 0 2px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tag {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 22px;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    background: #fafafa;
    padding: 0 7px;
    color: #606266;
    font-size: 12px;
    line-height: 20px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tag.is-empty {
    color: #c0c4cc;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tag.is-pending {
    border-color: #ffe0b8;
    background: #fff7ed;
    color: #e07900;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tag button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    color: inherit;
    font: inherit;
    font-size: 13px;
    line-height: 1;
  }

  html.ops-mobile-runtime .ops-mobile-customer-lines {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 7px;
    color: #606266;
    font-size: 13px;
    line-height: 20px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-more {
    padding: 4px 0 10px;
    color: #c0c4cc;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-customer-fab {
    position: fixed;
    right: calc((100vw - var(--ops-mobile-shell-width)) / 2 + 18px);
    bottom: calc(var(--ops-mobile-tabbar-height) + 16px + env(safe-area-inset-bottom, 0px) + var(--ops-mobile-viewport-bottom-gap, 0px));
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ff8200;
    color: #fff;
    font-size: 0;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(255, 130, 0, 0.28);
  }

  html.ops-mobile-runtime .ops-mobile-customer-fab::before,
  html.ops-mobile-runtime .ops-mobile-customer-fab::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    transform: translate(-50%, -50%);
  }

  html.ops-mobile-runtime .ops-mobile-customer-fab::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  html.ops-mobile-runtime .ops-mobile-customer-topbar {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    align-items: center;
    height: 44px;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-customer-topbar button {
    height: 44px;
    border: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 14px;
    text-align: left;
    padding-left: var(--ops-mobile-page-padding-x);
  }

  html.ops-mobile-runtime .ops-mobile-customer-topbar strong {
    overflow: hidden;
    color: #303133;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-customer-topbar span {
    padding-right: var(--ops-mobile-page-padding-x);
    color: #909399;
    font-size: 12px;
    text-align: right;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tabs {
    flex: 0 0 auto;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tabs button {
    min-width: 0;
    width: 100%;
    height: 42px;
    padding: 0 2px;
    overflow: hidden;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tabs button.is-active {
    border-bottom-color: #ff8200;
    color: #ff8200;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-customer-detail-scroll {
    flex: 1 1 auto;
    overflow: auto;
    min-height: 0;
    padding: 12px var(--ops-mobile-page-padding-x) var(--ops-mobile-bottom-action-gutter);
    box-sizing: border-box;
    overscroll-behavior-y: contain;
    scroll-padding-bottom: var(--ops-mobile-bottom-action-gutter);
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-customer-detail-page.is-edit .ops-mobile-customer-detail-scroll {
    padding-bottom: var(--ops-mobile-detail-bottom-action-gutter);
    scroll-padding-bottom: var(--ops-mobile-detail-bottom-action-gutter);
  }

  html.ops-mobile-runtime .ops-mobile-customer-section,
  html.ops-mobile-runtime .ops-mobile-customer-edit-card,
  html.ops-mobile-runtime .ops-mobile-customer-record-card {
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-customer-section h3 {
    margin: 0 12px;
    padding: 13px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #303133;
    font-size: 15px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-subtable h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-subtable h3 button {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: #ff8200;
    font: inherit;
    font-size: 13px;
    font-weight: 400;
  }

  html.ops-mobile-runtime .ops-mobile-customer-info-list {
    padding: 11px 12px 13px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-info-row {
    display: flex;
    min-width: 0;
    margin: 0 0 7px;
    color: #303133;
    font-size: 14px;
    line-height: 21px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-info-row:last-child {
    margin-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-info-row span {
    flex: 0 0 auto;
    color: #303133;
    font-weight: 400;
  }

  html.ops-mobile-runtime .ops-mobile-customer-info-row strong {
    min-width: 0;
    color: #303133;
    font-weight: 400;
    word-break: break-all;
  }

  html.ops-mobile-runtime .ops-mobile-customer-info-row.is-wrap {
    align-items: flex-start;
  }

  html.ops-mobile-runtime .ops-mobile-customer-table-wrap {
    overflow-x: auto;
    padding: 10px 12px 12px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-table {
    width: 100%;
    min-width: 0;
    border: 1px solid #e4e7ed;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
    color: #303133;
    font-size: 13px;
    table-layout: fixed;
  }

  html.ops-mobile-runtime .ops-mobile-customer-table th,
  html.ops-mobile-runtime .ops-mobile-customer-table td {
    min-width: 0;
    padding: 9px 6px;
    border-right: 1px solid #e4e7ed;
    border-bottom: 1px solid #e4e7ed;
    text-align: center;
    word-break: break-all;
  }

  html.ops-mobile-runtime .ops-mobile-customer-table th:last-child,
  html.ops-mobile-runtime .ops-mobile-customer-table td:last-child {
    border-right: 0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-table tbody tr:last-child td {
    border-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-table th {
    background: #f7f7f7;
    color: #303133;
    font-weight: 400;
  }

  html.ops-mobile-runtime .ops-mobile-customer-table td {
    background: #fff;
    color: #303133;
    font-weight: 400;
  }

  html.ops-mobile-runtime .ops-mobile-customer-table-empty td {
    color: #c0c4cc;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-table {
    min-width: 380px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-table input,
  html.ops-mobile-runtime .ops-mobile-customer-edit-table select {
    width: 100%;
    min-width: 0;
    height: 30px;
    padding: 0 4px;
    border: 0;
    outline: 0;
    background: transparent;
    box-sizing: border-box;
    color: #303133;
    font: inherit;
    font-size: 13px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-table select {
    appearance: none;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-table input[readonly] {
    color: #909399;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-table input::placeholder {
    color: #c0c4cc;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-table td:last-child button {
    border: 0;
    background: transparent;
    color: #ff8200;
    font: inherit;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-detail-row,
  html.ops-mobile-runtime .ops-mobile-customer-edit-row {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
    color: #303133;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-detail-row span,
  html.ops-mobile-runtime .ops-mobile-customer-edit-row span,
  html.ops-mobile-runtime .ops-mobile-customer-edit-textarea span {
    color: #303133;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-customer-detail-row strong {
    min-width: 0;
    color: #606266;
    font-weight: 400;
    text-align: left;
    word-break: break-all;
  }

  html.ops-mobile-runtime .ops-mobile-customer-detail-row.is-wrap {
    align-items: start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-row input,
  html.ops-mobile-runtime .ops-mobile-customer-edit-row select {
    min-width: 0;
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-row strong {
    min-width: 0;
    color: #606266;
    font-weight: 400;
    text-align: left;
    word-break: break-all;
  }
  html.ops-mobile-runtime .ops-mobile-customer-edit-row.is-hidden {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-customer-address-row button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 14px;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-customer-address-row button strong {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
  }

  html.ops-mobile-runtime .ops-mobile-customer-address-row button .is-placeholder {
    color: #c0c4cc;
  }

  html.ops-mobile-runtime .ops-mobile-customer-address-row button i {
    flex: 0 0 auto;
    color: #909399;
    font-style: normal;
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-row button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 14px;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-row button strong {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    color: #606266;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-row button strong.is-placeholder {
    color: #c0c4cc;
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-row button i {
    flex: 0 0 auto;
    color: #909399;
    font-style: normal;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-row input[readonly] {
    color: #606266;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-textarea {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    border-bottom: 1px solid #f5f5f5;
    color: #303133;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-textarea textarea {
    min-height: 96px;
    resize: none;
    border: 0;
    border-radius: 6px;
    outline: 0;
    background: #f7f7f7;
    padding: 10px;
    color: #606266;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-textarea textarea::placeholder {
    color: #c0c4cc;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tag-block,
  html.ops-mobile-runtime .ops-mobile-customer-tag-panel,
  html.ops-mobile-runtime .ops-mobile-customer-edit-tags {
    padding: 12px;
    border-bottom: 1px solid #f5f5f5;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tag-panel .ops-mobile-customer-tags {
    padding: 0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-tags > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #303133;
    font-size: 14px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-customer-edit-tags button {
    border: 0;
    background: transparent;
    color: #ff8200;
    font: inherit;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-bottom {
    position: fixed;
    left: calc((100vw - var(--ops-mobile-shell-width)) / 2);
    right: calc((100vw - var(--ops-mobile-shell-width)) / 2);
    bottom: 0;
    z-index: 18;
    padding: 10px var(--ops-mobile-page-padding-x) calc(10px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #eeeeee;
    background: #fff;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-customer-bottom button,
  html.ops-mobile-runtime .ops-mobile-customer-add-record {
    width: 100%;
    height: 44px;
    border: 1px solid #ff8200;
    border-radius: 22px;
    background: #ff8200;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-customer-detail-page:not(.is-edit) .ops-mobile-customer-bottom button {
    border-color: #dcdfe6;
    background: #fff;
    color: #303133;
    font-weight: 400;
  }

  html.ops-mobile-runtime .ops-mobile-customer-record-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-record-card {
    padding-bottom: 8px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-record-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    margin: 0 12px 4px;
    border-bottom: 1px solid #f0f0f0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-record-card header strong {
    overflow: hidden;
    color: #303133;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-customer-record-card header span {
    color: #909399;
    font-size: 12px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-list {
    position: relative;
    padding-left: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-list::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: #e5e7eb;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-card {
    position: relative;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-card::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 22px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #1677ff;
    box-shadow: 0 0 0 1px #91caff;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-category {
    display: inline-flex;
    margin: 8px 12px 4px;
    padding: 2px 8px;
    border-radius: 999px;
    color: #0958d9;
    background: #e6f4ff;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-fields {
    display: grid;
    gap: 8px;
    margin: 10px 12px 2px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-field {
    padding: 9px 10px;
    border-radius: 8px;
    background: #f8fafc;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-field > span {
    display: block;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-field p {
    display: flex;
    gap: 7px;
    margin: 0;
    overflow-wrap: anywhere;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-field em {
    color: #94a3b8;
    font-style: normal;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-field b {
    color: #94a3b8;
    font-weight: 400;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-field strong {
    color: #0f172a;
    font-weight: 500;
  }

  html.ops-mobile-runtime .ops-mobile-customer-change-empty {
    color: #94a3b8;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-add-record {
    margin-top: 2px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-visit-fab {
    right: auto;
    left: 50%;
    margin-left: min(calc(50vw - 76px), 164px);
    bottom: calc(26px + env(safe-area-inset-bottom, 0px));
    z-index: 28;
    width: 56px;
    height: 56px;
    background: #ff8200;
    color: #fff;
    font-size: 0;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(255, 130, 0, 0.28);
  }

  html.ops-mobile-runtime .ops-mobile-customer-detail-page.is-edit .ops-mobile-customer-visit-fab {
    bottom: calc(84px + env(safe-area-inset-bottom, 0px) + var(--ops-mobile-viewport-bottom-gap, 0px));
  }

  html.ops-mobile-runtime .ops-mobile-customer-visit-fab::before,
  html.ops-mobile-runtime .ops-mobile-customer-visit-fab::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    transform: translate(-50%, -50%);
  }

  html.ops-mobile-runtime .ops-mobile-customer-visit-fab::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-summary {
    margin-bottom: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tail-empty {
    margin: 22px 0 18px;
    color: #c0c4cc;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-table-wrap {
    padding: 10px 12px 12px;
    overflow-x: auto;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-detail-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-detail-table th,
  html.ops-mobile-runtime .ops-mobile-customer-health-detail-table td {
    padding: 8px 4px;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table {
    min-width: 0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table th:nth-child(1),
  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table td:nth-child(1) {
    width: 29%;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table th:nth-child(2),
  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table td:nth-child(2) {
    width: 29%;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table th:nth-child(3),
  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table td:nth-child(3) {
    width: 27%;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table th:nth-child(4),
  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table td:nth-child(4) {
    width: 15%;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table td {
    overflow: hidden;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table input,
  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table select {
    display: block;
    width: 133.333%;
    max-width: none;
    height: 28px;
    padding: 0 3px;
    font-size: 16px;
    line-height: 28px;
    transform: scale(0.75);
    transform-origin: left center;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-edit-table td:last-child button {
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-multi {
    padding: 12px 0;
    border-bottom: 1px solid #ebeef5;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-multi h4 {
    margin: 0 12px 10px;
    color: #303133;
    font-size: 14px;
    font-weight: 500;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-multi > div {
    display: flex;
    max-height: 210px;
    padding: 0 12px;
    overflow-y: auto;
    flex-wrap: wrap;
    gap: 8px;
  }

  html.ops-mobile-runtime .ops-mobile-health-disease-selector > .ops-mobile-health-disease-groups {
    display: grid;
    max-height: none;
    gap: 14px;
    overflow: visible;
  }

  html.ops-mobile-runtime .ops-mobile-health-disease-group h5 {
    margin: 0 0 8px;
    color: #606266;
    font-size: 13px;
    font-weight: 500;
  }

  html.ops-mobile-runtime .ops-mobile-health-disease-group > div {
    display: grid;
    gap: 8px;
  }

  html.ops-mobile-runtime .ops-mobile-health-disease-columns-3 > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-mobile-health-disease-columns-2 > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.ops-mobile-runtime .ops-mobile-health-disease-group label {
    min-width: 0;
    height: auto;
    padding: 6px;
    border-radius: 6px;
    box-sizing: border-box;
    align-items: flex-start;
    line-height: 17px;
  }

  html.ops-mobile-runtime .ops-mobile-health-disease-group label span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-multi label {
    display: inline-flex;
    min-height: 30px;
    padding: 0 9px;
    align-items: center;
    gap: 5px;
    border: 1px solid #dcdfe6;
    border-radius: 15px;
    color: #606266;
    font-size: 12px;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-customer-health-multi input {
    width: 14px;
    height: 14px;
    accent-color: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-health-disease-columns-1 > div {
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
  }

  html.ops-mobile-runtime .ops-mobile-health-disease-other-input {
    display: block;
    min-width: 0;
  }

  html.ops-mobile-runtime .ops-mobile-health-disease-other-input[hidden] {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-health-disease-other-input input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    box-sizing: border-box;
    color: #303133;
    font: inherit;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-health-other-input {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    margin: 10px 12px 0;
    color: #606266;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-health-other-input[hidden] {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-health-other-input input {
    min-width: 0;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    box-sizing: border-box;
    color: #303133;
    font: inherit;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-health-services > header {
    display: flex;
    padding: 13px 14px 8px;
    align-items: center;
    justify-content: space-between;
  }

  html.ops-mobile-runtime .ops-mobile-health-services > header h3 {
    margin: 0;
  }

  html.ops-mobile-runtime .ops-mobile-health-services {
    overflow: hidden;
  }

  html.ops-mobile-runtime .ops-mobile-health-service-list {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-health-service-empty {
    min-height: 52px;
    padding: 12px 14px 18px;
    box-sizing: border-box;
    color: #909399;
    font-size: 14px;
    line-height: 22px;
    overflow-wrap: anywhere;
  }

  html.ops-mobile-runtime .ops-mobile-health-services > header button,
  html.ops-mobile-runtime .ops-mobile-health-services article button {
    border: 0;
    color: #ff8200;
    font-size: 13px;
    background: transparent;
  }

  html.ops-mobile-runtime .ops-mobile-health-services article {
    position: relative;
    display: grid;
    gap: 6px;
    margin: 0 12px 10px;
    padding: 12px;
    border: 1px solid #ebeef5;
    border-radius: 8px;
    background: #fafafa;
  }

  html.ops-mobile-runtime .ops-mobile-health-services article p {
    margin: 0;
    color: #303133;
    font-size: 14px;
    white-space: pre-wrap;
  }

  html.ops-mobile-runtime .ops-mobile-health-services article span {
    color: #909399;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-health-services article button {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-health-service-sheet .ops-mobile-customer-subform-body {
    overflow-y: auto;
  }

  html.ops-mobile-runtime .ops-mobile-customer-sheet {
    position: fixed;
    left: calc((100vw - var(--ops-mobile-shell-width)) / 2);
    right: calc((100vw - var(--ops-mobile-shell-width)) / 2);
    bottom: 0;
    z-index: 50;
    max-height: min(78vh, calc((var(--ops-mobile-vh, 1vh) * 100) - 72px - env(safe-area-inset-bottom, 0px)));
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: var(--ops-mobile-sheet-radius) var(--ops-mobile-sheet-radius) 0 0;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-customer-sheet .ops-mobile-workorder-sheet-actions {
    padding: 10px var(--ops-mobile-page-padding-x) calc(10px + env(safe-area-inset-bottom, 0px));
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-sheet {
    max-height: min(82vh, calc((var(--ops-mobile-vh, 1vh) * 100) - 64px - env(safe-area-inset-bottom, 0px)));
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 12px var(--ops-mobile-page-padding-x);
    background: #f6f7f9;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-field {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    color: #303133;
    font-size: 15px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-field:last-child {
    border-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-field span {
    color: #303133;
    font-weight: 400;
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-field input,
  html.ops-mobile-runtime .ops-mobile-customer-subform-field select {
    min-width: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 15px;
    outline: none;
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-field input::placeholder {
    color: #c0c4cc;
  }

  html.ops-mobile-runtime .ops-mobile-customer-subform-field input[readonly] {
    color: #909399;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 10px var(--ops-mobile-page-padding-x) 12px;
    box-sizing: border-box;
    background: #f6f7f9;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-section {
    margin: 0 0 10px;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-section h4 {
    margin: 0 0 10px;
    color: #606266;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-field {
    display: grid;
    grid-template-columns: 102px minmax(0, 1fr);
    align-items: center;
    min-height: 42px;
    border-bottom: 1px solid #f0f0f0;
    color: #303133;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-field:last-child {
    border-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-field span,
  html.ops-mobile-runtime .ops-mobile-customer-filter-group > span {
    color: #303133;
    font-size: 14px;
    line-height: 20px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-field input,
  html.ops-mobile-runtime .ops-mobile-customer-filter-field select,
  html.ops-mobile-runtime .ops-mobile-customer-filter-date-range input {
    width: 100%;
    min-width: 0;
    height: 34px;
    border: 0;
    background: transparent;
    color: #303133;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-field input::placeholder,
  html.ops-mobile-runtime .ops-mobile-customer-filter-date-range input::placeholder {
    color: #b8bcc4;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-field select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 18px;
    background: linear-gradient(45deg, transparent 50%, #909399 50%) right 8px center / 6px 6px no-repeat;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-group {
    padding: 4px 0 10px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-group + .ops-mobile-customer-filter-group {
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-chip {
    height: 34px;
    border: 0;
    border-radius: 17px;
    background: #f5f6f8;
    color: #303133;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-chip.is-selected {
    background: #ff8200;
    color: #fff;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-date-range {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-date-range input {
    border-radius: 8px;
    background: #f7f8fa;
    padding: 0 10px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-customer-filter-date-range span {
    color: #909399;
    font-size: 13px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-customer-option-list {
    overflow: auto;
    min-height: 0;
    padding: 8px 0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    width: 100%;
    min-height: 46px;
    border: 0;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    padding: 0 var(--ops-mobile-page-padding-x);
    color: #303133;
    font: inherit;
    font-size: 14px;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-customer-option.is-selected {
    background: #fff5eb;
    color: #ff8200;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-customer-option i {
    color: #ff8200;
    font-style: normal;
    text-align: right;
  }

  html.ops-mobile-runtime .ops-mobile-customer-sheet-search {
    flex: 0 0 auto;
    margin: 0 var(--ops-mobile-page-padding-x) 8px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tag-input-wrap {
    position: relative;
    margin: 0 var(--ops-mobile-page-padding-x) 12px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tag-input {
    display: block;
    width: 100%;
    min-height: 150px;
    margin: 0;
    padding: 12px;
    border: 0;
    border-radius: 8px;
    background: #f7f8fa;
    color: #303133;
    font-size: 14px;
    line-height: 20px;
    resize: none;
    outline: none;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tag-input::placeholder {
    color: #a8abb2;
  }

  html.ops-mobile-runtime .ops-mobile-customer-tag-suggest {
    position: absolute;
    top: 12px;
    left: min(calc(12px + var(--ops-mobile-tag-query-width, 0em) + 8px), calc(100% - 196px));
    z-index: 4;
    width: max-content;
    min-width: 132px;
    max-width: min(240px, calc(100% - 24px));
    max-height: 210px;
    overflow-y: auto;
    padding: 6px 0;
    border: 1px solid #ebeef5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
  }

  html.ops-mobile-runtime .ops-mobile-customer-tag-suggest .ops-mobile-customer-option-list {
    padding: 0;
  }


  html.ops-mobile-runtime .ops-mobile-customer-tag-suggest .ops-mobile-customer-option {
    min-height: 42px;
    padding: 9px 12px;
  }
  html.ops-mobile-runtime .ops-mobile-customer-tag-inline-empty {
    padding: 9px 12px;
    color: #909399;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
  }


  html.ops-mobile-runtime .ops-mobile-customer-pending-tag {
    padding: 8px var(--ops-mobile-page-padding-x);
    color: #909399;
    font-size: 12px;
    line-height: 18px;
  }

  html.ops-mobile-runtime .ops-mobile-customer-visit-sheet .ops-mobile-customer-edit-card,
  html.ops-mobile-runtime .ops-mobile-customer-tag-sheet .ops-mobile-customer-edit-card {
    margin-bottom: 0;
    border-radius: 0;
  }

  html.ops-mobile-runtime .ops-mobile-customer-visit-sheet .ops-mobile-customer-edit-card {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }

  html.ops-mobile-runtime .ops-mobile-customer-visit-sheet .ops-mobile-customer-edit-row {
    grid-template-columns: 106px minmax(0, 1fr);
  }

  html.ops-mobile-runtime .ops-mobile-customer-visit-sheet .ops-mobile-customer-edit-row input,
  html.ops-mobile-runtime .ops-mobile-customer-visit-sheet .ops-mobile-customer-edit-row select {
    color: #606266;
    font-size: 14px;
  }

  html.ops-wechat-runtime .ops-mobile-customer-sheet .ops-mobile-customer-edit-row input,
  html.ops-wechat-runtime .ops-mobile-customer-sheet .ops-mobile-customer-edit-row select,
  html.ops-wechat-runtime .ops-mobile-customer-sheet .ops-mobile-customer-edit-textarea textarea {
    font-size: 16px;
  }

  html.ops-wechat-runtime .ops-mobile-customer-visit-sheet .ops-mobile-customer-edit-row input,
  html.ops-wechat-runtime .ops-mobile-customer-visit-sheet .ops-mobile-customer-edit-row select {
    width: 114.286%;
    max-width: none;
    transform: scale(0.875);
    transform-origin: left center;
  }
  html.ops-mobile-runtime .ops-mobile-settlement-page,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-page {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    background: #f5f6f7;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-filterbar {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 52px;
    padding: 8px var(--ops-mobile-page-padding-x);
    background: #fff;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-month {
    border: 0;
    background: transparent;
    color: #303133;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-month::after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    border: 4px solid transparent;
    border-top-color: currentColor;
    transform: translateY(2px);
  }

  html.ops-mobile-runtime .ops-mobile-settlement-search {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 34px;
    border-radius: 17px;
    background: #f5f6f7;
    color: #909399;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-search span {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 100%;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-search span::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 12px;
    width: 9px;
    height: 9px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-search span::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 21px;
    width: 6px;
    height: 1.5px;
    border-radius: 1px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: left center;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-search input {
    min-width: 0;
    width: 100%;
    height: 32px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #303133;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-filter-button {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    border: 0;
    background: transparent;
    color: #303133;
    font: inherit;
    font-size: 14px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-tabs,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-tabs {
    flex: 0 0 auto;
    display: grid;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: 44px;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-detail-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 46px;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-tabs button,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-tabs button {
    position: relative;
    border: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-tabs button.is-active,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-tabs button.is-active {
    color: #ff8200;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-tabs button.is-active::after,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-tabs button.is-active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-list,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-list {
    flex: 1 1 0;
    height: 0;
    min-height: 0;
    overflow-y: auto;
    padding: 10px var(--ops-mobile-page-padding-x) 16px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-list.has-bottom-action {
    padding-bottom: 16px;
    scroll-padding-bottom: 24px;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-scroll-spacer {
    display: block;
    height: 0;
    pointer-events: none;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-card,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-card {
    margin-bottom: 10px;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
    padding: 12px 12px 10px;
    box-sizing: border-box;
    color: #303133;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-card-head,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-card-head {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 6px;
    align-items: center;
    min-height: 24px;
    padding-bottom: 9px;
    border-bottom: 1px solid #f0f0f0;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-card-head strong,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-card-head strong {
    min-width: 0;
    overflow: hidden;
    color: #303133;
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-card-head span:last-child,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-card-head span:last-child {
    color: #303133;
    font-size: 12px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-card-body,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-card-body {
    padding: 9px 0 0 22px;
    color: #606266;
    font-size: 13px;
    line-height: 1.65;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-card-body div,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-card-body div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-card-body .is-danger,
  html.ops-mobile-runtime .ops-mobile-settlement-detail-card-body .is-danger {
    color: #f5222d;
    font-weight: 600;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-detail-card-body .is-danger {
    white-space: normal;
    word-break: break-word;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-amounts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-amounts strong {
    display: block;
    overflow: hidden;
    color: #303133;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-amounts span {
    display: block;
    overflow: hidden;
    margin-top: 2px;
    color: #606266;
    font-size: 11px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-actions button {
    min-width: 74px;
    height: 28px;
    padding: 0 12px;
    border: 1px solid #dcdfe6;
    border-radius: 14px;
    background: #fff;
    color: #606266;
    font: inherit;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-bottom {
    position: relative;
    z-index: 25;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 58px;
    padding: 8px var(--ops-mobile-page-padding-x) calc(8px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #eeeeee;
    background: #fff;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-bottom span {
    min-width: 0;
    overflow: hidden;
    color: #303133;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-bottom strong {
    color: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-bottom button {
    height: 40px;
    border: 0;
    border-radius: 20px;
    background: #ff8200;
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-bottom button:disabled {
    background: #d8d8d8;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-filter-sheet {
    max-height: calc((var(--ops-mobile-vh, 1vh) * 100) - 64px - env(safe-area-inset-bottom, 0px));
  }

  html.ops-mobile-runtime .ops-mobile-settlement-filter-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-filter-month {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 16px;
    align-items: center;
    width: 100%;
    min-height: 48px;
    margin-bottom: 12px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #303133;
    font: inherit;
    font-size: 14px;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-filter-month strong {
    overflow: hidden;
    color: #909399;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-filter-month i {
    color: #909399;
    font-style: normal;
    text-align: right;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-filter-section {
    margin-bottom: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-filter-section h4 {
    margin: 0 0 8px;
    color: #606266;
    font-size: 13px;
    font-weight: 500;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-filter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    padding: 12px;
    border-radius: 6px;
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-filter-grid button {
    height: 30px;
    min-width: 84px;
    padding: 0 12px;
    border: 0;
    border-radius: 15px;
    background: #f5f5f5;
    color: #606266;
    font: inherit;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-filter-grid button.is-active {
    background: #ff8200;
    color: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-workorder-page .ops-mobile-topbar {
    flex: 0 0 auto;
  }

  html.ops-mobile-runtime .ops-mobile-settlement-workorder-page .ops-mobile-demand-detail-end {
    margin: 6px 0 10px;
    color: #b8b8b8;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/messages"] {
    height: calc((var(--ops-mobile-vh, 1vh) * 100) - var(--ops-mobile-tabbar-height) - env(safe-area-inset-bottom, 0px));
    min-height: 0;
    overflow: hidden;
    padding: 0;
    background: #f5f6f7;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-content[data-mobile-active-path="/profile"] {
    position: relative;
    z-index: 40;
    height: calc((var(--ops-mobile-vh, 1vh) * 100) - var(--ops-mobile-tabbar-height) - env(safe-area-inset-bottom, 0px));
    min-height: 0;
    overflow: hidden;
    padding: 0;
    background: #f2f3f5;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-message-page {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    background: #f5f6f7;
  }

  html.ops-mobile-runtime .ops-mobile-message-filterbar {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 50px;
    padding: 8px var(--ops-mobile-page-padding-x);
    background: #fff;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-message-search {
    display: flex;
    min-width: 0;
    height: 34px;
    align-items: center;
    border-radius: 17px;
    background: #f5f6f7;
    color: #909399;
  }

  html.ops-mobile-runtime .ops-mobile-message-search span {
    position: relative;
    flex: 0 0 30px;
    width: 30px;
    height: 100%;
  }

  html.ops-mobile-runtime .ops-mobile-message-search span::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 13px;
    width: 9px;
    height: 9px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
  }

  html.ops-mobile-runtime .ops-mobile-message-search span::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 22px;
    width: 6px;
    height: 1.5px;
    border-radius: 1px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: left center;
  }

  html.ops-mobile-runtime .ops-mobile-message-search input {
    min-width: 0;
    width: 100%;
    height: 32px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #303133;
    font: inherit;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-message-search input::placeholder {
    color: #a8abb2;
  }

  html.ops-mobile-runtime .ops-mobile-message-read-all {
    border: 0;
    background: transparent;
    color: #ff8200;
    font: inherit;
    font-size: 14px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-message-read-all:disabled {
    color: #c0c4cc;
  }

  html.ops-mobile-runtime .ops-mobile-message-tabs {
    flex: 0 0 auto;
    display: flex;
    min-height: 44px;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  html.ops-mobile-runtime .ops-mobile-message-tabs::-webkit-scrollbar {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-message-tab {
    position: relative;
    flex: 1 1 25%;
    display: flex;
    min-width: 0;
    height: 44px;
    padding: 0 8px;
    align-items: center;
    justify-content: center;
    overflow: visible;
    border: 0;
    background: transparent;
    color: #606266;
    font: inherit;
    font-size: 14px;
    white-space: nowrap;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-message-tab-label {
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  html.ops-mobile-runtime .ops-mobile-message-tab.is-active {
    color: #ff8200;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-message-tab.is-active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-message-tab em {
    position: absolute;
    top: 5px;
    right: -16px;
    display: inline-flex;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #ff4d4f;
    color: #fff;
    font-style: normal;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    pointer-events: none;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-message-subtabs {
    flex: 0 0 auto;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 8px var(--ops-mobile-page-padding-x);
    border-bottom: 1px solid #eeeeee;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-message-subtabs::-webkit-scrollbar {
    display: none;
  }

  html.ops-mobile-runtime .ops-mobile-message-subtab {
    flex: 0 0 auto;
    display: inline-flex;
    min-width: 52px;
    height: 30px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid #e4e7ed;
    border-radius: 15px;
    padding: 0 11px;
    background: #f7f8fa;
    color: #606266;
    font: inherit;
    font-size: 13px;
    white-space: nowrap;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-message-subtab.is-active {
    border-color: #ff8200;
    background: #fff7ed;
    color: #ff8200;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-message-subtab em {
    display: inline-flex;
    min-width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 4px;
    background: #ff4d4f;
    color: #fff;
    font-style: normal;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-message-summary {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    padding: 0 var(--ops-mobile-page-padding-x);
    background: #fff;
    color: #606266;
    font-size: 13px;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-message-summary strong {
    color: #ff8200;
  }

  html.ops-mobile-runtime .ops-mobile-message-summary button {
    border: 0;
    background: transparent;
    color: #ff8200;
    font: inherit;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-message-summary button:disabled {
    color: #c0c4cc;
  }

  html.ops-mobile-runtime .ops-mobile-message-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 10px var(--ops-mobile-page-padding-x) 16px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    box-sizing: border-box;
  }

  html.ops-mobile-runtime .ops-mobile-message-card {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    border: 0;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
    padding: 14px 14px 12px;
    box-sizing: border-box;
    color: #303133;
    font: inherit;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-message-card.is-read {
    background: #fafafa;
    color: #909399;
  }

  html.ops-mobile-runtime .ops-mobile-message-card-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
  }

  html.ops-mobile-runtime .ops-mobile-message-card-title {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    overflow: hidden;
  }

  html.ops-mobile-runtime .ops-mobile-message-card-head strong {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-message-card-title em {
    flex: 0 0 auto;
    display: inline-flex;
    height: 18px;
    align-items: center;
    border-radius: 9px;
    padding: 0 6px;
    background: #fff7ed;
    color: #ff8200;
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-message-card.is-read .ops-mobile-message-card-title em {
    background: #f2f3f5;
    color: #a8abb2;
  }

  html.ops-mobile-runtime .ops-mobile-message-card-head time {
    color: #909399;
    font-size: 12px;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-message-card-body {
    display: block;
    overflow: hidden;
    margin-top: 8px;
    color: #606266;
    font-size: 13px;
    line-height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-message-card.is-read .ops-mobile-message-card-body,
  html.ops-mobile-runtime .ops-mobile-message-card.is-read .ops-mobile-message-card-head time {
    color: #a8abb2;
  }

  html.ops-mobile-runtime .ops-mobile-message-empty {
    display: flex;
    min-height: 190px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
    color: #909399;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-message-empty span {
    margin-top: 4px;
    color: #a8abb2;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-page {
    box-sizing: border-box;
    height: 100%;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px var(--ops-mobile-page-padding-x) 24px;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-profile-user {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 18px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-avatar {
    display: grid;
    overflow: hidden;
    width: 52px;
    height: 52px;
    place-items: center;
    flex: 0 0 52px;
    border-radius: 50%;
    background: #ffe5c6;
    color: #ff7a1a;
    font-size: 20px;
    font-weight: 700;
  }

  html.ops-mobile-runtime .ops-mobile-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  html.ops-mobile-runtime .ops-mobile-profile-user-main {
    min-width: 0;
  }

  html.ops-mobile-runtime .ops-mobile-profile-user-main strong,
  html.ops-mobile-runtime .ops-mobile-profile-user-main span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-profile-user-main strong {
    color: #303133;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-user-main span {
    margin-top: 2px;
    color: #606266;
    font-size: 13px;
    line-height: 19px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-card {
    overflow: hidden;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
  }

  html.ops-mobile-runtime .ops-mobile-profile-row {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 16px;
    border: 0;
    border-bottom: 1px solid #eeeeee;
    background: transparent;
    color: #303133;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-profile-row:last-child {
    border-bottom: 0;
  }

  html.ops-mobile-runtime .ops-mobile-profile-row.is-danger {
    color: #606266;
  }

  html.ops-mobile-runtime .ops-mobile-profile-row-value {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    color: #909399;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
  }

  html.ops-mobile-runtime .ops-mobile-profile-row-value i {
    color: #909399;
    font-style: normal;
    font-size: 17px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-row-value small {
    color: #909399;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-row-value small.is-bound {
    color: #ff7a1a;
  }

  html.ops-mobile-runtime .ops-mobile-profile-row-value small.is-error {
    color: #f56c6c;
  }

  html.ops-mobile-runtime .ops-mobile-profile-sheet-layer {
    position: fixed;
    inset: 0;
    z-index: 22020;
    pointer-events: none;
    isolation: isolate;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  html.ops-mobile-runtime .ops-mobile-profile-sheet-root {
    z-index: 22020;
  }

  html.ops-mobile-runtime .ops-mobile-profile-sheet-root .ops-mobile-demand-detail-sheet-mask {
    z-index: 22020;
  }

  html.ops-mobile-runtime .ops-mobile-profile-sheet-root .ops-mobile-profile-sheet {
    z-index: 22021;
  }

  html.ops-mobile-runtime .ops-mobile-profile-sheet {
    bottom: var(--ops-mobile-viewport-bottom-gap, 0px);
    height: auto;
    max-height: calc((var(--ops-mobile-vh, 1vh) * 100) - 12px - env(safe-area-inset-bottom, 0px));
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }

  html.ops-mobile-runtime .ops-mobile-profile-sheet-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  html.ops-mobile-runtime .ops-mobile-profile-contact-body {
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-profile-form-sheet,
  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-sheet {
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-profile-password-form {
    display: block;
  }

  html.ops-mobile-runtime .ops-mobile-profile-password-form label {
    display: grid;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid #eeeeee;
  }

  html.ops-mobile-runtime .ops-mobile-profile-password-form label:last-of-type {
    margin-bottom: 18px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-password-form label span {
    color: #303133;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-password-form input {
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    outline: none;
    background: #f7f8fa;
    color: #303133;
    font-size: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-password-form input::placeholder {
    color: #a8abb2;
  }

  html.ops-mobile-runtime .ops-mobile-profile-password-form input:focus {
    border-color: #ff7a1a;
    background: #ffffff;
  }

  html.ops-mobile-runtime .ops-mobile-profile-password-form .ops-mobile-primary-btn {
    margin-top: 4px;
  }
  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-actions .ops-mobile-primary-btn,
  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-actions .ops-mobile-secondary-btn,
  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-sheet .ops-mobile-primary-btn {
    margin-top: 18px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-card,
  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-state {
    box-sizing: border-box;
    width: 100%;
    padding: 14px;
    border-radius: var(--ops-mobile-card-radius);
    background: #f7f8fa;
    color: #606266;
    font-size: 13px;
    line-height: 20px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-card.is-bound {
    background: #fff7ed;
  }

  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-card strong {
    display: block;
    margin-bottom: 6px;
    color: #303133;
    font-size: 16px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-card p {
    margin: 0 0 8px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-card span {
    display: block;
    color: #606266;
  }

  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-state {
    text-align: center;
  }

  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-state.is-error {
    color: #f56c6c;
  }

  html.ops-mobile-runtime .ops-mobile-profile-dingtalk-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-confirm-root .ops-mobile-demand-detail-modal-mask {
    z-index: 22020;
  }

  html.ops-mobile-runtime .ops-mobile-profile-confirm-root .ops-mobile-demand-detail-modal {
    z-index: 22021;
  }

  html.ops-mobile-runtime .ops-mobile-profile-confirm-modal {
    width: min(calc(100vw - 48px), 360px);
  }

  html.ops-mobile-runtime #ops-modal-root .ops-modal-mask {
    z-index: 22000;
  }
  /* Final PC guard: the legacy max-width desktop rules live before mobile.css. */
  html:not(.ops-mobile-runtime),
  html:not(.ops-mobile-runtime) body {
    min-width: var(--ops-pc-standard-width) !important;
    min-height: var(--ops-pc-standard-height) !important;
    overflow: auto !important;
  }

  html:not(.ops-mobile-runtime) #ops-app {
    min-width: var(--ops-pc-standard-width) !important;
    min-height: var(--ops-pc-standard-height) !important;
  }

  html:not(.ops-mobile-runtime) .ops-layout {
    display: grid !important;
    grid-template-columns: var(--sidebar-width) minmax(0, 1fr) !important;
    grid-template-rows: var(--topbar-height) minmax(0, 1fr) !important;
    grid-template-areas:
      "logo topbar"
      "side main" !important;
    width: max(100vw, var(--ops-pc-standard-width)) !important;
    min-width: var(--ops-pc-standard-width) !important;
    height: max(100vh, var(--ops-pc-standard-height)) !important;
    height: max(100dvh, var(--ops-pc-standard-height)) !important;
    min-height: var(--ops-pc-standard-height) !important;
    overflow: hidden !important;
  }

  html.ops-keeper-submit-pc-route:not(.ops-mobile-runtime),
  html.ops-keeper-submit-pc-route:not(.ops-mobile-runtime) body,
  html.ops-keeper-submit-pc-route:not(.ops-mobile-runtime) #ops-app {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  html.ops-keeper-submit-pc-route:not(.ops-mobile-runtime) .ops-layout {
    width: 100vw !important;
    min-width: 0 !important;
  }

  html:not(.ops-mobile-runtime) .ops-layout.is-sidebar-collapsed {
    grid-template-columns: var(--sidebar-collapsed-width) minmax(0, 1fr) !important;
  }

  html:not(.ops-mobile-runtime) .ops-logo-panel {
    display: flex !important;
  }

  html:not(.ops-mobile-runtime) .ops-topbar {
    grid-area: topbar !important;
    padding: 0 32px !important;
  }

  html:not(.ops-mobile-runtime) .ops-sidebar {
    grid-area: side !important;
    position: relative !important;
    z-index: 1000 !important;
    width: var(--sidebar-width) !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    border-right: 1px solid var(--border) !important;
    border-bottom: 0 !important;
    box-shadow: inset -1px 0 0 var(--border) !important;
  }

  html:not(.ops-mobile-runtime) .ops-layout.is-sidebar-collapsed .ops-sidebar,
  html:not(.ops-mobile-runtime) .ops-sidebar.is-collapsed {
    width: var(--sidebar-collapsed-width) !important;
  }

  html:not(.ops-mobile-runtime) .ops-sidebar.is-collapsed.is-peek,
  html:not(.ops-mobile-runtime) .ops-sidebar.is-collapsed:hover,
  html:not(.ops-mobile-runtime) .ops-sidebar.is-collapsed:focus-within {
    width: var(--sidebar-width) !important;
    box-shadow: inset -1px 0 0 var(--border), 10px 0 28px rgba(17, 24, 39, 0.08) !important;
  }

  html:not(.ops-mobile-runtime) .ops-side-collapse-btn {
    display: flex !important;
  }

  html:not(.ops-mobile-runtime) .ops-side-menu {
    display: block !important;
    gap: 0 !important;
    padding: 12px 0 0 !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  html:not(.ops-mobile-runtime) .ops-side-link,
  html:not(.ops-mobile-runtime) .ops-side-group-toggle {
    justify-content: flex-start !important;
    height: 46px !important;
    gap: 14px !important;
    padding: 0 22px !important;
  }

  html:not(.ops-mobile-runtime) .ops-side-sublink {
    height: 38px !important;
    padding: 0 20px 0 56px !important;
  }

  html:not(.ops-mobile-runtime) .ops-main {
    grid-area: main !important;
    height: auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  html:not(.ops-mobile-runtime) .ops-layout.is-sidebar-collapsed .ops-main {
    margin-left: 0 !important;
  }

  html:not(.ops-mobile-runtime) .ops-main-scroll {
    padding: var(--ops-page-padding-y) var(--ops-page-padding-x) !important;
  }

  html:not(.ops-mobile-runtime) .ops-dashboard-summary {
    grid-template-columns: minmax(482px, 1fr) repeat(2, minmax(294px, 1fr)) !important;
    gap: 18px !important;
  }

  html:not(.ops-mobile-runtime) .ops-dashboard-main {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  html:not(.ops-mobile-runtime) .ops-dashboard-pre-demand-card {
    grid-column: auto !important;
  }

  html:not(.ops-mobile-runtime) .ops-dashboard-pre-demand-card .ops-dashboard-metrics {
    grid-template-columns: repeat(5, minmax(max-content, 1fr)) !important;
    justify-content: space-between !important;
    gap: 4px !important;
  }

  html:not(.ops-mobile-runtime) .ops-dashboard-summary-card:not(.ops-dashboard-pre-demand-card) .ops-dashboard-metrics {
    grid-template-columns: repeat(4, minmax(max-content, 1fr)) !important;
  }

  html:not(.ops-mobile-runtime) .ops-dashboard-metric-label,
  html:not(.ops-mobile-runtime) .ops-dashboard-metric-value {
    overflow-wrap: normal !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
  }

  html:not(.ops-mobile-runtime) .ops-dashboard-chart-card {
    grid-column: 1 / span 2 !important;
  }

  html:not(.ops-mobile-runtime) .ops-dashboard-ranking-card {
    grid-column: 3 / span 1 !important;
  }

  html:not(.ops-mobile-runtime) .ops-dashboard-toolbar {
    align-items: center !important;
    flex-direction: row !important;
  }

  html:not(.ops-mobile-runtime) .ops-dashboard-approval-header {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  html:not(.ops-mobile-runtime) .ops-filter-row,
  html:not(.ops-mobile-runtime) .ops-filter-row-workorders,
  html:not(.ops-mobile-runtime) .ops-filter-row-schedule,
  html:not(.ops-mobile-runtime) .ops-filter-row-keeper-demands,
  html:not(.ops-mobile-runtime) .ops-filter-row-keeper-customers {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

/* Demand submit independent cards */
html.ops-mobile-runtime .ops-mobile-submit-month-tabs button {
  font-size: 16px;
}

html.ops-mobile-runtime .ops-mobile-submit-month-tabs button.is-active {
  background: #fff5ed;
}

html.ops-mobile-runtime .ops-mobile-submit-service-card {
  background: transparent;
  box-shadow: none;
}

html.ops-mobile-runtime .ops-mobile-submit-service-card > header {
  min-height: 40px;
  padding: 0 2px;
  border-bottom: 0;
}

html.ops-mobile-runtime .ops-mobile-submit-service-actions {
  padding: 6px 0 10px;
}

html.ops-mobile-runtime .ops-mobile-submit-service-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 12px;
}

html.ops-mobile-runtime .ops-mobile-submit-service-row {
  flex: 0 0 auto;
  min-height: 68px;
  align-items: stretch;
  padding: 12px 14px;
  border: 0;
  border-radius: var(--ops-mobile-card-radius);
  background: #fff;
  box-sizing: border-box;
}

html.ops-mobile-runtime .ops-mobile-submit-service-row.is-locked {
  margin: 0;
  padding: 12px 14px;
  background: #eef0f3;
}

html.ops-mobile-runtime .ops-mobile-submit-service-main,
html.ops-mobile-runtime button.ops-mobile-submit-service-main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

html.ops-mobile-runtime .ops-mobile-submit-service-row .ops-mobile-submit-service-main strong {
  overflow: visible;
  line-height: 21px;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

html.ops-mobile-runtime .ops-mobile-submit-service-row .ops-mobile-submit-service-main small {
  color: #909399;
  font-size: 12px;
  line-height: 18px;
}

html.ops-mobile-runtime .ops-mobile-submit-service-row .ops-mobile-submit-service-row-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  align-self: center;
}

html.ops-mobile-runtime .ops-mobile-submit-service-row .ops-mobile-submit-service-row-actions button {
  padding: 0 10px;
}

html.ops-mobile-runtime .ops-mobile-submit-si-list-card .ops-mobile-submit-empty {
  border-radius: var(--ops-mobile-card-radius);
  background: #fff;
}

html.ops-mobile-runtime .ops-mobile-submit-si-list {
  gap: 8px;
}

html.ops-mobile-runtime .ops-mobile-submit-si-row,
html.ops-mobile-runtime .ops-mobile-submit-si-row:first-child {
  flex: 0 0 auto;
  min-height: 106px;
  border: 0;
  border-radius: var(--ops-mobile-card-radius);
  background: #fff;
}

html.ops-mobile-runtime .ops-mobile-submit-si-service {
  align-items: center;
}

html.ops-mobile-runtime .ops-mobile-submit-si-service strong,
html.ops-mobile-runtime .ops-mobile-submit-si-main strong {
  overflow: visible;
  line-height: 22px;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

html.ops-mobile-runtime .ops-mobile-submit-si-quantity {
  display: grid;
  grid-template-columns: minmax(68px, 1fr) auto auto;
  justify-content: initial;
}

html.ops-mobile-runtime .ops-mobile-submit-si-intent {
  min-width: 0;
  color: #909399;
  line-height: 18px;
  overflow-wrap: anywhere;
}

html.ops-mobile-runtime .ops-mobile-submit-confirm-modal {
  max-height: min(78vh, 560px);
  overflow-y: auto;
}

html.ops-mobile-runtime .ops-mobile-submit-confirm-summary {
  overflow: hidden;
  margin: 14px 0 0;
  border: 1px solid #ebeef2;
  border-radius: 6px;
}

html.ops-mobile-runtime .ops-mobile-submit-confirm-summary > div {
  display: grid;
  grid-template-columns: minmax(76px, auto) minmax(0, 1fr);
  gap: 12px;
  padding: 10px 12px;
  border-top: 1px solid #ebeef2;
}

html.ops-mobile-runtime .ops-mobile-submit-confirm-summary > div:first-child {
  border-top: 0;
}

html.ops-mobile-runtime .ops-mobile-submit-confirm-summary span {
  color: #303133;
  font-weight: 600;
}

html.ops-mobile-runtime .ops-mobile-submit-confirm-summary em {
  color: #606266;
  font-style: normal;
  line-height: 20px;
  text-align: right;
}

html.ops-mobile-runtime .ops-mobile-submit-confirm-summary .is-danger span,
html.ops-mobile-runtime .ops-mobile-submit-confirm-summary .is-danger em {
  color: #f04444;
}

html.ops-mobile-runtime .ops-mobile-submit-confirm-note {
  margin-top: 12px;
  color: #606266;
  font-size: 13px;
  line-height: 20px;
}

html.ops-mobile-runtime .ops-mobile-grouped-customer-head strong,
html.ops-mobile-runtime .ops-mobile-settlement-card-head strong,
html.ops-mobile-runtime .ops-mobile-settlement-detail-card-head strong,
html.ops-mobile-runtime .ops-mobile-settlement-card-body div,
html.ops-mobile-runtime .ops-mobile-settlement-detail-card-body div,
html.ops-mobile-runtime .ops-mobile-settlement-amounts span,
html.ops-mobile-runtime .ops-mobile-settlement-bottom span,
html.ops-mobile-runtime .ops-mobile-grouped-create-summary {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

html.ops-mobile-runtime .ops-mobile-grouped-customer-head {
  align-items: start;
}

html.ops-mobile-runtime .ops-mobile-grouped-customer-head strong {
  line-height: 20px;
}

html.ops-mobile-runtime .ops-mobile-grouped-create-summary {
  text-align: left;
}

html.ops-mobile-runtime .ops-mobile-settlement-card-head,
html.ops-mobile-runtime .ops-mobile-settlement-detail-card-head,
html.ops-mobile-runtime .ops-mobile-settlement-bottom {
  align-items: start;
}

html.ops-mobile-runtime .ops-mobile-settlement-amounts span {
  min-height: 32px;
}

html.ops-mobile-runtime .ops-mobile-settlement-bottom span {
  line-height: 18px;
}

@media (max-width: 359px) {
  html.ops-mobile-runtime .ops-mobile-submit-service-row {
    gap: 6px;
    padding-right: 10px;
    padding-left: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-service-row .ops-mobile-submit-service-row-actions button {
    padding: 0 7px;
    font-size: 13px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-si-quantity {
    grid-template-columns: minmax(60px, 1fr) auto auto;
    gap: 6px;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-confirm-summary > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-confirm-summary em {
    text-align: left;
  }
}


/* Phase 7：手机端服务商退回与工单变更记录 */
html.ops-mobile-runtime .ops-mobile-workorder-detail-page {
  overflow: hidden;
}

html.ops-mobile-runtime .ops-mobile-workorder-detail-tabs {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 var(--ops-mobile-page-padding-x);
  border-bottom: 1px solid #ebeef5;
  background: #fff;
}

html.ops-mobile-runtime .ops-mobile-workorder-detail-tabs button {
  position: relative;
  height: 44px;
  border: 0;
  background: transparent;
  color: #606266;
  font: inherit;
  font-size: 14px;
}

html.ops-mobile-runtime .ops-mobile-workorder-detail-tabs button::after {
  position: absolute;
  right: 28%;
  bottom: 0;
  left: 28%;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: transparent;
  content: "";
}

html.ops-mobile-runtime .ops-mobile-workorder-detail-tabs button.is-active {
  color: #ff8200;
  font-weight: 700;
}

html.ops-mobile-runtime .ops-mobile-workorder-detail-tabs button.is-active::after {
  background: #ff8200;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-state {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 180px;
  padding: 24px 16px;
  color: #909399;
  font-size: 13px;
  text-align: center;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-state.is-error {
  color: #f56c6c;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-state button {
  min-width: 96px;
  height: 36px;
  border: 1px solid #ff8200;
  border-radius: 18px;
  background: #fff;
  color: #ff8200;
  font: inherit;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-timeline {
  position: relative;
  margin: 0;
  padding: 4px 0 4px 22px;
  list-style: none;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-timeline::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 8px;
  width: 2px;
  background: #ebeef5;
  content: "";
}

html.ops-mobile-runtime .ops-mobile-workorder-change-item {
  position: relative;
  margin: 0 0 12px;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-dot {
  position: absolute;
  top: 18px;
  left: -20px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #ff8200;
  box-shadow: 0 0 0 1px #ffd4a8;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-card {
  overflow: hidden;
  padding: 12px;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  background: #fff;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-card header strong {
  min-width: 0;
  color: #303133;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-card header span {
  flex: 0 0 auto;
  color: #ff8200;
  font-size: 12px;
  line-height: 20px;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-card dl {
  display: grid;
  gap: 6px;
  margin: 0;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-card dl > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 8px;
  font-size: 13px;
  line-height: 20px;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-card dt {
  color: #909399;
}

html.ops-mobile-runtime .ops-mobile-workorder-change-card dd {
  min-width: 0;
  margin: 0;
  color: #606266;
  word-break: break-word;
}

html.ops-mobile-runtime .ops-mobile-workorder-detail-bottom button.is-danger {
  border-color: #f56c6c;
  background: #fff;
  color: #f56c6c;
  font-weight: 700;
}

html.ops-mobile-runtime .ops-mobile-workorder-return-sheet {
  display: flex;
  flex-direction: column;
}

html.ops-mobile-runtime .ops-mobile-workorder-return-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-bottom: 10px;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}

html.ops-mobile-runtime .ops-mobile-workorder-return-body > p {
  margin: 0 0 8px;
  padding: 10px 2px;
  color: #909399;
  font-size: 13px;
  line-height: 20px;
}

html.ops-mobile-runtime .ops-mobile-workorder-return-sheet .ops-mobile-demand-reason-list {
  overflow: visible;
  max-height: none;
}

html.ops-mobile-runtime .ops-mobile-workorder-return-sheet .ops-mobile-demand-reason-text textarea {
  min-height: 96px;
  font-size: 16px;
  line-height: 24px;
  resize: none;
}

html.ops-mobile-runtime .ops-mobile-workorder-sheet-actions button.is-danger {
  border-color: #f56c6c;
  background: #f56c6c;
  color: #fff;
  font-weight: 700;
}

html.ops-mobile-runtime .ops-mobile-workorder-sheet-actions button.is-danger:disabled {
  border-color: #fab6b6;
  background: #fab6b6;
  color: #fff;
}

html.ops-wechat-runtime .ops-mobile-workorder-return-sheet textarea {
  font-size: 16px;
}

html.ops-mobile-runtime .ops-mobile-topbar-right.is-action {
  height: var(--ops-mobile-nav-height);
  padding: 0 8px 0 0;
  border: 0;
  background: transparent;
  color: #ff8200;
  font: inherit;
  font-size: 12px;
  line-height: var(--ops-mobile-nav-height);
  text-align: right;
  white-space: nowrap;
}

html.ops-mobile-runtime .ops-mobile-settlement-change-sheet {
  max-height: min(82vh, calc((var(--ops-mobile-vh, 1vh) * 100) - 64px - env(safe-area-inset-bottom, 0px)));
}

html.ops-mobile-runtime .ops-mobile-settlement-change-body {
  padding: 4px 0 12px;
}

html.ops-mobile-runtime .ops-mobile-settlement-change-more {
  display: block;
  min-width: 112px;
  height: 36px;
  margin: 8px auto 0;
  padding: 0 18px;
  border: 1px solid #ff8200;
  border-radius: 18px;
  background: #fff;
  color: #ff8200;
  font: inherit;
  font-size: 13px;
}

html.ops-mobile-runtime .ops-mobile-settlement-change-more:disabled {
  border-color: #dcdfe6;
  color: #c0c4cc;
}

@media (max-width: 359px) {
  html.ops-mobile-runtime .ops-mobile-workorder-detail-tabs {
    padding: 0 8px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-detail-bottom {
    gap: 8px;
    padding-right: 8px;
    padding-left: 8px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-change-card {
    padding: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-change-card dl > div {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 6px;
  }
}

@media (max-width: 768px) {
  html.ops-mobile-runtime .ops-mobile-profile-identity-sheet {
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-profile-identity-current {
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff7ed;
  }

  html.ops-mobile-runtime .ops-mobile-profile-identity-current span,
  html.ops-mobile-runtime .ops-mobile-profile-identity-current small,
  html.ops-mobile-runtime .ops-mobile-profile-identity-list small {
    color: #909399;
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-identity-tip {
    margin: 12px 0;
    color: #606266;
    font-size: 13px;
    line-height: 1.6;
  }

  html.ops-mobile-runtime .ops-mobile-profile-identity-list {
    display: grid;
    gap: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-identity-list button {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border: 1px solid #eeeeee;
    border-radius: var(--ops-mobile-card-radius);
    background: #fff;
    color: #303133;
    text-align: left;
  }

  html.ops-mobile-runtime .ops-mobile-profile-identity-list button span {
    display: grid;
    gap: 4px;
  }

  html.ops-mobile-runtime .ops-mobile-profile-identity-list button i {
    color: #909399;
    font-style: normal;
  }
}


/* demand eligibility linkage: mobile submit */
html.ops-mobile-runtime .ops-mobile-submit-select-row.is-eligibility-disabled,
html.ops-mobile-runtime .ops-mobile-submit-package-card.is-eligibility-disabled {
  background: #f4f5f7;
  border-color: #e4e7ed;
  color: #a8abb2;
  cursor: not-allowed;
  opacity: 1;
}

html.ops-mobile-runtime .ops-mobile-submit-select-row.is-eligibility-disabled strong,
html.ops-mobile-runtime .ops-mobile-submit-select-row.is-eligibility-disabled em,
html.ops-mobile-runtime .ops-mobile-submit-package-card.is-eligibility-disabled strong,
html.ops-mobile-runtime .ops-mobile-submit-package-card.is-eligibility-disabled em {
  color: #a8abb2;
}

html.ops-mobile-runtime .ops-mobile-submit-service-row.is-eligibility-invalid,
html.ops-mobile-runtime .ops-mobile-submit-si-row.is-eligibility-invalid {
  background: #fff7f6;
  box-shadow: inset 3px 0 0 #f56c6c;
}

html.ops-mobile-runtime .ops-mobile-submit-eligibility-error {
  display: block;
  margin-top: 4px;
  color: #f56c6c;
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
  white-space: normal;
}

html.ops-mobile-runtime .ops-mobile-submit-config-row.is-readonly {
  cursor: default;
}

html.ops-mobile-runtime .ops-mobile-submit-config-row.is-readonly strong {
  color: #303133;
}

@media (max-width: 360px) {
  html.ops-mobile-runtime .ops-mobile-submit-select-row,
  html.ops-mobile-runtime .ops-mobile-submit-package-card {
    padding-left: 14px;
    padding-right: 14px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-row {
    gap: 8px;
  }

  html.ops-mobile-runtime .ops-mobile-submit-config-row > span {
    min-width: 72px;
  }
}

@media (min-width: 901px) and (max-height: 500px) {
  html:not(.ops-mobile-runtime) .ops-keeper-customers-filter-card .ops-filter-row-keeper-customers {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  html:not(.ops-mobile-runtime) .ops-keeper-customers-filter-card .ops-filter-row-keeper-customers > .ops-filter-item {
    flex: none;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  html:not(.ops-mobile-runtime) .ops-keeper-customers-filter-card .ops-filter-item-date-range {
    grid-column: span 2 !important;
    width: 100%;
    max-width: none;
  }

  html:not(.ops-mobile-runtime) .ops-keeper-customers-filter-card .ops-filter-actions-keeper-customers {
    grid-column: 5 / span 1;
  }
}


/* === ops/css/errand-mobile.css === */
html.ops-mobile-runtime .ops-mobile-errand-list-page,
html.ops-mobile-runtime .ops-mobile-errand-create-page,
html.ops-mobile-runtime .ops-mobile-errand-detail-page {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  background: #f4f5f7;
}

html.ops-mobile-runtime .ops-mobile-errand-search {
  flex: 0 0 auto;
  margin: 10px 12px;
}

html.ops-mobile-runtime .ops-mobile-errand-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: 10px 12px 88px;
}

html.ops-mobile-runtime .ops-mobile-errand-card {
  cursor: pointer;
}

html.ops-mobile-runtime .ops-mobile-errand-card .ops-mobile-workorder-card-head {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

html.ops-mobile-runtime .ops-mobile-errand-card .ops-mobile-workorder-card-head strong {
  min-width: 0;
  overflow: visible;
  overflow-wrap: anywhere;
  line-height: 1.4;
  text-overflow: clip;
  white-space: normal;
}

html.ops-mobile-runtime .ops-mobile-errand-card .ops-mobile-workorder-card-head > span {
  flex: 0 0 auto;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 400;
}

html.ops-mobile-runtime .ops-mobile-errand-card .ops-mobile-workorder-card-body {
  padding-left: 0;
}

html.ops-mobile-runtime .ops-mobile-errand-card .ops-mobile-workorder-card-body > div {
  white-space: normal;
  overflow-wrap: anywhere;
}

html.ops-mobile-runtime .ops-mobile-errand-more {
  display: block;
  width: 100%;
  height: 42px;
  margin: 8px 0;
  border: 0;
  background: transparent;
  color: #606266;
  font-size: 13px;
}

html.ops-mobile-runtime .ops-mobile-errand-create-body,
html.ops-mobile-runtime .ops-mobile-errand-detail-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: 10px 10px calc(84px + env(safe-area-inset-bottom, 0px));
}

html.ops-mobile-runtime .ops-mobile-errand-detail-body {
  padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
}

html.ops-mobile-runtime .ops-mobile-errand-form-card {
  margin-bottom: 8px;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

html.ops-mobile-runtime .ops-mobile-errand-form-card h3 {
  margin: 0;
  padding: 12px 12px 8px;
  color: #303133;
  font-size: 15px;
  font-weight: 600;
}

html.ops-mobile-runtime .ops-mobile-errand-field-row {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 0;
  border-top: 1px solid #f0f1f2;
  background: #ffffff;
  padding: 9px 12px;
  color: #303133;
  text-align: left;
}

html.ops-mobile-runtime .ops-mobile-errand-field-row > span,
html.ops-mobile-runtime .ops-mobile-errand-quantity-row > span {
  color: #303133;
  font-size: 13px;
}

html.ops-mobile-runtime .ops-mobile-errand-field-row > strong {
  min-width: 0;
  color: #606266;
  font-size: 13px;
  font-weight: 400;
  overflow-wrap: anywhere;
}

html.ops-mobile-runtime .ops-mobile-errand-field-row.is-product-detail {
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 28px;
}

html.ops-mobile-runtime .ops-mobile-errand-field-row.is-product-detail > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

html.ops-mobile-runtime .ops-mobile-errand-field-row.is-product-detail > strong {
  justify-self: end;
  white-space: nowrap;
}

html.ops-mobile-runtime .ops-mobile-errand-field-row > strong.is-placeholder {
  color: #b2b5ba;
}

html.ops-mobile-runtime .ops-mobile-errand-field-row.is-picker {
  grid-template-columns: 94px minmax(0, 1fr) 18px;
  font: inherit;
}

html.ops-mobile-runtime .ops-mobile-errand-field-row.is-picker i {
  color: #909399;
  font-size: 22px;
  font-style: normal;
  text-align: right;
}

html.ops-mobile-runtime .ops-mobile-errand-field-row.is-input input {
  width: 100%;
  min-width: 0;
  height: 38px;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  color: #303133;
  font-size: 16px;
  text-align: left;
}

html.ops-mobile-runtime .ops-mobile-errand-product-row + .ops-mobile-errand-product-row {
  border-top: 7px solid #f4f5f7;
}

html.ops-mobile-runtime .ops-mobile-errand-product-row .ops-mobile-errand-field-row {
  border-top: 0;
}

html.ops-mobile-runtime .ops-mobile-errand-quantity-row {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f0f1f2;
  padding: 0 12px;
}

html.ops-mobile-runtime .ops-mobile-errand-stepper {
  display: grid;
  grid-template-columns: repeat(3, 36px);
  height: 34px;
}

html.ops-mobile-runtime .ops-mobile-errand-stepper button,
html.ops-mobile-runtime .ops-mobile-errand-stepper strong {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdfe6;
  background: #ffffff;
  color: #303133;
  font: inherit;
  font-size: 15px;
  font-weight: 400;
}

html.ops-mobile-runtime .ops-mobile-errand-stepper button + strong,
html.ops-mobile-runtime .ops-mobile-errand-stepper strong + button {
  border-left: 0;
}

html.ops-mobile-runtime .ops-mobile-errand-stepper button:disabled {
  color: #c0c4cc;
  background: #f5f7fa;
}

html.ops-mobile-runtime .ops-mobile-errand-upload-group {
  padding: 10px 12px 0;
}

html.ops-mobile-runtime .ops-mobile-errand-upload-group > label {
  display: block;
  margin-bottom: 8px;
  color: #303133;
  font-size: 13px;
}

html.ops-mobile-runtime .ops-mobile-errand-upload {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 126px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #ffd6b1;
  border-radius: 6px;
  background: #fff8f2;
  color: #ff8200;
  overflow: hidden;
}

html.ops-mobile-runtime .ops-mobile-errand-upload-group:last-child {
  padding-bottom: 12px;
}

html.ops-mobile-runtime .ops-mobile-errand-upload > span {
  font-size: 28px;
}

html.ops-mobile-runtime .ops-mobile-errand-upload > em {
  margin-top: 5px;
  font-size: 12px;
  font-style: normal;
}

html.ops-mobile-runtime .ops-mobile-errand-upload input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

html.ops-mobile-runtime .ops-mobile-errand-upload.has-image {
  min-height: 164px;
  background: #f4f5f7;
}

html.ops-mobile-runtime .ops-mobile-errand-upload > .ops-mobile-errand-upload-preview {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

html.ops-mobile-runtime .ops-mobile-errand-upload img {
  display: block;
  width: 100%;
  max-height: 240px;
  object-fit: contain;
}

html.ops-mobile-runtime .ops-mobile-errand-upload.has-image button {
  position: absolute;
  right: 8px;
  bottom: 8px;
  min-width: 76px;
  height: 34px;
  border: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.68);
  color: #ffffff;
  font-size: 12px;
}

html.ops-mobile-runtime .ops-mobile-errand-submit-footer {
  flex: 0 0 auto;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  background: #ffffff;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
}

html.ops-mobile-runtime .ops-mobile-errand-submit-footer button {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 22px;
  background: #ff8200;
  color: #ffffff;
  font-size: 14px;
}

html.ops-mobile-runtime .ops-mobile-errand-submit-footer button:disabled {
  opacity: 0.62;
}

html.ops-mobile-runtime .ops-mobile-errand-sheet-list {
  min-height: 120px;
  overscroll-behavior-y: contain;
}

html.ops-mobile-runtime .ops-mobile-errand-sheet .ops-mobile-submit-select-row strong,
html.ops-mobile-runtime .ops-mobile-errand-sheet .ops-mobile-submit-select-row em {
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}

html.ops-mobile-runtime .ops-mobile-errand-detail-photo {
  padding: 10px 12px;
  border-top: 1px solid #f0f1f2;
}

html.ops-mobile-runtime .ops-mobile-errand-detail-photo > span {
  display: block;
  margin-bottom: 8px;
  color: #303133;
  font-size: 13px;
}

html.ops-mobile-runtime .ops-mobile-errand-detail-photo img {
  display: block;
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  background: #f4f5f7;
}

@media (max-width: 360px) {
  html.ops-mobile-runtime .ops-mobile-errand-field-row {
    grid-template-columns: 78px minmax(0, 1fr);
    padding-right: 10px;
    padding-left: 10px;
  }

  html.ops-mobile-runtime .ops-mobile-errand-field-row.is-picker {
    grid-template-columns: 78px minmax(0, 1fr) 16px;
  }

  html.ops-mobile-runtime .ops-mobile-workorder-tabs button {
    font-size: 12px;
  }

  html.ops-mobile-runtime .ops-mobile-errand-card .ops-mobile-workorder-card-head {
    grid-template-columns: minmax(0, 1fr);
  }

  html.ops-mobile-runtime .ops-mobile-errand-card .ops-mobile-workorder-card-head > span {
    grid-column: 1;
    margin: 4px 0 0;
  }
}
