/* 奕天云 Cite 宣传站对照。非正式前台。首页对照 346；资讯/教程列表对照 347；资讯详情对照 350；功能页对照 351；插件详情对照 365；404 对照 366；问答列表对照 367；更新日志对照 348；授权查询对照 349。禁止紫渐变毛玻璃、假业绩。购买页示意价见 D-B274。 */
:root {
  --blue: #3b6cff;
  --blue-2: #2f5ef0;
  --blue-soft: #e8efff;
  --ink: #0f1728;
  --text: #4b5565;
  --muted: #7b8494;
  --line: #e8edf5;
  --paper: #fff;
  --wash: #f5f8fc;
  --foot: #07111f;
  --shadow: 0 18px 50px rgba(15, 23, 40, 0.08);
  --shadow-sm: 0 8px 24px rgba(15, 23, 40, 0.06);
  --radius: 12px;
  --wrap: 1200px;
  --font: "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
  --fs-h1: 46px;
  --lh-h1: 1.22;
  --fs-h2: 32px;
  --lh-h2: 1.35;
  --fs-h3: 18px;
  --lh-h3: 1.35;
  --fs-lead: 15px;
  --lh-lead: 1.8;
  --fs-body: 14px;
  --lh-body: 1.8;
  --fs-sm: 13px;
  --lh-sm: 1.8;
  --fs-page: 36px;
  --fs-meta: 12px;
  --lh-meta: 1.65;
  --lh-phero: 1.38;
  --fs-phero-lead: 16px;
  --lh-phero-lead: 1.9;
  --measure: 34em;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--paper);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }

.wrap { width: min(var(--wrap), calc(100% - 40px)); margin: 0 auto; }
.sec { padding: 88px 0; }
.sec.is-wash { background: var(--wash); }
.sec-head { text-align: center; margin: 0 0 48px; }
.sec-head h2 {
  margin: 0 0 14px;
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: var(--lh-h2);
  color: var(--ink);
  letter-spacing: -0.02em;
}
.sec-head p {
  margin: 0 auto;
  max-width: 560px;
  color: var(--muted);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: var(--fs-body);
  font-weight: 600;
  box-shadow: 0 10px 22px rgba(59, 108, 255, 0.28);
}
.btn:hover { background: var(--blue-2); }
.btn.is-ghost {
  background: #fff;
  color: var(--ink);
  border: 1px solid #d8dee9;
  box-shadow: none;
}
.btn.is-ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn.is-lg { min-height: 44px; padding: 0 24px; }
.btn.is-light { background: #fff; color: var(--ink); box-shadow: none; }
.more { color: var(--blue); font-size: var(--fs-sm); font-weight: 600; line-height: var(--lh-sm); }
.more::after { content: " →"; }
.sec-more { text-align: center; margin: 36px 0 0; }

.site-hd {
  position: sticky;
  top: 0;
  z-index: 30;
}
.topbar {
  background: #07111f;
  color: #9aa3b2;
  font-size: 12px;
  line-height: 1.5;
}
.topbar .wrap {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.topbar a {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.hd {
  background: #fff;
  border-bottom: 1px solid #eef2f8;
}
.hd-in {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  white-space: nowrap;
}
.brand i {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
}
.brand b { font-size: 18px; font-weight: 700; line-height: 1.3; }
.brand small { display: none; }
.nav-check { position: absolute; opacity: 0; pointer-events: none; }
.nav-toggle {
  display: none;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span { width: 16px; height: 1.5px; background: var(--ink); }
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-size: 16px;
  color: #5b6472;
  white-space: nowrap;
}
.nav a { padding: 8px 0; }
.nav a.is-on { color: var(--ink); font-weight: 600; }
.hd-act { display: flex; align-items: center; gap: 12px; }
.hd .cta { min-height: 40px; padding: 0 20px; box-shadow: none; font-size: 14px; }
.hd .is-ghost { min-height: 40px; padding: 0 18px; font-size: 14px; }
.demo-check { display: none; }
.demo-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.demo-check:checked ~ .demo-modal { display: flex; }
.demo-mask {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  cursor: pointer;
}
.demo-box {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 12px;
  padding: 28px 28px 22px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
}
.demo-box h3 { margin: 0 0 6px; font-size: 20px; color: var(--ink); text-align: center; }
.demo-tip { margin: 0 0 16px; font-size: 13px; color: #5b6472; }
.demo-list { margin: 0; }
.demo-list > div {
  display: flex;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px solid #eef1f6;
}
.demo-list > div:last-child { border-bottom: 0; }
.demo-list dt { flex: none; width: 76px; font-size: 13px; color: #5b6472; }
.demo-list dd {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  word-break: break-all;
}
.demo-list dd a { color: var(--blue); }
.demo-list dd a:hover { text-decoration: underline; }
.demo-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f3f5f9;
  color: #5b6472;
  font-size: 15px;
  cursor: pointer;
}
.demo-close:hover { background: #e7ecf5; color: var(--ink); }
.dock {
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dock a {
  width: 42px;
  min-height: 42px;
  padding: 8px 4px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
  text-align: center;
}
.dock-top {
  background: linear-gradient(180deg, #6b93ff 0%, #3b6cff 100%);
  color: #fff;
  box-shadow:
    0 10px 22px rgba(59, 108, 255, 0.42),
    inset 0 2px 4px rgba(255, 255, 255, 0.55),
    inset 0 -3px 6px rgba(9, 40, 160, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.dock-top:hover {
  transform: translateY(-3px);
  box-shadow:
    0 14px 26px rgba(59, 108, 255, 0.5),
    inset 0 2px 4px rgba(255, 255, 255, 0.55),
    inset 0 -3px 6px rgba(9, 40, 160, 0.28);
}
.dock-top svg { width: 20px; height: 20px; }
.dock-contact {
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  padding: 16px 5px;
  font-size: 14px;
  color: var(--blue);
  border: 1px solid rgba(59, 108, 255, 0.18);
}
.dock-contact:hover { background: #eef3ff; }
.hero-links,
.page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 22px;
  font-size: 13px;
  line-height: 1.6;
}
.hero-links a,
.page-links a { color: #5b6472; }
.hero-links a:hover,
.page-links a:hover { color: var(--blue); }
.page-hero .page-links { margin-top: 16px; }

.hero {
  position: relative;
  padding: 64px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(720px 380px at 88% 8%, #dce7ff 0%, transparent 58%),
    radial-gradient(520px 280px at 8% 92%, #eaf1ff 0%, transparent 62%),
    linear-gradient(180deg, #f7f9fe 0%, #fff 78%);
}
.hero-fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(59, 108, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 108, 255, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 72% 64% at 62% 38%, #000 22%, transparent 76%);
  -webkit-mask-image: radial-gradient(ellipse 72% 64% at 62% 38%, #000 22%, transparent 76%);
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  z-index: 0;
}
.hero::before {
  width: 520px;
  height: 520px;
  right: 6%;
  top: -140px;
  background: radial-gradient(circle, rgba(59, 108, 255, 0.22), transparent 68%);
  animation: orb-a 16s ease-in-out infinite;
}
.hero::after {
  width: 360px;
  height: 360px;
  left: 4%;
  bottom: -90px;
  background: radial-gradient(circle, rgba(125, 211, 252, 0.26), transparent 70%);
  animation: orb-b 20s ease-in-out infinite;
}
@keyframes orb-a {
  0%, 100% { transform: translate(0, 0); opacity: 0.72; }
  50% { transform: translate(-28px, 18px); opacity: 1; }
}
@keyframes orb-b {
  0%, 100% { transform: translate(0, 0); opacity: 0.7; }
  50% { transform: translate(22px, -14px); opacity: 1; }
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 12px;
  align-items: start;
}
.hero-grid > * { min-width: 0; }
.hero h1 {
  margin: 0 0 20px;
  font-size: 42px;
  line-height: 1.32;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: 0;
  overflow-wrap: break-word;
}
.hero h1 span { display: block; }
.hero h1 em {
  font-style: normal;
  color: var(--blue);
}
.hero .lead {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: var(--fs-lead);
  line-height: 1.75;
}
.hero-act { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .btn.is-ghost {
  color: var(--blue);
  border-color: var(--blue);
  background: #fff;
}
.hero .btn.is-ghost:hover { background: var(--blue-soft); }
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 22px;
  color: #5b6472;
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
}
.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-points svg {
  width: 16px;
  height: 16px;
  color: var(--blue);
  flex-shrink: 0;
}

.hero .hero-art {
  position: relative;
  min-height: 400px;
  padding: 4px 10px 32px 0;
}
.hero .hero-art::before { display: none; }

.studio {
  position: relative;
  z-index: 1;
  margin-left: 58px;
  margin-right: 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 28px 70px rgba(59, 108, 255, 0.14);
  overflow: hidden;
}
.studio-bar {
  height: 22px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 14px;
  background: #f7f9fc;
}
.studio-bar i { width: 7px; height: 7px; border-radius: 50%; background: #d5dbe6; }
.studio-bar i:nth-child(1) { background: #f0b4b4; }
.studio-bar i:nth-child(2) { background: #e6d08a; }
.studio-bar i:nth-child(3) { background: #9dceb0; }
.studio-hd {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px 0 16px;
  background: #fff;
  border-bottom: 1px solid #eef2f7;
  color: #94a3b8;
  font-size: 12px;
}
.studio-hd b {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: var(--blue);
  flex-shrink: 0;
}
.studio-hd span { color: #64748b; font-weight: 600; }
.studio-hd em {
  margin-left: auto;
  width: 52px;
  height: 18px;
  border-radius: 99px;
  background: #eef2f7;
  font-style: normal;
}
.studio-hd em + em { margin-left: 8px; width: 64px; }
.studio-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  min-height: 286px;
  background: #f4f7fb;
}
.canvas {
  margin: 10px 0 12px 12px;
  border-radius: 12px;
  overflow: hidden;
  background:
    url("/theme/yitian-cite/hero-mtn.png") right -6px bottom -10px / 50% auto no-repeat,
    linear-gradient(180deg, #eaf4fb 0%, #d7ebf6 52%, #cfe4f2 100%);
}
.board-copy {
  padding: 40px 24px 32px 72px;
  max-width: 340px;
}
.board-copy h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
  color: #1d4ed8;
  letter-spacing: -0.02em;
}
.board-copy p {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.7;
  color: #64748b;
}
.board-copy em {
  display: inline-flex;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
}
.props {
  padding: 18px 14px 16px 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0.5;
}
.props i {
  display: block;
  height: 8px;
  border-radius: 99px;
  background: #d5deea;
}
.props i:nth-child(2) { width: 72%; }
.props i:nth-child(3) { height: 36px; border-radius: 8px; }
.props i:nth-child(4) { width: 84%; }
.props i:nth-child(5) { width: 60%; }
.props i:nth-child(6) { width: 76%; }

.ed-rail {
  position: absolute;
  left: 0;
  top: 54%;
  z-index: 3;
  width: 122px;
  transform: translateY(-50%);
  padding: 10px 8px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(37, 70, 160, 0.12);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ed-rail span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 8px;
  border-radius: 8px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.2;
}
.ed-rail span.on {
  background: transparent;
  color: var(--blue);
  font-weight: 600;
  box-shadow: none;
}
.ed-rail svg {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  fill: currentColor;
}
.ed-rail span:not(.on) svg { fill: none; }

.hero-art .chip {
  position: absolute;
  right: -4px;
  top: 42%;
  z-index: 4;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 12px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  box-shadow: 0 12px 28px rgba(59, 108, 255, 0.28);
}
.swatch {
  position: absolute;
  right: 28px;
  bottom: -6px;
  z-index: 4;
  width: 148px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(15, 23, 40, 0.12);
  padding: 12px 14px 14px;
}
.swatch header {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
}
.swatch .dots { display: flex; gap: 8px; }
.swatch .dots i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.swatch .c1 { background: #f59e0b; }
.swatch .c2 { background: #22d3ee; }
.swatch .c3 { background: #8b5cf6; }
.swatch .c4 { background: #84cc16; }

.feats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.feats article {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 28px 24px 26px;
  text-align: left;
}
.feats .ico {
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
}
.feats .ico svg { width: 22px; height: 22px; display: block; }
.feats h3 { margin: 0 0 10px; font-size: var(--fs-h3); color: var(--ink); line-height: var(--lh-h3); }
.feats p { margin: 0; font-size: var(--fs-sm); color: var(--muted); line-height: var(--lh-sm); }

.pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.pair article {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 32px 28px 28px;
}
.pair .ico {
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
}
.pair .ico svg { width: 22px; height: 22px; display: block; }
.pair h3 { margin: 0 0 10px; font-size: var(--fs-h3); color: var(--ink); line-height: var(--lh-h3); }
.pair p { margin: 0; font-size: var(--fs-sm); color: var(--muted); line-height: var(--lh-sm); }
.pair .ticks { margin: 16px 0 0; }
.pair .ticks li {
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
  padding: 9px 0 9px 28px;
  color: var(--text);
}
.pair .ticks li:last-child { border-bottom: 0; padding-bottom: 0; }

.ops {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.ops article {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 26px 22px 24px;
  text-align: left;
}
.ops .ico {
  width: 44px;
  height: 44px;
  margin: 0 0 16px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
}
.ops .ico svg { width: 22px; height: 22px; display: block; }
.ops h3 { margin: 0 0 10px; font-size: var(--fs-h3); color: var(--ink); line-height: var(--lh-h3); }
.ops p { margin: 0; font-size: var(--fs-sm); color: var(--muted); line-height: var(--lh-sm); }

.cite-pane {
  position: relative;
  padding: 0 12px 12px 0;
}
.cite-site {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.cite-bar {
  height: 40px;
  background: #f3f6fb;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  color: #94a3b8;
  font-size: 12px;
}
.cite-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
}
.cite-bar em {
  margin-left: 8px;
  font-style: normal;
}
.cite-page { padding: 16px; background: #f8fafc; }
.cite-hero {
  height: 168px;
  border-radius: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  padding: 18px 20px;
  background:
    linear-gradient(180deg, rgba(15, 23, 40, 0.08), rgba(15, 23, 40, 0.52)),
    linear-gradient(160deg, #8aa0bc 0%, #4a5d78 58%, #2f4158 100%);
}
.cite-hero-copy h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}
.cite-hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
}
.cite-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.cite-cards i {
  display: block;
  height: 52px;
  border-radius: 8px;
  background: #fff;
}
.cite-feed {
  position: absolute;
  right: 18px;
  bottom: 4px;
  width: 252px;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 16px 18px 8px;
  z-index: 2;
}
.cite-feed header {
  display: block;
  margin: 0 0 4px;
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
  font-weight: 700;
  color: var(--ink);
}
.cite-feed ul { margin: 0; padding: 0; list-style: none; }
.cite-feed li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
  color: var(--ink);
}
.cite-feed small { color: var(--muted); font-size: var(--fs-meta); line-height: var(--lh-meta); white-space: nowrap; }

.col-copy h2 {
  margin: 0 0 18px;
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: var(--lh-h2);
  color: var(--ink);
  letter-spacing: -0.02em;
}
.col-copy .lead-s {
  margin: 0;
  max-width: var(--measure);
  color: var(--muted);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
}
.col-copy .lead-s + .btn { margin-top: 32px; }
.col-copy .ticks + .btn { margin-top: 0; }
.kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--blue);
}
.ticks {
  list-style: none;
  margin: 24px 0 28px;
  padding: 0;
}
.ticks li {
  position: relative;
  padding: 10px 0 10px 34px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}
.ticks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 700;
}

.editor {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 128px;
  min-height: 360px;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.ed-lib {
  background: #0f1728;
  padding: 14px 10px;
  display: grid;
  align-content: start;
  gap: 8px;
}
.ed-lib i {
  display: block;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}
.ed-lib i:first-child { background: var(--blue); height: 32px; }
.ed-canvas {
  background: #eef2f7;
  padding: 16px 14px;
}
.ed-canvas .bar {
  height: 28px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #fff;
}
.ed-canvas .hero-block {
  height: 92px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, #93c5fd, #1d4ed8);
}
.ed-canvas .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.ed-canvas .row i {
  display: block;
  height: 64px;
  border-radius: 8px;
  background: #fff;
}
.ed-props {
  background: #fff;
  border-left: 1px solid var(--line);
  padding: 14px 12px;
}
.ed-props b, .ed-props span {
  display: block;
  height: 8px;
  border-radius: 99px;
  background: #e5e7eb;
  margin-bottom: 10px;
}
.ed-props b { width: 58%; height: 10px; background: #cbd5e1; }

.custom-art {
  min-height: 320px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(15, 23, 40, 0.08), rgba(15, 23, 40, 0.02)),
    var(--wash);
  box-shadow: var(--shadow-sm);
  padding: 28px;
  display: grid;
  gap: 12px;
}
.custom-art article {
  background: #fff;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: var(--shadow-sm);
}
.custom-art h3 { margin: 0 0 6px; font-size: var(--fs-h3); color: var(--ink); line-height: var(--lh-h3); }
.custom-art p { margin: 0; font-size: var(--fs-sm); color: var(--muted); line-height: var(--lh-sm); }

.fn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.fn-grid article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 22px 22px 20px;
  box-shadow: var(--shadow-sm);
}
.fn-grid .no {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
}
.fn-grid h3 { margin: 0 0 6px; font-size: var(--fs-h3); color: var(--ink); line-height: var(--lh-h3); }
.fn-grid p { margin: 0; font-size: var(--fs-sm); color: var(--muted); line-height: var(--lh-sm); }

.tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 0 36px;
  flex-wrap: wrap;
}
.tabs a {
  min-height: 34px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  font-size: var(--fs-sm);
  color: #5b6472;
  background: #eef2f7;
  border-radius: 999px;
}
.tabs a.is-on { background: var(--blue); color: #fff; }

.tpl-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.tpl {
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  color: var(--ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tpl:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.tpl-shot {
  position: relative;
  height: 168px;
  margin: 12px 12px 0;
  border-radius: 12px;
  overflow: hidden;
}
.tpl-shot::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 18px;
  background: rgba(255, 255, 255, 0.35);
}
.tpl-shot.is-a { background: linear-gradient(180deg, #1e3a8a, #93c5fd); }
.tpl-shot.is-b { background: linear-gradient(180deg, #e2e8f0, #94a3b8); }
.tpl-shot.is-c { background: linear-gradient(180deg, #0f766e, #99f6e4); }
.tpl-shot.is-d { background: linear-gradient(180deg, #7c2d12, #fed7aa); }
.tpl-shot.is-e { background: linear-gradient(180deg, #1f2937, #cbd5e1); }
.tpl-shot.is-f { background: linear-gradient(180deg, #1d4ed8, #93c5fd); }
.tpl-page {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 28px;
  bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 40, 0.12);
}
.tpl-page i {
  display: block;
  height: 8px;
  margin: 12px 10px 0;
  border-radius: 99px;
  background: #e5e7eb;
}
.tpl-page i:first-child { width: 42%; height: 28px; background: #dbeafe; }
.tpl h3 {
  margin: 0;
  padding: 14px 12px 16px;
  text-align: center;
  font-size: var(--fs-body);
  font-weight: 600;
  line-height: var(--lh-body);
}

.skin-grid, .prod-grid, .case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  text-align: center;
}
.steps::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #d5def0 0 10px, transparent 10px 18px);
}
.steps article { position: relative; }
.steps i {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  box-shadow: 0 0 0 6px #fff;
}
.steps .ico {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
}
.steps .ico svg { width: 26px; height: 26px; }
.steps h3 { margin: 0 0 8px; font-size: var(--fs-h3); color: var(--ink); line-height: var(--lh-h3); }
.steps p { margin: 0; font-size: var(--fs-sm); color: var(--muted); line-height: var(--lh-sm); padding: 0 8px; }

.quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.quotes article {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 28px 24px 22px;
}
.quotes p {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}
.who { display: flex; align-items: center; gap: 10px; }
.who .av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blue-soft);
}
.who b { display: block; font-size: var(--fs-sm); line-height: var(--lh-sm); color: var(--ink); }
.who small { color: var(--muted); font-size: var(--fs-meta); line-height: var(--lh-meta); }

.card {
  display: block;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.card .body { padding: 26px 24px 24px; }
.card .no {
  display: block;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--blue);
}
.card h3 { margin: 0 0 10px; font-size: var(--fs-h3); color: var(--ink); line-height: var(--lh-h3); }
.card p { margin: 0 0 16px; color: var(--muted); font-size: var(--fs-sm); line-height: var(--lh-sm); min-height: 40px; }
.card:hover { box-shadow: var(--shadow); }

.plug-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.plug-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 28px 24px 26px;
  color: var(--ink);
  text-align: left;
}
.plug-card:hover { box-shadow: var(--shadow); }
.plug-cover {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.plug-cover svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.plug-cover.is-write { background: linear-gradient(160deg, #93c5fd, #3b6cff); }
.plug-cover.is-chat { background: linear-gradient(160deg, #7dd3fc, #2563eb); }
.plug-cover.is-plan { background: linear-gradient(160deg, #cbd5e1, #475569); }
.plug-cover.is-city { background: linear-gradient(160deg, #6ee7b7, #0d9488); }
.plug-cover.is-watch { background: linear-gradient(160deg, #a5b4fc, #4f46e5); }
.plug-cover.is-share { background: linear-gradient(160deg, #fdba74, #ea580c); }
.plug-cover.is-model { background: linear-gradient(160deg, #c4b5fd, #6d28d9); }
.plug-cover.is-lang { background: linear-gradient(160deg, #67e8f9, #0891b2); }
.plug-cover.is-white { background: linear-gradient(160deg, #e2e8f0, #334155); }
.plug-body { min-width: 0; }
.plug-body h3 { margin: 0 0 8px; font-size: var(--fs-h3); color: var(--ink); line-height: var(--lh-h3); }
.plug-body p { margin: 0; font-size: var(--fs-sm); color: var(--muted); line-height: var(--lh-sm); }

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.plan {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  padding: 36px 28px 28px;
  text-align: center;
}
.plan.is-on {
  background: var(--blue);
  color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px rgba(59, 108, 255, 0.28);
}
.plan.is-on h3, .plan.is-on .tag, .plan.is-on .plan-price strong { color: #fff; }
.plan.is-on p, .plan.is-on li { color: rgba(255, 255, 255, 0.82); }
.plan.is-on .btn { background: #fff; color: var(--blue); box-shadow: none; }
.plan.is-on li { border-top-color: rgba(255, 255, 255, 0.16); }
.plan h3 { margin: 0 0 8px; font-size: 20px; color: var(--ink); line-height: var(--lh-h3); }
.plan .tag {
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
  color: var(--muted);
  margin-bottom: 18px;
}
.plan-price {
  margin: 0 0 18px;
  color: var(--blue);
}
.plan-price em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}
.plan.is-on .plan-price em { color: rgba(255, 255, 255, 0.7); }
.plan-price strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.plan-price .yen { font-size: 20px; font-weight: 700; }
.plan-price small {
  display: block;
  margin-top: 8px;
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
  color: var(--muted);
  font-weight: 400;
}
.plan.is-on .plan-price small { color: rgba(255, 255, 255, 0.72); }
.plan-price .price-place {
  font-size: 18px;
  letter-spacing: 0;
  white-space: nowrap;
}
.plan p { margin: 0 0 18px; color: var(--muted); font-size: var(--fs-sm); line-height: var(--lh-sm); }
.plan ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
  color: #374151;
  text-align: left;
}
.plan li {
  padding: 9px 0 9px 22px;
  border-top: 1px solid #edf0f4;
  position: relative;
}
.plan li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-size: 12px;
}
.plan.is-on li::before { color: #fff; }
.plan .btn { width: 100%; }

.ft { background: var(--foot); color: #8b95a5; }
.ft-main {
  display: grid;
  grid-template-columns: 1.15fr 2.2fr auto;
  gap: 40px;
  padding: 56px 0 32px;
}
.ft-brand strong { display: block; color: #fff; font-size: var(--fs-h3); line-height: var(--lh-h3); margin-bottom: 12px; }
.ft-brand p { margin: 0; font-size: var(--fs-sm); max-width: 260px; line-height: var(--lh-sm); }
.ft-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ft-cols h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: var(--lh-sm);
}
.ft-cols a, .ft-cols p { display: block; padding: 4px 0; font-size: var(--fs-sm); line-height: var(--lh-sm); margin: 0; }
.ft-cols a:hover { color: #fff; }
.ft-qr {
  width: 118px;
  background: #fff;
  color: #111;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
}
.ft-qr .ph {
  width: 98px;
  height: 98px;
  margin: 0 auto 8px;
  background:
    linear-gradient(#111 0 0) 6px 6px / 22px 22px no-repeat,
    linear-gradient(#111 0 0) 70px 6px / 22px 22px no-repeat,
    linear-gradient(#111 0 0) 6px 70px / 22px 22px no-repeat,
    repeating-linear-gradient(90deg, #111 0 5px, transparent 5px 10px) 34px 10px / 28px 18px,
    #fff;
}
.ft-qr span { font-size: 11px; }
.ft-bar {
  border-top: 1px solid #162033;
  padding: 16px 0 22px;
  font-size: 12px;
  color: #5b6573;
}

.page-hero {
  padding: 48px 0 8px;
  background:
    radial-gradient(640px 220px at 92% 0%, #dce7ff 0%, transparent 58%),
    #fff;
}
.page-hero h1 {
  margin: 0 0 10px;
  font-size: var(--fs-page);
  line-height: var(--lh-h1);
  color: var(--ink);
  letter-spacing: -0.03em;
}
.crumb { color: var(--muted); font-size: var(--fs-sm); line-height: var(--lh-sm); }
.page { padding: 36px 0 88px; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.feat-list { display: grid; gap: 22px; }
.feat-list article { display: grid; grid-template-columns: 44px 1fr; gap: 14px; }
.feat-list .ico {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
}
.feat-list h3 { margin: 0 0 6px; font-size: var(--fs-h3); color: var(--ink); line-height: var(--lh-h3); }
.feat-list p { margin: 0; font-size: var(--fs-sm); color: var(--muted); line-height: var(--lh-sm); }

.win, .desk {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.win-bar, .desk-bar {
  height: 36px;
  background: #f3f5f8;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
}
.win-bar i, .desk-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d1d5db; }
.win-body, .desk-body { display: grid; grid-template-columns: 72px 1fr; min-height: 240px; }
.win-side, .desk-side { background: #f1f5fb; }
.win-main, .desk-main { padding: 18px; background: #f8fafc; }
.win-main b, .desk-row {
  display: block;
  height: 34px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
}
.win-main em, .win-main span {
  display: block;
  height: 10px;
  width: 48%;
  background: #e5e7eb;
  border-radius: 99px;
  margin-bottom: 10px;
  font-style: normal;
}
.win-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.win-cards i { display: block; height: 72px; border-radius: 8px; background: #e8efff; }

.faq { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 36px 20px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: var(--lh-h3);
  color: var(--ink);
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 20px;
  color: var(--blue);
  font-size: 18px;
}
.faq[open] summary::after { content: "–"; }
.faq .ans { padding: 0 0 20px; color: var(--muted); font-size: var(--fs-body); line-height: var(--lh-body); max-width: 720px; }

.about-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
}
.about-pic {
  min-height: 320px;
  border-radius: 12px;
  background:
    linear-gradient(160deg, rgba(11, 18, 32, 0.08), rgba(11, 18, 32, 0.45)),
    linear-gradient(135deg, #c5d4ea, #6b7c94);
}
.about-intro h2 { margin: 0 0 16px; font-size: var(--fs-h2); color: var(--ink); line-height: var(--lh-h2); letter-spacing: -0.02em; }
.cult { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cult article { background: var(--wash); padding: 28px 24px; border-radius: 12px; }
.cult h3 { margin: 0 0 10px; font-size: var(--fs-h3); color: var(--ink); line-height: var(--lh-h3); }
.pending {
  margin: 36px 0 0;
  padding: 20px 22px;
  border-left: 2px solid var(--blue);
  background: var(--wash);
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
  border-radius: 0 12px 12px 0;
}

.news-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.news-row .pic { height: 124px; border-radius: 8px; background: #d7deea; }
.news-row h3 { margin: 0 0 8px; font-size: var(--fs-h3); color: var(--ink); line-height: var(--lh-h3); }
.news-row p { margin: 0 0 10px; color: var(--muted); font-size: var(--fs-body); line-height: var(--lh-body); }
.news-row time { color: #9aa3af; font-size: var(--fs-meta); line-height: var(--lh-meta); }

.contact-top {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.form { display: grid; gap: 12px; }
.form input, .form textarea {
  width: 100%;
  border: 1px solid #d9dee7;
  border-radius: 8px;
  min-height: 46px;
  padding: 10px 14px;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  background: #fff;
}
.form input:focus, .form textarea:focus { outline: 1px solid var(--blue); border-color: var(--blue); }
.form textarea { min-height: 140px; resize: vertical; }
.query-page { max-width: 720px; }
.query-form label {
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--ink);
}
.query-form input { margin-bottom: 0; }
.query-form .btn { justify-self: start; }
.query-demo { margin-top: 36px; position: relative; }
.query-demo .tabs { justify-content: flex-start; }
.query-demo > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.query-card { display: none; padding: 24px 26px; background: var(--wash); border-radius: 12px; }
.query-demo #q-ok:checked ~ .is-ok,
.query-demo #q-miss:checked ~ .is-miss { display: block; }
.query-demo #q-ok:checked ~ .tabs label[for="q-ok"],
.query-demo #q-miss:checked ~ .tabs label[for="q-miss"] {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.query-card header {
  margin: 0 0 16px;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: var(--ink);
  line-height: var(--lh-h3);
}
.query-card dl { margin: 0 0 16px; }
.query-card dl > div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid var(--line);
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
}
.query-card dt { color: var(--muted); }
.query-card dd { margin: 0; color: var(--ink); font-weight: 600; }
.query-card p { margin: 0 0 18px; color: var(--muted); font-size: var(--fs-sm); line-height: var(--lh-sm); }
.query-card .btn + .btn { margin-left: 10px; }
.map {
  min-height: 360px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 58% 48%, var(--blue) 0 7px, transparent 8px),
    linear-gradient(#d9dee7 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(90deg, #d9dee7 1px, transparent 1px) 0 0 / 28px 28px,
    #eef1f5;
}
.cinfo { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-top: 28px; }
.cinfo article { padding-top: 12px; border-top: 1px solid var(--line); }
.cinfo h3 { margin: 0 0 6px; font-size: var(--fs-meta); letter-spacing: 0.12em; color: var(--ink); line-height: var(--lh-meta); }
.cinfo p { margin: 0; font-size: var(--fs-sm); color: var(--muted); line-height: var(--lh-sm); }

.note { color: var(--muted); font-size: var(--fs-sm); line-height: var(--lh-sm); }
.empty {
  text-align: left;
  padding: 56px 40px;
  color: var(--muted);
  background: var(--wash);
  border-radius: 12px;
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
}

@media (max-width: 1100px) {
  .feats { grid-template-columns: 1fr 1fr; }
  .ops { grid-template-columns: 1fr 1fr; }
  .tpl-grid, .plug-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .hd-in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    min-height: 64px;
  }
  .brand {
    flex: 1 1 0;
    min-width: 0;
    gap: 8px;
  }
  .brand b {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav-toggle { display: flex; order: 4; flex: 0 0 auto; }
  .hd-act { order: 3; gap: 4px; flex: 0 0 auto; }
  .nav {
    display: none;
    order: 5;
    flex: 1 0 100%;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 8px;
  }
  .nav-check:checked ~ .nav { display: flex; }
  .nav a { padding: 8px 0; }
  .hd .is-ghost { display: none; }
  .hd label.is-ghost,
  .hd .cta {
    display: inline-flex;
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }
  .hero-grid, .split, .about-intro, .contact-top, .ft-main, .pair { grid-template-columns: 1fr; }
  .split { gap: 32px; }
  .feats, .skin-grid, .prod-grid, .case-grid, .plan-grid, .cult, .steps, .cinfo, .quotes, .fn-grid { grid-template-columns: 1fr 1fr; }
  .steps::before { display: none; }
  .hero h1 { font-size: 30px; line-height: 1.35; }
  .hero { padding: 40px 0 48px; }
  .hero .hero-art {
    display: block;
    padding: 0;
    min-height: 0;
  }
  .ed-rail, .hero-art .chip, .swatch, .props { display: none; }
  .studio { margin-left: 0; margin-right: 0; }
  .studio-body { grid-template-columns: 1fr; }
  .board-copy { padding-left: 28px; }
  .editor { grid-template-columns: 1fr; min-height: 240px; }
  .ed-lib, .ed-props { display: none; }
  .sec { padding: 64px 0; }
  .cite-pane { padding: 0; }
  .cite-feed { position: relative; right: auto; bottom: auto; width: auto; margin-top: 16px; }
  body:has(.hero) .home-shot .cite-feed {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: min(200px, 56%);
    margin-top: 0;
  }
  body:has(.hero) .home-shot .editor {
    grid-template-columns: 56px minmax(0, 1fr) 88px;
    min-height: 0;
  }
  body:has(.hero) .home-shot .ed-lib,
  body:has(.hero) .home-shot .ed-props { display: grid; }
  .ops { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .feats, .tpl-grid, .skin-grid, .prod-grid, .case-grid, .plan-grid, .cult, .steps, .ft-cols, .cinfo, .quotes, .fn-grid, .plug-grid, .pair, .ops { grid-template-columns: 1fr; }
  .wrap { width: min(var(--wrap), calc(100% - 24px)); }
  .dock { right: 10px; }
  .topbar .wrap { min-height: 44px; padding: 8px 0; }
  .brand { gap: 6px; }
  .brand i { width: 32px; height: 32px; font-size: 14px; }
  .brand b { font-size: 14px; }
  .hd .cta,
  .hd label.is-ghost { padding: 0 8px; font-size: 12px; min-height: 32px; }
  .nav-toggle { width: 32px; height: 32px; }
}

/* 首页：浅网格、卡片悬停、模块形状拉开。禁止紫渐变毛玻璃。仅 bodybody:has(.hero)。 */
body:has(.hero) .hd {
  border-bottom: 1px solid #eef2f8;
}

body:has(.hero) .sec.is-wash {
  background:
    linear-gradient(rgba(226, 232, 244, 0.55) 1px, transparent 1px) 0 0 / 36px 36px,
    linear-gradient(90deg, rgba(226, 232, 244, 0.55) 1px, transparent 1px) 0 0 / 36px 36px,
    #f5f8fc;
}
body:has(.hero) .is-diy {
  background:
    radial-gradient(560px 300px at 92% 62%, #e4ecff 0%, transparent 64%),
    #fff;
}

body:has(.hero) .feats article,
body:has(.hero) .plug-card,
body:has(.hero) .pair article,
body:has(.hero) .plan {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body:has(.hero) .feats article {
  border: 1px solid #eef2f8;
  box-shadow: none;
}
body:has(.hero) .feats article:hover,
body:has(.hero) .plug-card:hover,
body:has(.hero) .pair article:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
body:has(.hero) .feats article:nth-child(1) .ico { background: #e8efff; color: #3b6cff; }
body:has(.hero) .feats article:nth-child(2) .ico { background: #e6f6ff; color: #0284c7; }
body:has(.hero) .feats article:nth-child(3) .ico { background: #eef2ff; color: #4f46e5; }
body:has(.hero) .feats article:nth-child(4) .ico { background: #ecfeff; color: #0e7490; }
body:has(.hero) .feats article:nth-child(5) .ico { background: #eff6ff; color: #2563eb; }
body:has(.hero) .feats article:nth-child(6) .ico { background: #e8f0ff; color: #1d4ed8; }

body:has(.hero) .ticks li {
  border-bottom: 0;
  padding: 8px 0 8px 34px;
}
body:has(.hero) .ticks li::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--blue-soft);
  line-height: 22px;
  text-align: center;
  top: 8px;
}

body:has(.hero) .cite-hero {
  position: relative;
  overflow: hidden;
  height: 188px;
  background:
    linear-gradient(180deg, rgba(12, 24, 48, 0.16) 0%, rgba(12, 24, 48, 0.52) 100%),
    radial-gradient(420px 180px at 70% 18%, #9ad4ff 0%, transparent 58%),
    linear-gradient(180deg, #8ec8f0 0%, #6aa3d8 38%, #8ea0b0 62%, #3e4f63 100%);
}
body:has(.hero) .cite-hero::before,
body:has(.hero) .cite-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 58%;
  height: 46%;
  background: #4b5d72;
  clip-path: polygon(0 100%, 18% 42%, 38% 68%, 58% 28%, 78% 62%, 100% 36%, 100% 100%);
  opacity: 0.85;
}
body:has(.hero) .cite-hero::after {
  right: 0;
  left: auto;
  width: 48%;
  height: 58%;
  background: #334155;
  clip-path: polygon(0 100%, 12% 54%, 36% 22%, 62% 48%, 84% 16%, 100% 40%, 100% 100%);
}
body:has(.hero) .cite-hero-copy { position: relative; z-index: 1; }
body:has(.hero) .cite-cards i:nth-child(1) { background: #e8efff; }
body:has(.hero) .cite-cards i:nth-child(2) { background: #fff; }
body:has(.hero) .cite-cards i:nth-child(3) { background: #e2e8f0; }
body:has(.hero) .cite-feed {
  transform: rotate(1.4deg);
}

body:has(.hero) .home-shot {
  width: 100%;
  aspect-ratio: 4 / 3;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
body:has(.hero) .home-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
body:has(.hero) .home-shot .cite-pane,
body:has(.hero) .home-shot .editor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
body:has(.hero) .home-shot .cite-site {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body:has(.hero) .home-shot .cite-page {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
body:has(.hero) .home-shot .cite-hero {
  flex: 1;
  height: auto;
  min-height: 140px;
}
body:has(.hero) .home-shot .cite-feed {
  right: 16px;
  bottom: 16px;
}
body:has(.hero) .home-shot .editor {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 120px;
}
body:has(.hero) .home-shot .ed-canvas {
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body:has(.hero) .home-shot .ed-canvas .bar { flex: 0 0 28px; margin-bottom: 12px; }
body:has(.hero) .home-shot .ed-canvas .hero-block {
  flex: 1.15;
  height: auto;
  min-height: 0;
  margin-bottom: 10px;
}
body:has(.hero) .home-shot .ed-canvas .row {
  flex: 0.72;
  min-height: 0;
}
body:has(.hero) .home-shot .ed-canvas .row i { height: 100%; }

body:has(.hero) .editor { position: relative; }
body:has(.hero) .ed-float {
  position: absolute;
  left: 96px;
  top: 14px;
  right: auto;
  z-index: 2;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 8px 18px rgba(59, 108, 255, 0.28);
}

body:has(.hero) .ops {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow);
  gap: 0;
  overflow: hidden;
}
body:has(.hero) .ops article {
  box-shadow: none;
  border-radius: 0;
  border-right: 1px solid var(--line);
  padding: 32px 26px 28px;
}
body:has(.hero) .ops article:last-child { border-right: 0; }

body:has(.hero) .pair article {
  padding-top: 0;
  overflow: hidden;
  border: 1px solid #eef2f8;
  box-shadow: none;
}
body:has(.hero) .pair article .ico { margin-top: 26px; }
body:has(.hero) .pair article::before {
  content: "";
  display: block;
  height: 7px;
  background: linear-gradient(90deg, #3b6cff, #7dd3fc);
}
body:has(.hero) .pair .is-sp::before {
  background: linear-gradient(90deg, #0f1728, #3b6cff);
}
body:has(.hero) .pair .is-sp .ico {
  background: #0f1728;
  color: #fff;
}

body:has(.hero) .steps {
  text-align: left;
  gap: 18px;
}
body:has(.hero) .steps::before { display: none; }
body:has(.hero) .steps article {
  background: #fff;
  border: 1px solid #eef2f8;
  border-radius: 12px;
  padding: 22px 20px 20px;
  text-align: left;
}
body:has(.hero) .steps i {
  margin: 0 0 14px;
  box-shadow: none;
}
body:has(.hero) .steps .ico { display: none; }
body:has(.hero) .steps h3 { margin-bottom: 8px; }
body:has(.hero) .steps p { padding: 0; }

body:has(.hero) .plan-grid { align-items: stretch; padding-top: 8px; }
body:has(.hero) .plan.is-on {
  transform: translateY(-12px);
  box-shadow: 0 24px 50px rgba(37, 70, 160, 0.22);
}
body:has(.hero) .plan:hover { transform: translateY(-6px); }
body:has(.hero) .plan.is-on:hover { transform: translateY(-16px); }

body:has(.hero) .honest {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(520px 220px at 12% 0%, rgba(255, 255, 255, 0.18), transparent 58%),
    radial-gradient(420px 180px at 92% 100%, rgba(15, 23, 40, 0.16), transparent 55%),
    var(--blue);
  padding: 72px 0;
  text-align: center;
  color: #fff;
}
body:has(.hero) .honest::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 28px 28px;
  pointer-events: none;
}
body:has(.hero) .honest .wrap { position: relative; z-index: 1; }
body:has(.hero) .honest h2 {
  margin: 0 0 14px;
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: var(--lh-h2);
  color: #fff;
}
body:has(.hero) .honest p {
  margin: 0 auto 28px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.88);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
}
body:has(.hero) .honest .btn {
  background: #fff;
  color: var(--blue);
  box-shadow: 0 10px 24px rgba(15, 23, 40, 0.16);
}
body:has(.hero) .honest .btn:hover { background: #f4f7ff; }

@media (max-width: 900px) {
  body:has(.hero) .ed-float { left: 16px; }
}
@media (max-width: 1100px) {
  body:has(.hero) .ops article { border-bottom: 1px solid var(--line); }
  body:has(.hero) .ops article:nth-child(2n) { border-right: 0; }
  body:has(.hero) .ops article:nth-last-child(-n+2) { border-bottom: 0; }
  body:has(.hero) .plan.is-on { transform: none; }
}
@media (max-width: 560px) {
  body:has(.hero) .ops article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  body:has(.hero) .ops article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  body:has(.hero) .ops article:last-child { border-bottom: 0; }
  body:has(.hero) .cite-feed { transform: none; }
}

.page-hero .lead {
  margin: 12px 0 0;
  max-width: 560px;
  color: var(--muted);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
}
.price-note {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 640px;
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
}
.cmp-wrap {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}
.cmp {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
}
.cmp th,
.cmp td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
.cmp thead th {
  background: #f7f9fc;
  color: var(--ink);
  font-weight: 600;
  position: sticky;
  top: 108px;
  z-index: 2;
  box-shadow: 0 1px 0 var(--line);
}
.cmp th:first-child,
.cmp td:first-child {
  text-align: left;
  color: var(--ink);
  font-weight: 600;
  width: 30%;
}
.cmp .grp td {
  background: var(--wash);
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.cmp .is-yes { color: var(--blue); font-weight: 700; font-size: 16px; }
.cmp .is-no { color: #c5cad3; }
.cmp .is-opt { color: var(--text); }
.cmp tfoot td { border-bottom: 0; padding-top: 20px; padding-bottom: 20px; background: #f7f9fc; }
.cmp tfoot .btn { min-height: 36px; padding: 0 14px; box-shadow: none; font-size: 13px; width: 100%; max-width: 148px; }
.sku-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}
.sku {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
}
.sku th,
.sku td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
.sku thead th {
  background: #f7f9fc;
  color: var(--ink);
  font-weight: 600;
}
.sku td:nth-child(2) {
  color: var(--blue);
  font-weight: 700;
  white-space: nowrap;
}
.sku .more { white-space: nowrap; }
.guide-filter > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.guide-filter { position: relative; }
.guide-filter .list-item { display: none; }
.guide-filter #g-all:checked ~ .list-layout .list-item,
.guide-filter #g-install:checked ~ .list-layout .is-install,
.guide-filter #g-daily:checked ~ .list-layout .is-daily,
.guide-filter #g-plugin:checked ~ .list-layout .is-plugin { display: grid; }
.guide-filter #g-all:checked ~ .list-layout .tabs label[for="g-all"],
.guide-filter #g-install:checked ~ .list-layout .tabs label[for="g-install"],
.guide-filter #g-daily:checked ~ .list-layout .tabs label[for="g-daily"],
.guide-filter #g-plugin:checked ~ .list-layout .tabs label[for="g-plugin"] {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.guide-filter #g-all:checked ~ .list-layout .side-cats label[for="g-all"],
.guide-filter #g-install:checked ~ .list-layout .side-cats label[for="g-install"],
.guide-filter #g-daily:checked ~ .list-layout .side-cats label[for="g-daily"],
.guide-filter #g-plugin:checked ~ .list-layout .side-cats label[for="g-plugin"] {
  color: var(--blue);
}
.guide-filter #g-all:checked ~ .list-layout .side-cats label[for="g-all"] em,
.guide-filter #g-install:checked ~ .list-layout .side-cats label[for="g-install"] em,
.guide-filter #g-daily:checked ~ .list-layout .side-cats label[for="g-daily"] em,
.guide-filter #g-plugin:checked ~ .list-layout .side-cats label[for="g-plugin"] em { color: var(--blue); }

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.guide-card {
  display: block;
  padding: 24px 22px;
  background: #fff;
  border: 1px solid #eef2f8;
  border-radius: 12px;
}
.guide-card:hover { box-shadow: var(--shadow-sm); }
.guide-card .tag {
  font-size: 12px;
  font-weight: 600;
  color: var(--blue);
}
.guide-card h3 {
  margin: 8px 0;
  font-size: var(--fs-h3);
  color: var(--ink);
  line-height: var(--lh-h3);
}
.guide-card p { margin: 0; font-size: var(--fs-sm); color: var(--muted); line-height: var(--lh-sm); }

.news-filter { position: relative; }
.news-filter > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}
.tabs label,
.tabs a {
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--text);
  background: #fff;
  cursor: pointer;
}
.news-filter #n-all:checked ~ .list-layout .tabs label[for="n-all"],
.news-filter #n-co:checked ~ .list-layout .tabs label[for="n-co"],
.news-filter #n-feat:checked ~ .list-layout .tabs label[for="n-feat"],
.tabs a.is-on {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.news-filter #n-all:checked ~ .list-layout .side-cats label[for="n-all"],
.news-filter #n-co:checked ~ .list-layout .side-cats label[for="n-co"],
.news-filter #n-feat:checked ~ .list-layout .side-cats label[for="n-feat"] {
  color: var(--blue);
}
.news-filter .list-item { display: none; }
.news-filter #n-all:checked ~ .list-layout .list-item,
.news-filter #n-co:checked ~ .list-layout .is-co,
.news-filter #n-feat:checked ~ .list-layout .is-feat { display: grid; }
.news-filter #n-all:checked ~ .list-layout .side-cats label[for="n-all"] em,
.news-filter #n-co:checked ~ .list-layout .side-cats label[for="n-co"] em,
.news-filter #n-feat:checked ~ .list-layout .side-cats label[for="n-feat"] em { color: var(--blue); }
.news-row .tag {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--blue);
}

.log {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid var(--line);
}
.log > li {
  position: relative;
  padding: 0 0 40px 28px;
}
.log > li:last-child { padding-bottom: 0; }
.log > li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px #fff;
}
.log time {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: var(--fs-meta);
  line-height: var(--lh-meta);
}
.log h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: var(--ink);
  line-height: var(--lh-h3);
}
.log ul {
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--text);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}
.log li li { margin: 0 0 6px; }

.article-body { max-width: 720px; }
.article-body p {
  margin: 0 0 16px;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--text);
}
.meta-line {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-sm);
}

.plug-body .more { display: inline-block; margin-top: 10px; }

.list-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 52px;
  background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 78%);
}
.list-hero::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -160px;
  width: 720px;
  height: 520px;
  background:
    radial-gradient(ellipse 68% 58% at 40% 46%, #c2d6ff 0%, rgba(194, 214, 255, 0) 74%);
  transform: rotate(-18deg);
  pointer-events: none;
}
.list-hero-in {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 12px;
  align-items: center;
}
.list-hero h1 {
  margin: 0 0 18px;
  font-size: 42px;
  font-weight: 700;
  line-height: var(--lh-phero);
  color: var(--ink);
  letter-spacing: 0;
}
.list-hero .lead {
  margin: 0 0 28px;
  max-width: 460px;
  color: var(--muted);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
}
.list-search {
  display: flex;
  width: min(380px, 100%);
  height: 48px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(59, 108, 255, 0.12);
}
.list-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  padding: 0 22px;
  font-size: 14px;
  background: transparent;
  color: var(--ink);
}
.list-search input::placeholder { color: #9aa3af; }
.list-search button {
  width: 52px;
  border: 0;
  background: transparent;
  color: var(--blue);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.list-search svg { width: 20px; height: 20px; }
.list-art {
  position: relative;
  height: 280px;
  pointer-events: none;
}
.la-win {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 22px 48px rgba(59, 108, 255, 0.18);
  overflow: hidden;
}
.la-chrome {
  height: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  background: #eef2f8;
}
.la-chrome i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5dbe6;
}
.la-chrome.is-blue {
  height: 28px;
  background: linear-gradient(180deg, #6b93ff, #3b6cff);
}
.la-chrome.is-blue i { background: rgba(255, 255, 255, 0.78); }
.la-float {
  left: 22px;
  top: 52px;
  width: 92px;
  height: 74px;
  z-index: 3;
  transform: rotate(-14deg);
  background: linear-gradient(180deg, #eaf2ff, #b7d0ff);
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(59, 108, 255, 0.16);
}
.la-float em {
  display: block;
  height: 8px;
  margin: 18px 14px 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
}
.la-float em + em { width: 42%; margin-top: 8px; }
.la-main {
  right: 36px;
  top: 8px;
  width: 270px;
  height: 188px;
  z-index: 2;
  transform: rotate(7deg);
  border-radius: 12px;
}
.la-scene {
  position: relative;
  height: calc(100% - 28px);
  overflow: hidden;
  background:
    radial-gradient(160px 56px at 50% 100%, #fff 0%, transparent 70%),
    linear-gradient(180deg, #5ea6ff 0%, #c8e4ff 50%, #e7f1ea 50.2%, #8fbf72 100%);
}
.la-scene .peak {
  position: absolute;
  bottom: 42%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #d7e6ef transparent;
}
.la-scene .peak.p1 {
  left: 18%;
  border-width: 0 70px 86px 70px;
}
.la-scene .peak.p2 {
  left: 42%;
  border-width: 0 90px 110px 90px;
  border-bottom-color: #c5d8e6;
}
.la-t {
  left: 4px;
  bottom: 18px;
  width: 126px;
  height: 116px;
  z-index: 4;
  transform: rotate(-9deg);
}
.la-code {
  right: -8px;
  bottom: 6px;
  width: 136px;
  height: 120px;
  z-index: 5;
  transform: rotate(8deg);
}
.la-letter {
  height: calc(100% - 24px);
  display: grid;
  place-items: center;
  font-size: 42px;
  font-weight: 700;
  color: var(--blue);
  background: #fff;
  font-family: Georgia, "Times New Roman", serif;
}
.la-code .la-letter {
  font-size: 26px;
  letter-spacing: -0.08em;
  font-family: var(--font);
  color: #5b8cff;
}
.la-cursor {
  position: absolute;
  right: 10px;
  bottom: 2px;
  z-index: 6;
  width: 16px;
  height: 22px;
  background: #1a1f2c;
  clip-path: polygon(0 0, 100% 64%, 56% 68%, 74% 100%, 50% 100%, 34% 70%, 0 86%);
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
.list-band {
  background: #fff;
  padding: 12px 0 56px;
}
.list-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 32px;
  align-items: start;
}
.list-main { min-width: 0; }
.list-main .tabs {
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 18px;
}
.list-main .tabs label {
  min-height: 34px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid #e6ebf3;
  box-shadow: none;
}
.list-feed {
  display: grid;
  gap: 0;
  padding: 6px 20px;
  background: #fff;
  border: 1px solid #e6ebf3;
  border-radius: 12px;
}
.list-item {
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-width: 0;
  padding: 18px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #eef2f8;
}
.list-item:hover { box-shadow: none; }
.list-item:last-child { border-bottom: 0; }
.list-thumb {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 132px;
  min-height: 132px;
  border-radius: 8px;
  flex-shrink: 0;
  align-self: center;
}
.list-thumb i {
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(47, 94, 240, 0.14);
}
.list-thumb.t-win {
  background: linear-gradient(155deg, #b7ccff 0%, #6d8ef5 100%);
}
.list-thumb.t-win i:nth-child(1) {
  right: 14px;
  top: 16px;
  width: 72%;
  height: 74%;
  background: linear-gradient(#eef2f8 0 16px, #fff 16px);
}
.list-thumb.t-win i:nth-child(2) {
  left: 12px;
  bottom: 12px;
  width: 46%;
  height: 48%;
  transform: rotate(-8deg);
}
.list-thumb.t-win i:nth-child(3) {
  right: 18px;
  bottom: 14px;
  width: 34%;
  height: 36%;
  transform: rotate(7deg);
  background: linear-gradient(180deg, #eef4ff, #fff);
}
.list-thumb.t-tpl {
  background: linear-gradient(155deg, #d5e0ff 0%, #8ea4f0 100%);
}
.list-thumb.t-tpl i:nth-child(1) {
  left: 16px;
  top: 18px;
  width: 58%;
  height: 68%;
}
.list-thumb.t-tpl i:nth-child(2) {
  right: 14px;
  top: 28px;
  width: 48%;
  height: 58%;
}
.list-thumb.t-tpl i:nth-child(3) {
  left: 28px;
  bottom: 12px;
  width: 40%;
  height: 30%;
  transform: rotate(-6deg);
}
.list-thumb.t-seo {
  background: linear-gradient(160deg, #e8eeff, #c5d4ff);
}
.list-thumb.t-seo span {
  position: absolute;
  left: 18px;
  top: 36px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #3b6cff;
  z-index: 1;
}
.list-thumb.t-seo i { display: none; }
.list-thumb.t-seo i:last-child {
  display: block;
  right: 18px;
  top: 28px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 8px #7b9cff, 18px 18px 0 -22px #3b6cff;
}
.list-thumb.t-ai {
  background:
    radial-gradient(80px 60px at 80% 20%, rgba(91, 140, 255, 0.35), transparent 70%),
    linear-gradient(160deg, #152238, #24365c);
}
.list-thumb.t-ai span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 36px;
  font-weight: 800;
  color: #7eb6ff;
  letter-spacing: 0.08em;
}
.list-thumb.t-ai i { display: none; }
.list-thumb.t-dev {
  background: linear-gradient(160deg, #e7f0ff, #c3d6ff);
}
.list-thumb.t-dev i:nth-child(1) {
  left: 22px;
  top: 22px;
  width: 58%;
  height: 58%;
  border-radius: 8px;
  background:
    linear-gradient(#dce6f8 0 14px, transparent 14px),
    linear-gradient(180deg, #f7faff, #d5e4ff);
}
.list-thumb.t-dev i:nth-child(2) {
  right: 18px;
  bottom: 16px;
  width: 28px;
  height: 52px;
  border-radius: 6px;
  background:
    linear-gradient(#dce6f8 0 8px, transparent 8px),
    #fff;
}
.list-thumb.t-dev i:nth-child(3) { display: none; }
.list-thumb.t-chart {
  background: linear-gradient(160deg, #eef4ff, #d4e2ff);
}
.list-thumb.t-chart i {
  bottom: 18px;
  width: 18px;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}
.list-thumb.t-chart i:nth-child(1) { left: 36px; height: 42px; background: #8eb0ff; }
.list-thumb.t-chart i:nth-child(2) { left: 62px; height: 70px; background: #3b6cff; }
.list-thumb.t-chart i:nth-child(3) { left: 88px; height: 54px; background: #6aa8ef; }
.list-thumb.t-chart::after {
  content: "";
  position: absolute;
  left: 114px;
  bottom: 18px;
  width: 18px;
  height: 86px;
  border-radius: 4px 4px 0 0;
  background: #9bb6ff;
}
.list-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 2px 4px 2px 0;
}
.list-body h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
}
.list-item:hover h3 { color: var(--blue); }
.list-body p {
  margin: 0 0 14px;
  color: #8b93a0;
  font-size: 13px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}
.list-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9aa3af;
  font-size: 12px;
  line-height: 1.4;
}
.list-stat::before {
  content: "";
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'><rect x='3' y='5' width='18' height='16' rx='2'/><path d='M8 3v4M16 3v4M3 10h18'/>%3C%2Fsvg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'><rect x='3' y='5' width='18' height='16' rx='2'/><path d='M8 3v4M16 3v4M3 10h18'/>%3C%2Fsvg%3E") center / contain no-repeat;
}
.list-stat time { color: inherit; font-size: inherit; }
.list-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}
.list-chip.is-feat { background: #eee6ff; color: #7c5cbf; }
.list-chip.is-co { background: #e8efff; color: var(--blue); }
.list-chip.is-install { background: #fff4e5; color: #d88900; }
.list-chip.is-daily { background: #e8efff; color: var(--blue); }
.list-chip.is-plugin { background: #e7f8ee; color: #16a34a; }
.side-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px 18px 16px;
  border: 1px solid #e6ebf3;
  box-shadow: none;
}
.side-card + .side-card { margin-top: 16px; }
.side-card h2 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.3;
}
.side-card h2 svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.side-card h2.is-hot svg { color: #ff8a3d; }
.side-card h2.is-cat svg,
.side-card h2.is-tag svg { color: var(--blue); }
.hot { list-style: none; margin: 0; padding: 0; }
.hot li + li { margin-top: 14px; }
.hot a {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink);
}
.hot a:hover { color: var(--blue); }
.hot em {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background: #c5cad3;
}
.hot li:nth-child(1) em { background: var(--blue); }
.hot li:nth-child(2) em { background: #f59a23; }
.hot li:nth-child(3) em { background: #22c55e; }
.side-cats { display: grid; }
.side-cats label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #eef2f8;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}
.side-cats label:last-child { border-bottom: 0; }
.side-cats label:hover { color: var(--blue); background: transparent; }
.side-cats em {
  font-style: normal;
  font-weight: 500;
  color: #9aa3af;
}
.side-sub {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 22px 18px 20px;
  background: linear-gradient(180deg, #eef3ff, #e6edff);
}
.side-sub h2 { margin-bottom: 8px; padding-right: 72px; }
.side-sub .mail {
  position: absolute;
  right: 8px;
  top: 12px;
  width: 72px;
  height: 72px;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: #8eb0ff;
  box-shadow: none;
  transform: rotate(8deg);
  pointer-events: none;
}
.side-sub .mail svg { width: 64px; height: 64px; }
.side-sub p {
  margin: 0 0 14px;
  padding-right: 64px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.side-sub input {
  width: 100%;
  min-height: 40px;
  margin: 0 0 10px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  outline: none;
}
.side-sub .btn {
  width: 100%;
  box-shadow: none;
  min-height: 40px;
}
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-cloud span,
.tag-cloud a {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f4f7fb;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  color: var(--text);
}
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
.pager a,
.pager span {
  min-width: 36px;
  height: 36px;
  padding: 0 4px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--text);
  background: #f4f7fb;
}
.pager .is-on {
  background: var(--blue);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
}
.pager .is-off,
.pager .is-txt,
.pager .is-gap {
  background: transparent;
  min-width: auto;
  padding: 0 6px;
  color: #9aa3af;
}
.pager .is-txt { color: var(--text); }
.list-strip {
  background: #fff;
  border-top: 1px solid #eef2f8;
}
.list-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 40px 0;
}
.list-strip .ico svg { width: 30px; height: 30px; }
.list-strip article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 0 8px;
}
.list-strip .ico {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: transparent;
  color: var(--blue);
  display: grid;
  place-items: center;
}
.list-strip .ico svg { width: 28px; height: 28px; }
.list-strip b {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
}
.list-strip p {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .guide-grid { grid-template-columns: 1fr; }
  .news-row { grid-template-columns: 1fr; }
  .news-row .pic { height: 160px; }
  .cmp-wrap, .sku-wrap { overflow-x: auto; }
  .cmp thead th { top: 0; }
  .list-hero-in,
  .list-layout { grid-template-columns: 1fr; }
  .list-art { height: 240px; max-width: 380px; margin: 0 auto; }
  .list-item { grid-template-columns: 1fr; }
  .list-thumb { width: 100%; height: 160px; }
  .list-strip .wrap { grid-template-columns: 1fr 1fr; gap: 18px 8px; }
}
@media (max-width: 560px) {
  .list-strip .wrap { grid-template-columns: 1fr; }
  .list-hero h1 { font-size: 32px; }
}

.art-band {
  background: #fff;
  padding: 28px 0 48px;
}
.art-crumb {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 13px;
}
.art-crumb a { color: var(--muted); }
.art-crumb a:hover { color: var(--blue); }
.art-crumb span { margin: 0 8px; }
.art-crumb em { font-style: normal; color: var(--ink); }
.art-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 36px;
  align-items: start;
}
.art-main h1 {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.03em;
}
.art-lead {
  margin: 0 0 18px;
  max-width: 40em;
  color: var(--muted);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
}
.art-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 0 0 22px;
}
.art-share {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
.art-share button {
  width: 32px;
  height: 32px;
  border: 1px solid #e6ebf3;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #9aa3af 0 2px, transparent 3px),
    #fff;
  cursor: default;
}
.art-cover {
  position: relative;
  overflow: hidden;
  height: 280px;
  margin: 0 0 28px;
  border-radius: 12px;
}
.art-cover.t-win,
.art-cover.t-tpl,
.art-cover.t-seo,
.art-cover.t-ai,
.art-cover.t-dev,
.art-cover.t-chart { width: 100%; min-height: 280px; }
.art-cover.t-win { background: linear-gradient(155deg, #b7ccff 0%, #6d8ef5 100%); }
.art-cover.t-tpl,
.rel-thumb.t-tpl { background: linear-gradient(155deg, #d5e0ff 0%, #8ea4f0 100%); }
.art-cover.t-seo,
.rel-thumb.t-seo { background: linear-gradient(160deg, #e8eeff, #c5d4ff); }
.art-cover.t-ai,
.rel-thumb.t-ai { background: linear-gradient(160deg, #152238, #24365c); }
.art-cover.t-dev,
.rel-thumb.t-dev { background: linear-gradient(160deg, #e7f0ff, #c3d6ff); }
.art-cover i {
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(47, 94, 240, 0.14);
}
.art-cover.t-win i:nth-child(1) {
  right: 14%;
  top: 16%;
  width: 58%;
  height: 68%;
  background: linear-gradient(#eef2f8 0 18px, #fff 18px);
}
.art-cover.t-win i:nth-child(2) {
  left: 10%;
  bottom: 12%;
  width: 36%;
  height: 42%;
  transform: rotate(-8deg);
}
.art-cover.t-win i:nth-child(3) {
  right: 12%;
  bottom: 14%;
  width: 22%;
  height: 30%;
  transform: rotate(7deg);
}
.art-body {
  color: var(--text);
  font-size: 15px;
  line-height: 1.9;
}
.art-body p { margin: 0 0 16px; }
.art-body h2 {
  margin: 28px 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
  scroll-margin-top: 110px;
}
.art-body ul,
.art-body ol {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.art-body li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 16px;
}
.art-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}
.art-sum {
  margin: 28px 0 8px;
  padding: 20px 22px;
  background: #f4f7ff;
  border-radius: 12px;
}
.art-sum h2 { margin-top: 0; }
.art-sum ol { margin-bottom: 0; }
.art-sum li { padding-left: 22px; }
.art-sum li::before {
  content: counter(artn);
  counter-increment: artn;
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.art-sum ol { counter-reset: artn; }
.art-turn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #eef2f8;
}
.art-turn a {
  padding: 16px 18px;
  border: 1px solid #e6ebf3;
  border-radius: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.art-turn a:last-child { text-align: right; }
.art-turn small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}
.art-turn a:hover { border-color: var(--blue); color: var(--blue); }
.art-side { position: sticky; top: 100px; }
.art-toc {
  margin: 0;
  padding: 0;
  list-style: none;
}
.art-toc li { margin: 0; }
.art-toc a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f8;
  color: var(--text);
  font-size: 13px;
  line-height: 1.5;
}
.art-toc li:last-child a { border-bottom: 0; }
.art-toc a:hover { color: var(--blue); }
.art-rel { display: grid; gap: 14px; }
.art-rel a {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.art-rel b {
  display: block;
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}
.art-rel span {
  color: var(--muted);
  font-size: 12px;
}
.art-rel a:hover b { color: var(--blue); }
.rel-thumb {
  position: relative;
  overflow: hidden;
  width: 76px;
  height: 56px;
  border-radius: 8px;
}
.rel-thumb i {
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 4px;
}
.rel-thumb.t-seo span,
.rel-thumb.t-ai span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #3b6cff;
}
.rel-thumb.t-ai span { color: #7eb6ff; }

@media (max-width: 900px) {
  .art-layout,
  .art-turn { grid-template-columns: 1fr; }
  .art-side { position: static; }
  .art-turn a:last-child { text-align: left; }
  .art-main h1 { font-size: 28px; }
  .art-cover { height: 180px; }
  .art-cover.t-win,
  .art-cover.t-tpl,
  .art-cover.t-seo,
  .art-cover.t-ai,
  .art-cover.t-dev,
  .art-cover.t-chart { min-height: 180px; }
}

#plans, #cmp, #plug-price, #faq, #plugins, #core, #install, #daily, #plugin, #v-1019 {
  scroll-margin-top: 120px;
}

.phero,
.log-hero,
.q-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 58px;
  background:
    radial-gradient(520px 240px at 88% 20%, rgba(255, 255, 255, 0.18), transparent 62%),
    radial-gradient(480px 200px at 8% 0%, rgba(255, 255, 255, 0.14), transparent 60%),
    linear-gradient(180deg, #4a7aff 0%, #2f5ef0 100%);
  color: #fff;
}
.q-hero { padding-bottom: 96px; }
.phero::before,
.phero::after,
.log-hero::before,
.log-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}
.phero::before,
.log-hero::before {
  width: 220px;
  height: 220px;
  left: 38%;
  top: -70px;
}
.phero::after,
.log-hero::after {
  width: 140px;
  height: 140px;
  right: 18%;
  bottom: -40px;
}
.phero-in,
.log-hero-in,
.q-hero-in {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 12px;
  align-items: center;
  min-height: 220px;
}
.phero h1,
.log-hero h1,
.q-hero h1 {
  margin: 0 0 18px;
  font-size: 42px;
  font-weight: 700;
  line-height: var(--lh-phero);
  letter-spacing: 0;
}
.phero .lead,
.log-hero .lead,
.q-hero .lead {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--fs-phero-lead);
  line-height: var(--lh-phero-lead);
}
.q-hero .lead { margin-bottom: 28px; }
.phero .list-search { margin-top: 24px; }
.phero .page-links {
  margin-top: 22px;
}
.phero .page-links a { color: rgba(255, 255, 255, 0.9); }
.phero .page-links a:hover { color: #fff; }
.phero .btn {
  background: #fff;
  color: var(--blue);
  box-shadow: none;
}
.phero .btn:hover { background: #eef3ff; }
.phero .btn.is-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}
.phero .btn.is-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}
.phero-act {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.log-art {
  position: relative;
  height: 250px;
  pointer-events: none;
}
.log-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lg-win {
  position: absolute;
  right: 42px;
  top: 28px;
  width: 268px;
  height: 176px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 28px 56px rgba(0, 16, 70, 0.38);
  overflow: hidden;
}
.lg-chrome {
  height: 28px;
  background: linear-gradient(180deg, #6b93ff, #3b6cff);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
}
.lg-chrome i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
}
.lg-body {
  height: calc(100% - 28px);
  background: linear-gradient(180deg, #eef4ff, #dbe6ff);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  padding: 12px;
}
.lg-side {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}
.lg-main {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(47, 94, 240, 0.1);
  padding: 10px;
  display: grid;
  align-content: start;
  gap: 6px;
}
.lg-main b {
  display: block;
  height: 44px;
  border-radius: 6px;
  background: linear-gradient(180deg, #d7e6ff, #c4d6fb);
}
.lg-main span {
  display: block;
  height: 6px;
  border-radius: 4px;
  background: #e6ecf6;
}
.lg-main span:last-of-type { width: 62%; }
.lg-main em {
  display: block;
  width: 42px;
  height: 42px;
  margin: 2px 0 0 auto;
  border-radius: 8px;
  background: #e8efff;
}
.lg-badge {
  position: absolute;
  left: 18px;
  top: 54px;
  z-index: 2;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 8px;
  background: #36d399;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 12px 24px rgba(54, 211, 153, 0.38);
}
.lg-refresh {
  position: absolute;
  right: 18px;
  bottom: 10px;
  z-index: 3;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  color: #3b6cff;
  box-shadow: 0 14px 28px rgba(20, 50, 140, 0.28);
  display: grid;
  place-items: center;
}
.lg-refresh svg { width: 26px; height: 26px; }
.lg-plane {
  position: absolute;
  left: 58px;
  top: 0;
  width: 84px;
  height: 84px;
  transform: rotate(-16deg);
  filter: drop-shadow(0 10px 14px rgba(0, 20, 80, 0.28));
  z-index: 2;
}
.lg-plane svg { width: 100%; height: 100%; }
.log-band {
  background: #fff;
  padding: 28px 0 72px;
}
.log-tl { display: grid; gap: 18px; }
.log-row {
  display: grid;
  grid-template-columns: 118px 28px minmax(0, 1fr);
  gap: 0 4px;
  align-items: stretch;
}
.log-when {
  padding-top: 30px;
  text-align: right;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.log-when b {
  display: block;
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}
.log-rail { position: relative; }
.log-rail::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: -18px;
  width: 2px;
  background: #e8edf5;
}
.log-row:last-child .log-rail::before { bottom: 28px; }
.log-dot {
  position: absolute;
  left: 6px;
  top: 34px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #d5dbe6;
  z-index: 1;
}
.log-row:first-child .log-dot {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 0 0 4px #e8efff;
}
.log-card {
  padding: 22px 24px 18px;
  background: #fff;
  border: 1px solid #eef2f8;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(15, 23, 40, 0.045);
}
.log-copy { min-width: 0; }
.log-card h3 {
  margin: 0;
  font-size: 20px;
  color: var(--ink);
  line-height: 1.3;
  font-weight: 700;
}
.log-card .sum {
  margin: 8px 0 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.log-card ul {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  color: var(--text);
  font-size: 14px;
  line-height: 1.8;
}
.log-card li {
  position: relative;
  margin: 0 0 2px;
  padding-left: 14px;
}
.log-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}
.log-copy .more { font-size: 13px; }
.log-help {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  padding: 18px 22px;
  background: #eef3ff;
  border-radius: 12px;
}
.log-help-ico {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(59, 108, 255, 0.1);
}
.log-help-ico svg { width: 22px; height: 22px; }
.log-help div { flex: 1; min-width: 0; }
.log-help b { display: block; color: var(--ink); font-size: 16px; margin-bottom: 4px; }
.log-help p { margin: 0; color: var(--muted); font-size: 13px; }
.log-help .btn { margin-left: auto; }

.q-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  color: rgba(255, 255, 255, 0.95);
}
.q-trust span {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.q-trust i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
}
.q-trust svg { width: 22px; height: 22px; }
.q-trust em {
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
.q-art {
  position: relative;
  height: 260px;
  pointer-events: none;
}
.q-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.q-ring {
  position: absolute;
  border-radius: 50%;
  border: 18px solid rgba(255, 255, 255, 0.08);
}
.q-ring.r1 {
  right: 18px;
  bottom: 8px;
  width: 280px;
  height: 280px;
}
.q-ring.r2 {
  right: 48px;
  bottom: 38px;
  width: 220px;
  height: 220px;
  border-width: 14px;
}
.q-plat {
  position: absolute;
  right: 48px;
  bottom: 28px;
  width: 220px;
  height: 22px;
  border-radius: 50%;
  background: rgba(15, 40, 120, 0.22);
  filter: blur(2px);
}
.q-shield {
  position: absolute;
  right: 88px;
  top: 18px;
  width: 148px;
  height: 168px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 42%),
    linear-gradient(180deg, #eef6ff, #9ec0ff);
  clip-path: polygon(50% 0, 100% 16%, 90% 78%, 50% 100%, 10% 78%, 0 16%);
  filter: drop-shadow(0 22px 28px rgba(10, 30, 90, 0.28));
}
.q-tick {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 16px rgba(47, 94, 240, 0.16);
}
.q-tick::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 12px;
  width: 14px;
  height: 8px;
  border-left: 3px solid #3b6cff;
  border-bottom: 3px solid #3b6cff;
  transform: rotate(-45deg);
}
.q-float {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(10, 30, 90, 0.2);
}
.q-float.is-ai { right: 36px; top: 10px; color: var(--blue); }
.q-float.is-ai svg {
  width: 28px;
  height: 28px;
  margin: 14px;
}
.q-float.is-user {
  right: 16px;
  bottom: 58px;
  background:
    radial-gradient(circle at 50% 38%, #9eb6ff 0 11px, transparent 12px),
    radial-gradient(circle at 50% 82%, #9eb6ff 0 18px, transparent 19px),
    #fff;
}
.q-band {
  background: #f5f8fc;
  padding: 0 0 72px;
}
.q-search {
  position: relative;
  z-index: 2;
  margin-top: -56px;
  padding: 28px 28px 22px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(15, 23, 40, 0.08);
}
.q-search h2 {
  margin: 0 0 6px;
  font-size: 16px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.q-search h2 svg { width: 18px; height: 18px; color: var(--blue); }
.q-search .hint {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
}
.q-field { display: block; margin: 0 0 14px; }
.q-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d9dee7;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 14px;
  background: #fff;
  outline: none;
}
.q-search input:focus { border-color: var(--blue); }
.q-search .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  gap: 8px;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}
.q-search .btn svg { width: 16px; height: 16px; }
.q-search .note {
  margin: 14px 0 0;
  padding-left: 18px;
  position: relative;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.q-search .note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #16a34a;
  border-bottom: 2px solid #16a34a;
  transform: rotate(-45deg);
}
.q-demo { margin-top: 10px; position: relative; }
.q-demo > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.q-demo .tabs { margin: 16px 0 12px; justify-content: flex-start; gap: 16px; }
.q-demo .tabs label {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  box-shadow: none;
}
.q-panel { display: none; }
.q-demo #q-ok:checked ~ .is-ok,
.q-demo #q-miss:checked ~ .is-miss { display: block; }
.q-demo #q-ok:checked ~ .tabs label[for="q-ok"],
.q-demo #q-miss:checked ~ .tabs label[for="q-miss"] {
  background: transparent;
  border-color: transparent;
  color: var(--blue);
}
.q-result {
  padding: 24px 28px 22px;
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(15, 23, 40, 0.05);
}
.q-result h3 {
  margin: 0 0 18px;
  font-size: 16px;
  color: var(--ink);
  font-weight: 700;
}
.q-result .ok {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  padding: 4px 0 18px;
  border-bottom: 1px solid #eef2f8;
}
.q-check {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e7f8ee;
  position: relative;
}
.q-check::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 11px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #16a34a;
  border-bottom: 2px solid #16a34a;
  transform: rotate(-45deg);
}
.q-check.is-no {
  background: #f4f6f9;
}
.q-check.is-no::after {
  left: 12px;
  top: 16px;
  width: 12px;
  height: 2px;
  border: 0;
  background: var(--muted);
  transform: none;
}
.q-result .ok b {
  display: block;
  margin: 0 0 4px;
  font-size: 18px;
  color: #16a34a;
}
.q-result .ok p { margin: 0; color: var(--muted); font-size: 13px; }
.q-badge {
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e7f8ee;
  color: #16a34a;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  align-self: start;
  margin-top: 4px;
}
.q-badge.is-no { background: #f4f6f9; color: var(--muted); }
.q-result .ok.is-no b { color: var(--ink); }
.q-rows { margin: 0; }
.q-rows > div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px solid #f0f3f8;
  font-size: 14px;
}
.q-rows > div:last-child { border-bottom: 0; }
.q-rows i {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: var(--muted);
  display: grid;
  place-items: center;
}
.q-rows svg { width: 16px; height: 16px; }
.q-rows dt {
  flex: 0 0 6.5em;
  color: var(--muted);
  font-weight: 400;
  white-space: nowrap;
  line-height: 1.6;
}
.q-rows dd {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.6;
  overflow-wrap: break-word;
}
.q-result .foot {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.q-miss-act { margin: 16px 0 0; display: flex; gap: 10px; flex-wrap: wrap; }
.q-feats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 40, 0.05);
}
.q-feats article {
  padding: 28px 16px 24px;
  text-align: center;
  background: #fff;
  border: 0;
  border-right: 1px solid #eef2f8;
  border-radius: 0;
}
.q-feats article:last-child { border-right: 0; }
.q-feats .ico {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 1.5px solid #d7e2ff;
  background: transparent;
  color: var(--blue);
  display: grid;
  place-items: center;
}
.q-feats .ico svg { width: 22px; height: 22px; }
.q-feats b { display: block; color: var(--ink); font-size: 15px; margin-bottom: 6px; }
.q-feats p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.q-help {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  padding: 18px 22px;
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(15, 23, 40, 0.05);
}
.q-help-ico {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1.5px solid var(--blue);
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.q-help div { flex: 1; min-width: 0; }
.q-help b { display: block; color: var(--ink); font-size: 16px; margin-bottom: 4px; }
.q-help p { margin: 0; color: var(--muted); font-size: 13px; }
.q-help .btn {
  margin-left: auto;
  border-color: var(--blue);
  color: var(--blue);
}

@media (max-width: 900px) {
  .phero-in,
  .log-hero-in,
  .q-hero-in,
  .log-row { grid-template-columns: 1fr; }
  .phero .log-art,
  .q-art { width: min(400px, 100%); margin: 8px auto 0; }
  .log-when { text-align: left; padding-top: 0; }
  .log-rail { display: none; }
  .q-feats { grid-template-columns: 1fr 1fr; }
  .q-feats article:nth-child(2) { border-right: 0; }
  .q-feats article:nth-child(1),
  .q-feats article:nth-child(2) { border-bottom: 1px solid #eef2f8; }
  .log-help, .q-help { flex-wrap: wrap; }
  .log-help .btn, .q-help .btn { margin-left: 0; }
  .q-result .ok { grid-template-columns: 40px minmax(0, 1fr); }
  .q-badge { grid-column: 2; }
}
@media (max-width: 560px) {
  .q-feats { grid-template-columns: 1fr; }
  .q-feats article { border-right: 0; border-bottom: 1px solid #eef2f8; }
  .q-feats article:last-child { border-bottom: 0; }
  .phero h1, .log-hero h1, .q-hero h1 { font-size: 32px; }
}

body:has(.cap-core) .nav a.is-on {
  position: relative;
  color: var(--blue);
}
body:has(.cap-core) .nav a.is-on::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
}
body:has(.cap-core) #core { padding-top: 56px; }
body:has(.cap-core) #plugins { padding-bottom: 96px; }
.cap-core {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.cap-core article {
  padding: 32px 22px 28px;
  text-align: center;
  background: #fff;
  border: 1px solid #eef2f8;
  border-radius: 12px;
}
.cap-core .ico {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.cap-core .ico svg { width: 26px; height: 26px; }
.cap-core article:nth-child(1) .ico { background: #e8efff; color: #3b6cff; }
.cap-core article:nth-child(2) .ico { background: #e7f8ee; color: #16a34a; }
.cap-core article:nth-child(3) .ico { background: #eee6ff; color: #7c5cbf; }
.cap-core article:nth-child(4) .ico { background: #fff4e5; color: #d88900; }
.cap-core article:nth-child(5) .ico { background: #e6f6ff; color: #0284c7; }
.cap-core article:nth-child(6) .ico { background: #fce7f3; color: #db2777; }
.cap-core article:nth-child(7) .ico { background: #ecfeff; color: #0e7490; }
.cap-core article:nth-child(8) .ico { background: #eef2ff; color: #4f46e5; }
.cap-core h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
}
.cap-core p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.cap-plug-hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 28px;
}
.cap-plug-hd h2 {
  margin: 0 0 8px;
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: var(--lh-h2);
  color: var(--ink);
}
.cap-plug-hd p {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
}
.cap-plugs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}
.cap-plugs article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 12px;
}
.cap-plugs .ico {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
}
.cap-plugs .ico svg { width: 20px; height: 20px; }
.cap-plugs .ico.is-write { background: #3b6cff; }
.cap-plugs .ico.is-chat { background: #22c55e; }
.cap-plugs .ico.is-plan { background: #f59e0b; }
.cap-plugs .ico.is-share { background: #ec4899; }
.cap-plugs .ico.is-city { background: #8b5cf6; }
.cap-plugs .ico.is-watch { background: #0ea5e9; }
.cap-plugs .ico.is-model { background: #14b8a6; }
.cap-plugs .ico.is-lang { background: #6366f1; }
.cap-plugs .ico.is-white { background: #64748b; }
.cap-plugs .ico.is-more { background: #60a5fa; }
.cap-plugs h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
}
.cap-plugs p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.cap-buy {
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.cap-buy:hover { color: var(--blue-2); }

@media (max-width: 900px) {
  .cap-core { grid-template-columns: 1fr 1fr; }
  .cap-plugs { grid-template-columns: 1fr; }
  .cap-plug-hd { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .cap-core { grid-template-columns: 1fr; }
}

.cap-copy {
  min-width: 0;
  color: inherit;
}
.cap-copy:hover h3 { color: var(--blue); }
.cap-plugs article:hover { border-color: #d7e0f2; }

.pd-page { padding: 28px 0 72px; }
body:has(.pd-page) .art-crumb { margin-bottom: 28px; }
.pd-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 28px;
}
.pd-title {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0 0 16px;
}
.pd-mark {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.pd-mark svg { width: 28px; height: 28px; }
.pd-kicker {
  margin: 4px 0 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.pd-title h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}
.pd-lead {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ink);
}
.pd-intro {
  margin: 0 0 20px;
  max-width: 38em;
  color: var(--text);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
}
.pd-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pd-pills li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.pd-pills li::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--blue-soft);
}
.pd-shot {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.pd-shot header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid #eef2f8;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}
.pd-shot header small {
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
}
.pd-shot-nav {
  padding: 10px 18px;
  background: #f7f9fc;
  color: var(--muted);
  font-size: 12px;
}
.pd-shot-doc { padding: 18px; }
.pd-shot-doc b {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--ink);
}
.pd-shot-doc p {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.75;
}
.pd-shot-doc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pd-shot-doc li {
  padding: 8px 0;
  border-top: 1px solid #eef2f8;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.pd-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}
.pd-price-tag {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 12px;
}
.pd-price-num {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
}
.pd-price-num span { font-size: 20px; margin-right: 2px; }
.pd-price-num small {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}
.pd-price-note {
  margin: 0;
  max-width: 34em;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.pd-price-act {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 0 0 auto;
}
.pd-block { padding: 64px 0 8px; }
.pd-block.is-wash {
  margin-top: 48px;
  padding: 64px 0;
  background: var(--wash);
}
.pd-feats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.pd-feats article {
  padding: 24px 22px 22px;
  background: #fff;
  border: 1px solid #eef2f8;
  border-radius: 12px;
}
.pd-feats .ico {
  width: 44px;
  height: 44px;
  margin: 0 0 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.pd-feats .ico::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: currentColor;
}
.pd-feats .ico-1 { background: #e8efff; color: #3b6cff; }
.pd-feats .ico-2 { background: #e7f8ee; color: #16a34a; }
.pd-feats .ico-3 { background: #e6f6ff; color: #0284c7; }
.pd-feats .ico-4 { background: #eee6ff; color: #7c5cbf; }
.pd-feats .ico-5 { background: #fff4e5; color: #d88900; }
.pd-feats .ico-6 { background: #ecfeff; color: #0e7490; }
.pd-feats h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
}
.pd-feats p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.pd-use {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.pd-use article {
  padding: 22px 18px 20px;
  background: #fff;
  border: 1px solid #eef2f8;
  border-radius: 12px;
}
.pd-use h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
}
.pd-use p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.pd-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 48px 0 0;
  padding: 28px 32px;
  background: linear-gradient(105deg, #3b6cff 0%, #2f5ef0 100%);
  border-radius: 16px;
  color: #fff;
}
.pd-cta h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.pd-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.7;
}
.pd-cta-act {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 0 0 auto;
}
.pd-cta .btn.is-light {
  background: #fff;
  color: var(--blue);
  box-shadow: none;
}
.pd-cta .btn.is-ghost-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: none;
}
.pd-cta .btn.is-ghost-light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

@media (max-width: 900px) {
  .pd-head,
  .pd-feats,
  .pd-use { grid-template-columns: 1fr 1fr; }
  .pd-price, .pd-cta { flex-direction: column; align-items: flex-start; }
  .pd-title h1 { font-size: 30px; }
}

@media (max-width: 560px) {
  .pd-head,
  .pd-feats,
  .pd-use { grid-template-columns: 1fr; }
  .pd-page { padding-top: 20px; }
}

.faq-board {
  background: #f7f9fc;
  padding: 28px 0 72px;
}
.faq-search {
  display: flex;
  align-items: center;
  width: min(560px, 100%);
  height: 48px;
  margin: 0 0 16px;
  padding: 0 6px 0 4px;
  background: #fff;
  border: 1px solid #e6ebf3;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(15, 23, 40, 0.04);
}
.faq-search button {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #9aa3af;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.faq-search svg { width: 18px; height: 18px; }
.faq-search input {
  flex: 1;
  min-width: 0;
  height: 46px;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: var(--ink);
}
.faq-search input::placeholder { color: #9aa3af; }
.faq-filter { position: relative; }
.faq-filter > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.faq-hots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.faq-hots span { color: #9aa3af; }
.faq-hots label {
  cursor: pointer;
  color: var(--text);
}
.faq-hots label:hover { color: var(--blue); }
.faq-filter #f-pos:checked ~ .faq-hots label[for="f-pos"],
.faq-filter #f-buy:checked ~ .faq-hots label[for="f-buy"],
.faq-filter #f-install:checked ~ .faq-hots label[for="f-install"],
.faq-filter #f-diy:checked ~ .faq-hots label[for="f-diy"],
.faq-filter #f-geo:checked ~ .faq-hots label[for="f-geo"] {
  color: var(--blue);
  font-weight: 600;
}
.faq-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 28px;
  background: #fff;
  border: 1px solid #eef2f8;
  border-radius: 14px;
  overflow: hidden;
}
.faq-shortcuts label {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  min-height: 88px;
  padding: 18px 20px;
  cursor: pointer;
  border-right: 1px solid #eef2f8;
}
.faq-shortcuts label:last-child { border-right: 0; }
.faq-shortcuts .ico {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}
.faq-shortcuts .ico svg { width: 22px; height: 22px; }
.faq-shortcuts b {
  font-size: 15px;
  line-height: 1.35;
  color: var(--ink);
}
.faq-shortcuts span {
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}
.faq-shortcuts .is-install .ico { background: #e8efff; color: var(--blue); }
.faq-shortcuts .is-buy .ico { background: #e7f8ee; color: #16a34a; }
.faq-shortcuts .is-diy .ico { background: #fff1e4; color: #ea7a1a; }
.faq-shortcuts .is-geo .ico { background: #eee9ff; color: #6d5efc; }
.faq-filter #f-install:checked ~ .faq-shortcuts .is-install,
.faq-filter #f-buy:checked ~ .faq-shortcuts .is-buy,
.faq-filter #f-diy:checked ~ .faq-shortcuts .is-diy,
.faq-filter #f-geo:checked ~ .faq-shortcuts .is-geo {
  background: #f7f9ff;
}
.faq-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.faq-cats {
  display: grid;
  gap: 4px;
  margin: 0 0 16px;
  padding: 10px 8px;
  background: #fff;
  border: 1px solid #eef2f8;
  border-radius: 14px;
}
.faq-cats label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}
.faq-cats svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #9aa3af;
}
.faq-cats label:hover { color: var(--blue); background: #f7f9ff; }
.faq-filter #f-all:checked ~ .faq-layout .faq-cats label[for="f-all"],
.faq-filter #f-pos:checked ~ .faq-layout .faq-cats label[for="f-pos"],
.faq-filter #f-buy:checked ~ .faq-layout .faq-cats label[for="f-buy"],
.faq-filter #f-install:checked ~ .faq-layout .faq-cats label[for="f-install"],
.faq-filter #f-diy:checked ~ .faq-layout .faq-cats label[for="f-diy"],
.faq-filter #f-geo:checked ~ .faq-layout .faq-cats label[for="f-geo"] {
  background: #eef3ff;
  color: var(--blue);
}
.faq-filter #f-all:checked ~ .faq-layout .faq-cats label[for="f-all"] svg,
.faq-filter #f-pos:checked ~ .faq-layout .faq-cats label[for="f-pos"] svg,
.faq-filter #f-buy:checked ~ .faq-layout .faq-cats label[for="f-buy"] svg,
.faq-filter #f-install:checked ~ .faq-layout .faq-cats label[for="f-install"] svg,
.faq-filter #f-diy:checked ~ .faq-layout .faq-cats label[for="f-diy"] svg,
.faq-filter #f-geo:checked ~ .faq-layout .faq-cats label[for="f-geo"] svg { color: var(--blue); }
.faq-help {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  padding: 28px 20px 24px;
  background: #f3f6fb;
  border-radius: 14px;
}
.faq-help .ring {
  width: 64px;
  height: 64px;
  border: 1px dashed #c5d4ea;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue);
  margin-bottom: 6px;
}
.faq-help .ring svg { width: 26px; height: 26px; }
.faq-help b {
  font-size: 15px;
  line-height: 1.4;
  color: var(--ink);
}
.faq-help p {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.faq-help .btn {
  min-height: 36px;
  padding: 0 22px;
  box-shadow: none;
}
.faq-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 0 16px;
}
.faq-hd h2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
  font-size: 18px;
  line-height: 1.35;
  color: var(--ink);
}
.faq-hd .t,
.faq-hd .n { display: none; }
.faq-hd .n {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #9aa3af;
}
.faq-filter #f-all:checked ~ .faq-layout .t-all,
.faq-filter #f-all:checked ~ .faq-layout .n-all,
.faq-filter #f-pos:checked ~ .faq-layout .t-pos,
.faq-filter #f-pos:checked ~ .faq-layout .n-pos,
.faq-filter #f-buy:checked ~ .faq-layout .t-buy,
.faq-filter #f-buy:checked ~ .faq-layout .n-buy,
.faq-filter #f-install:checked ~ .faq-layout .t-install,
.faq-filter #f-install:checked ~ .faq-layout .n-install,
.faq-filter #f-diy:checked ~ .faq-layout .t-diy,
.faq-filter #f-diy:checked ~ .faq-layout .n-diy,
.faq-filter #f-geo:checked ~ .faq-layout .t-geo,
.faq-filter #f-geo:checked ~ .faq-layout .n-geo { display: inline; }
.faq-sort {
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}
.faq-sort::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  border: solid #c5cad3;
  border-width: 0 1.5px 1.5px 0;
  padding: 2.5px;
  transform: translateY(-2px) rotate(45deg);
}
.faq-list { display: grid; gap: 10px; }
.faq-filter .faq-row { display: none; }
.faq-filter #f-all:checked ~ .faq-layout .faq-row,
.faq-filter #f-pos:checked ~ .faq-layout .is-pos,
.faq-filter #f-buy:checked ~ .faq-layout .is-buy,
.faq-filter #f-install:checked ~ .faq-layout .is-install,
.faq-filter #f-diy:checked ~ .faq-layout .is-diy,
.faq-filter #f-geo:checked ~ .faq-layout .is-geo { display: block; }
.faq-row {
  scroll-margin-top: 120px;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 12px;
}
.faq-row summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 44px 16px 18px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  position: relative;
}
.faq-row summary::-webkit-details-marker { display: none; }
.faq-row summary i {
  font-style: normal;
  font-weight: 600;
  color: var(--blue);
  margin-right: 6px;
}
.faq-row summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 22px;
  border: solid #c5cad3;
  border-width: 0 1.5px 1.5px 0;
  padding: 3.5px;
  transform: rotate(45deg);
}
.faq-row[open] {
  border-color: #c9d8ff;
  background: #f7f9ff;
}
.faq-row[open] summary { color: var(--blue); }
.faq-row[open] summary::after {
  top: 26px;
  transform: rotate(-135deg);
  border-color: var(--blue);
}
.faq-row .ans {
  padding: 0 18px 16px 42px;
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}
.faq-board .note { margin: 22px 0 0; }
@media (max-width: 900px) {
  .faq-shortcuts { grid-template-columns: 1fr 1fr; }
  .faq-shortcuts label { border-right: 0; border-bottom: 1px solid #eef2f8; }
  .faq-shortcuts label:nth-last-child(-n+2) { border-bottom: 0; }
  .faq-layout { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .faq-row .ans { padding-left: 18px; }
}

body:has(main .miss) .miss {
  position: relative;
  overflow: hidden;
  padding: 56px 0 28px;
  background:
    radial-gradient(520px 280px at 78% 42%, #dbe7ff 0%, transparent 68%),
    linear-gradient(180deg, #f5f8ff 0%, #fff 72%);
}
.miss-in {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr);
  gap: 32px 48px;
  align-items: center;
  min-height: 460px;
}
.miss-code {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 112px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.miss-zero {
  display: inline-flex;
  color: var(--blue);
}
.miss h1 {
  margin: 0 0 14px;
  max-width: 12em;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
}
.miss .lead {
  margin: 0 0 28px;
  max-width: 28em;
  color: var(--text);
  font-size: var(--fs-lead);
  line-height: var(--lh-lead);
}
.miss-act { display: flex; flex-wrap: wrap; gap: 12px; }
.miss-act .btn { gap: 8px; }
.miss-act .btn svg { width: 16px; height: 16px; }
.miss-art {
  position: relative;
  min-height: 360px;
}
.miss-cloud {
  position: absolute;
  background: #fff;
  border-radius: 40px;
  opacity: 0.9;
}
.miss-cloud-a { width: 86px; height: 28px; top: 18px; left: 12%; }
.miss-cloud-b { width: 54px; height: 20px; top: 48px; right: 18%; }
.miss-win {
  position: absolute;
  left: 8%;
  top: 54px;
  width: 64%;
  height: 230px;
  background: #eef3ff;
  border: 10px solid #7ea2ff;
  border-radius: 18px 18px 8px 8px;
  box-shadow: var(--shadow);
}
.miss-win span {
  position: absolute;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c5d4f5;
}
.miss-win span:nth-child(1) { left: 12px; }
.miss-win span:nth-child(2) { left: 26px; }
.miss-win span:nth-child(3) { left: 40px; }
.miss-doc {
  position: absolute;
  left: 50%;
  top: 54%;
  width: 72px;
  height: 88px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(59, 108, 255, 0.12);
}
.miss-doc::before,
.miss-doc::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 6px;
  border-radius: 3px;
  background: #d7e2f6;
}
.miss-doc::before { top: 22px; }
.miss-doc::after {
  top: 52px;
  width: 28px;
  height: 28px;
  left: 22px;
  right: auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 10px 11px, #7b8494 0 2px, transparent 3px),
    radial-gradient(circle at 18px 11px, #7b8494 0 2px, transparent 3px),
    #eef2f8;
  box-shadow: inset 0 8px 0 -6px #7b8494;
}
.miss-sign {
  position: absolute;
  right: 6%;
  top: 92px;
  width: 118px;
}
.miss-sign::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52px;
  width: 8px;
  height: 150px;
  margin-left: -4px;
  background: #9aa7c2;
  border-radius: 4px;
}
.miss-sign b {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #5b6f94;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  clip-path: polygon(0 50%, 12px 0, 100% 0, 100% 100%, 12px 100%);
}
.miss-sign b:last-child {
  background: #7b8eaf;
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 12px 100%, 0 50%);
}
.miss-bot {
  position: absolute;
  right: 22%;
  bottom: 18px;
  width: 92px;
  height: 108px;
}
.miss-bot .face {
  position: absolute;
  left: 12px;
  top: 18px;
  width: 68px;
  height: 62px;
  background: #eef3ff;
  border: 4px solid #3b6cff;
  border-radius: 18px;
  box-shadow: inset 0 -18px 0 #d7e4ff;
}
.miss-bot .face::before,
.miss-bot .face::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0f1728;
}
.miss-bot .face::before { left: 16px; }
.miss-bot .face::after { right: 16px; }
.miss-bot .ear {
  position: absolute;
  top: 8px;
  width: 16px;
  height: 16px;
  background: #3b6cff;
  border-radius: 50%;
}
.miss-bot .ear.l { left: 6px; }
.miss-bot .ear.r { right: 6px; }
.miss-bot::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 0;
  width: 48px;
  height: 36px;
  background: #3b6cff;
  border-radius: 16px 16px 10px 10px;
}
.miss-more { padding: 8px 0 72px; }
.miss-more-hd {
  margin: 0 0 28px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}
.miss-more-hd::before,
.miss-more-hd::after {
  content: "";
  display: inline-block;
  width: 72px;
  height: 1px;
  margin: 0 16px;
  background: var(--line);
  vertical-align: middle;
}
.miss-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  text-align: center;
}
.miss-links a {
  padding: 8px 10px;
  color: var(--ink);
}
.miss-links svg {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 10px;
  color: #9aa3b2;
}
.miss-links strong {
  display: block;
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
}
.miss-links span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.miss-links a:hover strong { color: var(--blue); }

@media (max-width: 900px) {
  .miss-in, .miss-links { grid-template-columns: 1fr 1fr; }
  .miss-code { font-size: 84px; }
  .miss-zero svg { width: 56px; height: 68px; }
  .miss h1 { font-size: 26px; }
  .miss-art { min-height: 300px; }
}

@media (max-width: 560px) {
  .miss-in, .miss-links { grid-template-columns: 1fr; }
  .miss { padding-top: 32px; }
  .miss-more-hd::before,
  .miss-more-hd::after { width: 28px; margin: 0 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after {
    animation: none !important;
  }
  body:has(.hero) .feats article:hover,
  body:has(.hero) .plug-card:hover,
  body:has(.hero) .pair article:hover {
    transform: none;
  }
}

.brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}
html { translate: no; }
.lang-switch {
  position: relative;
}
.lang-switch summary {
  list-style: none;
  cursor: pointer;
  min-height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 14px;
}
.lang-switch summary::-webkit-details-marker { display: none; }
.lang-switch-list {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 120px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  padding: 6px 0;
  z-index: 20;
}
.lang-switch-list a {
  display: block;
  padding: 8px 14px;
  color: var(--ink);
  font-size: 13px;
}
.lang-switch-list a.is-current,
.lang-switch-list a:hover { color: var(--blue); background: #f7f9ff; }
.preview-bar {
  background: #111827;
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  font-size: 13px;
}
.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cite-empty { color: var(--muted); font-size: 14px; line-height: 1.7; padding: 24px 0; }
.art-cover-img,
.pd-cover {
  width: 100%;
  border-radius: 12px;
  display: block;
}
.ft-qr img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  background: #fff;
}
.list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.side-cats a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  padding: 0;
  border-bottom: 1px solid #eef2f8;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}
.side-cats a:last-child { border-bottom: 0; }
.side-cats a:hover,
.side-cats a.is-on { color: var(--blue); }
.faq-hd .t,
.faq-hd .n { display: inline; }
.faq-cats a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}
.faq-cats a:hover { color: var(--blue); background: #f7f9ff; }
.faq-cats a.is-on {
  background: #eef3ff;
  color: var(--blue);
}
.faq-cats a.is-on svg { color: var(--blue); }
.faq-hots a {
  color: var(--ink);
  cursor: pointer;
}
.faq-hots a:hover { color: var(--blue); }
.faq-shortcuts a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  min-height: 88px;
  padding: 18px 20px;
  border-right: 1px solid #eef2f8;
  color: inherit;
}
.faq-shortcuts a:last-child { border-right: 0; }
.faq-shortcuts a .ico {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}
.q-search .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font: inherit;
}