/* Design system: dashboard-terminal-side — multi-industry CMS skin */
:root {
  --primary: #4338CA;
  --accent: #818CF8;
  --dark: #312E81;
  --surface: #EEF2FF;
  --soft: #E0E7FF;
  --border: #C7D2FE;
  --text: #1E1B4B;
  --muted: #6366F1;
  --radius: 14px;
  --page-bg: #EEF2FF;
  --card-face: #F7F9FF;
}
*,*::before,*::after { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.z1ee0bbody {
  margin:0; font-family:"PingFang SC","Microsoft YaHei","Segoe UI",sans-serif;
  color:var(--text); line-height:1.65; background:#EEF2FF; overflow-x:hidden;
}
img { max-width:100%; height:auto; display:block; }
a { color:var(--primary); text-decoration:none; }
a:hover { color:var(--accent); }
.z1ee0bcontainer.container { max-width:1140px; }

/* nav */
.z1ee0bnavbar {
  background:rgba(49,46,129,0.97) !important; backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,0.08); padding:0.6rem 0;
}
.z1ee0bnavbar-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;
}
.z1ee0bnavbar-brand:hover { color:#818CF8 !important; }
.z1ee0bfooter-brand {
  color:#fff; font-weight:700; font-size:1.15rem; text-decoration:none;
}
.z1ee0bfooter-brand:hover { color:#818CF8; }
.z1ee0bnavbar-toggler { border:1px solid rgba(255,255,255,0.35); padding:0.35rem 0.55rem; }
.z1ee0bnavbar .navbar-toggler-icon { filter:invert(1); }
.z1ee0bnav-link {
  color:#F5E6C8 !important; font-weight:500; font-size:0.9rem;
  padding:0.45rem 0.8rem !important; border-radius:6px;
}
.z1ee0bnav-link:hover, .z1ee0bnav-item.z1ee0bthis .z1ee0bnav-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 */
.z1ee0bhero {
  position:relative; overflow:hidden; color:#fff;
  background:var(--dark); padding:4rem 0;
}
.z1ee0bhero::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(ellipse 55% 50% at 88% 18%, rgba(129,140,248,0.32), transparent),
    radial-gradient(ellipse 40% 40% at 8% 85%, rgba(67,56,202,0.22), transparent);
}
.z1ee0bhero > * { position:relative; z-index:1; }
.z1ee0beyebrow {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.12em;
  text-transform:uppercase; color:#818CF8; margin-bottom:0.5rem;
}
.z1ee0beyebrow-light { color:#93C5FD; }
.z1ee0bhero-title {
  font-size:clamp(1.85rem,4vw,3rem); font-weight:800; line-height:1.18;
  margin:0 0 1rem; word-break:break-word;
}
.z1ee0bhero-title span { color:#93C5FD; }
.z1ee0bhero-copy {
  max-width:760px; width:100%;
}
.z1ee0bhero-copy-center {
  max-width:720px; margin-left:auto; margin-right:auto;
}
.z1ee0bhero-sub { color:#BFDBFE; font-size:1.02rem; max-width:640px; margin-bottom:0.85rem; }
.z1ee0bhero-lead {
  color:#94A3B8; font-size:0.94rem; max-width:680px; margin-bottom:1.4rem;
  border-left:3px solid #818CF8; padding-left:1rem;
}
.z1ee0bhero-buttons { display:flex; flex-wrap:wrap; gap:0.7rem; }
.z1ee0bhero-chips {
  list-style:none; margin:1.15rem 0 0; padding:0; display:flex; flex-wrap:wrap; gap:0.45rem;
}
.z1ee0bhero-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);
}
.z1ee0bmag-board-title { color:#fff; font-size:1.08rem; margin:0; font-weight:700; }
.z1ee0bmag-board-label { color:rgba(255,255,255,0.62); }

.z1ee0bdash-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; }
.z1ee0bdash-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; }
.z1ee0bdash-row:last-of-type { border-bottom:0; }

/* buttons */
.z1ee0bbtn {
  border-radius:8px; font-weight:600; padding:0.7rem 1.2rem; border:1px solid transparent;
  white-space:normal; max-width:100%;
}
.z1ee0bbtn-primary { background:#818CF8; border-color:#818CF8; color:#fff; }
.z1ee0bbtn-primary:hover { background:#4338CA; border-color:#4338CA; color:#fff; }
.z1ee0bbtn-secondary { background:#fff; color:#312E81; }
.z1ee0bbtn-secondary:hover { background:#f1f5f9; color:#312E81; }
.z1ee0bbtn-ghost { background:transparent; color:#fff; border-color:rgba(255,255,255,0.4); }
.z1ee0bbtn-ghost:hover { background:rgba(255,255,255,0.1); color:#fff; }
.z1ee0bbtn-outline { background:transparent; color:#4338CA; border-color:#4338CA; }
.z1ee0bbtn-outline:hover { background:#4338CA; color:#fff; }

/* sections */
.z1ee0bsection { padding:4.25rem 0; overflow:hidden; }
.z1ee0bsection-heading {
  font-size:clamp(1.35rem,2.6vw,1.9rem); font-weight:700; color:#312E81; margin-bottom:0.65rem;
}
.z1ee0bmuted { color:var(--muted); max-width:720px; }
.z1ee0bfeatures { background:#E0E7FF; }
.z1ee0bfeat-icon {
  width:48px; height:48px; border-radius:10px; background:#E0E7FF; color:#818CF8;
  display:flex; align-items:center; justify-content:center; margin-bottom:0.85rem; font-size:1.15rem; flex-shrink:0;
}
.z1ee0bfeat-card h3, .z1ee0bfeat-tile h3 { font-size:1.05rem; margin-bottom:0.45rem; color:#312E81; word-break:break-word; }
.z1ee0bfeat-card p, .z1ee0bfeat-tile p { margin:0; font-size:0.94rem; color:#1E1B4B; }

.z1ee0bfeat-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z1ee0bfeat-bento { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z1ee0bfeat-edit-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z1ee0bfeat-folio-head {
  display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;
  gap:0.85rem 1.25rem; margin-bottom:1.35rem;
}
.z1ee0bfeat-folio-head .z1ee0bmuted { max-width:28rem; }
.z1ee0bfeat-folio-card {
  position:relative; border-top:0 !important;
  background: linear-gradient(180deg, #F7F9FF 0%, #E0E7FF 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: visible;
}
.z1ee0bfeat-folio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(49,46,129,0.1);
  border-color: #818CF8;
}
@media (hover:none) {
  .z1ee0bfeat-folio-card:hover { transform:none; }
}
.z1ee0bfeat-folio-top {
  display:flex; justify-content:space-between; align-items:center;
  margin-bottom:0.95rem; gap:0.65rem;
}
.z1ee0bfeat-folio-idx {
  font-size:1.55rem; font-weight:800; letter-spacing:-0.04em; line-height:1;
  color:#4338CA; opacity:0.85;
}
.z1ee0bfeat-folio-card h3 {
  font-size:1.08rem; color:#312E81; margin-bottom:0.45rem;
}
.z1ee0bfeat-folio-card p {
  margin:0; color:#1E1B4B; font-size:0.92rem; line-height:1.65;
}
.z1ee0bfeat-folio-card .z1ee0bfeat-icon {
  width:44px; height:44px; border-radius:12px;
}
.z1ee0btimeline { max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:0.85rem; width:100%; }
.z1ee0btl-item { display:flex; gap:0.85rem; align-items:flex-start; background:#F7F9FF; border:1px solid #C7D2FE; border-radius:14px; padding:1.15rem; overflow-x:hidden; }
.z1ee0btl-num { flex:0 0 36px; width:36px; height:36px; border-radius:50%; background:#4338CA; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.9rem; }
.z1ee0btl-body { min-width:0; flex:1; }
.z1ee0btl-body h3 { font-size:1.05rem; color:#312E81; margin-bottom:0.35rem; }
.z1ee0btl-body p { margin:0 0 0.65rem; color:#1E1B4B; }


.z1ee0bfeat-card,.z1ee0bdl-card,.z1ee0bsec-card,.z1ee0bfaq-card,.z1ee0bpanel,.z1ee0bcert,.z1ee0bfeat-tile,.z1ee0bfeat-edit,
.z1ee0bknow-step,.z1ee0bknow-cmp,.z1ee0bknow-client,.z1ee0bknow-jcard,.z1ee0bknow-viz,.z1ee0btl-item,.z1ee0bcompare-item {
    box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%;
    padding: 1.15rem; border-radius: 14px; border: 1px solid #C7D2FE;
    overflow: hidden; background: #F7F9FF;
}
.z1ee0bnews-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 #C7D2FE; background: #F7F9FF;
}
.z1ee0bdl-grid, .z1ee0bfeat-grid, .z1ee0bsec-grid, .z1ee0bfaq-grid, .z1ee0bfeat-bento, .z1ee0bcert-grid,
.z1ee0bfeat-edit-grid, .z1ee0bknow-meters, .z1ee0bknow-compare, .z1ee0bknow-clients, .z1ee0bknow-journey,
.z1ee0bknow-process, .z1ee0bstats-grid, .z1ee0bcompare-grid {
    align-items: stretch; width: 100%; max-width: 100%; gap: 1.25rem;
}
.z1ee0bdl-card,.z1ee0bfeat-card,.z1ee0bsec-card,.z1ee0bfaq-card,.z1ee0bfeat-tile,.z1ee0bfeat-edit,
.z1ee0bknow-client,.z1ee0bknow-cmp,.z1ee0bknow-jcard,.z1ee0bknow-step,.z1ee0bcert,.z1ee0bcompare-item {
    display: flex; flex-direction: column; width: 100%; height: 100%; min-height: 0;
}
.z1ee0bdl-card .btn, .z1ee0bknow-client .btn { margin-top: auto; width: 100%; }
.z1ee0bpanel { height: auto; width: 100%; }
.z1ee0bcert { justify-content:center; }
.z1ee0bfeat-card > *, .z1ee0bdl-card > *, .z1ee0bsec-card > *, .z1ee0bfaq-card > *, .z1ee0bfeat-edit > * { max-width: 100%; }
.z1ee0bfeat-card h3, .z1ee0bdl-card h3, .z1ee0bsec-card h3, .z1ee0bfaq-card h3,
.z1ee0bfeat-card p, .z1ee0bdl-card p, .z1ee0bfaq-card p, .z1ee0bsec-card p,
.z1ee0bknow-step p, .z1ee0bknow-cmp p, .z1ee0bknow-jcard p, .z1ee0bknow-step h3,
.z1ee0bfeat-folio-card h3, .z1ee0bfeat-folio-card p, .z1ee0bcompare-item h3, .z1ee0bcompare-item p {
    overflow-wrap: anywhere; word-break: break-word; max-width: 100%;
}
.z1ee0bhero-chips { max-width: 100%; }
.z1ee0bhero-chips li { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.z1ee0bbento-main, .z1ee0bbento-tile, .z1ee0bmag-board, .z1ee0bdash-panel, .z1ee0bportal-card,
.z1ee0bcta-box, .z1ee0bglass-card, .z1ee0brail-main, .z1ee0brail-aside, .z1ee0bterm-window {
    box-sizing: border-box; max-width: 100%; min-width: 0; overflow: hidden;
}

.z1ee0bfeat-card,.z1ee0bdl-card,.z1ee0bsec-card,.z1ee0bfaq-card,.z1ee0bpanel,.z1ee0bnews-card,.z1ee0bcert,.z1ee0bfeat-tile,.z1ee0bfeat-edit {
    background: #F7F9FF; border: 1px solid #C7D2FE; box-shadow: none;
}
.z1ee0bfeat-card { border-top: 2px solid #4338CA; }

/* stats */
.z1ee0bstats {
  background:linear-gradient(135deg, #312E81 0%, #4338CA 100%); color:#fff; padding:3rem 0;
}
.z1ee0bstats-title { color:#fff; font-size:clamp(1.25rem,2.4vw,1.7rem); font-weight:700; margin:0; }
.z1ee0bstats-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.75rem; }
.z1ee0bstat { text-align:center; padding:0.85rem 0.5rem; min-width:0; overflow-wrap:anywhere; }
.z1ee0bstat-num { font-size:clamp(1.35rem,2.8vw,2.1rem); font-weight:800; color:#BFDBFE; line-height:1.2; }
.z1ee0bstat-lab { color:#93A4B8; font-size:0.88rem; line-height:1.35; }
.z1ee0bstats-note { text-align:center; color:#93A4B8; font-size:0.86rem; margin:1rem 0 0; }

.z1ee0bstats-strip .z1ee0bstats-grid, .z1ee0bstats-inline .z1ee0bstats-grid, .z1ee0bstats-minimal .z1ee0bstats-grid, .z1ee0bstats-side .z1ee0bstats-grid {
    gap:0.75rem;
}
.z1ee0bstats-inline .z1ee0bstat {
    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;
}
.z1ee0bstats-inline .z1ee0bstat::before {
    content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background:#818CF8;
}
.z1ee0bstats-inline .z1ee0bstat-num { letter-spacing:-0.02em; }
.z1ee0bstats-strip .z1ee0bstats-grid, .z1ee0bstats-minimal .z1ee0bstats-grid, .z1ee0bstats-side .z1ee0bstats-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 */
.z1ee0bdownload { background:#EEF2FF; }
.z1ee0bdl-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z1ee0bdl-head { display:flex; align-items:center; gap:0.85rem; margin-bottom:0.9rem; min-width:0; }
.z1ee0bdl-head > div:last-child { min-width:0; }
.z1ee0bdl-icon {
  width:48px; height:48px; flex-shrink:0; border-radius:10px; background:#312E81; color:#93C5FD;
  display:flex; align-items:center; justify-content:center; font-size:1.2rem;
}
.z1ee0bdl-card h3 { font-size:1.05rem; margin:0 0 0.2rem; color:#312E81; }
.z1ee0bdl-card p { margin:0; color:var(--muted); font-size:0.88rem; }
.z1ee0bdl-list { list-style:none; padding:0.65rem 0; margin:0 0 1rem; background:transparent; border:0; border-top:1px dashed #C7D2FE; border-radius:0; }
.z1ee0bdl-list li { font-size:0.9rem; margin-bottom:0.35rem; }
.z1ee0bdl-list li:last-child { margin-bottom:0; }

/* security */
.z1ee0bsecurity { background:#E0E7FF; }
.z1ee0bsec-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.25rem; }
.z1ee0bsec-icon {
  width:48px; height:48px; border-radius:10px; background:#4338CA; color:#fff;
  display:flex; align-items:center; justify-content:center; margin:0 auto 0.8rem; flex-shrink:0;
}
.z1ee0bsec-card h3 { text-align:center; font-size:1.02rem; color:#312E81; margin-bottom:0.7rem; }
.z1ee0bsec-card ul { list-style:none; padding:0.55rem 0 0; margin:0; background:transparent; border:0; border-top:1px dashed #C7D2FE; border-radius:0; }
.z1ee0bsec-card li { font-size:0.88rem; margin-bottom:0.35rem; }
.z1ee0bcert-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z1ee0bcert { text-align:center; }
.z1ee0bcert h4 { color:#312E81; font-size:1rem; margin-bottom:0.3rem; }
.z1ee0bcert p { margin:0; color:var(--muted); font-size:0.88rem; }

/* faq / knowledge / article */
.z1ee0bfaq { background:#EEF2FF; }
.z1ee0bfaq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.25rem; }
.z1ee0bfaq-card h3 { font-size:1rem; color:#312E81; margin-bottom:0.45rem; word-break:break-word; }
.z1ee0bfaq-card p { margin:0; font-size:0.94rem; color:#1E1B4B; }
.z1ee0bknowledge-sec { background:#E0E7FF; }
.z1ee0bknowledge {
  background:#F7F9FF; border:1px solid #C7D2FE; border-radius:var(--radius);
  padding:1.15rem; max-width:100%; box-sizing:border-box; overflow-x:hidden;
}
.z1ee0bknowledge-viz { box-shadow: inset 4px 0 0 #4338CA; }
.z1ee0bknow-head { margin-bottom:1.15rem; min-width:0; }
.z1ee0bknow-head .z1ee0bmuted { max-width:720px; }
.z1ee0bknow-process {
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0.65rem; margin-bottom:1.15rem; align-items:stretch;
}
.z1ee0bknow-step {
  min-width:0; background:#E0E7FF; border:1px solid #C7D2FE;
  border-radius:14px; padding:0.95rem 0.75rem; text-align:center;
}
.z1ee0bknow-num {
  display:block; font-size:0.75rem; font-weight:700; color:#818CF8; letter-spacing:0.06em; margin-bottom:0.35rem;
}
.z1ee0bknow-step i { font-size:1.15rem; color:#4338CA; margin-bottom:0.35rem; display:inline-block; }
.z1ee0bknow-step h3 { font-size:0.95rem; margin:0.2rem 0; color:#312E81; word-break:break-word; }
.z1ee0bknow-step p { margin:0; font-size:0.8rem; color:#6366F1; word-break:break-word; }
.z1ee0bknow-arrow { display:none; }
.z1ee0bknow-meters { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0.85rem; }
.z1ee0bmeter { min-width:0; }
.z1ee0bmeter-top { display:flex; justify-content:space-between; gap:0.5rem; font-size:0.85rem; margin-bottom:0.35rem; color:#1E1B4B; }
.z1ee0bmeter-top span { min-width:0; overflow-wrap:anywhere; }
.z1ee0bmeter-top strong { color:#4338CA; flex-shrink:0; }
.z1ee0bmeter-track {
  height:8px; border-radius:999px; background:#E0E7FF; overflow:hidden; width:100%;
}
.z1ee0bmeter-fill {
  display:block; height:100%; border-radius:999px; max-width:100%;
  background:linear-gradient(90deg, #4338CA, #818CF8);
}
.z1ee0bmeter-tip { display:block; margin-top:0.3rem; font-size:0.78rem; color:#6366F1; }
.z1ee0bmeter-track-light { background:rgba(255,255,255,0.15); height:6px; margin-top:0.55rem; border-radius:999px; overflow:hidden; width:100%; }
.z1ee0bmeter-track-light .z1ee0bmeter-fill { background:linear-gradient(90deg,#FCD34D,#fff); }
.z1ee0bbar-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%;
}
.z1ee0bbar-col { flex:1; min-width:0; display:flex; flex-direction:column; align-items:center; height:100%; }
.z1ee0bbar-val {
  width:100%; max-width:36px; margin-top:auto; border-radius:6px 6px 2px 2px;
  background:linear-gradient(180deg, #818CF8, #4338CA); 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;
}
.z1ee0bbar-col em { font-style:normal; font-size:0.72rem; color:#6366F1; margin-top:0.35rem; text-align:center; line-height:1.25; word-break:break-word; }
.z1ee0bknow-viz {
  background:#E0E7FF; border:1px solid #C7D2FE; border-radius:14px; padding:1.15rem; min-width:0;
}
.z1ee0bknow-viz-note { margin:0.75rem 0 0; font-size:0.8rem; color:#6366F1; }
.z1ee0bknow-checklist { list-style:none; padding:0; margin:0; }
.z1ee0bknow-checklist li {
  display:flex; gap:0.55rem; align-items:flex-start; padding:0.55rem 0; border-bottom:1px dashed #C7D2FE;
  font-size:0.92rem; color:#1E1B4B; min-width:0;
}
.z1ee0bknow-checklist li:last-child { border-bottom:0; }
.z1ee0bknow-checklist i { color:#818CF8; margin-top:0.15rem; flex-shrink:0; }
.z1ee0bknow-compare { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z1ee0bknow-cmp {
  text-align:center; background:#E0E7FF; border:1px solid #C7D2FE; border-radius:14px; padding:1.15rem;
}
.z1ee0bknow-cmp-icon {
  width:44px; height:44px; margin:0 auto 0.65rem; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:rgba(67,56,202,0.12); color:#4338CA; font-size:1.1rem;
}
.z1ee0bknow-cmp h3 { font-size:0.98rem; margin:0 0 0.35rem; color:#312E81; }
.z1ee0bknow-cmp p { margin:0 0 0.65rem; font-size:0.84rem; color:#6366F1; }
.z1ee0bknow-tag {
  display:inline-block; font-size:0.72rem; font-weight:700; padding:0.2rem 0.5rem; border-radius:999px;
  background:rgba(129,140,248,0.15); color:#4338CA;
}
.z1ee0bknow-clients { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; }
.z1ee0bknow-client {
  background:#E0E7FF; border:1px solid #C7D2FE; border-radius:14px; padding:1.15rem; gap:0.75rem;
}
.z1ee0bknow-client-top { display:flex; gap:0.65rem; align-items:center; min-width:0; }
.z1ee0bknow-client-top > i {
  width:40px; height:40px; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:#4338CA; color:#fff; font-size:1rem; flex-shrink:0;
}
.z1ee0bknow-client-top h3 { margin:0; font-size:0.98rem; color:#312E81; }
.z1ee0bknow-client-top p { margin:0; font-size:0.8rem; color:#6366F1; }
.z1ee0bknow-radar {
  display:flex; gap:0.85rem; align-items:center; margin-top:1rem; flex-wrap:wrap;
}
.z1ee0bradar-ring {
  width:96px; height:96px; border-radius:50%; flex-shrink:0;
  border:5px solid #4338CA; box-shadow:0 0 0 8px rgba(67,56,202,0.12);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  background:#F7F9FF;
}
.z1ee0bradar-ring strong { color:#312E81; font-size:0.98rem; }
.z1ee0bradar-ring span { color:#818CF8; font-size:0.78rem; }
.z1ee0bknow-radar ul { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:0.4rem; flex:1; min-width:0; }
.z1ee0bknow-radar li {
  font-size:0.84rem; padding:0.4rem 0.5rem; border-radius:8px; background:#E0E7FF;
  border:1px solid #C7D2FE; color:#1E1B4B; display:flex; gap:0.35rem; align-items:center; min-width:0;
}
.z1ee0bknow-radar li i { color:#818CF8; flex-shrink:0; }
.z1ee0bknow-journey { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.25rem; }
.z1ee0bknow-jcard {
  background:#E0E7FF; border:1px solid #C7D2FE; border-radius:14px; padding:1.15rem;
}
.z1ee0bknow-jcard > span {
  display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:0.04em; color:#818CF8; margin-bottom:0.35rem;
}
.z1ee0bknow-jcard h3 { font-size:0.98rem; margin:0 0 0.3rem; color:#312E81; }
.z1ee0bknow-jcard p { margin:0 0 0.75rem; font-size:0.8rem; color:#6366F1; }
.z1ee0bjbar { height:6px; border-radius:999px; background:#E0E7FF; overflow:hidden; }
.z1ee0bjbar i { display:block; height:100%; background:linear-gradient(90deg,#4338CA,#818CF8); border-radius:999px; }

/* feature visual extras */
.z1ee0bfeat-edit-viz .z1ee0bfeat-edit-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.75rem; gap:0.5rem; }
.z1ee0bring {
  --p:80; width:48px; height:48px; border-radius:50%; flex-shrink:0;
  background:conic-gradient(#4338CA calc(var(--p) * 1%), #E0E7FF 0);
  display:grid; place-items:center; position:relative;
}
.z1ee0bring::before {
  content:""; width:34px; height:34px; border-radius:50%; background:#F7F9FF;
}
.z1ee0bring span { position:absolute; font-size:0.68rem; font-weight:700; color:#312E81; }
.z1ee0bring-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);
}
.z1ee0bring-light::before { width:46px; height:46px; background:rgba(15,23,42,0.55); }
.z1ee0bring-light span { font-size:0.72rem; color:#fff; }
.z1ee0bfeat-metric-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:0.75rem; gap:0.5rem; }
.z1ee0bspark { display:flex; align-items:flex-end; gap:3px; height:32px; flex-shrink:0; }
.z1ee0bspark i {
  display:block; width:5px; border-radius:2px; background:linear-gradient(180deg,#818CF8,#4338CA); font-style:normal;
}
.z1ee0bfeat-foot { display:flex; flex-wrap:wrap; gap:0.35rem; margin-top:auto; padding-top:0.75rem; }
.z1ee0bchip {
  font-size:0.72rem; font-weight:600; padding:0.15rem 0.45rem; border-radius:999px;
  background:rgba(67,56,202,0.1); color:#4338CA; border:1px solid rgba(67,56,202,0.18);
}
.z1ee0bfeat-tile-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:0.55rem; gap:0.5rem; }
.z1ee0bfeat-tile-top i { font-size:1.15rem; color:#4338CA; }
.z1ee0bfeat-tile-top strong { color:#818CF8; font-size:0.9rem; }
.z1ee0bfeat-tile .z1ee0bmeter-track { margin-top:0.75rem; }
.z1ee0bstats-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;
}
.z1ee0bstats-chart-wrap .z1ee0bbar-col em { color:rgba(255,255,255,0.75); }
.z1ee0bstats-chart-wrap .z1ee0bbar-val { background:linear-gradient(180deg,#FCD34D,#D97706); }
.z1ee0barticle { background:#EEF2FF; }
.z1ee0bnews-card { padding:0; height:auto; display:flex; flex-direction:column; }
.z1ee0bnews-body { padding:0.85rem; min-width:0; }
.z1ee0bnews-meta { font-size:0.8rem; color:var(--muted); margin-bottom:0.35rem; }
.z1ee0bnews-card h3 { font-size:0.92rem; line-height:1.45; margin:0; word-break:break-word; }
.z1ee0bnews-card h3 a { color:#312E81; }
.z1ee0bthumb-wrap { overflow:hidden; display:block; width:100%; }
.z1ee0bthumb-home { width:100%; height:110px; object-fit:cover; }

.z1ee0bdl-note {
  margin:1.1rem 0 0; text-align:center; font-size:0.86rem; color:#6366F1;
}
.z1ee0bbreadcrumb {
  background:transparent; padding:0.85rem 0 0; border-bottom:0;
}
.z1ee0bbreadcrumb-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:#F7F9FF; border:1px solid #C7D2FE; border-radius:14px;
}
.z1ee0bbreadcrumb-list li {
  color:#6366F1; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.z1ee0bbreadcrumb-list li:not(:last-child)::after {
  content:"/"; margin-left:0.5rem; color:#C7D2FE; font-weight:400;
}
.z1ee0bbreadcrumb-list a { color:#4338CA; text-decoration:none; }
.z1ee0bbreadcrumb-list a:hover { color:#818CF8; }
.z1ee0bbreadcrumb-list li[aria-current="page"] { color:#312E81; font-weight:600; }
.z1ee0blist-intro {
  margin-top:0.85rem; padding:1rem; background:#F7F9FF; border:1px solid #C7D2FE; border-radius:14px;
}
.z1ee0blist-intro p { margin:0 0 0.75rem; font-size:0.94rem; color:#1E1B4B; }
.z1ee0blist-intro-links {
  list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:0.5rem 0.85rem;
}
.z1ee0blist-intro-links a {
  font-size:0.86rem; font-weight:600; color:#4338CA; text-decoration:none;
  padding:0.25rem 0.55rem; border:1px solid #C7D2FE; border-radius:999px; background:rgba(67,56,202,0.06);
}
.z1ee0blist-intro-links a:hover { border-color:#818CF8; color:#818CF8; }

/* sidebar channels */
.z1ee0bside-channels { overflow:hidden; }
.z1ee0bside-channel-list { margin:0; padding:0; }
.z1ee0bside-channel-item {
  margin:0; padding:0; border-bottom:1px solid #C7D2FE; list-style:none;
}
.z1ee0bside-channel-item:last-child { border-bottom:0; }
.z1ee0bside-channel-item a {
  display:block; padding:0.65rem 0.1rem; color:#312E81;
  text-decoration:none; font-size:0.92rem; word-break:break-word; line-height:1.4;
}
.z1ee0bside-channel-item a:hover { color:#818CF8; }
.z1ee0bside-channel-item.z1ee0bthis a,
.z1ee0bside-channel-item.this a {
  color:#4338CA; font-weight:700;
}

/* footer */
.z1ee0bfooter { background:#312E81; color:#94A3B8; padding:3rem 0 1.4rem; }
.z1ee0bfooter-title { color:#fff; font-size:1rem; font-weight:600; }
.z1ee0bfooter-links { list-style:none; padding:0; margin:0; }
.z1ee0bfooter-links li { margin-bottom:0.4rem; }
.z1ee0bfooter a { color:#94A3B8; text-decoration:none; }
.z1ee0bfooter a:hover { color:#93C5FD; }
.z1ee0bfooter-bottom { border-top:1px solid rgba(255,255,255,0.08); padding-top:1.15rem; margin-top:1.5rem; color:#64748B; }
.z1ee0bbeian { margin-top:0.35rem; }
.z1ee0bbeian a { color:#64748B; }
.z1ee0bbeian a:hover { color:#93C5FD; }
.z1ee0bfriend-links { display:flex; flex-wrap:wrap; gap:0.5rem 1rem; list-style:none; padding:0; margin:0; }

/* inner pages */
.z1ee0binner { background:#E0E7FF; min-height:0; }
.z1ee0blist-item { border-bottom:1px solid #C7D2FE; padding-bottom:1rem; margin-bottom:1rem; }
.z1ee0blist-item:last-child { border-bottom:0; margin-bottom:0; padding-bottom:0; }
.z1ee0barticle-content { line-height:1.85; word-break:break-word; overflow-wrap:anywhere; }
.z1ee0barticle-content img { max-width:100%; height:auto; border-radius:14px; }
.z1ee0barticle-content table { max-width:100%; display:block; overflow-x:auto; }
.z1ee0bthumb-list,.z1ee0bthumb-related { width:100%; height:84px; object-fit:cover; border-radius:14px; }
.z1ee0bside-thumb { width:72px; flex-shrink:0; display:block; }
.z1ee0bthumb-side { width:100%; height:54px; object-fit:cover; border-radius:6px; }
.z1ee0bcover-wrap { overflow:hidden; border-radius:14px; }
.z1ee0bthumb-cover { width:100%; height:200px; object-fit:cover; }
.z1ee0bmeta-tags a {
  display:inline-block; padding:0.25rem 0.65rem; border:1px solid #C7D2FE; border-radius:20px;
  font-size:0.85rem; color:#4338CA; 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 #C7D2FE; border-radius:6px;
  color:var(--text); font-size:0.88rem;
}
.pagebar .pagelist a:hover { border-color:#818CF8; color:#818CF8; }

/* overflow / equal frame guards */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body.z1ee0bbody { 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; }
.z1ee0bfeat-card,.z1ee0bdl-card,.z1ee0bsec-card,.z1ee0bfaq-card,.z1ee0bpanel,.z1ee0bnews-card,.z1ee0bknowledge,.z1ee0bcert,.z1ee0bfeat-tile,.z1ee0bfeat-edit,.z1ee0bmag-board,.z1ee0bdash-panel,.z1ee0bcta-box,.z1ee0bglass-card,.z1ee0bterm-window,.z1ee0bportal-card,.z1ee0bbento-main,.z1ee0bbento-tile,.z1ee0brail-main,.z1ee0brail-aside,.z1ee0bcompare-item,.z1ee0bside-channels,.z1ee0bknow-step,.z1ee0bknow-cmp,.z1ee0bknow-client,.z1ee0bknow-jcard,.z1ee0bknow-viz,.z1ee0bstats-chart-wrap,.z1ee0blist-intro,.z1ee0bbreadcrumb-list,.z1ee0btl-item {
  max-width:100%; box-sizing:border-box; overflow:hidden;
}
.z1ee0bfeat-folio-card { overflow: visible; }
.z1ee0bmag-stage, .z1ee0bbento-hero, .z1ee0brail-wrap, .z1ee0bcompare-grid, .z1ee0bfeat-folio {
  width:100%; max-width:100%; min-width:0;
}
.z1ee0bdl-card h3,.z1ee0bfeat-card h3,.z1ee0bsec-card h3,.z1ee0bfaq-card h3,.z1ee0bhero-title,.z1ee0bknow-step h3,.z1ee0bknow-jcard h3,.z1ee0bsection-heading,.z1ee0bstats-title,.z1ee0bmag-board-title,.z1ee0bportal-card h3 {
  overflow-wrap:anywhere; word-break:break-word;
}
.z1ee0bhero-buttons .btn, .z1ee0bbtn { max-width:100%; box-sizing:border-box; }
.z1ee0bmuted { max-width:100%; overflow-wrap:anywhere; }
.z1ee0bnews-card { height:auto !important; }
.z1ee0blist-item .row { --bs-gutter-x: 0.85rem; align-items:flex-start; }
.z1ee0bthumb-list,.z1ee0bthumb-related,.z1ee0bthumb-home,.z1ee0bthumb-cover,.z1ee0bthumb-side {
  max-width:100%; display:block;
}
.z1ee0bsection > .container, .z1ee0bhero > .container, .z1ee0bfooter > .container, .z1ee0bnavbar > .container, .z1ee0bwide-band > .container {
  width:100%; max-width:1140px; padding-left:16px; padding-right:16px; box-sizing:border-box;
}
.z1ee0bhero-buttons { max-width:100%; width:auto; }
.z1ee0bhero-copy { max-width:min(760px,100%); min-width:0; }
.z1ee0bdash-row { min-width:0; gap:0.75rem; }
.z1ee0bdash-row span, .z1ee0bdash-row strong { overflow-wrap:anywhere; word-break:break-word; min-width:0; }
.z1ee0bterm-window, .z1ee0bterm-body { max-width:100%; overflow:hidden; }
.z1ee0bterm-line { overflow-wrap:anywhere; word-break:break-word; }
.z1ee0bfooter .row > [class*="col-"] { min-width:0; }
.z1ee0bfriend-links { max-width:100%; }
.z1ee0barticle-content pre, .z1ee0barticle-content code { max-width:100%; white-space:pre-wrap; word-break:break-word; }
.z1ee0bknowledge { overflow:hidden; }
.z1ee0bknow-process > *, .z1ee0bknow-meters > *, .z1ee0bknow-compare > *, .z1ee0bknow-clients > *, .z1ee0bknow-journey > * {
  min-width:0; max-width:100%;
}
.z1ee0bknow-arrow { display:none !important; width:0; height:0; margin:0; padding:0; overflow:hidden; }
.z1ee0bstats-inline .z1ee0bstat,
.z1ee0bstats-cards .z1ee0bstat,
.z1ee0bstats-dashboard .z1ee0bstat {
  box-sizing:border-box; min-width:0; max-width:100%; height:100%;
}
.z1ee0bhero-compare .z1ee0bcompare-grid,
.z1ee0bhero-portal .row,
.z1ee0bhero-dash .row { width:100%; max-width:100%; }

@media (max-width:991px) {
  .z1ee0bhero { padding:2.35rem 0 1.9rem; text-align:center; }
  .z1ee0bhero-sub,.z1ee0bhero-lead { margin-left:auto; margin-right:auto; max-width:100%; }
  .z1ee0bhero-lead { text-align:left; }
  .z1ee0bhero-buttons { justify-content:center; width:100%; }
  .z1ee0bhero-chips { justify-content:center; }
  .z1ee0bhero-copy { max-width:100%; margin-left:auto; margin-right:auto; }
  .z1ee0bhero-magazine, .z1ee0bhero-glass, .z1ee0bhero-cta, .z1ee0bhero-terminal,
  .z1ee0bhero-compare, .z1ee0bhero-portal, .z1ee0bhero-dash, .z1ee0bhero-bento, .z1ee0bhero-rail {
    text-align:left;
  }
  .z1ee0bhero-compare .z1ee0bhero-copy-center { text-align:center; }
  .z1ee0bsection { padding:2rem 0; }
  .z1ee0bstats { padding:2rem 0; }
  .z1ee0bstats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.65rem; }
  .z1ee0bdl-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z1ee0bsec-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z1ee0bcert-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z1ee0bfaq-grid { grid-template-columns:1fr !important; }
  .z1ee0bfeat-grid,.z1ee0bfeat-bento,.z1ee0bfeat-edit-grid,.z1ee0bfeat-folio {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .z1ee0bknow-process { grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:0.75rem; }
  .z1ee0bknow-meters,.z1ee0bknow-compare,.z1ee0bknow-clients,.z1ee0bknow-journey {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .z1ee0bbento-hero {
    grid-template-columns:1fr !important; grid-template-rows:auto !important; gap:0.75rem;
  }
  .z1ee0bbento-main { grid-column:1 / -1; grid-row:auto !important; height:auto !important; }
  .z1ee0bbento-tile { height:auto !important; min-height:0; }
  .z1ee0brail-wrap { grid-template-columns:1fr !important; }
  .z1ee0brail-aside { display:flex; flex-wrap:wrap; gap:0.35rem; height:auto !important; }
  .z1ee0brail-item { margin:0; flex:1 1 auto; min-width:0; }
  .z1ee0bcompare-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z1ee0bmag-board, .z1ee0bdash-panel, .z1ee0bportal-card, .z1ee0bcta-box, .z1ee0bglass-card, .z1ee0bterm-window {
    height:auto !important;
  }
  .z1ee0bmag-stage { gap:1rem; grid-template-columns:1fr !important; }
  .z1ee0bhero-magazine { padding:2.5rem 0 2.1rem; }
  .z1ee0bwide-band { padding:2.1rem 0 !important; }
  .z1ee0bglass-card,.z1ee0bcta-box,.z1ee0bterm-body,.z1ee0bmag-board,.z1ee0bdash-panel,.z1ee0brail-main,.z1ee0bportal-card,.z1ee0bbento-main,.z1ee0bbento-tile {
    padding:1.1rem !important;
  }
  .z1ee0bfeat-card,.z1ee0bdl-card,.z1ee0bsec-card,.z1ee0bfaq-card,.z1ee0bpanel,.z1ee0bcert,.z1ee0bfeat-tile,.z1ee0bfeat-edit,
  .z1ee0bknow-step,.z1ee0bknow-cmp,.z1ee0bknow-client,.z1ee0bknow-jcard,.z1ee0bknow-viz,.z1ee0btl-item,.z1ee0bcompare-item {
    padding:1.05rem !important; height:auto !important;
  }
  .z1ee0bfeat-folio-card:hover { transform:none; }
  .z1ee0bknowledge { padding:1.1rem !important; }
  .z1ee0bbar-chart { height:120px; }
  .z1ee0barticle .row-cols-lg-5 > * { flex:0 0 33.333%; max-width:33.333%; }
  .z1ee0bstats-inline .z1ee0bstat { height:auto !important; }
}

@media (max-width:767px) {
  html, body.z1ee0bbody { overflow-x:hidden; width:100%; }
  .z1ee0bnavbar .container, .z1ee0bcontainer.container,
  .z1ee0bsection > .container, .z1ee0bhero > .container, .z1ee0bfooter > .container, .z1ee0bwide-band > .container {
    padding-left:12px !important; padding-right:12px !important;
  }
  .z1ee0bnavbar .navbar-collapse { max-height:70vh; overflow-y:auto; -webkit-overflow-scrolling:touch; }
  .z1ee0bnavbar-brand { max-width:min(62vw,240px); font-size:1.05rem; }
  .z1ee0bnav-link { padding:0.55rem 0.65rem !important; }
  .z1ee0bhero { padding:1.55rem 0 1.3rem; }
  .z1ee0bhero-center { padding:1.7rem 0 1.45rem !important; }
  .z1ee0bhero-glass, .z1ee0bhero-cta, .z1ee0bhero-terminal, .z1ee0bhero-compare, .z1ee0bhero-portal {
    padding:1.55rem 0 1.35rem !important;
  }
  .z1ee0bhero-title { font-size:clamp(1.22rem,5.8vw,1.65rem); }
  .z1ee0bhero-buttons { flex-direction:column; align-items:stretch; width:100%; gap:0.5rem; }
  .z1ee0bhero-buttons .btn { width:100%; padding:0.72rem 1rem; white-space:normal; line-height:1.35; }
  .z1ee0bhero-chips { gap:0.35rem; justify-content:flex-start; }
  .z1ee0bhero-center .z1ee0bhero-chips,
  .z1ee0bhero-compare .z1ee0bhero-chips { justify-content:center; }
  .z1ee0bhero-chips li { font-size:0.7rem; padding:0.28rem 0.55rem; }
  .z1ee0bsection { padding:1.55rem 0; }
  .z1ee0bstats { padding:1.55rem 0; }
  .z1ee0bdl-grid,.z1ee0bsec-grid,.z1ee0bcert-grid { grid-template-columns:1fr !important; gap:0.8rem; }
  .z1ee0bfeat-grid,.z1ee0bfeat-bento,.z1ee0bfeat-edit-grid,.z1ee0bfeat-folio {
    grid-template-columns:1fr !important; gap:0.8rem;
  }
  .z1ee0bknow-process,.z1ee0bknow-meters,.z1ee0bknow-compare,.z1ee0bknow-clients,.z1ee0bknow-journey {
    grid-template-columns:1fr !important; gap:0.7rem;
  }
  .z1ee0bknow-radar { flex-direction:column; align-items:flex-start; }
  .z1ee0bknow-radar ul { width:100%; grid-template-columns:1fr !important; }
  .z1ee0bbar-chart { height:96px; }
  .z1ee0bdl-head { flex-direction:column; text-align:center; align-items:center; gap:0.5rem; }
  .z1ee0bdl-card .btn, .z1ee0bknow-client .btn { width:100%; white-space:normal; line-height:1.35; }
  .z1ee0bfeat-card,.z1ee0bdl-card,.z1ee0bsec-card,.z1ee0bfaq-card,.z1ee0bpanel,.z1ee0bcert,.z1ee0bfeat-tile,.z1ee0bfeat-edit,
  .z1ee0bknow-step,.z1ee0bknow-cmp,.z1ee0bknow-client,.z1ee0bknow-jcard,.z1ee0bknow-viz,.z1ee0btl-item,.z1ee0bcompare-item {
    padding:0.95rem !important; height:auto !important;
  }
  .z1ee0bnews-card { padding:0 !important; }
  .z1ee0bbento-hero { grid-template-columns:1fr !important; }
  .z1ee0bcompare-grid { grid-template-columns:1fr !important; }
  .z1ee0bthumb-home { height:110px; }
  .z1ee0bthumb-list,.z1ee0bthumb-related { height:66px; }
  .z1ee0bthumb-cover { height:136px; }
  .z1ee0bside-thumb { width:56px; }
  .z1ee0bfooter { text-align:center; padding:1.65rem 0 1rem; }
  .z1ee0bfriend-links { justify-content:center; }
  .z1ee0bknowledge { padding:0.95rem !important; }
  .z1ee0bstat { padding:0.55rem 0.3rem; }
  .z1ee0bstats-grid { gap:0.5rem; }
  .z1ee0bstats-pills .z1ee0bstat { border-radius:12px !important; padding:0.7rem 0.4rem !important; }
  .z1ee0bstats-inline .z1ee0bstat { padding:0.85rem 0.7rem 0.85rem 0.95rem !important; height:auto !important; }
  .z1ee0bbreadcrumb-list { padding:0.5rem 0.65rem; font-size:0.78rem; gap:0.25rem 0.35rem; }
  .z1ee0bbreadcrumb-list li { white-space:normal; overflow:visible; text-overflow:unset; max-width:100%; }
  .z1ee0blist-intro { padding:0.85rem; }
  .z1ee0blist-intro-links { flex-direction:column; align-items:stretch; }
  .z1ee0blist-intro-links a { display:block; text-align:center; }
  .pagebar .pagelist { justify-content:center; }
  .z1ee0bportal-card { text-align:left; height:auto !important; }
  .z1ee0bportal-card a { display:block; width:100%; text-align:center; }
  .z1ee0bstep-list { text-align:left; display:block; margin:0 0 1rem; padding-left:1.15rem; max-width:100%; }
  .z1ee0binner { padding-top:1rem; padding-bottom:1.4rem; }
  .z1ee0blist-item .col-4, .z1ee0blist-item .col-md-3 { flex:0 0 34%; max-width:34%; }
  .z1ee0blist-item .col-8, .z1ee0blist-item .col-md-9 { flex:0 0 66%; max-width:66%; }
  .z1ee0bside-channels,.z1ee0bpanel { width:100%; }
  .z1ee0btl-item { flex-direction:row; text-align:left; gap:0.6rem; }
  .z1ee0btl-num { flex:0 0 32px; width:32px; height:32px; font-size:0.8rem; }
  .z1ee0barticle .row-cols-2 > *, .z1ee0barticle .row-cols-md-3 > *,
  .z1ee0barticle .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%;
  }
  .z1ee0bmeter-top { font-size:0.8rem; }
  .z1ee0bfeat-metric-head, .z1ee0bfeat-edit-top, .z1ee0bfeat-tile-top, .z1ee0bfeat-folio-top { flex-wrap:wrap; }
  .z1ee0bglass-card, .z1ee0bcta-box, .z1ee0bterm-body { padding:0.95rem !important; }
  .z1ee0bwide-band { padding:1.7rem 0 !important; }
  .z1ee0bfooter-bottom p { overflow-wrap:anywhere; word-break:break-word; }
  .z1ee0bmag-board, .z1ee0bdash-panel, .z1ee0brail-main, .z1ee0bbento-main { height:auto !important; }
  .z1ee0bfeat-folio-head { flex-direction:column; align-items:flex-start; }
  .z1ee0bmag-checks li { padding:0.6rem 0.65rem; }
  .z1ee0brail-main { padding:1rem !important; }
  .z1ee0bmag-kicker { justify-content:flex-start; }
  .z1ee0bmag-board-head { flex-wrap:wrap; }
  .z1ee0bbeian { overflow-wrap:anywhere; }
}

@media (max-width:575px) {
  .z1ee0bhero-title { font-size:1.24rem; line-height:1.35; }
  .z1ee0bhero-sub { font-size:0.86rem; }
  .z1ee0bhero-lead { font-size:0.84rem; padding-left:0.55rem; }
  .z1ee0bhero-center .z1ee0bhero-lead { padding-left:0; }
  .z1ee0bsection-heading { font-size:1.1rem; }
  .z1ee0bstats-title { font-size:1.02rem; }
  .z1ee0bstat-num { font-size:1.12rem; }
  .z1ee0bstat-lab { font-size:0.72rem; line-height:1.3; }
  .z1ee0bstats-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .z1ee0bthumb-home { height:118px; }
  .z1ee0bthumb-list,.z1ee0bthumb-related { height:56px; }
  .z1ee0bthumb-cover { height:118px; }
  .z1ee0barticle .row-cols-2 > *, .z1ee0barticle .row-cols-md-3 > *,
  .z1ee0barticle .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%;
  }
  .z1ee0bfeat-icon,.z1ee0bdl-icon,.z1ee0bsec-icon { width:40px; height:40px; font-size:1rem; }
  .z1ee0bnews-body { padding:0.65rem; }
  .z1ee0blist-item .col-4, .z1ee0blist-item .col-md-3 { flex:0 0 36%; max-width:36%; }
  .z1ee0blist-item .col-8, .z1ee0blist-item .col-md-9 { flex:0 0 64%; max-width:64%; }
  .z1ee0blist-item h2 { font-size:0.92rem; }
  .z1ee0bcert-grid { grid-template-columns:1fr !important; }
  .z1ee0bradar-ring { width:76px; height:76px; }
  .z1ee0bknow-radar ul { grid-template-columns:1fr !important; }
  .z1ee0bbar-val { max-width:24px; font-size:0.56rem; }
  .z1ee0bchip { font-size:0.66rem; }
  .z1ee0bfaq-card h3 { font-size:0.92rem; }
  .z1ee0bfaq-card p { font-size:0.86rem; }
  .z1ee0bnavbar-brand { max-width:min(70vw,200px); }
  .z1ee0bmag-board-count { width:2.1rem; height:2.1rem; font-size:0.78rem; }
  .z1ee0bfeat-folio-idx { font-size:1.25rem; }
}


