@font-face { font-family: "Noto Sans"; src: url("NotoSans-Regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Noto Sans"; src: url("NotoSans-Italic.ttf") format("truetype"); font-style: italic; font-weight: 400; font-display: swap; }
@font-face { font-family: "Noto Sans"; src: url("NotoSans-Bold.ttf") format("truetype"); font-style: normal; font-weight: 600 800; font-display: swap; }

.nmi-classification {
  --nmi-ink: #27272a;
  --nmi-muted: #66626f;
  --nmi-violet: #7263b8;
  --nmi-violet-soft: #ebe8fb;
  --nmi-focus: #5b4aa8;
  --nmi-path: #b5d3f5;
  --nmi-path-stroke: #8bb6e7;
  --nmi-selected: #168db5;
  --nmi-selected-stroke: #08779d;
  --nmi-connector: #168db5;
  --nmi-preview: #91bfee;
  --nmi-preview-stroke: #659fdc;
  --nmi-path-text: #173451;
  --nmi-selected-text: #fff;
  --nmi-hover: #4faed0;
  --nmi-hover-stroke: #318caf;
  --nmi-ui-soft: #eaf5fb;
  --nmi-ui-border: #72a9cd;
  --nmi-shadow: 0 18px 55px rgba(40, 34, 67, .13);
  position: relative;
  width: 100%;
  color: var(--nmi-ink);
  font-family: inherit;
}

.nmi-classification[data-design="frag-ingrid"] {
  --nmi-path: #f8e89a;
  --nmi-path-stroke: #d6b934;
  --nmi-selected: #f4d84d;
  --nmi-selected-stroke: #b28a00;
  --nmi-connector: #b28a00;
  --nmi-preview: #fff3b8;
  --nmi-preview-stroke: #d6b934;
  --nmi-path-text: #173451;
  --nmi-selected-text: #173451;
  --nmi-hover: #f4d84d;
  --nmi-hover-stroke: #b28a00;
  --nmi-ui-soft: #fff8cf;
  --nmi-ui-border: #d6b934;
  --nmi-focus: #8a6a00;
}

.nmi-classification *, .nmi-classification *::before, .nmi-classification *::after { box-sizing: border-box; }
.nmi-classification button { font: inherit; }

.nmi-classification__toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: .75rem;
  font-family: "Poppins", "Noto Sans", sans-serif;
}

.nmi-classification__button,
.nmi-classification__icon-button,
.nmi-classification__zoom button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #d4dfe9 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #173451 !important;
  box-shadow: 0 1px 2px rgba(23, 52, 81, .04);
  padding: .48rem .72rem !important;
  font-size: .86rem !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.nmi-classification__button { gap: .42rem; }
