:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
}

body {
  background: #e7edf5;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 14px;
}

body.momo-l01-auth-page {
  background:
    radial-gradient(circle at 22% 18%, rgba(56, 189, 248, 0.2), transparent 34%),
    linear-gradient(135deg, #eef7ff 0%, #f8fbff 48%, #e4f0ff 100%);
  min-height: 100dvh;
  overflow: auto;
  padding: 0;
}

.momo-l01-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
  min-height: 100dvh;
  overflow: hidden;
}

.momo-l01-auth-visual {
  display: grid;
  grid-template-rows: auto minmax(360px, 1fr) auto;
  min-height: 100dvh;
  padding: 48px 64px 54px;
  position: relative;
}

.momo-l01-auth-visual::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72), transparent 46%),
    repeating-linear-gradient(135deg, rgba(37, 99, 235, 0.055) 0 1px, transparent 1px 64px);
  content: "";
  inset: 0;
  opacity: 0.78;
  position: absolute;
}

.momo-l01-auth-brand,
.momo-l01-auth-illustration,
.momo-l01-auth-slogan {
  position: relative;
  z-index: 1;
}

.momo-l01-auth-brand {
  align-items: center;
  color: #0f3f80;
  display: inline-flex;
  gap: 13px;
}

.momo-l01-auth-logo {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(147, 197, 253, 0.45);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.1);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.momo-l01-auth-logo img {
  display: block;
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.momo-l01-auth-brand b {
  display: block;
  font-size: 23px;
  font-weight: 850;
  letter-spacing: 0;
}

.momo-l01-auth-brand small {
  color: #64748b;
  display: block;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0;
  margin-top: 2px;
}

.momo-l01-auth-illustration {
  align-self: center;
  height: min(54vw, 560px);
  justify-self: center;
  max-height: 600px;
  min-height: 390px;
  width: min(64vw, 720px);
}

.momo-l01-auth-grid-plane {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(219, 234, 254, 0.16)),
    linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(37, 99, 235, 0.055) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  border: 1px solid rgba(191, 219, 254, 0.36);
  border-radius: 54px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 34px 90px rgba(37, 99, 235, 0.12);
  inset: 12% 4% 8%;
  position: absolute;
  transform: skewY(-8deg);
}

.momo-l01-auth-core {
  align-items: center;
  background: linear-gradient(160deg, #ffffff 0%, #dbeafe 54%, #1d4ed8 100%);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 34% 34% 39% 39%;
  box-shadow: inset 0 8px 22px rgba(255, 255, 255, 0.7), 0 34px 70px rgba(37, 99, 235, 0.28);
  color: #1d4ed8;
  display: flex;
  font-size: 60px;
  font-weight: 900;
  height: 202px;
  justify-content: center;
  left: 30%;
  letter-spacing: 0;
  position: absolute;
  top: 25%;
  width: 186px;
}

.momo-l01-auth-core::after {
  border: 13px solid transparent;
  border-top-color: #1d4ed8;
  bottom: -24px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.momo-l01-auth-core span {
  text-shadow: 0 3px 12px rgba(255, 255, 255, 0.68);
}

.momo-l01-auth-orbit {
  border: 9px solid rgba(37, 99, 235, 0.2);
  border-left-color: rgba(20, 184, 166, 0.42);
  border-radius: 50%;
  height: 210px;
  left: 26%;
  position: absolute;
  top: 49%;
  transform: rotate(-12deg) skewX(-14deg);
  width: 330px;
}

.momo-l01-auth-orbit.is-two {
  border-color: rgba(147, 197, 253, 0.44);
  border-right-color: rgba(29, 78, 216, 0.55);
  height: 150px;
  left: 31%;
  top: 56%;
  width: 250px;
}

.momo-l01-auth-cardlet {
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(147, 197, 253, 0.42);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.12);
  color: #0f3f80;
  display: grid;
  gap: 8px;
  min-width: 136px;
  padding: 16px;
  position: absolute;
}

.momo-l01-auth-cardlet strong {
  font-size: 14px;
  font-weight: 820;
}

.momo-l01-auth-cardlet i {
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  border-radius: 999px;
  display: block;
  height: 6px;
  width: 74px;
}

.momo-l01-auth-cardlet.is-policy {
  right: 12%;
  top: 27%;
}

.momo-l01-auth-cardlet.is-company {
  left: 10%;
  top: 42%;
}

.momo-l01-auth-cardlet.is-service {
  bottom: 19%;
  right: 18%;
}

.momo-l01-auth-slogan {
  color: #0f172a;
  max-width: 640px;
}

.momo-l01-auth-slogan h1 {
  font-size: 32px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.22;
  margin: 0 0 12px;
}

.momo-l01-auth-slogan p {
  color: #475569;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.momo-l01-auth-panel {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border-left: 1px solid rgba(226, 232, 240, 0.82);
  display: flex;
  justify-content: center;
  min-height: 100dvh;
  padding: 40px;
}

.momo-l01-auth-form {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 28px;
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.1);
  display: grid;
  gap: 18px;
  max-width: 430px;
  padding: 48px 46px;
  width: 100%;
}

.momo-l01-auth-form-head {
  margin-bottom: 8px;
}

.momo-l01-auth-form-head span {
  color: #2563eb;
  display: block;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.momo-l01-auth-form-head h2 {
  color: #0f172a;
  font-size: 32px;
  font-weight: 880;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.momo-l01-auth-form-head p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  margin: 12px 0 0;
}

.momo-l01-auth-form label {
  display: grid;
  gap: 8px;
}

.momo-l01-auth-form label span {
  color: #475569;
  font-size: 13px;
  font-weight: 760;
}

.momo-l01-auth-form input {
  background: #edf7ff;
  border: 1px solid #d9ecfb;
  border-radius: 12px;
  color: #0f172a;
  font: inherit;
  font-size: 14px;
  height: 46px;
  outline: 0;
  padding: 0 16px;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.momo-l01-auth-form input::placeholder {
  color: #93b8df;
}

.momo-l01-auth-form input:focus {
  background: #fff;
  border-color: rgba(37, 99, 235, 0.52);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.momo-l01-auth-submit {
  background: linear-gradient(180deg, #1677ff 0%, #075eea 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 820;
  height: 50px;
  margin-top: 14px;
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.momo-l01-auth-submit:hover {
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.3);
  transform: translateY(-1px);
}

.momo-l01-auth-error {
  color: #dc2626;
  display: none;
  font-size: 13px;
  line-height: 1.5;
  margin: -4px 0 0;
}

.momo-l01-auth-error.is-visible {
  display: block;
}

.momo-l01 {
  --l01-bg: #f7f9fc;
  --l01-paper: #ffffff;
  --l01-ink: #101828;
  --l01-muted: #697586;
  --l01-line: #dfe7f0;
  --l01-soft: #f3f6fa;
  --l01-primary: #2563eb;
  --l01-blue: #2563eb;
  --l01-blue-soft: #eff6ff;
  --l01-good: #15803d;
  --l01-good-soft: #ecfdf3;
  --l01-warn: #c2410c;
  --l01-warn-soft: #fff7ed;
  --l01-primary-hover: #1d4ed8;
  --l01-cyan: #155e75;
  --l01-gradient-ai: linear-gradient(135deg, #2563eb 0%, #14b8a6 100%);
  --l01-sidebar-width: 212px;
  --l01-sidebar-collapsed-width: 58px;
  --l01-topbar-height: 49px;
  --l01-content-x: 28px;
  --l01-content-y: 20px;
  --l01-radius-card: 14px;
  --l01-radius-control: 8px;
  --l01-shadow-border: 0 0 0 1px rgba(15, 23, 42, 0.045), 0 1px 2px -1px rgba(15, 23, 42, 0.06), 0 8px 22px rgba(15, 23, 42, 0.035);
  --l01-shadow-border-hover: 0 0 0 1px rgba(37, 99, 235, 0.12), 0 8px 18px rgba(15, 23, 42, 0.055);
  --l01-shadow-card: 0 1px 1px rgba(15, 23, 42, 0.025), 0 10px 26px rgba(15, 23, 42, 0.025);
  --l01-shadow-hover: 0 14px 34px rgba(15, 23, 42, 0.065);
  color: var(--l01-ink);
  height: 100dvh;
  width: 100%;
}

.momo-l01 button,
.momo-l01 input {
  font: inherit;
}

.momo-l01 a {
  color: inherit;
  text-decoration: none;
}

.momo-l01 ::selection {
  background: rgba(37, 99, 235, 0.14);
}

.momo-l01 :focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.34);
  outline-offset: 2px;
}

.momo-l01 * {
  scrollbar-color: rgba(102, 112, 133, 0.34) transparent;
  scrollbar-width: thin;
}

.momo-l01 *::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

.momo-l01 *::-webkit-scrollbar-thumb {
  background: rgba(102, 112, 133, 0.26);
  border: 3px solid transparent;
  border-radius: 999px;
  background-clip: content-box;
}

.momo-l01-shell {
  background: var(--l01-bg);
  display: grid;
  grid-template-columns: var(--l01-sidebar-width) minmax(0, 1fr);
  height: calc(100dvh - 28px);
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.095);
}

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

body.is-project-focus {
  padding: 8px;
}

body.is-project-focus .momo-l01-shell {
  grid-template-columns: 0 minmax(0, 1fr);
  height: calc(100dvh - 16px);
  border-radius: 18px;
}

body.is-project-focus .momo-l01-sidebar {
  border: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
}

body.is-project-focus #page-projects {
  max-width: none;
}

body.is-project-focus .momo-l01-content {
  padding-inline: 18px;
}

body.is-project-focus :where(.momo-l01-project-cockpit) {
  grid-template-columns: minmax(320px, 0.68fr) minmax(520px, 1.16fr) minmax(360px, 0.82fr);
}

body.is-project-focus .momo-l01-project-inbox-card,
body.is-project-focus .momo-l01-project-process-card,
body.is-project-focus .momo-l01-project-context-card {
  min-height: calc(100dvh - 288px);
  height: calc(100dvh - 288px);
}

body.is-project-focus .momo-l01-project-inbox,
body.is-project-focus .momo-l01-project-workspace,
body.is-project-focus .momo-l01-project-backfill {
  max-height: calc(100dvh - 348px);
}

.momo-l01-sidebar {
  background: var(--l01-paper);
  border-right: 1px solid var(--l01-line);
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: 15px 12px 12px;
  position: sticky;
  top: 0;
}

.momo-l01-brand {
  align-items: flex-start;
  display: flex;
  gap: 11px;
  height: 58px;
  padding: 2px 8px 13px;
}

.momo-l01-brand-mark,
.momo-l01-avatar {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.momo-l01-brand-mark {
  background: #fff;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.12), inset 0 0 0 1px rgba(37, 99, 235, 0.08);
  color: #fff;
  font-size: 15px;
  height: 34px;
  margin-top: 1px;
  overflow: hidden;
  width: 34px;
}

.momo-l01-brand-mark img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.momo-l01-brand-text {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding-top: 1px;
}

.momo-l01-brand-text b,
.momo-l01-brand-text small {
  display: block;
  min-width: 0;
}

.momo-l01-brand-text b {
  color: #0f172a;
  font-size: 16px;
  font-weight: 760;
  line-height: 1.12;
}

.momo-l01-brand-text small {
  color: #4f5f73;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.15;
}

.momo-l01-nav-group {
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.momo-l01-nav-group.is-bottom {
  margin-top: auto;
}

.momo-l01-nav-label {
  color: #758195;
  font-size: 11px;
  font-weight: 700;
  margin: 0 10px 6px;
  text-transform: uppercase;
}

.momo-l01-nav-item {
  align-items: center;
  border-radius: var(--l01-radius-control);
  color: #4b5565;
  display: flex;
  font-size: 13px;
  gap: 10px;
  height: 36px;
  padding: 0 9px;
  transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.momo-l01-nav-item:hover,
.momo-l01-nav-item.is-active {
  background: #f1f5f9;
  color: #101828;
}

.momo-l01-nav-item.is-disabled {
  cursor: not-allowed;
  opacity: 0.46;
}

.momo-l01-nav-item.is-disabled:hover {
  background: transparent;
  color: #4b5565;
}

.momo-l01-nav-item.is-active {
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.035);
  font-weight: 680;
}

.momo-l01-nav-item:active {
  transform: scale(0.96);
}

.momo-l01-icon {
  display: inline-flex;
  height: 16px;
  width: 16px;
}

.momo-l01-icon svg {
  display: block;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 16px;
}

.momo-l01-user-card {
  align-items: center;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  min-height: 48px;
  padding: 8px;
}

.momo-l01-avatar {
  background: var(--l01-soft);
  border: 1px solid var(--l01-line);
  color: #18181b;
  font-size: 11px;
  font-weight: 700;
  height: 32px;
  width: 32px;
}

.momo-l01-user-card strong,
.momo-l01-user-card small {
  display: block;
}

.momo-l01-user-card strong {
  font-size: 13px;
  line-height: 1.15;
}

.momo-l01-user-card small {
  color: var(--l01-muted);
  font-size: 12px;
  margin-top: 3px;
}

.momo-l01-shell.is-collapsed .momo-l01-sidebar {
  align-items: center;
  padding: 9px 7px;
}

.momo-l01-shell.is-collapsed .momo-l01-brand {
  height: 40px;
  justify-content: center;
  padding: 0;
}

.momo-l01-shell.is-collapsed .momo-l01-brand-text,
.momo-l01-shell.is-collapsed .momo-l01-nav-label,
.momo-l01-shell.is-collapsed .momo-l01-nav-text,
.momo-l01-shell.is-collapsed .momo-l01-user-card div {
  display: none;
}

.momo-l01-shell.is-collapsed .momo-l01-nav-group {
  gap: 5px;
  margin-top: 8px;
  width: 100%;
}

.momo-l01-shell.is-collapsed .momo-l01-nav-item {
  height: 36px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.momo-l01-workspace {
  display: grid;
  grid-template-rows: var(--l01-topbar-height) 1fr;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.momo-l01-topbar {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--l01-line);
  display: flex;
  gap: 10px;
  height: var(--l01-topbar-height);
  justify-content: space-between;
  padding: 0 28px;
}

.momo-l01-topbar-left,
.momo-l01-topbar-actions,
.momo-l01-card-head,
.momo-l01-chart-tabs,
.momo-l01-ai-head,
.momo-l01-ai-input {
  align-items: center;
  display: flex;
}

.momo-l01-topbar-left,
.momo-l01-topbar-actions {
  gap: 10px;
}

.momo-l01-icon-button,
.momo-l01-ghost-button,
.momo-l01-primary-button,
.momo-l01-link-button,
.momo-l01-chart-tabs button,
.momo-l01-segmented button,
.momo-l01-ai-input button,
.momo-l01-ai-actions button {
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-control);
  cursor: pointer;
  height: 36px;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease, transform 120ms ease;
}

.momo-l01-icon-button {
  background: transparent;
  border: 0;
  color: #556274;
  width: 36px;
}

.momo-l01-icon-button.is-card-tool {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #667085;
  height: 32px;
  width: 32px;
}

.momo-l01-icon-button:hover,
.momo-l01-ghost-button:hover,
.momo-l01-link-button:hover {
  background: var(--l01-soft);
  border-color: #d0d7e2;
}

.momo-l01-icon-button:active,
.momo-l01-ghost-button:active,
.momo-l01-primary-button:active,
.momo-l01-link-button:active,
.momo-l01-chart-tabs button:active,
.momo-l01-segmented button:active,
.momo-l01-ai-input button:active,
.momo-l01-ai-actions button:active,
.momo-l01-register-button:active {
  transform: scale(0.96);
}

.momo-l01-search {
  align-items: center;
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-control);
  color: var(--l01-muted);
  display: flex;
  gap: 8px;
  height: 34px;
  padding: 0 9px;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.018);
  width: min(360px, 40vw);
}

.momo-l01-search input {
  border: 0;
  color: var(--l01-ink);
  flex: 1;
  font-size: 13px;
  min-width: 0;
  outline: 0;
}

.momo-l01-search input::placeholder {
  color: #8a95a6;
}

.momo-l01-search kbd {
  background: var(--l01-soft);
  border: 1px solid var(--l01-line);
  border-radius: 6px;
  color: var(--l01-muted);
  font-size: 11px;
  padding: 2px 5px;
}

.momo-l01-ghost-button,
.momo-l01-link-button {
  background: #fff;
  color: #27364a;
  display: inline-flex;
  font-size: 13px;
  font-weight: 650;
  justify-content: center;
  padding: 0 11px;
  white-space: nowrap;
}

.momo-l01-link-button {
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
  border-color: #d8e2ee;
  border-radius: 11px;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.025), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #1f2a3d;
  height: 34px;
  letter-spacing: 0;
  min-width: 78px;
}

.momo-l01-card-head .momo-l01-link-button {
  border-radius: 10px;
  color: #101828;
  font-size: 12px;
  height: 31px;
  min-width: 76px;
  padding: 0 12px;
}

.momo-l01-link-button.is-mini {
  border-radius: 9px;
  font-size: 12px;
  height: 29px;
  min-width: 58px;
  padding: 0 10px;
}

.momo-l01-link-button.is-primary-soft {
  background: #edf5ff;
  border-color: rgba(37, 99, 235, 0.18);
  color: #1d5fd7;
}

.momo-l01-link-button.is-primary-soft:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.momo-l01-link-button.is-success-soft {
  background: #edf9f1;
  border-color: rgba(22, 163, 74, 0.2);
  color: #15803d;
}

.momo-l01-link-button.is-success-soft:hover {
  background: #15803d;
  border-color: #15803d;
  color: #fff;
}

.momo-l01-card-head .momo-l01-link-button:hover,
.momo-l01-icon-button.is-card-tool:hover {
  background: #f8fafc;
  border-color: #d8e0ea;
}

.momo-l01-link-button:hover {
  background: #f8fafc;
  border-color: #cfd8e3;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  color: #101828;
}

.momo-l01-primary-button {
  background: var(--l01-primary);
  border-color: var(--l01-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  padding: 0 13px;
}

.momo-l01-primary-button.is-compact {
  border-radius: 9px;
  font-size: 12px;
  height: 32px;
  min-width: 76px;
  padding: 0 11px;
}

.momo-l01-ghost-button.is-compact {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  font-size: 12px;
  height: 32px;
  justify-content: center;
  min-width: 74px;
  padding: 0 11px;
}

.momo-l01-topbar-actions .momo-l01-primary-button.is-compact {
  border-radius: 9px;
  font-size: 12px;
  height: 30px;
  min-width: 74px;
  padding: 0 11px;
}

.momo-l01-primary-button:hover {
  background: var(--l01-primary-hover);
  border-color: var(--l01-primary-hover);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.16);
}

.momo-l01-primary-button:disabled,
.momo-l01-ghost-button:disabled,
.momo-l01-link-button:disabled {
  background: #f3f6fa;
  border-color: #e3e9f1;
  box-shadow: none;
  color: #94a3b8;
  cursor: not-allowed;
  opacity: 0.72;
}

.momo-l01-content {
  min-height: 0;
  overflow-y: auto;
  padding: 20px 28px 28px;
}

.momo-l01-page {
  display: none;
}

.momo-l01-page.is-active {
  display: block;
}

