/* Selected direction H: VM plate with an offset double-track frame. */
html[lang] header .logo.luckvm-brand,
html[lang] footer .logo.luckvm-brand {
  display:inline-flex; align-items:center; flex-shrink:0;
  width:max-content; max-width:100%; margin:0; padding:0;
  color:#f5f7fc; text-decoration:none; line-height:1; white-space:nowrap;
  font-family:Arial,"Microsoft YaHei",sans-serif;
  -webkit-font-smoothing:antialiased;
}
html[lang] .luckvm-brand .brand-word {
  display:inline-flex; align-items:center; gap:5px;
  color:#f5f7fc; font-size:25px; font-weight:600;
  letter-spacing:-.7px; line-height:1;
}
html[lang] .luckvm-brand .brand-vm {
  /* Product headings also use .brand-vm with transparent gradient text. */
  -webkit-text-fill-color:currentColor;
  position:relative; display:inline-block; color:#78aaff; font-size:.77em; font-weight:600;
  letter-spacing:-.5px; line-height:1; padding:4px 5px;
  border:1px solid #5883c7; border-radius:2px;
  background:#1c2c46; margin:0 3px 3px 0;
}
html[lang] .luckvm-brand .brand-vm::after {
  content:""; position:absolute; inset:3px -4px -4px 3px;
  border-right:1px solid #3b567f; border-bottom:1px solid #3b567f;
  border-radius:0 0 3px 0; pointer-events:none;
}
html[lang] footer .logo.luckvm-brand { margin-bottom:18px; }
html[lang] footer .luckvm-brand .brand-word { gap:7px; font-size:34px; letter-spacing:-1px; }
html[lang] footer .luckvm-brand .brand-vm { padding:6px 7px; }
.luckvm-brand:focus-visible { outline:2px solid #92bbff; outline-offset:6px; border-radius:4px; }
@media(max-width:768px) {
  html[lang] header .luckvm-brand .brand-word { font-size:23px; gap:4px; }
  html[lang] footer .luckvm-brand .brand-word { font-size:30px; gap:6px; }
}
