/* Design system: dashboard-grid3-inline — multi-industry CMS skin */
:root {
  --primary: #B91C1C;
  --accent: #FCA5A5;
  --dark: #7F1D1D;
  --surface: #FFF1F2;
  --soft: #FFE4E6;
  --border: #FECDD3;
  --text: #4C0519;
  --muted: #E11D48;
  --radius: 14px;
  --page-bg: #FFF1F2;
  --card-face: #FFF8F9;
}
*,*::before,*::after { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.z23eecbody {
  margin:0; font-family:"PingFang SC","Microsoft YaHei","Segoe UI",sans-serif;
  color:var(--text); line-height:1.65; background:#FFF1F2; overflow-x:hidden;
}
img { max-width:100%; height:auto; display:block; }
a { color:var(--primary); text-decoration:none; }
a:hover { color:var(--accent); }
.z23eeccontainer.container { max-width:1140px; }

/* nav */
.z23eecnavbar {
  background:rgba(127,29,29,0.97) !important; backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,0.08); padding:0.6rem 0;
}
.z23eecnavbar-brand {
  color:#fff !important; font-weight:800; font-size:clamp(1.05rem,2.6vw,1.35rem); letter-spacing:0.02em;
  max-width:min(58vw,320px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
  line-height:1.2; padding:0.15rem 0;
}
.z23eecnavbar-brand:hover { color:#FCA5A5 !important; }
.z23eecfooter-brand {
  color:#fff; font-weight:700; font-size:1.15rem; text-decoration:none;
}
.z23eecfooter-brand:hover { color:#FCA5A5; }
.z23eecnavbar-toggler { border:1px solid rgba(255,255,255,0.35); padding:0.35rem 0.55rem; }
.z23eecnavbar .navbar-toggler-icon { filter:invert(1); }
.z23eecnav-link {
  color:#F5E6C8 !important; font-weight:500; font-size:0.9rem;
  padding:0.45rem 0.8rem !important; border-radius:6px;
}
.z23eecnav-link:hover, .z23eecnav-item.z23eecthis .z23eecnav-link {
  color:#fff !important; background:rgba(255,255,255,0.12);
}
.navbar-collapse {
  background:rgba(0,0,0,0.18); border:1px solid rgba(255,255,255,0.1);
  border-radius:var(--radius); padding:0.75rem; margin-top:0.5rem;
}
@media (min-width:992px) {
  .navbar-collapse { background:transparent; border:0; padding:0; margin-top:0; }
}

/* hero base */
.z23eechero {
  position:relative; overflow:hidden; color:#fff;
  background:var(--dark); padding:4rem 0;
}
.z23eechero::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(ellipse 55% 50% at 88% 18%, rgba(252,165,165,0.32), transparent),
    radial-gradient(ellipse 40% 40% at 8% 85%, rgba(185,28,28,0.22), transparent);
}
.z23eechero > * { position:relative; z-index:1; }
.z23eeceyebrow {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.12em;
  text-transform:uppercase; color:#FCA5A5; margin-bottom:0.5rem;
}
.z23eeceyebrow-light { color:#93C5FD; }
.z23eechero-title {
  font-size:clamp(1.85rem,4vw,3rem); font-weight:800; line-height:1.18;
  margin:0 0 1rem; word-break:break-word;
}
.z23eechero-title span { color:#93C5FD; }
.z23eechero-copy {
  max-width:760px; width:100%;
}
.z23eechero-copy-center {
  max-width:720px; margin-left:auto; margin-right:auto;
}
.z23eechero-sub { color:#BFDBFE; font-size:1.02rem; max-width:640px; margin-bottom:0.85rem; }
.z23eechero-lead {
  color:#94A3B8; font-size:0.94rem; max-width:680px; margin-bottom:1.4rem;
  border-left:3px solid #FCA5A5; padding-left:1rem;
}
.z23eechero-buttons { display:flex; flex-wrap:wrap; gap:0.7rem; }
.z23eechero-chips {
  list-style:none; margin:1.15rem 0 0; padding:0; display:flex; flex-wrap:wrap; gap:0.45rem;
}
.z23eechero-chips li {
  font-size:0.78rem; font-weight:600; color:#fff; padding:0.35rem 0.7rem;
  border:1px solid rgba(255,255,255,0.22); border-radius:999px; background:rgba(255,255,255,0.08);
}
.z23eecmag-board-title { color:#fff; font-size:1.08rem; margin:0; font-weight:700; }
.z23eecmag-board-label { color:rgba(255,255,255,0.62); }

.z23eecdash-panel { background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:14px; padding:1.25rem; height:100%; box-sizing:border-box; max-width:100%; overflow:hidden; }
.z23eecdash-row { display:flex; justify-content:space-between; gap:1rem; padding:0.7rem 0; border-bottom:1px solid rgba(255,255,255,0.1); font-size:0.92rem; }
.z23eecdash-row:last-of-type { border-bottom:0; }

/* buttons */
.z23eecbtn {
  border-radius:8px; font-weight:600; padding:0.7rem 1.2rem; border:1px solid transparent;
  white-space:normal; max-width:100%;
}
.z23eecbtn-primary { background:#FCA5A5; border-color:#FCA5A5; color:#fff; }
.z23eecbtn-primary:hover { background:#B91C1C; border-color:#B91C1C; color:#fff; }
.z23eecbtn-secondary { background:#fff; color:#7F1D1D; }
.z23eecbtn-secondary:hover { background:#f1f5f9; color:#7F1D1D; }
.z23eecbtn-ghost { background:transparent; color:#fff; border-color:rgba(255,255,255,0.4); }
.z23eecbtn-ghost:hover { background:rgba(255,255,255,0.1); color:#fff; }
.z23eecbtn-outline { background:transparent; color:#B91C1C; border-color:#B91C1C; }
.z23eecbtn-outline:hover { background:#B91C1C; color:#fff; }

/* sections */
.z23eecsection { padding:4.25rem 0; overflow:hidden; }
.z23eecsection-heading {
  font-size:clamp(1.35rem,2.6vw,1.9rem); font-weight:700; color:#7F1D1D; margin-bottom:0.65rem;
}
.z23eecmuted { color:var(--muted); max-width:720px; }
.z23eecfeatures { background:#FFE4E6; }
.z23eecfeat-icon {
  width:48px; height:48px; border-radius:10px; background:#FFE4E6; color:#FCA5A5;
  display:flex; align-items:center; justify-content:center; margin-bottom:0.85rem; font-size:1.15rem; flex-shrink:0;
}
.z23eecfeat-card h3, .z23eecfeat-tile h3 { font-size:1.05rem; margin-bottom:0.45rem; color:#7F1D1D; word-break:break-word; }
.z23eecfeat-card p, .z23eecfeat-tile p { margin:0; font-size:0.94rem; color:#4C0519; }

.z23eecfeat-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z23eecfeat-bento { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z23eecfeat-edit-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z23eecfeat-folio-head {
  display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;
  gap:0.85rem 1.25rem; margin-bottom:1.35rem;
}
.z23eecfeat-folio-head .z23eecmuted { max-width:28rem; }
.z23eecfeat-folio-card {
  position:relative; border-top:0 !important;
  background: linear-gradient(180deg, #FFF8F9 0%, #FFE4E6 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: visible;
}
.z23eecfeat-folio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(127,29,29,0.1);
  border-color: #FCA5A5;
}
@media (hover:none) {
  .z23eecfeat-folio-card:hover { transform:none; }
}
.z23eecfeat-folio-top {
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:0.95rem; gap:0.65rem;
}
.z23eecfeat-folio-idx {
  font-size:1.55rem; font-weight:800; letter-spacing:-0.04em; line-height:1;
  color:#B91C1C; opacity:0.85;
}
.z23eecfeat-folio-card h3 {
  font-size:1.08rem; color:#7F1D1D; margin-bottom:0.45rem;
}
.z23eecfeat-folio-card p {
  margin:0; color:#4C0519; font-size:0.92rem; line-height:1.65;
}
.z23eecfeat-folio-card .z23eecfeat-icon {
  width:44px; height:44px; border-radius:12px;
}
.z23eectimeline { max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:0.85rem; width:100%; }
.z23eectl-item { display:flex; gap:0.85rem; align-items:flex-start; background:#FFF8F9; border:1px solid #FECDD3; border-radius:14px; padding:1.15rem; overflow-x:hidden; }
.z23eectl-num { flex:0 0 36px; width:36px; height:36px; border-radius:50%; background:#B91C1C; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.9rem; }
.z23eectl-body { min-width:0; flex:1; }
.z23eectl-body h3 { font-size:1.05rem; color:#7F1D1D; margin-bottom:0.35rem; }
.z23eectl-body p { margin:0 0 0.65rem; color:#4C0519; }


.z23eecfeat-card,.z23eecdl-card,.z23eecsec-card,.z23eecfaq-card,.z23eecpanel,.z23eeccert,.z23eecfeat-tile,.z23eecfeat-edit,
.z23eecknow-step,.z23eecknow-cmp,.z23eecknow-client,.z23eecknow-jcard,.z23eecknow-viz,.z23eectl-item,.z23eeccompare-item {
    box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%;
    padding: 1.15rem; border-radius: 14px; border: 1px solid #FECDD3;
    overflow: hidden; background: #FFF8F9;
}
.z23eecnews-card {
    box-sizing: border-box; max-width: 100%; overflow: hidden; min-width: 0; width: 100%;
    border-radius: 14px; padding: 0; height: auto; border: 1px solid #FECDD3; background: #FFF8F9;
}
.z23eecdl-grid, .z23eecfeat-grid, .z23eecsec-grid, .z23eecfaq-grid, .z23eecfeat-bento, .z23eeccert-grid,
.z23eecfeat-edit-grid, .z23eecknow-meters, .z23eecknow-compare, .z23eecknow-clients, .z23eecknow-journey,
.z23eecknow-process, .z23eecstats-grid, .z23eeccompare-grid {
    align-items: stretch; width: 100%; max-width: 100%; gap: 1.25rem;
}
.z23eecdl-card,.z23eecfeat-card,.z23eecsec-card,.z23eecfaq-card,.z23eecfeat-tile,.z23eecfeat-edit,
.z23eecknow-client,.z23eecknow-cmp,.z23eecknow-jcard,.z23eecknow-step,.z23eeccert,.z23eeccompare-item {
    display: flex; flex-direction: column; width: 100%; height: 100%; min-height: 0;
}
.z23eecdl-card .btn, .z23eecknow-client .btn { margin-top: auto; width: 100%; }
.z23eecpanel { height: auto; width: 100%; }
.z23eeccert { justify-content:center; }
.z23eecfeat-card > *, .z23eecdl-card > *, .z23eecsec-card > *, .z23eecfaq-card > *, .z23eecfeat-edit > * { max-width: 100%; }
.z23eecfeat-card h3, .z23eecdl-card h3, .z23eecsec-card h3, .z23eecfaq-card h3,
.z23eecfeat-card p, .z23eecdl-card p, .z23eecfaq-card p, .z23eecsec-card p,
.z23eecknow-step p, .z23eecknow-cmp p, .z23eecknow-jcard p, .z23eecknow-step h3,
.z23eecfeat-folio-card h3, .z23eecfeat-folio-card p, .z23eeccompare-item h3, .z23eeccompare-item p {
    overflow-wrap: anywhere; word-break: break-word; max-width: 100%;
}
.z23eechero-chips { max-width: 100%; }
.z23eechero-chips li { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.z23eecbento-main, .z23eecbento-tile, .z23eecmag-board, .z23eecdash-panel, .z23eecportal-card,
.z23eeccta-box, .z23eecglass-card, .z23eecrail-main, .z23eecrail-aside, .z23eecterm-window {
    box-sizing: border-box; max-width: 100%; min-width: 0; overflow: hidden;
}

.z23eecfeat-card,.z23eecdl-card,.z23eecsec-card,.z23eecfaq-card,.z23eecpanel,.z23eecnews-card,.z23eeccert,.z23eecfeat-tile,.z23eecfeat-edit {
    background: #FFF8F9; border: 1px solid #FECDD3; box-shadow: none;
}
.z23eecfeat-tile:nth-child(2) { background: #7F1D1D; color: #fff; border-color: #7F1D1D; }
.z23eecfeat-tile:nth-child(2) p { color: #cbd5e1; }

/* stats */
.z23eecstats {
  background:linear-gradient(135deg, #7F1D1D 0%, #B91C1C 100%); color:#fff; padding:3rem 0;
}
.z23eecstats-title { color:#fff; font-size:clamp(1.25rem,2.4vw,1.7rem); font-weight:700; margin:0; }
.z23eecstats-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.75rem; }
.z23eecstat { text-align:center; padding:0.85rem 0.5rem; min-width:0; overflow-wrap:anywhere; }
.z23eecstat-num { font-size:clamp(1.35rem,2.8vw,2.1rem); font-weight:800; color:#BFDBFE; line-height:1.2; }
.z23eecstat-lab { color:#93A4B8; font-size:0.88rem; line-height:1.35; }
.z23eecstats-note { text-align:center; color:#93A4B8; font-size:0.86rem; margin:1rem 0 0; }

.z23eecstats-strip .z23eecstats-grid, .z23eecstats-inline .z23eecstats-grid, .z23eecstats-minimal .z23eecstats-grid, .z23eecstats-side .z23eecstats-grid {
    gap:0.75rem;
}
.z23eecstats-inline .z23eecstat {
    background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.12);
    border-radius:14px; padding:1.15rem 0.85rem;
    position:relative; overflow:hidden;
}
.z23eecstats-inline .z23eecstat::before {
    content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background:#FCA5A5;
}
.z23eecstats-inline .z23eecstat-num { letter-spacing:-0.02em; }
.z23eecstats-strip .z23eecstats-grid, .z23eecstats-minimal .z23eecstats-grid, .z23eecstats-side .z23eecstats-grid {
    border-top:1px solid rgba(255,255,255,0.12); border-bottom:1px solid rgba(255,255,255,0.12); padding:0.5rem 0;
}

/* download */
.z23eecdownload { background:#FFF1F2; }
.z23eecdl-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z23eecdl-head { display:flex; align-items:center; gap:0.85rem; margin-bottom:0.9rem; min-width:0; }
.z23eecdl-head > div:last-child { min-width:0; }
.z23eecdl-icon {
  width:48px; height:48px; flex-shrink:0; border-radius:10px; background:#7F1D1D; color:#93C5FD;
  display:flex; align-items:center; justify-content:center; font-size:1.2rem;
}
.z23eecdl-card h3 { font-size:1.05rem; margin:0 0 0.2rem; color:#7F1D1D; }
.z23eecdl-card p { margin:0; color:var(--muted); font-size:0.88rem; }
.z23eecdl-list { list-style:none; padding:0.65rem 0; margin:0 0 1rem; background:transparent; border:0; border-top:1px dashed #FECDD3; border-radius:0; }
.z23eecdl-list li { font-size:0.9rem; margin-bottom:0.35rem; }
.z23eecdl-list li:last-child { margin-bottom:0; }

/* security */
.z23eecsecurity { background:#FFE4E6; }
.z23eecsec-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.25rem; }
.z23eecsec-icon {
  width:48px; height:48px; border-radius:10px; background:#B91C1C; color:#fff;
  display:flex; align-items:center; justify-content:center; margin:0 auto 0.8rem; flex-shrink:0;
}
.z23eecsec-card h3 { text-align:center; font-size:1.02rem; color:#7F1D1D; margin-bottom:0.7rem; }
.z23eecsec-card ul { list-style:none; padding:0.55rem 0 0; margin:0; background:transparent; border:0; border-top:1px dashed #FECDD3; border-radius:0; }
.z23eecsec-card li { font-size:0.88rem; margin-bottom:0.35rem; }
.z23eeccert-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z23eeccert { text-align:center; }
.z23eeccert h4 { color:#7F1D1D; font-size:1rem; margin-bottom:0.3rem; }
.z23eeccert p { margin:0; color:var(--muted); font-size:0.88rem; }

/* faq / knowledge / article */
.z23eecfaq { background:#FFF1F2; }
.z23eecfaq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.25rem; }
.z23eecfaq-card h3 { font-size:1rem; color:#7F1D1D; margin-bottom:0.45rem; word-break:break-word; }
.z23eecfaq-card p { margin:0; font-size:0.94rem; color:#4C0519; }
.z23eecknowledge-sec { background:#FFE4E6; }
.z23eecknowledge {
  background:#FFF8F9; border:1px solid #FECDD3; border-radius:var(--radius);
  padding:1.15rem; max-width:100%; box-sizing:border-box; overflow-x:hidden;
}
.z23eecknowledge-viz { box-shadow: inset 4px 0 0 #B91C1C; }
.z23eecknow-head { margin-bottom:1.15rem; min-width:0; }
.z23eecknow-head .z23eecmuted { max-width:720px; }
.z23eecknow-process {
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.65rem; margin-bottom:1.15rem; align-items:stretch;
}
.z23eecknow-step {
  min-width:0; background:#FFE4E6; border:1px solid #FECDD3;
  border-radius:14px; padding:0.95rem 0.75rem; text-align:center;
}
.z23eecknow-num {
  display:block; font-size:0.75rem; font-weight:700; color:#FCA5A5; letter-spacing:0.06em; margin-bottom:0.35rem;
}
.z23eecknow-step i { font-size:1.15rem; color:#B91C1C; margin-bottom:0.35rem; display:inline-block; }
.z23eecknow-step h3 { font-size:0.95rem; margin:0.2rem 0; color:#7F1D1D; word-break:break-word; }
.z23eecknow-step p { margin:0; font-size:0.8rem; color:#E11D48; word-break:break-word; }
.z23eecknow-arrow { display:none; }
.z23eecknow-meters { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.z23eecmeter { min-width:0; }
.z23eecmeter-top { display:flex; justify-content:space-between; gap:0.5rem; font-size:0.85rem; margin-bottom:0.35rem; color:#4C0519; }
.z23eecmeter-top span { min-width:0; overflow-wrap:anywhere; }
.z23eecmeter-top strong { color:#B91C1C; flex-shrink:0; }
.z23eecmeter-track {
  height:8px; border-radius:999px; background:#FFE4E6; overflow:hidden; width:100%;
}
.z23eecmeter-fill {
  display:block; height:100%; border-radius:999px; max-width:100%;
  background:linear-gradient(90deg, #B91C1C, #FCA5A5);
}
.z23eecmeter-tip { display:block; margin-top:0.3rem; font-size:0.78rem; color:#E11D48; }
.z23eecmeter-track-light { background:rgba(255,255,255,0.15); height:6px; margin-top:0.55rem; border-radius:999px; overflow:hidden; width:100%; }
.z23eecmeter-track-light .z23eecmeter-fill { background:linear-gradient(90deg,#FCD34D,#fff); }
.z23eecbar-chart {
  display:flex; align-items:flex-end; justify-content:space-between; gap:0.5rem;
  height:140px; padding:0.5rem 0.15rem 0; width:100%; max-width:100%;
}
.z23eecbar-col { flex:1; min-width:0; display:flex; flex-direction:column; align-items:center; height:100%; }
.z23eecbar-val {
  width:100%; max-width:36px; margin-top:auto; border-radius:6px 6px 2px 2px;
  background:linear-gradient(180deg, #FCA5A5, #B91C1C); display:flex; align-items:flex-start; justify-content:center;
  padding-top:0.2rem; color:#fff; font-size:0.65rem; font-weight:700; min-height:18px;
}
.z23eecbar-col em { font-style:normal; font-size:0.72rem; color:#E11D48; margin-top:0.35rem; text-align:center; line-height:1.25; word-break:break-word; }
.z23eecknow-viz {
  background:#FFE4E6; border:1px solid #FECDD3; border-radius:14px; padding:1.15rem; min-width:0;
}
.z23eecknow-viz-note { margin:0.75rem 0 0; font-size:0.8rem; color:#E11D48; }
.z23eecknow-checklist { list-style:none; padding:0; margin:0; }
.z23eecknow-checklist li {
  display:flex; gap:0.55rem; align-items:flex-start; padding:0.55rem 0; border-bottom:1px dashed #FECDD3;
  font-size:0.92rem; color:#4C0519; min-width:0;
}
.z23eecknow-checklist li:last-child { border-bottom:0; }
.z23eecknow-checklist i { color:#FCA5A5; margin-top:0.15rem; flex-shrink:0; }
.z23eecknow-compare { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z23eecknow-cmp {
  text-align:center; background:#FFE4E6; border:1px solid #FECDD3; border-radius:14px; padding:1.15rem;
}
.z23eecknow-cmp-icon {
  width:44px; height:44px; margin:0 auto 0.65rem; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:rgba(185,28,28,0.12); color:#B91C1C; font-size:1.1rem;
}
.z23eecknow-cmp h3 { font-size:0.98rem; margin:0 0 0.35rem; color:#7F1D1D; }
.z23eecknow-cmp p { margin:0 0 0.65rem; font-size:0.84rem; color:#E11D48; }
.z23eecknow-tag {
  display:inline-block; font-size:0.72rem; font-weight:700; padding:0.2rem 0.5rem; border-radius:999px;
  background:rgba(252,165,165,0.15); color:#B91C1C;
}
.z23eecknow-clients { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z23eecknow-client {
  background:#FFE4E6; border:1px solid #FECDD3; border-radius:14px; padding:1.15rem; gap:0.75rem;
}
.z23eecknow-client-top { display:flex; gap:0.65rem; align-items:center; min-width:0; }
.z23eecknow-client-top > i {
  width:40px; height:40px; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:#B91C1C; color:#fff; font-size:1rem; flex-shrink:0;
}
.z23eecknow-client-top h3 { margin:0; font-size:0.98rem; color:#7F1D1D; }
.z23eecknow-client-top p { margin:0; font-size:0.8rem; color:#E11D48; }
.z23eecknow-radar {
  display:flex; gap:0.85rem; align-items:center; margin-top:1rem; flex-wrap:wrap;
}
.z23eecradar-ring {
  width:96px; height:96px; border-radius:50%; flex-shrink:0;
  border:5px solid #B91C1C; box-shadow:0 0 0 8px rgba(185,28,28,0.12);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  background:#FFF8F9;
}
.z23eecradar-ring strong { color:#7F1D1D; font-size:0.98rem; }
.z23eecradar-ring span { color:#FCA5A5; font-size:0.78rem; }
.z23eecknow-radar ul { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:0.4rem; flex:1; min-width:0; }
.z23eecknow-radar li {
  font-size:0.84rem; padding:0.4rem 0.5rem; border-radius:8px; background:#FFE4E6;
  border:1px solid #FECDD3; color:#4C0519; display:flex; gap:0.35rem; align-items:center; min-width:0;
}
.z23eecknow-radar li i { color:#FCA5A5; flex-shrink:0; }
.z23eecknow-journey { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.25rem; }
.z23eecknow-jcard {
  background:#FFE4E6; border:1px solid #FECDD3; border-radius:14px; padding:1.15rem;
}
.z23eecknow-jcard > span {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.04em; color:#FCA5A5; margin-bottom:0.35rem;
}
.z23eecknow-jcard h3 { font-size:0.98rem; margin:0 0 0.3rem; color:#7F1D1D; }
.z23eecknow-jcard p { margin:0 0 0.75rem; font-size:0.8rem; color:#E11D48; }
.z23eecjbar { height:6px; border-radius:999px; background:#FFE4E6; overflow:hidden; }
.z23eecjbar i { display:block; height:100%; background:linear-gradient(90deg,#B91C1C,#FCA5A5); border-radius:999px; }

/* feature visual extras */
.z23eecfeat-edit-viz .z23eecfeat-edit-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.75rem; gap:0.5rem; }
.z23eecring {
  --p:80; width:48px; height:48px; border-radius:50%; flex-shrink:0;
  background:conic-gradient(#B91C1C calc(var(--p) * 1%), #FFE4E6 0);
  display:grid; place-items:center; position:relative;
}
.z23eecring::before {
  content:""; width:34px; height:34px; border-radius:50%; background:#FFF8F9;
}
.z23eecring span { position:absolute; font-size:0.68rem; font-weight:700; color:#7F1D1D; }
.z23eecring-light {
  width:64px; height:64px; margin:0 auto 0.55rem;
  background:conic-gradient(#FBBF24 calc(var(--p) * 1%), rgba(255,255,255,0.12) 0);
}
.z23eecring-light::before { width:46px; height:46px; background:rgba(15,23,42,0.55); }
.z23eecring-light span { font-size:0.72rem; color:#fff; }
.z23eecfeat-metric-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:0.75rem; gap:0.5rem; }
.z23eecspark { display:flex; align-items:flex-end; gap:3px; height:32px; flex-shrink:0; }
.z23eecspark i {
  display:block; width:5px; border-radius:2px; background:linear-gradient(180deg,#FCA5A5,#B91C1C); font-style:normal;
}
.z23eecfeat-foot { display:flex; flex-wrap:wrap; gap:0.35rem; margin-top:auto; padding-top:0.75rem; }
.z23eecchip {
  font-size:0.72rem; font-weight:600; padding:0.15rem 0.45rem; border-radius:999px;
  background:rgba(185,28,28,0.1); color:#B91C1C; border:1px solid rgba(185,28,28,0.18);
}
.z23eecfeat-tile-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.55rem; gap:0.5rem; }
.z23eecfeat-tile-top i { font-size:1.15rem; color:#B91C1C; }
.z23eecfeat-tile-top strong { color:#FCA5A5; font-size:0.9rem; }
.z23eecfeat-tile .z23eecmeter-track { margin-top:0.75rem; }
.z23eecstats-chart-wrap {
  margin-top:1.15rem; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.1);
  border-radius:14px; padding:0.9rem 0.85rem 0.65rem; max-width:100%; overflow:hidden;
}
.z23eecstats-chart-wrap .z23eecbar-col em { color:rgba(255,255,255,0.75); }
.z23eecstats-chart-wrap .z23eecbar-val { background:linear-gradient(180deg,#FCD34D,#D97706); }
.z23eecarticle { background:#FFF1F2; }
.z23eecnews-card { padding:0; height:auto; display:flex; flex-direction:column; }
.z23eecnews-body { padding:0.85rem; min-width:0; }
.z23eecnews-meta { font-size:0.8rem; color:var(--muted); margin-bottom:0.35rem; }
.z23eecnews-card h3 { font-size:0.92rem; line-height:1.45; margin:0; word-break:break-word; }
.z23eecnews-card h3 a { color:#7F1D1D; }
.z23eecthumb-wrap { overflow:hidden; display:block; width:100%; }
.z23eecthumb-home { width:100%; height:110px; object-fit:cover; }

.z23eecdl-note {
  margin:1.1rem 0 0; text-align:center; font-size:0.86rem; color:#E11D48;
}
.z23eecbreadcrumb {
  background:transparent; padding:0.85rem 0 0; border-bottom:0;
}
.z23eecbreadcrumb-list {
  list-style:none; margin:0; padding:0.55rem 0.85rem; display:flex; flex-wrap:wrap; gap:0.35rem 0.5rem;
  align-items:center; font-size:0.86rem; background:#FFF8F9; border:1px solid #FECDD3; border-radius:14px;
}
.z23eecbreadcrumb-list li {
  color:#E11D48; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.z23eecbreadcrumb-list li:not(:last-child)::after {
  content:"/"; margin-left:0.5rem; color:#FECDD3; font-weight:400;
}
.z23eecbreadcrumb-list a { color:#B91C1C; text-decoration:none; }
.z23eecbreadcrumb-list a:hover { color:#FCA5A5; }
.z23eecbreadcrumb-list li[aria-current="page"] { color:#7F1D1D; font-weight:600; }
.z23eeclist-intro {
  margin-top:0.85rem; padding:1rem; background:#FFF8F9; border:1px solid #FECDD3; border-radius:14px;
}
.z23eeclist-intro p { margin:0 0 0.75rem; font-size:0.94rem; color:#4C0519; }
.z23eeclist-intro-links {
  list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:0.5rem 0.85rem;
}
.z23eeclist-intro-links a {
  font-size:0.86rem; font-weight:600; color:#B91C1C; text-decoration:none;
  padding:0.25rem 0.55rem; border:1px solid #FECDD3; border-radius:999px; background:rgba(185,28,28,0.06);
}
.z23eeclist-intro-links a:hover { border-color:#FCA5A5; color:#FCA5A5; }

/* sidebar channels */
.z23eecside-channels { overflow:hidden; }
.z23eecside-channel-list { margin:0; padding:0; }
.z23eecside-channel-item {
  margin:0; padding:0; border-bottom:1px solid #FECDD3; list-style:none;
}
.z23eecside-channel-item:last-child { border-bottom:0; }
.z23eecside-channel-item a {
  display:block; padding:0.65rem 0.1rem; color:#7F1D1D;
  text-decoration:none; font-size:0.92rem; word-break:break-word; line-height:1.4;
}
.z23eecside-channel-item a:hover { color:#FCA5A5; }
.z23eecside-channel-item.z23eecthis a,
.z23eecside-channel-item.this a {
  color:#B91C1C; font-weight:700;
}

/* footer */
.z23eecfooter { background:#7F1D1D; color:#94A3B8; padding:3rem 0 1.4rem; }
.z23eecfooter-title { color:#fff; font-size:1rem; font-weight:600; }
.z23eecfooter-links { list-style:none; padding:0; margin:0; }
.z23eecfooter-links li { margin-bottom:0.4rem; }
.z23eecfooter a { color:#94A3B8; text-decoration:none; }
.z23eecfooter a:hover { color:#93C5FD; }
.z23eecfooter-bottom { border-top:1px solid rgba(255,255,255,0.08); padding-top:1.15rem; margin-top:1.5rem; color:#64748B; }
.z23eecbeian { margin-top:0.35rem; }
.z23eecbeian a { color:#64748B; }
.z23eecbeian a:hover { color:#93C5FD; }
.z23eecfriend-links { display:flex; flex-wrap:wrap; gap:0.5rem 1rem; list-style:none; padding:0; margin:0; }

/* inner pages */
.z23eecinner { background:#FFE4E6; min-height:0; }
.z23eeclist-item { border-bottom:1px solid #FECDD3; padding-bottom:1rem; margin-bottom:1rem; }
.z23eeclist-item:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.z23eecarticle-content { line-height:1.85; word-break:break-word; overflow-wrap:anywhere; }
.z23eecarticle-content img { max-width:100%; height:auto; border-radius:14px; }
.z23eecarticle-content table { max-width:100%; display:block; overflow-x:auto; }
.z23eecthumb-list,.z23eecthumb-related { width:100%; height:84px; object-fit:cover; border-radius:14px; }
.z23eecside-thumb { width:72px; flex-shrink:0; display:block; }
.z23eecthumb-side { width:100%; height:54px; object-fit:cover; border-radius:6px; }
.z23eeccover-wrap { overflow:hidden; border-radius:14px; }
.z23eecthumb-cover { width:100%; height:200px; object-fit:cover; }
.z23eecmeta-tags a {
  display:inline-block; padding:0.25rem 0.65rem; border:1px solid #FECDD3; border-radius:20px;
  font-size:0.85rem; color:#B91C1C; margin-bottom:0.35rem;
}
.pagebar .pagelist { display:flex; flex-wrap:wrap; gap:0.4rem; list-style:none; padding:0; margin:0; }
.pagebar .pagelist a, .pagebar .pagelist span {
  display:inline-block; padding:0.4rem 0.75rem; border:1px solid #FECDD3; border-radius:6px;
  color:var(--text); font-size:0.88rem;
}
.pagebar .pagelist a:hover { border-color:#FCA5A5; color:#FCA5A5; }

/* overflow / equal frame guards */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body.z23eecbody { overflow-x: hidden; width: 100%; max-width: 100%; }
.row, [class*="col-"] { min-width:0; max-width:100%; }
img, svg, video, iframe { max-width:100%; height:auto; }
.z23eecfeat-card,.z23eecdl-card,.z23eecsec-card,.z23eecfaq-card,.z23eecpanel,.z23eecnews-card,.z23eecknowledge,.z23eeccert,.z23eecfeat-tile,.z23eecfeat-edit,.z23eecmag-board,.z23eecdash-panel,.z23eeccta-box,.z23eecglass-card,.z23eecterm-window,.z23eecportal-card,.z23eecbento-main,.z23eecbento-tile,.z23eecrail-main,.z23eecrail-aside,.z23eeccompare-item,.z23eecside-channels,.z23eecknow-step,.z23eecknow-cmp,.z23eecknow-client,.z23eecknow-jcard,.z23eecknow-viz,.z23eecstats-chart-wrap,.z23eeclist-intro,.z23eecbreadcrumb-list,.z23eectl-item {
  max-width:100%; box-sizing:border-box; overflow:hidden;
}
.z23eecfeat-folio-card { overflow: visible; }
.z23eecmag-stage, .z23eecbento-hero, .z23eecrail-wrap, .z23eeccompare-grid, .z23eecfeat-folio {
  width:100%; max-width:100%; min-width:0;
}
.z23eecdl-card h3,.z23eecfeat-card h3,.z23eecsec-card h3,.z23eecfaq-card h3,.z23eechero-title,.z23eecknow-step h3,.z23eecknow-jcard h3,.z23eecsection-heading,.z23eecstats-title,.z23eecmag-board-title,.z23eecportal-card h3 {
  overflow-wrap:anywhere; word-break:break-word;
}
.z23eechero-buttons .btn, .z23eecbtn { max-width:100%; box-sizing:border-box; }
.z23eecmuted { max-width:100%; overflow-wrap:anywhere; }
.z23eecnews-card { height:auto !important; }
.z23eeclist-item .row { --bs-gutter-x: 0.85rem; align-items:flex-start; }
.z23eecthumb-list,.z23eecthumb-related,.z23eecthumb-home,.z23eecthumb-cover,.z23eecthumb-side {
  max-width:100%; display:block;
}
.z23eecsection > .container, .z23eechero > .container, .z23eecfooter > .container, .z23eecnavbar > .container, .z23eecwide-band > .container {
  width:100%; max-width:1140px; padding-left:16px; padding-right:16px; box-sizing:border-box;
}
.z23eechero-buttons { max-width:100%; width:auto; }
.z23eechero-copy { max-width:min(760px,100%); min-width:0; }
.z23eecdash-row { min-width:0; gap:0.75rem; }
.z23eecdash-row span, .z23eecdash-row strong { overflow-wrap:anywhere; word-break:break-word; min-width:0; }
.z23eecterm-window, .z23eecterm-body { max-width:100%; overflow:hidden; }
.z23eecterm-line { overflow-wrap:anywhere; word-break:break-word; }
.z23eecfooter .row > [class*="col-"] { min-width:0; }
.z23eecfriend-links { max-width:100%; }
.z23eecarticle-content pre, .z23eecarticle-content code { max-width:100%; white-space:pre-wrap; word-break:break-word; }
.z23eecknowledge { overflow:hidden; }
.z23eecknow-process > *, .z23eecknow-meters > *, .z23eecknow-compare > *, .z23eecknow-clients > *, .z23eecknow-journey > * {
  min-width:0; max-width:100%;
}
.z23eecknow-arrow { display:none !important; width:0; height:0; margin:0; padding:0; overflow:hidden; }
.z23eecstats-inline .z23eecstat,
.z23eecstats-cards .z23eecstat,
.z23eecstats-dashboard .z23eecstat {
  box-sizing:border-box; min-width:0; max-width:100%; height:100%;
}
.z23eechero-compare .z23eeccompare-grid,
.z23eechero-portal .row,
.z23eechero-dash .row { width:100%; max-width:100%; }

@media (max-width:991px) {
  .z23eechero { padding:2.35rem 0 1.9rem; text-align:center; }
  .z23eechero-sub,.z23eechero-lead { margin-left:auto; margin-right:auto; max-width:100%; }
  .z23eechero-lead { text-align:left; }
  .z23eechero-buttons { justify-content:center; width:100%; }
  .z23eechero-chips { justify-content:center; }
  .z23eechero-copy { max-width:100%; margin-left:auto; margin-right:auto; }
  .z23eechero-magazine, .z23eechero-glass, .z23eechero-cta, .z23eechero-terminal,
  .z23eechero-compare, .z23eechero-portal, .z23eechero-dash, .z23eechero-bento, .z23eechero-rail {
    text-align:left;
  }
  .z23eechero-compare .z23eechero-copy-center { text-align:center; }
  .z23eecsection { padding:2rem 0; }
  .z23eecstats { padding:2rem 0; }
  .z23eecstats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.65rem; }
  .z23eecdl-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z23eecsec-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z23eeccert-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z23eecfaq-grid { grid-template-columns:1fr !important; }
  .z23eecfeat-grid,.z23eecfeat-bento,.z23eecfeat-edit-grid,.z23eecfeat-folio {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .z23eecknow-process { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.75rem; }
  .z23eecknow-meters,.z23eecknow-compare,.z23eecknow-clients,.z23eecknow-journey {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .z23eecbento-hero {
    grid-template-columns:1fr !important; grid-template-rows:auto !important; gap:0.75rem;
  }
  .z23eecbento-main { grid-column:1 / -1; grid-row:auto !important; height:auto !important; }
  .z23eecbento-tile { height:auto !important; min-height:0; }
  .z23eecrail-wrap { grid-template-columns:1fr !important; }
  .z23eecrail-aside { display:flex; flex-wrap:wrap; gap:0.35rem; height:auto !important; }
  .z23eecrail-item { margin:0; flex:1 1 auto; min-width:0; }
  .z23eeccompare-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z23eecmag-board, .z23eecdash-panel, .z23eecportal-card, .z23eeccta-box, .z23eecglass-card, .z23eecterm-window {
    height:auto !important;
  }
  .z23eecmag-stage { gap:1rem; grid-template-columns:1fr !important; }
  .z23eechero-magazine { padding:2.5rem 0 2.1rem; }
  .z23eecwide-band { padding:2.1rem 0 !important; }
  .z23eecglass-card,.z23eeccta-box,.z23eecterm-body,.z23eecmag-board,.z23eecdash-panel,.z23eecrail-main,.z23eecportal-card,.z23eecbento-main,.z23eecbento-tile {
    padding:1.1rem !important;
  }
  .z23eecfeat-card,.z23eecdl-card,.z23eecsec-card,.z23eecfaq-card,.z23eecpanel,.z23eeccert,.z23eecfeat-tile,.z23eecfeat-edit,
  .z23eecknow-step,.z23eecknow-cmp,.z23eecknow-client,.z23eecknow-jcard,.z23eecknow-viz,.z23eectl-item,.z23eeccompare-item {
    padding:1.05rem !important; height:auto !important;
  }
  .z23eecfeat-folio-card:hover { transform:none; }
  .z23eecknowledge { padding:1.1rem !important; }
  .z23eecbar-chart { height:120px; }
  .z23eecarticle .row-cols-lg-5 > * { flex:0 0 33.333%; max-width:33.333%; }
  .z23eecstats-inline .z23eecstat { height:auto !important; }
}

@media (max-width:767px) {
  html, body.z23eecbody { overflow-x:hidden; width:100%; }
  .z23eecnavbar .container, .z23eeccontainer.container,
  .z23eecsection > .container, .z23eechero > .container, .z23eecfooter > .container, .z23eecwide-band > .container {
    padding-left:12px !important; padding-right:12px !important;
  }
  .z23eecnavbar .navbar-collapse { max-height:70vh; overflow-y:auto; -webkit-overflow-scrolling:touch; }
  .z23eecnavbar-brand { max-width:min(62vw,240px); font-size:1.05rem; }
  .z23eecnav-link { padding:0.55rem 0.65rem !important; }
  .z23eechero { padding:1.55rem 0 1.3rem; }
  .z23eechero-center { padding:1.7rem 0 1.45rem !important; }
  .z23eechero-glass, .z23eechero-cta, .z23eechero-terminal, .z23eechero-compare, .z23eechero-portal {
    padding:1.55rem 0 1.35rem !important;
  }
  .z23eechero-title { font-size:clamp(1.22rem,5.8vw,1.65rem); }
  .z23eechero-buttons { flex-direction:column; align-items:stretch; width:100%; gap:0.5rem; }
  .z23eechero-buttons .btn { width:100%; padding:0.72rem 1rem; white-space:normal; line-height:1.35; }
  .z23eechero-chips { gap:0.35rem; justify-content:flex-start; }
  .z23eechero-center .z23eechero-chips,
  .z23eechero-compare .z23eechero-chips { justify-content:center; }
  .z23eechero-chips li { font-size:0.7rem; padding:0.28rem 0.55rem; }
  .z23eecsection { padding:1.55rem 0; }
  .z23eecstats { padding:1.55rem 0; }
  .z23eecdl-grid,.z23eecsec-grid,.z23eeccert-grid { grid-template-columns:1fr !important; gap:0.8rem; }
  .z23eecfeat-grid,.z23eecfeat-bento,.z23eecfeat-edit-grid,.z23eecfeat-folio {
    grid-template-columns:1fr !important; gap:0.8rem;
  }
  .z23eecknow-process,.z23eecknow-meters,.z23eecknow-compare,.z23eecknow-clients,.z23eecknow-journey {
    grid-template-columns:1fr !important; gap:0.7rem;
  }
  .z23eecknow-radar { flex-direction:column; align-items:flex-start; }
  .z23eecknow-radar ul { width:100%; grid-template-columns:1fr !important; }
  .z23eecbar-chart { height:96px; }
  .z23eecdl-head { flex-direction:column; text-align:center; align-items:center; gap:0.5rem; }
  .z23eecdl-card .btn, .z23eecknow-client .btn { width:100%; white-space:normal; line-height:1.35; }
  .z23eecfeat-card,.z23eecdl-card,.z23eecsec-card,.z23eecfaq-card,.z23eecpanel,.z23eeccert,.z23eecfeat-tile,.z23eecfeat-edit,
  .z23eecknow-step,.z23eecknow-cmp,.z23eecknow-client,.z23eecknow-jcard,.z23eecknow-viz,.z23eectl-item,.z23eeccompare-item {
    padding:0.95rem !important; height:auto !important;
  }
  .z23eecnews-card { padding:0 !important; }
  .z23eecbento-hero { grid-template-columns:1fr !important; }
  .z23eeccompare-grid { grid-template-columns:1fr !important; }
  .z23eecthumb-home { height:110px; }
  .z23eecthumb-list,.z23eecthumb-related { height:66px; }
  .z23eecthumb-cover { height:136px; }
  .z23eecside-thumb { width:56px; }
  .z23eecfooter { text-align:center; padding:1.65rem 0 1rem; }
  .z23eecfriend-links { justify-content:center; }
  .z23eecknowledge { padding:0.95rem !important; }
  .z23eecstat { padding:0.55rem 0.3rem; }
  .z23eecstats-grid { gap:0.5rem; }
  .z23eecstats-pills .z23eecstat { border-radius:12px !important; padding:0.7rem 0.4rem !important; }
  .z23eecstats-inline .z23eecstat { padding:0.85rem 0.7rem 0.85rem 0.95rem !important; height:auto !important; }
  .z23eecbreadcrumb-list { padding:0.5rem 0.65rem; font-size:0.78rem; gap:0.25rem 0.35rem; }
  .z23eecbreadcrumb-list li { white-space:normal; overflow:visible; text-overflow:unset; max-width:100%; }
  .z23eeclist-intro { padding:0.85rem; }
  .z23eeclist-intro-links { flex-direction:column; align-items:stretch; }
  .z23eeclist-intro-links a { display:block; text-align:center; }
  .pagebar .pagelist { justify-content:center; }
  .z23eecportal-card { text-align:left; height:auto !important; }
  .z23eecportal-card a { display:block; width:100%; text-align:center; }
  .z23eecstep-list { text-align:left; display:block; margin:0 0 1rem; padding-left:1.15rem; max-width:100%; }
  .z23eecinner { padding-top:1rem; padding-bottom:1.4rem; }
  .z23eeclist-item .col-4, .z23eeclist-item .col-md-3 { flex:0 0 34%; max-width:34%; }
  .z23eeclist-item .col-8, .z23eeclist-item .col-md-9 { flex:0 0 66%; max-width:66%; }
  .z23eecside-channels,.z23eecpanel { width:100%; }
  .z23eectl-item { flex-direction:row; text-align:left; gap:0.6rem; }
  .z23eectl-num { flex:0 0 32px; width:32px; height:32px; font-size:0.8rem; }
  .z23eecarticle .row-cols-2 > *, .z23eecarticle .row-cols-md-3 > *,
  .z23eecarticle .row-cols-lg-5 > *, #article .row-cols-2 > *, #article .row-cols-md-3 > *, #article .row-cols-lg-5 > * {
    flex:0 0 50%; max-width:50%;
  }
  .z23eecmeter-top { font-size:0.8rem; }
  .z23eecfeat-metric-head, .z23eecfeat-edit-top, .z23eecfeat-tile-top, .z23eecfeat-folio-top { flex-wrap:wrap; }
  .z23eecglass-card, .z23eeccta-box, .z23eecterm-body { padding:0.95rem !important; }
  .z23eecwide-band { padding:1.7rem 0 !important; }
  .z23eecfooter-bottom p { overflow-wrap:anywhere; word-break:break-word; }
  .z23eecmag-board, .z23eecdash-panel, .z23eecrail-main, .z23eecbento-main { height:auto !important; }
  .z23eecfeat-folio-head { flex-direction:column; align-items:flex-start; }
  .z23eecmag-checks li { padding:0.6rem 0.65rem; }
  .z23eecrail-main { padding:1rem !important; }
  .z23eecmag-kicker { justify-content:flex-start; }
  .z23eecmag-board-head { flex-wrap:wrap; }
  .z23eecbeian { overflow-wrap:anywhere; }
}

@media (max-width:575px) {
  .z23eechero-title { font-size:1.24rem; line-height:1.35; }
  .z23eechero-sub { font-size:0.86rem; }
  .z23eechero-lead { font-size:0.84rem; padding-left:0.55rem; }
  .z23eechero-center .z23eechero-lead { padding-left:0; }
  .z23eecsection-heading { font-size:1.1rem; }
  .z23eecstats-title { font-size:1.02rem; }
  .z23eecstat-num { font-size:1.12rem; }
  .z23eecstat-lab { font-size:0.72rem; line-height:1.3; }
  .z23eecstats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z23eecthumb-home { height:118px; }
  .z23eecthumb-list,.z23eecthumb-related { height:56px; }
  .z23eecthumb-cover { height:118px; }
  .z23eecarticle .row-cols-2 > *, .z23eecarticle .row-cols-md-3 > *,
  .z23eecarticle .row-cols-lg-5 > *, #article .row-cols-2 > *, #article .row-cols-md-3 > *, #article .row-cols-lg-5 > * {
    flex:0 0 100%; max-width:100%;
  }
  .z23eecfeat-icon,.z23eecdl-icon,.z23eecsec-icon { width:40px; height:40px; font-size:1rem; }
  .z23eecnews-body { padding:0.65rem; }
  .z23eeclist-item .col-4, .z23eeclist-item .col-md-3 { flex:0 0 36%; max-width:36%; }
  .z23eeclist-item .col-8, .z23eeclist-item .col-md-9 { flex:0 0 64%; max-width:64%; }
  .z23eeclist-item h2 { font-size:0.92rem; }
  .z23eeccert-grid { grid-template-columns:1fr !important; }
  .z23eecradar-ring { width:76px; height:76px; }
  .z23eecknow-radar ul { grid-template-columns:1fr !important; }
  .z23eecbar-val { max-width:24px; font-size:0.56rem; }
  .z23eecchip { font-size:0.66rem; }
  .z23eecfaq-card h3 { font-size:0.92rem; }
  .z23eecfaq-card p { font-size:0.86rem; }
  .z23eecnavbar-brand { max-width:min(70vw,200px); }
  .z23eecmag-board-count { width:2.1rem; height:2.1rem; font-size:0.78rem; }
  .z23eecfeat-folio-idx { font-size:1.25rem; }
}