.momo-l01-page-head {
  align-items: flex-end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.momo-l01-page-head > div:first-child {
  min-width: 0;
}

.momo-l01-eyebrow {
  color: var(--l01-blue);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.momo-l01-page-head h1 {
  color: #101828;
  font-size: 28px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
  text-wrap: balance;
}

.momo-l01-page-head p {
  color: var(--l01-muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 7px 0 0;
  max-width: 760px;
  overflow-wrap: anywhere;
}

.momo-l01-system-page-tools,
.momo-l01-system-form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.momo-l01-system-status {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 12px;
}

.momo-l01-system-status-chip {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-card);
  box-shadow: var(--l01-shadow-soft);
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 13px;
}

.momo-l01-system-status-chip span,
.momo-l01-system-test-hero span,
.momo-l01-system-detail-list span {
  color: var(--l01-muted);
  font-size: 12px;
  font-weight: 700;
}

.momo-l01-system-status-chip strong {
  color: #101828;
  font-size: 20px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.momo-l01-system-status-chip small {
  color: var(--l01-muted);
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.momo-l01-system-status-chip.is-success,
.momo-l01-system-test-hero.is-success {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.momo-l01-system-status-chip.is-blue {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.momo-l01-system-status-chip.is-wait,
.momo-l01-system-test-hero.is-wait {
  background: #fffbeb;
  border-color: #fde68a;
}

.momo-l01-system-status-chip.is-danger,
.momo-l01-system-test-hero.is-danger {
  background: #fef2f2;
  border-color: #fecaca;
}

.momo-l01-system-grid,
.momo-l01-system-ops-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(520px, 1.1fr) minmax(340px, 0.9fr);
  margin-bottom: 14px;
}

.momo-l01-system-config-card {
  scroll-margin-top: 16px;
}

.momo-l01-system-form {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momo-l01-system-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.momo-l01-system-form label > span {
  color: #475467;
  font-size: 12px;
  font-weight: 700;
}

.momo-l01-system-form input,
.momo-l01-system-form select,
.momo-l01-system-form textarea,
#system-audit-filter {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-control);
  color: #101828;
  font: inherit;
  min-width: 0;
  padding: 9px 10px;
}

.momo-l01-system-form textarea {
  resize: vertical;
}

.momo-l01-system-form .is-wide,
.momo-l01-system-form-actions {
  grid-column: 1 / -1;
}

.momo-l01-system-form .is-checkbox {
  align-items: center;
  display: flex;
  gap: 8px;
}

.momo-l01-system-form .is-checkbox input {
  width: auto;
}

.momo-l01-system-test-result {
  display: grid;
  gap: 12px;
}

.momo-l01-system-test-hero {
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-card);
  display: grid;
  gap: 7px;
  padding: 14px;
}

.momo-l01-system-test-hero strong {
  color: #101828;
  font-size: 26px;
  line-height: 1;
}

.momo-l01-system-detail-list,
.momo-l01-system-list,
.momo-l01-system-audit-list {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.momo-l01-system-detail-list p {
  align-items: start;
  border-bottom: 1px solid rgba(226, 232, 240, 0.78);
  display: grid;
  gap: 10px;
  grid-template-columns: 90px minmax(0, 1fr);
  margin: 0;
  padding: 8px 0;
  overflow-wrap: anywhere;
}

.momo-l01-system-row,
.momo-l01-system-audit-item {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-card);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  padding: 12px;
}

.momo-l01-system-row-main {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.momo-l01-system-inline-fields {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2px;
}

.momo-l01-system-inline-fields label {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.momo-l01-system-inline-fields label > span {
  color: #667085;
  font-size: 11px;
  font-weight: 700;
}

.momo-l01-system-inline-fields input,
.momo-l01-system-inline-fields textarea {
  background: #f8fafc;
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  color: #101828;
  font: inherit;
  min-width: 0;
  padding: 8px 10px;
}

.momo-l01-system-inline-fields .is-wide {
  grid-column: 1 / -1;
}

.momo-l01-system-permission-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.momo-l01-system-permission-chip {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #dbe4f0;
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  gap: 6px;
  padding: 6px 9px;
}

.momo-l01-system-permission-chip input {
  margin: 0;
}

.momo-l01-system-row-main strong,
.momo-l01-system-audit-item strong {
  color: #101828;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.momo-l01-system-row-main p,
.momo-l01-system-audit-item p {
  color: #475467;
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
}

.momo-l01-system-row-main p em {
  background: #f8fafc;
  border: 1px solid var(--l01-line);
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-style: normal;
  margin: 0 5px 5px 0;
  padding: 3px 7px;
}

.momo-l01-system-row-main small,
.momo-l01-system-audit-item small {
  color: var(--l01-muted);
  font-size: 12px;
}

.momo-l01-system-row-actions {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.momo-l01-system-audit-item {
  grid-template-columns: 78px minmax(0, 1fr);
}

.momo-l01-system-audit-item span {
  color: var(--l01-blue);
  font-size: 12px;
  font-weight: 800;
}

.momo-l01-system-audit-summary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.momo-l01-system-audit-summary span {
  background: #f8fafc;
  border: 1px solid #dbe4f0;
  border-radius: 999px;
  color: #334155;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
}

.momo-l01-login-panel {
  width: min(460px, calc(100vw - 48px));
}

.momo-l01-profile-modal-panel {
  width: min(680px, calc(100vw - 48px));
}

.momo-l01-login-form,
.momo-l01-profile-form {
  display: grid;
  gap: 14px;
}

.momo-l01-profile-summary {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 14px;
}

.momo-l01-profile-summary article {
  background: #f8fafc;
  border: 1px solid #dbe4f0;
  border-radius: var(--l01-radius-card);
  display: grid;
  gap: 5px;
  min-height: 82px;
  padding: 12px;
}

.momo-l01-profile-summary span {
  color: var(--l01-muted);
  font-size: 11px;
  font-weight: 700;
}

.momo-l01-profile-summary strong {
  color: #101828;
  font-size: 14px;
}

.momo-l01-login-form .is-checkbox {
  align-items: center;
  display: flex;
  gap: 8px;
}

.momo-l01-login-form .is-checkbox input {
  width: auto;
}

.momo-l01-system-page-tools {
  gap: 6px;
}

.momo-l01-system-page-tools .momo-l01-link-button {
  height: 28px;
  padding-inline: 8px;
}

.momo-l01-segmented {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: 10px;
  display: flex;
  padding: 3px;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.018);
}

.momo-l01-segmented button {
  background: transparent;
  border: 0;
  color: var(--l01-muted);
  font-size: 13px;
  height: 28px;
  padding: 0 12px;
}

.momo-l01-segmented button.is-active {
  background: var(--l01-blue-soft);
  color: #1d5fd7;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
}

.momo-l01-kpi-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 12px;
}

.momo-l01-kpi-card,
.momo-l01-card {
  background: var(--l01-paper);
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-card);
  box-shadow: var(--l01-shadow-card);
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.momo-l01-kpi-card:hover,
.momo-l01-card:hover {
  border-color: #d4dfeb;
  box-shadow: var(--l01-shadow-hover);
}

.momo-l01-kpi-card {
  min-height: 118px;
  padding: 15px;
}

.momo-l01-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.momo-l01-pill {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 650;
  height: 23px;
  justify-content: center;
  padding: 0 9px;
}

.momo-l01-pill.is-positive {
  background: var(--l01-good-soft);
  color: var(--l01-good);
}

.momo-l01-pill.is-negative {
  background: var(--l01-warn-soft);
  color: var(--l01-warn);
}

.momo-l01-kpi-card span,
.momo-l01-card p,
.momo-l01-mini-metric span,
.momo-l01-service-row span,
.momo-l01-policy-row span,
.momo-l01-ai-head span {
  color: var(--l01-muted);
  font-size: 12px;
}

.momo-l01-kpi-value {
  display: block;
  color: #101828;
  font-size: 27px;
  font-variant-numeric: tabular-nums;
  font-weight: 720;
  margin-top: 10px;
}

.momo-l01-kpi-value small {
  color: var(--l01-muted);
  font-size: 15px;
  font-weight: 600;
  margin-left: 3px;
}

.momo-l01-kpi-footer {
  display: grid;
  gap: 3px;
  margin-top: 10px;
}

.momo-l01-kpi-footer b {
  font-size: 13px;
  font-weight: 680;
}

.momo-l01-kpi-footer small {
  color: var(--l01-muted);
  font-size: 12px;
}

.momo-l01-primary-grid,
.momo-l01-chart-grid,
.momo-l01-project-section,
.momo-l01-bottom-grid {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.momo-l01-primary-grid {
  grid-template-columns: minmax(0, 1.42fr) minmax(380px, 0.58fr);
}

.momo-l01-chart-grid {
  grid-template-columns: minmax(0, 1.42fr) minmax(380px, 0.58fr);
}

.momo-l01-bottom-grid {
  grid-template-columns: minmax(0, 1fr);
}

.momo-l01-card {
  min-width: 0;
  padding: 15px;
}

.momo-l01-card-head {
  justify-content: space-between;
  margin-bottom: 10px;
}

.momo-l01-card h2 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
}

.momo-l01-card p {
  line-height: 1.5;
  margin: 5px 0 0;
  text-wrap: pretty;
}

.momo-l01-card-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.momo-l01-card-actions.is-stack {
  align-items: flex-end;
  flex-direction: column;
}

.momo-l01-card-main,
.momo-l01-card-side {
  height: 510px;
  overflow: hidden;
}

.momo-l01-mini-metrics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 10px;
}

.momo-l01-mini-metric {
  background: linear-gradient(180deg, #f8fafc 0%, #f5f8fc 100%);
  border: 1px solid var(--l01-line);
  border-radius: 10px;
  min-height: 58px;
  padding: 9px 10px;
}

.momo-l01-mini-metric strong {
  color: #101828;
  display: block;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  font-weight: 730;
  margin-top: 8px;
}

.momo-l01-opportunity-list {
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding-right: 5px;
}

.momo-l01-carousel-dots {
  align-items: center;
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: 10px;
  min-height: 14px;
}

.momo-l01-dot {
  background: #d9e5f1;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 6px;
  padding: 0;
  transition: background-color 160ms ease, transform 160ms ease, width 160ms ease;
  width: 6px;
}

.momo-l01-dot:hover {
  background: #a7bfd9;
}

.momo-l01-dot.is-active {
  background: var(--l01-blue);
  width: 18px;
}

.momo-l01-dot:disabled {
  background: #edf3f8;
  cursor: default;
}

.momo-l01-opportunity-card {
  background: #fff;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 118px;
  border: 1px solid var(--l01-line);
  border-radius: 12px;
  padding: 12px;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.momo-l01-opportunity-card:hover {
  background: #fbfdff;
  border-color: #d5dfeb;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.035);
}

.momo-l01-opportunity-main {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.momo-l01-source-chip,
.momo-l01-status-chip {
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 650;
  height: 23px;
  line-height: 23px;
  padding: 0 8px;
}

.momo-l01-source-chip {
  background: #edf5ff;
  color: #1d5fd7;
}

.momo-l01-source-line {
  align-items: center;
  display: flex;
  gap: 8px;
}

.momo-l01-source-meta {
  color: var(--l01-muted);
  font-size: 12px;
}

.momo-l01-status-chip {
  background: var(--l01-warn-soft);
  color: var(--l01-warn);
}

.momo-l01-status-chip.is-review {
  background: var(--l01-blue-soft);
  color: var(--l01-blue);
}

.momo-l01-status-chip.is-ok {
  background: var(--l01-good-soft);
  color: var(--l01-good);
}

.momo-l01-status-chip.is-muted {
  background: var(--l01-soft);
  color: var(--l01-muted);
}

.momo-l01-status-chip.is-done {
  background: rgba(15, 158, 145, 0.12);
  color: #0f766e;
}

.momo-l01-opportunity-card h3 {
  color: #101828;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.35;
  margin: 0;
}

.momo-l01-opportunity-card p {
  margin: 0;
}

.momo-l01-enterprise-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.momo-l01-enterprise-tags span {
  background: #f8fafc;
  border: 1px solid var(--l01-line);
  border-radius: 999px;
  color: #475569;
  font-size: 12px;
  font-weight: 650;
  height: 23px;
  line-height: 23px;
  padding: 0 8px;
}

.momo-l01-opportunity-review-list {
  display: grid;
  gap: 7px;
  margin-top: 1px;
}

.momo-l01-opportunity-review-row {
  align-items: center;
  background: #f8fbff;
  border: 1px solid #e5edf6;
  border-radius: 10px;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  min-height: 46px;
  padding: 8px 9px;
}

.momo-l01-opportunity-review-row strong {
  color: var(--l01-ink);
  display: block;
  font-size: 12px;
  font-weight: 720;
}

.momo-l01-opportunity-review-row span {
  color: var(--l01-muted);
  display: block;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 2px;
}

.momo-l01-review-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  justify-content: flex-end;
  max-width: 154px;
}

.momo-l01-opportunity-side {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}

.momo-l01-register-button {
  background: #edf5ff;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: var(--l01-radius-control);
  color: #1d5fd7;
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
  height: 30px;
  margin-top: 0;
  padding: 0 10px;
  width: 100%;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, transform 120ms ease;
}

.momo-l01-register-button.is-inline {
  justify-self: end;
  min-width: 96px;
  width: auto;
}

.momo-l01-register-button:hover {
  background: var(--l01-blue);
  border-color: var(--l01-blue);
  color: #fff;
}

.momo-l01-register-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.momo-l01-ticker-window {
  height: 410px;
  overflow: hidden;
  position: relative;
}

.momo-l01-ticker-window::before,
.momo-l01-ticker-window::after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.momo-l01-ticker-window::before {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0));
  height: 24px;
  top: 0;
}

.momo-l01-ticker-window::after {
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0));
  bottom: 0;
  height: 28px;
}

.momo-l01-policy-ticker {
  animation: l01Ticker 20s linear infinite;
  display: grid;
  gap: 9px;
  padding: 12px 0;
}

.momo-l01-ticker-window:hover .momo-l01-policy-ticker {
  animation-play-state: paused;
}

@keyframes l01Ticker {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

.momo-l01-policy-row {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: 12px;
  min-height: 116px;
  padding: 12px 12px 10px;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.momo-l01-policy-row:hover {
  background: #fbfdff;
  border-color: #d5dfeb;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.032);
}

.momo-l01-policy-row strong {
  color: #101828;
  display: block;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.38;
  margin: 6px 0 4px;
}

.momo-l01-policy-row small {
  color: var(--l01-muted);
  display: block;
  font-size: 11px;
  margin-top: 6px;
}

.momo-l01-policy-source {
  align-items: center;
  display: flex;
  gap: 8px;
}

.momo-l01-policy-source-name {
  align-items: center;
  color: var(--l01-muted);
  display: inline-flex;
  font-size: 12px;
  gap: 6px;
}

.momo-l01-policy-source-name i {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--l01-line);
  border-radius: 8px;
  color: #475467;
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.momo-l01-chart-tabs {
  background: #f1f5f9;
  border-radius: 10px;
  gap: 3px;
  padding: 3px;
}

.momo-l01-chart-tabs button {
  background: transparent;
  border: 0;
  color: var(--l01-muted);
  font-size: 12px;
  height: 28px;
  padding: 0 9px;
}

.momo-l01-chart-tabs button.is-active {
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  color: var(--l01-ink);
}

.momo-l01-svg-chart {
  height: 224px;
  overflow: hidden;
}

.momo-l01-svg-chart svg {
  display: block;
  height: auto;
  width: 100%;
}

.chart-grid-line {
  stroke: #e6edf5;
  stroke-dasharray: 3 5;
}

.chart-axis-label {
  fill: var(--l01-muted);
  font-size: 11px;
}

.chart-line-policy {
  fill: none;
  stroke: #0f6f86;
  stroke-width: 2.5;
}

.chart-line-ai {
  fill: none;
  stroke: var(--l01-blue);
  stroke-width: 2.5;
}

.chart-line-enterprise {
  fill: none;
  stroke: #475569;
  stroke-width: 2.5;
}

.chart-point {
  fill: #fff;
  stroke-width: 2;
}

.chart-animated-line {
  animation: l01ChartDraw 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.chart-animated-point {
  animation: l01ChartPoint 520ms ease-out 760ms both;
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes l01ChartDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes l01ChartPoint {
  from {
    opacity: 0;
    transform: scale(0.35);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.momo-l01-project-flow,
.momo-l01-service-list {
  display: grid;
  gap: 10px;
}

.momo-l01-service-row {
  border: 1px solid var(--l01-line);
  border-radius: 10px;
  padding: 11px;
}

.momo-l01-table {
  border-collapse: collapse;
  width: 100%;
}

.momo-l01-table thead th {
  color: #66758a;
  font-size: 12px;
  font-weight: 680;
  padding: 9px 10px 11px;
  text-align: left;
  white-space: nowrap;
}

.momo-l01-table tbody td {
  border-top: 1px solid var(--l01-line);
  color: #344054;
  font-size: 13px;
  padding: 11px 10px;
  vertical-align: top;
}

.momo-l01-table tbody td strong {
  color: var(--l01-ink);
  display: block;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.35;
}

.momo-l01-table tbody td span {
  color: var(--l01-muted);
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 3px;
}

.momo-l01-table tbody td span.momo-l01-badge {
  display: inline-flex;
  margin-top: 0;
}

.momo-l01-table tbody tr.is-selected {
  background: #f8fbff;
  box-shadow: inset 3px 0 0 rgba(37, 99, 235, 0.78);
}

.momo-l01-table tbody td small {
  color: #7b8798;
  display: block;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 3px;
}

.momo-l01-table tbody td .momo-l01-tag-line span {
  display: inline-flex;
  margin-top: 0;
}

.momo-l01-badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 650;
  height: 23px;
  justify-content: center;
  padding: 0 9px;
  white-space: nowrap;
}

.momo-l01-badge.is-on {
  background: var(--l01-good-soft);
  color: var(--l01-good);
}

.momo-l01-badge.is-wait {
  background: var(--l01-blue-soft);
  color: var(--l01-blue);
}

.momo-l01-badge.is-off {
  background: var(--l01-soft);
  color: var(--l01-muted);
}

.momo-l01-badge.is-danger {
  background: rgba(220, 38, 38, 0.1);
  color: #b42318;
}

.momo-l01-service-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 76px 78px;
  transition: background-color 140ms ease, border-color 140ms ease;
}

.momo-l01-service-row:hover {
  background: #fbfdff;
  border-color: #d5dfeb;
}

.momo-l01-service-row strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 680;
}

.momo-l01-card-structure {
  min-height: 308px;
}

.momo-l01-card-structure .momo-l01-card-head {
  align-items: flex-start;
}

.momo-l01-structure-breakdown {
  align-items: center;
  display: block;
  min-height: 218px;
}

.momo-l01-pie-stage {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 150px minmax(178px, 1fr);
  min-height: 206px;
}

.momo-l01-pie-wrap {
  align-items: center;
  display: grid;
  gap: 10px;
  justify-items: center;
  min-width: 0;
}

.momo-l01-donut {
  align-items: center;
  aspect-ratio: 1;
  background: var(--donut);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.035), 0 14px 28px rgba(15, 23, 42, 0.055);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 140px;
  position: relative;
  width: min(100%, 140px);
}

.momo-l01-donut::after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.03);
  content: "";
  inset: 18%;
  position: absolute;
}

.momo-l01-donut span,
.momo-l01-donut small {
  position: relative;
  z-index: 1;
}

.momo-l01-donut span {
  color: #09090b;
  font-size: 21px;
  font-variant-numeric: tabular-nums;
  font-weight: 760;
  line-height: 1;
}

.momo-l01-donut small {
  color: var(--l01-muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0;
  margin-top: 3px;
}

.momo-l01-legend {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.momo-l01-legend li {
  align-items: center;
  border-radius: 14px;
  color: #52525b;
  display: grid;
  font-size: 13px;
  gap: 10px;
  grid-template-columns: 10px minmax(84px, 1fr) minmax(46px, auto);
  line-height: 1.2;
  min-width: 0;
  min-height: 38px;
  padding: 7px 10px;
  white-space: nowrap;
}

.momo-l01-legend li.is-active {
  background: #f3f4f6;
}

.momo-l01-legend span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.momo-l01-legend i {
  border-radius: 999px;
  height: 10px;
  width: 10px;
}

.momo-l01-legend b {
  color: #334155;
  display: grid;
  font-variant-numeric: tabular-nums;
  gap: 2px;
  text-align: right;
}

.momo-l01-legend b strong {
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
}

.momo-l01-legend b small {
  color: #71717a;
  font-size: 11px;
  font-weight: 560;
  line-height: 1;
}

.momo-l01-empty {
  align-items: center;
  background: var(--l01-soft);
  border: 1px dashed var(--l01-line);
  border-radius: 10px;
  color: var(--l01-muted);
  display: flex;
  min-height: 96px;
  padding: 16px;
}

.momo-l01-company-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  margin-top: 10px;
}

.momo-l01-company-grid.is-secondary {
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
}

.momo-l01-company-grid.is-records {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
}

.momo-l01-company-command-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(250px, 0.76fr) minmax(0, 1.28fr) minmax(330px, 0.78fr);
  margin-top: 10px;
}

.momo-l01-company-ops-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 12px;
}

.momo-l01-company-pool-card,
.momo-l01-company-command-main,
.momo-l01-company-command-side {
  min-width: 0;
}

.momo-l01-company-list-layout > .momo-l01-card {
  min-height: 801px;
}

.momo-l01-company-pool-card .momo-l01-card-head {
  align-items: stretch;
  flex-direction: column;
}

.momo-l01-company-list-layout {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 360px;
  margin-top: 12px;
}

.momo-l01-company-tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.momo-l01-company-tools input {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-control);
  color: var(--l01-ink);
  font-size: 13px;
  flex: 1 1 150px;
  height: 34px;
  min-width: 0;
  outline: 0;
  padding: 0 10px;
}

.momo-l01-company-tools .momo-l01-link-button.is-mini,
.momo-l01-company-tools .momo-l01-ghost-button {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  font-size: 12px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  min-width: 62px;
  padding: 0 10px;
}

.momo-l01-company-tools #company-batch-tag {
  min-width: 82px;
}

.momo-l01-company-main {
  overflow-x: auto;
}

.momo-l01-company-main .momo-l01-table th:last-child,
.momo-l01-company-main .momo-l01-table td:last-child {
  text-align: right;
}

.momo-l01-company-main .momo-l01-table tr.is-selected td {
  background: #f8fbff;
}

.momo-l01-company-pool-card #company-table {
  display: grid;
  gap: 7px;
  overflow: visible;
  padding-right: 0;
}

.momo-l01-company-batch-notice {
  align-items: center;
  background: #f3f8ff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  color: #475569;
  display: flex;
  gap: 8px;
  min-height: 34px;
  padding: 7px 10px;
}

.momo-l01-company-batch-notice strong {
  color: #1d4ed8;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.momo-l01-company-batch-notice span {
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
  min-width: 0;
}

.momo-l01-company-page-list {
  display: grid;
  gap: 7px;
}

.momo-l01-company-pool-row {
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid #dce5ef;
  border-radius: 13px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.026);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 160px 108px;
  min-height: 62px;
  padding: 8px 12px 8px 16px;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.momo-l01-company-pool-row.is-selected {
  background: #fbfdff;
  border-color: rgba(37, 99, 235, 0.26);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.08), 0 10px 22px rgba(37, 99, 235, 0.055);
}

.momo-l01-company-pool-hit {
  background: transparent;
  color: inherit;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 0;
}

.momo-l01-company-pool-title,
.momo-l01-company-pool-meta,
.momo-l01-company-pool-actions {
  align-items: center;
  display: flex;
  gap: 6px;
  min-width: 0;
}

.momo-l01-company-pool-title {
  align-items: center;
  display: flex;
  min-height: 20px;
}

