.cf-tech {
  --tech-ink: #0b1322;
  --tech-muted: #5f6978;
  --tech-line: #dce2ea;
  --tech-card: #fff;
  color: var(--tech-ink);
  background: #eef2f6;
  font-family: Arial, Helvetica, sans-serif;
}

.cf-tech-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(31, 109, 255, .34), transparent 34%),
    radial-gradient(circle at 8% 100%, rgba(255, 107, 26, .18), transparent 31%),
    linear-gradient(115deg, #080d14 0%, #0b1422 57%, #0e1f3d 100%);
}

.cf-tech-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
}

.cf-tech-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 50%;
  width: 520px;
  height: 520px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(255,255,255,.025), 0 0 0 128px rgba(255,255,255,.018);
  transform: translateY(-50%);
}

.cf-tech-wrap {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.cf-tech-hero-inner { padding: 78px 0 72px; }

.cf-tech-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.52);
  font-size: 12px;
  font-weight: 700;
}
.cf-tech-breadcrumb a { color: rgba(255,255,255,.7); text-decoration: none; }
.cf-tech-breadcrumb a:hover { color: #fff; }
.cf-tech-breadcrumb span:last-child { max-width: min(620px, 100%); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.cf-tech-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #ff7a2d;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cf-tech-kicker::before { content: ""; width: 34px; height: 2px; background: currentColor; }

.cf-tech-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .96;
  letter-spacing: -.052em;
  font-weight: 950;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.cf-tech-lead {
  max-width: 770px;
  margin: 25px 0 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.cf-tech-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.cf-tech-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.055);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
.cf-tech-badges span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #ff6b1a; box-shadow: 0 0 0 4px rgba(255,107,26,.14); }

.cf-tech-main { padding: 66px 0 88px; }

.cf-tech-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  margin-bottom: 25px;
}

.cf-tech-intro h2 { margin: 0 0 9px; font-size: clamp(29px, 3vw, 45px); line-height: 1.03; letter-spacing: -.035em; }
.cf-tech-intro p { max-width: 760px; margin: 0; color: var(--tech-muted); line-height: 1.65; font-size: 16px; }

.cf-tech-note {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid #cdd9ea;
  border-radius: 17px;
  color: #3e5068;
  background: #e7eef9;
  font-size: 13px;
  line-height: 1.5;
}
.cf-tech-note svg { width: 21px; height: 21px; flex: 0 0 21px; color: #1f6dff; }

.cf-tech-panel {
  overflow: hidden;
  min-height: 330px;
  border: 1px solid var(--tech-line);
  border-radius: 25px;
  background: var(--tech-card);
  box-shadow: 0 28px 75px -45px rgba(9, 24, 50, .45);
}

.cf-tech-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 23px;
  color: rgba(255,255,255,.76);
  background: #101722;
  font-size: 13px;
  font-weight: 800;
}
.cf-tech-panel-head strong { color: #fff; font-size: 15px; }
.cf-tech-status { display: inline-flex; align-items: center; gap: 8px; }
.cf-tech-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #43d17d; box-shadow: 0 0 0 5px rgba(67,209,125,.13); }

.cf-tech-browser { padding: 23px; }
.cf-tech-browser .sxe-row { gap: 22px !important; }
.cf-tech-browser .sxe-left { border-radius: 17px !important; background: #f1f4f8 !important; }
.cf-tech-browser .sxe-var { border: 1px solid #e0e5ec !important; border-radius: 10px !important; background: #fff !important; }
.cf-tech-browser .sxe-var:hover { border-color: #ffad80 !important; background: #fff8f4 !important; }
.cf-tech-browser .sxe-selected { color: #ff5a00 !important; }

.cf-tech-loader { padding: 54px 24px; text-align: center; color: var(--tech-muted); }
.cf-tech-spinner { width: 38px; height: 38px; margin: 0 auto 15px; border: 3px solid #dce4ee; border-top-color: #ff6b1a; border-radius: 50%; animation: cf-tech-spin .75s linear infinite; }
@keyframes cf-tech-spin { to { transform: rotate(1turn); } }

.cf-tech-error { padding: 45px 24px; text-align: center; color: #9e2f20; }

.cf-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;
}

.cf-wire-tools {
  position: sticky;
  z-index: 4;
  top: 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid #dde4ed;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 15px 45px -34px rgba(9,24,50,.55);
  backdrop-filter: blur(16px);
}
.cf-wire-search { position: relative; display: block; }
.cf-wire-search svg { position: absolute; top: 50%; left: 17px; width: 20px; height: 20px; fill: none; stroke: #667286; stroke-width: 2; transform: translateY(-50%); pointer-events: none; }
.cf-wire-search input {
  width: 100%;
  min-height: 52px;
  padding: 0 17px 0 49px;
  border: 1px solid #cbd5e1;
  border-radius: 13px;
  outline: none;
  color: #111827;
  background: #fff;
  font: 600 15px/1.3 Arial, Helvetica, sans-serif;
}
.cf-wire-search input:focus { border-color: #1f6dff; box-shadow: 0 0 0 4px rgba(31,109,255,.11); }
.cf-wire-count { min-width: 128px; padding: 12px 14px; border-radius: 12px; color: #4c5b70; background: #e8edf4; text-align: center; font-size: 12px; font-weight: 900; }

.cf-wire-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.cf-wire-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-height: 68px;
  padding: 10px 13px 10px 10px;
  border: 1px solid #e0e5ec;
  border-radius: 15px;
  color: #152033;
  background: #fff;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.cf-wire-item:hover { border-color: #ff9d69; background: #fff9f5; box-shadow: 0 14px 35px -28px rgba(255,90,0,.7); transform: translateY(-1px); }
.cf-wire-item[hidden] { display: none; }
.cf-wire-item__number { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(145deg,#347fff,#145cdf); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.cf-wire-item__title { min-width: 0; font-size: 13px; line-height: 1.35; font-weight: 800; overflow-wrap: anywhere; }
.cf-wire-item__open { color: #64748b; font-size: 11px; font-weight: 800; white-space: nowrap; }
.cf-wire-empty { padding: 42px 20px; border: 1px dashed #cbd5e1; border-radius: 16px; color: #64748b; text-align: center; }

html.cf-wire-viewer-open,
html.cf-wire-viewer-open body { overflow: hidden; }

.cf-wire-dialog {
  width: calc(100vw - 28px);
  height: calc(100dvh - 28px);
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 19px;
  color: #fff;
  background: #0b1017;
  box-shadow: 0 35px 100px rgba(0,0,0,.58);
}
.cf-wire-dialog::backdrop { background: rgba(2,6,12,.83); backdrop-filter: blur(6px); }
.cf-wire-dialog__panel { display: grid; grid-template-rows: auto auto minmax(0, 1fr); width: 100%; height: 100%; }
.cf-wire-dialog__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 15px 13px 19px; border-bottom: 1px solid rgba(255,255,255,.11); }
.cf-wire-dialog__head strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.cf-wire-dialog__head button { display: grid; width: 42px; height: 42px; flex: 0 0 42px; padding: 0; place-items: center; border: 0; border-radius: 12px; color: #fff; background: rgba(255,255,255,.1); font-size: 27px; line-height: 1; cursor: pointer; }
.cf-wire-dialog__toolbar { display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 0; padding: 8px 12px; border-bottom: 1px solid rgba(255,255,255,.1); background: #111923; }
.cf-wire-dialog__tool,
.cf-wire-dialog__zoom { display: inline-flex; min-width: 42px; height: 38px; align-items: center; justify-content: center; gap: 7px; padding: 0 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; color: #fff; background: rgba(255,255,255,.07); text-decoration: none; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.cf-wire-dialog__tool:hover,
.cf-wire-dialog__zoom:hover { border-color: rgba(255,255,255,.22); color: #fff; background: rgba(255,255,255,.13); }
.cf-wire-dialog__tool:active,
.cf-wire-dialog__zoom:active { transform: translateY(1px); }
.cf-wire-dialog__tool:disabled,
.cf-wire-dialog__zoom:disabled { opacity: .38; cursor: wait; }
.cf-wire-dialog__tool svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cf-wire-dialog__zoom { min-width: 62px; padding-inline: 9px; color: #a9c5ff; font-variant-numeric: tabular-nums; }
.cf-wire-dialog__canvas { overflow: hidden; padding: 10px; background: #e8edf3; overscroll-behavior: contain; }
.cf-wire-dialog__canvas iframe { display: block; width: 100%; height: 100%; border: 0; border-radius: 8px; background: #fff; }

.cf-fuse-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 19px;
}

.cf-fuse-search { position: relative; }
.cf-fuse-search svg { position: absolute; left: 17px; top: 50%; width: 20px; height: 20px; color: #667286; transform: translateY(-50%); pointer-events: none; }
.cf-fuse-search input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px 0 49px;
  border: 1px solid #ccd5e1;
  border-radius: 15px;
  outline: none;
  color: #111827;
  background: #fff;
  font: inherit;
  font-size: 15px;
  box-shadow: 0 10px 35px -25px rgba(9,24,50,.5);
}
.cf-fuse-search input:focus { border-color: #1f6dff; box-shadow: 0 0 0 4px rgba(31,109,255,.11); }
.cf-fuse-count { min-width: 135px; padding: 12px 15px; border-radius: 13px; color: #536176; background: #e5ebf2; text-align: center; font-size: 13px; font-weight: 800; }

.cf-fuse-content { padding: clamp(20px, 4vw, 48px); }
.cf-fuse-content center { text-align: left; }
.cf-fuse-content .contentBody,
.cf-fuse-content .ClassContentBody { width: 100%; }
.cf-fuse-content .contentPageTitle,
.cf-fuse-content h2 {
  margin: 7px 0 25px;
  color: #111827;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.cf-fuse-content .ClassSubTitle,
.cf-fuse-content h3 {
  margin: 34px 0 17px;
  padding-left: 14px;
  border-left: 4px solid #ff6b1a;
  color: #101827;
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.2;
  font-weight: 900;
}
.cf-fuse-content img { display: block; width: auto !important; max-width: min(100%, 900px) !important; height: auto !important; margin: 20px auto; border-radius: 15px; }
.cf-fuse-content .overFlowXAuto { overflow-x: auto; margin: 14px 0 33px; border: 1px solid #dce2ea; border-radius: 15px; }
.cf-fuse-content table { width: 100% !important; min-width: 650px; border: 0 !important; border-collapse: collapse; background: #fff; }
.cf-fuse-content th { padding: 14px 16px !important; border: 0 !important; color: #fff; background: #141c28; text-align: left !important; font-size: 12px; line-height: 1.35; letter-spacing: .035em; text-transform: uppercase; }
.cf-fuse-content td { padding: 13px 16px !important; border: 0 !important; border-top: 1px solid #e4e8ee !important; color: #263143; font-size: 14px; line-height: 1.42; }
.cf-fuse-content tr:nth-child(even) td { background: #f7f9fb; }
.cf-fuse-content tr[hidden] { display: none; }
.cf-fuse-empty { display: none; padding: 30px; border: 1px dashed #c5cfdb; border-radius: 15px; color: #657184; text-align: center; }
.cf-fuse-empty.is-visible { display: block; }

.cf-tech-cta { margin-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 29px; border-radius: 21px; color: #fff; background: linear-gradient(120deg, #111923, #152a4d); }
.cf-tech-cta h2 { margin: 0 0 5px; color: #fff; font-size: 24px; letter-spacing: -.025em; }
.cf-tech-cta p { margin: 0; color: rgba(255,255,255,.63); }
.cf-tech-cta a { flex: 0 0 auto; padding: 13px 18px; border-radius: 12px; color: #fff; background: #ff5a00; font-weight: 900; box-shadow: 0 10px 28px rgba(255,90,0,.28); }

@media (max-width: 900px) {
  .cf-tech-intro { grid-template-columns: 1fr; }
  .cf-tech-hero { min-height: 380px; }
  .cf-tech-hero::after { right: -300px; }
  .cf-tech-browser .sxe-row { display: block !important; }
  .cf-tech-browser .sxe-left { width: 100% !important; margin-bottom: 18px !important; }
  .cf-tech-browser .sxe-right { width: 100% !important; }
  .cf-wire-list { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .cf-tech-wrap { width: min(100% - 28px, 1240px); }
  .cf-tech-hero-inner { padding: 59px 0 54px; }
  .cf-tech-breadcrumb { margin-bottom: 22px; }
  .cf-tech-hero h1 { font-size: clamp(34px, 9.8vw, 43px); letter-spacing: -.042em; }
  .cf-tech-main { padding: 45px 0 64px; }
  .cf-tech-panel { border-radius: 18px; }
  .cf-tech-panel-head { align-items: flex-start; flex-direction: column; padding: 17px; }
  .cf-tech-browser, .cf-fuse-content { padding: 14px; }
  .cf-wire-tools { position: static; grid-template-columns: 1fr; padding: 8px; }
  .cf-wire-search input { min-height: 54px; font-size: 16px; }
  .cf-wire-count { justify-self: start; }
  .cf-wire-item { grid-template-columns: 49px minmax(0,1fr); min-height: 64px; padding: 8px; }
  .cf-wire-item__number { width: 46px; height: 46px; }
  .cf-wire-item__title { font-size: 12px; }
  .cf-wire-item__open { display: none; }
  .cf-wire-dialog { width: 100vw; height: 100dvh; border-radius: 0; }
  .cf-wire-dialog__head { min-height: 54px; padding: 6px 8px 6px 13px; }
  .cf-wire-dialog__head button { width: 40px; height: 40px; flex-basis: 40px; }
  .cf-wire-dialog__toolbar { justify-content: space-between; gap: 5px; padding: 6px; }
  .cf-wire-dialog__tool,
  .cf-wire-dialog__zoom { min-width: 40px; height: 40px; padding: 0 9px; }
  .cf-wire-dialog__tool--wide span { display: none; }
  .cf-wire-dialog__zoom { min-width: 56px; }
  .cf-wire-dialog__canvas { padding: 0; }
  .cf-wire-dialog__canvas iframe { border-radius: 0; }
  .cf-fuse-tools { grid-template-columns: 1fr; }
  .cf-fuse-count { justify-self: start; }
  .cf-tech-cta { align-items: flex-start; flex-direction: column; padding: 23px; }
  .cf-tech-cta a { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .cf-tech-spinner { animation-duration: 1.6s; }
}