.nmi-classification__button svg,
.nmi-classification__icon-button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nmi-classification__button--accent { border-color: #bad8ea !important; background: #f3f9fd !important; }
.nmi-classification__button--quiet { background: transparent !important; }
.nmi-classification__button--export { min-height: 36px; border-color: #e1e7ed !important; background: transparent !important; color: #607080 !important; padding: .38rem .58rem !important; font-size: .79rem !important; }
.nmi-classification__button--export > svg:first-child { width: 15px; height: 15px; }
.nmi-classification__chevron { width: 13px !important; height: 13px !important; transition: transform .18s ease; }
.nmi-classification__export-menu.is-open .nmi-classification__chevron { transform: rotate(180deg); }
.nmi-classification__icon-button { width: 38px; min-height: 38px; padding: 0 !important; border-radius: 50% !important; background: transparent !important; color: #607080 !important; }

.nmi-classification__button:hover,
.nmi-classification__button:focus-visible,
.nmi-classification__icon-button:hover,
.nmi-classification__icon-button:focus-visible,
.nmi-classification__zoom button:hover,
.nmi-classification__zoom button:focus-visible {
  border-color: var(--nmi-ui-border) !important;
  background: var(--nmi-ui-soft) !important;
  color: #12304d !important;
  box-shadow: 0 6px 16px rgba(31, 94, 130, .13);
  outline: none;
}

.nmi-classification__button:focus-visible,
.nmi-classification__icon-button:focus-visible,
.nmi-classification__zoom button:focus-visible { outline: 3px solid rgba(22, 141, 181, .22); outline-offset: 2px; }
.nmi-classification__button:active,
.nmi-classification__icon-button:active,
.nmi-classification__zoom button:active { transform: translateY(1px); }
.nmi-classification__toolbar-spacer { flex: 1 1 auto; }
.nmi-classification__mobile,
.nmi-classification__mobile-diagram-controls { display: none; }

.nmi-classification__export-menu { position: relative; }
.nmi-classification__export-options {
  position: absolute;
  top: calc(100% + .45rem);
  right: 0;
  z-index: 8;
  width: max-content;
  min-width: 205px;
  overflow: hidden;
  border: 1px solid #dbe3eb;
  border-radius: 13px;
  background: #fff;
  padding: .35rem;
  box-shadow: 0 16px 38px rgba(23, 52, 81, .17);
}
.nmi-classification__export-options[hidden] { display: none; }
.nmi-classification__export-options button { display: block; width: 100%; min-height: 38px; border: 0 !important; border-radius: 9px !important; background: #fff !important; color: #173451 !important; padding: .5rem .65rem !important; font-size: .84rem !important; font-weight: 600 !important; text-align: left; cursor: pointer; }
.nmi-classification__export-options button:hover,
.nmi-classification__export-options button:focus-visible { background: #eaf5fb !important; color: #12304d !important; outline: none; }

.nmi-classification__stage-wrap {
  position: relative;
  min-height: 0;
  aspect-ratio: 2803 / 1560;
  overflow: hidden;
  border: 1px solid #e2dfe9;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 0%, #fff 0%, #fbfaff 75%);
  box-shadow: var(--nmi-shadow);
}

.nmi-classification__stage { position: absolute; inset: 0; overflow: hidden; touch-action: none; cursor: grab; }
.nmi-classification__stage:active { cursor: grabbing; }
.nmi-classification__stage:focus-visible { outline: 3px solid rgba(114, 99, 184, .35); outline-offset: -3px; }
.nmi-classification__seo-image { position: absolute; inset: 0; z-index: 0; display: block; width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.nmi-classification__svg { position: relative; z-index: 1; display: block; width: 100%; height: 100%; min-height: 0; background: transparent; user-select: none; }
.nmi-classification.is-loaded .nmi-classification__svg { background: #fff; }

[data-nmi-master] { opacity: 0; }
.nmi-classification.is-loaded [data-nmi-master] { animation: nmi-master-in .55s ease both; }
@keyframes nmi-master-in { from { opacity: 0; } to { opacity: 1; } }
.nmi-hotspot { cursor: pointer; outline: none; pointer-events: bounding-box; transition: opacity .2s ease; }
.nmi-classification [data-nmi-master] text { font-family: "Noto Sans", Arial, sans-serif !important; font-weight: 600 !important; fill: #182230; text-rendering: geometricPrecision; }
.nmi-classification [data-nmi-master] text[font-weight="700"], .nmi-classification [data-nmi-master] text[font-weight="bold"] { font-weight: 700 !important; }
.nmi-hotspot .shape-element { transition: fill .18s ease, fill-opacity .18s ease, stroke .18s ease; }
.nmi-classification:not(.has-locked-selection) .nmi-hotspot:hover .shape-element, .nmi-classification:not(.has-locked-selection) .nmi-hotspot:focus .shape-element { fill: var(--nmi-hover) !important; fill-opacity: 1 !important; stroke: var(--nmi-hover-stroke) !important; }
.nmi-classification:not(.has-locked-selection) .nmi-hotspot:hover text, .nmi-classification:not(.has-locked-selection) .nmi-hotspot:focus text { fill: #fff !important; font-weight: 600 !important; }
.nmi-hotspot.is-path .shape-element { fill: var(--nmi-path) !important; fill-opacity: 1 !important; stroke: var(--nmi-path-stroke) !important; }
.nmi-hotspot.is-selected .shape-element { fill: var(--nmi-selected) !important; fill-opacity: 1 !important; stroke: var(--nmi-selected-stroke) !important; }
.nmi-hotspot.is-selected text { fill: var(--nmi-selected-text) !important; font-weight: 600 !important; }
.nmi-classification.is-previewing .nmi-hotspot.is-path:not(.is-selected) .shape-element { fill: var(--nmi-preview) !important; stroke: var(--nmi-preview-stroke) !important; }
.nmi-classification.is-previewing .nmi-hotspot.is-path:not(.is-selected) text { fill: var(--nmi-path-text) !important; font-weight: 600 !important; }
.nmi-connector { transition: opacity .2s ease; }
.nmi-connector path { transition: stroke .18s ease, stroke-width .18s ease; }
.nmi-connector use { transition: fill .18s ease, stroke .18s ease, stroke-width .18s ease; }
.nmi-connector.is-path-edge path { stroke: var(--nmi-connector) !important; stroke-width: 4px !important; }
.nmi-connector.is-path-edge use { fill: var(--nmi-connector) !important; stroke: var(--nmi-connector) !important; stroke-width: 1.5px !important; }
.nmi-classification.is-previewing .nmi-connector.is-path-edge path { stroke: var(--nmi-selected-stroke) !important; stroke-width: 5px !important; }
.nmi-classification.is-previewing .nmi-connector.is-path-edge use { fill: var(--nmi-selected-stroke) !important; stroke: var(--nmi-selected-stroke) !important; stroke-width: 2px !important; }
.nmi-classification.has-active-path .nmi-hotspot:not(.is-path) { opacity: .62; }
.nmi-classification.has-active-path .nmi-connector:not(.is-path-edge) { opacity: .42; }
.nmi-classification.has-active-path .nmi-hotspot.is-path,
.nmi-classification.has-active-path .nmi-connector.is-path-edge { opacity: 1; }
.nmi-classification__loading { fill: #66626f; font: 8px sans-serif; text-anchor: middle; }

.nmi-classification__panel {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: min(320px, calc(100% - 2rem));
  max-height: calc(100% - 2rem);
  overflow: auto;
  border: 1px solid #ded8ed;
  border-radius: 16px;
  background: rgba(255,255,255,.97);
  padding: 1.25rem;
  box-shadow: 0 20px 50px rgba(42, 33, 76, .18);
  z-index: 4;
  font-size: 15px;
  animation: nmi-panel-in .25s ease both;
}

@keyframes nmi-panel-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
.nmi-classification__panel-close { position: absolute; top: .55rem; right: .65rem; z-index: 2; display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid #d7d1e2; border-radius: 50%; background: #fff; color: #27272a !important; font-family: Arial, sans-serif; font-size: 25px; line-height: 1; cursor: pointer; box-shadow: 0 3px 9px rgba(42,33,76,.12); }
.nmi-classification__panel-close:hover, .nmi-classification__panel-close:focus-visible { border-color: var(--nmi-violet); background: var(--nmi-violet-soft); outline: none; }
.nmi-classification__panel h3 { margin: .1rem 2rem .75rem 0; font-size: 20px; line-height: 1.25; }
.nmi-classification__panel p { margin: 0 0 .8rem; }
.nmi-classification__definition { color: #27384a; line-height: 1.58; }
.nmi-classification__definition + .nmi-classification__path-label { margin-top: 1rem !important; padding-top: .85rem; border-top: 1px solid #e5e1ed; }
.nmi-classification__panel a { color: var(--nmi-focus); font-weight: 700; }
.nmi-classification__eyebrow { color: var(--nmi-violet); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.nmi-classification__path-label { margin-bottom: .3rem !important; color: var(--nmi-muted); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nmi-classification__breadcrumb { font-size: 14px; line-height: 1.5; }
.nmi-classification__zoom { position: absolute; left: 1rem; bottom: 1rem; display: flex; gap: .4rem; z-index: 3; }
.nmi-classification__zoom button { width: 2.5rem; height: 2.5rem; padding: 0 !important; border-radius: 50% !important; font-size: 1.3rem !important; }
.nmi-classification__help {
  position: absolute;
  left: 1rem;
  bottom: 4.2rem;
  z-index: 6;
  width: min(330px, calc(100% - 2rem));
  border: 1px solid #dbe3eb;
  border-radius: 15px;
  background: rgba(255, 255, 255, .98);
  color: #173451;
  padding: 1rem 1.1rem;
  box-shadow: 0 18px 42px rgba(23, 52, 81, .17);
  font-family: "Poppins", "Noto Sans", sans-serif;
  font-size: .82rem;
}
.nmi-classification__help[hidden] { display: none; }
.nmi-classification__help strong { display: block; margin: 0 2rem .45rem 0; font-size: .95rem; }
.nmi-classification__help ul { margin: 0; padding-left: 1.1rem; }
.nmi-classification__help li + li { margin-top: .28rem; }
.nmi-classification__mobile-help { display: none; }
.nmi-classification__help-close { position: absolute; top: .45rem; right: .55rem; width: 30px; height: 30px; border: 0 !important; border-radius: 50% !important; background: transparent !important; color: #173451 !important; padding: 0 !important; font: 22px/1 Arial, sans-serif !important; cursor: pointer; }
.nmi-classification__help-close:hover,
.nmi-classification__help-close:focus-visible { background: #eaf5fb !important; outline: none; }
.nmi-classification__sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.nmi-classification:fullscreen {
  overflow: auto;
  padding: 1rem;
  background: #fff;
}
.nmi-classification:fullscreen .nmi-classification__stage-wrap { height: calc(100vh - 7rem); min-height: 620px; aspect-ratio: auto; }

.nmi-classification__mobile {
  color: var(--nmi-ink);
  font-family: "Poppins", "Noto Sans", sans-serif;
}
.nmi-classification__mobile h3 { margin: 0 0 .65rem; font-size: 1.2rem; line-height: 1.3; }
.nmi-classification__mobile-actions { display: flex; align-items: center; justify-content: space-between; gap: .65rem; margin-bottom: .8rem; }
.nmi-classification__mobile-actions h3 { margin: 0; }
.nmi-classification__mobile-reset { min-height: 40px; border: 1px solid #d4dfe9 !important; border-radius: 11px !important; background: #fff !important; color: #173451 !important; padding: .45rem .7rem !important; font-size: .82rem !important; font-weight: 650 !important; cursor: pointer; }
.nmi-classification__mobile-help-button { width: 40px; min-height: 40px; border: 1px solid #d4dfe9 !important; border-radius: 50% !important; background: #fff !important; color: #173451 !important; padding: 0 !important; font: 700 1rem/1 "Poppins", sans-serif !important; cursor: pointer; }
.nmi-classification__mobile-reset:hover,
.nmi-classification__mobile-reset:focus-visible,
.nmi-classification__mobile-help-button:hover,
.nmi-classification__mobile-help-button:focus-visible { border-color: #72a9cd !important; background: #eaf5fb !important; color: #12304d !important; outline: none; }
.nmi-classification__mobile-search { margin-bottom: 1rem; }
.nmi-classification__mobile-search input { width: 100%; min-height: 46px; border: 1px solid #cbd8e5; border-radius: 12px; background: #fff; color: #173451; padding: .7rem .85rem; font: 500 .95rem/1.25 "Poppins", "Noto Sans", sans-serif; box-shadow: inset 0 1px 2px rgba(23, 52, 81, .03); }
.nmi-classification__mobile-search input:focus { border-color: #168db5; outline: 3px solid rgba(22, 141, 181, .17); }
.nmi-classification__mobile-search-results { display: grid; gap: .4rem; margin-top: .5rem; }
.nmi-classification__mobile-search-results[hidden] { display: none; }
.nmi-classification__mobile-search-results button { width: 100%; min-height: 44px; border: 1px solid #d5e0e9 !important; border-radius: 10px !important; background: #f8fbfd !important; color: #173451 !important; padding: .6rem .75rem !important; font-size: .88rem !important; font-weight: 600 !important; text-align: left; cursor: pointer; }
.nmi-classification__mobile-search-results button:hover,
.nmi-classification__mobile-search-results button:focus-visible { border-color: #72a9cd !important; background: #eaf5fb !important; outline: none; }
.nmi-classification__mobile-search-empty { margin: .55rem .2rem 0; color: var(--nmi-muted); font-size: .84rem; }
.nmi-classification__mobile-intro { margin: 0 0 1rem; color: var(--nmi-muted); font-size: .92rem; }
.nmi-classification__mobile-group { margin-bottom: .65rem; overflow: hidden; border: 1px solid #d9e0e8; border-radius: 14px; background: #fff; }
.nmi-classification__mobile-group summary { padding: .9rem 1rem; color: #173451; font-weight: 700; cursor: pointer; background: #edf5fe; }
.nmi-classification__mobile-list { display: grid; gap: .45rem; padding: .75rem; }
.nmi-classification__mobile-list .nmi-classification__mobile-group { margin: 0; border-radius: 11px; box-shadow: none; }
.nmi-classification__mobile-list .nmi-classification__mobile-group summary { padding: .72rem .8rem; background: #f5f9fe; font-size: .94rem; }
.nmi-classification__mobile-list .nmi-classification__mobile-list { padding: .55rem; }
.nmi-classification__mobile-list button,
.nmi-classification__mobile-back,
.nmi-classification__mobile-diagram-button,
.nmi-classification__mobile-return { min-height: 44px; border: 1px solid #cbd8e5; border-radius: 11px; background: #fff; color: #173451; padding: .65rem .8rem; text-align: left; font-weight: 600; cursor: pointer; }
.nmi-classification__mobile-list button:focus-visible,
.nmi-classification__mobile-list button:hover { border-color: #168db5; background: #eff8fb; outline: none; }
.nmi-classification__mobile-back { margin-bottom: .8rem; border: 0; padding-left: 0; color: #08779d; background: transparent; }
.nmi-classification__mobile-definition { margin: 0 0 1rem; border: 1px solid #dce5ec; border-radius: 13px; background: #f8fbfd; color: #27384a; padding: .85rem .9rem; font-size: .91rem; line-height: 1.55; }
.nmi-classification__mobile-diagram-button { width: 100%; margin-top: .9rem; border-color: #168db5; color: #08779d; text-align: center; }
.nmi-classification__mobile-path-label { margin: 1rem 0 .45rem; color: var(--nmi-muted); font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.nmi-classification__mobile-stack { display: grid; justify-items: stretch; }
.nmi-classification__mobile-card { width: 100%; min-height: 52px; border: 1.5px solid var(--nmi-path-stroke); border-radius: 13px; background: var(--nmi-path); color: var(--nmi-path-text); padding: .75rem 1rem; font-family: inherit; font-size: .95rem; font-weight: 650; line-height: 1.35; text-align: center; }
.nmi-classification__mobile-card.is-target { border-color: var(--nmi-selected-stroke); background: var(--nmi-selected); color: var(--nmi-selected-text); box-shadow: 0 8px 20px rgba(22,141,181,.24); }
.nmi-classification__mobile-arrow { height: 30px; color: var(--nmi-connector); font-size: 1.45rem; font-weight: 800; line-height: 30px; text-align: center; }

@media (max-width: 760px) {
  .nmi-classification__toolbar,
  .nmi-classification__stage-wrap { display: none; }
  .nmi-classification__mobile { display: block; }
  .nmi-classification.mobile-diagram-open .nmi-classification__mobile { display: none; }
  .nmi-classification.mobile-diagram-open .nmi-classification__mobile-diagram-controls { display: flex; gap: .5rem; margin-bottom: .6rem; }
  .nmi-classification.mobile-diagram-open .nmi-classification__mobile-return { display: block; flex: 1 1 auto; min-height: 44px; border: 1px solid #cbd8e5 !important; border-radius: 11px !important; background: #fff !important; color: #08779d !important; padding: .6rem .75rem !important; font-weight: 600 !important; text-align: center; }
  .nmi-classification.mobile-diagram-open .nmi-classification__mobile-reset { flex: 0 0 auto; }
  .nmi-classification.mobile-diagram-open .nmi-classification__stage-wrap { display: block; min-height: 68vh; aspect-ratio: auto; }
  .nmi-classification.mobile-diagram-open .nmi-classification__svg { min-height: 68vh; }
  .nmi-classification__panel { top: auto; right: .65rem; bottom: .65rem; width: calc(100% - 1.3rem); max-height: 48%; }
  .nmi-classification__desktop-help { display: none; }
  .nmi-classification__mobile-help { display: inline; }
}

@media (prefers-reduced-motion: reduce) {
  .nmi-classification *, .nmi-classification *::before, .nmi-classification *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
