:root {
  --blue: #1264e8;
  --blue-dark: #0c4ec2;
  --green: #139a55;
  --orange: #f06b21;
  --ink: #121722;
  --muted: #667085;
  --line: #dbe3ef;
  --soft: #f5f8fc;
  --card: #fff;
  --shadow: 0 14px 35px rgba(20, 38, 75, .08);
  --radius: 8px;
  --fzn-banner-height-desktop: 210px;
  --fzn-banner-height-mobile: 170px;
}

* { box-sizing: border-box; }
html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
body {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  background: #f7f9fc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: clip;
  overscroll-behavior-x: none;
}
@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.fzn-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 52px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
body.admin-bar .fzn-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .fzn-header {
    top: 46px;
  }
}
.fzn-nav {
  max-width: 1480px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.fzn-brand {
  width: 112px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: transform .18s ease, opacity .18s ease;
}
.fzn-brand img {
  width: 100%;
  height: auto;
}
.fzn-brand:hover {
  opacity: .92;
  transform: translateY(-1px);
}
.fzn-menu {
  display: flex;
  gap: 24px;
  align-items: center;
  flex: 1;
}
.fzn-menu a {
  position: relative;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 2px;
  color: #202637;
  font-weight: 800;
  transition: color .18s ease;
}
.fzn-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(.28);
  transform-origin: center;
  transition: opacity .18s ease, transform .18s ease;
}
.fzn-menu a:hover {
  color: var(--blue);
}
.fzn-menu a:hover::after {
  opacity: .9;
  transform: scaleX(1);
}
.fzn-actions { display: flex; gap: 14px; align-items: center; margin-left: auto; flex: 0 0 auto; min-width: max-content; }
.fzn-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--blue);
  color: #172033;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(20, 38, 75, .05);
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.fzn-button:hover {
  color: var(--blue);
  border-color: rgba(18, 100, 232, .32);
  background: #f8fbff;
  box-shadow: 0 12px 26px rgba(18, 100, 232, .12);
  transform: translateY(-2px);
}
.fzn-button-primary {
  color: #fff;
  border-color: var(--blue-dark);
  background: linear-gradient(180deg, #1974ff, #0758df);
  box-shadow: 0 8px 22px rgba(18,100,232,.24);
}
.fzn-button-primary:hover {
  color: #fff;
  border-color: #0758df;
  background: linear-gradient(180deg, #2a80ff, #1264e8);
  box-shadow: 0 14px 30px rgba(18,100,232,.26);
}
.fzn-theme-toggle {
  width: 74px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #edf3fb;
  color: #172033;
  display: inline-grid;
  place-items: center;
  flex: 0 0 74px;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.fzn-theme-toggle-icon {
  width: 64px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
}
.fzn-theme-toggle-icon {
  border-radius: 999px;
  background:
    linear-gradient(90deg, #fff5c7 0 50%, #dceaff 50% 100%);
  box-shadow: inset 0 0 0 1px rgba(18, 100, 232, .13);
}
.fzn-theme-toggle-icon::before,
.fzn-theme-toggle-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.fzn-theme-toggle-icon::before {
  top: 2px;
  left: 2px;
  width: 30px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 0 0 1px rgba(255, 183, 44, .35), 0 3px 8px rgba(20, 38, 75, .12);
  transition: left .18s ease, box-shadow .18s ease, background .18s ease;
  z-index: 1;
}
.fzn-theme-toggle-icon::after {
  inset: 0;
  background:
    radial-gradient(circle at 17px 12px, #ffb72c 0 7px, transparent 8px),
    radial-gradient(circle at 17px 12px, #fff8d9 0 3px, transparent 4px),
    radial-gradient(circle at 48px 12px, #4a67a0 0 7px, transparent 8px);
  pointer-events: none;
  z-index: 2;
}
.fzn-theme-toggle:hover {
  border-color: rgba(18, 100, 232, .28);
  background: #e5f0ff;
  box-shadow: 0 10px 22px rgba(18, 100, 232, .12);
  transform: translateY(-1px);
}
.fzn-menu-toggle {
  display: none;
  width: 58px;
  flex: 0 0 58px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: #172033;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.fzn-menu-toggle:hover {
  border-color: rgba(18, 100, 232, .28);
  background: #f8fbff;
  box-shadow: 0 10px 22px rgba(18, 100, 232, .1);
  transform: translateY(-1px);
}
.fzn-menu-toggle-lines {
  width: 16px;
  display: grid;
  gap: 3px;
  flex: 0 0 16px;
}
.fzn-menu-toggle-lines span {
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.fzn-menu-toggle em {
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
.fzn-mobile-menu {
  display: none;
}
.fzn-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 26px;
}
.fzn-hero {
  position: relative;
  display: grid;
  min-height: var(--fzn-banner-height-desktop);
  overflow: hidden;
  background: #101923;
  border-bottom: 1px solid var(--line);
  cursor: default;
  touch-action: pan-y;
}
.fzn-hero.is-dragging {
  cursor: grabbing;
}
.fzn-hero-track {
  position: absolute;
  inset: 0;
  display: flex;
  background: #101923;
  transition: transform .42s ease;
  will-change: transform;
}
.fzn-hero-slide {
  min-width: 100%;
  height: 100%;
  opacity: .92;
}
.fzn-hero-video,
.fzn-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
.fzn-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(6,10,16,.78), rgba(6,10,16,.23) 56%, rgba(6,10,16,.1));
}
.fzn-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 26px 38px;
  color: #fff;
  justify-self: stretch;
}
.fzn-hero h1 {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.2;
}
.fzn-hero p {
  margin: 0;
  max-width: 520px;
  font-size: 17px;
  color: rgba(255,255,255,.86);
}
.fzn-hero-actions {
  margin-top: 22px;
}
.fzn-hero-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 34px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 7px;
  background: rgba(8, 13, 20, .34);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.fzn-hero-nav:hover {
  border-color: rgba(255,255,255,.48);
  background: rgba(18, 100, 232, .62);
  transform: translateY(-50%) scale(1.04);
}
.fzn-hero-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}
.fzn-hero-nav-prev { left: 18px; }
.fzn-hero-nav-next { right: 18px; }
.fzn-hero-nav-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}
.fzn-hero-nav-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}
.fzn-hero-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 14px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}
.fzn-hero-dots button {
  width: 20px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  cursor: pointer;
  transform-origin: center;
  transition: width .18s ease, height .18s ease, background .18s ease, transform .18s ease;
}
.fzn-hero-dots button:hover {
  height: 8px;
  transform: scale(1.18);
  background: rgba(255,255,255,.82);
}
.fzn-hero-dots button.is-active {
  width: 34px;
  background: #fff;
}
.fzn-hero-cta {
  min-height: 42px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 22px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, .72);
  color: #fff;
  background: transparent;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
  backdrop-filter: blur(4px);
  transition: color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.fzn-hero-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--blue);
  transform: translateY(101%);
  transition: transform .22s ease;
}
.fzn-hero-cta:hover {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .22);
}
.fzn-hero-cta:hover::before {
  transform: translateY(0);
}
.fzn-hero-cta i {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  margin-top: -5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(0) rotate(45deg);
  animation: fzn-hero-arrow-down 1.45s ease-in-out infinite;
  transition: transform .18s ease;
}
.fzn-hero-cta:hover i {
  animation: none;
  transform: translateY(4px) rotate(45deg);
}
/* Keep subpage/product detail banners full-bleed on desktop and mobile.
   Do not reset these to container width: Tarkov, KR, Ring-1 and child product pages rely on this. */
.fzn-subpage-hero {
  width: 100dvw;
  max-width: 100dvw;
  margin-left: calc(50% - 50dvw);
  margin-right: calc(50% - 50dvw);
  border-bottom: 0;
  border-radius: 0;
}
.fzn-detail .fzn-subpage-hero {
  border-radius: 0;
}
.fzn-subpage-hero .fzn-hero-inner {
  display: grid;
  align-content: end;
  width: 100%;
}
.fzn-subpage-hero-video {
  object-position: center 52%;
}
@keyframes fzn-hero-arrow-down {
  0%, 100% {
    transform: translateY(-1px) rotate(45deg);
  }
  50% {
    transform: translateY(4px) rotate(45deg);
  }
}
.fzn-section-head {
  margin: 6px 0 8px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 280px;
  align-items: center;
  gap: 16px;
}
#fzn-game-list {
  scroll-margin-top: 68px;
}
.fzn-section-head h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1;
  align-self: center;
}
.fzn-home-search {
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.fzn-home-search:hover,
.fzn-home-search:focus-within {
  border-color: rgba(18, 100, 232, .32);
  background: #fff;
  box-shadow: 0 14px 32px rgba(18, 100, 232, .1);
}
.fzn-home-search:hover .fzn-home-search-icon,
.fzn-home-search:focus-within .fzn-home-search-icon {
  border-color: var(--blue);
}
.fzn-home-search:hover .fzn-home-search-icon::after,
.fzn-home-search:focus-within .fzn-home-search-icon::after {
  background: var(--blue);
}
.fzn-home-search-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 2px solid #8aa0bb;
  border-radius: 999px;
  position: relative;
}
.fzn-home-search-icon::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: #8aa0bb;
  transform: rotate(45deg);
  transform-origin: center;
}
.fzn-home-search input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #172033;
  outline: none;
}
.fzn-home-search input::placeholder {
  color: #8a98ab;
}
.fzn-home-filter {
  min-width: 0;
  margin: 0;
}
.fzn-home-filter-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  overflow: hidden;
}
.fzn-home-filter-chip {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: #253044;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.fzn-home-filter-chip:hover {
  border-color: rgba(18, 100, 232, .28);
  background: #f6faff;
  color: var(--blue);
  box-shadow: 0 8px 18px rgba(18, 100, 232, .08);
  transform: translateY(-1px);
}
.fzn-home-filter-chip.is-active {
  color: #fff;
  border-color: var(--blue-dark);
  background: linear-gradient(180deg, #1974ff, #0758df);
  box-shadow: 0 8px 18px rgba(18,100,232,.2);
}
.fzn-benefits {
  padding: 28px 0 6px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.fzn-view-product .fzn-container,
.page-template-template-editor-page .fzn-editor-canvas {
  padding-bottom: 10px;
}
.fzn-view-product .fzn-detail,
.page-template-template-editor-page .fzn-editor-page {
  margin-bottom: 0;
}
.fzn-benefit {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  min-width: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.fzn-benefit:hover {
  border-color: rgba(18, 100, 232, .25);
  background: #fbfdff;
  box-shadow: 0 16px 34px rgba(20, 38, 75, .1);
  transform: translateY(-3px);
}
.fzn-benefit-icon {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-grid;
  place-items: center;
  color: var(--blue);
  border: 1px solid rgba(18, 100, 232, .14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18, 100, 232, .1), rgba(18, 100, 232, .04));
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.fzn-benefit:hover .fzn-benefit-icon {
  color: #0758df;
  border-color: rgba(18, 100, 232, .28);
  background: linear-gradient(180deg, rgba(18, 100, 232, .16), rgba(18, 100, 232, .06));
  transform: scale(1.04);
}
.fzn-benefit-icon::before,
.fzn-benefit-icon::after {
  content: "";
  position: absolute;
}
.fzn-benefit-icon-delivery::before {
  width: 22px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 4px;
}
.fzn-benefit-icon-delivery::after {
  width: 4px;
  height: 4px;
  left: 12px;
  bottom: 10px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 16px 0 0 currentColor;
}
.fzn-benefit-icon-update::before {
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 999px;
  transform: rotate(-28deg);
}
.fzn-benefit-icon-update::after {
  right: 10px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(42deg);
}
.fzn-benefit-icon-safe::before {
  width: 22px;
  height: 25px;
  background: currentColor;
  clip-path: polygon(50% 0, 88% 14%, 82% 66%, 50% 100%, 18% 66%, 12% 14%);
  opacity: .9;
}
.fzn-benefit-icon-safe::after {
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-1px) rotate(-45deg);
}
.fzn-benefit-icon-support::before {
  width: 23px;
  height: 18px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 14px 14px 4px 4px;
}
.fzn-benefit-icon-support::after {
  width: 16px;
  height: 11px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0 0 8px 8px;
  transform: translateY(6px);
}
.fzn-benefit-title { font-weight: 900; }
.fzn-benefit-text { margin-top: 4px; color: var(--muted); font-size: 13px; }
.fzn-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.fzn-home-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.fzn-card {
  min-width: 0;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.fzn-card:hover {
  border-color: rgba(18, 100, 232, .25);
  box-shadow: 0 18px 40px rgba(20, 38, 75, .12);
  transform: translateY(-4px);
}
.fzn-card img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}
.fzn-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.04);
}
.fzn-card-body { padding: 12px 10px 12px 11px; }
.fzn-card-title { font-size: 17px; font-weight: 900; margin-bottom: 8px; }
.fzn-home-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.fzn-home-product-cover {
  position: relative;
  overflow: hidden;
}
.fzn-home-product-card img {
  aspect-ratio: 16 / 7.6;
}
.fzn-home-product-card.is-coming-soon img {
  filter: saturate(.42) brightness(.9) contrast(.8);
}
.fzn-home-product-card.is-coming-soon .fzn-home-product-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(78, 84, 96, .28) 0%, rgba(78, 84, 96, .56) 100%),
    radial-gradient(circle at top, rgba(186, 192, 202, .2), transparent 54%);
  pointer-events: none;
  z-index: 1;
}
.fzn-home-product-card.is-coming-soon .fzn-home-product-cover::after {
  content: "即将到来";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  color: #fff;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 900;
  letter-spacing: .18em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, .35);
  pointer-events: none;
  z-index: 2;
}
.fzn-home-product-top {
  display: grid;
  gap: 6px;
}
.fzn-home-product-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}
.fzn-home-product-top .fzn-card-title {
  margin-bottom: 0;
  min-width: 0;
  line-height: 1.25;
}
.fzn-home-product-count {
  flex: 0 0 auto;
  color: #12a150;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.fzn-home-product-game {
  color: #4b92ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .02em;
}
.fzn-home-product-excerpt {
  min-height: 0;
  margin: 7px 0 9px;
  overflow: hidden;
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fzn-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.fzn-home-game-type-tags {
  min-height: 24px;
  max-height: 52px;
  margin: 8px 0 0;
  overflow: hidden;
  align-content: flex-start;
}
.fzn-home-game-type-tags .fzn-tag {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fzn-tag {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
  color: var(--fzn-tag-text, var(--blue));
  background: var(--fzn-tag-bg, #eef4ff);
  border: 1px solid var(--fzn-tag-border, #d8e6ff);
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.fzn-tag:hover {
  border-color: var(--fzn-tag-border, rgba(18, 100, 232, .34));
  background: var(--fzn-tag-hover-bg, #e8f1ff);
  box-shadow: 0 8px 18px var(--fzn-tag-shadow, rgba(18, 100, 232, .1));
  transform: translateY(-1px);
}
.fzn-tag-hot { color: #f05f24; background: #fff2e9; border-color: #ffd5bb; }
.fzn-tag-good { color: var(--green); background: #eaf8f0; border-color: #cdebd9; }
.fzn-products-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding-top: 28px;
}
.fzn-filter,
.fzn-product-card,
.fzn-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.fzn-filter {
  align-self: start;
  position: sticky;
  top: 88px;
  padding: 18px;
}
.fzn-filter h3 { margin: 0 0 14px; }
.fzn-filter-group {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.fzn-filter-group:first-of-type { border-top: 0; }
.fzn-filter label {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 10px 0;
  color: #374151;
}
.fzn-page-head {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 460px);
  gap: 20px;
  align-items: center;
  margin-bottom: 18px;
}
.fzn-breadcrumbs, .fzn-crumb { color: #697386; font-size: 14px; margin-bottom: 8px; }
.fzn-page-title { margin: 0 0 8px; font-size: 30px; }
.fzn-subtitle { color: var(--muted); }
.fzn-live-page {
  padding-bottom: 0;
}
.fzn-live-page .fzn-container {
  padding-top: 26px;
}
.fzn-order-page {
  padding-bottom: 0;
}
.fzn-order-page .fzn-container {
  padding-top: 26px;
}
.fzn-live-section-head {
  grid-template-columns: auto 1fr;
}
.fzn-live-status {
  justify-self: end;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 7px;
  background: #eef8f2;
  border: 1px solid #cfeedd;
}
.fzn-live-status span {
  color: #12a150;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.fzn-live-status em {
  color: #347c55;
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}
.fzn-live-grid {
  margin-top: 0;
}
.fzn-live-card {
  position: relative;
}
.fzn-live-card[hidden] {
  display: none;
}
.fzn-live-player {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0b1017;
}
.fzn-live-player video,
.fzn-live-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.fzn-live-empty {
  margin-top: 14px;
  padding: 42px 18px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}
.fzn-live-empty span {
  display: block;
  color: #182235;
  font-size: 24px;
  font-weight: 900;
}
.fzn-live-empty p {
  margin: 10px 0 0;
  color: var(--muted);
}
.fzn-search {
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.fzn-search:hover,
.fzn-search:focus {
  border-color: rgba(18, 100, 232, .32);
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 100, 232, .1);
  outline: none;
}
.fzn-product-list { display: grid; gap: 14px; }
.fzn-product-card { padding: 18px; }
.fzn-product-main {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 22px;
  align-items: center;
}
.fzn-product-card-featured .fzn-product-main { grid-template-columns: 180px 1fr auto; }
.fzn-product-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
}
.fzn-product-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.fzn-product-title-row h2,
.fzn-product-title-row h3 {
  margin: 0;
  font-size: 24px;
}
.fzn-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  margin: 12px 0;
}
.fzn-info-cell {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .18s ease, box-shadow .18s ease, color .18s ease;
}
.fzn-info-cell:hover {
  background: #f8fbff;
  box-shadow: inset 3px 0 0 rgba(18, 100, 232, .45);
}
.fzn-info-cell:nth-child(2n) { border-right: 0; }
.fzn-info-cell:nth-last-child(-n+2) { border-bottom: 0; }
.fzn-info-cell strong { color: var(--green); }
.fzn-price-grid {
  max-width: 600px;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  margin: 12px 0;
}
.fzn-price-row {
  display: grid;
  grid-template-columns: 100px repeat(auto-fit, minmax(82px, 1fr));
  border-bottom: 1px solid var(--line);
  transition: background .18s ease, box-shadow .18s ease;
}
.fzn-price-row:last-child {
  border-bottom: 0;
}
.fzn-price-row:hover {
  background: #f8fbff;
  box-shadow: inset 3px 0 0 rgba(18, 100, 232, .45);
}
.fzn-price-cell {
  padding: 9px 12px;
  text-align: center;
  border-right: 1px solid var(--line);
  white-space: nowrap;
}
.fzn-price-cell:last-child { border-right: 0; }
.fzn-price-cell:first-child {
  text-align: left;
  font-weight: 900;
  background: #f3f6fb;
}
.fzn-price-row:hover .fzn-price-cell:first-child {
  background: rgba(18, 100, 232, .08);
}
.fzn-price-number { color: var(--blue); font-weight: 900; font-size: 17px; }
.fzn-product-actions {
  min-width: 230px;
  display: grid;
  gap: 12px;
}
.fzn-product-actions .fzn-button { width: 100%; }
.fzn-warning {
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid #ffd8bd;
  border-radius: 6px;
  color: #df5b13;
  background: #fff4ec;
  font-weight: 800;
}
.fzn-detail { padding-top: 22px; }
.fzn-detail-hero {
  min-height: var(--fzn-banner-height-desktop);
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-position: center;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.fzn-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,9,14,.82), rgba(5,9,14,.3));
}
.fzn-detail-hero > * {
  position: relative;
  z-index: 1;
}
.fzn-detail-hero h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.15;
}
.fzn-detail-grid,
.fzn-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  margin-top: 20px;
}
.fzn-detail-main,
.fzn-detail-side,
.fzn-order-box,
.fzn-order-side {
  padding: 22px;
}
.fzn-detail-main {
  align-self: start;
}
.fzn-detail-side,
.fzn-order-side {
  align-self: start;
  position: sticky;
  top: 88px;
  display: grid;
  gap: 12px;
}
.fzn-detail-side h2,
.fzn-order-side h2,
.fzn-feature-block h2 {
  margin: 0 0 8px;
  font-size: 20px;
}
.fzn-price-grid-wide { max-width: none; }
.fzn-feature-block {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  transition: border-color .18s ease;
}
.fzn-feature-block:hover {
  border-top-color: rgba(18, 100, 232, .34);
}
.fzn-coming-soon-page {
  margin-top: 18px;
}
.fzn-coming-soon-card {
  display: grid;
  gap: 18px;
  padding: 32px 28px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(25, 116, 255, .18);
  background:
    linear-gradient(135deg, rgba(25, 116, 255, .12), transparent 34%),
    linear-gradient(180deg, #ffffff, #f5f8fc);
}
.fzn-coming-soon-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #445066;
  background: #edf1f6;
  border: 1px solid #d5dce6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.fzn-coming-soon-card h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
}
.fzn-coming-soon-card > p {
  margin: 0;
  color: #4f5f76;
  font-size: 16px;
  line-height: 1.8;
}
.fzn-coming-soon-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fzn-coming-soon-copy span,
.fzn-category-empty-steps span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  background: #eef5ff;
  border: 1px solid #cfe0f7;
  color: #1d4f91;
  font-size: 13px;
  font-weight: 850;
}
.fzn-coming-soon-copy p {
  margin: 0;
  color: #4f5f76;
  line-height: 1.8;
}
.fzn-coming-soon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fzn-coming-soon-actions .fzn-button {
  min-width: 148px;
  justify-content: center;
}
.fzn-category-empty {
  display: grid;
  gap: 14px;
  margin: 8px 0 18px;
  padding: 26px 24px;
  border-radius: 8px;
  border: 1px solid rgba(25, 116, 255, .16);
  background:
    linear-gradient(135deg, rgba(25, 116, 255, .10), transparent 36%),
    linear-gradient(180deg, #ffffff, #f6f9fd);
}
.fzn-category-empty-eyebrow {
  width: fit-content;
  color: #1d5fbf;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.fzn-category-empty h2 {
  margin: 0;
  color: #152033;
  font-size: 26px;
  line-height: 1.25;
}
.fzn-category-empty p {
  max-width: 760px;
  margin: 0;
  color: #53647a;
  line-height: 1.8;
}
.fzn-category-empty-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fzn-kr-detail {
  padding-top: 0;
}
.fzn-kr-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}
.fzn-kr-hero-chip {
  min-height: 24px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border-radius: 5px;
  color: #e7eef9;
  background: rgba(11, 19, 30, .78);
  border: 1px solid rgba(255, 255, 255, .1);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
}
.fzn-kr-hero-chip-good,
.fzn-kr-hero-chip.is-good {
  color: #b8f6cd;
  background: rgba(7, 93, 48, .8);
  border-color: rgba(116, 235, 155, .22);
}
.fzn-kr-hero-chip.is-warn {
  color: #ffd3b8;
  background: rgba(132, 62, 14, .82);
  border-color: rgba(255, 178, 126, .28);
}
.fzn-kr-hero-chip.is-danger {
  color: #ffd1d1;
  background: rgba(137, 33, 33, .84);
  border-color: rgba(255, 107, 107, .3);
}
.fzn-kr-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
  margin-top: 14px;
}
.fzn-kr-detail .fzn-kr-wide-hero {
  border-radius: 0;
}
.fzn-kr-wide-hero .fzn-hero-inner {
  display: grid;
  align-content: end;
  gap: 10px;
}
.fzn-kr-wide-hero h1 {
  margin-bottom: 0;
}
.fzn-kr-detail-main,
.fzn-kr-detail-side {
  min-width: 0;
}
.fzn-kr-detail-main {
  display: grid;
  gap: 14px;
}
.fzn-kr-media-card,
.fzn-kr-feature-card,
.fzn-kr-gallery-section,
.fzn-kr-rules,
.fzn-kr-side-card,
.fzn-kr-side-actions {
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(20, 38, 75, .06);
}
.fzn-kr-media-card {
  overflow: hidden;
}
.fzn-kr-primary-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #091017;
}
.fzn-kr-primary-media video,
.fzn-kr-primary-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.fzn-kr-primary-media video {
  object-fit: contain;
  background: #05090e;
}
.fzn-kr-primary-media .fzn-video-player-ui {
  width: 100%;
  height: 100%;
}
.fzn-kr-detail-tabs {
  min-height: 44px;
  display: flex;
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
}
.fzn-kr-detail-tabs a {
  min-width: 0;
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  position: relative;
  color: #637083;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
.fzn-kr-detail-tabs a + a {
  border-left: 1px solid #e7edf6;
}
.fzn-kr-detail-tabs a.is-active,
.fzn-kr-detail-tabs a:hover {
  color: #0b63e5;
  background: #f7fbff;
}
.fzn-kr-detail-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: #1264e8;
}
.fzn-kr-gallery-section {
  padding: 13px;
}
.fzn-kr-feature-card {
  padding: 13px;
}
.fzn-kr-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.fzn-kr-feature-grid span {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #dbeafe;
  border-radius: 7px;
  background: #f8fbff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
@media (hover: hover) and (pointer: fine) {
  .fzn-kr-feature-grid span:hover {
    border-color: rgba(18, 100, 232, .34);
    background: #e8f1ff;
    box-shadow: 0 8px 18px rgba(18, 100, 232, .1);
    transform: translateY(-1px);
  }
}
.fzn-kr-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.fzn-kr-section-title h2,
.fzn-kr-rules h2,
.fzn-kr-side-card h2 {
  margin: 0;
  color: #111827;
  font-size: 17px;
  line-height: 1.2;
}
.fzn-kr-section-title a {
  flex: 0 0 auto;
  color: #8a96a8;
  font-size: 12px;
  font-weight: 900;
}
.fzn-kr-section-title a:hover {
  color: #1264e8;
}
.fzn-kr-media-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.fzn-kr-media-strip button {
  min-width: 0;
  display: grid;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #172033;
  text-align: left;
  cursor: pointer;
}
.fzn-kr-thumb-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  border: 2px solid transparent;
  background: #0b111a;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.fzn-kr-thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fzn-kr-thumb-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.fzn-kr-thumb-image em {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, .92);
  background: rgba(5, 9, 14, .45);
  transform: translate(-50%, -50%);
}
.fzn-kr-thumb-image em::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 9px;
  border-left: 11px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.fzn-kr-media-strip button:hover .fzn-kr-thumb-image,
.fzn-kr-media-strip button.is-active .fzn-kr-thumb-image {
  border-color: #1264e8;
  box-shadow: 0 10px 20px rgba(18, 100, 232, .18);
  transform: translateY(-1px);
}
.fzn-kr-media-strip strong {
  min-width: 0;
  overflow: hidden;
  color: #1f2937;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fzn-kr-rules {
  padding: 14px 16px;
}
.fzn-kr-rules-mobile {
  display: none;
}
.fzn-kr-rules ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.fzn-kr-rules li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}
.fzn-kr-rules li::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: 2px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, transparent 46%, #fff 47% 57%, transparent 58%) 48% 57% / 8px 8px no-repeat,
    #15a35b;
}
.fzn-kr-rules .fzn-kr-rule-image {
  display: block;
}
.fzn-kr-rules .fzn-kr-rule-image::before {
  display: none;
}
.fzn-kr-rules .fzn-kr-rule-image img {
  display: block;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #e5edf7;
}
.fzn-kr-detail-side {
  position: sticky;
  top: 76px;
  display: grid;
  gap: 12px;
}
.fzn-kr-side-card {
  padding: 17px 18px;
}
.fzn-kr-side-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.fzn-kr-side-list div {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 5px;
  align-items: center;
  color: #374151;
  font-size: 14px;
}
.fzn-kr-side-list .fzn-kr-side-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}
.fzn-kr-side-info-grid div {
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 4px;
  min-width: 0;
}
.fzn-kr-side-info-grid .fzn-kr-side-info-wide {
  grid-column: 1 / -1;
  grid-template-columns: 68px minmax(0, 1fr);
}
.fzn-kr-side-info-grid strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fzn-kr-side-list .fzn-kr-side-badge-row {
  align-items: start;
}
.fzn-kr-side-badge-row .fzn-system-badges,
.fzn-kr-side-badge-row .fzn-platform-badges {
  gap: 5px;
}
.fzn-kr-side-list span,
.fzn-kr-side-prices > span {
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
}
.fzn-kr-side-list span {
  white-space: nowrap;
}
.fzn-kr-side-list strong,
.fzn-kr-side-list em {
  color: #15965a;
  font-style: normal;
  font-weight: 900;
}
.fzn-kr-side-list strong.is-good,
.fzn-dark-meta strong.is-good {
  color: #139a55;
}
.fzn-kr-side-list strong.is-warn {
  color: #f06b21;
}
.fzn-kr-side-list strong.is-danger,
.fzn-dark-meta strong.is-danger {
  color: #e54848;
}
.fzn-kr-side-prices {
  display: grid;
  grid-template-columns: max-content repeat(var(--fzn-kr-price-card-count, 4), max-content);
  column-gap: 16px;
  row-gap: 8px;
  align-items: baseline;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e5edf7;
}
.fzn-kr-side-prices > span {
  grid-column: 1 / -1;
}
.fzn-kr-side-prices.is-one-card {
  column-gap: 28px;
  grid-template-columns: max-content repeat(var(--fzn-kr-price-card-count, 1), max-content);
  justify-content: center;
}
.fzn-kr-side-prices.is-two-cards {
  column-gap: 34px;
  grid-template-columns: max-content repeat(var(--fzn-kr-price-card-count, 2), max-content);
  justify-content: center;
}
.fzn-kr-side-prices.is-three-cards {
  column-gap: 22px;
  grid-template-columns: max-content repeat(var(--fzn-kr-price-card-count, 3), minmax(max-content, 1fr));
}
.fzn-kr-side-prices.is-four-cards {
  column-gap: 14px;
}
.fzn-kr-side-prices.is-many-cards {
  column-gap: 8px;
}
.fzn-kr-side-price-row {
  display: contents;
  grid-column: 1 / -1;
  color: #374151;
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}
.fzn-kr-side-prices.is-many-cards .fzn-kr-side-price-row {
  font-size: 11px;
}
.fzn-kr-side-price-row strong {
  min-width: 0;
  color: #1f2937;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}
.fzn-kr-side-price-row em {
  min-width: 0;
  max-width: none;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #334155;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}
.fzn-kr-side-price-row b {
  flex: 0 0 auto;
  margin-left: 1px;
  color: #1264e8;
}
.fzn-kr-side-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px;
}
.fzn-kr-side-actions .fzn-button {
  width: 100%;
  justify-content: center;
}
.fzn-kr-side-actions .fzn-button-primary {
  grid-column: auto;
}
.fzn-kr-side-notice {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid #ffd8bd;
  border-radius: 8px;
  background: #fff7ef;
  color: #9a4a13;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}
.fzn-kr-side-notice strong {
  color: #df5b13;
  font-size: 14px;
}
.fzn-kr-side-notice p {
  margin: 0;
}
.fzn-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 28px;
  background: rgba(5, 9, 14, .68);
}
.fzn-lightbox-panel {
  position: relative;
  display: grid;
  place-items: center;
  width: min(var(--fzn-lightbox-panel-width, 720px), calc(100vw - 56px));
  min-width: 0;
  height: min(var(--fzn-lightbox-panel-height, 520px), calc(100vh - 56px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  background: rgba(6, 12, 20, .92);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .42);
  transition: width .18s ease, height .18s ease;
}
.fzn-dma-showcase-lightbox-panel {
  max-width: 1200px;
  max-height: 860px;
}
.fzn-lightbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
  transform-origin: center;
}
.fzn-lightbox video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  border-radius: 8px;
  background: #05090e;
  object-fit: contain;
}
.fzn-lightbox .fzn-video-player-ui {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.fzn-lightbox .fzn-video-player-ui > video {
  width: auto;
  height: auto;
}
.fzn-lightbox img[hidden],
.fzn-lightbox video[hidden] {
  display: none !important;
}
.fzn-video-player-ui {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.fzn-video-player-ui > video {
  width: 100%;
  height: 100%;
}
.fzn-video-toggle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(8, 17, 29, .68);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: opacity .18s ease, transform .18s ease, background .18s ease;
}
.fzn-video-toggle:hover {
  background: rgba(8, 17, 29, .82);
  transform: translate(-50%, -50%) scale(1.04);
}
.fzn-video-toggle[data-fzn-video-visible="0"] {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.94);
}
.fzn-video-toggle[hidden] {
  display: none !important;
}
.fzn-video-toggle::before {
  content: "";
  display: block;
}
.fzn-video-toggle[data-fzn-video-state="paused"]::before {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #ffffff;
}
.fzn-video-toggle[data-fzn-video-state="playing"]::before {
  width: 24px;
  height: 30px;
  background: linear-gradient(90deg, #ffffff 0 8px, transparent 8px 16px, #ffffff 16px 24px);
}
.fzn-lightbox.is-zoomed img {
  cursor: grab;
  transition: none;
}
.fzn-lightbox.is-reading-mode {
  padding: 0;
  background: #05090e;
}
.fzn-lightbox.is-reading-mode .fzn-lightbox-panel {
  width: 100vw;
  height: 100vh;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #05090e;
  overflow: hidden;
}
.fzn-lightbox.is-reading-mode img {
  max-width: 100vw;
  max-height: 100vh;
  border-radius: 0;
}
.fzn-lightbox-open {
  overflow: hidden;
}
.fzn-lightbox-close,
.fzn-lightbox-fullscreen,
.fzn-lightbox-nav {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .26);
  background: rgba(14, 22, 32, .72);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.fzn-lightbox-close {
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
}
.fzn-lightbox-close::before,
.fzn-lightbox-close::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: 19px;
  height: 2px;
  background: currentColor;
}
.fzn-lightbox-close::before {
  transform: rotate(45deg);
}
.fzn-lightbox-close::after {
  transform: rotate(-45deg);
}
.fzn-lightbox-fullscreen {
  top: 18px;
  right: 66px;
  min-width: 58px;
  height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}
.fzn-lightbox-nav {
  top: 50%;
  width: 42px;
  height: 54px;
  border-radius: 8px;
  transform: translateY(-50%);
}
.fzn-lightbox-prev {
  left: 18px;
}
.fzn-lightbox-next {
  right: 18px;
}
.fzn-lightbox-nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-left: 3px solid currentColor;
  border-top: 3px solid currentColor;
}
.fzn-lightbox-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}
.fzn-lightbox-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}
.fzn-lightbox:fullscreen {
  padding: 0;
  place-items: center;
  background: #05090e;
}
.fzn-lightbox:fullscreen .fzn-lightbox-panel {
  width: 100vw;
  min-width: 0;
  height: 100vh;
  border: 0;
  border-radius: 0;
  transition: none;
}
.fzn-category-band {
  margin-top: 24px;
}
.fzn-all-head {
  padding-top: 24px;
}
.fzn-category-page {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 0 20px;
  color: #172033;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
}
.fzn-category-hero {
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: var(--fzn-banner-height-desktop);
  padding: 28px max(26px, calc((100vw - 1480px) / 2 + 26px)) 22px;
  display: grid;
  align-content: end;
  gap: 16px;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 0 !important;
}
.fzn-category-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 9, 14, .18), rgba(5, 9, 14, .68)),
    linear-gradient(90deg, rgba(5, 9, 14, .96), rgba(5, 9, 14, .58) 58%, rgba(5, 9, 14, .26));
}
.fzn-category-hero > * {
  position: relative;
  z-index: 1;
}
.fzn-category-crumb {
  color: rgba(233, 240, 255, .76);
  font-size: 14px;
}
.fzn-hero-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
  font-weight: 800;
}
.fzn-hero-breadcrumbs a {
  color: rgba(255, 255, 255, .86);
  text-decoration: none;
}
.fzn-hero-breadcrumbs a:hover {
  color: #fff;
}
.fzn-category-hero-copy h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.04;
}
.fzn-category-hero-copy p {
  margin: 8px 0 0;
  color: rgba(233, 240, 255, .84);
  font-size: 18px;
}
.fzn-category-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.fzn-summary-pill {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 8px;
  background: rgba(8, 14, 22, .84);
  border: 0 !important;
  box-shadow: none !important;
  font-weight: 800;
  letter-spacing: 0;
}
.fzn-summary-pill-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(8, 14, 22, .38);
}
.fzn-summary-pill-good {
  color: #baf6cc;
}
.fzn-summary-pill-plain {
  color: #edf3ff;
}
.fzn-category-toolbar {
  padding: 14px 0 6px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}
.fzn-category-shell {
  padding: 14px 0 18px;
  background: transparent !important;
}
body.fzn-view-category .fzn-category-page {
  margin-bottom: 18px;
  padding-bottom: 0;
}
body.fzn-view-category .fzn-category-shell {
  padding-bottom: 6px;
}
body.fzn-view-category .fzn-category-benefits {
  margin-bottom: 0;
}
body.fzn-view-category .fzn-footer {
  margin-top: 12px;
}
.fzn-category-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fzn-chip,
.fzn-filter-button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  border: 0 !important;
  background: #edf3fb;
  color: #202637;
  font-weight: 800;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  outline: none;
}
.fzn-chip.is-active {
  background: linear-gradient(180deg, #1974ff, #0758df);
  border-color: transparent !important;
  color: #fff;
}
.fzn-filter-button {
  min-width: 102px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fzn-filter-button-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px;
  position: relative;
}
.fzn-filter-button-icon::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: -5px;
  height: 2px;
  background: currentColor;
}
.fzn-category-awards {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 12px;
  margin: 8px 0 20px;
}
.fzn-award-card {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: #fff;
  border: 1px solid #dce6f2;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(20, 38, 75, .055);
}
.fzn-award-card-primary {
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
  border-color: rgba(18, 100, 232, .22);
}
.fzn-award-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: #1264e8;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.fzn-award-card div {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.fzn-award-card strong {
  color: #172033;
  font-size: 17px;
  line-height: 1.2;
}
.fzn-award-card span:last-child {
  color: #667085;
  font-size: 13px;
  line-height: 1.3;
}
.fzn-dark-list {
  padding: 6px 0 0;
  display: grid;
  gap: 16px;
}
.fzn-dark-card,
.fzn-dma-card {
  display: grid;
  grid-template-columns: 192px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(20, 38, 75, .055);
}
.fzn-dark-card:hover,
.fzn-dma-card:hover {
  border-color: #cdd8e8;
  box-shadow: 0 18px 36px rgba(20, 38, 75, .09);
}
.fzn-dark-card-media img,
.fzn-dma-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #dbe3ef;
}
.fzn-dark-card-body {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  grid-template-areas:
    "top top"
    "meta prices"
    "bottom bottom";
  align-content: start;
  gap: 12px;
}
.fzn-dark-card-topline {
  grid-area: top;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}
