body {
  background:
    linear-gradient(rgb(13 11 9 / .72), rgb(13 11 9 / .82)),
    url("/brand/bg-sakura.webp?v=1") center / cover no-repeat fixed,
    #0D0B09;
}

@media (max-width: 768px) {
  body {
    background-image:
      linear-gradient(rgb(13 11 9 / .78), rgb(13 11 9 / .88)),
      url("/brand/bg-sakura-mobile.webp?v=1");
    background-attachment: scroll;
  }
}

[class*="card"], [class*="panel"] {
  background-color: #16130F !important;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / .04),
    0 2px 4px rgb(0 0 0 / .45),
    0 12px 32px rgb(0 0 0 / .35) !important;
}