.momo-l01-company-pool-title strong {
  color: #101828;
  display: block;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-company-pool-hit > span,
.momo-l01-company-pool-meta small,
.momo-l01-company-pool-meta span {
  color: var(--l01-muted);
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 680;
  line-height: 1;
  white-space: nowrap;
}

.momo-l01-company-pool-hit > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-company-pool-meta {
  flex-wrap: nowrap;
  gap: 5px;
  overflow: hidden;
}

.momo-l01-company-pool-meta b {
  align-items: center;
  background: #eaf2ff;
  border-radius: 999px;
  color: #2563eb;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 760;
  height: 22px;
  justify-content: center;
  line-height: 1;
  padding: 0 8px;
  white-space: nowrap;
}

.momo-l01-company-pool-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  margin-top: 2px;
  min-width: 0;
  overflow: hidden;
}

.momo-l01-company-pool-tags span {
  background: #f7f9fc;
  border: 1px solid #e5ebf2;
  border-radius: 999px;
  color: #475569;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.2;
  max-width: 126px;
  overflow: hidden;
  padding: 4px 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-company-pool-meta span {
  align-items: center;
  background: #f7f9fc;
  border: 1px solid #e5ebf2;
  border-radius: 999px;
  color: #475569;
  display: inline-flex;
  flex: 0 0 auto;
  height: 22px;
  justify-content: center;
  max-width: 76px;
  overflow: hidden;
  padding: 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-company-pool-meta span.is-missing {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #c2410c;
}

.momo-l01-company-pool-meta span.is-violet {
  background: #eef0ff;
  border-color: #dfe3ff;
  color: #4f5fc7;
}

.momo-l01-company-pool-meta span.is-green {
  background: #eaf8ef;
  border-color: #d5f0df;
  color: #2a9d62;
}

.momo-l01-company-pool-meta span.is-blue {
  background: #edf4ff;
  border-color: #dbe7ff;
  color: #4773d6;
}

.momo-l01-company-pool-meta span.is-orange {
  background: #fff0eb;
  border-color: #ffe0d5;
  color: #d36a4a;
}

.momo-l01-company-pool-meta span.is-cyan {
  background: #eaf7f8;
  border-color: #d5eef1;
  color: #258ea0;
}

.momo-l01-company-pool-meta span.is-purple {
  background: #f3edff;
  border-color: #e6d8ff;
  color: #7c55c7;
}

.momo-l01-company-pool-meta span.is-neutral {
  background: #f3f6fa;
  border-color: #e6edf5;
  color: #58677b;
}

.momo-l01-company-pool-tags span:nth-child(n + 4) {
  display: none;
}

.momo-l01-company-pool-tags span.is-missing {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #c2410c;
}

.momo-l01-company-recent-service {
  display: none;
}

.momo-l01-company-pool-actions {
  align-items: center;
  align-self: center;
  display: flex;
  gap: 7px;
  justify-content: flex-end;
  min-width: 108px;
}

.momo-l01-company-segment-score {
  align-items: center;
  align-self: center;
  display: flex;
  gap: 7px;
  justify-content: center;
  justify-self: center;
  width: 160px;
}

.momo-l01-company-segment-bars {
  align-items: center;
  display: grid;
  flex: 0 0 112px;
  gap: 2px;
  grid-template-columns: repeat(20, 3px);
  height: 16px;
  justify-content: start;
  min-width: 112px;
}

.momo-l01-company-segment-bars i {
  background: #edf3f0;
  border-radius: 3px;
  display: block;
  height: 12px;
  width: 3px;
}

.momo-l01-company-segment-bars i.is-active {
  background: var(--segment-color, #9fdabb);
}

.momo-l01-company-segment-score span {
  color: #697586;
  flex: 0 0 34px;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 760;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.momo-l01-company-pool-actions .momo-l01-link-button {
  border-color: #dfe7f0;
  border-radius: 9px;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.018);
  font-size: 11px;
  font-weight: 720;
  justify-content: center;
  min-width: 46px;
  height: 28px;
  min-height: 28px;
  padding-inline: 9px;
}

.momo-l01-company-pool-actions .momo-l01-link-button[data-company-match] {
  background: #f7fbff;
  border-color: #d9e8fb;
  color: #2d65bd;
  min-width: 62px;
  padding-inline: 8px;
}

.momo-l01-company-pool-actions .momo-l01-link-button[data-company-match]:hover {
  background: #eef6ff;
  border-color: #c7daf6;
  color: #1f55a8;
}
}

.momo-l01-company-pool-actions .momo-l01-link-button[data-company-select],
.momo-l01-company-pool-actions .momo-l01-link-button[data-company-edit-modal] {
  display: none;
}

.momo-l01-company-pagination {
  align-items: center;
  border-top: 1px solid var(--l01-line);
  color: var(--l01-muted);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 8px;
}

.momo-l01-company-pagination div {
  display: flex;
  gap: 5px;
}

.momo-l01-company-pagination button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: 7px;
  color: #475569;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 740;
  height: 28px;
  justify-content: center;
  min-width: 28px;
  padding: 0 8px;
}

.momo-l01-company-pagination button.is-active {
  background: #101828;
  border-color: #101828;
  color: #fff;
}

.momo-l01-tag-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 260px;
}

.momo-l01-tag-line span {
  background: #f8fafc;
  border: 1px solid var(--l01-line);
  border-radius: 999px;
  color: #475569;
  font-size: 12px;
  font-weight: 650;
  height: 24px;
  padding: 0 8px;
}

.momo-l01-compact-list,
.momo-l01-action-list,
.momo-l01-match-list {
  display: grid;
  gap: 10px;
}