.fzn-dark-card-head {
  display: flex;
  align-items: center;
  gap: 10px 12px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.fzn-dark-card-head h2,
.fzn-dark-card-head h3 {
  margin: 0;
  color: #172033;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}
.fzn-dark-card-summary {
  display: none;
}
.fzn-dark-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 10px 24px;
  color: #172033;
  font-size: 15px;
  border-top: 0;
  border-bottom: 0;
}
.fzn-dark-meta-table {
  grid-area: meta;
  padding-top: 0;
  max-width: 720px;
}
.fzn-dark-meta-double-preview {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  max-width: none;
}
.fzn-dark-card-kr-preview .fzn-dark-meta-double-preview {
  width: 100%;
}
.fzn-dark-card-kr-preview .fzn-dark-card-body {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 430px);
  grid-template-areas:
    "top prices"
    "meta prices"
    "summary bottom";
  column-gap: 28px;
  row-gap: 12px;
  align-items: start;
}
.fzn-dark-card-kr-preview .fzn-dark-prices-compact {
  margin-top: 76px;
  align-self: start;
  justify-self: stretch;
  padding: 2px 0;
}
.fzn-dark-card-kr-preview .fzn-dark-price-row {
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}
.fzn-dark-card-kr-preview .fzn-dark-price-name {
  width: 54px;
  padding-top: 0;
  display: block;
  white-space: nowrap;
}
.fzn-dark-card-kr-preview .fzn-dark-price-name-spread {
  letter-spacing: 1em;
}
.fzn-dark-card-kr-preview .fzn-dark-price-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 10px;
}
.fzn-dark-card-kr-preview .fzn-dark-price-values span {
  justify-content: start;
  min-width: 0;
}
.fzn-dark-card-kr-preview .fzn-dark-price-values span + span::before {
  content: none;
}
.fzn-dark-card-kr-preview {
  align-items: center;
  padding: 18px 20px;
}
.fzn-dark-card-kr-preview .fzn-dark-card-media {
  display: flex;
  align-items: center;
  align-self: center;
}
@media (min-width: 901px) {
  .fzn-dark-card-kr-only {
    align-items: stretch;
    grid-template-columns: 228px minmax(0, 1fr);
  }

  .fzn-dark-card-kr-only .fzn-dark-card-media {
    align-items: stretch;
    align-self: stretch;
    min-height: 192px;
    max-height: 256px;
    height: 100%;
    overflow: hidden;
  }

  .fzn-dark-card-kr-only .fzn-dark-card-media img {
    height: 100%;
    min-height: 192px;
    max-height: 256px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center center;
  }
}
.fzn-dark-card-kr-preview .fzn-dark-card-bottom {
  grid-area: bottom;
  align-self: start;
  justify-self: stretch;
  margin-top: 12px;
}
.fzn-dark-card-kr-preview .fzn-dark-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  justify-content: stretch;
  width: 100%;
}

.fzn-dark-card-kr-preview .fzn-dark-card-actions .fzn-button {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
.fzn-dark-card-kr-preview .fzn-dark-inline-info-meta {
  grid-area: summary;
  grid-column: auto;
  grid-template-columns: 1fr;
  gap: 0;
  padding-top: 0;
}
.fzn-dark-card-kr-preview .fzn-dark-inline-info-meta .fzn-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px 6px;
  max-width: 720px;
}
.fzn-dark-card-kr-preview .fzn-dark-inline-info-meta .fzn-tag {
  flex: 0 0 auto;
  min-height: 24px;
  padding: 0 8px;
  font-size: 13px;
  white-space: nowrap;
  justify-content: center;
  background: rgba(18, 100, 232, .05);
  border-color: rgba(18, 100, 232, .18);
}
.fzn-dark-card-kr-only .fzn-dark-card-body {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 392px);
  grid-template-areas:
    "top side"
    "meta side"
    "summary side";
  column-gap: 24px;
  row-gap: 10px;
  align-items: start;
}
.fzn-dark-card-kr-only .fzn-kr-side-rail {
  grid-area: side;
  display: grid;
  align-content: start;
  align-self: center;
  gap: 3px;
  width: 100%;
  min-width: 0;
  padding-top: 8px;
}
.fzn-dark-card-kr-only .fzn-dark-prices-compact {
  grid-area: auto;
  margin-top: 0;
  padding: 0;
  width: 100%;
  justify-self: stretch;
  align-self: start;
}
.fzn-dark-card-kr-only .fzn-dark-price-row {
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 3px 0;
  min-height: 28px;
}
.fzn-dark-card-kr-only .fzn-dark-price-row + .fzn-dark-price-row {
  border-top: 1px solid rgba(151, 166, 190, .22);
}
.fzn-dark-card-kr-only .fzn-dark-price-name {
  width: 100%;
  font-size: 13px;
}
.fzn-dark-card-kr-only .fzn-dark-price-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.fzn-dark-card-kr-only .fzn-dark-price-values span {
  min-width: 0;
  justify-content: flex-start;
  gap: 4px;
}
.fzn-dark-card-kr-only .fzn-dark-price-values span + span::before {
  content: none;
}
.fzn-dark-card-kr-only .fzn-dark-card-bottom {
  grid-area: auto;
  margin-top: 0;
  width: 100%;
  justify-self: stretch;
  align-self: start;
}
.fzn-dark-card-kr-only .fzn-dark-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}
.fzn-dark-card-kr-only .fzn-dark-card-actions .fzn-button {
  min-height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}