.momo-l01-module-metrics {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momo-l01-module-metrics.is-match {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.momo-l01-module-metrics.is-gap,
.momo-l01-module-metrics.is-records {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.momo-l01-module-metrics article {
  background: linear-gradient(180deg, #f8fafc 0%, #f5f8fc 100%);
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: var(--l01-shadow-border);
  min-height: 62px;
  padding: 9px 10px;
}

.momo-l01-module-metrics span {
  color: var(--l01-muted);
  display: block;
  font-size: 11px;
  font-weight: 650;
}

.momo-l01-module-metrics strong {
  color: #101828;
  display: block;
  font-size: 19px;
  font-variant-numeric: tabular-nums;
  font-weight: 760;
  line-height: 1;
  margin-top: 8px;
}

.momo-l01-module-metrics small {
  color: var(--l01-muted);
  font-size: 12px;
  font-weight: 650;
  margin-left: 3px;
}

.momo-l01-insight-panel {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: var(--l01-shadow-border);
  padding: 12px;
}

.momo-l01-insight-tabs {
  background: #f4f7fb;
  border-radius: 10px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 14px;
  padding: 4px;
}

.momo-l01-insight-tabs button {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #667085;
  cursor: pointer;
  font-size: 12px;
  font-weight: 760;
  height: 31px;
  transition: background-color 140ms ease, color 140ms ease, box-shadow 140ms ease, transform 120ms ease;
}

.momo-l01-insight-tabs button.is-active {
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05), 0 0 0 1px rgba(37, 99, 235, 0.08);
  color: #101828;
}

.momo-l01-qualification-insight {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 172px;
}

.momo-l01-bar-chart {
  align-items: end;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.76) 0%, rgba(255, 255, 255, 0.32) 100%);
  border-radius: 10px;
  box-shadow: inset 0 -1px 0 var(--l01-line), inset 1px 0 0 var(--l01-line);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-height: 216px;
  padding: 12px 8px 16px 12px;
  position: relative;
}

.momo-l01-bar-chart::before,
.momo-l01-bar-chart::after {
  border-top: 1px dashed #e7edf5;
  content: "";
  left: 12px;
  pointer-events: none;
  position: absolute;
  right: 6px;
}

.momo-l01-bar-chart::before {
  top: 58px;
}

.momo-l01-bar-chart::after {
  top: 126px;
}

.momo-l01-bar-item {
  align-items: center;
  align-self: end;
  background: transparent;
  border: 0;
  color: #475569;
  cursor: pointer;
  display: grid;
  gap: 6px;
  justify-items: center;
  min-width: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.momo-l01-bar-item span {
  color: #101828;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 760;
}

.momo-l01-bar-item i {
  animation: l01BarRise 560ms cubic-bezier(0.2, 0, 0, 1) both;
  animation-delay: var(--bar-delay, 0ms);
  background: linear-gradient(180deg, color-mix(in srgb, var(--bar-color), #ffffff 10%) 0%, var(--bar-color) 100%);
  border-radius: 7px 7px 3px 3px;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--bar-color), transparent 78%);
  display: block;
  height: var(--bar);
  min-height: 28px;
  transform-origin: bottom;
  transition: filter 140ms ease, transform 140ms ease, box-shadow 140ms ease;
  width: min(34px, 72%);
}

.momo-l01-bar-item:hover i {
  filter: saturate(1.08);
  transform: translateY(-2px) scaleX(1.04);
}

.momo-l01-bar-item b,
.momo-l01-bar-item small {
  display: block;
  max-width: 62px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-bar-item b {
  color: #64748b;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.25;
}

.momo-l01-bar-item small {
  color: #94a3b8;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.2;
}

.momo-l01-insight-metrics {
  display: grid;
  gap: 8px;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.momo-l01-insight-metrics article {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: var(--l01-shadow-border);
  display: grid;
  min-height: 76px;
  padding: 9px 10px;
}

.momo-l01-insight-metrics span,
.momo-l01-insight-metrics em {
  color: var(--l01-muted);
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.momo-l01-insight-metrics strong {
  color: #101828;
  display: block;
  font-size: 21px;
  font-variant-numeric: tabular-nums;
  font-weight: 780;
  line-height: 1;
  margin: 7px 0 4px;
}

.momo-l01-insight-metrics small {
  color: var(--l01-muted);
  font-size: 12px;
  font-weight: 650;
  margin-left: 3px;
}

.momo-l01-compact-list article,
.momo-l01-action-list article,
.momo-l01-match-list article,
.momo-l01-match-head {
  border: 1px solid var(--l01-line);
  border-radius: 10px;
  padding: 11px 12px;
}

.momo-l01-compact-list article,
.momo-l01-action-list article,
.momo-l01-match-list article {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 120ms ease;
}

.momo-l01-compact-list article:hover,
.momo-l01-action-list article:hover,
.momo-l01-match-list article:hover {
  background: #fbfdff;
  border-color: #d5dfeb;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

.momo-l01-compact-list span,
.momo-l01-action-list span,
.momo-l01-match-head span,
.momo-l01-match-list span {
  color: var(--l01-muted);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 3px;
}

.momo-l01-compact-list b,
.momo-l01-match-list em {
  font-variant-numeric: tabular-nums;
}

.momo-l01-row-main {
  display: grid;
  gap: 7px;
  min-width: 0;
  width: 100%;
}

.momo-l01-row-title,
.momo-l01-row-actions {
  align-items: center;
  display: flex;
  gap: 7px;
}

.momo-l01-row-title {
  min-width: 0;
}

.momo-l01-row-title strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-row-actions {
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.momo-l01-progress-mini {
  background: #eef4fa;
  border-radius: 999px;
  height: 5px;
  overflow: hidden;
  width: 100%;
}

.momo-l01-progress-mini i {
  background: linear-gradient(90deg, #2563eb, #14b8a6);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.momo-l01-priority-chip {
  background: #edf5ff;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  color: #1d5fd7;
  flex: 0 0 auto;
  font-size: 11px;
  font-style: normal;
  font-weight: 760;
  height: 22px;
  line-height: 20px;
  padding: 0 7px;
}

.momo-l01-priority-chip.is-high {
  background: var(--l01-warn-soft);
  border-color: #fed7aa;
  color: var(--l01-warn);
}

.momo-l01-action-list strong,
.momo-l01-match-head strong,
.momo-l01-match-list strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.35;
}

.momo-l01-match-panel {
  display: grid;
  gap: 10px;
}

.momo-l01-match-empty {
  align-items: center;
  background: linear-gradient(180deg, #f8fafc 0%, #f5f8fc 100%);
  border: 1px dashed #d9e3ef;
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 106px;
  min-height: 112px;
  padding: 14px;
}

.momo-l01-health-panel {
  display: grid;
  gap: 9px;
  min-height: 651px;
}

.momo-l01-health-donut-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 126px minmax(0, 1fr);
}

.momo-l01-health-donut {
  align-items: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at center, #fff 0 52%, transparent 53%),
    conic-gradient(#0f9f91 0 var(--health), #e8eef5 var(--health) 360deg);
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  position: relative;
}

.momo-l01-health-donut.is-multi {
  background:
    radial-gradient(circle at center, #fff 0 52%, transparent 53%),
    conic-gradient(var(--health-chart));
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.momo-l01-health-donut strong {
  color: #101828;
  font-size: 24px;
  font-variant-numeric: tabular-nums;
  font-weight: 820;
  line-height: 1;
}

.momo-l01-health-donut small {
  color: var(--l01-muted);
  font-size: 12px;
  margin-left: 2px;
}

.momo-l01-health-donut span {
  color: var(--l01-muted);
  font-size: 11px;
  font-weight: 720;
  margin-top: 7px;
}

.momo-l01-health-legend {
  display: grid;
  gap: 6px;
}

.momo-l01-health-legend span {
  align-items: center;
  background: #f8fafc;
  border-radius: 9px;
  box-shadow: var(--l01-shadow-border);
  display: grid;
  gap: 6px;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  min-height: 28px;
  padding: 6px 8px;
}

.momo-l01-health-legend i {
  background: var(--legend-color);
  border-radius: 999px;
  height: 8px;
  width: 8px;
}

.momo-l01-health-legend b,
.momo-l01-health-legend em {
  color: #475569;
  font-size: 11px;
  font-style: normal;
  font-weight: 720;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-health-legend em {
  color: #101828;
  font-variant-numeric: tabular-nums;
}

.momo-l01-health-donut-meta {
  display: grid;
  gap: 7px;
}

.momo-l01-health-donut-meta article {
  background: #f8fafc;
  border-radius: 10px;
  box-shadow: var(--l01-shadow-border);
  padding: 8px;
}

.momo-l01-health-donut-meta article.is-risk {
  background: #fef2f2;
}

.momo-l01-health-donut-meta span {
  color: var(--l01-muted);
  display: block;
  font-size: 11px;
}

.momo-l01-health-donut-meta strong {
  color: #101828;
  display: block;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  margin-top: 6px;
}

.momo-l01-health-score-row {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momo-l01-health-score-row article,
.momo-l01-health-actions article {
  background: #f8fafc;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: var(--l01-shadow-border);
  padding: 7px 8px;
}

.momo-l01-health-score-row article.is-warn {
  background: #fff7ed;
}

.momo-l01-health-score-row article.is-risk {
  background: #fef2f2;
}

.momo-l01-health-score-row span,
.momo-l01-health-score-row em,
.momo-l01-health-actions span {
  color: var(--l01-muted);
  display: block;
  font-size: 11px;
  font-style: normal;
  line-height: 1.4;
}

.momo-l01-health-score-row strong {
  color: #101828;
  display: block;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  font-weight: 780;
  line-height: 1;
  margin: 6px 0 4px;
}

.momo-l01-health-score-row small {
  color: var(--l01-muted);
  font-size: 12px;
  margin-left: 2px;
}

.momo-l01-health-columns {
  display: grid;
  gap: 9px;
  grid-template-columns: 1fr;
}

.momo-l01-health-tags,
.momo-l01-health-actions {
  display: grid;
  gap: 7px;
}

.momo-l01-health-tag-row {
  align-items: center;
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: 10px;
  display: grid;
  gap: 7px;
  grid-template-columns: 74px minmax(0, 1fr) 66px auto;
  min-height: 28px;
  padding: 5px 8px;
}

.momo-l01-health-tag-row span,
.momo-l01-health-tag-row em {
  color: #475569;
  font-size: 11px;
  font-style: normal;
  font-weight: 680;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-health-tag-row i {
  background: #eef4fa;
  border-radius: 999px;
  height: 7px;
  overflow: hidden;
}

.momo-l01-health-tag-row b {
  background: var(--tag-color, var(--l01-blue));
  border-radius: inherit;
  display: block;
  height: 100%;
}

.momo-l01-health-tag-row button {
  height: 26px;
  padding: 0 7px;
}

.momo-l01-health-actions article {
  align-items: center;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 54px;
}

.momo-l01-health-actions strong {
  color: #101828;
  font-size: 13px;
  font-weight: 760;
}

.momo-l01-health-actions span {
  grid-column: 1;
}

.momo-l01-health-actions button {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.momo-l01-quick-launch {
  display: grid;
  gap: 12px;
}

.momo-l01-quick-launch strong {
  color: #101828;
  display: block;
  font-size: 14px;
  font-weight: 760;
}

.momo-l01-quick-launch span {
  color: var(--l01-muted);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 5px;
}

.momo-l01-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.momo-l01-quick-actions.is-after-match {
  margin-top: -2px;
}

.momo-l01-match-empty strong {
  color: #101828;
  display: block;
  font-size: 14px;
  font-weight: 740;
}

.momo-l01-match-empty span {
  color: var(--l01-muted);
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
}

.momo-l01-company-workbench {
  display: grid;
  gap: 12px;
}

.momo-l01-company-hero-card,
.momo-l01-company-ops-panel,
.momo-l01-health-panel,
.momo-l01-quick-launch {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: var(--l01-shadow-border);
  padding: 12px;
}

.momo-l01-company-hero-main {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-width: 0;
}

.momo-l01-company-hero-main strong {
  color: #101828;
  display: block;
  font-size: 17px;
  font-weight: 780;
  line-height: 1.25;
  margin-top: 9px;
}

.momo-l01-company-hero-main p {
  color: var(--l01-muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 5px 0 0;
}

.momo-l01-company-hero-main em {
  color: var(--l01-blue);
  flex: 0 0 auto;
  font-size: 30px;
  font-style: normal;
  font-variant-numeric: tabular-nums;
  font-weight: 780;
  line-height: 1;
}

.momo-l01-company-hero-main small {
  color: var(--l01-muted);
  font-size: 13px;
  margin-left: 2px;
}

.momo-l01-company-hero-facts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 12px;
}

.momo-l01-company-hero-facts article {
  background: #f8fafc;
  border-radius: 10px;
  padding: 9px 10px;
  min-width: 0;
}

.momo-l01-company-hero-facts span,
.momo-l01-company-hero-facts small,
.momo-l01-company-section-head span,
.momo-l01-company-next-steps span {
  color: var(--l01-muted);
  display: block;
  font-size: 11px;
  line-height: 1.4;
}

.momo-l01-company-hero-facts strong {
  color: #101828;
  display: block;
  font-size: 14px;
  font-weight: 740;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-company-section-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.momo-l01-company-section-head strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 760;
}

.momo-l01-company-material-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.momo-l01-company-material-grid span {
  border: 1px solid var(--l01-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 680;
  padding: 5px 8px;
}

.momo-l01-company-material-grid span.is-ok {
  background: var(--l01-good-soft);
  border-color: rgba(15, 158, 145, 0.16);
  color: var(--l01-good);
}

.momo-l01-company-material-grid span.is-missing {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #c2410c;
}

.momo-l01-company-next-steps {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.momo-l01-company-next-steps article {
  align-items: flex-start;
  display: grid;
  gap: 9px;
  grid-template-columns: auto minmax(0, 1fr);
}

.momo-l01-company-next-steps em {
  background: #edf5ff;
  border-radius: 999px;
  color: #1d5fd7;
  font-size: 11px;
  font-style: normal;
  font-weight: 760;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}

.momo-l01-company-next-steps strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 730;
}

.momo-l01-company-profile {
  align-items: center;
  background: linear-gradient(180deg, #f8fafc 0%, #f5f8fc 100%);
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: var(--l01-shadow-border);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 13px;
}

.momo-l01-company-profile strong {
  color: #101828;
  display: block;
  font-size: 15px;
  font-weight: 740;
}

.momo-l01-company-profile span,
.momo-l01-profile-grid small,
.momo-l01-record-list small,
.momo-l01-record-list p {
  color: var(--l01-muted);
  display: block;
  font-size: 12px;
  line-height: 1.45;
}

.momo-l01-company-profile em {
  color: var(--l01-blue);
  font-size: 22px;
  font-style: normal;
  font-weight: 760;
}

.momo-l01-progress-track {
  background: #edf3f8;
  border-radius: 999px;
  height: 7px;
  overflow: hidden;
}

.momo-l01-progress-track i {
  background: linear-gradient(90deg, #2563eb, #14b8a6);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.momo-l01-profile-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momo-l01-profile-grid article {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: var(--l01-shadow-border);
  padding: 10px;
}

.momo-l01-profile-grid span {
  color: var(--l01-muted);
  display: block;
  font-size: 11px;
}

.momo-l01-profile-grid strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 720;
  margin-top: 5px;
}

.momo-l01-gap-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.momo-l01-gap-list span {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  color: #c2410c;
  font-size: 12px;
  font-weight: 650;
  padding: 5px 8px;
}

.momo-l01-workbench-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momo-l01-record-list {
  display: grid;
  gap: 10px;
}

#ai-project-list {
  max-height: 430px;
  overflow-y: auto;
  padding-right: 4px;
}

.momo-l01-record-list > article {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  padding: 11px 12px;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

#ai-project-list > article {
  grid-template-columns: 68px minmax(0, 1fr);
}

#ai-project-list .momo-l01-row-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  grid-column: 2;
  justify-content: flex-start;
}

.momo-l01-record-list > article:hover {
  background: #fbfdff;
  border-color: #d5dfeb;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.035);
}

.momo-l01-record-list > article > span,
.momo-l01-record-list em {
  background: #f8fafc;
  border: 1px solid var(--l01-line);
  border-radius: 999px;
  color: #475569;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  height: 24px;
  line-height: 22px;
  padding: 0 8px;
  white-space: nowrap;
}

.momo-l01-record-list > article strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.momo-l01-record-list > article p {
  margin: 4px 0 0;
}

.momo-l01-match-head {
  align-items: center;
  background: linear-gradient(180deg, #f8fafc 0%, #f5f8fc 100%);
  display: flex;
  justify-content: space-between;
}

@keyframes l01BarRise {
  from {
    opacity: 0.58;
    transform: scaleY(0.18);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

.momo-l01-match-score {
  color: var(--l01-muted);
  display: grid;
  flex: 0 0 auto;
  gap: 3px;
  justify-items: end;
}

.momo-l01-match-score b {
  color: #1d5fd7;
  font-size: 20px;
  font-variant-numeric: tabular-nums;
  font-weight: 780;
  line-height: 1;
}

.momo-l01-match-score small {
  color: var(--l01-muted);
  font-size: 11px;
  font-weight: 650;
  margin-left: 2px;
}

.momo-l01-match-list article {
  align-items: flex-start;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.momo-l01-match-list em,
.momo-l01-match-list b {
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  white-space: nowrap;
}

.momo-l01-match-list em {
  background: #edf5ff;
  color: #1d5fd7;
}

.momo-l01-match-list b {
  background: var(--l01-good-soft);
  color: var(--l01-good);
}

.momo-l01-project-page-tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.momo-l01-project-page-tools input,
.momo-l01-project-page-tools select {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-control);
  color: var(--l01-ink);
  font-size: 12px;
  height: 34px;
  min-width: 0;
  padding: 0 10px;
}

.momo-l01-project-page-tools input {
  width: 230px;
}

.momo-l01-project-compact-stats {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
  margin: -2px 0 10px;
  max-width: 100%;
}

.momo-l01-project-stat-chip {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e5edf6;
  border-radius: 999px;
  color: #475569;
  cursor: pointer;
  display: inline-flex;
  gap: 6px;
  height: 28px;
  padding: 0 9px;
}

.momo-l01-project-stat-chip span {
  font-size: 11px;
  font-weight: 760;
  white-space: nowrap;
}

.momo-l01-project-stat-chip strong {
  color: #0f172a;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  font-weight: 820;
  line-height: 1;
}

.momo-l01-project-stat-chip small {
  color: #64748b;
  font-size: 10px;
  margin-left: 1px;
}

.momo-l01-project-stat-chip.is-blue {
  background: #eff6ff;
  border-color: #dbeafe;
  color: #1d4ed8;
}

.momo-l01-project-stat-chip.is-wait {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #c2410c;
}

.momo-l01-project-stat-chip.is-danger {
  background: #fef2f2;
  border-color: #fecaca;
  color: #b42318;
}

.momo-l01-project-stat-chip.is-success {
  background: #ecfdf3;
  border-color: #bbf7d0;
  color: #15803d;
}

.momo-l01-project-cockpit,
.momo-l01-project-board-strip {
  display: grid;
  gap: 14px;
  margin-top: 8px;
  width: 100%;
}

.momo-l01-project-cockpit {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.08fr) minmax(320px, 0.82fr);
}

.momo-l01-project-board-strip {
  grid-template-columns: minmax(0, 1fr);
}

.momo-l01-project-board-strip > .momo-l01-card {
  width: 100%;
}

.momo-l01-service-page-tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.momo-l01-service-page-tools input,
.momo-l01-service-page-tools select {
  background: #fff;
  border: 1px solid #d8e1ec;
  border-radius: 10px;
  color: #344054;
  font-size: 12px;
  height: 32px;
  min-width: 146px;
  padding: 0 10px;
}

.momo-l01-service-layout {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(340px, 0.76fr) minmax(560px, 1.24fr);
  margin-top: 8px;
}

.momo-l01-service-queue-card,
.momo-l01-service-fulfillment-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 620px;
  min-height: 620px;
}

.momo-l01-service-queue-card {
  grid-template-rows: auto auto auto minmax(0, 1fr);
}

.momo-l01-service-queue,
.momo-l01-service-workspace,
.momo-l01-service-record-flow {
  min-height: 0;
  overflow: auto;
}

.momo-l01-service-fulfillment-body {
  display: grid;
  gap: 12px;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
}

.momo-l01-service-compact-stats {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 8px;
}

.momo-l01-service-stat-chip {
  background: #f8fafc;
  border: 1px solid #e5edf6;
  border-radius: 10px;
  color: #475467;
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 8px;
  text-align: left;
}

.momo-l01-service-stat-chip span {
  font-size: 11px;
  font-weight: 760;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-service-stat-chip strong {
  color: #101828;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.momo-l01-service-stat-chip small {
  color: #64748b;
  font-size: 11px;
  margin-left: 2px;
}

.momo-l01-service-stat-chip.is-blue {
  background: #eef5ff;
  border-color: rgba(37, 99, 235, 0.16);
}

.momo-l01-service-stat-chip.is-wait {
  background: #fff7ed;
  border-color: #fed7aa;
}

.momo-l01-service-stat-chip.is-danger {
  background: #fef2f2;
  border-color: #fecaca;
}

.momo-l01-service-stat-chip.is-success {
  background: #ecfdf3;
  border-color: #bbf7d0;
}

.momo-l01-service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.momo-l01-service-tabs button {
  align-items: center;
  background: #fff;
  border: 1px solid #e1e8f0;
  border-radius: 999px;
  color: #667085;
  display: inline-flex;
  font-size: 11px;
  font-weight: 760;
  gap: 5px;
  height: 27px;
  padding: 0 9px;
}

.momo-l01-service-tabs button.is-active {
  background: #edf5ff;
  border-color: rgba(37, 99, 235, 0.2);
  color: #1d5fd7;
}

.momo-l01-service-tabs em {
  font-style: normal;
}

.momo-l01-service-queue {
  display: grid;
  gap: 9px;
  padding-right: 2px;
}

.momo-l01-service-queue-item {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 11px;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.momo-l01-service-queue-item.is-selected {
  background: #f8fbff;
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: inset 3px 0 0 rgba(37, 99, 235, 0.78);
}

.momo-l01-service-queue-main {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.momo-l01-service-queue-main strong,
.momo-l01-service-queue-main p,
.momo-l01-service-queue-main small,
.momo-l01-service-queue-foot span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-service-queue-main strong {
  color: #101828;
  font-size: 13px;
}

.momo-l01-service-queue-main p,
.momo-l01-service-queue-main small,
.momo-l01-service-queue-foot span {
  color: #667085;
  font-size: 11px;
  margin: 0;
}

.momo-l01-service-queue-meta,
.momo-l01-service-queue-foot {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.momo-l01-service-queue-foot {
  justify-content: space-between;
}

.momo-l01-service-focus {
  align-items: start;
  background: #f8fbff;
  border: 1px solid #e5edf6;
  border-radius: 12px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 12px;
}

.momo-l01-service-focus strong {
  color: #101828;
  display: block;
  font-size: 15px;
  line-height: 1.35;
  margin-top: 6px;
}

.momo-l01-service-focus p {
  color: #64748b;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}

.momo-l01-service-focus em {
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  padding: 5px 9px;
  white-space: nowrap;
}

.momo-l01-service-focus em.is-danger {
  background: #fef2f2;
  color: #b42318;
}

.momo-l01-service-focus em.is-wait {
  background: #fff7ed;
  color: #c2410c;
}

.momo-l01-service-focus em.is-success {
  background: #ecfdf3;
  color: #15803d;
}

.momo-l01-service-focus em.is-blue {
  background: #edf5ff;
  color: #1d5fd7;
}

.momo-l01-service-facts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 10px;
}

.momo-l01-service-facts article {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 11px;
  min-width: 0;
  padding: 10px;
}

.momo-l01-service-facts span,
.momo-l01-service-facts small {
  color: #667085;
  display: block;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-service-facts strong {
  color: #101828;
  display: block;
  font-size: 12px;
  margin: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-service-result-input,
.momo-l01-service-next-input {
  background: #fff;
  border: 1px solid #d8e1ec;
  border-radius: 10px;
  color: #344054;
  font-size: 12px;
  margin-top: 8px;
  padding: 9px 10px;
  width: 100%;
}

.momo-l01-service-next-input {
  height: 34px;
}

.momo-l01-service-template-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.momo-l01-service-template-list button {
  background: #fff;
  border: 1px solid #d8e1ec;
  border-radius: 9px;
  color: #344054;
  font-size: 12px;
  font-weight: 760;
  height: 30px;
  padding: 0 10px;
}

.momo-l01-service-page-tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.momo-l01-service-page-tools input,
.momo-l01-service-page-tools select {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-control);
  color: var(--l01-ink);
  font-size: 12px;
  height: 34px;
  min-width: 0;
  padding: 0 10px;
}

.momo-l01-service-page-tools input {
  width: 240px;
}

.momo-l01-notice-page-tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.momo-l01-notice-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 14px;
}

.momo-l01-notice-summary-chip {
  background: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  color: #344054;
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 13px;
  text-align: left;
}

.momo-l01-notice-summary-chip.is-active {
  border-color: #2563eb;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.12);
}

.momo-l01-notice-summary-chip span,
.momo-l01-notice-summary-chip em {
  color: #667085;
  font-size: 11px;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-notice-summary-chip strong {
  color: #101828;
  font-size: 26px;
  letter-spacing: 0;
}

.momo-l01-notice-summary-chip small {
  color: #667085;
  font-size: 12px;
  margin-left: 2px;
}

.momo-l01-notice-summary-chip.is-blue {
  background: #f7fbff;
}

.momo-l01-notice-summary-chip.is-wait {
  background: #fffaf1;
}

.momo-l01-notice-summary-chip.is-danger {
  background: #fff7f7;
}

.momo-l01-notice-summary-chip.is-success {
  background: #f3fbf7;
}

.momo-l01-notice-layout {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(380px, 0.92fr) minmax(520px, 1.08fr);
}

.momo-l01-notice-focus-card,
.momo-l01-notice-process-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 620px;
  min-height: 620px;
}

.momo-l01-notice-focus-list,
.momo-l01-notice-process-panel {
  display: grid;
  gap: 10px;
  min-height: 0;
  overflow: auto;
  padding-right: 2px;
}

.momo-l01-notice-item {
  background: #fff;
  border: 1px solid #e5edf6;
  border-radius: 12px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 112px;
  padding: 12px;
}

.momo-l01-notice-item.is-selected {
  background: #f7fbff;
  border-color: #93c5fd;
}

.momo-l01-notice-main {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.momo-l01-notice-main strong,
.momo-l01-notice-main p,
.momo-l01-notice-meta span,
.momo-l01-notice-meta em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-notice-main strong {
  color: #101828;
  font-size: 13px;
}

.momo-l01-notice-main p,
.momo-l01-notice-meta span {
  color: #667085;
  font-size: 12px;
}

.momo-l01-notice-meta {
  align-content: center;
  display: grid;
  gap: 6px;
  justify-items: end;
  min-width: 0;
}

.momo-l01-notice-meta em {
  color: #b45309;
  font-size: 11px;
  font-style: normal;
  font-weight: 760;
}

.momo-l01-notice-focus {
  background: linear-gradient(135deg, #f8fbff, #fff);
  border: 1px solid #e5edf6;
  border-radius: 14px;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.momo-l01-notice-focus h2 {
  color: #101828;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0;
}

.momo-l01-notice-focus p {
  color: #667085;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.momo-l01-notice-facts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momo-l01-notice-facts article {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 11px;
  min-width: 0;
  padding: 10px;
}

.momo-l01-notice-facts span {
  color: #667085;
  display: block;
  font-size: 11px;
}

.momo-l01-notice-facts strong {
  color: #101828;
  display: block;
  font-size: 12px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-notice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.momo-l01-notice-backfill-target {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  display: grid;
  gap: 6px;
  padding: 12px;
}

.momo-l01-notice-backfill-target strong {
  color: #101828;
  font-size: 13px;
}

.momo-l01-notice-backfill-target p,
.momo-l01-notice-backfill-target small {
  color: #667085;
  font-size: 12px;
  margin: 0;
}

.momo-l01-notice-backfill-card {
  margin-top: 14px;
}

.momo-l01-notice-backfill-log {
  display: grid;
  gap: 8px;
}

.momo-l01-notice-log-item {
  align-items: start;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 11px;
  display: grid;
  gap: 10px;
  grid-template-columns: 70px minmax(0, 1fr);
  padding: 10px;
}

.momo-l01-notice-log-item span {
  color: #667085;
  font-size: 11px;
}

.momo-l01-notice-log-item strong {
  color: #101828;
  display: block;
  font-size: 12px;
}

.momo-l01-notice-log-item p {
  color: #667085;
  font-size: 12px;
  margin: 4px 0 0;
}

.momo-l01-service-layout {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(340px, 0.76fr) minmax(560px, 1.24fr);
  margin-top: 8px;
  width: 100%;
}

.momo-l01-service-queue-card,
.momo-l01-service-fulfillment-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 620px;
  min-height: 620px;
}

.momo-l01-service-queue,
.momo-l01-service-workspace,
.momo-l01-service-record-flow {
  min-height: 0;
  overflow: auto;
}

.momo-l01-service-queue-card {
  grid-template-rows: auto auto auto minmax(0, 1fr);
}

.momo-l01-service-fulfillment-body {
  display: grid;
  gap: 12px;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
}

.momo-l01-service-compact-stats,
.momo-l01-service-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
  margin: -2px 0 10px;
  max-width: 100%;
}

.momo-l01-service-stat-chip,
.momo-l01-service-tabs button {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e5edf6;
  border-radius: 999px;
  color: #475569;
  cursor: pointer;
  display: inline-flex;
  gap: 6px;
  height: 28px;
  padding: 0 9px;
}

.momo-l01-service-tabs button {
  height: 26px;
}

.momo-l01-service-tabs button.is-active {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.momo-l01-service-stat-chip span,
.momo-l01-service-tabs span {
  font-size: 11px;
  font-weight: 760;
  white-space: nowrap;
}

.momo-l01-service-stat-chip strong,
.momo-l01-service-tabs em {
  color: #0f172a;
  font-size: 13px;
  font-style: normal;
  font-variant-numeric: tabular-nums;
  font-weight: 820;
  line-height: 1;
}

.momo-l01-service-stat-chip small {
  color: #64748b;
  font-size: 10px;
  margin-left: 1px;
}

.momo-l01-service-stat-chip.is-blue {
  background: #eff6ff;
  border-color: #dbeafe;
  color: #1d4ed8;
}

.momo-l01-service-stat-chip.is-wait {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #c2410c;
}

.momo-l01-service-stat-chip.is-danger {
  background: #fef2f2;
  border-color: #fecaca;
  color: #b42318;
}

.momo-l01-service-stat-chip.is-success {
  background: #ecfdf3;
  border-color: #bbf7d0;
  color: #15803d;
}

.momo-l01-service-queue {
  display: grid;
  gap: 9px;
  padding-right: 2px;
}

.momo-l01-service-queue-item {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  padding: 11px;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.momo-l01-service-queue-item:hover,
.momo-l01-service-queue-item.is-selected {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 9px 20px rgba(37, 99, 235, 0.075);
}

.momo-l01-service-queue-item.is-selected {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.momo-l01-service-queue-main {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.momo-l01-service-queue-main strong,
.momo-l01-service-queue-main p,
.momo-l01-service-queue-main small {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-service-queue-main strong {
  color: #0f172a;
  font-size: 14px;
}

.momo-l01-service-queue-main p {
  color: #334155;
  font-size: 12px;
  font-weight: 760;
}

.momo-l01-service-queue-main small,
.momo-l01-service-queue-foot span,
.momo-l01-service-queue-meta span:not(.momo-l01-badge) {
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
}

.momo-l01-service-queue-meta,
.momo-l01-service-queue-foot {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.momo-l01-service-queue-foot {
  justify-content: space-between;
}

.momo-l01-service-workspace,
.momo-l01-service-record-flow {
  display: grid;
  gap: 10px;
}

.momo-l01-service-focus {
  background: linear-gradient(135deg, #f8fbff 0%, #f4fbf8 100%);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 13px;
}

.momo-l01-service-focus strong {
  color: #0f172a;
  display: block;
  font-size: 15px;
  line-height: 1.35;
  margin-top: 7px;
}

.momo-l01-service-focus p {
  color: #64748b;
  font-size: 12px;
  margin: 4px 0 0;
}

.momo-l01-service-focus em {
  align-self: start;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 820;
  line-height: 1;
  padding: 8px 10px;
}

.momo-l01-service-focus em.is-blue {
  background: #eff6ff;
  color: #1d4ed8;
}

.momo-l01-service-focus em.is-wait {
  background: #fff7ed;
  color: #c2410c;
}

.momo-l01-service-focus em.is-danger {
  background: #fef2f2;
  color: #b42318;
}

.momo-l01-service-focus em.is-success {
  background: #ecfdf3;
  color: #15803d;
}

.momo-l01-service-facts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.momo-l01-service-facts article {
  background: #f8fafc;
  border: 1px solid #e5edf6;
  border-radius: 10px;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
}

.momo-l01-service-facts span,
.momo-l01-service-facts small {
  color: #64748b;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-service-facts strong {
  color: #0f172a;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-service-result-input,
.momo-l01-service-next-input {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: 10px;
  color: #0f172a;
  font: inherit;
  font-size: 12px;
  line-height: 1.5;
  padding: 9px 10px;
  width: 100%;
}

.momo-l01-service-next-input {
  height: 34px;
  margin-top: 8px;
}

.momo-l01-service-template-list {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.momo-l01-service-template-list button {
  background: #f8fafc;
  border: 1px solid #e5edf6;
  border-radius: 10px;
  color: #334155;
  font-size: 11px;
  font-weight: 760;
  height: 30px;
}

.momo-l01-service-source-summary {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.momo-l01-service-source-summary article,
.momo-l01-service-record-list article {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 10px;
  min-width: 0;
  padding: 10px;
}

.momo-l01-service-source-summary span,
.momo-l01-service-source-summary small,
.momo-l01-service-record-list span,
.momo-l01-service-record-list small {
  color: #64748b;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-service-source-summary strong,
.momo-l01-service-record-list strong {
  color: #0f172a;
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin: 4px 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-service-record-section {
  border-top: 1px solid #eef2f7;
  display: grid;
  gap: 8px;
  padding-top: 10px;
}

.momo-l01-service-record-list {
  display: grid;
  gap: 8px;
}

.momo-l01-policy-page-tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  min-width: 0;
}

.momo-l01-policy-page-tools input,
.momo-l01-policy-page-tools select {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-control);
  color: var(--l01-ink);
  font: inherit;
  font-size: 13px;
  height: 34px;
  min-width: 0;
  outline: 0;
  padding: 0 10px;
}

.momo-l01-policy-page-tools input {
  width: min(320px, 42vw);
}

.momo-l01-knowledge-page-tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  min-width: 0;
}

.momo-l01-knowledge-page-tools input,
.momo-l01-knowledge-page-tools select {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-control);
  color: var(--l01-ink);
  font: inherit;
  font-size: 13px;
  height: 34px;
  min-width: 0;
  outline: 0;
  padding: 0 10px;
}

.momo-l01-knowledge-page-tools input {
  width: min(280px, 34vw);
}

.momo-l01-knowledge-page-tools .momo-l01-link-button.is-mini {
  height: 30px;
  min-width: 82px;
}

.momo-l01-policy-command-grid,
.momo-l01-policy-ops-grid {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.momo-l01-policy-command-grid {
  grid-template-columns: 1fr;
}

.momo-l01-policy-ops-grid {
  grid-template-columns: 1fr;
}

.momo-l01-policy-list-card,
.momo-l01-policy-detail-card {
  min-height: 0;
}

.momo-l01-policy-list {
  display: grid;
  gap: 10px;
}

.momo-l01-policy-filter-card {
  margin-top: 12px;
}

.momo-l01-knowledge-category-card,
.momo-l01-knowledge-review-card {
  margin-top: 12px;
}

.momo-l01-knowledge-command-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin-top: 12px;
}

.momo-l01-knowledge-list-card,
.momo-l01-knowledge-detail-card {
  min-height: 480px;
}

.momo-l01-knowledge-list {
  display: grid;
  gap: 10px;
}

.momo-l01-knowledge-table {
  min-width: 900px;
  table-layout: fixed;
}

.momo-l01-knowledge-category-list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.momo-l01-knowledge-category-list article {
  background: #fbfdff;
  border: 1px solid #e5edf7;
  border-radius: 12px;
  color: #344054;
  display: grid;
  gap: 6px;
  min-height: 72px;
  padding: 9px 10px;
  text-align: left;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 120ms ease;
}

.momo-l01-knowledge-category-list article.is-active,
.momo-l01-knowledge-category-list article:hover {
  background: #eef6ff;
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: var(--l01-shadow-border-hover);
}

.momo-l01-knowledge-category-list div {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-width: 0;
}

.momo-l01-knowledge-category-list strong {
  color: #101828;
  font-size: 13px;
  font-weight: 760;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-knowledge-category-list span,
.momo-l01-knowledge-category-list small {
  color: #667085;
  font-size: 11px;
  line-height: 1.35;
}

.momo-l01-knowledge-category-list em {
  color: #1d5fd7;
  font-size: 18px;
  font-style: normal;
  font-variant-numeric: tabular-nums;
  font-weight: 820;
  line-height: 1;
}

.momo-l01-knowledge-category-list .momo-l01-link-button.is-mini {
  align-self: end;
  height: 27px;
  justify-self: start;
  min-width: 54px;
}

.momo-l01-list-page-info {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e8eef5;
  border-radius: 999px;
  color: #64748b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 720;
  height: 28px;
  padding: 0 10px;
  white-space: nowrap;
}

.momo-l01-policy-pagination,
.momo-l01-knowledge-pagination {
  align-items: center;
  border-top: 1px solid #edf2f7;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 8px;
}

.momo-l01-policy-pagination span,
.momo-l01-knowledge-pagination span {
  color: #64748b;
  font-size: 12px;
  font-weight: 720;
}

.momo-l01-policy-pagination button:disabled,
.momo-l01-knowledge-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.momo-l01-knowledge-card-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.momo-l01-knowledge-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  cursor: pointer;
  display: grid;
  gap: 9px;
  min-height: 178px;
  min-width: 0;
  padding: 11px;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 120ms ease;
}

.momo-l01-knowledge-card:hover,
.momo-l01-knowledge-card.is-selected {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}

.momo-l01-knowledge-card:hover {
  transform: translateY(-1px);
}

.momo-l01-knowledge-card-main {
  display: grid;
  gap: 8px;
}

.momo-l01-knowledge-card-kicker,
.momo-l01-knowledge-card-meta,
.momo-l01-knowledge-card-source,
.momo-l01-knowledge-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.momo-l01-knowledge-card-kicker {
  align-items: center;
  justify-content: space-between;
}

.momo-l01-knowledge-card-kicker em {
  color: #1d5fd7;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.momo-l01-knowledge-card-kicker i {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  height: 20px;
  padding: 0 8px;
}

.momo-l01-knowledge-card-kicker i.is-wait {
  background: #fff7ed;
  color: #c2410c;
}

.momo-l01-knowledge-card-kicker i.is-danger {
  background: #fef2f2;
  color: #b42318;
}

.momo-l01-knowledge-card-kicker i.is-on {
  background: #edf9f1;
  color: #15803d;
}

.momo-l01-knowledge-card-kicker i.is-off {
  background: #f1f5f9;
  color: #475569;
}

.momo-l01-knowledge-card strong {
  color: #0f172a;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.4;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.momo-l01-knowledge-card small {
  color: #64748b;
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.momo-l01-knowledge-card-meta span,
.momo-l01-knowledge-card-source span,
.momo-l01-knowledge-card-source small {
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 999px;
  color: #475569;
  font-size: 11px;
  line-height: 22px;
  min-height: 22px;
  padding: 0 8px;
}

.momo-l01-knowledge-card-source small {
  max-width: 100%;
}

.momo-l01-knowledge-card-actions {
  justify-content: flex-end;
  margin-top: auto;
}

.momo-l01-knowledge-table th:last-child,
.momo-l01-knowledge-table td:last-child {
  text-align: right;
  width: 118px;
}

.momo-l01-knowledge-table th:nth-child(2),
.momo-l01-knowledge-table td:nth-child(2) {
  width: 120px;
}

.momo-l01-knowledge-table th:nth-child(3),
.momo-l01-knowledge-table th:nth-child(5),
.momo-l01-knowledge-table td:nth-child(3),
.momo-l01-knowledge-table td:nth-child(5) {
  width: 82px;
}

.momo-l01-knowledge-table th:nth-child(4),
.momo-l01-knowledge-table td:nth-child(4) {
  width: 112px;
}

.momo-l01-knowledge-table td strong,
.momo-l01-knowledge-table td span,
.momo-l01-knowledge-table td small {
  min-width: 0;
}

.momo-l01-knowledge-table td:first-child strong,
.momo-l01-knowledge-table td:first-child span,
.momo-l01-knowledge-table td:first-child small {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.momo-l01-knowledge-detail {
  display: grid;
  gap: 10px;
}

.momo-l01-knowledge-focus,
.momo-l01-knowledge-detail-section,
.momo-l01-knowledge-detail-grid article,
.momo-l01-knowledge-review-row,
.momo-l01-knowledge-sync-list article {
  background: #fbfdff;
  border-radius: 12px;
  box-shadow: var(--l01-shadow-border);
  min-width: 0;
}

.momo-l01-knowledge-focus {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px;
}

.momo-l01-knowledge-focus span {
  color: #1d5fd7;
  display: block;
  font-size: 11px;
  font-weight: 760;
  margin-bottom: 6px;
}

.momo-l01-knowledge-focus strong {
  color: #101828;
  display: block;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.35;
}

.momo-l01-knowledge-focus p {
  color: #475569;
  font-size: 12px;
  line-height: 1.55;
  margin: 7px 0 0;
}

.momo-l01-knowledge-detail-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.momo-l01-knowledge-detail-grid article {
  padding: 10px;
}

.momo-l01-knowledge-detail-grid span {
  color: #667085;
  display: block;
  font-size: 11px;
  font-weight: 700;
}

.momo-l01-knowledge-detail-grid strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.3;
  margin-top: 6px;
  overflow-wrap: anywhere;
}

.momo-l01-knowledge-detail-section {
  display: grid;
  gap: 8px;
  padding: 11px;
}

.momo-l01-knowledge-detail-section p {
  align-items: flex-start;
  color: #475569;
  display: grid;
  font-size: 12px;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  line-height: 1.5;
  margin: 0;
}

.momo-l01-knowledge-detail-section p span {
  background: #eef6ff;
  border-radius: 999px;
  color: #1d5fd7;
  font-size: 11px;
  font-weight: 760;
  height: 23px;
  line-height: 23px;
  padding: 0 8px;
  white-space: nowrap;
}

.momo-l01-knowledge-review-queue {
  display: grid;
  gap: 8px;
}

.momo-l01-knowledge-review-row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 62px;
  padding: 10px 11px;
}

.momo-l01-knowledge-review-row strong {
  color: #101828;
  display: block;
  font-size: 13px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-knowledge-review-row span,
.momo-l01-knowledge-review-row small {
  color: #667085;
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 4px;
}

.momo-l01-knowledge-sync-panel {
  max-width: 900px;
  width: min(900px, calc(100vw - 48px));
}

.momo-l01-knowledge-modal-panel {
  max-width: 1040px;
  width: min(1040px, calc(100vw - 48px));
}

.momo-l01-knowledge-form {
  display: grid;
  gap: 12px 14px;
  grid-template-columns: minmax(0, 1fr) 252px;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 16px;
  padding-right: 2px;
}

.momo-l01-knowledge-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.momo-l01-knowledge-form label.is-wide {
  grid-column: 1 / -1;
}

.momo-l01-knowledge-form .momo-l01-form-section {
  background: #fbfdff;
  border-radius: 13px;
  box-shadow: 0 0 0 1px rgba(220, 231, 243, 0.92), 0 10px 28px rgba(15, 23, 42, 0.035);
  gap: 10px;
  padding: 12px;
}

.momo-l01-knowledge-form .momo-l01-form-section h3 {
  color: #102033;
  font-size: 13px;
  font-weight: 740;
  line-height: 1.25;
}

.momo-l01-knowledge-form span {
  color: #475569;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.25;
}

.momo-l01-knowledge-form input,
.momo-l01-knowledge-form select,
.momo-l01-knowledge-form textarea {
  background: #fff;
  border: 1px solid #d8e4f0;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
  color: var(--l01-ink);
  font: inherit;
  font-size: 13px;
  min-width: 0;
  outline: 0;
  padding: 0 10px;
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.momo-l01-knowledge-form input,
.momo-l01-knowledge-form select {
  height: 34px;
}

.momo-l01-knowledge-form textarea {
  line-height: 1.5;
  min-height: 118px;
  padding-bottom: 9px;
  padding-top: 9px;
  resize: vertical;
}

.momo-l01-knowledge-form input::placeholder,
.momo-l01-knowledge-form textarea::placeholder {
  color: #94a3b8;
  font-size: 12px;
}

.momo-l01-knowledge-form input:focus,
.momo-l01-knowledge-form select:focus,
.momo-l01-knowledge-form textarea:focus {
  border-color: rgba(37, 99, 235, 0.42);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.momo-l01-knowledge-form .momo-l01-form-aside {
  background: linear-gradient(180deg, #f3f8ff 0%, #fbfdff 100%);
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(220, 231, 243, 0.92), 0 10px 28px rgba(15, 23, 42, 0.035);
  gap: 8px;
  padding: 13px;
}

.momo-l01-knowledge-form .momo-l01-form-aside strong {
  color: #132238;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

.momo-l01-knowledge-form .momo-l01-form-aside span {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 9px;
  color: #516174;
  display: flex;
  min-height: 32px;
  padding: 7px 9px;
}

.momo-l01-knowledge-sync-list {
  display: grid;
  gap: 9px;
  max-height: min(560px, calc(100dvh - 210px));
  overflow: auto;
  padding-right: 2px;
}

.momo-l01-knowledge-sync-list article {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 11px;
}

.momo-l01-knowledge-sync-list strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

.momo-l01-knowledge-sync-list span,
.momo-l01-knowledge-sync-list p {
  color: #667085;
  font-size: 12px;
  line-height: 1.45;
  margin: 4px 0 0;
}

.momo-l01-policy-card-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.momo-l01-policy-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 11px;
}

.momo-l01-policy-card.is-selected {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}

.momo-l01-policy-card-main {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  gap: 8px;
  padding: 0;
  text-align: left;
}

.momo-l01-policy-card-kicker {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.momo-l01-policy-card-kicker em {
  color: #1d5fd7;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.momo-l01-policy-card-kicker i {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  height: 20px;
  padding: 0 8px;
}

.momo-l01-policy-card-kicker i.is-wait {
  background: #fff7ed;
  color: #c2410c;
}

.momo-l01-policy-card-kicker i.is-danger {
  background: #fef2f2;
  color: #b42318;
}

.momo-l01-policy-card-kicker i.is-on {
  background: #edf9f1;
  color: #15803d;
}

.momo-l01-policy-card-kicker i.is-off {
  background: #f1f5f9;
  color: #475569;
}

.momo-l01-policy-card strong {
  color: #0f172a;
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

.momo-l01-policy-card small {
  color: #64748b;
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.momo-l01-policy-card-meta,
.momo-l01-policy-card-source,
.momo-l01-policy-card-fit,
.momo-l01-policy-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.momo-l01-policy-card-meta span,
.momo-l01-policy-card-source span,
.momo-l01-policy-card-source small,
.momo-l01-policy-card-fit span {
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 999px;
  color: #475569;
  font-size: 11px;
  line-height: 22px;
  min-height: 22px;
  padding: 0 8px;
}

.momo-l01-policy-card-source i {
  align-items: center;
  background: #eef6ff;
  border-radius: 999px;
  color: #1d5fd7;
  display: inline-flex;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.momo-l01-policy-card-actions {
  justify-content: flex-end;
}

.momo-l01-policy-modal-panel {
  max-width: min(1180px, calc(100vw - 48px));
  width: 1180px;
}

.momo-l01-policy-form-panel {
  max-width: min(1040px, calc(100vw - 48px));
  width: 1040px;
}

.momo-l01-policy-form {
  display: grid;
  gap: 12px;
  max-height: min(78vh, 760px);
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
}

.momo-l01-policy-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.momo-l01-policy-form label.is-wide {
  grid-column: 1 / -1;
}

.momo-l01-policy-form input,
.momo-l01-policy-form select,
.momo-l01-policy-form textarea {
  background: #fff;
  border: 1px solid #dbe4ee;
  border-radius: 9px;
  color: #101828;
  font: inherit;
  font-size: 12px;
  min-width: 0;
  outline: none;
  padding: 9px 10px;
  width: 100%;
}

.momo-l01-policy-form textarea {
  line-height: 1.5;
  resize: vertical;
}

.momo-l01-policy-form span {
  color: #475569;
  font-size: 11px;
  font-weight: 760;
}

.momo-l01-policy-source-guard {
  align-items: start;
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  color: #475569;
  display: grid;
  gap: 7px;
  padding: 11px;
}

.momo-l01-policy-source-guard strong {
  color: #1d4ed8;
  font-size: 12px;
}

.momo-l01-policy-source-guard span {
  font-size: 11px;
  line-height: 1.45;
}

.momo-l01-policy-detail-modal-body {
  gap: 12px;
  max-height: min(76vh, 780px);
  overflow: auto;
  padding-right: 4px;
}

.momo-l01-policy-focus-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.momo-l01-policy-table th:last-child,
.momo-l01-policy-table td:last-child {
  text-align: right;
  width: 142px;
}

.momo-l01-policy-table td strong,
.momo-l01-policy-table td span,
.momo-l01-policy-table td small {
  min-width: 0;
}

.momo-l01-policy-source-inline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  line-height: 1.4;
  margin-top: 4px;
}

.momo-l01-policy-source-inline i {
  align-items: center;
  background: #eef6ff;
  border-radius: 999px;
  color: #1d5fd7;
  display: inline-flex;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.momo-l01-policy-source-inline a,
.momo-l01-policy-source-inline em {
  color: #1d5fd7;
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
  text-decoration: none;
}

.momo-l01-policy-source-inline em {
  color: #c2410c;
}

.momo-l01-policy-detail {
  display: grid;
  gap: 10px;
}

.momo-l01-policy-focus {
  background: linear-gradient(135deg, #f8fbff 0%, #eef8f7 100%);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 13px;
}

.momo-l01-policy-focus strong {
  color: #0f172a;
  display: block;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.36;
  margin-top: 7px;
  overflow-wrap: anywhere;
}

.momo-l01-policy-focus p {
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.momo-l01-policy-focus em {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  height: 28px;
  padding: 0 10px;
}

.momo-l01-policy-focus em.is-wait,
.momo-l01-badge.is-wait {
  background: #fff7ed;
  color: #c2410c;
}

.momo-l01-policy-focus em.is-danger,
.momo-l01-badge.is-danger {
  background: #fef2f2;
  color: #b42318;
}

.momo-l01-policy-focus em.is-on {
  background: #edf9f1;
  color: #15803d;
}

.momo-l01-policy-focus em.is-off {
  background: #f1f5f9;
  color: #475569;
}

.momo-l01-policy-source-card,
.momo-l01-policy-support-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.momo-l01-policy-source-card article,
.momo-l01-policy-support-grid article,
.momo-l01-policy-detail-section {
  background: #fbfdff;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  min-width: 0;
  padding: 11px;
}

.momo-l01-policy-source-card span,
.momo-l01-policy-support-grid span {
  color: #64748b;
  display: block;
  font-size: 11px;
  font-weight: 720;
}

.momo-l01-policy-source-card strong,
.momo-l01-policy-support-grid strong {
  color: #0f172a;
  display: block;
  font-size: 13px;
  line-height: 1.35;
  margin-top: 6px;
  overflow-wrap: anywhere;
}

.momo-l01-policy-source-card a,
.momo-l01-policy-source-card small {
  color: #64748b;
  display: block;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 5px;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.momo-l01-policy-detail-section {
  display: grid;
  gap: 9px;
}

.momo-l01-policy-detail-section p {
  color: #475569;
  font-size: 12px;
  line-height: 1.58;
  margin: 0;
  overflow-wrap: anywhere;
}

.momo-l01-policy-fit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.momo-l01-policy-fit-tags span {
  background: #eef6ff;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  color: #1d5fd7;
  font-size: 11px;
  font-weight: 750;
  line-height: 23px;
  min-height: 23px;
  padding: 0 8px;
}

.momo-l01-policy-fit-tags span.is-scale {
  background: #f0fdfa;
  border-color: rgba(15, 159, 145, 0.14);
  color: #0f766e;
}

.momo-l01-policy-enterprise-list,
.momo-l01-policy-project-list,
.momo-l01-policy-category-list,
.momo-l01-policy-due-queue {
  display: grid;
  gap: 9px;
}

.momo-l01-policy-category-list.is-strip {
  align-items: stretch;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.momo-l01-policy-enterprise-list article,
.momo-l01-policy-project-list article,
.momo-l01-policy-due-row {
  align-items: center;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 11px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  min-width: 0;
  padding: 10px;
}

.momo-l01-policy-project-list article {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.momo-l01-policy-enterprise-list strong,
.momo-l01-policy-project-list strong,
.momo-l01-policy-due-row strong {
  color: #0f172a;
  display: block;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.momo-l01-policy-enterprise-list span,
.momo-l01-policy-project-list span,
.momo-l01-policy-due-row span,
.momo-l01-policy-due-row small {
  color: #64748b;
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 3px;
  overflow-wrap: anywhere;
}

.momo-l01-policy-enterprise-list em,
.momo-l01-policy-project-list em {
  color: #1d5fd7;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.momo-l01-policy-category-list button {
  align-items: center;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 11px;
  color: inherit;
  cursor: pointer;
  display: grid;
  gap: 9px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  padding: 10px;
  text-align: left;
}

.momo-l01-policy-category-list.is-strip button {
  flex: 0 0 178px;
  gap: 6px;
  min-height: 66px;
  padding: 8px 9px;
}

.momo-l01-policy-category-list button:hover,
.momo-l01-policy-category-list button.is-active {
  background: #f8fbff;
  border-color: rgba(37, 99, 235, 0.22);
}

.momo-l01-policy-category-list button.is-enterprise {
  background: #f0fdfa;
  border-color: rgba(15, 159, 145, 0.18);
}

.momo-l01-policy-category-list strong,
.momo-l01-policy-category-list span,
.momo-l01-policy-category-list small,
.momo-l01-policy-category-list em {
  min-width: 0;
}

.momo-l01-policy-category-list strong {
  color: #0f172a;
  display: block;
  font-size: 13px;
  line-height: 1.3;
}

.momo-l01-policy-category-list span,
.momo-l01-policy-category-list small {
  color: #64748b;
  display: block;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 3px;
}

.momo-l01-policy-category-list em {
  color: #1d5fd7;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.momo-l01-policy-due-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.momo-l01-policy-due-card {
  margin-top: 12px;
  min-height: 0;
}

.momo-l01-policy-due-card .momo-l01-policy-due-queue {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.momo-l01-policy-fit-card {
  min-height: 0;
}

.momo-l01-policy-fit-matrix {
  display: grid;
  gap: 9px;
}

.momo-l01-policy-fit-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.momo-l01-policy-fit-matrix article {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  display: grid;
  gap: 9px;
  min-width: 0;
  padding: 10px;
}

.momo-l01-policy-fit-matrix article.is-active {
  background: #f8fbff;
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.07);
}

.momo-l01-policy-fit-enterprise {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0;
  text-align: left;
}

.momo-l01-policy-fit-enterprise span,
.momo-l01-policy-fit-enterprise small,
.momo-l01-policy-fit-enterprise em {
  min-width: 0;
}

.momo-l01-policy-fit-enterprise span {
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.momo-l01-policy-fit-enterprise strong {
  color: #1d5fd7;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.momo-l01-policy-fit-enterprise small,
.momo-l01-policy-fit-enterprise em {
  color: #64748b;
  font-size: 11px;
  font-style: normal;
  line-height: 1.35;
}

.momo-l01-policy-fit-enterprise em {
  grid-column: 1 / -1;
}

.momo-l01-policy-fit-bars {
  display: grid;
  gap: 6px;
}

.momo-l01-policy-fit-bars button {
  align-items: start;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 9px;
  color: inherit;
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  padding: 7px 8px;
  text-align: left;
}

.momo-l01-policy-fit-bars button.is-selected {
  background: #eef6ff;
  border-color: rgba(37, 99, 235, 0.18);
}

.momo-l01-policy-fit-bars span {
  color: #334155;
  font-size: 12px;
  font-weight: 720;
  grid-column: 1 / -1;
  line-height: 1.4;
  min-width: 0;
  overflow-wrap: anywhere;
}

.momo-l01-policy-fit-bars i {
  align-self: center;
  background: #e8eef5;
  border-radius: 999px;
  height: 6px;
  overflow: hidden;
  position: relative;
}

.momo-l01-policy-fit-bars i::after {
  background: linear-gradient(90deg, #38bdf8, #2563eb);
  border-radius: inherit;
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: var(--fit);
}

.momo-l01-policy-fit-bars em {
  color: #1d5fd7;
  font-size: 12px;
  font-style: normal;
  font-weight: 820;
}

.momo-l01-policy-fit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.momo-l01-policy-fit-pagination {
  align-items: center;
  border-top: 1px solid #edf2f7;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 2px;
  padding-top: 10px;
}

.momo-l01-policy-fit-pagination span {
  color: #64748b;
  font-size: 12px;
  font-weight: 720;
}

.momo-l01-policy-fit-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.momo-l01-policy-fit-modal-panel {
  max-width: min(980px, calc(100vw - 48px));
  width: 980px;
}

.momo-l01-policy-fit-modal-content {
  display: grid;
  gap: 12px;
  max-height: min(76vh, 760px);
  overflow: auto;
  padding-right: 4px;
}

.momo-l01-policy-fit-modal-hero {
  align-items: start;
  background: linear-gradient(135deg, #f8fbff 0%, #f0fdfa 100%);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 13px;
}

.momo-l01-policy-fit-modal-hero span {
  color: #1d5fd7;
  display: block;
  font-size: 11px;
  font-weight: 780;
}

.momo-l01-policy-fit-modal-hero strong {
  color: #0f172a;
  display: block;
  font-size: 16px;
  line-height: 1.35;
  margin-top: 6px;
}

.momo-l01-policy-fit-modal-hero p {
  color: #64748b;
  font-size: 12px;
  line-height: 1.55;
  margin: 6px 0 0;
}

.momo-l01-policy-fit-modal-hero em {
  align-items: center;
  background: #eef6ff;
  border-radius: 999px;
  color: #1d5fd7;
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 860;
  height: 34px;
  padding: 0 12px;
}

.momo-l01-policy-fit-modal-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.momo-l01-policy-fit-modal-grid article {
  background: #fbfdff;
  border: 1px solid #edf2f7;
  border-radius: 11px;
  padding: 10px;
}

.momo-l01-policy-fit-modal-grid span {
  color: #64748b;
  display: block;
  font-size: 11px;
  font-weight: 720;
}

.momo-l01-policy-fit-modal-grid strong {
  color: #0f172a;
  display: block;
  font-size: 13px;
  margin-top: 6px;
}

.momo-l01-project-inbox-card,
.momo-l01-project-process-card,
.momo-l01-project-context-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 620px;
  min-height: 620px;
}

.momo-l01-project-inbox,
.momo-l01-project-workspace,
.momo-l01-project-backfill {
  min-height: 0;
  overflow: auto;
}

.momo-l01-project-inbox {
  display: grid;
  gap: 9px;
  padding-right: 2px;
}

.momo-l01-project-inbox-item {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  padding: 11px;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.momo-l01-project-inbox-item:hover,
.momo-l01-project-inbox-item.is-selected {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 9px 20px rgba(37, 99, 235, 0.075);
}

.momo-l01-project-inbox-item.is-selected {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.momo-l01-project-inbox-main {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.momo-l01-project-inbox-main strong,
.momo-l01-project-inbox-main p,
.momo-l01-project-inbox-main small {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-project-inbox-main strong {
  color: #0f172a;
  font-size: 14px;
}

.momo-l01-project-inbox-main p {
  color: #334155;
  font-size: 12px;
  font-weight: 760;
}

.momo-l01-project-inbox-main small,
.momo-l01-project-inbox-foot span {
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
}

.momo-l01-project-inbox-meta,
.momo-l01-project-inbox-foot,
.momo-l01-project-action-grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.momo-l01-project-inbox-foot {
  justify-content: space-between;
}

.momo-l01-project-workspace,
.momo-l01-project-timeline {
  display: grid;
  gap: 10px;
}

.momo-l01-project-focus {
  background: linear-gradient(135deg, #f8fbff 0%, #eef8f7 100%);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 13px;
}

.momo-l01-project-focus strong {
  color: #0f172a;
  display: block;
  font-size: 15px;
  line-height: 1.35;
  margin-top: 7px;
}

.momo-l01-project-focus p {
  color: #64748b;
  font-size: 12px;
  margin: 4px 0 0;
}

.momo-l01-project-focus em {
  color: #2563eb;
  font-size: 28px;
  font-style: normal;
  font-weight: 820;
  line-height: 1;
}

.momo-l01-project-focus em small {
  color: #64748b;
  font-size: 12px;
  margin-left: 2px;
}

.momo-l01-project-facts,
.momo-l01-project-service-box {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.momo-l01-project-facts article,
.momo-l01-project-service-box article {
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 10px;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
}

.momo-l01-project-facts span,
.momo-l01-project-service-box span {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
}

.momo-l01-project-facts strong,
.momo-l01-project-service-box strong {
  color: #0f172a;
  font-size: 13px;
  line-height: 1.3;
}

.momo-l01-project-facts small {
  color: #7b8798;
  font-size: 11px;
}

.momo-l01-project-detail-section {
  border: 1px solid #edf2f7;
  border-radius: 12px;
  display: grid;
  gap: 9px;
  padding: 12px;
}

.momo-l01-project-section-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.momo-l01-project-section-head strong {
  color: #0f172a;
  font-size: 13px;
}

.momo-l01-project-section-head span,
.momo-l01-project-detail-section p {
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.momo-l01-project-materials {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.momo-l01-project-materials span {
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
  max-width: 100%;
  padding: 5px 8px;
}

.momo-l01-project-materials .is-ok {
  background: #ecfdf3;
  color: #15803d;
}

.momo-l01-project-materials .is-missing {
  background: #fff7ed;
  color: #c2410c;
}

.momo-l01-project-materials .is-risk {
  background: #fef2f2;
  color: #b42318;
}

.momo-l01-project-action-grid .momo-l01-link-button {
  flex: 1 1 128px;
  justify-content: center;
}

.momo-l01-project-timeline article {
  align-items: flex-start;
  display: grid;
  gap: 8px;
  grid-template-columns: 12px minmax(0, 1fr);
}

.momo-l01-project-timeline i {
  background: #cbd5e1;
  border-radius: 999px;
  height: 8px;
  margin-top: 5px;
  width: 8px;
}

.momo-l01-project-timeline article.is-active i {
  background: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.momo-l01-project-timeline strong,
.momo-l01-project-timeline span {
  display: block;
}

.momo-l01-project-timeline strong {
  color: #0f172a;
  font-size: 12px;
}

.momo-l01-project-timeline span {
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 2px;
}

.momo-l01-project-kanban {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  overflow-x: auto;
  padding: 2px 2px 4px;
}

.momo-l01-kanban-column {
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  min-width: 220px;
  overflow: hidden;
  padding: 10px;
}

.momo-l01-kanban-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.momo-l01-kanban-head strong {
  color: #0f172a;
  font-size: 12px;
}

.momo-l01-kanban-head span {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  min-width: 24px;
  padding: 2px 7px;
  text-align: center;
}

.momo-l01-kanban-list {
  display: grid;
  gap: 8px;
}

.momo-l01-kanban-list article {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 10px;
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 9px;
}

.momo-l01-kanban-list article.is-selected {
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.08);
}

.momo-l01-kanban-list strong,
.momo-l01-kanban-list span,
.momo-l01-kanban-list em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-kanban-list strong {
  color: #0f172a;
  font-size: 12px;
}

.momo-l01-kanban-list span,
.momo-l01-kanban-list em {
  color: #64748b;
  font-size: 11px;
  font-style: normal;
}

.momo-l01-kanban-card-actions {
  align-items: center;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) minmax(54px, auto);
  min-width: 0;
}

.momo-l01-kanban-card-actions .momo-l01-badge {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.momo-l01-kanban-card-actions .momo-l01-link-button {
  min-width: 54px;
  padding-inline: 9px;
}

.momo-l01-kanban-card-actions .momo-l01-link-button[data-project-block] {
  grid-column: 1 / -1;
  justify-content: center;
  width: 100%;
}

.momo-l01-project-board-strip .momo-l01-card-head .momo-l01-link-button.is-primary-soft:hover,
.momo-l01-project-board-strip .momo-l01-card-head .momo-l01-link-button.is-primary-soft:focus-visible {
  background: #2563eb;
  border-color: #2563eb;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.16);
  color: #fff;
}

.momo-l01-kanban-list .momo-l01-kanban-card-main {
  align-items: stretch;
  display: grid;
  gap: 3px;
  justify-content: stretch;
}

.momo-l01-project-backfill {
  display: grid;
  gap: 10px;
}

.momo-l01-project-backfill-list,
.momo-l01-project-backfill-feed {
  display: grid;
  gap: 8px;
}

.momo-l01-project-backfill-list article,
.momo-l01-project-backfill-feed article {
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 11px;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
}

.momo-l01-project-backfill-list span,
.momo-l01-project-backfill-feed span,
.momo-l01-project-backfill-list small,
.momo-l01-project-backfill-feed small {
  color: #64748b;
  font-size: 11px;
  line-height: 1.35;
}

.momo-l01-project-backfill-list strong,
.momo-l01-project-backfill-feed strong {
  color: #0f172a;
  font-size: 13px;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.momo-l01-blocker-row {
  align-items: center;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 8px;
  padding: 11px;
}

.momo-l01-blocker-row strong,
.momo-l01-blocker-row span,
.momo-l01-blocker-row small {
  display: block;
  min-width: 0;
}

.momo-l01-blocker-row strong {
  color: #0f172a;
  font-size: 13px;
  line-height: 1.35;
}

.momo-l01-blocker-row span,
.momo-l01-blocker-row small {
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 3px;
}

.momo-l01-blocker-row small {
  color: #c2410c;
}

.momo-l01-ai-page-tools {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
  position: relative;
}

.momo-l01-native-select {
  display: none;
}

.momo-l01-ai-enterprise-picker {
  position: relative;
  width: clamp(220px, 24vw, 320px);
}

.momo-l01-enterprise-picker-button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-control);
  color: var(--l01-ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 13px;
  height: 34px;
  justify-content: space-between;
  min-width: 0;
  outline: 0;
  padding: 0 10px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

.momo-l01-enterprise-picker-button::after {
  border-bottom: 1.5px solid #475569;
  border-right: 1.5px solid #475569;
  content: "";
  height: 7px;
  justify-self: end;
  transform: rotate(45deg);
  width: 7px;
}

.momo-l01-enterprise-picker-button span,
.momo-l01-enterprise-picker-button em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-enterprise-picker-button span {
  color: #101828;
  flex: 1 1 auto;
  font-weight: 720;
  min-width: 0;
}

.momo-l01-enterprise-picker-button em {
  color: var(--l01-muted);
  flex: 0 0 auto;
  font-size: 12px;
  font-style: normal;
  margin-left: 10px;
  max-width: 92px;
}

.momo-l01-core-material-line {
  background: #fbfdff;
  border-radius: 10px;
  box-shadow: var(--l01-shadow-border);
  display: grid;
  gap: 8px;
  padding: 10px;
}

.momo-l01-core-material-line strong {
  color: #101828;
  font-size: 12px;
  font-weight: 760;
}

.momo-l01-core-material-line div,
.momo-l01-detail-tags.is-material {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.momo-l01-core-material-line span,
.momo-l01-detail-tags.is-material span {
  background: #eef6ff;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  color: #1d5fd7;
  font-size: 11px;
  font-weight: 720;
  line-height: 22px;
  min-height: 22px;
  padding: 0 8px;
}

.momo-l01-enterprise-picker-menu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
  display: none;
  gap: 4px;
  left: 0;
  max-height: 276px;
  overflow: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 80;
}

.momo-l01-ai-enterprise-picker.is-open .momo-l01-enterprise-picker-menu {
  display: grid;
}

.momo-l01-enterprise-picker-menu button {
  background: transparent;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px 9px;
  text-align: left;
}

.momo-l01-enterprise-picker-menu button:hover,
.momo-l01-enterprise-picker-menu button.is-active {
  background: #edf5ff;
}

.momo-l01-enterprise-picker-menu strong {
  color: #101828;
  font-size: 13px;
  font-weight: 740;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-enterprise-picker-menu span {
  color: var(--l01-muted);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-ai-workbench-grid,
.momo-l01-ai-bottom-grid {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.momo-l01-ai-flow {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: 14px;
  box-shadow: var(--l01-shadow-card);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0 0 12px;
  padding: 12px;
}

.momo-l01-ai-flow-step {
  align-content: space-between;
  background: linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border: 1px solid #e1eaf5;
  border-radius: 12px;
  display: grid;
  gap: 8px;
  min-height: 126px;
  min-width: 0;
  padding: 10px;
  position: relative;
}

.momo-l01-ai-flow-step::after {
  background: #d7e3f2;
  content: "";
  height: 1px;
  left: calc(100% + 1px);
  position: absolute;
  top: 21px;
  width: 10px;
}

.momo-l01-ai-flow-step:last-child::after {
  display: none;
}

.momo-l01-ai-flow-step.is-done {
  background: linear-gradient(180deg, #f5fbf8 0%, #f0faf5 100%);
  border-color: rgba(21, 128, 61, 0.18);
}

.momo-l01-ai-flow-step.is-current {
  background: linear-gradient(180deg, #f5f9ff 0%, #eff6ff 100%);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.06);
}

.momo-l01-ai-flow-top {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
}

.momo-l01-ai-flow-index {
  align-items: center;
  background: #eaf2ff;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  color: #1d5fd7;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 780;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.momo-l01-ai-flow-step.is-done .momo-l01-ai-flow-index {
  background: #eaf8ef;
  border-color: rgba(21, 128, 61, 0.16);
  color: #15803d;
}

.momo-l01-ai-flow-step.is-done .momo-l01-ai-flow-status {
  color: #15803d;
}

.momo-l01-ai-flow-status {
  align-items: center;
  color: var(--l01-muted);
  display: inline-flex;
  font-size: 11px;
  font-weight: 720;
  gap: 6px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-ai-flow-spinner {
  animation: momo-l01-spin 780ms linear infinite;
  border: 2px solid #bfdbfe;
  border-radius: 999px;
  border-top-color: #2563eb;
  display: inline-flex;
  flex: 0 0 auto;
  height: 13px;
  width: 13px;
}

.momo-l01-ai-flow-step strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.momo-l01-ai-flow-step span {
  color: var(--l01-muted);
  display: block;
  font-size: 12px;
  line-height: 1.42;
  min-height: 34px;
  overflow-wrap: anywhere;
}

.momo-l01-ai-flow-actions {
  align-items: center;
  display: flex;
  gap: 6px;
  min-height: 29px;
}

.momo-l01-ai-flow-actions .momo-l01-link-button {
  min-width: 0;
}

.momo-l01-ai-workbench-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.momo-l01-ai-bottom-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.momo-l01-ai-match-workbench,
.momo-l01-ai-material-panel,
.momo-l01-ai-timeline {
  display: grid;
  gap: 10px;
}

.momo-l01-ai-workbench-empty,
.momo-l01-ai-material-empty {
  align-items: center;
  background: linear-gradient(180deg, #f8fafc 0%, #f5f8fc 100%);
  border: 1px dashed #d9e3ef;
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 126px;
  min-height: 112px;
  min-width: 0;
  padding: 14px;
}

.momo-l01-ai-material-empty {
  grid-template-columns: minmax(0, 1fr) 92px;
}

.momo-l01-ai-workbench-empty strong,
.momo-l01-ai-material-empty strong,
.momo-l01-ai-material-head strong,
.momo-l01-ai-timeline strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 740;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.momo-l01-ai-workbench-empty span,
.momo-l01-ai-material-empty span,
.momo-l01-ai-material-head span,
.momo-l01-ai-timeline span {
  color: var(--l01-muted);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.momo-l01-ai-profile-strip {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.momo-l01-ai-profile-strip article {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: var(--l01-shadow-border);
  min-height: 70px;
  padding: 10px;
}

.momo-l01-ai-profile-strip span {
  color: var(--l01-muted);
  display: block;
  font-size: 11px;
  font-weight: 650;
}

.momo-l01-ai-profile-strip strong {
  color: var(--l01-ink);
  display: block;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.4;
  margin-top: 7px;
}

.momo-l01-ai-recommendation-list {
  display: grid;
  gap: 9px;
}

.momo-l01-ai-registered-note,
.momo-l01-ai-open-empty {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-width: 0;
  padding: 9px 10px;
}

.momo-l01-ai-registered-note span {
  background: #eef6ff;
  border-radius: 999px;
  color: #1d4ed8;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 760;
  line-height: 22px;
  padding: 0 8px;
  white-space: nowrap;
}

.momo-l01-ai-registered-note strong {
  color: #334155;
  flex: 1;
  font-size: 12px;
  font-weight: 720;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-ai-open-empty {
  align-items: flex-start;
  flex-direction: column;
}

.momo-l01-ai-open-empty strong {
  color: var(--l01-ink);
  font-size: 13px;
  font-weight: 760;
}

.momo-l01-ai-open-empty span {
  color: var(--l01-muted);
  font-size: 12px;
  line-height: 1.45;
}

.momo-l01-ai-recommendation-list article {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: 11px;
  display: grid;
  gap: 9px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 10px;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.momo-l01-ai-recommendation-list article.is-active {
  background: #f8fbff;
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.06);
}

.momo-l01-ai-policy-select {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-width: 0;
  padding: 0;
  text-align: left;
}

.momo-l01-ai-policy-select > span,
.momo-l01-ai-timeline em,
.momo-l01-ai-material-panel p span {
  background: #edf5ff;
  border-radius: 999px;
  color: #1d5fd7;
  font-size: 11px;
  font-weight: 760;
  height: 23px;
  line-height: 23px;
  padding: 0 8px;
  white-space: nowrap;
}

.momo-l01-ai-policy-select strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 740;
  line-height: 1.35;
}

.momo-l01-ai-policy-select small {
  color: var(--l01-muted);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
}

.momo-l01-ai-policy-select em {
  color: var(--l01-blue);
  font-size: 14px;
  font-style: normal;
  font-variant-numeric: tabular-nums;
  font-weight: 780;
  white-space: nowrap;
}

.momo-l01-ai-policy-actions {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}

.momo-l01-ai-policy-review {
  align-items: center;
  display: flex;
  gap: 6px;
  grid-column: 1 / -1;
  min-width: 0;
}

.momo-l01-ai-policy-review span {
  border-radius: 999px;
  font-size: 11px;
  font-weight: 760;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  white-space: nowrap;
}

.momo-l01-ai-policy-review span.is-ok {
  background: #edf9f1;
  color: #15803d;
}

.momo-l01-ai-policy-review span.is-warn {
  background: #fff7ed;
  color: #c2410c;
}

.momo-l01-ai-policy-review small {
  color: var(--l01-muted);
  font-size: 12px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-ai-pagination {
  align-items: center;
  border-top: 1px solid #edf2f7;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  padding-top: 10px;
}

.momo-l01-ai-pagination button {
  background: #fff;
  border: 1px solid #d7e3f2;
  border-radius: 8px;
  color: #475569;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 720;
  height: 28px;
  min-width: 28px;
  padding: 0 8px;
}

.momo-l01-ai-pagination button.is-active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.momo-l01-ai-pagination span {
  color: var(--l01-muted);
  font-size: 12px;
}

.momo-l01-ai-material-head {
  align-items: center;
  background: linear-gradient(180deg, #f8fafc 0%, #f5f8fc 100%);
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: var(--l01-shadow-border);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-width: 0;
  padding: 12px;
}

.momo-l01-ai-material-score {
  align-items: flex-end;
  display: grid;
  gap: 2px;
  justify-items: end;
  min-width: 74px;
}

.momo-l01-ai-material-score span {
  color: var(--l01-muted);
  font-size: 11px;
  font-weight: 680;
  margin: 0;
}

.momo-l01-ai-material-score strong {
  color: #1d5fd7;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.momo-l01-ai-material-score small {
  color: var(--l01-muted);
  font-size: 11px;
  margin-left: 2px;
}

.momo-l01-ai-material-head > div {
  min-width: 0;
}

.momo-l01-ai-material-panel section {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: var(--l01-shadow-border);
  display: grid;
  gap: 8px;
  padding: 12px;
}

.momo-l01-ai-material-panel h3 {
  color: #101828;
  font-size: 13px;
  font-weight: 760;
  margin: 0;
}

.momo-l01-ai-material-panel p {
  align-items: flex-start;
  color: #475569;
  display: grid;
  font-size: 12px;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  line-height: 1.5;
  margin: 0;
}

.momo-l01-ai-material-panel p span {
  background: var(--l01-soft);
  color: var(--l01-muted);
  margin-top: 1px;
}

.momo-l01-ai-material-checklist {
  display: grid;
  gap: 8px;
}

.momo-l01-ai-material-panel p.is-ok {
  color: #166534;
}

.momo-l01-ai-material-panel p.is-ok span {
  background: #edf9f1;
  color: #15803d;
}

.momo-l01-ai-material-panel p.is-missing {
  color: #9a3412;
}

.momo-l01-ai-material-panel p.is-missing span {
  background: #fff7ed;
  color: #c2410c;
}

.momo-l01-ai-material-panel p.is-risk {
  color: #991b1b;
}

.momo-l01-ai-material-panel p.is-risk span {
  background: #fef2f2;
  color: #dc2626;
}

.momo-l01-ai-material-submit {
  align-items: center;
  border-top: 1px solid #edf2f7;
  display: flex;
  gap: 8px;
  min-width: 0;
  padding-top: 10px;
}

.momo-l01-ai-material-submit small {
  color: var(--l01-muted);
  font-size: 12px;
  line-height: 1.4;
  min-width: 0;
}

.momo-l01-spinner {
  animation: momo-l01-spin 780ms linear infinite;
  border: 2px solid #dbeafe;
  border-top-color: #2563eb;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}

@keyframes momo-l01-spin {
  to {
    transform: rotate(360deg);
  }
}

.momo-l01-ai-timeline article {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 10px 11px;
}

.momo-l01-ai-timeline small {
  color: var(--l01-muted);
  font-size: 11px;
  white-space: nowrap;
}

.momo-l01-ai-timeline-actions {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.momo-l01-ai-timeline-actions .momo-l01-link-button {
  height: 25px;
  min-width: 66px;
  padding: 0 8px;
}

@media (max-width: 1320px) {
  .momo-l01-page-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .momo-l01-ai-page-tools {
    flex-wrap: wrap;
    width: 100%;
  }

  .momo-l01-ai-page-tools .momo-l01-primary-button.is-compact {
    flex: 0 0 auto;
  }

  .momo-l01-ai-enterprise-picker {
    flex: 1 1 260px;
    min-width: 220px;
    width: auto;
  }

  .momo-l01-ai-workbench-grid,
  .momo-l01-ai-bottom-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .momo-l01-ai-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .momo-l01-ai-flow-step:nth-child(3n)::after {
    display: none;
  }
}

@media (max-width: 1040px) {
  .momo-l01-ai-page-tools {
    width: 100%;
  }

  .momo-l01-ai-enterprise-picker {
    flex: 1;
    width: auto;
  }

  .momo-l01-ai-workbench-empty,
  .momo-l01-ai-material-empty {
    grid-template-columns: minmax(0, 1fr);
  }

  .momo-l01-register-button.is-inline {
    justify-self: start;
  }

  .momo-l01-ai-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  .momo-l01-ai-flow-step {
    min-height: auto;
  }

  .momo-l01-ai-flow-step::after {
    display: none;
  }

  .momo-l01-profile-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .momo-l01-ai-recommendation-list article {
    grid-template-columns: minmax(0, 1fr);
  }

  .momo-l01-ai-policy-actions,
  .momo-l01-row-actions {
    justify-content: flex-start;
  }

  .momo-l01-ai-timeline article {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .momo-l01-ai-timeline-actions {
    align-items: flex-start;
    grid-column: 2;
  }

  .momo-l01-project-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .momo-l01-system-page-tools {
    width: 100%;
    flex-wrap: wrap;
  }

  .momo-l01-system-page-tools .momo-l01-link-button {
    flex: 1 1 0;
    min-width: 132px;
  }
}

.momo-l01-ai-copilot {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: right 180ms cubic-bezier(0.2, 0, 0, 1), top 180ms cubic-bezier(0.2, 0, 0, 1), transform 180ms cubic-bezier(0.2, 0, 0, 1);
  width: 58px;
  z-index: 30;
}

.momo-l01-ai-copilot.is-open {
  right: 18px;
  top: 82px;
  transform: none;
  width: min(380px, calc(100vw - 40px));
}

.momo-l01-ai-fab {
  align-items: center;
  background:
    radial-gradient(circle at 32% 14%, rgba(255, 255, 255, 0.98), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  border: 0;
  border-radius: 24px 0 0 24px;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.14), inset 0 0 0 1px rgba(37, 99, 235, 0.11);
  color: #1d5fd7;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-size: 10.5px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 142px;
  min-width: 44px;
  padding: 9px 6px;
  pointer-events: auto;
  transform: translateX(9px);
  transition: transform 180ms cubic-bezier(0.2, 0, 0, 1), box-shadow 180ms cubic-bezier(0.2, 0, 0, 1);
}

.momo-l01-ai-fab:hover {
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.18), inset 0 0 0 1px rgba(37, 99, 235, 0.18);
  transform: translateX(0);
}

.momo-l01-ai-fab:active {
  transform: translateX(0) scale(0.96);
}

.momo-l01-ai-fab > span:not(.momo-l01-ai-orb) {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.04;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.momo-l01-ai-fab .momo-l01-ai-chevron {
  font-size: 12px;
  line-height: 1;
}

.momo-l01-ai-copilot.is-open .momo-l01-ai-fab {
  border-radius: 999px;
  flex-direction: row;
  justify-content: space-between;
  min-height: 40px;
  min-width: 168px;
  padding: 0 12px 0 7px;
  transform: none;
}

.momo-l01-ai-copilot.is-open .momo-l01-ai-fab > span:not(.momo-l01-ai-orb) {
  letter-spacing: 0;
  writing-mode: horizontal-tb;
}

.momo-l01-ai-copilot.is-open .momo-l01-ai-chevron {
  transform: none;
}

.momo-l01-ai-orb,
.momo-l01-ai-badge {
  align-items: center;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  overflow: hidden;
  width: 32px;
}

.momo-l01-ai-orb img,
.momo-l01-ai-badge img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.momo-l01-ai-chevron {
  color: #4b6fb9;
  font-weight: 900;
  transition: transform 180ms cubic-bezier(0.2, 0, 0, 1);
}

.momo-l01-modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 60;
}

.momo-l01-modal.is-open {
  display: flex;
}

.momo-l01-modal-backdrop {
  background: rgba(15, 23, 42, 0.22);
  inset: 0;
  position: absolute;
}

.momo-l01-modal-panel {
  background: #fff;
  border: 1px solid rgba(223, 231, 240, 0.92);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
  max-height: min(780px, calc(100dvh - 48px));
  max-width: 820px;
  overflow: hidden;
  padding: 16px 16px 0;
  position: relative;
  width: min(820px, calc(100vw - 48px));
}

.momo-l01-knowledge-modal-panel {
  max-width: 1040px;
  width: min(1040px, calc(100vw - 48px));
}

.momo-l01-modal-head {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.momo-l01-modal-head h2 {
  color: #101828;
  font-size: 17px;
  font-weight: 740;
  line-height: 1.25;
  margin: 0;
}

.momo-l01-modal-head p {
  color: var(--l01-muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 5px 0 0;
}

.momo-l01-enterprise-form {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 202px;
  min-height: 0;
  overflow: auto;
  padding-bottom: 16px;
  padding-right: 2px;
}

.momo-l01-form-main,
.momo-l01-form-section {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.momo-l01-form-section {
  background: #fbfdff;
  border-radius: 13px;
  box-shadow: var(--l01-shadow-border);
  padding: 12px;
}

.momo-l01-form-section.is-hidden,
.momo-l01-enterprise-form label.is-hidden {
  display: none;
}

.momo-l01-form-section h3 {
  color: #101828;
  font-size: 13px;
  font-weight: 740;
  line-height: 1.25;
  margin: 0;
}

.momo-l01-form-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momo-l01-enterprise-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
  position: relative;
}

.momo-l01-enterprise-form label.is-wide {
  grid-column: 1 / -1;
}

.momo-l01-form-aside,
.momo-l01-modal-actions {
  grid-column: 1 / -1;
}

.momo-l01-project-modal-panel {
  max-width: 880px;
  width: min(880px, calc(100vw - 48px));
}

.momo-l01-supplement-modal-panel {
  max-width: 780px;
  width: min(780px, calc(100vw - 48px));
}

.momo-l01-project-detail {
  display: grid;
  gap: 12px;
  min-height: 0;
  overflow: auto;
  padding-right: 2px;
}

.momo-l01-supplement-form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.momo-l01-supplement-detail {
  display: grid;
  flex: 1 1 auto;
  gap: 12px;
  min-height: 0;
  overflow: auto;
  padding-right: 2px;
}

.momo-l01-supplement-form,
.momo-l01-supplement-detail {
  display: grid;
  gap: 12px;
}

.momo-l01-supplement-summary {
  display: grid;
  gap: 9px;
  grid-template-columns: 1fr 1.35fr auto;
}

.momo-l01-supplement-summary article,
.momo-l01-supplement-section,
.momo-l01-material-pack-hero {
  background: #fbfdff;
  border-radius: 12px;
  box-shadow: var(--l01-shadow-border);
  min-width: 0;
  padding: 11px;
}

.momo-l01-supplement-summary span {
  color: var(--l01-muted);
  display: block;
  font-size: 11px;
  font-weight: 680;
}

.momo-l01-supplement-summary strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
  margin-top: 6px;
  overflow-wrap: anywhere;
}

.momo-l01-supplement-section {
  display: grid;
  gap: 9px;
}

.momo-l01-supplement-section.is-soft {
  background: #f8fbff;
}

.momo-l01-supplement-section h3 {
  color: #101828;
  font-size: 14px;
  font-weight: 760;
  margin: 0;
}

.momo-l01-supplement-checks {
  display: grid;
  gap: 7px;
}

.momo-l01-supplement-checks label {
  align-items: center;
  color: #475569;
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 1.45;
}

.momo-l01-supplement-checks input {
  accent-color: #2563eb;
  flex: 0 0 auto;
}

.momo-l01-upload-box {
  align-items: center;
  background: #fff;
  border: 1px dashed #c9d8ea;
  border-radius: 10px;
  color: #475569;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: center;
  min-height: 58px;
  padding: 10px;
  text-align: center;
}

.momo-l01-upload-box input {
  display: none;
}

.momo-l01-supplement-section textarea {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: 10px;
  color: var(--l01-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
  min-width: 0;
  outline: 0;
  padding: 9px 10px;
  resize: vertical;
}

.momo-l01-supplement-section p {
  align-items: flex-start;
  color: #475569;
  display: grid;
  font-size: 12px;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  line-height: 1.5;
  margin: 0;
}

.momo-l01-supplement-section p span {
  background: var(--l01-soft);
  border-radius: 999px;
  color: var(--l01-muted);
  font-size: 11px;
  font-weight: 760;
  height: 23px;
  line-height: 23px;
  padding: 0 8px;
  white-space: nowrap;
}

.momo-l01-material-pack-hero {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.momo-l01-material-pack-hero strong {
  color: #101828;
  display: block;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.35;
}

.momo-l01-material-pack-hero span {
  color: var(--l01-muted);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
}

.momo-l01-material-pack-hero em {
  color: #2563eb;
  flex: 0 0 auto;
  font-size: 20px;
  font-style: normal;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.momo-l01-project-detail-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.momo-l01-project-detail-grid article,
.momo-l01-project-detail-section {
  background: #fbfdff;
  border-radius: 12px;
  box-shadow: var(--l01-shadow-border);
  min-width: 0;
  padding: 11px;
}

.momo-l01-project-detail-grid span {
  color: var(--l01-muted);
  display: block;
  font-size: 11px;
  font-weight: 680;
}

.momo-l01-project-detail-grid strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
  margin-top: 6px;
  overflow-wrap: anywhere;
}

.momo-l01-project-detail-section {
  display: grid;
  gap: 8px;
}

.momo-l01-project-detail-section h3 {
  color: #101828;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
  margin: 0;
}

.momo-l01-project-detail-section p {
  align-items: flex-start;
  color: #475569;
  display: grid;
  font-size: 12px;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  line-height: 1.5;
  margin: 0;
}

.momo-l01-project-detail-section p span {
  background: var(--l01-soft);
  border-radius: 999px;
  color: var(--l01-muted);
  font-size: 11px;
  font-weight: 760;
  height: 23px;
  line-height: 23px;
  padding: 0 8px;
  white-space: nowrap;
}

.momo-l01-project-detail-section p.is-ok {
  color: #166534;
}

.momo-l01-project-detail-section p.is-ok span {
  background: #edf9f1;
  color: #15803d;
}

.momo-l01-project-detail-section p.is-missing {
  color: #9a3412;
}

.momo-l01-project-detail-section p.is-missing span {
  background: #fff7ed;
  color: #c2410c;
}

.momo-l01-form-aside {
  align-self: start;
  background: linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);
  border-radius: 13px;
  box-shadow: var(--l01-shadow-border);
  display: grid;
  gap: 9px;
  padding: 12px;
}

.momo-l01-form-aside strong {
  color: #101828;
  font-size: 13px;
  font-weight: 760;
}

.momo-l01-form-aside span {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 9px;
  color: #516174;
  font-size: 12px;
  font-weight: 650;
  padding: 8px 9px;
}

.momo-l01-company-detail-page-head {
  align-items: end;
  border-bottom: 1px solid var(--l01-line);
  margin-bottom: 2px;
  padding-bottom: 12px;
}

.momo-l01-company-detail-page-head h1 {
  margin-top: 8px;
}

.momo-l01-company-detail-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.momo-l01-company-detail-actions .momo-l01-ghost-button,
.momo-l01-company-detail-actions .momo-l01-primary-button {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  font-size: 12px;
  height: 32px;
  justify-content: center;
  min-width: 78px;
  padding: 0 11px;
}

.momo-l01-company-detail-page {
  display: grid;
  gap: 12px;
}

.momo-l01-company-detail-hero-card,
.momo-l01-company-detail-stage-card,
.momo-l01-company-detail-layout > .momo-l01-card {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: 12px;
  box-shadow: var(--l01-shadow-card);
}

.momo-l01-company-detail-hero-card {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) 300px;
  padding: 16px 18px;
}

.momo-l01-company-detail-identity h2 {
  color: #101828;
  font-size: 24px;
  font-weight: 820;
  line-height: 1.12;
  margin: 8px 0 7px;
}

.momo-l01-company-detail-identity p {
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  max-width: 780px;
}

.momo-l01-company-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.momo-l01-company-detail-tags span {
  background: #eef6ff;
  border: 1px solid #d8e9ff;
  border-radius: 8px;
  color: #1d5fd7;
  font-size: 11px;
  font-weight: 720;
  padding: 5px 8px;
}

.momo-l01-company-detail-score {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 124px minmax(0, 1fr);
}

.momo-l01-company-detail-score-meta {
  display: grid;
  gap: 8px;
}

.momo-l01-company-detail-score-meta article,
.momo-l01-company-public-grid div,
.momo-l01-certificate-grid article,
.momo-l01-detail-opportunity-list article,
.momo-l01-detail-service-list article {
  background: #f8fafc;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: var(--l01-shadow-border);
}

.momo-l01-company-detail-score-meta article {
  padding: 8px;
}

.momo-l01-company-detail-score-meta span,
.momo-l01-company-public-grid span,
.momo-l01-certificate-grid span,
.momo-l01-detail-opportunity-list span,
.momo-l01-detail-service-list span {
  color: #667085;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

.momo-l01-company-detail-score-meta strong {
  color: #101828;
  display: block;
  font-size: 19px;
  font-variant-numeric: tabular-nums;
  margin-top: 5px;
}

.momo-l01-company-detail-score-meta small {
  color: #667085;
  font-size: 12px;
  margin-left: 2px;
}

.momo-l01-company-detail-stage-card {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 10px;
}

.momo-l01-company-detail-stage-card article {
  align-items: center;
  background: #f8fafc;
  border-radius: 10px;
  display: grid;
  gap: 5px;
  grid-template-columns: 28px minmax(0, 1fr);
  min-width: 0;
  padding: 8px;
}

.momo-l01-company-detail-stage-card article.is-active {
  background: #eef6ff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.14);
}

.momo-l01-company-detail-stage-card i {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #1d5fd7;
  display: inline-flex;
  font-style: normal;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.momo-l01-company-detail-stage-card strong {
  color: #101828;
  font-size: 12px;
}

.momo-l01-company-detail-stage-card span {
  color: #667085;
  font-size: 11px;
}

.momo-l01-company-detail-layout {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.momo-l01-company-detail-layout.is-second {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.momo-l01-company-detail-layout > .momo-l01-card {
  min-width: 0;
  padding: 14px;
}

.momo-l01-company-public-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momo-l01-company-public-grid div {
  min-height: 74px;
  padding: 10px;
}

.momo-l01-company-public-grid strong {
  color: #101828;
  display: block;
  font-size: 13px;
  line-height: 1.35;
  margin-top: 6px;
}

.momo-l01-company-intro {
  background: #f8fbff;
  border: 1px solid #e5edf7;
  border-radius: 14px;
  margin-top: 10px;
  padding: 12px;
}

.momo-l01-company-intro span {
  color: #64748b;
  display: block;
  font-size: 12px;
  font-weight: 720;
  margin-bottom: 7px;
}

.momo-l01-company-intro p {
  color: #344054;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.momo-l01-certificate-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momo-l01-certificate-grid article {
  min-height: 88px;
  padding: 10px;
}

.momo-l01-certificate-grid article.is-warn {
  background: #fff7ed;
  border-color: #fed7aa;
}

.momo-l01-certificate-grid strong {
  color: #101828;
  display: block;
  font-size: 13px;
  line-height: 1.35;
  margin: 8px 0 10px;
}

.momo-l01-certificate-grid em {
  background: #ecfdf3;
  border-radius: 999px;
  color: #087443;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
  padding: 5px 8px;
}

.momo-l01-certificate-grid article.is-warn em {
  background: #ffedd5;
  color: #c2410c;
}

.momo-l01-detail-opportunity-list,
.momo-l01-detail-service-list {
  display: grid;
  gap: 9px;
}

.momo-l01-detail-opportunity-list article,
.momo-l01-detail-service-list article {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 54px;
  padding: 10px;
}

.momo-l01-detail-row-actions {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}

.momo-l01-detail-opportunity-list strong,
.momo-l01-detail-service-list strong {
  color: #101828;
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.momo-l01-detail-opportunity-list em,
.momo-l01-detail-service-list em {
  background: #eef6ff;
  border-radius: 999px;
  color: #1d5fd7;
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
  padding: 6px 9px;
  white-space: nowrap;
}

@media (min-width: 820px) {
  .momo-l01-form-aside {
    grid-column: auto;
  }
}

.momo-l01-enterprise-form span {
  color: #475569;
  font-size: 12px;
  font-weight: 680;
}

.momo-l01-enterprise-form input,
.momo-l01-enterprise-form select,
.momo-l01-enterprise-form textarea {
  background: #fff;
  border: 1px solid var(--l01-line);
  border-radius: var(--l01-radius-control);
  color: var(--l01-ink);
  font: inherit;
  font-size: 13px;
  min-width: 0;
  outline: 0;
  padding: 0 10px;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.momo-l01-enterprise-form input,
.momo-l01-enterprise-form select {
  height: 34px;
}

.momo-l01-enterprise-form textarea {
  line-height: 1.5;
  padding-bottom: 9px;
  padding-top: 9px;
  resize: vertical;
}

.momo-l01-enterprise-form input:focus,
.momo-l01-enterprise-form select:focus,
.momo-l01-enterprise-form textarea:focus {
  border-color: rgba(37, 99, 235, 0.42);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.momo-l01-modal-actions {
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--l01-line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin: 4px -2px -16px;
  padding: 12px 2px 16px;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.momo-l01-project-detail > .momo-l01-modal-actions {
  align-items: center;
  grid-column: 1 / -1;
  justify-content: flex-end;
}

.momo-l01-modal-actions .momo-l01-ghost-button,
.momo-l01-modal-actions .momo-l01-link-button,
.momo-l01-modal-actions .momo-l01-primary-button {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  min-width: 64px;
  padding: 0 11px;
}

.momo-l01-modal-actions .momo-l01-primary-button:disabled {
  background: #eef2f7;
  border-color: #d8e2ee;
  color: #94a3b8;
  cursor: not-allowed;
}

.momo-l01-modal-actions .momo-l01-primary-button {
  box-shadow: none;
  min-width: 92px;
}

.momo-l01-modal-actions .momo-l01-primary-button:hover {
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.12);
}

.momo-l01-profile-modal-panel {
  width: min(860px, calc(100vw - 56px));
}

.momo-l01-login-panel {
  width: min(460px, calc(100vw - 56px));
}

.momo-l01-profile-form .momo-l01-form-grid,
.momo-l01-login-form .momo-l01-form-grid {
  gap: 12px 14px;
}

.momo-l01-profile-form label,
.momo-l01-login-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.momo-l01-profile-form label > span,
.momo-l01-login-form label > span,
.momo-l01-system-inline-fields label > span,
.momo-l01-system-form label > span {
  color: #475569;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0;
}

.momo-l01-profile-form input,
.momo-l01-login-form input,
.momo-l01-system-form input,
.momo-l01-system-form select,
.momo-l01-system-form textarea,
.momo-l01-system-inline-fields input,
.momo-l01-system-inline-fields select,
.momo-l01-system-inline-fields textarea,
#system-audit-filter {
  appearance: none;
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
  color: #101828;
  font: inherit;
  font-size: 13px;
  line-height: 1.45;
  min-width: 0;
  outline: 0;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.momo-l01-profile-form input,
.momo-l01-login-form input,
.momo-l01-system-form input,
.momo-l01-system-form select,
.momo-l01-system-inline-fields input,
.momo-l01-system-inline-fields select,
#system-audit-filter {
  height: 36px;
  padding: 0 11px;
}

.momo-l01-system-form select,
.momo-l01-system-inline-fields select,
#system-audit-filter {
  background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position: calc(100% - 15px) 15px, calc(100% - 10px) 15px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 30px;
}

.momo-l01-profile-form textarea,
.momo-l01-login-form textarea,
.momo-l01-system-form textarea,
.momo-l01-system-inline-fields textarea {
  min-height: 76px;
  padding: 10px 11px;
  resize: vertical;
}

.momo-l01-profile-form input::placeholder,
.momo-l01-login-form input::placeholder,
.momo-l01-system-form input::placeholder,
.momo-l01-system-form textarea::placeholder,
.momo-l01-system-inline-fields input::placeholder,
.momo-l01-system-inline-fields textarea::placeholder {
  color: #94a3b8;
}

.momo-l01-profile-form input:hover,
.momo-l01-login-form input:hover,
.momo-l01-system-form input:hover,
.momo-l01-system-form select:hover,
.momo-l01-system-form textarea:hover,
.momo-l01-system-inline-fields input:hover,
.momo-l01-system-inline-fields select:hover,
.momo-l01-system-inline-fields textarea:hover,
#system-audit-filter:hover {
  border-color: #c7d3e2;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.015), 0 6px 16px rgba(15, 23, 42, 0.04);
}

.momo-l01-profile-form input:focus,
.momo-l01-login-form input:focus,
.momo-l01-system-form input:focus,
.momo-l01-system-form select:focus,
.momo-l01-system-form textarea:focus,
.momo-l01-system-inline-fields input:focus,
.momo-l01-system-inline-fields select:focus,
.momo-l01-system-inline-fields textarea:focus,
#system-audit-filter:focus {
  border-color: rgba(37, 99, 235, 0.5);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1), 0 8px 20px rgba(37, 99, 235, 0.06);
}

.momo-l01-profile-form input[readonly] {
  background: #f8fafc;
  color: #475569;
}

.momo-l01-profile-summary article {
  background: linear-gradient(180deg, #f9fbff 0%, #f6f9fd 100%);
  border-color: #d9e3ef;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
  min-height: 78px;
}

.momo-l01-profile-summary strong {
  font-variant-numeric: tabular-nums;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.momo-l01-login-form .is-checkbox {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  display: inline-flex;
  gap: 8px;
  justify-self: start;
  min-height: 36px;
  padding: 0 10px;
}

.momo-l01-login-form .is-checkbox input {
  appearance: auto;
  height: 14px;
  width: 14px;
}

.momo-l01-system-row {
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.momo-l01-system-row:hover {
  border-color: rgba(37, 99, 235, 0.16);
  box-shadow: var(--l01-shadow-border-hover);
}

.momo-l01-system-row-main p em {
  background: #f6faff;
  border-color: #d9e8ff;
  color: #31547c;
  margin: 0 5px 5px 0;
  padding: 3px 8px;
}

.momo-l01-system-permission-grid {
  gap: 8px;
}

.momo-l01-system-permission-chip {
  background: #f8fafc;
  border-color: #dbe4f0;
  color: #475569;
  cursor: pointer;
  display: inline-flex;
  gap: 7px;
  justify-self: start;
  min-height: 34px;
  padding: 6px 10px;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease, transform 140ms ease;
}

.momo-l01-system-permission-grid .momo-l01-system-permission-chip {
  align-items: center;
  display: inline-flex;
}

.momo-l01-system-permission-grid .momo-l01-system-permission-chip span {
  color: inherit;
  font-size: 12px;
  font-weight: 720;
  line-height: 1;
}

.momo-l01-system-permission-chip:hover {
  background: #f4f8ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.momo-l01-system-permission-chip:has(input:checked) {
  background: #eff6ff;
  border-color: #b7d4ff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08);
  color: #1d5fd7;
}

.momo-l01-system-permission-chip input {
  appearance: none;
  background: #fff;
  border: 1px solid #b8c5d6;
  border-radius: 5px;
  display: inline-grid;
  height: 16px;
  margin: 0;
  place-content: center;
  width: 16px;
}

.momo-l01-system-permission-chip input::before {
  background: #fff;
  box-shadow: inset 1em 1em #fff;
  clip-path: polygon(14% 44%, 0 59%, 42% 100%, 100% 24%, 84% 10%, 39% 70%);
  content: "";
  height: 9px;
  transform: scale(0);
  transition: transform 120ms ease;
  width: 9px;
}

.momo-l01-system-permission-chip input:checked {
  background: #2563eb;
  border-color: #2563eb;
}

.momo-l01-system-permission-chip input:checked::before {
  transform: scale(1);
}

.momo-l01-drawer {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 58;
}

.momo-l01-drawer.is-open {
  display: block;
}

.momo-l01-drawer-backdrop {
  background: rgba(15, 23, 42, 0.14);
  inset: 0;
  position: absolute;
}

.momo-l01-drawer-panel {
  background: #fff;
  border-left: 1px solid rgba(223, 231, 240, 0.92);
  box-shadow: -24px 0 72px rgba(15, 23, 42, 0.12);
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  margin-left: auto;
  max-width: calc(100vw - 42px);
  min-width: min(560px, calc(100vw - 42px));
  overflow: hidden;
  position: relative;
  transform: translateX(0);
  width: min(620px, calc(100vw - 42px));
}

.momo-l01-drawer-head {
  align-items: flex-start;
  border-bottom: 1px solid var(--l01-line);
  display: flex;
  justify-content: space-between;
  padding: 18px 18px 14px;
}

.momo-l01-drawer-head span {
  color: var(--l01-blue);
  display: block;
  font-size: 12px;
  font-weight: 740;
  margin-bottom: 5px;
}

.momo-l01-drawer-head h2 {
  color: #101828;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.2;
  margin: 0;
}

.momo-l01-company-detail {
  display: grid;
  gap: 12px;
  overflow-y: auto;
  padding: 14px 18px 18px;
}

.momo-l01-detail-hero,
.momo-l01-detail-section {
  background: #fff;
  border-radius: 13px;
  box-shadow: var(--l01-shadow-border);
}

.momo-l01-detail-hero {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 14px;
}

.momo-l01-detail-hero strong {
  color: #101828;
  display: block;
  font-size: 17px;
  font-weight: 780;
  line-height: 1.25;
}

.momo-l01-detail-hero span {
  color: var(--l01-muted);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 5px;
}

.momo-l01-detail-hero em {
  color: #1d5fd7;
  font-size: 28px;
  font-style: normal;
  font-variant-numeric: tabular-nums;
  font-weight: 780;
}

.momo-l01-detail-hero small {
  color: var(--l01-muted);
  font-size: 13px;
  margin-left: 2px;
}

.momo-l01-detail-stage {
  background: #f3f7fb;
  border-radius: 13px;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 7px;
}

.momo-l01-detail-stage span {
  align-items: center;
  background: transparent;
  border-radius: 10px;
  color: #667085;
  display: flex;
  font-size: 12px;
  font-weight: 720;
  gap: 6px;
  justify-content: center;
  min-height: 32px;
}

.momo-l01-detail-stage i {
  background: #cbd5e1;
  border-radius: 999px;
  height: 7px;
  width: 7px;
}

.momo-l01-detail-stage span.is-active {
  background: #fff;
  color: #1d5fd7;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 0 0 1px rgba(37, 99, 235, 0.08);
}

.momo-l01-detail-stage span.is-active i {
  background: #2563eb;
}

.momo-l01-detail-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.momo-l01-detail-grid article {
  background: #fbfdff;
  border-radius: 11px;
  box-shadow: var(--l01-shadow-border);
  padding: 10px;
}

.momo-l01-detail-grid span,
.momo-l01-detail-section-head span {
  color: var(--l01-muted);
  font-size: 11px;
  font-weight: 650;
}

.momo-l01-detail-grid strong {
  color: #101828;
  display: block;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  font-weight: 760;
  margin-top: 7px;
}

.momo-l01-detail-grid small {
  color: var(--l01-muted);
  font-size: 11px;
  margin-left: 2px;
}

.momo-l01-detail-section {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.momo-l01-detail-section-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.momo-l01-detail-section-head strong {
  color: #101828;
  font-size: 13px;
  font-weight: 760;
}

.momo-l01-detail-contact {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.momo-l01-detail-contact span,
.momo-l01-detail-contact b {
  background: #f8fafc;
  border-radius: 10px;
  color: #475569;
  font-size: 13px;
  font-weight: 680;
  padding: 9px 10px;
}

.momo-l01-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.momo-l01-detail-tags span {
  background: #f8fafc;
  border: 1px solid var(--l01-line);
  border-radius: 999px;
  color: #475569;
  font-size: 12px;
  font-weight: 650;
  padding: 5px 8px;
}

.momo-l01-detail-tags span.is-blue {
  background: #edf5ff;
  border-color: rgba(37, 99, 235, 0.16);
  color: #1d5fd7;
}

.momo-l01-detail-tags.is-warn span {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #c2410c;
}

.momo-l01-detail-section p {
  color: var(--l01-muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.momo-l01-detail-timeline {
  display: grid;
  gap: 8px;
}

.momo-l01-detail-timeline article {
  align-items: flex-start;
  display: grid;
  gap: 9px;
  grid-template-columns: 44px minmax(0, 1fr);
}

.momo-l01-detail-timeline em {
  background: #f8fafc;
  border-radius: 999px;
  color: #475569;
  font-size: 11px;
  font-style: normal;
  font-weight: 720;
  padding: 5px 7px;
  text-align: center;
}

.momo-l01-detail-timeline strong {
  color: #101828;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.momo-l01-detail-timeline span {
  color: var(--l01-muted);
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.momo-l01-ai-panel {
  background:
    radial-gradient(circle at 90% 6%, rgba(37, 99, 235, 0.11), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 251, 255, 0.98));
  border-radius: 24px;
  box-shadow: 0 0 0 1px rgba(31, 47, 74, 0.07), 0 30px 88px rgba(42, 55, 91, 0.18);
  display: grid;
  gap: 12px;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: min(600px, calc(100dvh - 150px));
  opacity: 1;
  padding: 14px;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 52px;
  transform: translateY(0) scale(1);
  transition: opacity 160ms cubic-bezier(0.2, 0, 0, 1), transform 180ms cubic-bezier(0.2, 0, 0, 1), visibility 160ms cubic-bezier(0.2, 0, 0, 1);
  visibility: visible;
  width: min(380px, calc(100vw - 40px));
}

.momo-l01-ai-panel.is-collapsed {
  display: none;
}

.momo-l01-ai-head {
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.momo-l01-ai-head strong,
.momo-l01-ai-head span {
  display: block;
}

.momo-l01-ai-head strong {
  color: var(--l01-ink);
  font-size: 18px;
  line-height: 1.18;
}

.momo-l01-ai-head span {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 3px;
}

.momo-l01-ai-scroll {
  align-content: start;
  display: grid;
  gap: 10px;
  min-height: 0;
  overflow-y: auto;
  padding: 1px 1px 6px;
  scrollbar-width: thin;
}

.momo-l01-ai-thread {
  display: grid;
  gap: 10px;
  min-height: 230px;
  overflow-y: auto;
}

.momo-l01-ai-context-card {
  background: linear-gradient(135deg, #f3f7ff, #ffffff);
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.1);
  display: grid;
  gap: 8px;
  padding: 14px;
}

.momo-l01-ai-context-card-top {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.momo-l01-ai-context-card-top strong {
  color: var(--l01-ink);
  font-size: 14px;
  font-weight: 850;
}

.momo-l01-ai-context-card-top span {
  color: #667085;
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

.momo-l01-ai-context-card p {
  color: #1f2937;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
}

.momo-l01-ai-context-prompts {
  display: grid;
  gap: 7px;
}

.momo-l01-ai-context-prompts small {
  color: #475467;
  display: block;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.5;
}

.momo-l01-ai-context-prompts button {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 10px;
  color: #1d4ed8;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.45;
  padding: 7px 8px;
  text-align: left;
  transition: background-color 140ms ease, border-color 140ms ease, transform 120ms ease;
}

.momo-l01-ai-context-prompts button:hover {
  background: #ffffff;
  border-color: rgba(37, 99, 235, 0.24);
}

.momo-l01-ai-context-prompts button:active {
  transform: scale(0.96);
}

.momo-l01-ai-message {
  display: grid;
  gap: 4px;
  justify-items: start;
}

.momo-l01-ai-message.is-user {
  justify-items: end;
}

.momo-l01-ai-message strong {
  color: #667085;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.35;
  width: 100%;
}

.momo-l01-ai-message.is-user strong {
  text-align: right;
}

.momo-l01-ai-bubble {
  background: linear-gradient(180deg, #ffffff, #fbfcff);
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(31, 47, 74, 0.055), 0 12px 26px rgba(78, 96, 132, 0.05);
  color: var(--l01-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  max-width: 100%;
  padding: 11px 12px;
  white-space: pre-wrap;
  word-break: break-word;
}

.momo-l01-ai-message.is-user .momo-l01-ai-bubble {
  background: #edf5ff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
}

.momo-l01-ai-message.is-loading .momo-l01-ai-bubble {
  opacity: 0.82;
}

.momo-l01-ai-message.is-error .momo-l01-ai-bubble {
  background: #fff7ed;
  box-shadow: inset 0 0 0 1px rgba(194, 65, 12, 0.16);
  color: #9a3412;
}

.momo-l01-ai-input {
  background: #fff;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(31, 47, 74, 0.1), 0 14px 30px rgba(78, 96, 132, 0.08);
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 54px;
  min-height: 88px;
  padding: 8px;
}

.momo-l01-ai-input textarea {
  background: #f8fbff;
  border: 0;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(31, 47, 74, 0.1);
  color: var(--l01-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 60px;
  outline: 0;
  padding: 9px 10px;
  resize: none;
  transition: background-color 140ms ease, box-shadow 140ms ease;
}

#ai-input:focus,
#ai-input:focus-visible {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.38), 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.momo-l01-ai-input textarea::placeholder {
  color: rgba(102, 112, 133, 0.72);
}

.momo-l01-ai-input button {
  align-self: end;
  background: var(--l01-gradient-ai);
  border: 0;
  border-radius: 15px;
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  height: 42px;
  padding: 0;
}

.momo-l01-toast {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(37, 99, 235, 0.14), 0 0 0 1px rgba(37, 99, 235, 0.12);
  bottom: 22px;
  color: #1d5fd7;
  font-size: 13px;
  font-weight: 750;
  left: 50%;
  opacity: 0;
  padding: 10px 14px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 12px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 40;
}

.momo-l01-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1680px) {
  .momo-l01-knowledge-command-grid {
    grid-template-columns: 1fr;
  }

  .momo-l01-knowledge-list-card,
  .momo-l01-knowledge-detail-card {
    min-height: 0;
  }
}

@media (max-width: 1120px) {
  .momo-l01-auth-shell {
    grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.82fr);
  }

  .momo-l01-auth-visual {
    padding: 34px 30px 38px;
  }

  .momo-l01-auth-illustration {
    height: 440px;
    min-height: 380px;
    width: 100%;
  }

  .momo-l01-auth-core {
    font-size: 50px;
    height: 168px;
    left: 28%;
    top: 25%;
    width: 154px;
  }

  .momo-l01-auth-orbit {
    height: 170px;
    left: 20%;
    width: 270px;
  }

  .momo-l01-auth-orbit.is-two {
    height: 122px;
    left: 26%;
    width: 210px;
  }

  .momo-l01-auth-cardlet {
    min-width: 118px;
    padding: 12px;
  }

  .momo-l01-auth-slogan h1 {
    font-size: 27px;
  }

  .momo-l01-auth-panel {
    padding: 30px 24px;
  }

  .momo-l01-auth-form {
    border-radius: 24px;
    padding: 40px 32px;
  }

  .momo-l01-kpi-grid,
  .momo-l01-primary-grid,
  .momo-l01-chart-grid,
  .momo-l01-project-section,
  .momo-l01-bottom-grid,
  .momo-l01-company-grid,
  .momo-l01-company-grid.is-secondary,
  .momo-l01-company-list-layout,
  .momo-l01-company-detail-hero-card,
  .momo-l01-company-detail-layout,
  .momo-l01-company-detail-layout.is-second,
  .momo-l01-company-command-grid,
  .momo-l01-company-ops-grid,
  .momo-l01-policy-command-grid,
  .momo-l01-policy-ops-grid,
  .momo-l01-knowledge-command-grid,
  .momo-l01-project-cockpit,
  .momo-l01-service-layout,
  .momo-l01-notice-layout,
  .momo-l01-system-grid,
  .momo-l01-system-ops-grid,
  body.is-project-focus .momo-l01-project-cockpit,
  .momo-l01-health-columns {
    grid-template-columns: 1fr;
  }

  .momo-l01-system-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .momo-l01-notice-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .momo-l01-qualification-insight,
  .momo-l01-health-score-row,
  .momo-l01-company-hero-facts,
  .momo-l01-policy-source-card,
  .momo-l01-policy-support-grid,
  .momo-l01-project-facts,
  .momo-l01-project-service-box,
  .momo-l01-service-facts,
  .momo-l01-service-source-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .momo-l01-search {
    width: 280px;
  }

  .momo-l01-company-tools {
    align-items: center;
    flex-direction: row;
  }

  .momo-l01-company-tools input {
    flex-basis: 100%;
    min-width: 0;
    width: 100%;
  }

  .momo-l01-company-tools button {
    flex: 0 0 auto;
    width: auto;
  }

  .momo-l01-policy-card-grid,
  .momo-l01-policy-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .momo-l01-knowledge-category-list {
    gap: 7px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .momo-l01-knowledge-category-list article {
    min-height: 68px;
    padding: 8px;
  }

  .momo-l01-knowledge-category-list strong {
    font-size: 12px;
  }

  .momo-l01-knowledge-category-list span,
  .momo-l01-knowledge-category-list small {
    font-size: 10.5px;
  }

  .momo-l01-knowledge-category-list em {
    font-size: 16px;
  }

  .momo-l01-policy-fit-modal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .momo-l01-knowledge-page-tools {
    justify-content: flex-start;
    width: 100%;
  }

  .momo-l01-knowledge-page-tools input {
    flex: 1 1 260px;
    width: auto;
  }

  .momo-l01-knowledge-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .momo-l01-knowledge-list-card,
  .momo-l01-knowledge-detail-card {
    min-height: 0;
  }

  .momo-l01-knowledge-list {
    max-height: none;
  }

  .momo-l01-knowledge-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .momo-l01-company-detail-stage-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    overflow: auto;
  }

  .momo-l01-auth-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .momo-l01-auth-visual {
    min-height: auto;
    padding: 26px 20px 8px;
  }

  .momo-l01-auth-illustration {
    height: 270px;
    min-height: 270px;
    width: 100%;
  }

  .momo-l01-auth-grid-plane {
    border-radius: 30px;
    inset: 10% 0 8%;
  }

  .momo-l01-auth-core {
    font-size: 40px;
    height: 132px;
    left: calc(50% - 66px);
    top: 62px;
    width: 132px;
  }

  .momo-l01-auth-orbit {
    height: 134px;
    left: calc(50% - 120px);
    top: 150px;
    width: 240px;
  }

  .momo-l01-auth-orbit.is-two {
    height: 96px;
    left: calc(50% - 92px);
    top: 174px;
    width: 184px;
  }

  .momo-l01-auth-cardlet {
    min-width: 112px;
    padding: 11px 12px;
  }

  .momo-l01-auth-cardlet.is-policy {
    right: 2%;
    top: 38px;
  }

  .momo-l01-auth-cardlet.is-company {
    left: 1%;
    top: 118px;
  }

  .momo-l01-auth-cardlet.is-service {
    bottom: 16px;
    right: 7%;
  }

  .momo-l01-auth-slogan h1 {
    font-size: 24px;
  }

  .momo-l01-auth-panel {
    background: transparent;
    border-left: 0;
    min-height: auto;
    padding: 20px;
  }

  .momo-l01-auth-form {
    border-radius: 22px;
    padding: 30px 24px;
  }

  .momo-l01 {
    height: auto;
    min-height: 100dvh;
  }

  .momo-l01-shell {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100dvh;
  }

  .momo-l01-sidebar {
    display: none;
  }

  .momo-l01-workspace {
    min-height: 100dvh;
  }

  .momo-l01-content {
    overflow: visible;
    padding: 14px;
  }

  .momo-l01-knowledge-category-list,
  .momo-l01-knowledge-card-grid,
  .momo-l01-knowledge-detail-grid,
  .momo-l01-knowledge-review-row,
  .momo-l01-knowledge-sync-list article {
    grid-template-columns: minmax(0, 1fr);
  }

  .momo-l01-knowledge-focus {
    display: grid;
  }

  .momo-l01-knowledge-page-tools .momo-l01-link-button.is-mini,
  .momo-l01-knowledge-page-tools .momo-l01-primary-button.is-compact {
    flex: 0 0 auto;
  }

  .momo-l01-login-panel,
  .momo-l01-profile-modal-panel {
    width: min(100vw - 24px, 680px);
  }

  .momo-l01-profile-summary {
    grid-template-columns: 1fr;
  }

  .momo-l01-kpi-grid,
  .momo-l01-mini-metrics,
  .momo-l01-recommend-grid,
  .momo-l01-structure-breakdown,
  .momo-l01-company-public-grid,
  .momo-l01-certificate-grid,
  .momo-l01-company-detail-stage-card,
  .momo-l01-company-detail-score {
    grid-template-columns: 1fr;
  }

  .momo-l01-company-pool-row {
    grid-template-columns: 1fr;
  }

  .momo-l01-company-pool-actions {
    display: flex;
    justify-content: flex-start;
  }

  .momo-l01-policy-page-tools,
  .momo-l01-service-page-tools,
  .momo-l01-system-page-tools,
  .momo-l01-policy-due-row .momo-l01-row-actions,
  .momo-l01-policy-pagination {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .momo-l01-policy-page-tools input {
    width: 100%;
  }

  .momo-l01-service-page-tools input {
    width: 100%;
  }

  .momo-l01-policy-category-list.is-strip button {
    flex-basis: 164px;
  }

  .momo-l01-list-page-info {
    margin-top: 8px;
  }

  .momo-l01-policy-fit-bars button {
    grid-template-columns: minmax(0, 1fr) 64px auto;
  }

  .momo-l01-policy-enterprise-list article,
  .momo-l01-policy-project-list article,
  .momo-l01-policy-due-row {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .momo-l01-company-detail-actions,
  .momo-l01-detail-row-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .momo-l01-policy-card-grid,
  .momo-l01-policy-fit-grid,
  .momo-l01-policy-fit-modal-grid,
  .momo-l01-service-template-list,
  .momo-l01-notice-summary,
  .momo-l01-notice-item,
  .momo-l01-notice-facts,
  .momo-l01-notice-log-item,
  .momo-l01-system-status,
  .momo-l01-system-form,
  .momo-l01-system-row,
  .momo-l01-system-audit-item {
    grid-template-columns: 1fr;
  }

  .momo-l01-system-detail-list p {
    grid-template-columns: 1fr;
  }

  .momo-l01-system-row-actions {
    align-items: flex-start;
  }

  .momo-l01-policy-fit-pagination {
    align-items: flex-start;
    flex-direction: column;
  }

  .momo-l01-search kbd {
    display: none;
  }

  .momo-l01-ai-copilot,
  .momo-l01-ai-copilot.is-open {
    bottom: 14px;
    right: 12px;
    top: auto;
    transform: none;
    width: auto;
  }

  .momo-l01-ai-panel {
    border-radius: 14px 14px 0 0;
    position: absolute;
    right: 0;
    top: 52px;
    max-height: 78dvh;
    width: min(360px, calc(100vw - 24px));
  }

  .momo-l01-ai-panel.is-collapsed {
    display: none;
  }
}