.fzn-kr-platform-mobile {
  display: none;
}
.fzn-kr-mobile-badge-block {
  display: none;
}
.fzn-kr-mobile-meta-compact {
  display: none;
}
.fzn-dark-inline-info {
  grid-area: summary;
  display: grid;
  gap: 12px;
  width: 100%;
  padding-top: 4px;
}
.fzn-dark-inline-info-meta {
  grid-area: auto;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 14px 24px;
  padding-top: 6px;
  align-items: start;
}
.fzn-dark-inline-info-meta .fzn-dark-expand-block:first-child {
  grid-column: 1 / -1;
}
.fzn-dark-meta-col {
  display: grid;
  gap: 10px;
}
.fzn-dark-meta-double-preview .fzn-dark-meta-item {
  min-height: 30px;
}
.fzn-dark-expand-toggle {
  grid-area: toggle;
  justify-self: center;
  min-height: 28px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: #4b92ff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.fzn-dark-expand-toggle:hover {
  color: #1264e8;
}
.fzn-dark-expand-panel {
  grid-area: extra;
  display: grid;
  gap: 12px;
  width: 100%;
  padding: 8px 0 0;
  border-top: 1px solid #dbe3ef;
  background: transparent;
}
.fzn-dark-expand-panel[hidden] {
  display: none;
}
.fzn-dark-expand-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
.fzn-dark-expand-block {
  display: grid;
  gap: 8px;
  padding: 0;
}
.fzn-dark-expand-block h3 {
  margin: 0;
  color: #172033;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}
.fzn-dark-expand-block p {
  margin: 0;
  color: #5d6c80;
  font-size: 14px;
  line-height: 1.6;
}
.fzn-dark-inline-info-meta .fzn-tags {
  gap: 8px 10px;
}
.fzn-dark-inline-info-meta .fzn-tag {
  min-height: 28px;
  min-width: 82px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  padding: 5px 12px;
}
.fzn-dark-meta-item {
  min-height: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0 0 30px;
  position: relative;
  border-bottom: 0;
  background: transparent;
  border-radius: 0;
}
.fzn-dark-meta-item::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #4b92ff;
}
.fzn-dark-meta-item > *:first-child {
  margin-left: 0;
}
.fzn-dark-meta-item-security::before,
.fzn-dark-meta-item-system::before,
.fzn-dark-meta-item-platform::before,
.fzn-dark-meta-item-device::before,
.fzn-dark-meta-item.fzn-meta-icon-ring-dot::before {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid #4b92ff;
  background: rgba(75, 146, 255, .12);
  box-sizing: border-box;
}
.fzn-dark-meta-item-security::after,
.fzn-dark-meta-item-system::after,
.fzn-dark-meta-item-platform::after,
.fzn-dark-meta-item-device::after,
.fzn-dark-meta-item.fzn-meta-icon-ring-dot::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #4b92ff;
  transform: translate(-50%, -50%);
}
.fzn-dark-meta-item-platform-logos {
  padding-left: 0;
}
.fzn-dark-meta-item-system-logos {
  padding-left: 0;
}
.fzn-dark-meta-item-hardware-logos {
  padding-left: 0;
}
.fzn-dark-meta-item-system-logos.fzn-dark-meta-item-system-leading {
  padding-left: 30px;
}
.fzn-dark-meta-item-platform-logos.fzn-dark-meta-item-platform-leading {
  padding-left: 30px;
}
.fzn-dark-meta-item-hardware-logos.fzn-dark-meta-item-platform-leading {
  padding-left: 30px;
}
.fzn-dark-meta-item-system-logos::before,
.fzn-dark-meta-item-system-logos::after,
.fzn-dark-meta-item-platform-logos::before,
.fzn-dark-meta-item-platform-logos::after,
.fzn-dark-meta-item-hardware-logos::before,
.fzn-dark-meta-item-hardware-logos::after {
  display: none;
}
.fzn-dark-meta-item-system-logos.fzn-dark-meta-item-system-leading::before,
.fzn-dark-meta-item-system-logos.fzn-dark-meta-item-system-leading::after,
.fzn-dark-meta-item-platform-logos.fzn-dark-meta-item-platform-leading::before,
.fzn-dark-meta-item-platform-logos.fzn-dark-meta-item-platform-leading::after,
.fzn-dark-meta-item-hardware-logos.fzn-dark-meta-item-platform-leading::before,
.fzn-dark-meta-item-hardware-logos.fzn-dark-meta-item-platform-leading::after {
  display: block;
}
.fzn-system-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fzn-dark-meta-item-system-logos .fzn-system-badges {
  width: 100%;
}
.fzn-system-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px 0 6px;
  border-radius: 999px;
  border: 1px solid #d8e6ff;
  background: #eef6ff;
  color: #172033;
}
.fzn-system-badge-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
}
.fzn-system-badge-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.fzn-system-badge-text {
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.fzn-dark-meta-item.fzn-meta-icon-hex-soft::before {
  width: 18px;
  height: 18px;
  background: #4b92ff;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  border-radius: 0;
}
.fzn-dark-meta-item.fzn-meta-icon-hex-soft::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.fzn-dark-meta-item-status.fzn-status-normal::before {
  width: 20px;
  height: 20px;
  border-radius: 0;
  clip-path: inset(0 round 5px);
  background: #2ed17f;
}
.fzn-dark-meta-item-status.fzn-status-normal::after,
.fzn-dark-meta-item-status.fzn-status-maintenance::after,
.fzn-dark-meta-item-status.fzn-status-detected::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 1;
}
.fzn-dark-meta-item-status.fzn-status-normal::after {
  width: 11px;
  height: 7px;
  margin-top: 0;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(-50%, -55%) rotate(-45deg);
}
.fzn-dark-meta-item-status.fzn-status-maintenance::before {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #f0a548;
}
.fzn-dark-meta-item-status.fzn-status-maintenance::after {
  width: 10px;
  height: 2px;
  margin-top: 0;
  background: #fff;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}
.fzn-dark-meta-item-status.fzn-status-detected::before {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #f05656;
}
.fzn-dark-meta-item-status.fzn-status-detected::after {
  width: 10px;
  height: 10px;
  margin-top: 0;
  background:
    linear-gradient(45deg, transparent 42%, #fff 42%, #fff 58%, transparent 58%),
    linear-gradient(-45deg, transparent 42%, #fff 42%, #fff 58%, transparent 58%);
  transform: translate(-50%, -50%);
}
.fzn-dark-meta-label {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  flex: 0 0 62px;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}
.fzn-dark-meta strong,
.fzn-dark-meta-item > span:last-child {
  font-size: 15px;
  line-height: 1.35;
}
.fzn-platform-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fzn-dark-meta-item-platform-logos .fzn-platform-badges {
  width: 100%;
}
.fzn-platform-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px 0 6px;
  border-radius: 999px;
  border: 1px solid #d9e4f2;
  background: #f8fbff;
  color: #172033;
}
.fzn-platform-badge-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
}
.fzn-platform-badge-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.fzn-platform-badge-text {
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.fzn-platform-badge-steam {
  background: #eef4ff;
  border-color: #d8e6ff;
}
.fzn-platform-badge-epic {
  background: #f7f8fa;
  border-color: #dfe3e8;
}
.fzn-platform-badge-ea {
  background: #fff1ef;
  border-color: #f3c1ba;
}
.fzn-platform-badge-origin {
  background: #fff4ea;
  border-color: #f7cda8;
}
.fzn-platform-badge-ubisoft {
  background: #eef2f7;
  border-color: #d6ddea;
}
.fzn-platform-badge-microsoft {
  background: #f7fbff;
  border-color: #d7e5f5;
}
.fzn-platform-badge-blizzard {
  background: #edf3ff;
  border-color: #d4e0ff;
}
.fzn-platform-badge-bsg {
  background: #fff4e8;
  border-color: #f2d6b6;
}
.fzn-hardware-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fzn-dark-meta-item-hardware-logos .fzn-hardware-badges {
  width: 100%;
}
.fzn-hardware-image-badges {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}
.fzn-system-image-badge,
.fzn-platform-image-badge,
.fzn-hardware-image-badge {
  display: block;
  height: 20px;
  width: auto;
  max-width: min(82px, 100%);
  border-radius: 999px;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(15, 23, 42, .1));
}
.fzn-hardware-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px 0 6px;
  border-radius: 999px;
  border: 1px solid #d9e4f2;
  background: #f8fbff;
  color: #172033;
}
.fzn-hardware-badge-intel,
.fzn-hardware-badge-amd {
  position: relative;
  min-height: 36px;
  max-width: 100%;
  overflow: hidden;
  border-width: 2px;
  box-shadow: 0 6px 14px rgba(15, 23, 42, .12);
}
.fzn-hardware-badge-intel {
  min-width: 132px;
  padding: 0 38px 0 0;
  gap: 10px;
  border-color: #1f78f1;
  background: linear-gradient(90deg, #1f78f1 0 52px, #ffffff 52px 100%);
  color: #1560db;
}
.fzn-hardware-badge-intel::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 34px;
  height: 18px;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 100% 2px, #2b7ff4 0 3px, transparent 3.3px),
    radial-gradient(circle at 100% 9px, #2b7ff4 0 3px, transparent 3.3px),
    radial-gradient(circle at 100% 16px, #2b7ff4 0 3px, transparent 3.3px),
    linear-gradient(#2b7ff4 0 0) 0 2px / 72% 2px no-repeat,
    linear-gradient(#2b7ff4 0 0) 0 9px / 58% 2px no-repeat,
    linear-gradient(#2b7ff4 0 0) 0 16px / 72% 2px no-repeat,
    linear-gradient(135deg, transparent 44%, #2b7ff4 45% 56%, transparent 57%) 58% 0 / 12px 8px no-repeat,
    linear-gradient(135deg, transparent 44%, #2b7ff4 45% 56%, transparent 57%) 46% 7px / 12px 8px no-repeat,
    linear-gradient(135deg, transparent 44%, #2b7ff4 45% 56%, transparent 57%) 58% 14px / 12px 8px no-repeat;
  pointer-events: none;
}
.fzn-hardware-badge-intel .fzn-hardware-badge-icon {
  width: 52px;
  height: 100%;
  align-self: stretch;
  flex: 0 0 52px;
  padding: 0 10px;
  background: linear-gradient(180deg, #2484ff 0%, #0f56d6 100%);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
}
.fzn-hardware-badge-intel .fzn-hardware-badge-icon svg {
  width: 25px;
  height: 25px;
}
.fzn-hardware-badge-intel .fzn-hardware-badge-text {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.fzn-hardware-badge-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
}
.fzn-hardware-badge-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.fzn-hardware-badge-text {
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.fzn-hardware-badge-intel {
  background: linear-gradient(90deg, #1f78f1 0 52px, #ffffff 52px 100%);
  border-color: #1f78f1;
}
.fzn-hardware-badge-amd {
  min-width: 126px;
  padding: 0 44px 0 10px;
  gap: 12px;
  border-color: #e61d1d;
  background: linear-gradient(180deg, #171717 0%, #060606 100%);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .22);
}
.fzn-hardware-badge-amd::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid rgba(235, 31, 31, .9);
  border-radius: 999px;
  pointer-events: none;
}
.fzn-hardware-badge-amd::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 22px;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 100% 2px, #ef1c1c 0 3px, transparent 3.3px),
    radial-gradient(circle at 72% 8px, #ef1c1c 0 2.6px, transparent 2.9px),
    radial-gradient(circle at 100% 11px, #ef1c1c 0 3px, transparent 3.3px),
    radial-gradient(circle at 72% 18px, #ef1c1c 0 2.6px, transparent 2.9px),
    radial-gradient(circle at 100% 20px, #ef1c1c 0 3px, transparent 3.3px),
    linear-gradient(#b71515 0 0) 0 4px / 64% 2px no-repeat,
    linear-gradient(#b71515 0 0) 0 11px / 76% 2px no-repeat,
    linear-gradient(#b71515 0 0) 0 18px / 64% 2px no-repeat,
    linear-gradient(135deg, transparent 44%, #ef1c1c 45% 56%, transparent 57%) 54% 0 / 14px 10px no-repeat,
    linear-gradient(135deg, transparent 44%, #ef1c1c 45% 56%, transparent 57%) 42% 7px / 14px 10px no-repeat,
    linear-gradient(135deg, transparent 44%, #ef1c1c 45% 56%, transparent 57%) 54% 14px / 14px 10px no-repeat;
  opacity: .95;
  pointer-events: none;
}
.fzn-hardware-badge-amd .fzn-hardware-badge-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
.fzn-hardware-badge-amd .fzn-hardware-badge-icon svg {
  width: 28px;
  height: 28px;
}
.fzn-hardware-badge-amd .fzn-hardware-badge-text {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
}
.fzn-hardware-badge-nvidia {
  background: #f1fae5;
  border-color: #deefc2;
}
.fzn-dark-meta strong {
  color: #139a55;
}
.fzn-info-cell strong.is-good {
  color: #139a55;
}
.fzn-info-cell strong.is-warn {
  color: #f06b21;
}
.fzn-info-cell strong.is-danger {
  color: #e54848;
}
.fzn-dark-meta-warn {
  color: #f06b21;
}
.fzn-dark-meta strong.is-warn,
.fzn-dark-meta .is-warn {
  color: #f06b21;
}
.fzn-dark-meta strong.is-danger,
.fzn-dark-meta .is-danger {
  color: #e54848;
}
.fzn-dark-actions {
  margin-top: 0;
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  align-items: center;
}
.fzn-dark-card-actions {
  padding-top: 0;
}
.fzn-dark-actions .fzn-button {
  min-width: 142px;
  width: auto;
  height: 46px;
  border-radius: 8px;
}
body:not(.fzn-dark) .fzn-dark-card-actions .fzn-button:not(.fzn-button-primary),
body:not(.fzn-dark) .fzn-kr-side-actions .fzn-button:not(.fzn-button-primary) {
  color: #fff;
}
body:not(.fzn-dark) .fzn-dark-card-actions .fzn-button:not(.fzn-button-primary):hover,
body:not(.fzn-dark) .fzn-kr-side-actions .fzn-button:not(.fzn-button-primary):hover {
  color: #fff;
  border-color: var(--blue-dark);
  background: var(--blue);
}
.fzn-dark-prices {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  background: transparent;
  color: #172033;
}
.fzn-dark-price-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: 13px;
  line-height: 1.4;
  padding: 0;
  border-bottom: 0;
}
.fzn-dark-price-row:last-child {
  border-bottom: 0;
}
.fzn-dark-price-name {
  color: #172033;
  font-weight: 800;
  padding-top: 2px;
}
.fzn-dark-price-values {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  color: #667085;
}
.fzn-dark-price-values span {
  display: inline-flex;
  justify-content: flex-start;
  gap: 4px;
  align-items: baseline;
  white-space: nowrap;
}
.fzn-dark-price-values span + span::before {
  content: "/";
  margin-right: 10px;
  color: #98a6b8;
}
.fzn-dark-price-row strong {
  color: #4b92ff;
  font-size: 17px;
  line-height: 1.1;
}
.fzn-dark-prices-compact {
  grid-area: prices;
  justify-self: end;
  align-self: start;
  margin-top: 0;
  width: auto;
  max-width: none;
}
.fzn-dark-prices-compact .fzn-dark-price-row {
  justify-content: flex-start;
}
.fzn-svg-preview {
  margin: 6px 0 18px;
}
.fzn-svg-preview-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e6edf7;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(20, 38, 75, .05);
}
.fzn-svg-preview-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
}
.fzn-svg-preview-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.fzn-svg-preview-text {
  display: grid;
  gap: 3px;
}
.fzn-svg-preview-text strong {
  color: #172033;
  font-size: 14px;
}
.fzn-svg-preview-text span {
  color: #667085;
  font-size: 13px;
}
.fzn-field-icon-preview {
  margin: 6px 0 18px;
  padding: 14px 16px;
  background: rgba(18, 32, 48, .04);
  border: 1px solid rgba(18, 100, 232, .08);
  border-radius: 10px;
}
.fzn-field-icon-preview-head {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}
.fzn-field-icon-preview-head strong {
  color: #172033;
  font-size: 16px;
}
.fzn-field-icon-preview-head span {
  color: #667085;
  font-size: 13px;
}
.fzn-field-icon-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.fzn-field-icon-preview-grid-unified {
  grid-template-columns: minmax(0, 1fr);
}
.fzn-field-icon-card {
  padding: 12px;
  background: #fff;
  border: 1px solid #e6edf7;
  border-radius: 10px;
}
.fzn-field-icon-title {
  margin-bottom: 10px;
  color: #172033;
  font-size: 13px;
  font-weight: 800;
}
.fzn-field-icon-options {
  display: grid;
  gap: 8px;
}
.fzn-field-icon-options-unified {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.fzn-field-icon-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 8px 10px;
  background: #f8fbff;
  border: 1px solid #e7eef9;
  border-radius: 8px;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}
.fzn-field-icon-options-unified .fzn-field-icon-option {
  min-height: 54px;
}
.fzn-badge-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  position: relative;
}
.fzn-badge-icon::before,
.fzn-badge-icon::after {
  content: "";
  position: absolute;
}
.fzn-badge-icon-blue::before,
.fzn-badge-icon-green::before,
.fzn-badge-icon-dark::before,
.fzn-badge-icon-orange::before {
  inset: 0;
  border-radius: 5px;
}
.fzn-badge-icon-blue::before { background: #3b82f6; }
.fzn-badge-icon-green::before { background: #22c55e; }
.fzn-badge-icon-dark::before { background: #1f2937; }
.fzn-badge-icon-orange::before { background: #f59e0b; }
.fzn-badge-icon-dot-lg::before {
  inset: 2px;
  border-radius: 999px;
  background: #4b92ff;
}
.fzn-badge-icon-ring-dot::before {
  inset: 1px;
  border-radius: 999px;
  background: rgba(75, 146, 255, .16);
  border: 2px solid #4b92ff;
  box-sizing: border-box;
}
.fzn-badge-icon-ring-dot::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #4b92ff;
}
.fzn-badge-icon-square-soft::before {
  inset: 2px;
  border-radius: 5px;
  background: #4b92ff;
}
.fzn-badge-icon-square-soft::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #fff;
}
.fzn-badge-icon-pixel-tile::before {
  inset: 2px;
  border-radius: 5px;
  background: #4b92ff;
}
.fzn-badge-icon-pixel-tile::after {
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  background:
    linear-gradient(#fff 0 0) 0 0/3px 3px no-repeat,
    linear-gradient(#fff 0 0) 5px 0/3px 3px no-repeat,
    linear-gradient(#fff 0 0) 0 5px/3px 3px no-repeat,
    linear-gradient(#fff 0 0) 5px 5px/3px 3px no-repeat;
}
.fzn-badge-icon-hex-soft::before {
  inset: 1px;
  background: #4b92ff;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
.fzn-badge-icon-hex-soft::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
}
.fzn-badge-icon-shield-mini::before {
  left: 3px;
  top: 2px;
  width: 14px;
  height: 16px;
  background: #4b92ff;
  clip-path: polygon(50% 0, 92% 16%, 92% 52%, 50% 100%, 8% 52%, 8% 16%);
}
.fzn-badge-icon-shield-mini::after {
  left: 8px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
}
.fzn-badge-icon-square-ring::before {
  inset: 1px;
  border-radius: 5px;
  border: 2px solid #4b92ff;
  box-sizing: border-box;
  background: rgba(75, 146, 255, .08);
}
.fzn-badge-icon-square-ring::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #4b92ff;
}
.fzn-badge-icon-pill-dot::before {
  left: 1px;
  top: 4px;
  width: 18px;
  height: 12px;
  border-radius: 999px;
  background: #4b92ff;
}
.fzn-badge-icon-pill-dot::after {
  left: 8px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
}
.fzn-badge-icon-diamond-soft::before {
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: #4b92ff;
  transform: rotate(45deg);
}
.fzn-badge-icon-diamond-soft::after {
  left: 8px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #fff;
}
.fzn-badge-icon-corner-frame::before {
  inset: 2px;
  border-radius: 5px;
  background:
    linear-gradient(#4b92ff 0 0) 0 0/7px 2px no-repeat,
    linear-gradient(#4b92ff 0 0) 0 0/2px 7px no-repeat,
    linear-gradient(#4b92ff 0 0) 100% 0/7px 2px no-repeat,
    linear-gradient(#4b92ff 0 0) 100% 0/2px 7px no-repeat,
    linear-gradient(#4b92ff 0 0) 0 100%/7px 2px no-repeat,
    linear-gradient(#4b92ff 0 0) 0 100%/2px 7px no-repeat,
    linear-gradient(#4b92ff 0 0) 100% 100%/7px 2px no-repeat,
    linear-gradient(#4b92ff 0 0) 100% 100%/2px 7px no-repeat;
}
.fzn-badge-icon-corner-frame::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #4b92ff;
}
.fzn-badge-icon-double-square::before {
  inset: 1px;
  border-radius: 5px;
  background: rgba(75, 146, 255, .12);
  border: 2px solid #4b92ff;
  box-sizing: border-box;
}
.fzn-badge-icon-double-square::after {
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  border: 2px solid #4b92ff;
  box-sizing: border-box;
  background: #fff;
}
.fzn-badge-icon-notch-badge::before {
  inset: 2px;
  background: #4b92ff;
  clip-path: polygon(0 0, 78% 0, 100% 22%, 100% 100%, 0 100%);
  border-radius: 4px;
}
.fzn-badge-icon-notch-badge::after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #fff;
}
.fzn-badge-icon-window::after {
  left: 4px; top: 4px; width: 12px; height: 12px;
  background:
    linear-gradient(#fff 0 0) 50% 0/1px 100% no-repeat,
    linear-gradient(#fff 0 0) 0 50%/100% 1px no-repeat;
}
.fzn-badge-icon-window-split::after {
  left: 4px; top: 4px; width: 12px; height: 12px;
  border: 2px solid #fff; border-radius: 2px; box-sizing: border-box;
  box-shadow: inset 5px 0 0 0 transparent;
  background:
    linear-gradient(#fff 0 0) 50% 0/2px 100% no-repeat;
}
.fzn-badge-icon-screen::after {
  left: 4px; top: 5px; width: 12px; height: 8px;
  border: 2px solid #fff; border-radius: 2px; box-sizing: border-box;
}
.fzn-badge-icon-screen-bar::after {
  left: 4px; top: 5px; width: 12px; height: 8px;
  border: 2px solid #fff; border-radius: 2px; box-sizing: border-box;
  box-shadow: 0 5px 0 -3px #fff;
}
.fzn-badge-icon-chip::after {
  left: 5px; top: 5px; width: 10px; height: 10px;
  border: 2px solid #fff; border-radius: 2px; box-sizing: border-box;
}
.fzn-badge-icon-tiles::after {
  left: 4px; top: 4px; width: 12px; height: 12px;
  background:
    linear-gradient(#fff 0 0) 0 0/5px 5px no-repeat,
    linear-gradient(#fff 0 0) 7px 0/5px 5px no-repeat,
    linear-gradient(#fff 0 0) 0 7px/5px 5px no-repeat,
    linear-gradient(#fff 0 0) 7px 7px/5px 5px no-repeat;
}
.fzn-badge-icon-clock::before,
.fzn-badge-icon-calendar::before,
.fzn-badge-icon-timer::before { inset: 0; border-radius: 999px; background: #22c55e; }
.fzn-badge-icon-ring-clock::before,
.fzn-badge-icon-pulse::before { inset: 0; border-radius: 999px; background: #22c55e; }
.fzn-badge-icon-clock::after {
  left: 9px; top: 5px; width: 2px; height: 7px; background: #fff; border-radius: 2px;
  box-shadow: 3px 4px 0 -0.5px #fff;
}
.fzn-badge-icon-ring-clock::after {
  left: 4px; top: 4px; width: 12px; height: 12px;
  border: 2px solid #fff; border-radius: 999px; box-sizing: border-box;
  box-shadow: inset 0 0 0 1px transparent;
  background:
    linear-gradient(#fff 0 0) 50% 28%/2px 5px no-repeat,
    linear-gradient(#fff 0 0) 64% 58%/4px 2px no-repeat;
}
.fzn-badge-icon-calendar::before { border-radius: 5px; }
.fzn-badge-icon-calendar::after {
  left: 4px; top: 4px; width: 12px; height: 12px;
  border: 2px solid #fff; border-radius: 2px; box-sizing: border-box;
  box-shadow: inset 0 3px 0 0 #fff;
}
.fzn-badge-icon-calendar-dot::before { inset: 0; border-radius: 5px; background: #22c55e; }
.fzn-badge-icon-calendar-dot::after {
  left: 4px; top: 4px; width: 12px; height: 12px;
  border: 2px solid #fff; border-radius: 2px; box-sizing: border-box;
  background:
    radial-gradient(circle, #fff 0 1.5px, transparent 1.6px) 50% 72%/100% 100% no-repeat;
  box-shadow: inset 0 3px 0 0 #fff;
}
.fzn-badge-icon-timer::after {
  left: 9px; top: 6px; width: 2px; height: 6px; background: #fff; border-radius: 2px;
  box-shadow: 3px 3px 0 -0.5px #fff;
}
.fzn-badge-icon-pulse::after {
  left: 4px; top: 9px; width: 12px; height: 4px;
  background:
    linear-gradient(90deg, transparent 0 10%, #fff 10% 28%, transparent 28% 34%, #fff 34% 54%, transparent 54% 60%, #fff 60% 90%, transparent 90% 100%);
}
.fzn-badge-icon-steam::after {
  left: 4px; top: 4px; width: 12px; height: 12px;
  border-radius: 999px; border: 2px solid #fff; box-sizing: border-box;
  box-shadow: 8px -2px 0 -2px #fff, -1px 6px 0 -1px #fff;
}
.fzn-badge-icon-steam-orbit::after {
  left: 4px; top: 4px; width: 12px; height: 12px;
  border-radius: 999px; border: 2px solid #fff; box-sizing: border-box;
  box-shadow: 7px -1px 0 -3px #fff, -2px 6px 0 -2px #fff;
}
.fzn-badge-icon-pad::after {
  left: 4px; top: 7px; width: 12px; height: 7px;
  border: 2px solid #fff; border-radius: 5px; box-sizing: border-box;
}
.fzn-badge-icon-hub::after {
  left: 5px; top: 5px; width: 10px; height: 10px;
  background:
    radial-gradient(circle, #fff 0 2px, transparent 2.1px) 50% 50%/100% 100% no-repeat,
    linear-gradient(#fff 0 0) 50% 0/2px 100% no-repeat,
    linear-gradient(#fff 0 0) 0 50%/100% 2px no-repeat;
}
.fzn-badge-icon-globe::after {
  left: 4px; top: 4px; width: 12px; height: 12px;
  border: 2px solid #fff; border-radius: 999px; box-sizing: border-box;
  background:
    linear-gradient(#fff 0 0) 50% 0/1px 100% no-repeat,
    linear-gradient(#fff 0 0) 0 50%/100% 1px no-repeat;
}
.fzn-badge-icon-grid::after {
  left: 4px; top: 4px; width: 12px; height: 12px;
  background:
    linear-gradient(#fff 0 0) 0 0/5px 5px no-repeat,
    linear-gradient(#fff 0 0) 7px 0/5px 5px no-repeat,
    linear-gradient(#fff 0 0) 0 7px/5px 5px no-repeat,
    linear-gradient(#fff 0 0) 7px 7px/5px 5px no-repeat;
}
.fzn-badge-icon-card::after {
  left: 4px; top: 5px; width: 12px; height: 10px;
  border: 2px solid #fff; border-radius: 2px; box-sizing: border-box;
}
.fzn-badge-icon-id-badge::after {
  left: 4px; top: 5px; width: 12px; height: 10px;
  border: 2px solid #fff; border-radius: 2px; box-sizing: border-box;
  background:
    radial-gradient(circle, #fff 0 1.5px, transparent 1.6px) 3px 4px/100% 100% no-repeat,
    linear-gradient(#fff 0 0) 7px 3px/4px 2px no-repeat,
    linear-gradient(#fff 0 0) 7px 7px/4px 2px no-repeat;
}
.fzn-badge-icon-lock::after {
  left: 5px; top: 8px; width: 10px; height: 7px;
  border: 2px solid #fff; border-radius: 2px; box-sizing: border-box;
  box-shadow: 0 -5px 0 -3px #fff;
}
.fzn-badge-icon-key-shield::after {
  left: 5px; top: 5px; width: 10px; height: 10px;
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 2px #fff,
    5px 5px 0 -4px #fff;
}
.fzn-badge-icon-mask::after {
  left: 4px; top: 7px; width: 12px; height: 6px;
  border-radius: 999px 999px 4px 4px;
  background: #fff;
}
.fzn-badge-icon-fingerprint::after {
  left: 4px; top: 4px; width: 12px; height: 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 58%, transparent 0 2px, #fff 2px 3px, transparent 3px 4px, #fff 4px 5px, transparent 5px 6px);
}
.fzn-dark-card-bottom {
  grid-area: bottom;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}
.fzn-dark-card-kr-preview .fzn-dark-card-bottom {
  grid-template-columns: 1fr;
  justify-items: start;
  align-items: start;
  gap: 10px;
  margin-top: 12px;
}
.fzn-dark-card-kr-preview .fzn-dark-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}
.fzn-dark-card-kr-preview .fzn-dark-card-actions .fzn-button {
  min-width: 0;
  width: 100%;
  min-height: 44px;
  flex: 0 0 auto;
  justify-content: center;
  font-size: 16px;
}
.fzn-dark-card-kr-preview .fzn-dark-link {
  justify-self: end;
}
.fzn-dark-link {
  justify-self: end;
  align-self: center;
  color: #4b92ff;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.fzn-dma-zone {
  margin-top: 26px;
  padding: 0;
}
.fzn-category-section {
  padding: 0;
}
.fzn-mobile-product-tabs {
  display: none;
}
.fzn-mobile-product-tab-desc {
  display: none;
}
.fzn-mobile-dma-separator {
  display: none;
}
.fzn-category-section-head,
.fzn-dma-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 12px;
}
.fzn-category-section-head h2,
.fzn-dma-head h2 {
  margin: 0;
  font-size: 28px;
}
.fzn-category-section-head::before,
.fzn-dma-head::before {
  content: "";
  width: 4px;
  min-height: 30px;
  align-self: stretch;
  border-radius: 999px;
  background: linear-gradient(180deg, #1a73ff, #0d56d8);
}
.fzn-category-section-head h2 {
  color: #172033;
}
.fzn-dma-head .fzn-tag {
  vertical-align: middle;
}
.fzn-category-section-head p,
.fzn-dma-head p {
  margin: 0;
  color: #667085;
  line-height: 1;
}
.fzn-dma-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.fzn-dark-meta-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  font-size: 13px;
}
.fzn-dark-prices-compact .fzn-dark-price-row {
  justify-content: flex-start;
}
.fzn-dark-prices-compact {
  padding: 0;
}
.fzn-icon-preview {
  margin: 6px 0 18px;
  padding: 14px 16px;
  background: rgba(18, 32, 48, .04);
  border: 1px solid rgba(18, 100, 232, .08);
  border-radius: 10px;
}
.fzn-icon-preview-head {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}
.fzn-icon-preview-head strong {
  color: #172033;
  font-size: 16px;
}
.fzn-icon-preview-head span {
  color: #667085;
  font-size: 13px;
}
.fzn-icon-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.fzn-icon-preview-grid-final {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fzn-icon-preview-grid-small {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fzn-icon-preview-group + .fzn-icon-preview-group {
  margin-top: 16px;
}
.fzn-icon-preview-group-title {
  margin: 0 0 10px;
  color: #172033;
  font-size: 14px;
  font-weight: 900;
}
.fzn-icon-preview-card {
  padding: 12px;
  background: #fff;
  border: 1px solid #e6edf7;
  border-radius: 10px;
}
.fzn-icon-preview-title {
  margin-bottom: 10px;
  color: #172033;
  font-size: 13px;
  font-weight: 800;
}
.fzn-dark-meta-preview {
  grid-template-columns: 1fr;
  gap: 8px;
}
.fzn-dark-meta-preview .fzn-dark-meta-item {
  min-height: 28px;
  padding-left: 24px;
}
.fzn-icon-style-shield::before,
.fzn-icon-style-shield-check::before,
.fzn-icon-style-check::before,
.fzn-icon-style-hex::before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 0;
  background: #2ed17f;
}
.fzn-icon-style-shield::before {
  clip-path: polygon(50% 0%, 92% 16%, 92% 52%, 50% 100%, 8% 52%, 8% 16%);
}
.fzn-icon-style-shield-check::before {
  clip-path: polygon(50% 0%, 92% 16%, 92% 52%, 50% 100%, 8% 52%, 8% 16%);
  background: transparent;
  box-shadow: inset 0 0 0 2px #2ed17f;
}
.fzn-icon-style-check::before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 999px;
  background: #2ed17f;
  box-shadow: 0 0 0 2px rgba(46, 209, 127, .18);
}
.fzn-icon-style-hex::before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  clip-path: inset(0 round 4px);
  background: #2ed17f;
}
.fzn-icon-style-shield::after,
.fzn-icon-style-shield-check::after,
.fzn-icon-style-check::after,
.fzn-icon-style-hex::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 8px;
  height: 5px;
  margin-top: -3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.fzn-icon-style-shield-check::after {
  border-left-color: #2ed17f;
  border-bottom-color: #2ed17f;
}
.fzn-icon-style-hex-lg::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  clip-path: inset(0 round 5px);
  background: #2ed17f;
}
.fzn-icon-style-hex-lg::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 11px;
  height: 7px;
  margin-top: -4px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.fzn-icon-style-check-lg::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 999px;
  background: #2ed17f;
  box-shadow: 0 0 0 3px rgba(46, 209, 127, .14);
}
.fzn-icon-style-check-lg::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 11px;
  height: 7px;
  margin-top: -4px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.fzn-icon-style-hex-double::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  clip-path: inset(0 round 5px);
  background: linear-gradient(180deg, #44df88, #24ba69);
  box-shadow: 0 0 0 2px rgba(46, 209, 127, .18);
}
.fzn-icon-style-hex-double::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 11px;
  height: 7px;
  margin-top: -4px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.fzn-icon-style-shield-bold::before {
  width: 20px;
  height: 22px;
  margin-top: -11px;
  clip-path: polygon(50% 0%, 92% 16%, 92% 52%, 50% 100%, 8% 52%, 8% 16%);
  background: #2ed17f;
  box-shadow: 0 0 0 2px rgba(46, 209, 127, .16);
}
.fzn-icon-style-shield-bold::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 11px;
  height: 7px;
  margin-top: -4px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.fzn-icon-style-pill::before {
  width: 22px;
  height: 16px;
  margin-top: -8px;
  border-radius: 999px;
  background: #2ed17f;
}
.fzn-icon-style-pill::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 9px;
  height: 6px;
  margin-top: -4px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.fzn-icon-style-maint-square::before,
.fzn-icon-style-maint-circle::before,
.fzn-icon-style-maint-tool::before,
.fzn-icon-style-bad-square::before,
.fzn-icon-style-bad-circle::before,
.fzn-icon-style-bad-alert::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.fzn-icon-style-maint-square::before {
  border-radius: 5px;
  background: #f0a548;
}
.fzn-icon-style-maint-square::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 10px;
  height: 3px;
  margin-top: -2px;
  background: #fff;
  border-radius: 999px;
}
.fzn-icon-style-maint-circle::before {
  border-radius: 999px;
  background: #f0a548;
}
.fzn-icon-style-maint-circle::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 10px;
  height: 3px;
  margin-top: -2px;
  background: #fff;
  border-radius: 999px;
}
.fzn-icon-style-maint-tool::before {
  border-radius: 5px;
  background: #f0a548;
}
.fzn-icon-style-maint-tool::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background:
    linear-gradient(45deg, transparent 36%, #fff 36%, #fff 50%, transparent 50%),
    linear-gradient(-45deg, transparent 60%, #fff 60%, #fff 74%, transparent 74%);
}
.fzn-icon-style-bad-square::before {
  border-radius: 5px;
  background: #f05656;
}
.fzn-icon-style-bad-square::after,
.fzn-icon-style-bad-circle::after,
.fzn-icon-style-bad-alert::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background:
    linear-gradient(45deg, transparent 42%, #fff 42%, #fff 58%, transparent 58%),
    linear-gradient(-45deg, transparent 42%, #fff 42%, #fff 58%, transparent 58%);
}
.fzn-icon-style-bad-circle::before {
  border-radius: 999px;
  background: #f05656;
}
.fzn-icon-style-bad-alert::before {
  border-radius: 5px;
  background: #f05656;
}
.fzn-category-benefits {
  margin: 20px 0 0;
  padding: 0;
}
.fzn-order-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  max-width: 560px;
}
.fzn-order-form label {
  display: grid;
  gap: 8px;
  color: #344054;
  font-weight: 900;
}
.fzn-order-form input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.fzn-order-lead {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}
.fzn-order-channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.fzn-order-channel {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 20px;
  align-content: center;
  border: 1px solid rgba(18, 100, 232, .18);
  border-radius: 8px;
  background: linear-gradient(180deg, #f7fbff, #fff);
  color: #172033;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(18, 100, 232, .08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.fzn-order-channel:hover {
  border-color: rgba(18, 100, 232, .42);
  box-shadow: 0 16px 36px rgba(18, 100, 232, .14);
  transform: translateY(-2px);
}
.fzn-order-channel span {
  font-size: 22px;
  font-weight: 900;
}
.fzn-order-channel em {
  color: var(--muted);
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
}
.fzn-order-help {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px dashed rgba(240, 86, 86, .5);
  border-radius: 8px;
  background: rgba(240, 86, 86, .08);
  color: #b42318;
  text-decoration: none;
}
.fzn-order-help strong {
  font-size: 18px;
}
.fzn-order-help span {
  color: #8a302b;
  font-size: 13px;
  font-weight: 800;
}
.fzn-floating {
  position: fixed;
  right: 0;
  bottom: 106px;
  z-index: 40;
  width: 70px;
  overflow: visible;
}
.fzn-floating-panel {
  display: grid;
  overflow: visible;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(217, 226, 239, .94);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  box-shadow: -6px 8px 20px rgba(20, 38, 75, .08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.fzn-floating-toggle {
  --fzn-floating-toggle-muted: #6b7b90;
  --fzn-floating-toggle-active: #1677ff;
  width: 100%;
  min-height: 42px;
  position: relative;
  display: inline-grid;
  grid-template-columns: auto auto;
  place-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(151, 166, 190, .18);
  background: transparent;
  color: var(--fzn-floating-toggle-muted);
  cursor: pointer;
  overflow: hidden;
  animation: fzn-floating-toggle-pulse 2.45s ease-in-out infinite;
}
.fzn-floating-toggle::before {
  content: "";
  position: absolute;
  inset: 7px 8px;
  z-index: 0;
  border-radius: 9px;
  background: rgba(22, 119, 255, .12);
  opacity: 0;
  transform: scale(.86);
  pointer-events: none;
  animation: fzn-floating-toggle-glow 2.45s ease-in-out infinite;
}
.fzn-floating-toggle span {
  width: 0;
  height: 0;
  position: relative;
  z-index: 1;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid currentColor;
  will-change: transform;
  animation: fzn-floating-arrow-open 1.1s ease-in-out infinite;
}
.fzn-floating-toggle em {
  position: relative;
  z-index: 1;
  color: currentColor;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}
.fzn-floating.is-collapsed {
  width: 32px;
}
.fzn-floating.is-collapsed .fzn-floating-panel {
  width: 32px;
  border-radius: 10px 0 0 10px;
}
.fzn-floating.is-collapsed .fzn-floating-panel > a {
  display: none;
}
.fzn-floating.is-collapsed .fzn-floating-toggle {
  min-height: 76px;
  grid-template-columns: 1fr;
  grid-template-rows: 12px auto;
  gap: 5px;
  border-top: 0;
  padding: 8px 0;
}
.fzn-floating.is-collapsed .fzn-floating-toggle::before {
  inset: 6px 5px;
  border-radius: 999px;
}
.fzn-floating.is-collapsed .fzn-floating-toggle span {
  border-left: 0;
  border-right: 6px solid currentColor;
  animation-name: fzn-floating-arrow-closed;
}
.fzn-floating.is-collapsed .fzn-floating-toggle em {
  writing-mode: vertical-rl;
}
@keyframes fzn-floating-toggle-pulse {
  0%, 100% {
    color: var(--fzn-floating-toggle-muted);
    text-shadow: none;
  }
  50% {
    color: var(--fzn-floating-toggle-active);
    text-shadow: 0 0 12px rgba(22, 119, 255, .24);
  }
}
@keyframes fzn-floating-toggle-glow {
  0%, 100% {
    opacity: 0;
    transform: scale(.86);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fzn-floating-arrow-open {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
@keyframes fzn-floating-arrow-closed {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-3px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fzn-floating-toggle,
  .fzn-floating-toggle::before,
  .fzn-floating-toggle span {
    animation: none;
  }
}
.fzn-floating a {
  min-height: 62px;
  padding: 8px 5px 7px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  color: #1b2533;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  border-bottom: 1px solid rgba(151, 166, 190, .18);
  transition: background .18s ease, color .18s ease;
  position: relative;
}
.fzn-floating a:hover {
  background: rgba(18, 100, 232, .07);
  color: var(--blue);
}
.fzn-floating-panel > a:last-of-type { border-bottom: 0; }
.fzn-floating-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  color: #1670ff;
  background: #eef4ff;
  border: 1px solid #d8e6ff;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}
.fzn-floating-icon::before,
.fzn-floating-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.fzn-floating-icon-service::before {
  width: 16px;
  height: 14px;
  border: 2px solid currentColor;
  border-bottom-color: transparent;
  border-radius: 999px 999px 5px 5px;
}
.fzn-floating-icon-service::after {
  width: 4px;
  height: 8px;
  right: 5px;
  bottom: 6px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: -16px 0 0 currentColor;
}
.fzn-floating-icon-community::before {
  width: 8px;
  height: 8px;
  top: 6px;
  left: 10px;
  background: currentColor;
  border-radius: 999px;
  box-shadow: 8px 1px 0 -1px currentColor, -8px 1px 0 -1px currentColor;
}
.fzn-floating-icon-community::after {
  width: 18px;
  height: 9px;
  left: 5px;
  bottom: 6px;
  background: currentColor;
  border-radius: 999px 999px 5px 5px;
  box-shadow: 11px 2px 0 -4px currentColor, -11px 2px 0 -4px currentColor;
}
.fzn-floating-icon-order::before {
  width: 18px;
  height: 18px;
  background: currentColor;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3);
}
.fzn-floating-icon-order::after {
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-2px) rotate(45deg);
}
.fzn-floating-icon-top::before {
  width: 18px;
  height: 18px;
  background: currentColor;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3);
}
.fzn-floating-icon-top::after {
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(3px) rotate(45deg);
}
.fzn-floating-qr {
  position: absolute;
  right: 100%;
  top: 50%;
  z-index: 5;
  width: 230px;
  display: none;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(217, 226, 239, .96);
  border-radius: 12px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 42px rgba(20, 38, 75, .16);
  transform: translateY(-50%);
  pointer-events: auto;
  cursor: pointer;
}
.fzn-floating-qr::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 10px;
  height: 10px;
  background: inherit;
  border-top: 1px solid rgba(217, 226, 239, .96);
  border-right: 1px solid rgba(217, 226, 239, .96);
  transform: translateY(-50%) rotate(45deg);
}
.fzn-floating-qr img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}
.fzn-floating-community:hover .fzn-floating-qr,
.fzn-floating-community:focus-within .fzn-floating-qr {
  display: grid;
}
.fzn-mobile-bar { display: none; }
.fzn-footer {
  margin-top: 28px;
  color: #667085;
  background: #fff;
  border-top: 1px solid var(--line);
  text-align: center;
}
.fzn-footer-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 12px 26px;
  display: grid;
  justify-items: center;
  gap: 5px;
}
.fzn-footer-line {
  margin: 0;
  color: #667085;
  font-size: 11px;
  line-height: 1.45;
}
.fzn-footer-copyright,
.fzn-footer-statements,
.fzn-footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 12px;
  align-items: center;
}
.fzn-footer-statements {
  max-width: 1260px;
}
.fzn-footer-copyright span {
  color: #445066;
  font-weight: 800;
}
.fzn-footer a {
  color: #52657d;
}
.fzn-footer a:hover {
  color: var(--blue);
}
.fzn-footer-copyright a,
.fzn-footer-contact a {
  position: relative;
}
.fzn-footer-copyright a::before,
.fzn-footer-statements span + span::before,
.fzn-footer-contact a + a::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  width: 1px;
  height: 12px;
  background: #d7e0ec;
  transform: translateY(-50%);
}
.fzn-footer-statements span {
  position: relative;
  min-width: 0;
}
.fzn-footer-contact .fzn-footer-email {
  margin-right: 6px;
  padding-right: 12px;
}
.fzn-footer-contact .fzn-footer-email::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 1px;
  height: 14px;
  background: #cfd9e7;
  transform: translateY(-50%);
}
.fzn-footer-contact .fzn-footer-email + a::before {
  content: none;
}
.fzn-footer-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding-top: 1px;
}
.fzn-footer-badges img {
  height: 26px;
  width: auto;
  display: block;
  object-fit: contain;
}
.fzn-modal-open {
  overflow: hidden;
}
.fzn-modal[hidden] {
  display: none;
}
.fzn-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 14px;
}
.fzn-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 13, 20, .56);
}
.fzn-modal-panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  max-height: min(72vh, 560px);
  overflow: auto;
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  color: #172033;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}
.fzn-modal-panel h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}
.fzn-modal-panel p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
}
.fzn-dma-purchase-modal {
  width: min(520px, 100%);
}
.fzn-dma-purchase-lead {
  color: #122033;
  font-size: 16px;
  font-weight: 900;
}
.fzn-dma-purchase-copy {
  color: #5b697d;
}
.fzn-dma-purchase-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}
.fzn-dma-purchase-actions .fzn-button {
  width: 100%;
}
.fzn-dma-entry-video-modal {
  z-index: 112;
}
.fzn-dma-entry-video-panel {
  width: min(920px, calc(100vw - 28px));
  max-height: min(86vh, 760px);
  overflow: visible;
  gap: 14px;
  padding: 16px;
  border-radius: 16px;
}
.fzn-dma-entry-video-panel h2 {
  padding-right: 38px;
  font-size: 20px;
}
.fzn-dma-entry-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 68vh;
  display: block;
  border: 1px solid rgba(37, 99, 235, .24);
  border-radius: 14px;
  background: #020617;
}
.fzn-dma-entry-video-panel .fzn-video-player-ui {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 68vh;
}
.fzn-dma-entry-video-panel .fzn-video-player-ui .fzn-dma-entry-player {
  height: 100%;
}
.fzn-dma-product-modal {
  width: min(1320px, calc(100vw - 60px));
  max-height: calc(100dvh - 42px);
  overflow: hidden;
  padding: 14px 14px 12px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 34px 90px rgba(6, 16, 30, .28);
}
.admin-bar .fzn-dma-product-modal {
  max-height: calc(100dvh - 74px);
}
.fzn-dma-product-modal-layout {
  display: grid;
  grid-template-columns: minmax(500px, .94fr) minmax(500px, 1.06fr);
  gap: 16px;
  align-items: stretch;
}
.fzn-dma-product-gallery {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 8px;
  height: 100%;
}
.fzn-dma-product-gallery-single .fzn-dma-product-stage {
  min-height: 100%;
}
.fzn-dma-product-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #d6deea;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f5f8fd);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 10px 24px rgba(15, 23, 42, .06);
}
.fzn-dma-product-stage img,
.fzn-dma-product-stage > img {
  width: 100%;
  height: 100%;
  max-height: clamp(360px, 39vh, 460px);
  aspect-ratio: auto;
  object-fit: contain;
  display: block;
  background: #fff;
}
.fzn-dma-product-stage-sku {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  max-width: calc(100% - 32px);
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(7, 18, 34, .78);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 12px 26px rgba(7, 18, 34, .22);
  backdrop-filter: blur(10px);
}
.fzn-dma-product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  border: 1px solid #d7dfeb;
  border-radius: 16px;
  background: linear-gradient(180deg, #f6f8fc, #eef3f9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}
.fzn-dma-product-thumbs button {
  padding: 0;
  border: 1px solid #cfdaea;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.fzn-dma-product-thumbs button:hover,
.fzn-dma-product-thumbs button.is-active {
  border-color: rgba(55, 122, 245, .44);
  box-shadow: 0 12px 28px rgba(55, 122, 245, .14);
  transform: translateY(-1px);
}
.fzn-dma-product-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.fzn-dma-product-summary {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 8px 4px 4px 2px;
}
.fzn-dma-product-kicker {
  position: absolute;
  top: 2px;
  right: 56px;
  z-index: 2;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #1d5fe0;
  background: linear-gradient(180deg, #edf4ff, #dfeaf8);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .16em;
}
.fzn-dma-product-summary h2 {
  margin: 18px 0 0;
  color: #1f2b46;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.fzn-dma-product-price {
  color: #d92d20;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.03em;
}
.fzn-dma-product-copy {
  color: #5f6f83;
  font-size: 18px;
  line-height: 1.72;
}
.fzn-dma-product-specs {
  display: grid;
  gap: 10px;
}
.fzn-dma-product-specs > span {
  color: #172033;
  font-size: 17px;
  font-weight: 800;
}
.fzn-dma-product-specs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fzn-dma-product-specs li {
  position: relative;
  padding-left: 18px;
  color: #425468;
  font-size: 15px;
  line-height: 1.58;
}
.fzn-dma-product-specs li + li {
  margin-top: 5px;
}
.fzn-dma-product-specs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .82em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #2b74f1;
  transform: translateY(-50%);
}
.fzn-dma-product-sku {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}
.fzn-dma-product-sku > span {
  color: #172033;
  font-size: 17px;
  font-weight: 800;
}
.fzn-dma-product-sku-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fzn-dma-product-sku-options button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #d1d9e7;
  border-radius: 999px;
  background: #fff;
  color: #243247;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}
.fzn-dma-product-sku-options button:hover,
.fzn-dma-product-sku-options button.is-active {
  border-color: rgba(46, 117, 243, .46);
  background: #eef5ff;
  color: #1862e7;
  transform: translateY(-1px);
}
.fzn-dma-product-address {
  display: grid;
  gap: 10px;
}
.fzn-dma-product-address > span {
  color: #172033;
  font-size: 17px;
  font-weight: 800;
}
.fzn-dma-product-address textarea {
  width: 100%;
  min-height: 98px;
  padding: 14px 16px;
  border: 1px solid #d4dcea;
  border-radius: 20px;
  background: #fff;
  color: #243247;
  font: inherit;
  font-size: 15px;
  line-height: 1.6;
  resize: vertical;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.fzn-dma-product-address textarea:focus {
  outline: none;
  border-color: rgba(18, 100, 232, .36);
  box-shadow: 0 0 0 4px rgba(18, 100, 232, .08);
}
.fzn-dma-product-order-status {
  margin: -4px 0 0;
  color: #5f6f83;
  font-size: 14px;
  line-height: 1.55;
}
.fzn-dma-product-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(196px, 240px));
  gap: 10px;
  padding-top: 2px;
  justify-content: center;
}
.fzn-dma-product-actions .fzn-button {
  width: auto;
  justify-content: center;
  min-height: 50px;
  border-radius: 14px;
  padding: 0 24px;
  font-size: 16px;
}
.fzn-policy-modal-panel {
  width: min(760px, 100%);
  max-height: min(82vh, 720px);
  gap: 14px;
}
.fzn-policy-content {
  display: grid;
  gap: 9px;
  padding-right: 2px;
}
.fzn-policy-content h3 {
  margin: 8px 0 0;
  color: #172033;
  font-size: 16px;
  line-height: 1.35;
}
.fzn-policy-content p {
  line-height: 1.75;
}
.fzn-policy-numbered {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 8px;
}
.fzn-policy-numbered span {
  color: #3f4e63;
  font-weight: 800;
}
.fzn-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #fff;
  color: #667085;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

body.fzn-dark {
  --ink: #eef5ff;
  --muted: #98a8bc;
  --line: #1d2a38;
  --card: #0f1822;
  background: #091017;
  color: var(--ink);
}
body.fzn-dark .fzn-header,
body.fzn-dark .fzn-search,
body.fzn-dark .fzn-theme-toggle,
body.fzn-dark .fzn-menu-toggle {
  background: rgba(11, 18, 26, .92);
  border-color: var(--line);
  color: var(--ink);
}
body.fzn-dark .fzn-header {
  border-bottom-color: #182331;
}
body.fzn-dark .fzn-theme-toggle {
  background: #111d2d;
  color: #eef5ff;
}
body.fzn-dark .fzn-theme-toggle-icon::before {
  left: 32px;
  background: rgba(20, 32, 50, .78);
  box-shadow: inset 0 0 0 1px rgba(159, 199, 255, .42), 0 3px 9px rgba(0, 0, 0, .28);
}
body.fzn-dark .fzn-theme-toggle-icon::after {
  opacity: 1;
  background:
    radial-gradient(circle at 17px 12px, #ffcf5a 0 7px, transparent 8px),
    radial-gradient(circle at 17px 12px, #fff8d9 0 3px, transparent 4px),
    radial-gradient(circle at 48px 12px, #9fc7ff 0 7px, transparent 8px);
}
body.fzn-dark .fzn-menu a {
  color: #e5edf9;
}
body.fzn-dark .fzn-menu a:hover {
  color: #86b5ff;
}
body.fzn-dark .fzn-home-search {
  background: #101923;
  border-color: #223140;
  box-shadow: none;
}
body.fzn-dark .fzn-home-search:hover,
body.fzn-dark .fzn-home-search:focus-within {
  background: #111c28;
  border-color: rgba(106, 162, 255, .34);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .26);
}
body.fzn-dark .fzn-home-search:hover .fzn-home-search-icon,
body.fzn-dark .fzn-home-search:focus-within .fzn-home-search-icon {
  border-color: #86b5ff;
}
body.fzn-dark .fzn-home-search:hover .fzn-home-search-icon::after,
body.fzn-dark .fzn-home-search:focus-within .fzn-home-search-icon::after {
  background: #86b5ff;
}
body.fzn-dark .fzn-home-search-icon {
  border-color: #6f86a4;
}
body.fzn-dark .fzn-home-search-icon::after {
  background: #6f86a4;
}
body.fzn-dark .fzn-home-search input {
  color: #eef5ff;
}
body.fzn-dark .fzn-home-search input::placeholder {
  color: #7f92aa;
}
body.fzn-dark .fzn-home-filter-chip {
  color: #d9e7f7;
  background: #101923;
  border-color: #223140;
}
body.fzn-dark .fzn-home-filter-chip:hover {
  color: #9fc7ff;
  background: #132033;
  border-color: rgba(106, 162, 255, .32);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}
body.fzn-dark .fzn-home-filter-chip.is-active {
  color: #fff;
  border-color: #0e56d7;
  background: linear-gradient(180deg, #1a73ff, #0b5be2);
}
body.fzn-dark .fzn-home-product-game {
  color: #69a0ff;
}
body.fzn-dark .fzn-home-product-count {
  color: #2ed17f;
}
body.fzn-dark .fzn-home-product-excerpt {
  color: #8ea0b8;
}
body.fzn-dark .fzn-system-badge {
  border-color: #244160;
  background: #102339;
  color: #eef5ff;
}
body.fzn-dark .fzn-platform-badge {
  border-color: #223140;
  background: #101b27;
  color: #eef5ff;
}
body.fzn-dark .fzn-platform-badge-steam {
  background: #132235;
}
body.fzn-dark .fzn-platform-badge-epic {
  background: #161c24;
}
body.fzn-dark .fzn-platform-badge-ea {
  background: #331714;
}
body.fzn-dark .fzn-platform-badge-origin {
  background: #352112;
}
body.fzn-dark .fzn-platform-badge-ubisoft {
  background: #18202b;
}
body.fzn-dark .fzn-platform-badge-microsoft {
  background: #0f1f33;
}
body.fzn-dark .fzn-platform-badge-blizzard {
  background: #10213b;
}
body.fzn-dark .fzn-platform-badge-bsg {
  background: #2a1d13;
}
body.fzn-dark .fzn-hardware-badge {
  border-color: #223140;
  background: #101b27;
  color: #eef5ff;
}
body.fzn-dark .fzn-hardware-badge-intel {
  background: linear-gradient(90deg, #1f78f1 0 52px, #ffffff 52px 100%);
  border-color: #1f78f1;
  color: #1560db;
}
body.fzn-dark .fzn-hardware-badge-amd {
  background: linear-gradient(180deg, #171717 0%, #060606 100%);
  border-color: #e61d1d;
  color: #ffffff;
}
body.fzn-dark .fzn-hardware-badge-nvidia {
  background: #1a2610;
}
body.fzn-dark .fzn-dark-expand-toggle {
  color: #6aa2ff;
}
body.fzn-dark .fzn-dark-expand-panel {
  border-color: #223140;
}
body.fzn-dark .fzn-dark-expand-block h3 {
  color: #eef5ff;
}
body.fzn-dark .fzn-dark-expand-block p {
  color: #b8c7d9;
}
body.fzn-dark .fzn-button {
  background: #132031;
  border-color: #233447;
  color: #e7eef9;
  box-shadow: none;
}
body.fzn-dark .fzn-button:hover {
  color: #ffffff;
  background: #172637;
  border-color: #2b3d52;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .24);
}
body.fzn-dark .fzn-button-primary {
  color: #ffffff;
  border-color: #0e56d7;
  background: linear-gradient(180deg, #1a73ff, #0b5be2);
  box-shadow: 0 8px 22px rgba(11, 91, 226, .28);
}
body.fzn-dark .fzn-button-primary:hover {
  background: linear-gradient(180deg, #2a7eff, #1365ea);
}
body.fzn-dark .fzn-theme-toggle {
  color: #eef5ff;
}
body.fzn-dark .fzn-theme-toggle:hover {
  background: linear-gradient(90deg, #1b2b42, #302816);
  border-color: rgba(255, 212, 91, .28);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .24);
}
body.fzn-dark .fzn-menu-toggle:hover {
  background: #172637;
  border-color: rgba(75, 146, 255, .24);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .24);
}
body.fzn-dark .fzn-search::placeholder,
body.fzn-dark .fzn-order-form input::placeholder {
  color: #7f92aa;
}
body.fzn-dark .fzn-price-cell:first-child {
  background: #132131;
}
body.fzn-dark .fzn-floating,
body.fzn-dark .fzn-mobile-bar,
body.fzn-dark .fzn-footer {
  background: #101923;
  border-color: #253445;
  color: #a7b3c4;
}
body.fzn-dark .fzn-floating a,
body.fzn-dark .fzn-mobile-bar a {
  color: #4b92ff;
}
body.fzn-dark .fzn-floating {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
body.fzn-dark .fzn-floating-panel {
  background: rgba(15, 22, 31, .96);
  border-color: rgba(44, 59, 78, .95);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .25), 0 1px 5px rgba(0, 0, 0, .14);
}
body.fzn-dark .fzn-floating-toggle {
  --fzn-floating-toggle-muted: #90a3ba;
  --fzn-floating-toggle-active: #7fb0ff;
  background: transparent;
  border-top-color: rgba(127, 176, 255, .12);
  color: #90a3ba;
  box-shadow: none;
}
body.fzn-dark .fzn-floating a {
  color: #c8d2df;
  border-bottom-color: rgba(127, 176, 255, .12);
}
body.fzn-dark .fzn-floating a:hover {
  color: #7fb0ff;
  background: rgba(75, 146, 255, .09);
}
body.fzn-dark .fzn-floating-icon {
  color: #2f7eff;
  background: rgba(75, 146, 255, .1);
  border-color: rgba(127, 176, 255, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}
body.fzn-dark .fzn-floating-qr {
  background: rgba(15, 22, 31, .98);
  border-color: rgba(44, 59, 78, .95);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34);
}
body.fzn-dark .fzn-floating-qr::after {
  border-color: rgba(44, 59, 78, .95);
}
body.fzn-dark .fzn-footer,
body.fzn-dark .fzn-footer-line,
body.fzn-dark .fzn-footer a {
  color: #9eb0c4;
}
body.fzn-dark .fzn-footer {
  background: #101923;
}
body.fzn-dark .fzn-footer-copyright span,
body.fzn-dark .fzn-footer a:hover {
  color: #7fb0ff;
}
body.fzn-dark .fzn-footer-copyright a::before,
body.fzn-dark .fzn-footer-statements span + span::before,
body.fzn-dark .fzn-footer-contact a + a::before,
body.fzn-dark .fzn-footer-contact .fzn-footer-email::after {
  background: #253445;
}
body.fzn-dark .fzn-footer-badges img {
  opacity: .9;
}
body.fzn-dark .fzn-modal-panel {
  background: #101923;
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-purchase-lead {
  color: #eef5ff;
}
body.fzn-dark .fzn-modal-panel p {
  color: #9eb0c4;
}
body.fzn-dark .fzn-dma-product-stage {
  border-color: #27384a;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .94), 0 14px 32px rgba(0, 0, 0, .18);
}
body.fzn-dark .fzn-dma-product-stage img,
body.fzn-dark .fzn-dma-product-stage > img {
  background: transparent;
}
.fzn-dma-product-modal > .fzn-modal-close {
  display: grid;
  top: 18px;
  right: 18px;
  z-index: 8;
  width: 40px;
  height: 40px;
  border-color: rgba(173, 195, 226, .92);
  background: rgba(255, 255, 255, .94);
  color: #243247;
  box-shadow: 0 14px 28px rgba(6, 16, 30, .14);
}
body.fzn-dark .fzn-dma-product-stage-sku {
  background: rgba(7, 15, 27, .84);
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-product-thumbs button {
  border-color: #27384a;
  background: #111b26;
}
body.fzn-dark .fzn-dma-product-thumbs button:hover,
body.fzn-dark .fzn-dma-product-thumbs button.is-active {
  border-color: rgba(106, 162, 255, .48);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}
body.fzn-dark .fzn-dma-card-tip {
  color: transparent;
  background: transparent;
  border-color: transparent;
}
body.fzn-dark .fzn-dma-card-tip::before {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .28));
}
body.fzn-dark .fzn-dma-corp-gallery-grid article:hover .fzn-dma-card-tip {
  background: transparent;
  border-color: transparent;
}
body.fzn-dark .fzn-dma-corp-gallery-grid article:hover .fzn-dma-card-tip::after {
  color: rgba(255, 255, 255, .96);
  background: rgba(7, 15, 27, .84);
  border-color: rgba(156, 197, 255, .26);
}
body.fzn-dark .fzn-dma-product-kicker {
  color: #dce9ff;
  background: linear-gradient(180deg, rgba(75, 146, 255, .18), rgba(75, 146, 255, .12));
}
body.fzn-dark .fzn-dma-product-summary h2 {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-product-price {
  color: #ff8a7a;
}
body.fzn-dark .fzn-dma-product-specs > span,
body.fzn-dark .fzn-dma-product-sku > span {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-product-specs ul,
body.fzn-dark .fzn-dma-product-address textarea {
  border-color: #27384a;
  background: #111b26;
}
body.fzn-dark .fzn-dma-product-specs li,
body.fzn-dark .fzn-dma-product-order-status {
  color: #a9bed4;
}
body.fzn-dark .fzn-dma-product-address > span {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-product-address textarea {
  color: #d5e2f4;
}
body.fzn-dark .fzn-dma-product-address textarea:focus {
  border-color: rgba(106, 162, 255, .44);
  box-shadow: 0 0 0 4px rgba(75, 146, 255, .10);
}
body.fzn-dark .fzn-dma-product-sku-options button {
  border-color: #27384a;
  background: #111b26;
  color: #d5e2f4;
}
body.fzn-dark .fzn-dma-product-sku-options button:hover,
body.fzn-dark .fzn-dma-product-sku-options button.is-active {
  border-color: rgba(106, 162, 255, .48);
  background: rgba(75, 146, 255, .14);
  color: #8ec0ff;
}
body.fzn-dark .fzn-policy-content h3 {
  color: #eef5ff;
}
body.fzn-dark .fzn-policy-numbered span {
  color: #c5d5e8;
}
body.fzn-dark .fzn-modal-close {
  background: #132031;
  border-color: #253445;
  color: #9eb0c4;
}
body.fzn-dark .fzn-benefit,
body.fzn-dark .fzn-card,
body.fzn-dark .fzn-filter,
body.fzn-dark .fzn-product-card,
body.fzn-dark .fzn-panel,
body.fzn-dark .fzn-detail-main,
body.fzn-dark .fzn-detail-side,
body.fzn-dark .fzn-order-box,
body.fzn-dark .fzn-order-side {
  background: #0f1822;
  border-color: #1d2a38;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
}
body.fzn-dark .fzn-benefit:hover,
body.fzn-dark .fzn-card:hover {
  background: #121e2b;
  border-color: rgba(75, 146, 255, .28);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .32);
}
body.fzn-dark .fzn-benefit-icon {
  color: #6aa2ff;
  border-color: rgba(106, 162, 255, .18);
  background: linear-gradient(180deg, rgba(75, 146, 255, .14), rgba(75, 146, 255, .05));
}
body.fzn-dark .fzn-benefit:hover .fzn-benefit-icon {
  color: #86b5ff;
  border-color: rgba(106, 162, 255, .32);
  background: linear-gradient(180deg, rgba(75, 146, 255, .2), rgba(75, 146, 255, .08));
}
body.fzn-dark .fzn-benefit-title,
body.fzn-dark .fzn-card-title,
body.fzn-dark .fzn-page-title,
body.fzn-dark .fzn-live-hero h1,
body.fzn-dark .fzn-live-meta h2,
body.fzn-dark .fzn-live-empty span,
body.fzn-dark .fzn-product-title-row h2,
body.fzn-dark .fzn-product-title-row h3,
body.fzn-dark .fzn-detail-side h2,
body.fzn-dark .fzn-order-side h2,
body.fzn-dark .fzn-feature-block h2,
body.fzn-dark .fzn-section-head h2 {
  color: #eef5ff;
}
body.fzn-dark .fzn-coming-soon-eyebrow {
  color: #d9e7fb;
  background: #1a2633;
  border-color: #2d3d4f;
}
body.fzn-dark .fzn-coming-soon-card h2 {
  color: #eef5ff;
}
body.fzn-dark .fzn-coming-soon-card > p,
body.fzn-dark .fzn-coming-soon-copy p {
  color: #b3c3d7;
}
body.fzn-dark .fzn-coming-soon-copy {
  background: transparent;
}
body.fzn-dark .fzn-coming-soon-card,
body.fzn-dark .fzn-category-empty {
  border-color: rgba(76, 139, 245, .22);
  background:
    linear-gradient(135deg, rgba(43, 113, 226, .18), transparent 36%),
    linear-gradient(180deg, rgba(22, 32, 44, .96), rgba(14, 21, 31, .98));
}
body.fzn-dark .fzn-coming-soon-copy span,
body.fzn-dark .fzn-category-empty-steps span {
  color: #d9e7fb;
  background: rgba(28, 44, 62, .92);
  border-color: #30465e;
}
body.fzn-dark .fzn-category-empty-eyebrow {
  color: #8bb9ff;
}
body.fzn-dark .fzn-category-empty h2 {
  color: #eef5ff;
}
body.fzn-dark .fzn-category-empty p {
  color: #b3c3d7;
}
body.fzn-dark .fzn-benefit-text,
body.fzn-dark .fzn-subtitle,
body.fzn-dark .fzn-live-hero p,
body.fzn-dark .fzn-live-meta p,
body.fzn-dark .fzn-live-empty p,
body.fzn-dark .fzn-live-status em,
body.fzn-dark .fzn-breadcrumbs,
body.fzn-dark .fzn-crumb,
body.fzn-dark .fzn-filter label,
body.fzn-dark .fzn-order-form label,
body.fzn-dark .entry-content,
body.fzn-dark .entry-content p,
body.fzn-dark .entry-content li {
  color: #98a8bc;
}
body.fzn-dark .fzn-home-product-game {
  color: #86b5ff;
}
body.fzn-dark .fzn-home-product-excerpt {
  color: #d8e6f6;
}
body.fzn-dark .fzn-tag {
  color: var(--fzn-tag-dark-text, var(--fzn-tag-text, #8fbcff));
  background: var(--fzn-tag-dark-bg, var(--fzn-tag-bg, #152233));
  border-color: var(--fzn-tag-dark-border, var(--fzn-tag-border, #26384d));
}
body.fzn-dark .fzn-live-empty,
body.fzn-dark .fzn-live-status {
  background: #0f1822;
  border-color: #1d2a38;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
}
body.fzn-dark .fzn-live-status span {
  color: #86e3ad;
}
body.fzn-dark .fzn-live-status em {
  color: #9edbb9;
}
body.fzn-dark .fzn-tag:hover {
  color: var(--fzn-tag-dark-text, var(--fzn-tag-text, #b8d4ff));
  background: var(--fzn-tag-dark-hover-bg, var(--fzn-tag-hover-bg, #18283b));
  border-color: var(--fzn-tag-dark-border, var(--fzn-tag-border, rgba(106, 162, 255, .34)));
  box-shadow: 0 8px 18px var(--fzn-tag-dark-shadow, var(--fzn-tag-shadow, rgba(0, 0, 0, .2)));
}
body.fzn-dark .fzn-tag-hot {
  color: #ffb27e;
  background: #2b1d17;
  border-color: #5a3422;
}
body.fzn-dark .fzn-tag-good {
  color: #86e3ad;
  background: #12261c;
  border-color: #234330;
}
body.fzn-dark .fzn-product-image {
  border-color: #223140;
}
body.fzn-dark .fzn-info-grid,
body.fzn-dark .fzn-price-grid,
body.fzn-dark .fzn-detail-hero,
body.fzn-dark .fzn-feature-block {
  border-color: #1d2a38;
}
body.fzn-dark .fzn-search:hover,
body.fzn-dark .fzn-search:focus {
  background: #111c28;
  border-color: rgba(106, 162, 255, .34);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .26);
}
body.fzn-dark .fzn-info-cell,
body.fzn-dark .fzn-price-cell {
  border-color: #1d2a38;
  color: #d9e4f2;
}
body.fzn-dark .fzn-info-cell:hover {
  background: #121f2d;
  box-shadow: inset 3px 0 0 rgba(106, 162, 255, .48);
}
body.fzn-dark .fzn-info-cell strong {
  color: #7fe0a5;
}
body.fzn-dark .fzn-price-row {
  border-color: #1d2a38;
}
body.fzn-dark .fzn-price-row:hover {
  background: #121f2d;
  box-shadow: inset 3px 0 0 rgba(106, 162, 255, .48);
}
body.fzn-dark .fzn-price-cell:first-child {
  background: #132031;
  color: #eef5ff;
}
body.fzn-dark .fzn-price-row:hover .fzn-price-cell:first-child {
  background: rgba(75, 146, 255, .12);
}
body.fzn-dark .fzn-price-number {
  color: #62a2ff;
}
body.fzn-dark .fzn-kr-media-card,
body.fzn-dark .fzn-kr-gallery-section,
body.fzn-dark .fzn-kr-feature-card,
body.fzn-dark .fzn-kr-rules,
body.fzn-dark .fzn-kr-side-card,
body.fzn-dark .fzn-kr-side-actions,
body.fzn-dark .fzn-kr-detail-tabs {
  background: #0f1822;
  border-color: #1d2a38;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
}
body.fzn-dark .fzn-kr-detail-tabs a {
  color: #9eb0c4;
}
body.fzn-dark .fzn-kr-detail-tabs a + a {
  border-left-color: #1d2a38;
}
body.fzn-dark .fzn-kr-detail-tabs a.is-active,
body.fzn-dark .fzn-kr-detail-tabs a:hover {
  color: #8fbcff;
  background: #121f2d;
}
body.fzn-dark .fzn-kr-feature-grid span {
  border-color: #1d3a5f;
  background: #111f31;
  color: #8fbcff;
}
body.fzn-dark .fzn-kr-section-title h2,
body.fzn-dark .fzn-kr-rules h2,
body.fzn-dark .fzn-kr-side-card h2,
body.fzn-dark .fzn-kr-side-price-row strong {
  color: #eef5ff;
}
body.fzn-dark .fzn-kr-side-price-row strong,
body.fzn-dark .fzn-kr-side-price-row em {
  border-color: transparent;
  background: transparent;
}
body.fzn-dark .fzn-kr-section-title a {
  color: #8fa4bb;
}
body.fzn-dark .fzn-kr-section-title a:hover {
  color: #8fbcff;
}
body.fzn-dark .fzn-kr-media-strip button {
  color: #d9e4f2;
}
body.fzn-dark .fzn-kr-media-strip strong {
  color: #c8d6e6;
}
body.fzn-dark .fzn-kr-rules li,
body.fzn-dark .fzn-kr-side-list div {
  color: #c8d6e6;
}
body.fzn-dark .fzn-kr-side-list span,
body.fzn-dark .fzn-kr-side-prices > span {
  color: #98a8bc;
}
body.fzn-dark .fzn-kr-side-list strong,
body.fzn-dark .fzn-kr-side-list em {
  color: #7fe0a5;
}
body.fzn-dark .fzn-info-cell strong.is-good {
  color: #7fe0a5;
}
body.fzn-dark .fzn-kr-side-list strong.is-warn {
  color: #ffb27e;
}
body.fzn-dark .fzn-info-cell strong.is-warn {
  color: #ffb27e;
}
body.fzn-dark .fzn-kr-side-list strong.is-danger,
body.fzn-dark .fzn-dark-meta strong.is-danger,
body.fzn-dark .fzn-dark-meta .is-danger {
  color: #ff6b6b;
}
body.fzn-dark .fzn-info-cell strong.is-danger {
  color: #ff6b6b;
}
body.fzn-dark .fzn-dark-meta strong.is-warn,
body.fzn-dark .fzn-dark-meta .is-warn {
  color: #ffb27e;
}
body.fzn-dark .fzn-kr-side-notice {
  border-color: #5a3422;
  color: #ffbb87;
  background: #251913;
}
body.fzn-dark .fzn-kr-side-notice strong {
  color: #ffb27e;
}
body.fzn-dark .fzn-kr-side-prices {
  border-top-color: #1d2a38;
}
body.fzn-dark .fzn-kr-side-price-row em {
  color: #d3deec;
}
body.fzn-dark .fzn-kr-side-price-row b {
  color: #62a2ff;
}
body.fzn-dark .fzn-warning {
  border-color: #5a3422;
  color: #ffbb87;
  background: #251913;
}
body.fzn-dark .fzn-order-form input {
  background: #101923;
  border-color: #1d2a38;
  color: #eef5ff;
}
body.fzn-dark .fzn-order-channel {
  border-color: rgba(96, 165, 250, .24);
  background: linear-gradient(180deg, rgba(18, 31, 50, .98), rgba(12, 21, 35, .98));
  color: #f8fbff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
}
body.fzn-dark .fzn-order-channel:hover {
  border-color: rgba(96, 165, 250, .52);
}
body.fzn-dark .fzn-order-help {
  border-color: rgba(248, 113, 113, .5);
  background: rgba(127, 29, 29, .18);
  color: #fecaca;
}
body.fzn-dark .fzn-order-help span {
  color: #fca5a5;
}
body.fzn-dark.fzn-view-category,
body.fzn-dark.fzn-view-product {
  background: #091017;
}
body.fzn-dark .fzn-category-page {
  color: #eef5ff;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.fzn-dark .fzn-category-shell {
  background: transparent !important;
}
body.fzn-dark .fzn-chip,
body.fzn-dark .fzn-filter-button {
  border: 0 !important;
  background: #122030;
  color: #edf3ff;
  box-shadow: none !important;
}
body.fzn-dark .fzn-chip.is-active {
  color: #fff;
}
body.fzn-dark .fzn-dark-card,
body.fzn-dark .fzn-dma-card {
  background: #0e161f;
  border-color: #243140 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}
body.fzn-dark .fzn-dark-card:hover,
body.fzn-dark .fzn-dma-card:hover {
  border-color: #34465b !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}
body.fzn-dark .fzn-dark-card-media img,
body.fzn-dark .fzn-dma-card img {
  border-color: #223140 !important;
}
body.fzn-dark .fzn-summary-pill {
  background: rgba(8, 14, 22, .88);
  border: 0 !important;
  box-shadow: none !important;
}
body.fzn-dark .fzn-summary-pill-dot {
  box-shadow: 0 0 0 3px rgba(13, 20, 31, .92);
}
body.fzn-dark .fzn-award-card {
  background: #0f1822;
  border-color: #223140;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}
body.fzn-dark .fzn-award-card-primary {
  background: linear-gradient(180deg, #142033, #101824);
  border-color: rgba(127, 176, 255, .2);
}
body.fzn-dark .fzn-award-mark {
  background: #2f7eff;
  color: #fff;
}
body.fzn-dark .fzn-award-card strong {
  color: #eef5ff;
}
body.fzn-dark .fzn-award-card span:last-child {
  color: #9eb0c4;
}
body.fzn-dark .fzn-dark-card-head h2,
body.fzn-dark .fzn-dark-card-head h3,
body.fzn-dark .fzn-category-section-head h2,
body.fzn-dark .fzn-dma-head h2 {
  color: #eef5ff;
}
body.fzn-dark .fzn-dark-card-summary,
body.fzn-dark .fzn-category-section-head p,
body.fzn-dark .fzn-dma-head p,
body.fzn-dark .fzn-dark-price-values {
  color: #9fb0c4;
}
body.fzn-dark .fzn-dark-meta {
  color: #d7e2f1;
}
body.fzn-dark .fzn-dark-meta-item {
  border-bottom-color: transparent !important;
}
body.fzn-dark .fzn-dark-meta-label {
  color: #7e91a8;
}
body.fzn-dark .fzn-dark-prices {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  color: #e9f0ff;
}
body.fzn-dark .fzn-dark-prices-label,
body.fzn-dark .fzn-dark-price-values {
  color: #9eb0c4;
}
body.fzn-dark .fzn-dark-price-name {
  color: #eef5ff;
}
body.fzn-dark .fzn-dark-price-row {
  border-bottom-color: transparent !important;
}
body.fzn-dark .fzn-dark-link {
  color: #7fb0ff;
}
body.fzn-dark .fzn-dma-zone {
  background: transparent;
}
body.fzn-dark .fzn-svg-preview-card {
  background: #0f1822;
  border-color: #223140;
}
body.fzn-dark .fzn-svg-preview-text strong {
  color: #eef5ff;
}
body.fzn-dark .fzn-svg-preview-text span {
  color: #8fa4bb;
}
body.fzn-dark .fzn-field-icon-preview {
  background: rgba(255, 255, 255, .02);
  border-color: rgba(127, 176, 255, .1);
}
body.fzn-dark .fzn-field-icon-preview-head strong,
body.fzn-dark .fzn-field-icon-title {
  color: #eef5ff;
}
body.fzn-dark .fzn-field-icon-preview-head span {
  color: #8fa4bb;
}
body.fzn-dark .fzn-field-icon-card {
  background: #0f1822;
  border-color: #223140;
}
body.fzn-dark .fzn-field-icon-option {
  background: #101b27;
  border-color: #223140;
  color: #d6e2f2;
}
body.fzn-dark .fzn-field-icon-option .fzn-badge-icon-ring-dot::before {
  background: rgba(75, 146, 255, .12);
}
body.fzn-dark .fzn-field-icon-option .fzn-badge-icon-square-ring::before,
body.fzn-dark .fzn-field-icon-option .fzn-badge-icon-double-square::before {
  background: rgba(75, 146, 255, .1);
}
body.fzn-dark .fzn-icon-preview {
  background: rgba(255, 255, 255, .02);
  border-color: rgba(127, 176, 255, .1);
}
body.fzn-dark .fzn-icon-preview-card {
  background: #0f1822;
  border-color: #223140;
}
body.fzn-dark .fzn-icon-preview-head strong,
body.fzn-dark .fzn-icon-preview-group-title,
body.fzn-dark .fzn-icon-preview-title {
  color: #eef5ff;
}
body.fzn-dark .fzn-icon-preview-head span {
  color: #8fa4bb;
}
body.fzn-dark .fzn-view-category .fzn-category-page,
body.fzn-dark .fzn-view-category .fzn-category-page * {
  outline-color: transparent !important;
}

@media (max-width: 900px) {
  .fzn-header { height: 58px; }
  .fzn-nav {
    max-width: none;
    width: 100%;
    padding: 0 14px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
  }
  .fzn-brand { width: 92px; height: 32px; }
  .fzn-menu { display: none; }
  .fzn-actions {
    grid-column: 3;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-end;
    gap: 6px;
  }
  .fzn-actions .fzn-button { display: none; }
  .fzn-theme-toggle { display: inline-grid !important; }
  .fzn-menu-toggle { display: inline-flex !important; }
  .fzn-menu-toggle {
    width: 82px;
    flex-basis: 82px;
    gap: 8px;
  }
  .fzn-theme-toggle {
    place-items: center;
    align-self: center;
  }
  .fzn-mobile-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 14px;
    left: 14px;
    z-index: 55;
    display: none;
    padding: 10px;
    background: rgba(255,255,255,.98);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(17, 24, 39, .14);
  }
  .fzn-mobile-menu.is-open {
    display: grid;
    gap: 4px;
  }
  .fzn-mobile-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 8px;
    font-weight: 800;
    color: #172033;
  }
  .fzn-mobile-menu a:hover {
    background: #f4f7fb;
  }
  .fzn-container { padding: 0 14px; }
  .fzn-live-page {
    padding-top: 0;
  }
  .fzn-live-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 30px;
    padding: 0 9px;
  }
  .fzn-live-status span {
    font-size: 16px;
  }
  .fzn-live-empty {
    padding: 34px 14px;
  }
  .fzn-live-empty span {
    font-size: 22px;
  }
  /* Mobile banners also stay full-bleed; horizontal page stability is handled by overflow clipping. */
  .fzn-subpage-hero,
  .fzn-kr-detail .fzn-kr-wide-hero {
    width: 100dvw;
    max-width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
    border-radius: 0;
  }
  .fzn-category-hero,
  .fzn-detail-hero {
    width: 100dvw;
    max-width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
  .fzn-coming-soon-card {
    padding: 20px 16px;
    border-radius: 0;
  }
  .fzn-category-empty {
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
    padding: 22px 18px;
    border-radius: 0;
  }
  .fzn-coming-soon-card h2 {
    font-size: 26px;
  }
  .fzn-category-empty h2 {
    font-size: 24px;
  }
  .fzn-coming-soon-card > p,
  .fzn-coming-soon-copy p,
  .fzn-category-empty p {
    font-size: 14px;
  }
  .fzn-coming-soon-copy {
    gap: 8px;
  }
  .fzn-coming-soon-copy span,
  .fzn-category-empty-steps span {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    min-height: 36px;
    padding: 0 10px;
    text-align: center;
  }
  .fzn-hero { min-height: var(--fzn-banner-height-mobile); }
  .fzn-hero-inner { padding: 28px 20px 22px; }
  .fzn-hero-video {
    object-position: center 38%;
  }
  .fzn-hero h1 { font-size: 26px; max-width: 330px; }
  .fzn-hero p { max-width: 310px; font-size: 14px; }
  .fzn-hero-actions { margin-top: 16px; }
  .fzn-hero-nav {
    width: 28px;
    height: 36px;
  }
  .fzn-hero-nav-prev { left: 8px; }
  .fzn-hero-nav-next { right: 8px; }
  .fzn-hero-dots {
    bottom: 10px;
  }
  .fzn-hero-dots button {
    width: 16px;
  }
  .fzn-hero-dots button.is-active {
    width: 28px;
  }
  .fzn-hero-cta { min-height: 38px; padding: 0 18px; gap: 10px; }
  .fzn-hero-cta i { width: 8px; height: 8px; flex-basis: 8px; }
  .fzn-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .fzn-benefit { min-height: 62px; padding: 12px; }
  .fzn-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .fzn-home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .fzn-section-head {
    margin: 6px 0 8px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }
  .fzn-section-head .fzn-home-filter {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .fzn-home-search {
    width: min(240px, calc(100vw - 128px));
    justify-self: end;
    min-height: 42px;
  }
  .fzn-home-search input {
    height: 40px;
  }
  .fzn-home-filter {
    margin: 0 -10px 4px 0;
  }
  .fzn-home-filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 10px 2px 0;
    scrollbar-width: none;
  }
  .fzn-home-filter-row::-webkit-scrollbar {
    display: none;
  }
  .fzn-home-filter-chip {
    min-height: 30px;
    padding: 0 11px;
    font-size: 10px;
  }
  .fzn-card-body {
    padding: 11px 9px 11px 10px;
  }
  .fzn-home-product-card .fzn-card-body {
    padding-left: 6px;
  }
  .fzn-home-product-card img {
    aspect-ratio: 16 / 9;
  }
  .fzn-home-product-card.is-coming-soon .fzn-home-product-cover::after {
    font-size: 18px;
    letter-spacing: .14em;
    padding: 10px;
  }
  .fzn-home-product-title-row {
    align-items: flex-start;
  }
  .fzn-card-title {
    font-size: 16px;
  }
  .fzn-home-product-count {
    font-size: 10px;
  }
  .fzn-home-product-game {
    font-size: 11px;
  }
  .fzn-home-product-excerpt {
    min-height: 0;
    margin: 7px 0 9px;
    font-size: 12px;
    line-height: 1.4;
  }
  .fzn-home-game-type-tags {
    flex-wrap: nowrap;
    gap: 3px;
    max-height: 18px;
    margin-top: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .fzn-home-game-type-tags::-webkit-scrollbar {
    display: none;
  }
  .fzn-home-game-type-tags .fzn-tag {
    flex: 0 0 auto;
    min-height: 18px;
    padding: 1px 4px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 1.1;
  }
  .fzn-products-layout { display: block; padding-top: 18px; }
  .fzn-filter { display: none; }
  .fzn-page-head { display: block; }
  .fzn-page-title { font-size: 28px; }
  .fzn-product-main,
  .fzn-product-card-featured .fzn-product-main {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .fzn-info-grid { grid-template-columns: 1fr; }
  .fzn-info-cell { border-right: 0; }
  .fzn-info-cell:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .fzn-price-grid { font-size: 13px; }
  .fzn-price-row { grid-template-columns: 78px repeat(auto-fit, minmax(64px, 1fr)); }
  .fzn-price-cell {
    padding: 8px 7px;
    font-size: 12px;
  }
  .fzn-price-number {
    font-size: 15px;
  }
  .fzn-product-actions { min-width: 0; grid-template-columns: 1fr 1fr; }
  .fzn-kr-detail {
    padding-top: 0;
  }
  .fzn-kr-hero-tags {
    flex-wrap: nowrap;
    gap: 5px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .fzn-kr-hero-tags::-webkit-scrollbar {
    display: none;
  }
  .fzn-kr-hero-tag,
  .fzn-kr-hero-chip {
    flex: 0 0 auto;
    min-height: 22px;
    padding: 0 7px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }
  .fzn-kr-hero-chip {
    min-width: max-content;
  }
  .fzn-kr-detail-layout {
    display: block;
    margin-top: 10px;
  }
  .fzn-kr-detail-main {
    gap: 10px;
  }
  .fzn-kr-media-card,
  .fzn-kr-gallery-section,
  .fzn-kr-rules,
  .fzn-kr-side-card,
  .fzn-kr-side-actions,
  .fzn-kr-detail-tabs {
    border-radius: 7px;
  }
  .fzn-kr-detail-main > .fzn-kr-rules {
    display: none;
  }
  .fzn-kr-detail-side .fzn-kr-rules {
    display: block;
    order: 4;
  }
  .fzn-kr-side-notice {
    order: 3;
  }
  .fzn-kr-side-actions {
    order: 2;
  }
  .fzn-kr-detail-tabs {
    display: flex;
    min-height: 42px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .fzn-kr-detail-tabs::-webkit-scrollbar {
    display: none;
  }
  .fzn-kr-detail-tabs a {
    flex: 1 0 88px;
    min-width: 88px;
    padding: 0 8px;
    font-size: 13px;
  }
  .fzn-kr-gallery-section {
    padding: 11px 10px;
  }
  .fzn-kr-feature-card {
    padding: 11px 10px;
  }
  .fzn-kr-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }
  .fzn-kr-feature-grid span {
    padding: 7px 3px;
    font-size: 11px;
  }
  .fzn-kr-section-title {
    margin-bottom: 8px;
  }
  .fzn-kr-section-title h2,
  .fzn-kr-rules h2,
  .fzn-kr-side-card h2 {
    font-size: 16px;
  }
  .fzn-kr-media-strip {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .fzn-kr-media-strip::-webkit-scrollbar {
    display: none;
  }
  .fzn-kr-media-strip button {
    flex: 0 0 136px;
    scroll-snap-align: start;
  }
  .fzn-kr-media-strip strong {
    font-size: 11px;
  }
  .fzn-kr-rules {
    padding: 12px;
  }
  .fzn-kr-rules li {
    font-size: 13px;
  }
  .fzn-kr-detail-side {
    position: static;
    gap: 10px;
    margin-top: 10px;
  }
  .fzn-kr-side-card {
    padding: 14px;
  }
  .fzn-kr-side-list {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 10px;
  }
  .fzn-kr-side-list div {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 4px;
    font-size: 14px;
  }
  .fzn-kr-side-list .fzn-kr-side-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 7px;
  }
  .fzn-kr-side-info-grid div {
    grid-template-columns: 66px minmax(0, 1fr);
  }
  .fzn-kr-side-info-grid .fzn-kr-side-info-wide {
    grid-template-columns: 70px minmax(0, 1fr);
  }
  .fzn-kr-side-info-grid span {
    font-size: 14px;
    letter-spacing: -0.03em;
  }
  .fzn-kr-side-info-grid strong {
    font-size: 15px;
    letter-spacing: -0.03em;
  }
  .fzn-kr-side-list > div:not(.fzn-kr-side-info-grid) > span {
    font-size: 14px;
    letter-spacing: -0.03em;
  }
  .fzn-kr-side-list > div:not(.fzn-kr-side-info-grid) > strong {
    font-size: 15px;
    letter-spacing: -0.03em;
  }
  .fzn-kr-side-badge-row .fzn-system-badges,
  .fzn-kr-side-badge-row .fzn-platform-badges,
  .fzn-kr-side-badge-row .fzn-hardware-image-badges {
    gap: 6px;
  }
  .fzn-kr-side-badge-row .fzn-system-image-badge,
  .fzn-kr-side-badge-row .fzn-platform-image-badge,
  .fzn-kr-side-badge-row .fzn-hardware-image-badge {
    height: 22px;
    max-width: min(92px, 100%);
  }
  .fzn-kr-side-prices {
    column-gap: 12px;
    row-gap: 7px;
  }
  .fzn-kr-side-prices.is-one-card {
    column-gap: 28px;
  }
  .fzn-kr-side-prices.is-two-cards {
    column-gap: 34px;
  }
  .fzn-kr-side-prices.is-three-cards {
    column-gap: 16px;
  }
  .fzn-kr-side-prices.is-four-cards {
    column-gap: 11px;
  }
  .fzn-kr-side-prices.is-many-cards {
    column-gap: 4px;
  }
  .fzn-kr-side-price-row {
    font-size: 15px;
  }
  .fzn-kr-side-prices.is-many-cards .fzn-kr-side-price-row {
    font-size: 10px;
  }
  .fzn-kr-side-price-row strong {
    min-width: 0;
  }
  .fzn-kr-side-price-row strong,
  .fzn-kr-side-price-row em {
    min-height: 0;
    padding: 0;
  }
  .fzn-kr-side-price-row b {
    margin-left: 1px;
  }
  @media (max-width: 420px) {
    .fzn-kr-side-prices {
      column-gap: 10px;
    }
    .fzn-kr-side-prices.is-one-card {
      column-gap: 24px;
    }
    .fzn-kr-side-prices.is-two-cards {
      column-gap: 28px;
    }
    .fzn-kr-side-prices.is-three-cards {
      column-gap: 12px;
    }
    .fzn-kr-side-prices.is-four-cards {
      column-gap: 9px;
    }
    .fzn-kr-side-prices.is-many-cards {
      column-gap: 3px;
    }
    .fzn-kr-side-price-row {
      font-size: 14px;
    }
    .fzn-kr-side-prices.is-one-card .fzn-kr-side-price-row,
    .fzn-kr-side-prices.is-two-cards .fzn-kr-side-price-row,
    .fzn-kr-side-prices.is-three-cards .fzn-kr-side-price-row,
    .fzn-kr-side-prices.is-four-cards .fzn-kr-side-price-row {
      font-size: 15px;
    }
    .fzn-kr-side-prices.is-many-cards .fzn-kr-side-price-row {
      font-size: 10px;
    }
    .fzn-kr-side-price-row em {
      letter-spacing: 0;
    }
  }
  @media (max-width: 360px) {
    .fzn-kr-side-list div {
      grid-template-columns: 64px minmax(0, 1fr);
    }
    .fzn-kr-side-info-grid div {
      grid-template-columns: 60px minmax(0, 1fr);
    }
    .fzn-kr-side-info-grid .fzn-kr-side-info-wide {
      grid-template-columns: 64px minmax(0, 1fr);
    }
    .fzn-kr-side-info-grid span {
      font-size: 13px;
    }
    .fzn-kr-side-info-grid strong {
      font-size: 14px;
    }
    .fzn-kr-side-list > div:not(.fzn-kr-side-info-grid) > span {
      font-size: 13px;
    }
    .fzn-kr-side-list > div:not(.fzn-kr-side-info-grid) > strong {
      font-size: 14px;
    }
    .fzn-kr-side-badge-row .fzn-system-image-badge,
    .fzn-kr-side-badge-row .fzn-platform-image-badge,
    .fzn-kr-side-badge-row .fzn-hardware-image-badge {
      height: 20px;
      max-width: min(82px, 100%);
    }
    .fzn-kr-side-prices.is-four-cards,
    .fzn-kr-side-prices.is-many-cards {
      column-gap: 2px;
    }
    .fzn-kr-side-prices.is-four-cards .fzn-kr-side-price-row {
      font-size: 13px;
    }
    .fzn-kr-side-prices.is-many-cards .fzn-kr-side-price-row {
      font-size: 9px;
    }
    .fzn-kr-side-price-row em {
      gap: 0;
    }
  }
  .fzn-kr-side-actions {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 14px 14px;
  }
  .fzn-kr-side-actions .fzn-button {
    min-width: 0;
    min-height: 54px;
    width: 100%;
    padding: 0 8px;
    border-radius: 7px;
    font-size: 17px;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
  }
  .fzn-kr-side-actions .fzn-button-primary {
    grid-column: auto;
  }
  .fzn-category-page {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    overflow: visible !important;
  }
  .fzn-category-hero {
    width: 100dvw;
    max-width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
    min-height: var(--fzn-banner-height-mobile);
    padding: 16px 14px;
  }
  .fzn-category-hero-copy h1 {
    font-size: 28px;
  }
  .fzn-category-toolbar {
    display: block;
    padding: 14px;
  }
  .fzn-category-chip-row {
    margin-bottom: 10px;
  }
  .fzn-filter-button {
    width: 100%;
  }
  .fzn-category-awards {
    display: flex;
    gap: 10px;
    margin: 0 14px 18px;
    padding: 0 0 4px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .fzn-award-card {
    flex: 0 0 78%;
    min-height: 72px;
    padding: 12px;
    scroll-snap-align: start;
  }
  .fzn-award-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    font-size: 12px;
  }
  .fzn-award-card strong {
    font-size: 16px;
  }
  .fzn-award-card span:last-child {
    font-size: 12px;
  }
  .fzn-dark-card,
  .fzn-dma-card {
    grid-template-columns: 1fr;
  }
  .fzn-dark-card-media,
  .fzn-dma-card .fzn-dark-card-media {
    display: block;
    width: 100%;
  }
  .fzn-dark-card-media img {
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 9;
  }
  .fzn-dark-card-body {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "top"
      "prices"
      "meta"
      "bottom";
    gap: 14px;
  }
  .fzn-dark-prices-compact {
    justify-self: start;
    text-align: left;
    width: 100%;
  }
  .fzn-dark-prices-compact .fzn-dark-price-row,
  .fzn-dark-prices-compact .fzn-dark-price-name {
    text-align: left;
  }
  .fzn-dark-prices-compact .fzn-dark-price-values {
    justify-content: flex-start;
  }
  .fzn-dark-card-topline {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .fzn-dark-prices-compact {
    width: auto;
    max-width: none;
  }
  .fzn-icon-preview-grid {
    grid-template-columns: 1fr;
  }
  .fzn-icon-preview-grid-final {
    grid-template-columns: 1fr;
  }
  .fzn-icon-preview-grid-small {
    grid-template-columns: 1fr;
  }
  .fzn-field-icon-preview-grid {
    grid-template-columns: 1fr;
  }
  .fzn-field-icon-options-unified {
    grid-template-columns: 1fr;
  }
  .fzn-dark-meta,
  .fzn-dark-meta-compact {
    grid-template-columns: 1fr;
  }
  .fzn-dark-meta-double-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
  }
  .fzn-dark-card-kr-preview .fzn-dark-meta-double-preview {
    display: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    align-items: start;
  }
  .fzn-dark-card-kr-preview .fzn-dark-meta-double-preview .fzn-dark-meta-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }
  .fzn-dark-card-kr-preview .fzn-dark-meta-double-preview .fzn-dark-meta-item {
    width: 100%;
    min-width: 0;
  }
  .fzn-dark-card-kr-preview .fzn-dark-meta-double-preview strong,
  .fzn-dark-card-kr-preview .fzn-dark-meta-double-preview .fzn-dark-meta-warn {
    display: inline-block;
    flex: 0 0 auto;
    max-width: 100%;
    white-space: nowrap !important;
    word-break: keep-all;
  }
  .fzn-dark-card-kr-preview .fzn-dark-card-head,
  .fzn-dark-card-kr-preview .fzn-dark-inline-info,
  .fzn-dark-card-kr-preview .fzn-dark-inline-info-meta,
  .fzn-dark-card-kr-preview .fzn-dark-prices-compact,
  .fzn-dark-card-kr-preview .fzn-dark-card-bottom,
  .fzn-dark-card-kr-preview .fzn-kr-mobile-badge-block,
  .fzn-dark-card-kr-preview .fzn-kr-mobile-meta-compact {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .fzn-dark-card-kr-preview .fzn-dark-card-head h2 {
    font-size: 18px;
    line-height: 1.2;
  }
  .fzn-kr-row-platform {
    display: none;
  }
  .fzn-kr-platform-mobile {
    display: flex;
  }
  .fzn-kr-row-system,
  .fzn-kr-platform-mobile {
    display: none;
  }
  .fzn-kr-mobile-badge-block {
    display: none !important;
    gap: 8px;
  }
  .fzn-kr-mobile-meta-compact {
    display: grid !important;
    gap: 8px;
  }
  .fzn-dark-card-kr-preview .fzn-dark-card-body {
    grid-template-columns: 1fr;
    grid-template-areas:
      "top"
      "meta-mobile"
      "summary"
      "prices"
      "bottom"
      "extra";
    gap: 10px;
  }
  .fzn-dark-card-kr-only .fzn-dark-card-body {
    grid-template-columns: 1fr;
    grid-template-areas:
      "top"
      "meta-mobile"
      "summary"
      "side"
      "extra";
    gap: 10px;
  }
  .fzn-dark-card-kr-only .fzn-kr-side-rail {
    gap: 10px;
  }
  .fzn-kr-mobile-meta-compact {
    grid-area: meta-mobile;
  }
  .fzn-kr-mobile-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 4px;
  }
  .fzn-kr-mobile-meta-grid .fzn-kr-mobile-meta-item:nth-child(even) {
    margin-left: -6px;
  }
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item {
    width: 100%;
    min-width: 0;
    min-height: 30px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    padding-left: 24px;
    overflow: hidden;
  }
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item::before,
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item::after {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item.fzn-status-normal::before {
    width: 20px;
    height: 20px;
    border-radius: 0;
    clip-path: inset(0 round 5px);
    background: #2ed17f;
    transform: translate(-50%, -50%);
  }
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item.fzn-status-normal::after {
    width: 11px;
    height: 7px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 0;
    background: transparent;
    transform: translate(-50%, -55%) rotate(-45deg);
    box-sizing: border-box;
  }
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item .fzn-dark-meta-label {
    flex: none;
    display: block;
    padding-left: 0;
    min-width: 0;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.2;
  }
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item strong,
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item .fzn-dark-meta-warn {
    display: block;
    flex: none;
    max-width: 100%;
    white-space: nowrap !important;
    word-break: keep-all;
    font-size: 15px;
    line-height: 1.2;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item strong.is-good,
  .fzn-dark-card-kr-preview .fzn-dark-meta-double-preview strong.is-good {
    color: #139a55 !important;
  }
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item strong.is-warn,
  .fzn-dark-card-kr-preview .fzn-dark-meta-double-preview strong.is-warn,
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item .is-warn {
    color: #f06b21 !important;
  }
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item strong.is-danger,
  .fzn-dark-card-kr-preview .fzn-dark-meta-double-preview strong.is-danger,
  .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item .is-danger {
    color: #e54848 !important;
  }
  body.fzn-dark .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item strong.is-good,
  body.fzn-dark .fzn-dark-card-kr-preview .fzn-dark-meta-double-preview strong.is-good {
    color: #7fe0a5 !important;
  }
  body.fzn-dark .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item strong.is-warn,
  body.fzn-dark .fzn-dark-card-kr-preview .fzn-dark-meta-double-preview strong.is-warn,
  body.fzn-dark .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item .is-warn {
    color: #ffb27e !important;
  }
  body.fzn-dark .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item strong.is-danger,
  body.fzn-dark .fzn-dark-card-kr-preview .fzn-dark-meta-double-preview strong.is-danger,
  body.fzn-dark .fzn-kr-mobile-meta-compact .fzn-kr-mobile-meta-item .is-danger {
    color: #ff6b6b !important;
  }
  .fzn-dark-inline-info {
    gap: 10px;
  }
  .fzn-dark-inline-info-meta {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 2px;
  }
  .fzn-dark-inline-info-meta .fzn-tags {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }
  .fzn-dark-inline-info-meta .fzn-tag {
    min-height: 28px;
    min-width: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap;
    padding-left: 6px;
    padding-right: 6px;
  }
  .fzn-dark-inline-info-meta .fzn-dark-expand-block:first-child {
    grid-column: auto;
  }
  .fzn-dark-expand-meta {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .fzn-dark-card-kr-preview .fzn-dark-prices-compact {
    margin-top: 0;
    justify-self: stretch;
    width: 100%;
    transform: translateY(-3px);
  }
  .fzn-dark-card-kr-only .fzn-dark-prices-compact {
    transform: none;
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-row {
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px 8px;
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-values span + span::before {
    content: none;
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-values span {
    min-width: 0;
    justify-content: flex-start;
    gap: 3px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-values span strong {
    margin: 0 2px;
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-row strong {
    font-size: 16px;
  }
  .fzn-dark-card-kr-preview {
    align-items: stretch;
    padding: 16px;
  }
  .fzn-dark-card-kr-preview .fzn-dark-card-bottom {
    grid-area: bottom;
    justify-items: stretch;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .fzn-dark-card-kr-preview .fzn-dark-card-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .fzn-dark-card-kr-only .fzn-dark-card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fzn-dark-card-kr-preview .fzn-dark-card-actions .fzn-button {
    min-width: 0;
    width: 100%;
    flex: 1 1 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .fzn-dark-meta-double-preview .fzn-dark-meta-col {
    gap: 8px;
  }
  .fzn-dark-meta-double-preview .fzn-dark-meta-label {
    flex-basis: 56px;
  }
  .fzn-dark-meta-item-platform-leading {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
  }
  .fzn-kr-mobile-meta-compact .fzn-dark-meta-item-system-leading,
  .fzn-kr-mobile-meta-compact .fzn-dark-meta-item-platform-leading {
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding-left: 24px;
    overflow: hidden;
  }
  .fzn-kr-mobile-meta-compact .fzn-dark-meta-label {
    flex: 0 0 58px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.2;
  }
  .fzn-kr-mobile-meta-compact .fzn-system-badges,
  .fzn-kr-mobile-meta-compact .fzn-platform-badges,
  .fzn-kr-mobile-meta-compact .fzn-hardware-image-badges {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  .fzn-system-badges {
    gap: 6px;
    flex-wrap: nowrap;
    align-items: center;
  }
  .fzn-system-badge {
    min-height: 26px;
    padding: 0 8px 0 5px;
  }
  .fzn-system-badge-text {
    font-size: 11px;
  }
  .fzn-platform-badges {
    gap: 6px;
    flex-wrap: nowrap;
    align-items: center;
  }
  .fzn-hardware-image-badges {
    gap: 6px;
    flex-wrap: nowrap;
    align-items: center;
  }
  .fzn-platform-badge {
    min-height: 26px;
    padding: 0 6px 0 4px;
  }
  .fzn-platform-badge-text {
    font-size: 11px;
  }
  .fzn-hardware-badges {
    gap: 6px;
  }
  .fzn-hardware-badge {
    min-height: 26px;
    padding: 0 8px 0 5px;
  }
  .fzn-hardware-badge-text {
    font-size: 11px;
  }
  .fzn-dark-card-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 12px;
  }
  .fzn-dark-actions {
    flex-wrap: wrap;
  }
  .fzn-dark-price-values {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
  }
  .fzn-dark-price-values span {
    justify-content: flex-start;
    gap: 4px;
  }
  .fzn-dark-card {
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
  }
  .fzn-dark-card .fzn-dark-card-media {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    overflow: hidden;
  }
  .fzn-dark-card .fzn-dark-card-media img {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  .fzn-dark-card .fzn-dark-card-body,
  .fzn-dark-card .fzn-dark-meta,
  .fzn-dark-card .fzn-dark-prices-compact,
  .fzn-dark-card .fzn-dark-card-bottom,
  .fzn-dark-card-kr-preview .fzn-dark-inline-info-meta,
  .fzn-dark-card-kr-preview .fzn-dark-inline-info-meta .fzn-tags,
  .fzn-dark-card-kr-preview .fzn-dark-prices-compact {
    max-width: 100%;
    min-width: 0;
  }
  .fzn-dark-card-kr-preview .fzn-dark-inline-info-meta .fzn-tags {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px 5px;
  }
  .fzn-dark-card-kr-preview .fzn-dark-inline-info-meta .fzn-tag {
    min-height: 22px;
    border-radius: 4px;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    padding: 0 0;
    color: #1264e8;
    background: rgba(18, 100, 232, .038);
    border-color: rgba(18, 100, 232, .15);
  }
  body.fzn-dark .fzn-dark-card-kr-preview .fzn-dark-inline-info-meta .fzn-tag {
    color: #7fb0ff;
    background: rgba(75, 146, 255, .06);
    border-color: rgba(127, 176, 255, .18);
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-values {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-row {
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 4px;
    padding: 5px 0;
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-row + .fzn-dark-price-row {
    border-top: 1px solid rgba(151, 166, 190, .22);
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-name {
    font-size: 13px;
    width: 48px;
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-values span {
    min-width: 0;
    justify-content: flex-start;
    gap: 2px;
    white-space: nowrap;
    overflow: visible;
    font-size: 13px;
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-values span + span::before {
    content: none;
  }
  .fzn-dark-card-kr-preview .fzn-dark-price-row strong {
    font-size: 16px;
  }
  .fzn-dark-card .fzn-dark-card-bottom {
    display: block !important;
    grid-area: bottom !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    justify-self: stretch !important;
  }
  .fzn-dark-card .fzn-dark-card-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 8px;
  }
  .fzn-dark-card .fzn-dark-card-actions .fzn-button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px;
    font-size: 15px;
    padding: 0 6px;
  }
  .fzn-dark-link {
    justify-self: start;
  }
  .fzn-category-section-head::before,
  .fzn-dma-head::before {
    display: none;
  }
  .fzn-mobile-product-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0 14px;
    margin: 2px 0 0;
    border-bottom: 1px solid rgba(102, 112, 133, .18);
  }
  .fzn-mobile-product-tabs button {
    position: relative;
    min-height: 38px;
    padding: 0 6px 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #667085;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    box-shadow: none;
  }
  .fzn-mobile-product-tabs button.is-active {
    color: #07162f;
    box-shadow: none;
  }
  .fzn-mobile-product-tabs button.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #1a73ff, #0d56d8);
  }
  .fzn-mobile-product-tab-desc {
    display: block;
    margin: 8px 14px 12px;
    color: #667085;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
  }
  .fzn-mobile-product-tab-desc[hidden] {
    display: none;
  }
  body.fzn-dark .fzn-mobile-product-tabs {
    border-bottom-color: rgba(159, 176, 196, .18);
  }
  body.fzn-dark .fzn-mobile-product-tabs button {
    color: #9fb0c4;
  }
  body.fzn-dark .fzn-mobile-product-tabs button.is-active {
    color: #eef5ff;
  }
  body.fzn-dark .fzn-mobile-product-tab-desc {
    color: #b8c6d8;
  }
  .fzn-mobile-dma-separator {
    display: grid;
    gap: 4px;
    margin: 24px 14px 12px;
    padding: 14px 0 0;
    border-top: 1px solid rgba(102, 112, 133, .18);
    background: transparent;
    line-height: 1.4;
    box-shadow: none;
  }
  .fzn-mobile-dma-separator strong {
    color: #07162f;
    font-size: 18px;
    font-weight: 900;
  }
  .fzn-mobile-dma-separator span {
    color: #667085;
    font-size: 14px;
    font-weight: 600;
  }
  body.fzn-dark .fzn-mobile-dma-separator {
    border-top-color: rgba(159, 176, 196, .16);
    background: transparent;
    box-shadow: none;
  }
  body.fzn-dark .fzn-mobile-dma-separator strong {
    color: #eef5ff;
  }
  body.fzn-dark .fzn-mobile-dma-separator span {
    color: #b8c6d8;
  }
  body.fzn-product-tab-memory .fzn-mobile-dma-separator,
  body.fzn-product-tab-dma .fzn-mobile-dma-separator {
    display: none;
  }
  body.fzn-product-tab-memory [data-fzn-product-panel="dma"],
  body.fzn-product-tab-dma [data-fzn-product-panel="memory"] {
    display: none;
  }
  body.fzn-product-tab-dma [data-fzn-product-panel="dma"] {
    margin-top: 0;
  }
  .fzn-category-section-head,
  .fzn-dma-head {
    display: none;
  }
  .fzn-dark-link {
    justify-self: start;
  }
  .fzn-dma-grid {
    grid-template-columns: 1fr;
  }
  .fzn-dma-zone {
    padding: 0 14px;
  }
  .fzn-floating { display: none; }
  .fzn-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    min-height: calc(64px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 5px 0 env(safe-area-inset-bottom);
    background: rgba(255, 255, 255, .98);
    border-top: 1px solid rgba(217, 226, 239, .92);
    box-shadow: 0 -4px 16px rgba(17, 24, 39, .06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .fzn-mobile-bar a {
    position: relative;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    min-width: 0;
    color: #1b2533;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
  }
  .fzn-mobile-bar a + a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: rgba(151, 166, 190, .22);
  }
  .fzn-mobile-bar a:active {
    background: rgba(18, 100, 232, .08);
  }
  .fzn-mobile-bar-icon {
    width: 25px;
    height: 25px;
    display: inline-grid;
    place-items: center;
    color: #1670ff;
    position: relative;
    filter: drop-shadow(0 2px 3px rgba(18, 100, 232, .14));
  }
  .fzn-mobile-bar-icon::before,
  .fzn-mobile-bar-icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
  }
  .fzn-mobile-bar-icon-service::before {
    width: 16px;
    height: 15px;
    border: 3px solid currentColor;
    border-bottom-color: transparent;
    border-radius: 999px 999px 5px 5px;
  }
  .fzn-mobile-bar-icon-service::after {
    width: 4px;
    height: 9px;
    right: 4px;
    bottom: 4px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: -16px 0 0 currentColor;
  }
  .fzn-mobile-bar-icon-community::before {
    width: 8px;
    height: 8px;
    top: 4px;
    left: 8px;
    background: currentColor;
    border-radius: 999px;
    box-shadow: 8px 1px 0 -1px currentColor, -8px 1px 0 -1px currentColor;
  }
  .fzn-mobile-bar-icon-community::after {
    width: 18px;
    height: 9px;
    bottom: 4px;
    left: 3px;
    background: currentColor;
    border-radius: 999px 999px 5px 5px;
    box-shadow: 12px 2px 0 -4px currentColor, -12px 2px 0 -4px currentColor;
  }
  .fzn-mobile-bar-icon-order::before {
    width: 22px;
    height: 22px;
    background: currentColor;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
  }
  .fzn-mobile-bar-icon-order::after {
    width: 11px;
    height: 11px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translateY(-2px) rotate(45deg);
  }
  .fzn-mobile-bar-icon-top::before {
    width: 22px;
    height: 22px;
    background: currentColor;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3);
  }
  .fzn-mobile-bar-icon-top::after {
    width: 9px;
    height: 9px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: translateY(3px) rotate(45deg);
  }
  body.fzn-dark .fzn-mobile-bar {
    background: rgba(15, 22, 31, .98);
    border-color: rgba(44, 59, 78, .95);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, .18);
  }
  body.fzn-dark .fzn-mobile-bar a {
    color: #c8d2df;
  }
  body.fzn-dark .fzn-mobile-bar a + a::before {
    background: rgba(127, 176, 255, .14);
  }
  body.fzn-dark .fzn-mobile-bar a:active {
    background: rgba(75, 146, 255, .1);
  }
  body.fzn-dark .fzn-mobile-bar-icon {
    color: #2f7eff;
    filter: drop-shadow(0 2px 4px rgba(47, 126, 255, .24));
  }
  body.fzn-dark .fzn-mobile-menu {
    background: rgba(16, 25, 35, .98);
    border-color: #223140;
  }
  body.fzn-dark .fzn-mobile-menu a {
    color: #eef5ff;
  }
  body.fzn-dark .fzn-mobile-menu a:hover {
    background: #162230;
  }
  .fzn-footer {
    margin-top: 8px;
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
  .fzn-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 14px 6px;
    gap: 4px;
  }
  .fzn-footer-line {
    width: 100%;
    max-width: 360px;
    font-size: 10px;
    line-height: 1.42;
  }
  .fzn-footer-copyright,
  .fzn-footer-statements,
  .fzn-footer-contact {
    justify-content: center;
    gap: 4px 10px;
  }
  .fzn-footer-contact .fzn-footer-email {
    margin-right: 5px;
    padding-right: 10px;
  }
  .fzn-footer-contact .fzn-footer-email::after {
    top: 50%;
    right: -1px;
    bottom: auto;
    width: 1px;
    height: 12px;
    transform: translateY(-50%);
  }
  .fzn-footer-statements span + span::before,
  .fzn-footer-contact a + a::before,
  .fzn-footer-copyright a::before {
    height: 10px;
    left: -6px;
  }
  .fzn-footer-badges {
    gap: 5px;
    padding-top: 0;
    flex-wrap: nowrap;
  }
  .fzn-footer-badges img {
    height: 22px;
  }
  body.fzn-view-category .fzn-footer {
    margin-top: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .fzn-view-product .fzn-container,
  .page-template-template-editor-page .fzn-editor-canvas {
    padding-bottom: 0;
  }
  .fzn-detail-hero {
    min-height: var(--fzn-banner-height-mobile);
    width: 100dvw;
    max-width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
    padding: 20px 14px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  .fzn-detail-hero h1 { font-size: 30px; }
  .fzn-detail-grid,
  .fzn-order-layout { display: block; }
  .fzn-order-channel-grid {
    grid-template-columns: 1fr;
  }
  .fzn-order-channel {
    min-height: 94px;
    padding: 16px;
  }
  .fzn-order-channel span {
    font-size: 20px;
  }
  .fzn-order-help {
    padding: 14px;
  }
  .fzn-detail-side,
  .fzn-order-side {
    position: static;
    margin-top: 14px;
  }
  .fzn-detail-main,
  .fzn-detail-side,
  .fzn-order-box,
  .fzn-order-side { padding: 16px; }
  .fzn-dma-purchase-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .fzn-dma-product-modal {
    width: min(100%, calc(100vw - 18px));
    height: calc(100dvh - 18px);
    max-height: calc(100dvh - 18px);
    overflow: hidden;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    border-radius: 16px;
    display: flex;
    flex-direction: column;
  }
  .fzn-dma-product-modal > .fzn-modal-close {
    display: grid;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-left: 0;
    margin-bottom: 0;
    width: 36px;
    height: 36px;
    z-index: 5;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    border-color: rgba(173, 195, 226, .92);
    box-shadow: 0 10px 18px rgba(6, 16, 30, .14);
  }
  body.fzn-dark .fzn-dma-product-modal > .fzn-modal-close {
    background: rgba(19, 32, 49, .94);
    border-color: #314559;
    color: #dce7f6;
  }
  .fzn-dma-product-modal-layout {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
    overflow: auto;
    padding-right: 2px;
    padding-top: 0;
  }
  .fzn-dma-product-gallery {
    grid-template-rows: auto auto;
    gap: 10px;
    height: auto;
  }
  .fzn-dma-product-gallery-single .fzn-dma-product-stage {
    min-height: 0;
  }
  .fzn-dma-product-stage {
    min-height: 0;
    border-radius: 18px;
  }
  .fzn-dma-product-stage img,
  .fzn-dma-product-stage > img {
    height: clamp(280px, 38vh, 420px);
    max-height: none;
  }
  .fzn-dma-product-thumbs {
    gap: 8px;
    padding: 10px;
    border-radius: 14px;
  }
  .fzn-dma-product-summary h2 {
    font-size: 26px;
    margin-top: 6px;
  }
  .fzn-dma-product-kicker {
    display: none;
  }
  .fzn-dma-product-price {
    font-size: 24px;
  }
  .fzn-dma-product-specs > span,
  .fzn-dma-product-sku > span,
  .fzn-dma-product-address > span {
    font-size: 16px;
  }
  .fzn-dma-product-specs ul {
    padding: 14px 16px;
    border-radius: 18px;
  }
  .fzn-dma-product-specs li {
    font-size: 14px;
    line-height: 1.62;
  }
  .fzn-dma-product-sku-options {
    gap: 8px;
  }
  .fzn-dma-product-sku-options button {
    min-height: 42px;
    padding: 0 16px;
    font-size: 15px;
  }
  .fzn-dma-product-address textarea {
    min-height: 112px;
    padding: 14px 16px;
    border-radius: 18px;
    font-size: 15px;
  }
  .fzn-dma-product-order-status {
    font-size: 14px;
    line-height: 1.62;
  }
  .fzn-dma-product-actions .fzn-button {
    min-height: 52px;
    border-radius: 14px;
    font-size: 16px;
  }
  .fzn-dma-product-stage-sku {
    left: 12px;
    right: auto;
    bottom: 12px;
    max-width: calc(100% - 24px);
    min-height: 30px;
    padding: 0 12px;
    font-size: 12px;
  }
  .fzn-dma-product-copy {
    font-size: 14px;
  }
  .fzn-dma-product-specs ul {
    padding: 12px;
  }
  .fzn-dma-product-address textarea {
    min-height: 84px;
  }
  .fzn-dma-product-actions {
    grid-template-columns: 1fr 1fr;
    position: sticky;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: env(safe-area-inset-bottom);
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.96) 22%, rgba(255,255,255,.99));
  }
  body.fzn-dark .fzn-dma-product-actions {
    background: linear-gradient(180deg, rgba(15,24,34,0), rgba(15,24,34,.96) 22%, rgba(15,24,34,.99));
  }
  .fzn-lightbox {
    justify-items: center;
    padding: 14px;
  }
  .fzn-lightbox-panel {
    width: min(var(--fzn-lightbox-panel-width, 100%), calc(100vw - 28px));
    min-width: 0;
    height: min(var(--fzn-lightbox-panel-height, 62vh), calc(100vh - 28px));
    padding: 12px;
  }
  .fzn-lightbox-fullscreen {
    display: none;
  }
}

@media (max-width: 600px) {
  .fzn-section-head {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin: 6px 0 8px;
  }
  .fzn-section-head .fzn-home-filter {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .fzn-section-head h2 {
    font-size: 21px;
    white-space: nowrap;
  }
  .fzn-home-search {
    width: min(240px, calc(100vw - 128px));
    min-width: 0;
    justify-self: end;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 8px;
  }
  .fzn-home-search input {
    height: 38px;
    font-size: 14px;
  }
  .fzn-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, calc((100vw - 40px) / 2)));
  }
  .fzn-benefits {
    grid-template-columns: repeat(2, minmax(0, calc((100vw - 38px) / 2)));
    gap: 10px;
    padding-bottom: 0;
  }
  body.home .fzn-benefits {
    margin-bottom: 18px;
  }
  body.page-id-2889 .fzn-benefits {
    margin-bottom: 18px;
  }
  body.page-id-53 .fzn-benefits {
    margin-bottom: 18px;
  }
  body.home .fzn-footer {
    margin-top: 12px;
  }
  body.page-id-2889 .fzn-footer {
    margin-top: 12px;
  }
  body.page-id-53 .fzn-footer {
    margin-top: 12px;
  }
  .fzn-benefit {
    min-height: 96px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
  }
  .fzn-benefit > div {
    min-width: 0;
  }
  .fzn-benefit-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
  .fzn-benefit-title {
    font-size: 14px;
  }
  .fzn-benefit-text {
    font-size: 12px;
    line-height: 1.35;
  }
}

.fzn-dark-card-kr-only .fzn-dark-prices-adaptive {
  display: grid;
  grid-template-columns: max-content repeat(var(--fzn-card-price-card-count, 4), max-content);
  column-gap: 14px;
  row-gap: 7px;
  align-items: baseline;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-one-card,
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-two-cards,
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-three-cards {
  justify-content: center;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-one-card {
  column-gap: 28px;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-two-cards {
  column-gap: 34px;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-three-cards {
  column-gap: 18px;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-four-cards {
  column-gap: 10px;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-many-cards {
  column-gap: 5px;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive .fzn-dark-price-row {
  display: contents;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-many-cards .fzn-dark-price-row {
  font-size: 11px;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive .fzn-dark-price-name {
  width: auto;
  min-width: 0;
  padding-top: 0;
  white-space: nowrap;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive .fzn-dark-price-value {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 2px;
  min-width: 0;
  color: #667085;
  white-space: nowrap;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive .fzn-dark-price-value::before {
  content: none !important;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive .fzn-dark-price-value strong {
  flex: 0 0 auto;
  color: #4b92ff;
  font-size: 1.22em;
  line-height: 1;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-many-cards .fzn-dark-price-value {
  gap: 0;
}
.fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-many-cards .fzn-dark-price-value strong {
  font-size: 1.16em;
}
body.fzn-dark .fzn-dark-card-kr-only .fzn-dark-prices-adaptive .fzn-dark-price-value {
  color: #c8d6e6;
}
body.fzn-dark .fzn-dark-card-kr-only .fzn-dark-prices-adaptive .fzn-dark-price-value strong {
  color: #62a2ff;
}

@media (max-width: 768px) {
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive {
    column-gap: 10px;
    row-gap: 7px;
  }
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-one-card {
    column-gap: 28px;
  }
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-two-cards {
    column-gap: 34px;
  }
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-three-cards {
    column-gap: 16px;
  }
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-four-cards {
    column-gap: 7px;
  }
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-many-cards {
    column-gap: 3px;
  }
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive .fzn-dark-price-row {
    font-size: 13px;
  }
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-many-cards .fzn-dark-price-row {
    font-size: 10px;
  }
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive .fzn-dark-price-value {
    gap: 1px;
  }
}

@media (max-width: 360px) {
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-four-cards,
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-many-cards {
    column-gap: 2px;
  }
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-four-cards .fzn-dark-price-row {
    font-size: 12px;
  }
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive.is-many-cards .fzn-dark-price-row {
    font-size: 9px;
  }
  .fzn-dark-card-kr-only .fzn-dark-prices-adaptive .fzn-dark-price-value {
    gap: 0;
  }
}

.fzn-dma-guide-page {
  padding-bottom: 42px;
}
.fzn-dma-guide-shell {
  width: min(1180px, calc(100vw - 28px));
  margin: 22px auto 0;
  display: grid;
  gap: 22px;
}
.fzn-dma-guide-hero-card,
.fzn-dma-guide-section {
  border: 1px solid #dbe5f2;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, .08), transparent 34%),
    linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}
.fzn-dma-guide-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 24px;
  align-items: stretch;
  padding: 28px;
  overflow: hidden;
}
.fzn-dma-guide-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #0b63ce;
  background: #eaf3ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fzn-dma-guide-hero-copy h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.fzn-dma-guide-hero-copy p,
.fzn-dma-guide-section-head p,
.fzn-dma-guide-card p,
.fzn-dma-flow-row p,
.fzn-dma-checklist span,
.fzn-dma-compare li {
  color: #5d6b7d;
  line-height: 1.72;
}
.fzn-dma-guide-hero-copy p {
  max-width: 680px;
  margin: 18px 0 0;
  font-size: 16px;
}
.fzn-dma-guide-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.fzn-dma-guide-actions .fzn-button {
  min-height: 46px;
  padding-inline: 20px;
}
.fzn-dma-guide-hero-visual {
  min-height: 360px;
  position: relative;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 42%, rgba(64, 143, 255, .32), transparent 34%),
    linear-gradient(135deg, #07111d, #0b1727 54%, #07101d);
  overflow: hidden;
}
.fzn-dma-guide-hero-visual::before,
.fzn-dma-guide-hero-visual::after {
  content: "";
  position: absolute;
  inset: 18%;
  z-index: 0;
  border: 1px solid rgba(111, 169, 255, .28);
  border-radius: 999px;
  transform: rotate(-18deg);
  pointer-events: none;
}
.fzn-dma-guide-hero-visual::after {
  inset: 28% 12%;
  transform: rotate(20deg);
}
.fzn-dma-guide-hero-visual > * {
  position: relative;
  z-index: 1;
}
.fzn-dma-device {
  position: absolute;
  z-index: 1;
  width: 142px;
  min-height: 96px;
  display: grid;
  place-content: center;
  gap: 6px;
  border: 1px solid rgba(125, 184, 255, .34);
  border-radius: 18px;
  background: rgba(8, 18, 32, .76);
  color: #eaf3ff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .32);
}
.fzn-dma-device span {
  color: #72a9ff;
  font-size: 13px;
  font-weight: 900;
}
.fzn-dma-device strong {
  font-size: 18px;
}
.fzn-dma-device-main { left: 8%; top: 18%; }
.fzn-dma-device-link { left: 50%; top: 46%; transform: translate(-50%, -50%); }
.fzn-dma-device-sub { right: 8%; bottom: 16%; }
.fzn-dma-guide-section {
  padding: 24px;
}
.fzn-dma-guide-section-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 14px;
  align-items: start;
  margin-bottom: 18px;
}
.fzn-dma-guide-section-head span {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #1769f2;
  color: #fff;
  font-weight: 900;
}
.fzn-dma-guide-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.16;
}
.fzn-dma-guide-section-head p {
  margin: 0;
  max-width: 920px;
}
.fzn-dma-guide-grid {
  display: grid;
  gap: 14px;
}
.fzn-dma-guide-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fzn-dma-guide-card,
.fzn-dma-flow-row article,
.fzn-dma-compare article,
.fzn-dma-checklist div {
  border: 1px solid #dce6f2;
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
}
.fzn-dma-guide-card {
  padding: 18px;
}
.fzn-dma-guide-card strong,
.fzn-dma-flow-row strong,
.fzn-dma-compare h3,
.fzn-dma-checklist b {
  color: #132033;
  font-weight: 900;
}
.fzn-dma-guide-card p {
  margin: 8px 0 0;
}
.fzn-dma-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.fzn-dma-checklist div {
  padding: 16px;
  display: grid;
  gap: 6px;
}
.fzn-dma-flow-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.fzn-dma-flow-row article {
  padding: 18px;
  position: relative;
}
.fzn-dma-flow-row em {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #fff;
  background: #0b63ce;
  font-style: normal;
  font-weight: 900;
}
.fzn-dma-flow-row p {
  margin: 8px 0 0;
}
.fzn-dma-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.fzn-dma-compare article {
  padding: 18px;
}
.fzn-dma-compare h3 {
  margin: 0 0 12px;
  font-size: 20px;
}
.fzn-dma-compare ul {
  margin: 0;
  padding-left: 20px;
}
.fzn-dma-compare li + li {
  margin-top: 8px;
}
.fzn-dma-guide-buy {
  background:
    radial-gradient(circle at 86% 12%, rgba(23, 105, 242, .12), transparent 32%),
    linear-gradient(135deg, #f8fbff, #eef6ff);
}
.fzn-dma-guide-actions-wide .fzn-button {
  flex: 1 1 190px;
}
.fzn-dma-showcase-section {
  overflow: hidden;
}
.fzn-dma-showcase-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.fzn-dma-showcase-marquee + .fzn-dma-showcase-marquee {
  margin-top: 14px;
}
.fzn-dma-showcase-track {
  display: flex;
  align-items: stretch;
  gap: 14px;
  width: max-content;
  animation: fzn-dma-showcase-scroll 54s linear infinite;
}
.fzn-dma-showcase-marquee-bottom .fzn-dma-showcase-track {
  animation-name: fzn-dma-showcase-scroll-reverse;
  animation-duration: 58s;
}
.fzn-dma-showcase-marquee:hover .fzn-dma-showcase-track {
  animation-play-state: paused;
}
.fzn-dma-showcase-card {
  position: relative;
  width: auto;
  height: 210px;
  aspect-ratio: var(--fzn-showcase-ratio, 1 / 1);
  flex: 0 0 auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(193, 214, 239, .9);
  border-radius: 20px;
  background: #08111d;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.fzn-dma-showcase-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, .34);
  box-shadow: 0 20px 40px rgba(15, 23, 42, .14);
}
.fzn-dma-showcase-card img,
.fzn-dma-showcase-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #fff;
}
.fzn-dma-showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 17, 29, 0) 38%, rgba(8, 17, 29, .38) 100%);
  pointer-events: none;
}
.fzn-dma-showcase-card[data-fzn-dma-showcase-clone="1"].is-video {
  cursor: default;
}
.fzn-dma-showcase-play {
  display: none;
}
.fzn-dma-fireworks {
  position: fixed;
  inset: 0;
  z-index: 140;
  pointer-events: none;
}
.fzn-dma-fireworks-burst {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
}
.fzn-dma-fireworks-burst span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 88px;
  margin-left: -3.5px;
  margin-top: -44px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0), var(--fzn-firework-color, #3f84ff) 28%, rgba(255,255,255,0));
  transform-origin: center center;
  animation: fzn-dma-firework-ray 1.2s ease-out forwards;
}
@keyframes fzn-dma-firework-ray {
  0% {
    opacity: 0;
    transform: rotate(var(--fzn-rotate, 0deg)) scaleY(.2);
  }
  12% {
    opacity: 1;
    transform: rotate(var(--fzn-rotate, 0deg)) scaleY(1);
  }
  100% {
    opacity: 0;
    transform: rotate(var(--fzn-rotate, 0deg)) scaleY(1.7);
  }
}
@keyframes fzn-dma-showcase-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 7px)); }
}
@keyframes fzn-dma-showcase-scroll-reverse {
  from { transform: translateX(calc(-50% - 7px)); }
  to { transform: translateX(0); }
}
.fzn-dma-products-section {
  padding-bottom: 28px;
}

body.fzn-dark .fzn-dma-guide-hero-card,
body.fzn-dark .fzn-dma-guide-section {
  border-color: #22364c;
  background:
    radial-gradient(circle at 12% 0%, rgba(63, 145, 255, .16), transparent 34%),
    linear-gradient(180deg, #0b1420, #08111d);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .25);
}
body.fzn-dark .fzn-dma-guide-eyebrow {
  color: #9bc3ff;
  background: rgba(72, 145, 255, .12);
}
body.fzn-dark .fzn-dma-guide-hero-copy h2,
body.fzn-dark .fzn-dma-guide-section-head h2,
body.fzn-dark .fzn-dma-guide-card strong,
body.fzn-dark .fzn-dma-flow-row strong,
body.fzn-dark .fzn-dma-compare h3,
body.fzn-dark .fzn-dma-checklist b {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-guide-hero-copy p,
body.fzn-dark .fzn-dma-guide-section-head p,
body.fzn-dark .fzn-dma-guide-card p,
body.fzn-dark .fzn-dma-flow-row p,
body.fzn-dark .fzn-dma-checklist span,
body.fzn-dark .fzn-dma-compare li {
  color: #a9bad0;
}
body.fzn-dark .fzn-dma-guide-card,
body.fzn-dark .fzn-dma-flow-row article,
body.fzn-dark .fzn-dma-compare article,
body.fzn-dark .fzn-dma-checklist div {
  border-color: #25384f;
  background: rgba(12, 24, 38, .82);
}
body.fzn-dark .fzn-dma-guide-buy {
  background:
    radial-gradient(circle at 86% 12%, rgba(23, 105, 242, .16), transparent 32%),
    linear-gradient(135deg, #0b1420, #0a1727);
}
body.fzn-dark .fzn-dma-showcase-card {
  border-color: rgba(42, 66, 94, .94);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .24);
}
body.fzn-dark .fzn-dma-showcase-card:hover {
  border-color: rgba(92, 149, 222, .34);
  box-shadow: 0 22px 42px rgba(0, 0, 0, .32);
}
body.fzn-dark .fzn-dma-showcase-play {
  background: rgba(7, 15, 27, .78);
  border-color: rgba(156, 197, 255, .24);
}

@media (max-width: 900px) {
  .fzn-dma-guide-shell {
    width: min(100% - 24px, 680px);
    margin-top: 16px;
    gap: 16px;
  }
  .fzn-dma-guide-hero-card {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 20px;
  }
  .fzn-dma-guide-hero-copy h2 {
    font-size: 32px;
    line-height: 1.08;
  }
  .fzn-dma-guide-hero-copy p {
    font-size: 15px;
  }
  .fzn-dma-guide-hero-visual {
    min-height: 280px;
  }
  .fzn-dma-device {
    width: 118px;
    min-height: 82px;
  }
  .fzn-dma-guide-section {
    padding: 18px;
    border-radius: 20px;
  }
  .fzn-dma-showcase-card {
    height: 172px;
  }
  .fzn-dma-showcase-marquee {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    mask-image: none;
    -webkit-mask-image: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .fzn-dma-showcase-marquee::-webkit-scrollbar {
    display: none;
  }
  .fzn-dma-showcase-track,
  .fzn-dma-showcase-marquee-bottom .fzn-dma-showcase-track {
    animation: none;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }
  .fzn-dma-showcase-track[data-fzn-cloned="1"] {
    animation: fzn-dma-showcase-scroll 44s linear infinite;
  }
  .fzn-dma-showcase-marquee-bottom .fzn-dma-showcase-track {
    animation-duration: 46s;
  }
  .fzn-dma-showcase-marquee-bottom .fzn-dma-showcase-track[data-fzn-cloned="1"] {
    animation-name: fzn-dma-showcase-scroll-reverse;
  }
  .fzn-dma-showcase-card {
    transform: translateZ(0);
  }
  .fzn-dma-showcase-card img,
  .fzn-dma-showcase-card video {
    object-fit: cover;
    background: #0b1725;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .fzn-dma-guide-section-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .fzn-dma-guide-section-head span {
    grid-row: auto;
    width: 40px;
    height: 40px;
  }
  .fzn-dma-guide-grid-3,
  .fzn-dma-checklist,
  .fzn-dma-flow-row,
  .fzn-dma-compare {
    grid-template-columns: 1fr;
  }
  .fzn-dma-guide-actions .fzn-button {
    flex: 1 1 100%;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .fzn-dma-guide-shell {
    width: calc(100% - 18px);
  }
  .fzn-dma-guide-hero-card,
  .fzn-dma-guide-section {
    padding: 16px;
    border-radius: 18px;
  }
  .fzn-dma-guide-hero-copy h2 {
    font-size: 28px;
  }
  .fzn-dma-guide-hero-visual {
    min-height: 238px;
  }
  .fzn-dma-device {
    width: 104px;
    min-height: 72px;
    border-radius: 14px;
  }
  .fzn-dma-device strong {
    font-size: 15px;
  }
  .fzn-dma-device span {
    font-size: 12px;
  }
  .fzn-dma-device-main { left: 5%; top: 14%; }
.fzn-dma-device-sub { right: 5%; bottom: 12%; }
}

/* DMA brand landing refinements */
.fzn-dma-guide-page {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  padding: 34px clamp(18px, 3vw, 48px) 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 4%, rgba(34, 116, 255, .18), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(14, 165, 233, .16), transparent 26%),
    linear-gradient(180deg, #f7fbff 0%, #eef5ff 44%, #f8fbff 100%);
}
.fzn-dma-guide-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(37, 99, 235, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, .08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000, transparent 72%);
}
.fzn-dma-guide-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin-top: 0;
  gap: 34px;
}
.fzn-dma-guide-hero-card {
  min-height: 620px;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(38, 91, 145, .28);
  border-radius: 34px;
  background:
    radial-gradient(circle at 74% 38%, rgba(63, 145, 255, .34), transparent 30%),
    linear-gradient(135deg, #08111f 0%, #0d1c31 48%, #08111d 100%);
  color: #fff;
  box-shadow: 0 34px 88px rgba(15, 23, 42, .24);
}
.fzn-dma-guide-hero-copy {
  align-self: center;
}
.fzn-dma-guide-eyebrow {
  color: #a7d2ff;
  background: rgba(113, 180, 255, .13);
  border: 1px solid rgba(143, 195, 255, .26);
}
.fzn-dma-guide-hero-copy h1,
.fzn-dma-guide-hero-copy h2 {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .96;
  letter-spacing: -.065em;
}
.fzn-dma-guide-hero-copy p {
  max-width: 640px;
  color: #bed0e4;
  font-size: 18px;
}
.fzn-dma-brand-metrics {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.fzn-dma-brand-metrics div {
  padding: 15px;
  border: 1px solid rgba(150, 199, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(12px);
}
.fzn-dma-brand-metrics strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}
.fzn-dma-brand-metrics span {
  display: block;
  margin-top: 6px;
  color: #91a9c2;
  font-size: 13px;
}
.fzn-dma-brand-metrics h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}
.fzn-dma-brand-metrics p {
  margin: 6px 0 0;
  color: #91a9c2;
  font-size: 13px;
  line-height: 1.35;
}
.fzn-dma-guide-hero-visual {
  min-height: auto;
  border: 1px solid rgba(142, 197, 255, .2);
  background:
    radial-gradient(circle at 50% 50%, rgba(77, 153, 255, .35), transparent 25%),
    radial-gradient(circle at 50% 50%, rgba(9, 17, 29, .08), transparent 50%),
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  box-shadow: inset 0 0 90px rgba(88, 157, 255, .12);
}
.fzn-dma-orbit {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(135, 195, 255, .26);
  border-radius: 999px;
  transform: rotate(-24deg);
}
.fzn-dma-orbit::before,
.fzn-dma-orbit::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(135, 195, 255, .18);
  border-radius: inherit;
  transform: rotate(42deg);
}
.fzn-dma-orbit::after {
  inset: 28%;
  transform: rotate(-38deg);
}
.fzn-dma-device {
  width: 156px;
  min-height: 110px;
  background: rgba(7, 18, 32, .82);
  backdrop-filter: blur(18px);
}
.fzn-dma-device-main { left: 8%; top: 14%; }
.fzn-dma-device-link { width: 176px; min-height: 126px; }
.fzn-dma-device-sub { right: 8%; bottom: 14%; }
.fzn-dma-guide-section {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(205, 220, 238, .92);
  border-radius: 30px;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(14px);
}
.fzn-dma-guide-section-head {
  max-width: 920px;
  margin-bottom: 24px;
}
.fzn-dma-guide-section-head span {
  color: #0d56d8;
  background: #e8f1ff;
}
.fzn-dma-guide-section-head h2 {
  font-size: clamp(30px, 4vw, 52px);
  letter-spacing: -.045em;
}
.fzn-dma-guide-section-head p {
  font-size: 16px;
}
.fzn-dma-guide-card,
.fzn-dma-flow-row article,
.fzn-dma-compare article,
.fzn-dma-checklist div {
  border-color: rgba(204, 220, 238, .9);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,255,.88));
  box-shadow: 0 16px 34px rgba(15, 23, 42, .055);
}
.fzn-dma-guide-card {
  min-height: 190px;
  padding: 24px;
}
.fzn-dma-guide-card > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 13px;
  color: #fff;
  background: #1769f2;
  font-weight: 900;
}
.fzn-dma-guide-card strong,
.fzn-dma-flow-row strong,
.fzn-dma-compare h3,
.fzn-dma-checklist b {
  font-size: 20px;
}
.fzn-dma-checklist {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.fzn-dma-checklist div {
  min-height: 152px;
  padding: 18px;
}
.fzn-dma-checklist b {
  font-size: 17px;
}
.fzn-dma-checklist span {
  font-size: 13px;
  line-height: 1.58;
}
.fzn-dma-brand-flow {
  color: #fff;
  background:
    radial-gradient(circle at 18% 14%, rgba(52, 142, 255, .28), transparent 28%),
    linear-gradient(135deg, #08111d, #0b1d32);
}
.fzn-dma-brand-flow .fzn-dma-guide-section-head span {
  color: #fff;
  background: rgba(97, 164, 255, .22);
}
.fzn-dma-brand-flow .fzn-dma-guide-section-head h2,
.fzn-dma-brand-flow .fzn-dma-flow-row strong {
  color: #fff;
}
.fzn-dma-brand-flow .fzn-dma-guide-section-head p,
.fzn-dma-brand-flow .fzn-dma-flow-row p {
  color: #aebfd3;
}
.fzn-dma-brand-flow .fzn-dma-flow-row article {
  border-color: rgba(150, 199, 255, .18);
  background: rgba(255, 255, 255, .07);
  box-shadow: none;
}
.fzn-dma-guide-buy {
  padding: clamp(28px, 5vw, 54px);
  background:
    radial-gradient(circle at 84% 18%, rgba(23, 105, 242, .18), transparent 28%),
    linear-gradient(135deg, #ffffff, #eaf4ff);
}
.fzn-dma-products-section {
  background: rgba(255, 255, 255, .86);
}

body.fzn-dark .fzn-dma-guide-page {
  background:
    radial-gradient(circle at 12% 4%, rgba(34, 116, 255, .22), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(14, 165, 233, .18), transparent 26%),
    linear-gradient(180deg, #050b13 0%, #08111d 48%, #050a12 100%);
}
body.fzn-dark .fzn-dma-guide-section {
  border-color: rgba(48, 70, 96, .9);
  background: rgba(9, 18, 30, .78);
}
body.fzn-dark .fzn-dma-guide-section-head span {
  color: #9cc5ff;
  background: rgba(84, 153, 255, .13);
}
body.fzn-dark .fzn-dma-guide-card,
body.fzn-dark .fzn-dma-flow-row article,
body.fzn-dark .fzn-dma-compare article,
body.fzn-dark .fzn-dma-checklist div {
  border-color: rgba(49, 72, 100, .92);
  background: linear-gradient(180deg, rgba(13, 27, 43, .96), rgba(9, 18, 31, .9));
}
body.fzn-dark .fzn-dma-brand-flow {
  background:
    radial-gradient(circle at 18% 14%, rgba(52, 142, 255, .25), transparent 28%),
    linear-gradient(135deg, #07101b, #0b1b2c);
}

@media (max-width: 1100px) {
  .fzn-dma-checklist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .fzn-dma-guide-page {
    padding: 18px 12px 38px;
  }
  .fzn-dma-guide-shell {
    width: 100%;
    gap: 18px;
  }
  .fzn-dma-guide-hero-card {
    min-height: 0;
    padding: 24px;
    border-radius: 26px;
  }
  .fzn-dma-guide-hero-copy h1,
  .fzn-dma-guide-hero-copy h2 {
    font-size: 44px;
  }
  .fzn-dma-brand-metrics {
    grid-template-columns: 1fr;
  }
  .fzn-dma-guide-hero-visual {
    min-height: 320px;
  }
  .fzn-dma-checklist,
  .fzn-dma-guide-grid-3,
  .fzn-dma-flow-row,
  .fzn-dma-compare {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .fzn-dma-guide-page {
    padding-inline: 9px;
  }
  .fzn-dma-guide-hero-card,
  .fzn-dma-guide-section {
    padding: 18px;
    border-radius: 22px;
  }
  .fzn-dma-guide-hero-copy h1,
  .fzn-dma-guide-hero-copy h2 {
    font-size: 36px;
  }
  .fzn-dma-guide-hero-copy p,
  .fzn-dma-guide-section-head p {
    font-size: 14px;
  }
  .fzn-dma-guide-hero-visual {
    min-height: 260px;
  }
  .fzn-dma-device {
    width: 112px;
    min-height: 78px;
  }
  .fzn-dma-device-link {
    width: 132px;
    min-height: 92px;
  }
  .fzn-dma-guide-section-head h2 {
    font-size: 30px;
  }
  .fzn-dma-guide-card,
  .fzn-dma-flow-row article,
  .fzn-dma-compare article,
  .fzn-dma-checklist div {
    border-radius: 18px;
  }
}

/* DMA corporate homepage layout */
.fzn-editor-canvas {
  width: 100%;
  overflow: clip;
}
.fzn-editor-page,
.fzn-editor-page .entry-content,
.fzn-editor-page .entry-content > * {
  margin: 0;
}
.fzn-dma-guide-page p {
  margin-top: 0;
}
.fzn-dma-corp-hero {
  grid-template-columns: minmax(500px, 1fr) minmax(440px, .96fr);
  gap: clamp(22px, 3vw, 42px);
}
.fzn-dma-corp-hero .fzn-dma-guide-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(54px, 7vw, 98px);
}
.fzn-dma-corp-hero .fzn-dma-guide-hero-copy p {
  max-width: 660px;
  overflow-wrap: anywhere;
}
.fzn-dma-corp-hero .fzn-dma-brand-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 620px;
}
.fzn-dma-corp-visual {
  min-height: 500px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.fzn-dma-corp-visual img {
  position: absolute;
  inset: 10%;
  width: 80%;
  height: 80%;
  object-fit: contain;
  opacity: .44;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, .38));
}
.fzn-dma-corp-visual .wp-block-image {
  position: absolute;
  inset: 10%;
  width: 80%;
  height: 80%;
  margin: 0;
}
.fzn-dma-corp-visual .wp-block-image img {
  position: static;
  width: 100%;
  height: 100%;
}
.fzn-dma-corp-visual::before {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(135, 195, 255, .18);
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(135, 195, 255, .18) 1px, transparent 1px),
    linear-gradient(rgba(135, 195, 255, .16) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle, #000 0 45%, transparent 74%);
}
.fzn-dma-corp-visual::after {
  content: "";
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(108, 175, 255, .36);
  border-radius: 999px;
  transform: rotate(-18deg);
  box-shadow: 0 0 70px rgba(70, 145, 255, .2);
}
.fzn-dma-corp-orbit {
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(108, 175, 255, .36);
  border-radius: 999px;
  transform: rotate(-18deg);
  box-shadow: 0 0 70px rgba(70, 145, 255, .2);
}
.fzn-dma-corp-node {
  position: absolute;
  z-index: 2;
  min-width: 142px;
  padding: 14px 16px;
  border: 1px solid rgba(137, 196, 255, .28);
  border-radius: 18px;
  background: rgba(7, 18, 32, .78);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .3);
  backdrop-filter: blur(16px);
}
.fzn-dma-corp-node span {
  display: block;
  color: #74b7ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.fzn-dma-corp-node p {
  margin: 0;
  color: #74b7ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.fzn-dma-corp-node strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
}
.fzn-dma-corp-node h3 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}
.fzn-dma-corp-node-host { left: 7%; top: 14%; }
.fzn-dma-corp-node-core { right: 8%; top: 44%; }
.fzn-dma-corp-node-side { left: 18%; bottom: 12%; }
.fzn-dma-corp-route {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.fzn-dma-corp-route a {
  min-height: 138px;
  padding: 20px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 18px 38px rgba(37, 99, 235, .08);
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.fzn-dma-corp-route a:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, .32);
  box-shadow: 0 24px 48px rgba(37, 99, 235, .13);
}
.fzn-dma-corp-route span {
  color: #1769f2;
  font-size: 13px;
  font-weight: 900;
}
.fzn-dma-corp-route strong {
  color: #102033;
  font-size: 24px;
  line-height: 1.15;
}
.fzn-dma-corp-route em {
  color: #64748b;
  font-style: normal;
  font-size: 14px;
  line-height: 1.55;
}
.fzn-dma-corp-stack {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.fzn-dma-corp-stack div,
.fzn-dma-corp-entry-grid a,
.fzn-dma-corp-service-grid div {
  border: 1px solid rgba(193, 214, 239, .9);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(244, 249, 255, .88));
  box-shadow: 0 18px 38px rgba(15, 23, 42, .06);
}
.fzn-dma-corp-stack div {
  min-height: 210px;
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 14px;
}
.fzn-dma-corp-stack em,
.fzn-dma-corp-entry-grid span {
  color: #1d6cf2;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}
.fzn-dma-corp-stack strong {
  color: #102033;
  font-size: 22px;
  line-height: 1.18;
}
.fzn-dma-corp-stack h3 {
  margin: 0;
  color: #102033;
  font-size: 22px;
  line-height: 1.18;
}
.fzn-dma-corp-stack p {
  margin: 0;
  color: #5d6b7d;
  font-size: 13px;
  line-height: 1.58;
}
.fzn-dma-stack-guide {
  display: inline-block;
  margin-top: 8px;
  color: #1769f2;
  font-weight: 900;
}
.fzn-dma-corp-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.fzn-dma-corp-entry-grid a {
  position: relative;
  min-height: 168px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.fzn-dma-corp-entry-grid .wp-block-button {
  display: flex;
  min-width: 0;
}
.fzn-dma-corp-entry-grid .wp-block-button__link {
  flex: 1;
  width: 100%;
  text-align: left;
}
.fzn-dma-corp-entry-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(39, 120, 255, .48);
  box-shadow: 0 22px 44px rgba(37, 99, 235, .14);
}
.fzn-dma-corp-entry-grid a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 45%, #1d6cf2 0 55%, transparent 0) center / 11px 11px no-repeat,
    #edf5ff;
  opacity: .92;
}
.fzn-dma-corp-entry-grid strong {
  padding-right: 34px;
  color: #102033;
  font-size: 22px;
  line-height: 1.18;
}
.fzn-dma-corp-entry-grid em {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0d63df;
  background: #e8f1ff;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
.fzn-dma-corp-entry-grid a[data-fzn-dma-entry-video]::after {
  background:
    conic-gradient(from 150deg at 60% 50%, #1d6cf2 0 60deg, transparent 0) center / 14px 14px no-repeat,
    #edf5ff;
}
.fzn-dma-corp-gallery {
  overflow: visible;
}
.fzn-dma-mobile-ecosystem {
  display: none;
}
.fzn-dma-corp-gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 14px;
}
.fzn-dma-corp-gallery-grid article {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(193, 214, 239, .9);
  border-radius: 26px;
  background: #f7fbff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.fzn-dma-corp-gallery-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(101, 167, 255, .38);
  box-shadow: 0 26px 50px rgba(15, 23, 42, .16);
}
.fzn-dma-card-tip {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 64px;
  height: 64px;
  display: inline-grid;
  align-items: center;
  justify-items: center;
  padding: 0;
  color: transparent;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  pointer-events: none;
  opacity: .5;
  transition: opacity .22s ease, transform .22s ease, width .22s ease, height .22s ease;
}
.fzn-dma-card-tip::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url("/wp-content/uploads/2026/05/dma-brand/tap_hand_icon_alpha_white.png") center / contain no-repeat;
  filter: drop-shadow(0 8px 18px rgba(4, 10, 18, .22));
  transform: translateY(-1px);
}
.fzn-dma-card-tip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: max-width .22s ease, color .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease, padding .22s ease, opacity .22s ease;
  opacity: 0;
}
.fzn-dma-corp-gallery-grid article:hover .fzn-dma-card-tip {
  width: auto;
  min-width: 0;
  height: 28px;
  padding: 0;
  transform: translate(-50%, -50%) scale(1.03);
  opacity: 1;
}
.fzn-dma-corp-gallery-grid article:hover .fzn-dma-card-tip::before {
  width: 34px;
  height: 34px;
  opacity: 0;
}
.fzn-dma-corp-gallery-grid article:hover .fzn-dma-card-tip::after {
  content: "点击查看详情";
  max-width: 120px;
  padding: 12px 18px 13px;
  border-radius: 999px;
  background: rgba(8, 17, 29, .78);
  border: 1px solid rgba(152, 200, 255, .3);
  box-shadow: 0 22px 46px rgba(4, 10, 18, .32);
  color: rgba(255, 255, 255, .96);
  opacity: 1;
}
.fzn-dma-corp-gallery-grid article:first-child {
  grid-row: span 2;
  min-height: 554px;
}
.fzn-dma-corp-gallery-grid article[data-fzn-modal-open] {
  cursor: pointer;
}
.fzn-dma-corp-gallery-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .88;
  transition: transform .32s ease;
}
.fzn-dma-corp-gallery-grid article[data-fzn-modal-open="fzn-dma-bundle-modal"] img {
  object-fit: contain;
  padding: 8px 8px 92px;
  background: #f7fbff;
}
.fzn-dma-corp-gallery-grid article[data-fzn-modal-open="fzn-dma-dc500-modal"] img,
.fzn-dma-corp-gallery-grid article[data-fzn-modal-open="fzn-dma-kmbox-modal"] img {
  object-fit: contain;
  padding: 16px;
  background: transparent;
}
.fzn-dma-corp-gallery-grid article:hover img {
  transform: scale(1.04);
}
.fzn-dma-corp-gallery-grid article[data-fzn-modal-open="fzn-dma-bundle-modal"]:hover img {
  transform: scale(1.02);
}
.fzn-dma-corp-gallery-grid article[data-fzn-modal-open="fzn-dma-dc500-modal"]:hover img,
.fzn-dma-corp-gallery-grid article[data-fzn-modal-open="fzn-dma-kmbox-modal"]:hover img {
  transform: scale(.98);
}
.fzn-dma-corp-gallery-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(4, 10, 18, .86));
  pointer-events: none;
}
.fzn-dma-corp-gallery-grid article[data-fzn-modal-open="fzn-dma-dc500-modal"]::before,
.fzn-dma-corp-gallery-grid article[data-fzn-modal-open="fzn-dma-kmbox-modal"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(247, 251, 255, .96), rgba(247, 251, 255, .96)),
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .86), rgba(226, 238, 252, .52));
  pointer-events: none;
}
.fzn-dma-corp-gallery-grid article[data-fzn-modal-open="fzn-dma-dc500-modal"]::after,
.fzn-dma-corp-gallery-grid article[data-fzn-modal-open="fzn-dma-kmbox-modal"]::after {
  background: linear-gradient(180deg, rgba(247, 251, 255, 0) 38%, rgba(8, 17, 29, .76));
}
.fzn-dma-corp-gallery-grid article div {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
}
.fzn-dma-corp-gallery-grid strong {
  display: block;
  color: #fff;
  font-size: 21px;
  line-height: 1.18;
}
.fzn-dma-corp-gallery-card h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.18;
}
.fzn-dma-corp-gallery-grid p {
  margin: 8px 0 0;
  color: rgba(232, 242, 255, .78);
  font-size: 13px;
  line-height: 1.58;
}
.fzn-dma-corp-gallery-card p {
  margin: 8px 0 0;
  color: rgba(232, 242, 255, .78);
  font-size: 13px;
  line-height: 1.58;
}
.fzn-dma-corp-service {
  color: #fff;
  background:
    radial-gradient(circle at 18% 22%, rgba(46, 134, 255, .28), transparent 32%),
    linear-gradient(135deg, #08111d, #0c2035);
}
.fzn-dma-corp-service .fzn-dma-guide-section-head span {
  color: #fff;
  background: rgba(97, 164, 255, .22);
}
.fzn-dma-corp-service .fzn-dma-guide-section-head h2 {
  color: #fff;
}
.fzn-dma-corp-service .fzn-dma-guide-section-head p {
  color: #b6c8dd;
}
.fzn-dma-corp-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.fzn-dma-corp-service-grid div {
  padding: 20px;
  border-color: rgba(150, 199, 255, .18);
  background: rgba(255, 255, 255, .07);
  box-shadow: none;
}
.fzn-dma-corp-service-grid strong {
  display: block;
  color: #fff;
  font-size: 24px;
}
.fzn-dma-corp-service-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.fzn-dma-corp-service-grid span {
  display: block;
  margin-top: 8px;
  color: #aebfd3;
  line-height: 1.6;
}
.fzn-dma-corp-service-grid p {
  margin: 8px 0 0;
  color: #aebfd3;
  line-height: 1.6;
}
.fzn-dma-corp-service-note {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(150, 199, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
}
.fzn-dma-corp-service-note p {
  margin: 0;
  color: #aebfd3;
  line-height: 1.72;
}
.fzn-dma-products-section {
  position: relative;
}
.fzn-dma-products-section .fzn-dma-grid {
  margin-top: 4px;
}
.fzn-dma-products-section .fzn-dark-card {
  box-shadow: 0 20px 46px rgba(15, 23, 42, .08);
}
body.fzn-dark .fzn-dma-corp-stack div,
body.fzn-dark .fzn-dma-corp-entry-grid a,
body.fzn-dark .fzn-dma-corp-service-grid div,
body.fzn-dark .fzn-dma-corp-route a {
  border-color: rgba(49, 72, 100, .92);
  background: linear-gradient(180deg, rgba(13, 27, 43, .96), rgba(9, 18, 31, .9));
}
body.fzn-dark .fzn-dma-corp-stack strong,
body.fzn-dark .fzn-dma-corp-stack h3,
body.fzn-dark .fzn-dma-corp-entry-grid strong,
body.fzn-dark .fzn-dma-corp-route strong {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-corp-stack p,
body.fzn-dark .fzn-dma-corp-route em {
  color: #91a9c2;
}
body.fzn-dark .fzn-dma-stack-guide {
  color: #74b7ff;
}
body.fzn-dark .fzn-dma-corp-route span {
  color: #74b7ff;
}
body.fzn-dark .fzn-dma-corp-entry-grid em {
  color: #9cc5ff;
  background: rgba(84, 153, 255, .13);
}
body.fzn-dark .fzn-dma-corp-entry-grid a::after {
  background:
    linear-gradient(135deg, transparent 45%, #9cc5ff 0 55%, transparent 0) center / 11px 11px no-repeat,
    rgba(84, 153, 255, .13);
}
body.fzn-dark .fzn-dma-products-section {
  background: rgba(9, 18, 30, .82);
}
body.fzn-dark .fzn-dma-products-section .fzn-dark-card {
  box-shadow: 0 22px 52px rgba(0, 0, 0, .28);
}

.fzn-dma-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.fzn-dma-trust-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 999px;
  color: #0d63df;
  background: rgba(219, 234, 254, .74);
  font-size: 13px;
  font-weight: 900;
}
.fzn-dma-link-map {
  position: relative;
  align-content: center;
  gap: 14px;
  padding: clamp(18px, 3vw, 30px);
}
.fzn-dma-link-map::before,
.fzn-dma-link-map::after,
.fzn-dma-link-map .fzn-dma-corp-orbit,
.fzn-dma-link-map img {
  display: none;
}
.fzn-dma-link-step {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 16px 38px rgba(37, 99, 235, .09);
  backdrop-filter: blur(12px);
}
.fzn-dma-link-step span,
.fzn-dma-link-connector span {
  color: #1769f2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.fzn-dma-link-step strong {
  color: #102033;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.05;
}
.fzn-dma-link-step em {
  color: #5d6b7d;
  font-style: normal;
  font-size: 13px;
  line-height: 1.55;
}
.fzn-dma-link-connector {
  position: relative;
  min-height: 40px;
  display: grid;
  place-items: center;
}
.fzn-dma-link-connector::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(23, 105, 242, .1), rgba(23, 105, 242, .72), rgba(23, 105, 242, .1));
}
.fzn-dma-link-connector::after {
  content: "";
  position: absolute;
  right: 10%;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(23, 105, 242, .72);
  border-right: 2px solid rgba(23, 105, 242, .72);
  transform: rotate(45deg);
}
.fzn-dma-link-connector span {
  position: relative;
  z-index: 1;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e8f1ff;
}
.fzn-dma-link-note {
  padding: 12px 14px;
  border: 1px solid rgba(23, 105, 242, .18);
  border-radius: 18px;
  color: #0d56d8;
  background: rgba(232, 241, 255, .8);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}
.fzn-dma-demo-video-card {
  position: relative;
  min-height: 0;
  align-content: stretch;
  display: grid;
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.fzn-dma-demo-video-card img,
.fzn-dma-demo-video-card .fzn-dma-corp-orbit {
  display: none;
}
.fzn-dma-demo-video-head {
  display: none;
  justify-self: stretch;
  width: 100%;
  gap: 5px;
  justify-items: start;
  padding-left: 0;
  text-align: left;
}
.fzn-dma-demo-video-head span {
  color: #1769f2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}
.fzn-dma-demo-video-head strong {
  color: #102033;
  font-size: 18px;
  line-height: 1.25;
}
.fzn-dma-demo-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9.7;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 14px;
  background: #050b13;
  object-fit: cover;
}
.fzn-dma-demo-video-card .fzn-video-player-ui {
  aspect-ratio: 16 / 9.7;
}
.fzn-dma-demo-video-card .fzn-dma-hero-budget {
  max-width: 100%;
  margin-top: 14px;
}
.fzn-dma-demo-video::-webkit-media-controls-seek-back-button,
.fzn-dma-demo-video::-webkit-media-controls-seek-forward-button,
.fzn-dma-entry-player::-webkit-media-controls-seek-back-button,
.fzn-dma-entry-player::-webkit-media-controls-seek-forward-button,
.fzn-lightbox-panel video::-webkit-media-controls-seek-back-button,
.fzn-lightbox-panel video::-webkit-media-controls-seek-forward-button {
  display: none;
}
.fzn-dma-corp-route a {
  border-width: 2px;
}
.fzn-dma-corp-route a span {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: #1769f2;
  box-shadow: 0 10px 24px rgba(37, 99, 235, .18);
}
.fzn-dma-corp-route a:first-child {
  background: linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(232, 241, 255, .76));
}
.fzn-dma-corp-route a:nth-child(2) {
  border-color: rgba(37, 99, 235, .28);
  background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(219, 234, 254, .84));
  box-shadow: 0 24px 52px rgba(37, 99, 235, .13);
}
.fzn-dma-corp-route a:nth-child(3) {
  background: linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(236, 253, 245, .76));
}
body.fzn-dark .fzn-dma-trust-badges span {
  border-color: rgba(92, 149, 222, .18);
  color: #b9d8ff;
  background: rgba(84, 153, 255, .13);
}
body.fzn-dark .fzn-dma-link-step {
  border-color: rgba(92, 149, 222, .16);
  background: rgba(12, 24, 38, .68);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
}
body.fzn-dark .fzn-dma-link-step span,
body.fzn-dark .fzn-dma-link-connector span {
  color: #74b7ff;
}
body.fzn-dark .fzn-dma-link-step strong {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-link-step em {
  color: #a9bad0;
}
body.fzn-dark .fzn-dma-link-connector span {
  background: rgba(84, 153, 255, .13);
}
body.fzn-dark .fzn-dma-link-note {
  border-color: rgba(92, 149, 222, .2);
  color: #b9d8ff;
  background: rgba(84, 153, 255, .13);
}
body.fzn-dark .fzn-dma-demo-video-card {
  background: transparent;
  box-shadow: none;
}
body.fzn-dark .fzn-dma-demo-video-head span {
  color: #74b7ff;
}
body.fzn-dark .fzn-dma-demo-video-head strong {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-demo-video {
  border-color: rgba(92, 149, 222, .2);
}
body.fzn-dark .fzn-dma-corp-route a span {
  color: #06111f;
  background: #9cc5ff;
}
body.fzn-dark .fzn-dma-corp-route a:first-child,
body.fzn-dark .fzn-dma-corp-route a:nth-child(2),
body.fzn-dark .fzn-dma-corp-route a:nth-child(3) {
  background: rgba(12, 24, 38, .68);
}
body.fzn-dark .fzn-dma-corp-hero .fzn-dma-guide-actions .fzn-button:not(.fzn-button-primary) {
  color: #dbeafe;
  border-color: rgba(156, 197, 255, .58);
  background: rgba(12, 24, 38, .58);
}

/* DMA should read like one continuous brand page, not stacked containers. */
.fzn-dma-guide-page {
  padding-top: clamp(10px, 2vw, 24px);
  padding-bottom: 10px;
  background:
    radial-gradient(circle at 14% 5%, rgba(34, 116, 255, .16), transparent 28%),
    radial-gradient(circle at 84% 22%, rgba(14, 165, 233, .14), transparent 24%),
    radial-gradient(circle at 42% 58%, rgba(37, 99, 235, .08), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #edf5ff 48%, #f9fcff 100%);
}
.fzn-dma-guide-shell {
  gap: clamp(14px, 1.7vw, 22px);
}
.fzn-dma-guide-section {
  padding: 0 clamp(4px, 1.2vw, 18px);
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .16);
  box-shadow: none;
  backdrop-filter: blur(2px);
  scroll-margin-top: 78px;
}
.fzn-dma-guide-section-head {
  max-width: 880px;
  margin-bottom: clamp(10px, 1.5vw, 15px);
}
.fzn-dma-guide-section-head:not(:has(> span)) {
  display: block;
}
.fzn-dma-guide-section-head span {
  display: none;
}
.fzn-dma-guide-section-head h2 {
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.18;
}
.fzn-dma-corp-entry .fzn-dma-guide-section-head {
  display: block;
}
.fzn-dma-corp-entry .fzn-dma-guide-section-head p {
  margin-top: 8px;
  line-height: 1.55;
  white-space: nowrap;
}
.fzn-dma-corp-hero {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: clamp(0px, .5vw, 6px) clamp(4px, 1.2vw, 18px) clamp(4px, 1.4vw, 16px);
  overflow: visible;
}
.fzn-dma-corp-hero .fzn-dma-guide-hero-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fzn-dma-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 9px;
  color: #087e78;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .16em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .72), 0 0 12px rgba(8, 126, 120, .16);
}
.fzn-dma-hero-leds {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
}
.fzn-dma-hero-led {
  --fzn-led-rgb: 18, 217, 130;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(var(--fzn-led-rgb), .46);
  border: 1px solid rgba(var(--fzn-led-rgb), .5);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .22),
    0 0 0 0 rgba(var(--fzn-led-rgb), 0),
    0 0 0 rgba(var(--fzn-led-rgb), 0);
  opacity: .5;
  transform: scale(.82);
}
.fzn-dma-hero-led.is-green {
  animation: fzn-dma-led-green 1.9s linear infinite;
}
.fzn-dma-hero-led.is-yellow {
  --fzn-led-rgb: 255, 196, 56;
  animation: fzn-dma-led-yellow 1.9s linear infinite;
}
.fzn-dma-hero-led.is-red {
  --fzn-led-rgb: 255, 91, 91;
  animation: fzn-dma-led-red 1.9s linear infinite;
}
body.fzn-dark .fzn-dma-hero-kicker {
  color: #16f2d0;
  text-shadow: 0 0 14px rgba(22, 242, 208, .42);
}
body.fzn-dark .fzn-dma-hero-budget {
  border-color: rgba(68, 140, 255, .22);
  background:
    linear-gradient(135deg, rgba(8, 18, 35, .92), rgba(10, 21, 37, .82)),
    radial-gradient(circle at left center, rgba(37, 99, 235, .18), transparent 58%);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .04);
}
body.fzn-dark .fzn-dma-hero-budget strong {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-corp-hero .fzn-dma-hero-budget p {
  color: #a9bed4;
}
.fzn-dma-corp-hero .fzn-dma-guide-hero-copy h1 {
  color: #071426;
  max-width: 800px;
  font-size: clamp(32px, 3.15vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
}
.fzn-dma-corp-hero .fzn-dma-guide-hero-copy p {
  color: #53657d;
  max-width: 620px;
  margin-top: 22px;
  font-size: clamp(15px, 1.08vw, 18px);
  line-height: 1.64;
}
.fzn-dma-hero-budget {
  max-width: 620px;
  margin-top: 18px;
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(237, 245, 255, .94)),
    radial-gradient(circle at left center, rgba(37, 99, 235, .10), transparent 56%);
  box-shadow: 0 12px 30px rgba(37, 99, 235, .08);
}
.fzn-dma-hero-budget strong {
  display: block;
  color: #0f172a;
  font-size: clamp(15px, 1.04vw, 17px);
  font-weight: 900;
  line-height: 1.3;
}
.fzn-dma-corp-hero .fzn-dma-hero-budget p {
  max-width: none;
  margin-top: 4px;
  color: #53657d;
  font-size: clamp(12px, .9vw, 14px);
  line-height: 1.55;
}
.fzn-dma-corp-hero .fzn-dma-brand-metrics {
  margin-top: 18px;
}
.fzn-dma-guide-eyebrow {
  color: #0d63df;
  background: rgba(219, 234, 254, .74);
  border-color: rgba(37, 99, 235, .18);
}
.fzn-dma-brand-metrics div {
  border-color: rgba(37, 99, 235, .14);
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 14px 34px rgba(37, 99, 235, .08);
}
.fzn-dma-brand-metrics strong {
  color: #0f172a;
}
.fzn-dma-brand-metrics h3 {
  color: #0f172a;
}
.fzn-dma-brand-metrics span {
  color: #64748b;
}
.fzn-dma-brand-metrics p {
  color: #64748b;
}
.fzn-dma-corp-visual {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.fzn-dma-corp-visual::before {
  inset: 8%;
  border: 0;
  opacity: .75;
}
.fzn-dma-corp-stack div,
.fzn-dma-corp-entry-grid a,
.fzn-dma-corp-service-grid div,
.fzn-dma-corp-route a {
  border-color: rgba(37, 99, 235, .12);
  background: rgba(255, 255, 255, .54);
  box-shadow: 0 16px 38px rgba(37, 99, 235, .07);
}
.fzn-dma-corp-entry-grid a,
.fzn-dma-corp-stack div,
.fzn-dma-corp-route a {
  backdrop-filter: blur(10px);
}
.fzn-dma-corp-gallery,
.fzn-dma-corp-service,
.fzn-dma-guide-buy,
.fzn-dma-products-section {
  background: transparent;
}
.fzn-dma-corp-service {
  color: inherit;
}
.fzn-dma-corp-service .fzn-dma-guide-section-head span {
  color: #1769f2;
  background: transparent;
}
.fzn-dma-corp-service .fzn-dma-guide-section-head h2 {
  color: #0f172a;
}
.fzn-dma-corp-service .fzn-dma-guide-section-head p,
.fzn-dma-corp-service-grid span {
  color: #5d6b7d;
}
.fzn-dma-corp-service-grid strong {
  color: #102033;
}
.fzn-dma-corp-service-grid h3 {
  color: #102033;
}
.fzn-dma-corp-service-note {
  border-color: rgba(18, 100, 232, .12);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}
.fzn-dma-corp-service-note p {
  color: #5d6b7d;
}
.fzn-dma-guide-buy {
  padding: 0 clamp(4px, 1.2vw, 18px);
}
.fzn-dma-guide-buy .fzn-dma-guide-section-head,
.fzn-dma-products-section .fzn-dma-guide-section-head {
  max-width: 760px;
}
body.fzn-dark .fzn-dma-guide-page {
  background:
    radial-gradient(circle at 14% 5%, rgba(34, 116, 255, .22), transparent 28%),
    radial-gradient(circle at 84% 22%, rgba(14, 165, 233, .16), transparent 24%),
    radial-gradient(circle at 42% 58%, rgba(37, 99, 235, .10), transparent 28%),
    linear-gradient(180deg, #050b13 0%, #08111d 50%, #050a12 100%);
}
body.fzn-dark .fzn-dma-guide-section,
body.fzn-dark .fzn-dma-products-section {
  background: transparent;
}
body.fzn-dark .fzn-dma-guide-section-head span,
body.fzn-dark .fzn-dma-corp-service .fzn-dma-guide-section-head span {
  color: #74b7ff;
  background: transparent;
}
body.fzn-dark .fzn-dma-corp-hero .fzn-dma-guide-hero-copy h1,
body.fzn-dark .fzn-dma-corp-service .fzn-dma-guide-section-head h2,
body.fzn-dark .fzn-dma-corp-service-grid strong,
body.fzn-dark .fzn-dma-corp-service-grid h3 {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-corp-hero .fzn-dma-guide-hero-copy p,
body.fzn-dark .fzn-dma-corp-service .fzn-dma-guide-section-head p,
body.fzn-dark .fzn-dma-corp-service-grid span,
body.fzn-dark .fzn-dma-corp-service-grid p {
  color: #a9bad0;
}
body.fzn-dark .fzn-dma-corp-service-note {
  border-color: rgba(92, 149, 222, .16);
  background: rgba(12, 24, 38, .58);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
}
body.fzn-dark .fzn-dma-corp-service-note p {
  color: #a9bad0;
}
body.fzn-dark .fzn-dma-brand-metrics div,
body.fzn-dark .fzn-dma-corp-stack div,
body.fzn-dark .fzn-dma-corp-entry-grid a,
body.fzn-dark .fzn-dma-corp-service-grid div,
body.fzn-dark .fzn-dma-corp-route a {
  border-color: rgba(92, 149, 222, .16);
  background: rgba(12, 24, 38, .58);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
}
body.fzn-dark .fzn-dma-brand-metrics strong {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-brand-metrics h3 {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-brand-metrics span {
  color: #91a9c2;
}
body.fzn-dark .fzn-dma-brand-metrics p {
  color: #91a9c2;
}
.fzn-dma-service-section {
  padding: clamp(22px, 2.4vw, 30px) clamp(22px, 2.4vw, 30px) 18px;
}
.fzn-dma-service-head {
  max-width: 760px;
}
.fzn-dma-service-head span {
  letter-spacing: .14em;
}
.fzn-dma-service-quote-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(18, 100, 232, .10);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(240, 246, 255, .92));
}
.fzn-dma-service-quote-strip p {
  margin: 0;
  color: #17304e;
  font-size: 16px;
  line-height: 1.7;
}
.fzn-dma-service-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fzn-dma-service-badges span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(18, 100, 232, .10);
  background: rgba(255, 255, 255, .78);
  color: #1b3657;
  font-size: 13px;
  font-weight: 700;
}
.fzn-dma-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.fzn-dma-service-card {
  position: relative;
  overflow: hidden;
  min-height: 162px;
  height: 100%;
  padding: 20px 18px 18px;
  border: 1px solid rgba(18, 100, 232, .10);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(247, 250, 255, .90));
  box-shadow: 0 18px 40px rgba(15, 23, 42, .05);
}
.page-template-template-editor-page .fzn-dma-guide-page .fzn-dma-guide-shell {
  padding-bottom: 0;
}
.fzn-dma-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--fzn-service-accent, #74b7ff), rgba(255, 255, 255, 0));
}
.fzn-dma-service-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .12) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}
.fzn-dma-service-card:nth-child(1) {
  --fzn-service-accent: #67d7ff;
}
.fzn-dma-service-card:nth-child(2) {
  --fzn-service-accent: #7ea4ff;
}
.fzn-dma-service-card:nth-child(3) {
  --fzn-service-accent: #76efc8;
}
.fzn-dma-service-card:nth-child(4) {
  --fzn-service-accent: #f4c56f;
}
.fzn-dma-service-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(18, 100, 232, .07);
  color: var(--fzn-service-accent, #9ed0ff);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}
.fzn-dma-service-card h3 {
  margin: 16px 0 8px;
  color: #102033;
  font-size: 25px;
  line-height: 1.18;
}
.fzn-dma-service-card p {
  margin: 0;
  color: #5d6b7d;
  line-height: 1.72;
}
body.fzn-dark .fzn-dma-service-quote-strip,
body.fzn-dark .fzn-dma-service-card {
  border-color: rgba(108, 171, 255, .14);
  background: linear-gradient(180deg, rgba(11, 23, 37, .86), rgba(7, 16, 27, .72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03), 0 18px 42px rgba(0, 0, 0, .14);
}
body.fzn-dark .fzn-dma-service-head h2 {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-service-card h3 {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-service-head p,
body.fzn-dark .fzn-dma-service-card p {
  color: #a9bed4;
}
body.fzn-dark .fzn-dma-service-quote-strip p {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-service-badges span {
  border-color: rgba(108, 171, 255, .14);
  background: rgba(255, 255, 255, .04);
  color: #d5e9ff;
}
@media (max-width: 900px) {
  .fzn-dma-guide-page {
    padding-top: 12px;
  }
  .fzn-dma-guide-shell {
    gap: 22px;
  }
  .fzn-dma-corp-hero {
    min-height: 0;
    padding: 8px 4px 0;
  }
  .fzn-dma-guide-section,
  .fzn-dma-guide-buy {
    padding-inline: 4px;
  }
  .fzn-dma-service-quote-strip {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .fzn-dma-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .fzn-dma-service-card:nth-child(2),
  .fzn-dma-service-card:nth-child(4) {
    transform: none;
  }
  .fzn-dma-service-section {
    padding: 18px;
  }
  .fzn-dma-service-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .fzn-dma-service-badges span {
    justify-content: center;
    text-align: center;
    min-height: 40px;
    padding: 0 8px;
    white-space: nowrap;
  }
  .fzn-dma-service-card {
    min-height: 148px;
    padding: 16px 14px 14px;
  }
  .fzn-dma-service-card h3 {
    margin: 12px 0 6px;
    font-size: 20px;
  }
  .fzn-dma-service-card p {
    font-size: 13px;
    line-height: 1.56;
  }
}
@media (max-width: 480px) {
  .fzn-kr-side-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .fzn-kr-side-actions .fzn-button {
    min-height: 48px;
    width: 100%;
    padding: 0 6px;
    font-size: 15px;
  }
  .fzn-kr-side-actions .fzn-button-primary {
    grid-column: auto;
  }
  .fzn-dma-guide-shell {
    gap: 20px;
  }
  .fzn-dma-guide-section-head {
    margin-bottom: 16px;
  }
  .fzn-dma-guide-section-head h2 {
    font-size: 27px;
  }
  .fzn-dma-corp-visual {
    min-height: 280px;
  }
}
@media (max-width: 1100px) {
  .fzn-dma-corp-hero {
    grid-template-columns: 1fr;
  }
  .fzn-dma-corp-stack,
  .fzn-dma-corp-route,
  .fzn-dma-corp-entry-grid,
  .fzn-dma-corp-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fzn-dma-corp-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fzn-dma-corp-gallery-grid article:first-child {
    grid-row: auto;
    grid-column: span 2;
    min-height: 420px;
  }
}
@media (max-width: 900px) {
  .fzn-dma-corp-hero .fzn-dma-brand-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fzn-dma-corp-visual {
    min-height: 360px;
  }
  .fzn-dma-link-map {
    min-height: auto;
  }
  .fzn-dma-demo-video-card {
    min-height: 0;
  }
  .fzn-dma-corp-stack,
  .fzn-dma-corp-route,
  .fzn-dma-corp-entry-grid,
  .fzn-dma-corp-gallery-grid,
  .fzn-dma-corp-service-grid {
    grid-template-columns: 1fr;
  }
  .fzn-dma-mobile-ecosystem {
    display: grid;
    gap: 14px;
  }
  .fzn-dma-corp-gallery-grid {
    display: none;
  }
  .fzn-dma-mobile-hero {
    position: relative;
    overflow: hidden;
    min-height: 196px;
    padding: 0;
    border: 1px solid rgba(96, 147, 222, .18);
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(6, 14, 24, .96), rgba(5, 12, 22, .98)),
      radial-gradient(circle at 100% 22%, rgba(40, 112, 255, .20), transparent 28%);
    box-shadow: 0 22px 40px rgba(0, 0, 0, .24);
  }
  .fzn-dma-mobile-hero-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(103, 146, 212, .12);
  }
  .fzn-dma-mobile-hero-top img {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 10px 22px rgba(47, 126, 255, .18);
  }
  .fzn-dma-mobile-hero-top span {
    margin-right: auto;
    margin-left: 10px;
    color: #eef5ff;
    font-size: 16px;
    font-weight: 800;
  }
  .fzn-dma-mobile-hero-top button {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    display: inline-grid;
    align-content: center;
    gap: 4px;
  }
  .fzn-dma-mobile-hero-top button span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #eef5ff;
    border-radius: 999px;
  }
  .fzn-dma-mobile-hero-copy {
    position: relative;
    z-index: 1;
    padding: 16px 16px 14px;
  }
  .fzn-dma-mobile-hero-copy h3 {
    margin: 0;
    color: #f6fbff;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -.04em;
  }
  .fzn-dma-mobile-hero-copy p {
    margin: 10px 0 0;
    color: rgba(220, 231, 248, .72);
    font-size: 13px;
    line-height: 1.6;
  }
  .fzn-dma-mobile-hero-art {
    position: absolute;
    right: -16px;
    bottom: -10px;
    width: 168px;
    opacity: .88;
    pointer-events: none;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .34));
  }
  .fzn-dma-mobile-hero-art img {
    display: block;
    width: 100%;
    object-fit: contain;
  }
  .fzn-dma-mobile-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .fzn-dma-mobile-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    min-height: 0;
    border: 1px solid rgba(173, 195, 226, .92);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #f5f9ff);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .08);
  }
  .fzn-dma-mobile-card.is-large {
    grid-column: span 2;
    aspect-ratio: auto;
    min-height: 244px;
  }
  .fzn-dma-mobile-card-media {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: #ffffff;
  }
  .fzn-dma-mobile-card.is-large .fzn-dma-mobile-card-media {
    min-height: 100%;
  }
  .fzn-dma-mobile-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: contain;
    object-position: center 38%;
    padding: 8px 8px 58px;
    transform: none;
    transform-origin: center center;
    background: #fff;
  }
  .fzn-dma-mobile-card.is-large .fzn-dma-mobile-card-media img {
    object-fit: contain;
    padding: 4px 4px 56px;
    transform: scale(1.02);
    background: #f7fbff;
  }
  .fzn-dma-mobile-card.is-dual-kit .fzn-dma-mobile-card-media img {
    object-position: center center;
    padding: 26px 8px 42px;
    transform: scale(1.04) translateY(18px);
  }
  .fzn-dma-mobile-card.is-dma-pc .fzn-dma-mobile-card-media img,
  .fzn-dma-mobile-card.is-pc .fzn-dma-mobile-card-media img {
    object-position: center center;
    padding: 26px 8px 42px;
    transform: scale(1.04) translateY(18px);
  }
  .fzn-dma-mobile-card.is-dc500 .fzn-dma-mobile-card-media img {
    object-fit: contain;
    object-position: center 34%;
    padding: 8px 8px 62px;
    transform: scale(1.04);
    background: transparent;
  }
  .fzn-dma-mobile-card.is-d60 .fzn-dma-mobile-card-media img {
    object-position: center 34%;
    padding: 8px 8px 62px;
    transform: scale(1.02);
  }
  .fzn-dma-mobile-card.is-kmbox .fzn-dma-mobile-card-media img {
    object-fit: contain;
    object-position: center 34%;
    padding: 8px 8px 62px;
    transform: scale(1.02);
    background: transparent;
  }
  .fzn-dma-mobile-card-tip {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%);
    opacity: .92;
    pointer-events: none;
  }
  .fzn-dma-mobile-card-tip::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-mask: url("/wp-content/uploads/2026/05/dma-brand/tap_hand_icon_alpha_white.png") center / contain no-repeat;
    mask: url("/wp-content/uploads/2026/05/dma-brand/tap_hand_icon_alpha_white.png") center / contain no-repeat;
    background: linear-gradient(180deg, #3f8dff, #1e63ea);
    filter: drop-shadow(0 8px 18px rgba(8, 24, 48, .22));
  }
  .fzn-dma-mobile-card-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    padding: 44px 14px 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .94) 54%, #fff 100%);
  }
  .fzn-dma-mobile-card-copy h3 {
    margin: 0;
    color: #13233a;
    font-size: 18px;
    line-height: 1.16;
  }
  .fzn-dma-mobile-card.is-large .fzn-dma-mobile-card-copy h3 {
    font-size: 20px;
  }
  .fzn-dma-mobile-card-copy p {
    display: none;
  }
  .fzn-dma-mobile-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(98, 84, 255, .18);
    color: #d8d1ff;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
  }
  .fzn-dma-mobile-arrow {
    display: none;
  }
  .fzn-dma-corp-gallery-grid article,
  .fzn-dma-corp-gallery-grid article:first-child {
    grid-column: auto;
    min-height: 260px;
  }
  .fzn-dma-corp-entry-grid a {
    min-height: 142px;
  }
  .fzn-dma-products-section .fzn-dma-grid {
    display: grid;
    gap: 14px;
  }
  .fzn-dma-corp-service-note {
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .fzn-editor-page .entry-content {
    font-size: 15px;
  }
  .fzn-dma-guide-page {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    padding-bottom: 30px;
  }
  .fzn-dma-guide-shell,
  .fzn-dma-corp-hero,
  .fzn-dma-guide-hero-copy,
  .fzn-dma-guide-actions,
  .fzn-dma-corp-visual,
  .fzn-dma-brand-metrics {
    min-width: 0;
    max-width: 100%;
  }
  .fzn-dma-corp-hero {
    display: grid;
    gap: 12px;
  }
  .fzn-dma-demo-video-card {
    order: 2;
  }
  .fzn-dma-corp-hero .fzn-dma-guide-hero-copy {
    display: contents;
  }
  .fzn-dma-corp-hero .fzn-dma-guide-hero-copy > :not(.fzn-dma-brand-metrics) {
    order: 1;
  }
  .fzn-dma-corp-hero .fzn-dma-guide-hero-copy > .fzn-dma-hero-budget {
    order: 3;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics {
    order: 4;
  }
  .fzn-dma-corp-hero .fzn-dma-guide-hero-copy h1 {
    font-size: 30px;
    white-space: normal;
  }
  .fzn-dma-corp-hero .fzn-dma-guide-hero-copy p {
    max-width: 100%;
    line-height: 1.58;
  }
  .fzn-dma-hero-budget {
    max-width: 100%;
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 14px;
  }
  .fzn-dma-demo-video-card .fzn-dma-hero-budget {
    display: block;
    max-width: 100%;
    margin-top: 8px;
  }
  .fzn-dma-hero-budget strong {
    font-size: 14px;
  }
  .fzn-dma-corp-hero .fzn-dma-hero-budget p {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.5;
  }
  .fzn-dma-service-section {
    padding: 18px 16px;
  }
  .fzn-dma-service-head h2 {
    font-size: 28px;
    line-height: 1.03;
    letter-spacing: -.045em;
  }
  .fzn-dma-service-head p {
    font-size: 14px;
    line-height: 1.65;
  }
  .fzn-dma-service-head {
    margin-bottom: 10px;
  }
  .fzn-dma-service-quote-strip {
    gap: 10px;
    padding: 12px 10px;
    border-radius: 18px;
  }
  .fzn-dma-service-quote-strip p {
    font-size: 14px;
    line-height: 1.62;
  }
  .fzn-dma-service-grid {
    gap: 10px;
  }
  .fzn-dma-service-card {
    min-height: 0;
    padding: 14px 12px 12px;
    border-radius: 20px;
  }
  .fzn-dma-service-card span {
    min-height: 24px;
    padding: 0 8px;
    font-size: 10px;
    letter-spacing: .1em;
  }
  .fzn-dma-service-card h3 {
    margin: 10px 0 6px;
    font-size: 18px;
  }
  .fzn-dma-service-card p {
    font-size: 12px;
    line-height: 1.48;
  }
  .fzn-dma-service-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .fzn-dma-service-badges span {
    width: 100%;
    justify-content: center;
    min-height: 38px;
    min-width: 0;
    padding: 0 2px;
    font-size: 10px;
    line-height: 1.15;
    white-space: nowrap;
  }
  .fzn-dma-guide-actions .fzn-button {
    width: 100%;
  }
  .fzn-dma-trust-badges {
    gap: 6px;
    margin-bottom: 12px;
  }
  .fzn-dma-trust-badges span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }
  .fzn-dma-hero-kicker {
    margin-bottom: 7px;
    font-size: 10px;
    letter-spacing: .12em;
  }
  .fzn-dma-hero-leds {
    gap: 6px;
  }
  .fzn-dma-hero-led {
    width: 8px;
    height: 8px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-top: 2px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics div {
    min-height: 76px;
    padding: 10px 10px 10px 58px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics strong {
    font-size: 17px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics div::before {
    left: 10px;
    width: 36px;
    height: 36px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics div::after {
    left: 19px;
    width: 18px;
    height: 18px;
  }
  .fzn-dma-corp-visual {
    min-height: 0;
  }
  .fzn-dma-corp-visual img {
    inset: 14%;
    width: 72%;
    height: 72%;
  }
  .fzn-dma-corp-node {
    min-width: 116px;
    padding: 10px 12px;
    border-radius: 14px;
  }
  .fzn-dma-corp-node strong {
    font-size: 14px;
  }
  .fzn-dma-corp-node-host { left: 4%; top: 10%; }
  .fzn-dma-corp-node-core { right: 4%; top: 42%; }
  .fzn-dma-corp-node-side { left: 12%; bottom: 10%; }
  .fzn-dma-link-map {
    padding: 0;
  }
  .fzn-dma-demo-video-card {
    padding: 0;
    border-radius: 0;
  }
  .fzn-dma-demo-video-head strong {
    font-size: 16px;
  }
  .fzn-dma-demo-video-head {
    display: none;
  }
  .fzn-dma-demo-video {
    border-radius: 14px;
  }
  .fzn-dma-link-step {
    padding: 15px;
    border-radius: 18px;
  }
  .fzn-dma-link-step strong {
    font-size: 22px;
  }
  .fzn-dma-link-connector {
    min-height: 34px;
  }
  .fzn-dma-link-connector span {
    font-size: 11px;
  }
  .fzn-dma-corp-stack div,
  .fzn-dma-corp-entry-grid a,
  .fzn-dma-corp-route a,
  .fzn-dma-corp-service-grid div {
    border-radius: 18px;
  }
  .fzn-dma-corp-stack div,
  .fzn-dma-corp-entry-grid a,
  .fzn-dma-corp-route a {
    min-height: 112px;
    padding: 16px;
  }
  .fzn-dma-corp-entry-grid strong,
  .fzn-dma-corp-stack strong,
  .fzn-dma-corp-route strong {
    font-size: 19px;
  }
  .fzn-dma-corp-entry-grid em {
    padding: 6px 9px;
    font-size: 11px;
  }
  .fzn-dma-entry-video-panel {
    width: calc(100vw - 20px);
    max-height: 84vh;
    padding: 12px;
    border-radius: 14px;
  }
  .fzn-dma-entry-video-panel h2 {
    font-size: 17px;
  }
  .fzn-dma-mobile-hero {
    min-height: 182px;
    border-radius: 22px;
  }
  .fzn-dma-mobile-hero-top {
    min-height: 58px;
    padding: 0 14px;
  }
  .fzn-dma-mobile-hero-top img {
    width: 30px;
    height: 30px;
  }
  .fzn-dma-mobile-hero-top span {
    font-size: 15px;
  }
  .fzn-dma-mobile-hero-copy {
    padding: 14px 14px 12px;
  }
  .fzn-dma-mobile-hero-copy h3 {
    font-size: 24px;
  }
  .fzn-dma-mobile-hero-copy p {
    font-size: 12px;
  }
  .fzn-dma-mobile-hero-art {
    right: -10px;
    width: 148px;
  }
  .fzn-dma-mobile-cards {
    gap: 12px;
  }
  .fzn-dma-mobile-card {
    aspect-ratio: 1 / 1;
    min-height: 0;
    border-radius: 20px;
  }
  .fzn-dma-mobile-card.is-large {
    aspect-ratio: auto;
    min-height: 224px;
  }
  .fzn-dma-mobile-card-copy {
    padding: 38px 14px 14px;
  }
  .fzn-dma-mobile-card-media img {
    padding-bottom: 52px;
  }
  .fzn-dma-mobile-card-copy h3 {
    font-size: 16px;
  }
  .fzn-dma-mobile-card.is-large .fzn-dma-mobile-card-copy h3 {
    font-size: 18px;
  }
  .fzn-dma-corp-gallery-grid article,
  .fzn-dma-corp-gallery-grid article:first-child {
    min-height: 218px;
  }
  .fzn-dma-products-section .fzn-dma-grid {
    gap: 12px;
  }
}

.fzn-dma-guide-page {
  --fzn-dma-ui-card: linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(235, 245, 255, .68));
  --fzn-dma-ui-card-border: rgba(37, 99, 235, .20);
  --fzn-dma-ui-card-glow: rgba(37, 99, 235, .14);
  --fzn-dma-ui-title: #102033;
  --fzn-dma-ui-text: #5b6b82;
  --fzn-dma-ui-blue: #1d6cf2;
  --fzn-dma-ui-blue-soft: rgba(37, 99, 235, .12);
  --fzn-dma-icon-clipboard: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5h6M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1H9V5ZM8 5H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 14l2 2 4-5' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --fzn-dma-icon-cart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h2l2.4 11.2a2 2 0 0 0 2 1.6h7.9a2 2 0 0 0 1.9-1.4L21 8H6.2M10 21h.1M18 21h.1M9 12h8' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --fzn-dma-icon-chat: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 7h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-6l-4 3v-3H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2Z' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 11.5h7M8.5 14h4.5' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
  --fzn-dma-icon-headset: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 13a8 8 0 0 1 16 0v4a2 2 0 0 1-2 2h-2v-6h4M4 17a2 2 0 0 0 2 2h2v-6H4v4ZM16 19a4 4 0 0 1-4 2h-1' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --fzn-dma-icon-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10ZM9 12l2 2 4-5' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --fzn-dma-icon-cpu: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 8h8v8H8V8ZM4 10h4M4 14h4M16 10h4M16 14h4M10 4v4M14 4v4M10 16v4M14 16v4' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --fzn-dma-icon-wrench: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.4 6.3a6.1 6.1 0 0 1-7.5 7.7l-6.7 6.7a2.9 2.9 0 0 1-4.1-4.1l6.7-6.7a6.1 6.1 0 0 1 7.7-7.5l-3.8 3.8 3.9 3.9 3.8-3.8Z' fill='black'/%3E%3C/svg%3E");
  --fzn-dma-icon-monitor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v11H4V5ZM8 21h8M12 16v5' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --fzn-dma-icon-layers: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h4v14H4zM16 5h4v14h-4zM10 6h4v5h-4zM10 13h4v5h-4zM6 9h2M6 13h2M17.5 9H20M17.5 13H20M9.8 10.8 12 13l2.2-2.2M9.8 15.2 12 13l2.2 2.2'/%3E%3C/g%3E%3C/svg%3E");
  --fzn-dma-icon-laptop: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 5h14v10H5V5ZM3 20h18l-2-5H5l-2 5Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --fzn-dma-icon-window: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16v14H4V5ZM4 9h16M8 14h3M14 14h2M8 17h8' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (min-width: 1200px) {
  .fzn-dma-guide-shell {
    width: min(1440px, calc(100vw - 96px));
  }

  .fzn-dma-corp-hero {
    grid-template-columns: minmax(520px, 1fr) minmax(500px, 1fr);
    gap: clamp(24px, 2.8vw, 42px);
  }

  .fzn-dma-corp-route {
    gap: 16px;
  }
}

body.fzn-dark .fzn-dma-guide-page {
  --fzn-dma-ui-card: linear-gradient(135deg, rgba(8, 18, 35, .92), rgba(7, 17, 31, .72));
  --fzn-dma-ui-card-border: rgba(68, 140, 255, .24);
  --fzn-dma-ui-card-glow: rgba(37, 99, 235, .24);
  --fzn-dma-ui-title: #edf5ff;
  --fzn-dma-ui-text: #9fb2ca;
  --fzn-dma-ui-blue-soft: rgba(37, 99, 235, .18);
}

.fzn-dma-brand-metrics div,
.fzn-dma-corp-route a,
.fzn-dma-corp-stack div {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--fzn-dma-ui-card-border);
  background: var(--fzn-dma-ui-card);
  box-shadow: 0 18px 42px var(--fzn-dma-ui-card-glow), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.fzn-dma-brand-metrics div::before,
.fzn-dma-corp-route a::before,
.fzn-dma-corp-stack div::before {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(69, 139, 255, .16);
  background: radial-gradient(circle at 50% 42%, rgba(37, 99, 235, .26), rgba(37, 99, 235, .08) 52%, rgba(37, 99, 235, .03) 100%);
  box-shadow: 0 0 34px rgba(37, 99, 235, .20), inset 0 0 18px rgba(37, 99, 235, .10);
}

.fzn-dma-brand-metrics div::after,
.fzn-dma-corp-route a::after,
.fzn-dma-corp-stack div::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #1d6cf2, #80b4ff);
  -webkit-mask: var(--fzn-dma-card-icon) center / contain no-repeat;
  mask: var(--fzn-dma-card-icon) center / contain no-repeat;
  filter: drop-shadow(0 0 10px rgba(37, 99, 235, .52));
}

.fzn-dma-brand-metrics div:nth-child(1) { --fzn-dma-card-icon: var(--fzn-dma-icon-shield); }
.fzn-dma-brand-metrics div:nth-child(2) { --fzn-dma-card-icon: var(--fzn-dma-stack-icon-chip); }
.fzn-dma-brand-metrics div:nth-child(3) { --fzn-dma-card-icon: var(--fzn-dma-icon-headset); }
.fzn-dma-brand-metrics div:nth-child(4) { --fzn-dma-card-icon: var(--fzn-dma-icon-wrench); }

.fzn-dma-corp-hero .fzn-dma-brand-metrics div {
  min-height: 84px;
  padding: 15px 16px 14px 74px;
  display: grid;
  align-content: center;
  gap: 3px;
}
.fzn-dma-corp-hero .fzn-dma-brand-metrics div::before {
  left: 16px;
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
}
.fzn-dma-corp-hero .fzn-dma-brand-metrics div::after {
  left: 27px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}
.fzn-dma-brand-metrics strong {
  color: var(--fzn-dma-ui-title);
}
.fzn-dma-brand-metrics span {
  color: var(--fzn-dma-ui-text);
}

.fzn-dma-corp-route a {
  min-height: 126px;
  padding: 22px 22px 20px 112px;
  align-content: center;
  gap: 6px;
}
.fzn-dma-corp-route a:nth-child(1) { --fzn-dma-card-icon: var(--fzn-dma-icon-clipboard); }
.fzn-dma-corp-route a:nth-child(2) { --fzn-dma-card-icon: var(--fzn-dma-icon-cart); }
.fzn-dma-corp-route a:nth-child(3) { --fzn-dma-card-icon: var(--fzn-dma-icon-headset); }
.fzn-dma-corp-route a::before {
  left: 22px;
  top: 50%;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
}
.fzn-dma-corp-route a::after {
  left: 39px;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
}
.fzn-dma-corp-route span,
.fzn-dma-corp-stack em {
  color: var(--fzn-dma-ui-blue);
  text-shadow: 0 0 12px rgba(37, 99, 235, .22);
}
.fzn-dma-corp-route a span {
  width: auto;
  padding: 0;
  border-radius: 0;
  color: var(--fzn-dma-ui-blue);
  background: transparent;
  box-shadow: none;
}
.fzn-dma-corp-route strong,
.fzn-dma-corp-stack h3 {
  color: var(--fzn-dma-ui-title);
}
.fzn-dma-corp-route em,
.fzn-dma-corp-stack p {
  color: var(--fzn-dma-ui-text);
}

.fzn-dma-corp-requirements {
  padding-top: 10px;
  padding-bottom: 6px;
  background:
    radial-gradient(circle at 8% 22%, rgba(37, 99, 235, .12), transparent 24%),
    linear-gradient(180deg, rgba(37, 99, 235, .035), transparent 74%);
}
.fzn-dma-corp-requirements .fzn-dma-guide-section-head {
  max-width: none;
  min-height: 0;
  display: grid;
  justify-content: start;
  gap: 8px;
  margin-bottom: 20px;
}
.fzn-dma-corp-requirements .fzn-dma-guide-section-head h2 {
  color: var(--fzn-dma-ui-title);
}

.fzn-dma-corp-stack div {
  min-height: 132px;
  padding: 34px 16px 18px 96px;
  align-content: center;
  gap: 8px;
}
.fzn-dma-corp-stack div:nth-child(1) { --fzn-dma-card-icon: var(--fzn-dma-icon-monitor); }
.fzn-dma-corp-stack div:nth-child(2) { --fzn-dma-card-icon: var(--fzn-dma-icon-layers); }
.fzn-dma-corp-stack div:nth-child(3) { --fzn-dma-card-icon: var(--fzn-dma-icon-laptop); }
.fzn-dma-corp-stack div:nth-child(4) { --fzn-dma-card-icon: var(--fzn-dma-stack-icon-chip); }
.fzn-dma-corp-stack div:nth-child(5) { --fzn-dma-card-icon: var(--fzn-dma-icon-window); }
.fzn-dma-corp-stack div::before {
  left: 22px;
  top: 56%;
  width: 56px;
  height: 56px;
  transform: translateY(-50%);
}
.fzn-dma-corp-stack div::after {
  left: 36px;
  top: 56%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
}
.fzn-dma-corp-stack em {
  position: absolute;
  top: 16px;
  left: 18px;
}

body.fzn-dark .fzn-dma-brand-metrics div,
body.fzn-dark .fzn-dma-corp-stack div,
body.fzn-dark .fzn-dma-corp-route a {
  border-color: var(--fzn-dma-ui-card-border);
  background: var(--fzn-dma-ui-card);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .28), 0 0 34px rgba(37, 99, 235, .10), inset 0 1px 0 rgba(255, 255, 255, .05);
}

body.fzn-dark .fzn-dma-corp-route a:first-child,
body.fzn-dark .fzn-dma-corp-route a:nth-child(2),
body.fzn-dark .fzn-dma-corp-route a:nth-child(3) {
  background: var(--fzn-dma-ui-card);
}

body.fzn-dark .fzn-dma-corp-route a span {
  color: #4e8cff;
  background: transparent;
  box-shadow: none;
}

body.fzn-dark .fzn-dma-brand-metrics strong,
body.fzn-dark .fzn-dma-corp-route strong,
body.fzn-dark .fzn-dma-corp-stack h3,
body.fzn-dark .fzn-dma-corp-requirements .fzn-dma-guide-section-head h2 {
  color: var(--fzn-dma-ui-title);
}

.fzn-dma-inquiry-panel {
  width: min(860px, calc(100vw - 28px));
  max-height: min(820px, calc(100vh - 36px));
  overflow: auto;
  padding: 30px;
  border-color: rgba(37, 99, 235, .22);
  background:
    radial-gradient(circle at 14% 0%, rgba(37, 99, 235, .13), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(238, 246, 255, .96));
}

.fzn-dma-inquiry-head {
  display: grid;
  gap: 8px;
  padding-right: 44px;
  margin-bottom: 22px;
}

.fzn-dma-inquiry-head span {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: #1d6cf2;
  background: rgba(37, 99, 235, .10);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.fzn-dma-inquiry-head h2 {
  margin: 0;
  color: #102033;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.12;
}

.fzn-dma-inquiry-head p {
  max-width: 560px;
  margin: 0;
  color: #5b6b82;
  line-height: 1.75;
}

.fzn-dma-inquiry-form {
  display: grid;
  gap: 16px;
}

.fzn-dma-inquiry-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .62);
}

.fzn-dma-inquiry-progress div {
  display: flex;
  align-items: baseline;
  gap: 3px;
  color: #1d6cf2;
  font-weight: 900;
}

.fzn-dma-inquiry-progress div span {
  font-size: 26px;
  line-height: 1;
}

.fzn-dma-inquiry-progress div em {
  font-style: normal;
  color: #64748b;
}

.fzn-dma-inquiry-progress strong {
  min-width: 0;
  color: #102033;
  font-size: 15px;
  text-align: right;
}

.fzn-dma-inquiry-step {
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, .54);
}

.fzn-dma-inquiry-step[hidden],
.fzn-dma-inquiry-step[hidden].is-active,
.fzn-dma-inquiry-question[hidden],
.fzn-dma-inquiry-question[hidden].is-active {
  display: none;
}

.fzn-dma-inquiry-step legend {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  color: #102033;
  font-size: 18px;
  font-weight: 900;
}

.fzn-dma-inquiry-step legend span {
  padding: 4px 8px;
  border-radius: 999px;
  color: #1d6cf2;
  background: rgba(37, 99, 235, .10);
  font-size: 12px;
}

.fzn-dma-inquiry-question {
  display: grid;
  gap: 10px;
}

.fzn-dma-inquiry-question strong {
  color: #172033;
  font-size: 15px;
}

.fzn-dma-inquiry-question p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

.fzn-dma-inquiry-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.fzn-dma-inquiry-options-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fzn-dma-inquiry-options label,
.fzn-dma-inquiry-choice {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 12px;
  padding: 11px 44px 11px 14px;
  color: #233146;
  background: rgba(255, 255, 255, .74);
  cursor: pointer;
  font: inherit;
  text-align: left;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.fzn-dma-inquiry-options label::after,
.fzn-dma-inquiry-choice::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(37, 99, 235, .28);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.fzn-dma-inquiry-options label::before,
.fzn-dma-inquiry-choice::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: translateY(-58%) rotate(45deg);
  transition: opacity .18s ease;
  z-index: 1;
}

.fzn-dma-inquiry-options label:has(input:checked),
.fzn-dma-inquiry-options label.is-selected,
.fzn-dma-inquiry-choice.is-selected {
  border-color: rgba(37, 99, 235, .72);
  background: rgba(37, 99, 235, .10);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .10);
}

.fzn-dma-inquiry-options label:has(input:checked)::after,
.fzn-dma-inquiry-options label.is-selected::after,
.fzn-dma-inquiry-choice.is-selected::after {
  border-color: #1d6cf2;
  background: #1d6cf2;
  box-shadow: 0 6px 14px rgba(37, 99, 235, .22);
}

.fzn-dma-inquiry-options label:has(input:checked)::before,
.fzn-dma-inquiry-options label.is-selected::before,
.fzn-dma-inquiry-choice.is-selected::before {
  opacity: 1;
}

.fzn-dma-inquiry-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.fzn-dma-inquiry-options label span,
.fzn-dma-inquiry-choice {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.fzn-dma-inquiry-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fzn-dma-inquiry-split label {
  display: grid;
  gap: 8px;
}

.fzn-dma-inquiry-split label > span {
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.fzn-dma-inquiry-form input:not([type="radio"]):not([type="checkbox"]),
.fzn-dma-inquiry-form select,
.fzn-dma-inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 12px;
  padding: 12px 13px;
  color: #102033;
  background: rgba(255, 255, 255, .88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
  font: inherit;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.fzn-dma-inquiry-form textarea {
  min-height: 112px;
  resize: vertical;
}

.fzn-dma-inquiry-form input:not([type="radio"]):not([type="checkbox"]):focus,
.fzn-dma-inquiry-form select:focus,
.fzn-dma-inquiry-form textarea:focus {
  border-color: rgba(37, 99, 235, .62);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.fzn-dma-inquiry-actions {
  grid-column: 1 / -1;
}

.fzn-dma-inquiry-result {
  border: 1px solid rgba(37, 99, 235, .24);
  border-radius: 16px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(37, 99, 235, .11), rgba(255, 255, 255, .76));
}

.fzn-dma-inquiry-result h3 {
  margin: 0 0 14px;
  color: #102033;
  font-size: 20px;
}

.fzn-dma-inquiry-result dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.fzn-dma-inquiry-result dl div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 10px;
  border-top: 1px solid rgba(37, 99, 235, .12);
  padding-top: 10px;
}

.fzn-dma-inquiry-result dt {
  color: #1d6cf2;
  font-weight: 900;
}

.fzn-dma-inquiry-result dd {
  margin: 0;
  color: #233146;
  line-height: 1.65;
}

.fzn-dma-inquiry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
}

.fzn-dma-inquiry-actions .fzn-button {
  min-height: 46px;
}

body.fzn-dark .fzn-dma-inquiry-panel {
  border-color: rgba(68, 140, 255, .28);
  background:
    radial-gradient(circle at 14% 0%, rgba(37, 99, 235, .22), transparent 30%),
    linear-gradient(135deg, rgba(8, 18, 35, .98), rgba(7, 17, 31, .96));
}

body.fzn-dark .fzn-dma-inquiry-head h2,
body.fzn-dark .fzn-dma-inquiry-progress strong,
body.fzn-dark .fzn-dma-inquiry-step legend,
body.fzn-dark .fzn-dma-inquiry-question strong,
body.fzn-dark .fzn-dma-inquiry-split label > span,
body.fzn-dark .fzn-dma-inquiry-result h3 {
  color: #edf5ff;
}

body.fzn-dark .fzn-dma-inquiry-head p,
body.fzn-dark .fzn-dma-inquiry-question p {
  color: #9fb2ca;
}

body.fzn-dark .fzn-dma-inquiry-step,
body.fzn-dark .fzn-dma-inquiry-progress,
body.fzn-dark .fzn-dma-inquiry-options label {
  border-color: rgba(68, 140, 255, .22);
  background: rgba(5, 13, 25, .48);
}

body.fzn-dark .fzn-dma-inquiry-progress div em {
  color: #9fb2ca;
}

body.fzn-dark .fzn-dma-inquiry-options label,
body.fzn-dark .fzn-dma-inquiry-choice {
  color: #d9e7f8;
}

body.fzn-dark .fzn-dma-inquiry-options label:has(input:checked),
body.fzn-dark .fzn-dma-inquiry-options label.is-selected,
body.fzn-dark .fzn-dma-inquiry-choice.is-selected {
  border-color: rgba(96, 165, 250, .76);
  background: rgba(37, 99, 235, .18);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .16);
}

body.fzn-dark .fzn-dma-inquiry-options label::after,
body.fzn-dark .fzn-dma-inquiry-choice::after {
  border-color: rgba(147, 197, 253, .34);
}

body.fzn-dark .fzn-dma-inquiry-form input:not([type="radio"]):not([type="checkbox"]),
body.fzn-dark .fzn-dma-inquiry-form select,
body.fzn-dark .fzn-dma-inquiry-form textarea {
  border-color: rgba(68, 140, 255, .24);
  color: #edf5ff;
  background: rgba(5, 13, 25, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

body.fzn-dark .fzn-dma-inquiry-form input::placeholder,
body.fzn-dark .fzn-dma-inquiry-form textarea::placeholder {
  color: rgba(210, 226, 245, .52);
}

body.fzn-dark .fzn-dma-inquiry-result {
  border-color: rgba(68, 140, 255, .28);
  background: linear-gradient(135deg, rgba(37, 99, 235, .20), rgba(5, 13, 25, .58));
}

body.fzn-dark .fzn-dma-inquiry-result dd {
  color: #d9e7f8;
}

@media (max-width: 640px) {
  .fzn-dma-inquiry-panel {
    width: calc(100vw - 18px);
    max-height: calc(100vh - 18px);
    padding: 22px 16px 16px;
    border-radius: 18px;
  }

  .fzn-dma-inquiry-head {
    padding-right: 38px;
    margin-bottom: 18px;
  }

  .fzn-dma-inquiry-head h2 {
    font-size: 24px;
  }

  .fzn-dma-inquiry-head p {
    font-size: 13px;
    line-height: 1.65;
  }

  .fzn-dma-inquiry-form,
  .fzn-dma-inquiry-options,
  .fzn-dma-inquiry-options-wide,
  .fzn-dma-inquiry-split {
    grid-template-columns: 1fr;
  }

  .fzn-dma-inquiry-step {
    border-radius: 14px;
    padding: 14px;
  }

  .fzn-dma-inquiry-progress {
    align-items: flex-start;
    padding: 11px 12px;
  }

  .fzn-dma-inquiry-progress div span {
    font-size: 22px;
  }

  .fzn-dma-inquiry-progress strong {
    font-size: 13px;
  }

  .fzn-dma-inquiry-step legend {
    font-size: 16px;
  }

  .fzn-dma-inquiry-form input:not([type="radio"]):not([type="checkbox"]),
  .fzn-dma-inquiry-form select,
  .fzn-dma-inquiry-form textarea {
    min-height: 46px;
    border-radius: 10px;
    font-size: 14px;
  }

  .fzn-dma-inquiry-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fzn-dma-inquiry-result dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

body.fzn-dark .fzn-dma-brand-metrics span,
body.fzn-dark .fzn-dma-corp-route em,
body.fzn-dark .fzn-dma-corp-stack p {
  color: var(--fzn-dma-ui-text);
}

@media (max-width: 900px) {
  .fzn-dma-corp-route a {
    min-height: 116px;
    padding: 18px 18px 18px 96px;
  }
  .fzn-dma-corp-route a::before {
    left: 18px;
    width: 60px;
    height: 60px;
  }
  .fzn-dma-corp-route a::after {
    left: 33px;
    width: 30px;
    height: 30px;
  }
  .fzn-dma-corp-stack div {
    min-height: 120px;
    padding: 30px 16px 16px 88px;
  }
}

@media (max-width: 480px) {
  .fzn-dma-corp-hero .fzn-dma-brand-metrics div {
    min-height: 78px;
    padding: 12px 10px 12px 58px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics div::before {
    left: 11px;
    width: 38px;
    height: 38px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics div::after {
    left: 21px;
    width: 19px;
    height: 19px;
  }
  .fzn-dma-corp-route a {
    min-height: 104px;
    padding: 16px 14px 16px 84px;
  }
  .fzn-dma-corp-route a::before {
    left: 15px;
    width: 52px;
    height: 52px;
  }
  .fzn-dma-corp-route a::after {
    left: 28px;
    width: 26px;
    height: 26px;
  }
  .fzn-dma-corp-stack div {
    min-height: 106px;
    padding: 28px 14px 14px 82px;
  }
  .fzn-dma-corp-stack div::before {
    left: 18px;
    width: 50px;
    height: 50px;
  }
  .fzn-dma-corp-stack div::after {
    left: 31px;
    width: 24px;
    height: 24px;
  }
}

/* DMA polished cards: leaner layout, no pill blocks or circular icon bubbles. */
.fzn-dma-trust-badges {
  gap: 14px;
  margin-bottom: 16px;
}
.fzn-dma-trust-badges span,
body.fzn-dark .fzn-dma-trust-badges span {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #4e8cff;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 0 12px rgba(37, 99, 235, .26);
}

.fzn-dma-brand-metrics div::before,
.fzn-dma-corp-route a::before,
.fzn-dma-corp-stack div::before {
  display: none;
}
.fzn-dma-brand-metrics div::after,
.fzn-dma-corp-route a::after,
.fzn-dma-corp-stack div::after {
  opacity: .96;
  filter: drop-shadow(0 0 10px rgba(37, 99, 235, .58));
}

.fzn-dma-corp-hero .fzn-dma-brand-metrics {
  gap: 12px;
}
.fzn-dma-corp-hero .fzn-dma-brand-metrics div {
  min-height: 84px;
  padding: 15px 16px 14px 62px;
  border-radius: 14px;
  align-content: center;
  gap: 3px;
}
.fzn-dma-corp-hero .fzn-dma-brand-metrics div::after {
  left: 21px;
  width: 28px;
  height: 28px;
}
.fzn-dma-corp-hero .fzn-dma-brand-metrics div:nth-child(2)::after,
.fzn-dma-corp-hero .fzn-dma-brand-metrics div:nth-child(3)::after {
  width: 34px;
  height: 34px;
}
.fzn-dma-corp-hero .fzn-dma-brand-metrics strong {
  font-size: 22px;
  line-height: 1.04;
  white-space: nowrap;
}
.fzn-dma-corp-hero .fzn-dma-brand-metrics span {
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

@media (min-width: 901px) {
  .fzn-dma-corp-hero .fzn-dma-brand-metrics div {
    padding-right: 16px;
    padding-left: 18px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    justify-content: start;
    align-content: center;
    text-align: left;
  }

  .fzn-dma-corp-hero .fzn-dma-brand-metrics div::after {
    position: static;
    grid-row: 1 / span 2;
    align-self: center;
    width: 28px;
    height: 28px;
    transform: none;
  }

  .fzn-dma-corp-hero .fzn-dma-brand-metrics div:nth-child(2)::after,
  .fzn-dma-corp-hero .fzn-dma-brand-metrics div:nth-child(3)::after {
    width: 34px;
    height: 34px;
  }
}

.fzn-dma-corp-route {
  gap: 16px;
}
.fzn-dma-corp-route a {
  min-height: 124px;
  padding: 22px 20px 20px 104px;
  border-radius: 14px;
  align-content: center;
  gap: 7px;
}
.fzn-dma-corp-route a::after {
  left: 32px;
  width: 46px;
  height: 46px;
}
.fzn-dma-corp-route a span,
body.fzn-dark .fzn-dma-corp-route a span {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #1f75ff;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.fzn-dma-corp-route strong {
  font-size: 24px;
  line-height: 1.08;
  white-space: nowrap;
}
.fzn-dma-corp-route em {
  font-size: 13px;
  line-height: 1.45;
}

.fzn-dma-corp-requirements {
  padding-top: 6px;
}
.fzn-dma-corp-requirements .fzn-dma-guide-section-head {
  margin-bottom: 16px;
}

.fzn-dma-corp-stack {
  gap: 12px;
}
.fzn-dma-corp-stack div {
  min-height: 126px;
  padding: 30px 14px 16px 84px;
  border-radius: 12px;
  gap: 7px;
}
.fzn-dma-corp-stack div::after {
  left: 28px;
  width: 34px;
  height: 34px;
}
.fzn-dma-corp-stack em {
  top: 16px;
  left: 16px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
.fzn-dma-corp-stack h3 {
  font-size: 20px;
  line-height: 1.08;
  white-space: nowrap;
}
.fzn-dma-corp-stack p {
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .fzn-dma-corp-route strong {
    font-size: 22px;
  }
  .fzn-dma-corp-stack h3 {
    font-size: 19px;
  }
}

@media (max-width: 900px) {
  .fzn-dma-corp-route {
    gap: 12px;
  }
  .fzn-dma-corp-route a {
    min-height: 104px;
    padding: 18px 16px 17px 84px;
  }
  .fzn-dma-corp-route a::after {
    left: 26px;
    width: 36px;
    height: 36px;
  }
  .fzn-dma-corp-route strong {
    font-size: 21px;
  }
  .fzn-dma-corp-route em {
    font-size: 12px;
  }
  .fzn-dma-corp-stack div {
    min-height: 106px;
    padding: 28px 14px 14px 78px;
  }
  .fzn-dma-corp-stack div::after {
    left: 25px;
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 480px) {
  .fzn-dma-trust-badges {
    gap: 8px 10px;
    margin-bottom: 10px;
  }
  .fzn-dma-trust-badges span,
  body.fzn-dark .fzn-dma-trust-badges span {
    font-size: 10px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics {
    gap: 8px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics div {
    min-height: 64px;
    padding: 10px 8px 10px 42px;
    border-radius: 12px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics div::after {
    left: 14px;
    width: 22px;
    height: 22px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics div:nth-child(2)::after,
  .fzn-dma-corp-hero .fzn-dma-brand-metrics div:nth-child(3)::after {
    width: 27px;
    height: 27px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics strong {
    font-size: 15px;
  }
  .fzn-dma-corp-hero .fzn-dma-brand-metrics span {
    font-size: 11px;
  }
  .fzn-dma-corp-route a {
    min-height: 92px;
    padding: 14px 12px 14px 70px;
    border-radius: 12px;
  }
  .fzn-dma-corp-route a::after {
    left: 22px;
    width: 30px;
    height: 30px;
  }
  .fzn-dma-corp-route a span,
  body.fzn-dark .fzn-dma-corp-route a span {
    font-size: 13px;
  }
  .fzn-dma-corp-route strong {
    font-size: 19px;
  }
  .fzn-dma-corp-route em {
    font-size: 12px;
  }
  .fzn-dma-corp-stack div {
    min-height: 96px;
    padding: 26px 12px 12px 66px;
    border-radius: 12px;
  }
  .fzn-dma-corp-stack div::after {
    left: 22px;
    width: 28px;
    height: 28px;
  }
  .fzn-dma-corp-stack em {
    left: 14px;
    font-size: 11px;
  }
  .fzn-dma-corp-stack h3 {
    font-size: 18px;
  }
  .fzn-dma-corp-stack p {
    font-size: 12px;
  }
}

/* DMA final polish pass. */
.fzn-dma-corp-requirements .fzn-dma-guide-section-head h2 {
  letter-spacing: 0;
}
.fzn-dma-corp-gallery .fzn-dma-guide-section-head {
  grid-template-columns: 1fr;
  gap: 6px;
}
.fzn-dma-corp-gallery .fzn-dma-guide-section-head p {
  max-width: none;
}
.fzn-dma-corp-stack div {
  padding-left: 76px;
}
.fzn-dma-corp-stack div::after {
  left: 24px;
  width: 30px;
  height: 30px;
}
.fzn-dma-corp-stack h3 {
  font-size: 19px;
}
.fzn-dma-corp-stack p {
  max-width: 156px;
}
.fzn-dma-corp-entry-grid a {
  min-height: 104px;
  padding: 16px 18px 14px;
  border-radius: 14px;
  display: grid;
  align-content: start;
  gap: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(79, 151, 255, .18), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(232, 243, 255, .74));
  box-shadow:
    0 16px 34px rgba(37, 99, 235, .10),
    inset 0 1px 0 rgba(255, 255, 255, .78),
    inset 0 0 0 1px rgba(255, 255, 255, .34);
}
.fzn-dma-corp-entry-grid a::after {
  content: ">";
  display: grid;
  place-items: center;
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #1d6cf2;
  background: rgba(37, 124, 255, .10);
  box-shadow: inset 0 0 0 1px rgba(37, 124, 255, .18);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  opacity: .78;
  transition: transform .2s ease, opacity .2s ease, background .2s ease;
}
.fzn-dma-corp-entry-grid a:hover::after {
  transform: translateX(2px);
  opacity: 1;
  background: rgba(37, 124, 255, .16);
}
.fzn-dma-corp-entry-grid span {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  color: #1275ff;
  background: rgba(37, 124, 255, .10);
  box-shadow: inset 0 0 0 1px rgba(37, 124, 255, .14);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .12em;
  text-shadow: 0 0 12px rgba(37, 99, 235, .28);
}
.fzn-dma-corp-entry-grid strong {
  padding-right: 34px;
  color: var(--fzn-dma-ui-title);
  font-size: 22px;
  line-height: 1.12;
}
.fzn-dma-corp-entry-grid em {
  width: auto;
  padding: 0;
  border-radius: 0;
  color: var(--fzn-dma-ui-text);
  background: transparent;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}
body.fzn-dark .fzn-dma-corp-entry-grid a {
  background:
    radial-gradient(circle at 88% 18%, rgba(61, 133, 255, .20), transparent 28%),
    linear-gradient(135deg, rgba(13, 27, 48, .92), rgba(7, 17, 32, .88));
  border-color: var(--fzn-dma-ui-card-border);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .24),
    0 0 28px rgba(37, 99, 235, .08),
    inset 0 1px 0 rgba(141, 184, 255, .08);
}
body.fzn-dark .fzn-dma-corp-entry-grid strong {
  color: var(--fzn-dma-ui-title);
}
body.fzn-dark .fzn-dma-corp-entry-grid em {
  color: var(--fzn-dma-ui-text);
  background: transparent;
}
body.fzn-dark .fzn-dma-corp-entry-grid span {
  color: #7db3ff;
  background: rgba(84, 153, 255, .13);
  box-shadow: inset 0 0 0 1px rgba(84, 153, 255, .16);
}
body.fzn-dark .fzn-dma-corp-entry-grid a::after {
  color: #9cc5ff;
  background: rgba(84, 153, 255, .12);
  box-shadow: inset 0 0 0 1px rgba(84, 153, 255, .16);
}

@media (min-width: 1101px) {
  .fzn-dma-corp-stack div {
    min-height: 116px;
    padding-top: 30px;
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: 70px;
  }
  .fzn-dma-corp-stack div::after {
    left: 24px;
    width: 28px;
    height: 28px;
  }
  .fzn-dma-corp-stack h3 {
    font-size: 18px;
  }
  .fzn-dma-corp-stack p {
    max-width: none;
    font-size: 11px;
    line-height: 1.45;
  }
}

@media (max-width: 900px) {
  .fzn-dma-corp-stack p {
    max-width: none;
  }
  .fzn-dma-corp-entry-grid a {
    min-height: 100px;
  }
}

@media (max-width: 480px) {
  .fzn-dma-corp-requirements .fzn-dma-guide-section-head h2 {
    font-size: 32px;
    line-height: 1.08;
  }
  .fzn-dma-corp-stack div {
    padding-left: 66px;
  }
  .fzn-dma-corp-stack div::after {
    left: 22px;
    width: 28px;
    height: 28px;
  }
  .fzn-dma-corp-entry-grid a {
    min-height: 92px;
    padding: 14px;
    gap: 7px;
  }
  .fzn-dma-corp-entry-grid strong {
    font-size: 24px;
    line-height: 1.08;
  }
  .fzn-dma-corp-entry-grid em {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .fzn-dma-corp-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .fzn-dma-corp-entry-grid a:nth-child(-n+2) {
    grid-column: 1 / -1;
    min-height: 118px;
    padding: 16px;
    gap: 8px;
  }

  .fzn-dma-corp-entry-grid a:nth-child(-n+2) strong {
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.06;
  }

  .fzn-dma-corp-entry-grid a:nth-child(-n+2) em {
    font-size: 13px;
    line-height: 1.35;
  }

  .fzn-dma-corp-entry-grid a:nth-child(n+3) {
    min-height: 146px;
    padding: 18px 14px 16px;
    gap: 10px;
  }

  .fzn-dma-corp-entry-grid a:nth-child(n+3)::after {
    right: 12px;
    bottom: 10px;
    width: 22px;
    height: 22px;
    font-size: 13px;
  }

  .fzn-dma-corp-entry-grid a:nth-child(n+3) span {
    padding: 5px 10px;
    font-size: 12px;
  }

  .fzn-dma-corp-entry-grid a:nth-child(n+3) strong {
    padding-right: 20px;
    font-size: clamp(18px, 5.8vw, 28px);
    line-height: 1.08;
    letter-spacing: -.02em;
  }

  .fzn-dma-corp-entry-grid a:nth-child(n+3) em {
    font-size: clamp(11px, 3.1vw, 13px);
    line-height: 1.42;
  }
}

/* DMA handoff polish: give copy more room inside dense card grids. */
@media (min-width: 1101px) {
  .fzn-dma-corp-stack div {
    padding-left: 60px;
  }
  .fzn-dma-corp-stack div::after {
    left: 20px;
    width: 24px;
    height: 24px;
  }
  .fzn-dma-corp-stack h3 {
    font-size: 18px;
  }
  .fzn-dma-corp-stack p {
    font-size: 11px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .fzn-dma-corp-requirements .fzn-dma-guide-section-head { margin-bottom: 12px; }
  .fzn-dma-corp-stack div {
    padding-left: 62px;
  }
  .fzn-dma-corp-stack div::after {
    left: 20px;
  }
}

/* Device checklist cards: match the reference rhythm more closely. */
.fzn-dma-corp-stack div {
  min-height: 126px;
  padding: 34px 18px 18px 104px;
  border-radius: 16px;
  align-content: center;
  gap: 8px;
}
.fzn-dma-corp-stack div::before {
  display: block;
  left: 28px;
  top: 54%;
  width: 56px;
  height: 56px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(37, 99, 235, .18), rgba(37, 99, 235, .08) 55%, rgba(37, 99, 235, .03) 100%);
  box-shadow: 0 0 30px rgba(37, 99, 235, .14), inset 0 0 18px rgba(37, 99, 235, .08);
}
.fzn-dma-corp-stack div::after {
  left: 40px;
  top: 54%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #6fa4ff, #2d7dff);
  filter: drop-shadow(0 0 7px rgba(84, 153, 255, .42));
}
.fzn-dma-corp-stack em {
  top: 18px;
  left: 18px;
  color: #1683ff;
  font-size: 13px;
  letter-spacing: .08em;
}
.fzn-dma-corp-stack h3 {
  font-size: 20px;
  line-height: 1.1;
}
.fzn-dma-corp-stack p {
  max-width: 148px;
  font-size: 12px;
  line-height: 1.48;
}

@media (min-width: 1101px) {
  .fzn-dma-corp-stack div {
    min-height: 124px;
    padding: 34px 14px 16px 96px;
  }
  .fzn-dma-corp-stack div::before {
    left: 24px;
    width: 52px;
    height: 52px;
  }
  .fzn-dma-corp-stack div::after {
    left: 35px;
    width: 30px;
    height: 30px;
  }
  .fzn-dma-corp-stack h3 {
    font-size: 18px;
  }
  .fzn-dma-corp-stack p {
    max-width: 120px;
    font-size: 11px;
    line-height: 1.45;
  }
}

@media (max-width: 900px) {
  .fzn-dma-corp-stack div {
    min-height: 116px;
    padding: 32px 16px 16px 96px;
  }
  .fzn-dma-corp-stack div::before {
    left: 26px;
    width: 54px;
    height: 54px;
  }
  .fzn-dma-corp-stack div::after {
    left: 38px;
    width: 30px;
    height: 30px;
  }
  .fzn-dma-corp-stack p {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .fzn-dma-corp-stack div {
    min-height: 108px;
    padding: 28px 14px 14px 92px;
    border-radius: 16px;
  }
  .fzn-dma-corp-stack div::before {
    left: 26px;
    width: 50px;
    height: 50px;
  }
  .fzn-dma-corp-stack div::after {
    left: 37px;
    width: 28px;
    height: 28px;
  }
  .fzn-dma-corp-stack em {
    left: 18px;
    top: 18px;
    font-size: 13px;
  }
  .fzn-dma-corp-stack h3 {
    font-size: 20px;
  }
}

/* DMA device checklist reference polish. */
.fzn-dma-guide-page {
  --fzn-dma-stack-icon-monitor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cg fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 9.5h21v13h-21v-13ZM13 28h10M18 22.5V28'/%3E%3C/g%3E%3C/svg%3E");
  --fzn-dma-stack-icon-kit: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cg fill='none' stroke='black' stroke-width='1.95' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 13h5.5v15H7V13ZM9.8 16.8v7M15.5 8h13.5v9H15.5V8ZM15.5 20h8.2v8h-8.2v-8ZM26.2 21.5H29v5.6h-2.8v-5.6ZM19 11.2h6M19 14h3.4M9.8 27h.1M18.8 23.3h1.7M18.8 25.6h1.7M24.2 24.3l1.8 1.8 3.3-3.6'/%3E%3C/g%3E%3C/svg%3E");
  --fzn-dma-stack-icon-laptop: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cg fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 9.5h18v12.2H9V9.5ZM6.3 27h23.4l-2.7-5.3H9L6.3 27Z'/%3E%3C/g%3E%3C/svg%3E");
  --fzn-dma-stack-icon-chip: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cg fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 11h14v14H11V11ZM15 15h6v6h-6v-6ZM7 14h4M7 18h4M7 22h4M25 14h4M25 18h4M25 22h4M14 7v4M18 7v4M22 7v4M14 25v4M18 25v4M22 25v4'/%3E%3C/g%3E%3C/svg%3E");
  --fzn-dma-stack-icon-software: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cg fill='none' stroke='black' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 10h20v16H8V10ZM8 14.5h20M13 19.2l-2.2 2.1 2.2 2.1M23 19.2l2.2 2.1-2.2 2.1M16.2 24l3.6-5.5M16 13h.1M19 13h.1'/%3E%3C/g%3E%3C/svg%3E");
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.fzn-dma-guide-page::before,
.fzn-dma-guide-page::after {
  pointer-events: none;
}
.fzn-dma-guide-page::after {
  content: "";
  position: absolute;
  inset: -10% 0 auto;
  height: 36%;
  z-index: 3;
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(14, 165, 233, .04) 20%,
      rgba(14, 165, 233, .12) 50%,
      rgba(14, 165, 233, .04) 80%,
      transparent 100%
    );
  filter: drop-shadow(0 0 14px rgba(14, 165, 233, .18));
  animation: fzn-dma-hero-scan 8.5s linear infinite;
}
.fzn-dma-guide-page > * {
  position: relative;
  z-index: 2;
}

.fzn-dma-corp-stack {
  gap: 14px;
}

.fzn-dma-corp-stack div:nth-child(1) { --fzn-dma-card-icon: var(--fzn-dma-stack-icon-monitor); }
.fzn-dma-corp-stack div:nth-child(2) { --fzn-dma-card-icon: var(--fzn-dma-stack-icon-kit); }
.fzn-dma-corp-stack div:nth-child(3) { --fzn-dma-card-icon: var(--fzn-dma-stack-icon-laptop); }
.fzn-dma-corp-stack div:nth-child(4) { --fzn-dma-card-icon: var(--fzn-dma-stack-icon-chip); }
.fzn-dma-corp-stack div:nth-child(5) { --fzn-dma-card-icon: var(--fzn-dma-stack-icon-software); }

.fzn-dma-corp-stack div {
  min-height: 126px;
  padding: 22px 18px 12px 120px;
  border-radius: 15px;
  border-color: rgba(42, 116, 230, .22);
  background:
    linear-gradient(145deg, rgba(246, 250, 255, .92), rgba(224, 239, 255, .68));
  box-shadow:
    0 16px 40px rgba(37, 99, 235, .12),
    inset 0 1px 0 rgba(255, 255, 255, .72),
    inset 0 0 0 1px rgba(255, 255, 255, .30);
  position: relative;
  display: block;
}

body.fzn-dark .fzn-dma-corp-stack div {
  border-color: rgba(63, 133, 245, .28);
  background:
    radial-gradient(circle at 19% 58%, rgba(34, 101, 225, .10), transparent 28%),
    linear-gradient(145deg, rgba(8, 20, 39, .95), rgba(4, 13, 28, .96));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, .28),
    0 0 28px rgba(38, 114, 255, .08),
    inset 0 1px 0 rgba(141, 184, 255, .07),
    inset 0 0 0 1px rgba(76, 142, 255, .04);
}

.fzn-dma-corp-stack div::before {
  display: none;
}

body.fzn-dark .fzn-dma-corp-stack div::before {
  display: none;
}

.fzn-dma-corp-stack div::after {
  position: absolute;
  left: 24px;
  top: calc(50% + 6px);
  width: 72px;
  height: 72px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #8db9ff 0%, #327fff 100%);
  filter:
    drop-shadow(0 0 8px rgba(65, 136, 255, .54))
    drop-shadow(0 1px 0 rgba(255, 255, 255, .18));
}

.fzn-dma-corp-stack em {
  position: absolute;
  top: 18px;
  left: 16px;
  color: #147cff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .07em;
  text-shadow: 0 0 14px rgba(37, 116, 255, .34);
}

.fzn-dma-corp-stack h3 {
  margin: 0;
  color: var(--fzn-dma-ui-title);
  font-size: clamp(22px, 1.35vw, 27px);
  font-weight: 900;
  line-height: 1.08;
  white-space: normal;
}

.fzn-dma-corp-stack p {
  margin: 0;
  max-width: none;
  color: var(--fzn-dma-ui-text);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.56;
}

body.fzn-dark .fzn-dma-corp-stack h3 {
  color: #edf5ff;
  text-shadow: 0 0 16px rgba(120, 170, 255, .10);
}

body.fzn-dark .fzn-dma-corp-stack p {
  color: rgba(202, 216, 236, .72);
}

@media (min-width: 1101px) {
  .fzn-dma-corp-stack div {
    min-height: 128px;
    padding: 22px 18px 12px 124px;
  }

  .fzn-dma-corp-stack div::before {
    display: none;
  }

  .fzn-dma-corp-stack div::after {
    left: 24px;
    top: calc(50% + 6px);
    width: 76px;
    height: 76px;
  }

  .fzn-dma-corp-stack em {
    top: 18px;
    left: 16px;
    font-size: 14px;
  }

  .fzn-dma-corp-stack h3 {
    font-size: 24px;
  }

  .fzn-dma-corp-stack p {
    font-size: 14px;
    line-height: 1.58;
  }
}

@media (max-width: 900px) {
  .fzn-dma-corp-stack {
    gap: 12px;
  }

  .fzn-dma-corp-stack div {
    min-height: 116px;
    padding: 20px 16px 12px 96px;
  }

  .fzn-dma-corp-stack div::before {
    display: none;
  }

  .fzn-dma-corp-stack div::after {
    left: 20px;
    top: calc(50% + 5px);
    width: 60px;
    height: 60px;
  }

  .fzn-dma-corp-stack em {
    top: 16px;
    left: 14px;
    font-size: 12px;
  }

  .fzn-dma-corp-stack h3 {
    font-size: 20px;
  }

  .fzn-dma-corp-stack p {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .fzn-dma-corp-stack div {
    min-height: 108px;
    padding: 18px 14px 10px 88px;
    border-radius: 14px;
  }

  .fzn-dma-corp-stack div::before {
    display: none;
  }

  .fzn-dma-corp-stack div::after {
    left: 18px;
    top: calc(50% + 4px);
    width: 54px;
    height: 54px;
  }

  .fzn-dma-corp-stack em {
    top: 14px;
    left: 12px;
    font-size: 11px;
  }

  .fzn-dma-corp-stack h3 {
    font-size: 18px;
  }

  .fzn-dma-corp-stack p {
    font-size: 12px;
    line-height: 1.48;
  }
}

/* DMA hero ambient scan layer. */
.fzn-dma-corp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.fzn-dma-corp-hero::before,
.fzn-dma-corp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.fzn-dma-corp-hero::before {
  background-image:
    linear-gradient(rgba(42, 120, 230, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 120, 230, .12) 1px, transparent 1px),
    linear-gradient(rgba(42, 120, 230, .05) 2px, transparent 2px),
    linear-gradient(90deg, rgba(42, 120, 230, .05) 2px, transparent 2px);
  background-size:
    36px 36px,
    36px 36px,
    144px 144px,
    144px 144px;
  opacity: .55;
}
.fzn-dma-corp-hero::after {
  height: 30%;
  top: -30%;
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(14, 165, 233, .06) 24%,
      rgba(14, 165, 233, .18) 50%,
      rgba(14, 165, 233, .06) 76%,
      transparent 100%
    );
  filter: drop-shadow(0 0 14px rgba(14, 165, 233, .24));
  animation: fzn-dma-hero-scan 7s linear infinite;
}
body.fzn-dark .fzn-dma-corp-hero::before {
  background-image:
    linear-gradient(rgba(88, 166, 255, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 166, 255, .18) 1px, transparent 1px),
    linear-gradient(rgba(88, 166, 255, .08) 2px, transparent 2px),
    linear-gradient(90deg, rgba(88, 166, 255, .08) 2px, transparent 2px);
  opacity: .78;
}
body.fzn-dark .fzn-dma-corp-hero::after {
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 180, 255, .08) 24%,
      rgba(0, 180, 255, .34) 50%,
      rgba(0, 180, 255, .08) 76%,
      transparent 100%
    );
  filter: drop-shadow(0 0 18px rgba(0, 180, 255, .42));
}
body.fzn-dark .fzn-dma-guide-page::after {
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 180, 255, .06) 20%,
      rgba(0, 180, 255, .18) 50%,
      rgba(0, 180, 255, .06) 80%,
      transparent 100%
    );
  filter: drop-shadow(0 0 16px rgba(0, 180, 255, .22));
}
@keyframes fzn-dma-hero-scan {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(440%);
  }
}
@keyframes fzn-dma-status-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: .45;
    transform: scale(.78);
  }
}
@keyframes fzn-dma-led-green {
  0%,
  18%,
  100% {
    opacity: 1;
    transform: scale(1.12);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, .34),
      0 0 0 4px rgba(var(--fzn-led-rgb), .24),
      0 0 22px rgba(var(--fzn-led-rgb), .94);
  }
  28%,
  78% {
    opacity: .46;
    transform: scale(.82);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, .14),
      0 0 0 0 rgba(var(--fzn-led-rgb), 0),
      0 0 0 rgba(var(--fzn-led-rgb), 0);
  }
}
@keyframes fzn-dma-led-yellow {
  0%,
  18%,
  48%,
  100% {
    opacity: .46;
    transform: scale(.82);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, .14),
      0 0 0 0 rgba(var(--fzn-led-rgb), 0),
      0 0 0 rgba(var(--fzn-led-rgb), 0);
  }
  26%,
  40%,
  62%,
  78% {
    opacity: 1;
    transform: scale(1.12);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, .34),
      0 0 0 4px rgba(var(--fzn-led-rgb), .24),
      0 0 22px rgba(var(--fzn-led-rgb), .94);
  }
}
@keyframes fzn-dma-led-red {
  0%,
  34%,
  66%,
  100% {
    opacity: .46;
    transform: scale(.82);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, .14),
      0 0 0 0 rgba(var(--fzn-led-rgb), 0),
      0 0 0 rgba(var(--fzn-led-rgb), 0);
  }
  44%,
  56% {
    opacity: 1;
    transform: scale(1.12);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, .34),
      0 0 0 4px rgba(var(--fzn-led-rgb), .24),
      0 0 22px rgba(var(--fzn-led-rgb), .94);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fzn-dma-corp-hero::after {
    animation: none;
    transform: translateY(210%);
  }
  .fzn-dma-hero-led {
    animation: none;
    opacity: .9;
    transform: none;
  }
}

/* DMA firmware selection block. */
.fzn-dma-firmware-section {
  position: relative;
  isolation: isolate;
  padding: clamp(6px, 1.4vw, 18px) clamp(4px, 1.2vw, 18px);
}
.fzn-dma-firmware-section::before {
  content: "";
  position: absolute;
  inset: -8px 0 auto;
  z-index: -1;
  height: 56%;
  border-radius: 34px;
  background:
    linear-gradient(120deg, rgba(34, 116, 255, .10), rgba(13, 148, 136, .08) 48%, rgba(245, 158, 11, .08)),
    rgba(255, 255, 255, .16);
  filter: blur(.1px);
  pointer-events: none;
}
.fzn-dma-firmware-head {
  max-width: 820px;
}
.fzn-dma-firmware-head span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 999px;
  color: #0d63df;
  background: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}
.fzn-dma-firmware-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.fzn-dma-firmware-card {
  position: relative;
  grid-column: span 2;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(242, 248, 255, .74)),
    rgba(255, 255, 255, .52);
  box-shadow: 0 18px 42px rgba(37, 99, 235, .08);
  backdrop-filter: blur(12px);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.fzn-dma-firmware-card:nth-child(-n+2) {
  grid-column: span 3;
}
.fzn-dma-firmware-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, .30);
  box-shadow: 0 26px 56px rgba(37, 99, 235, .13);
}
.fzn-dma-firmware-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 4px solid var(--fzn-firmware-accent, #1d6cf2);
  opacity: .92;
  pointer-events: none;
}
.fzn-dma-firmware-card::after {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--fzn-firmware-glow, rgba(37, 99, 235, .13)) 0%, transparent 68%);
  pointer-events: none;
}
.fzn-dma-firmware-card:nth-child(1) {
  --fzn-firmware-accent: #2f80ed;
  --fzn-firmware-glow: rgba(47, 128, 237, .16);
}
.fzn-dma-firmware-card:nth-child(2) {
  --fzn-firmware-accent: #0f9f8f;
  --fzn-firmware-glow: rgba(15, 159, 143, .20);
}
.fzn-dma-firmware-card:nth-child(3) {
  --fzn-firmware-accent: #6d8cff;
  --fzn-firmware-glow: rgba(109, 140, 255, .16);
}
.fzn-dma-firmware-card:nth-child(4) {
  --fzn-firmware-accent: #f59e0b;
  --fzn-firmware-glow: rgba(245, 158, 11, .16);
}
.fzn-dma-firmware-card:nth-child(5) {
  --fzn-firmware-accent: #ef6f6c;
  --fzn-firmware-glow: rgba(239, 111, 108, .16);
}
.fzn-dma-firmware-card.is-featured {
  border-color: rgba(15, 159, 143, .24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(230, 249, 246, .78)),
    rgba(255, 255, 255, .58);
}
.fzn-dma-firmware-card.is-featured .fzn-dma-firmware-card-top span::after {
  content: "推荐";
  margin-left: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #064e46;
  background: rgba(20, 184, 166, .16);
  font-size: 10px;
  letter-spacing: 0;
}
.fzn-dma-firmware-card-top {
  position: relative;
  z-index: 1;
}
.fzn-dma-firmware-card-top span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: var(--fzn-firmware-accent, #1d6cf2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}
.fzn-dma-firmware-card h3 {
  margin: 0;
  color: #102033;
  font-size: 24px;
  line-height: 1.16;
}
.fzn-dma-firmware-card p {
  margin: 0;
  color: #5b6b82;
  font-size: 14px;
  line-height: 1.62;
}
.fzn-dma-firmware-card-top p {
  margin-top: 10px;
  max-width: 32em;
}
.fzn-dma-firmware-meta {
  position: relative;
  z-index: 1;
  padding: 13px 14px;
  border: 1px solid rgba(37, 99, 235, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .58);
}
.fzn-dma-firmware-meta strong {
  display: block;
  margin-bottom: 5px;
  color: #17304e;
  font-size: 13px;
  font-weight: 900;
}
.fzn-dma-firmware-meta p {
  font-size: 13px;
  line-height: 1.54;
}
.fzn-dma-firmware-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fzn-dma-firmware-tags em {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 999px;
  color: #0d63df;
  background: rgba(232, 241, 255, .82);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
.fzn-dma-firmware-note {
  margin-top: 14px;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 10px 14px;
  align-items: center;
  padding: 15px 18px;
  border: 1px solid rgba(15, 159, 143, .18);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(232, 250, 247, .82), rgba(239, 246, 255, .76)),
    rgba(255, 255, 255, .70);
  box-shadow: 0 16px 36px rgba(15, 159, 143, .08);
}
.fzn-dma-firmware-note strong {
  color: #075f57;
  font-size: 15px;
  font-weight: 900;
}
.fzn-dma-firmware-note p {
  margin: 0;
  color: #4c6178;
  font-size: 14px;
  line-height: 1.64;
}
body.fzn-dark .fzn-dma-firmware-section::before {
  background:
    linear-gradient(120deg, rgba(84, 153, 255, .13), rgba(22, 242, 208, .08) 48%, rgba(245, 158, 11, .07)),
    rgba(12, 24, 38, .20);
}
body.fzn-dark .fzn-dma-firmware-head span {
  border-color: rgba(108, 171, 255, .18);
  color: #9dccff;
  background: rgba(255, 255, 255, .04);
}
body.fzn-dark .fzn-dma-firmware-card {
  border-color: rgba(108, 171, 255, .14);
  background:
    linear-gradient(180deg, rgba(11, 23, 37, .86), rgba(7, 16, 27, .70)),
    rgba(12, 24, 38, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03), 0 20px 46px rgba(0, 0, 0, .18);
}
body.fzn-dark .fzn-dma-firmware-card.is-featured {
  border-color: rgba(22, 242, 208, .24);
  background:
    linear-gradient(135deg, rgba(9, 31, 39, .92), rgba(7, 18, 30, .76)),
    rgba(12, 24, 38, .62);
}
body.fzn-dark .fzn-dma-firmware-card h3,
body.fzn-dark .fzn-dma-firmware-meta strong {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-firmware-card p,
body.fzn-dark .fzn-dma-firmware-note p {
  color: #a9bed4;
}
body.fzn-dark .fzn-dma-firmware-meta {
  border-color: rgba(108, 171, 255, .12);
  background: rgba(255, 255, 255, .04);
}
body.fzn-dark .fzn-dma-firmware-tags em {
  border-color: rgba(108, 171, 255, .13);
  color: #d9ecff;
  background: rgba(84, 153, 255, .10);
}
body.fzn-dark .fzn-dma-firmware-card.is-featured .fzn-dma-firmware-card-top span::after {
  color: #d7fff8;
  background: rgba(22, 242, 208, .12);
}
body.fzn-dark .fzn-dma-firmware-note {
  border-color: rgba(22, 242, 208, .15);
  background:
    linear-gradient(90deg, rgba(9, 31, 39, .72), rgba(9, 20, 33, .74)),
    rgba(12, 24, 38, .54);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
}
body.fzn-dark .fzn-dma-firmware-note strong {
  color: #a6fff3;
}
@media (max-width: 1100px) {
  .fzn-dma-firmware-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fzn-dma-firmware-card,
  .fzn-dma-firmware-card:nth-child(-n+2) {
    grid-column: auto;
  }
  .fzn-dma-firmware-card.is-premium {
    grid-column: 1 / -1;
  }
}
@media (max-width: 900px) {
  .fzn-dma-firmware-section {
    padding-inline: 4px;
  }
  .fzn-dma-firmware-grid {
    gap: 12px;
  }
  .fzn-dma-firmware-card {
    min-height: 250px;
    padding: 18px;
    border-radius: 20px;
  }
  .fzn-dma-firmware-card h3 {
    font-size: 21px;
  }
  .fzn-dma-firmware-note {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
@media (max-width: 560px) {
  .fzn-dma-firmware-grid {
    grid-template-columns: 1fr;
  }
  .fzn-dma-firmware-card,
  .fzn-dma-firmware-card.is-premium {
    grid-column: auto;
  }
  .fzn-dma-firmware-card {
    min-height: 0;
    gap: 14px;
    padding: 16px 14px 14px;
    border-radius: 18px;
  }
  .fzn-dma-firmware-card-top span {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .fzn-dma-firmware-card h3 {
    font-size: 20px;
  }
  .fzn-dma-firmware-card p {
    font-size: 13px;
    line-height: 1.56;
  }
  .fzn-dma-firmware-meta {
    padding: 11px 12px;
    border-radius: 15px;
  }
  .fzn-dma-firmware-tags {
    gap: 6px;
  }
  .fzn-dma-firmware-tags em {
    min-height: 28px;
    padding: 0 9px;
    font-size: 11px;
  }
  .fzn-dma-firmware-note {
    padding: 13px 14px;
    border-radius: 16px;
  }
}

/* Shopping-style firmware selector. */
.fzn-dma-firmware-section {
  padding: clamp(8px, 1.6vw, 18px) clamp(4px, 1.2vw, 18px);
}
.fzn-dma-firmware-section::before {
  display: none;
}
.fzn-dma-firmware-shop {
  display: grid;
  grid-template-columns: minmax(330px, .92fr) minmax(0, 1.08fr);
  gap: clamp(18px, 2.6vw, 30px);
  align-items: stretch;
}
.fzn-dma-firmware-buy {
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 30px;
  background: rgba(255, 255, 255, .70);
  box-shadow: 0 22px 54px rgba(20, 38, 75, .10);
  backdrop-filter: blur(12px);
}
.fzn-dma-firmware-product {
  min-height: 560px;
  display: grid;
  grid-template-rows: auto minmax(460px, 1fr);
  gap: clamp(18px, 2.2vw, 28px);
  min-width: 0;
}
.fzn-dma-firmware-product-card {
  position: relative;
  min-height: 460px;
  height: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(125, 211, 252, .18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 30% 20%, rgba(22, 242, 208, .24), transparent 30%),
    radial-gradient(circle at 76% 70%, rgba(37, 99, 235, .26), transparent 36%),
    linear-gradient(135deg, rgba(6, 17, 31, .98), rgba(14, 35, 60, .94)),
    #0b1725;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10), 0 30px 76px rgba(15, 23, 42, .30);
  color: #fff;
  isolation: isolate;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.fzn-dma-firmware-product-card:hover,
.fzn-dma-firmware-product-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, .32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 34px 82px rgba(15, 23, 42, .34);
}
.fzn-dma-firmware-product-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(125, 211, 252, .18);
  border-radius: 20px;
  background-image:
    linear-gradient(rgba(125, 211, 252, .10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, .10) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .72;
}
.fzn-dma-firmware-product-card::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 23%;
  z-index: -1;
  height: 20px;
  border-radius: 50%;
  background: rgba(22, 242, 208, .40);
  filter: blur(20px);
}
.fzn-dma-firmware-product-kicker {
  position: absolute;
  left: 22px;
  top: 20px;
  color: #9dccff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}
.fzn-dma-firmware-product-badge {
  position: absolute;
  right: 22px;
  top: 18px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(22, 242, 208, .28);
  border-radius: 999px;
  color: #c8fff7;
  background: rgba(22, 242, 208, .10);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .10em;
}
.fzn-dma-firmware-product-card strong {
  display: block;
  color: #fff;
  font-size: clamp(56px, 6vw, 76px);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .34);
}
.fzn-dma-firmware-product-card em {
  margin-top: 12px;
  color: #7dd3fc;
  font-size: clamp(28px, 3vw, 38px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
}
.fzn-dma-firmware-chip {
  position: absolute;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(125, 211, 252, .22);
  border-radius: 999px;
  color: #dff7ff;
  background: rgba(255, 255, 255, .08);
  font-size: 12px;
  font-weight: 800;
}
.fzn-dma-firmware-chip-top {
  right: 22px;
  top: 56px;
}
.fzn-dma-firmware-chip-bottom {
  left: 24px;
  bottom: 24px;
}
.fzn-dma-firmware-product-copy h2 {
  margin: 0;
  color: #102033;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.12;
}
.fzn-dma-firmware-product-copy p {
  margin: 12px 0 0;
  color: #5b6b82;
  font-size: 15px;
  line-height: 1.7;
}
.fzn-dma-firmware-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.fzn-dma-firmware-product-tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: 999px;
  color: #17304e;
  background: rgba(255, 255, 255, .64);
  font-size: 12px;
  font-weight: 900;
}
.fzn-dma-firmware-buy {
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 2vw, 28px);
}
.fzn-dma-firmware-buy-head,
.fzn-dma-firmware-price-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.fzn-dma-firmware-buy-head {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(37, 99, 235, .10);
}
.fzn-dma-firmware-buy-head span,
.fzn-dma-firmware-price-row span,
.fzn-dma-firmware-selected span {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}
.fzn-dma-firmware-buy-head strong {
  color: #102033;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.16;
  text-align: right;
}
.fzn-dma-firmware-price-row {
  align-items: center;
  margin-top: 18px;
  padding: 18px 18px;
  border: 1px solid rgba(15, 159, 143, .20);
  border-radius: 20px;
  background:
    radial-gradient(circle at 90% 20%, rgba(22, 242, 208, .18), transparent 34%),
    linear-gradient(90deg, rgba(232, 250, 247, .86), rgba(239, 246, 255, .74));
}
.fzn-dma-firmware-price-row strong {
  color: #e04717;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1;
}
.fzn-dma-firmware-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.fzn-dma-firmware-option {
  position: relative;
  min-height: 104px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(37, 99, 235, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.fzn-dma-firmware-option:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .34);
  box-shadow: 0 16px 34px rgba(37, 99, 235, .10);
}
.fzn-dma-firmware-option.is-selected {
  border-color: rgba(224, 71, 23, .54);
  background:
    linear-gradient(135deg, rgba(255, 246, 240, .95), rgba(255, 255, 255, .78));
  box-shadow: inset 0 0 0 1px rgba(224, 71, 23, .22), 0 18px 38px rgba(224, 71, 23, .11);
}
.fzn-dma-firmware-option.is-selected::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 28%, transparent 30%),
    #e04717;
}
.fzn-dma-firmware-option.is-recommended::after {
  content: "推荐";
  position: absolute;
  right: 12px;
  top: -10px;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #e04717, #ff8a3d);
  font-size: 11px;
  font-weight: 900;
}
.fzn-dma-firmware-option span {
  min-width: 0;
  padding-right: 22px;
}
.fzn-dma-firmware-option strong {
  display: block;
  color: #102033;
  font-size: 17px;
  line-height: 1.2;
}
.fzn-dma-firmware-option em {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}
.fzn-dma-firmware-option b {
  color: #e04717;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}
.fzn-dma-firmware-selected {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px dashed rgba(224, 71, 23, .24);
  border-radius: 18px;
  background: rgba(255, 247, 237, .68);
}
.fzn-dma-firmware-selected p {
  margin: 6px 0 0;
  color: #17304e;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}
.fzn-dma-firmware-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}
.fzn-dma-firmware-actions .fzn-button {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
}
.fzn-dma-firmware-shop-note {
  margin: 12px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.65;
}
.fzn-dma-firmware-section + .fzn-dma-service-section {
  margin-top: clamp(-32px, -2.6vw, -18px);
}
body.fzn-dark .fzn-dma-firmware-buy {
  border-color: rgba(108, 171, 255, .14);
  background: rgba(12, 24, 38, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03), 0 20px 46px rgba(0, 0, 0, .18);
}
body.fzn-dark .fzn-dma-firmware-product-copy h2,
body.fzn-dark .fzn-dma-firmware-buy-head strong,
body.fzn-dark .fzn-dma-firmware-option strong {
  color: #eef5ff;
}
body.fzn-dark .fzn-dma-firmware-product-copy p,
body.fzn-dark .fzn-dma-firmware-buy-head span,
body.fzn-dark .fzn-dma-firmware-price-row span,
body.fzn-dark .fzn-dma-firmware-selected span,
body.fzn-dark .fzn-dma-firmware-option em,
body.fzn-dark .fzn-dma-firmware-shop-note {
  color: #a9bed4;
}
body.fzn-dark .fzn-dma-firmware-product-tags span {
  border-color: rgba(108, 171, 255, .16);
  color: #d9ecff;
  background: rgba(255, 255, 255, .05);
}
body.fzn-dark .fzn-dma-firmware-price-row {
  border-color: rgba(255, 138, 61, .18);
  background: linear-gradient(90deg, rgba(54, 28, 18, .70), rgba(9, 20, 33, .74));
}
body.fzn-dark .fzn-dma-firmware-price-row strong {
  color: #ffb27d;
}
body.fzn-dark .fzn-dma-firmware-option {
  border-color: rgba(108, 171, 255, .14);
  background: rgba(255, 255, 255, .04);
}
body.fzn-dark .fzn-dma-firmware-option.is-selected {
  border-color: rgba(255, 138, 61, .42);
  background: linear-gradient(135deg, rgba(62, 31, 17, .66), rgba(255, 255, 255, .05));
  box-shadow: inset 0 0 0 1px rgba(255, 138, 61, .14), 0 18px 38px rgba(0, 0, 0, .18);
}
body.fzn-dark .fzn-dma-firmware-option b {
  color: #ffb27d;
}
body.fzn-dark .fzn-dma-firmware-selected {
  border-color: rgba(255, 138, 61, .20);
  background: rgba(255, 138, 61, .08);
}
body.fzn-dark .fzn-dma-firmware-selected p {
  color: #d9ecff;
}
@media (max-width: 980px) {
  .fzn-dma-firmware-shop {
    grid-template-columns: 1fr;
  }
  .fzn-dma-firmware-product {
    min-height: 0;
    grid-template-rows: auto minmax(380px, 1fr);
  }
  .fzn-dma-firmware-product-card {
    min-height: 380px;
  }
}
@media (max-width: 560px) {
  .fzn-dma-firmware-section {
    padding: 0;
  }
  .fzn-dma-firmware-shop {
    gap: 12px;
  }
  .fzn-dma-firmware-buy {
    border-radius: 22px;
  }
  .fzn-dma-firmware-product {
    grid-template-rows: auto 145px;
    gap: 10px;
  }
  .fzn-dma-firmware-product-card {
    min-height: 0;
    height: 145px;
    padding: 14px 16px;
    border-radius: 17px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10), 0 14px 32px rgba(15, 23, 42, .20);
  }
  .fzn-dma-firmware-product-card strong {
    font-size: 34px;
  }
  .fzn-dma-firmware-product-card em {
    margin-top: 5px;
    font-size: 18px;
  }
  .fzn-dma-firmware-product-kicker {
    left: 14px;
    top: 12px;
    font-size: 9px;
  }
  .fzn-dma-firmware-product-badge {
    right: 12px;
    top: 10px;
    min-height: 20px;
    padding: 0 7px;
    font-size: 8px;
  }
  .fzn-dma-firmware-chip {
    min-height: 21px;
    padding: 0 7px;
    font-size: 8px;
  }
  .fzn-dma-firmware-chip-top {
    top: 34px;
    right: 12px;
  }
  .fzn-dma-firmware-chip-bottom {
    left: 14px;
    bottom: 12px;
  }
  .fzn-dma-firmware-product-copy h2 {
    font-size: 26px;
  }
  .fzn-dma-firmware-product-copy p {
    display: none;
  }
  .fzn-dma-firmware-product-tags {
    gap: 6px;
    margin-top: 8px;
  }
  .fzn-dma-firmware-product-tags span {
    min-height: 27px;
    padding: 0 9px;
    font-size: 11px;
  }
  .fzn-dma-firmware-buy {
    padding: 12px;
    border-radius: 18px;
  }
  .fzn-dma-firmware-buy-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 10px;
  }
  .fzn-dma-firmware-buy-head strong {
    flex: 1;
    text-align: right;
    font-size: 18px;
  }
  .fzn-dma-firmware-price-row {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 15px;
  }
  .fzn-dma-firmware-price-row strong {
    font-size: 28px;
  }
  .fzn-dma-firmware-options {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
  }
  .fzn-dma-firmware-option {
    min-height: 68px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 14px;
  }
  .fzn-dma-firmware-option span {
    padding-right: 14px;
  }
  .fzn-dma-firmware-option strong {
    font-size: 15px;
  }
  .fzn-dma-firmware-option em {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.25;
  }
  .fzn-dma-firmware-option b {
    flex: 0 0 auto;
    font-size: 18px;
  }
  .fzn-dma-firmware-option.is-selected::before {
    right: 9px;
    top: 9px;
    width: 14px;
    height: 14px;
  }
  .fzn-dma-firmware-option.is-recommended::after {
    right: 8px;
    top: -8px;
    min-height: 18px;
    padding: 0 7px;
    font-size: 10px;
  }
  .fzn-dma-firmware-selected {
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 14px;
  }
  .fzn-dma-firmware-selected p {
    font-size: 13px;
  }
  .fzn-dma-firmware-actions {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 10px;
    margin-top: 0;
  }
  .fzn-dma-firmware-actions .fzn-button {
    min-height: 46px;
    border-radius: 12px;
  }
  .fzn-dma-firmware-actions .fzn-button-primary {
    min-height: 50px;
    font-size: 15px;
  }
  .fzn-dma-firmware-actions .fzn-button:not(.fzn-button-primary) {
    min-height: 42px;
    background: rgba(255, 255, 255, .58);
    font-size: 13px;
  }
  .fzn-dma-firmware-shop-note {
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.5;
  }
  .fzn-dma-firmware-section + .fzn-dma-service-section {
    margin-top: -12px;
  }
  .fzn-dma-guide-page .fzn-dma-service-section:last-of-type {
    margin-bottom: 18px;
  }
}
@media (max-width: 380px) {
  .fzn-dma-mobile-card-media img,
  .fzn-dma-mobile-card.is-dc500 .fzn-dma-mobile-card-media img,
  .fzn-dma-mobile-card.is-d60 .fzn-dma-mobile-card-media img,
  .fzn-dma-mobile-card.is-kmbox .fzn-dma-mobile-card-media img {
    padding-bottom: 58px;
    transform: scale(.98);
  }
  .fzn-dma-firmware-product {
    grid-template-rows: auto 128px;
  }
  .fzn-dma-firmware-product-card {
    height: 128px;
  }
  .fzn-dma-firmware-product-card strong {
    font-size: 30px;
  }
  .fzn-dma-firmware-product-card em {
    font-size: 16px;
  }
  .fzn-dma-firmware-option {
    padding: 10px;
  }
  .fzn-dma-firmware-option em {
    font-size: 11px;
  }
  .fzn-dma-firmware-option b {
    font-size: 16px;
  }
}
