html { scroll-behavior: smooth; }
:root {
  --cds-background: #ffffff;
  --cds-text-primary: #161616;
  --cds-text-secondary: #525252;
  --cds-layer-01: #f4f4f4;
  --cds-layer-hover: #e8e8e8;
  --cds-border-subtle: #c6c6c6;
  --cds-button-primary: #388BFD;
  --cds-button-primary-hover: #0263E8;
  --cds-focus: #388BFD;
}
body {
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  color: var(--cds-text-primary);
  background: var(--cds-background);
  font-weight: 400;
}
[id] {
  scroll-margin-top: 110px;
}
.arrow-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: block;
  transform: rotate(45deg);
  margin-left: -3px;
}
.arrow-prev::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  display: block;
  transform: rotate(45deg);
  margin-right: -3px;
}
.solution-menu:hover .solution-dropdown,
.solution-menu:focus-within .solution-dropdown,
.solution-menu.is-open .solution-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.solution-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.solution-dropdown a {
  color: var(--cds-text-primary);
  font-weight: 400 !important;
  letter-spacing: .16px;
  transition: color .2s ease, background-color .2s ease;
}
.solution-dropdown a:hover,
.solution-dropdown a.is-current {
  color: var(--cds-button-primary);
  background: #EBF3FF;
}
.solution-dropdown a.is-current,
.solution-dropdown a.is-current:hover {
  color: var(--cds-button-primary);
  background: transparent;
}
.language-menu:hover .language-dropdown,
.language-menu:focus-within .language-dropdown,
.language-menu.is-open .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.language-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.language-dropdown button {
  color: var(--cds-text-primary);
  font-weight: 400 !important;
  letter-spacing: .16px;
  transition: color .2s ease, background-color .2s ease;
}
.language-dropdown button:hover {
  color: var(--cds-button-primary);
  background: #EBF3FF;
}
.language-dropdown button.is-current,
.language-dropdown button.is-current:hover {
  color: var(--cds-button-primary);
  background: transparent;
}
.mobile-solution-items {
  display: none;
}
.mobile-solution.is-open .mobile-solution-items {
  display: grid;
}
.mobile-solution-arrow {
  transform: rotate(90deg);
  transition: transform .2s ease;
}
.mobile-solution.is-open .mobile-solution-arrow {
  transform: rotate(270deg);
}
.mobile-language-items {
  display: none;
}
.mobile-language.is-open .mobile-language-items {
  display: grid;
}
.mobile-language-arrow {
  transform: rotate(90deg);
  transition: transform .2s ease;
}
.mobile-language.is-open .mobile-language-arrow {
  transform: rotate(270deg);
}
#mobilePanel a,
#mobilePanel button,
.mobile-solution-items a,
.mobile-language-items button {
  position: relative;
  isolation: isolate;
  border-radius: 6px;
  transition: color .2s ease, background-color .2s ease;
}
#mobilePanel a:hover,
#mobilePanel a:focus-visible,
#mobilePanel a:active,
#mobilePanel button:hover,
#mobilePanel button:focus-visible,
#mobilePanel button:active,
.mobile-solution-items a:hover,
.mobile-solution-items a:focus-visible,
.mobile-solution-items a:active,
.mobile-language-items button:hover,
.mobile-language-items button:focus-visible,
.mobile-language-items button:active {
  color: #388BFD;
  background: #EBF3FF;
}
#mobilePanel a::before,
#mobilePanel button::before {
  content: "";
  position: absolute;
  inset: 3px -12px;
  z-index: -1;
  border-radius: 6px;
  background: transparent;
  transition: background-color .2s ease;
}
#mobilePanel > a,
#mobilePanel > .mobile-solution,
#mobilePanel > .mobile-language {
  border: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: inset 0 -1px 0 var(--cds-border-subtle);
}
#mobilePanel {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#mobilePanel > :last-child {
  border-bottom: 0 !important;
  box-shadow: none !important;
}
.mobile-language-items button.is-current,
.mobile-language-items button.is-current:hover {
  color: #388BFD;
  background: transparent;
}
#mobilePanel .is-current,
#mobilePanel [aria-current="page"],
#mobilePanel .text-anyce-teal {
  color: #388BFD !important;
  background: transparent !important;
}
#mobilePanel .is-current:hover,
#mobilePanel .is-current:focus-visible,
#mobilePanel .is-current:active,
#mobilePanel [aria-current="page"]:hover,
#mobilePanel [aria-current="page"]:focus-visible,
#mobilePanel [aria-current="page"]:active,
#mobilePanel .text-anyce-teal:hover,
#mobilePanel .text-anyce-teal:focus-visible,
#mobilePanel .text-anyce-teal:active {
  color: #388BFD !important;
  background: #EBF3FF !important;
}
#mobilePanel a:hover,
#mobilePanel a:focus-visible,
#mobilePanel a:active,
#mobilePanel button:hover,
#mobilePanel button:focus-visible,
#mobilePanel button:active,
#mobilePanel .is-current:hover,
#mobilePanel .is-current:focus-visible,
#mobilePanel .is-current:active,
#mobilePanel [aria-current="page"]:hover,
#mobilePanel [aria-current="page"]:focus-visible,
#mobilePanel [aria-current="page"]:active {
  background: transparent !important;
}
#mobilePanel a:hover::before,
#mobilePanel a:focus-visible::before,
#mobilePanel a:active::before,
#mobilePanel button:hover::before,
#mobilePanel button:focus-visible::before,
#mobilePanel button:active::before {
  background: #EBF3FF;
}
#mobilePanel > a,
#mobilePanel [data-mobile-solution-trigger],
#mobilePanel [data-mobile-language-trigger] {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mobilePanel .mobile-solution-items a,
#mobilePanel .mobile-language-items button {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px !important;
  padding-right: 0 !important;
}
.section-nav-link span {
  opacity: 0;
  transform: translateX(8px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}
.section-nav-link:hover span,
.section-nav-link.is-active span {
  opacity: 1;
  transform: translateX(0);
}
.section-nav-link i {
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.section-nav-link.is-active i {
  background: #388BFD;
  border-color: #388BFD;
  transform: scale(1.18);
}
@media (max-width: 1023px) {
  .section-nav-link span {
    display: none;
  }
  body.section-nav-moving .section-nav-link.is-active span {
    display: inline;
  }
}
.goog-te-banner-frame,
.goog-te-gadget,
.skiptranslate {
  display: none !important;
}
body {
  top: 0 !important;
}
html[data-language="en"] .break-keep,
html[data-language="ja"] .break-keep,
html[data-language="zh-CN"] .break-keep,
html[data-language="en"] h1,
html[data-language="ja"] h1,
html[data-language="zh-CN"] h1,
html[data-language="en"] h2,
html[data-language="ja"] h2,
html[data-language="zh-CN"] h2,
html[data-language="en"] h3,
html[data-language="ja"] h3,
html[data-language="zh-CN"] h3,
html[data-language="en"] p,
html[data-language="ja"] p,
html[data-language="zh-CN"] p {
  word-break: normal;
  overflow-wrap: anywhere;
}
html[data-language="ja"] body,
html[data-language="zh-CN"] body {
  line-break: strict;
}
#mobilePanel a,
#mobilePanel button {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  main > section,
  .solution-row {
    scroll-margin-top: 74px;
  }
  html[data-language="en"] .solution-hero h1,
  html[data-language="ja"] .solution-hero h1,
  html[data-language="zh-CN"] .solution-hero h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.12;
  }
  html[data-language="en"] .solution-copy h2,
  html[data-language="ja"] .solution-copy h2,
  html[data-language="zh-CN"] .solution-copy h2 {
    line-height: 1.16;
  }
}
.nav-link,
.header-button {
  font-weight: 400 !important;
  letter-spacing: .16px;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
.mobile-solution-items a,
.mobile-language-items button,
#mobilePanel a,
#mobilePanel button {
  font-weight: 400 !important;
  letter-spacing: .16px;
}
.header-button.rounded-full,
.solution-hero a,
main a.inline-flex {
  border-radius: 9999px !important;
  min-height: 48px;
}
.header-button.rounded-full {
  display: inline-flex !important;
  min-width: 104px;
  height: 42px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 0 20px !important;
  line-height: 1;
  border-color: currentColor !important;
  background: transparent;
  color: inherit !important;
  font-weight: 600 !important;
}
.header-button.rounded-full:hover {
  border-color: var(--cds-button-primary) !important;
  background: var(--cds-button-primary);
  color: #fff !important;
}
.nav-link:hover,
.header-button:hover {
  color: var(--cds-button-primary);
  border-color: var(--cds-button-primary);
}
.solution-button {
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.solution-button:hover {
  color: var(--cds-button-primary);
  border-color: var(--cds-button-primary);
  background: #EBF3FF;
  transform: translateY(-2px);
}
#contact h2 {
  font-weight: 300 !important;
  line-height: 1.17 !important;
  letter-spacing: 0 !important;
}
#contact a.inline-flex {
  border-color: rgba(255,255,255,.72) !important;
  background: transparent !important;
  color: #fff;
  font-weight: 600 !important;
  padding: 14px 20px;
  min-width: 158px;
  justify-content: center;
}
#contact a.inline-flex:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--cds-text-primary) !important;
}
footer h3 {
  color: #c6c6c6 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .32px;
}
footer a,
footer span,
footer p {
  color: rgba(244, 244, 244, .72) !important;
  font-weight: 400 !important;
}
footer a:hover {
  color: #fff !important;
}
.no-scrollbar {
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.next-solution-section {
  background: #fff;
}
.next-solution-peek {
  position: relative;
}
.next-solution-peek::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 40;
  width: min(18vw, 180px);
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.94));
}
.next-solution-peek.is-at-end::after {
  opacity: 0;
}
[data-next-solution-prev]:disabled,
[data-next-solution-next]:disabled {
  opacity: .5;
  pointer-events: none;
}
.next-solution-track {
  position: relative;
  padding-top: 10px;
  margin-top: -10px;
}
.next-solution-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 290px;
  min-height: 330px;
  padding: 24px;
  color: #fff;
  border-radius: 18px;
  scroll-snap-align: start;
  transition: transform .24s ease;
}
.next-solution-card:hover {
  transform: translateY(-6px);
  z-index: 3;
}
.next-solution-bg,
.next-solution-dim {
  position: absolute;
  inset: 0;
}
.next-solution-bg {
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
  transition: transform .35s ease;
}
.next-solution-bg.bg-0 { background-color: #0b0f16; }
.next-solution-bg.bg-1 { background-color: #071012; }
.next-solution-bg.bg-2 { background-color: #08111c; }
.next-solution-bg.bg-3 { background-color: #090b10; }
.next-solution-dim {
  background: rgba(0,0,0,.42);
  transition: background-color .2s ease;
}
.next-solution-card:hover .next-solution-bg,
.next-solution-card:focus-visible .next-solution-bg {
  transform: scale(1.08);
}
.next-solution-card:hover .next-solution-dim,
.next-solution-card:focus-visible .next-solution-dim {
  background: rgba(0,0,0,.70);
}
.next-solution-meta,
.next-solution-default,
.next-solution-copy,
.next-solution-arrow {
  position: relative;
  z-index: 1;
}
.next-solution-default {
  position: absolute;
  left: 24px;
  top: 26px;
  max-width: calc(100% - 48px);
  word-break: keep-all;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .18s ease, transform .18s ease;
}
.next-solution-meta {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .22s ease, transform .22s ease;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
}
.next-solution-copy,
.next-solution-arrow {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .24s ease, transform .24s ease;
}
.next-solution-card:hover .next-solution-default,
.next-solution-card:focus-visible .next-solution-default {
  opacity: 0;
  transform: translateY(-8px);
}
.next-solution-card:hover .next-solution-meta,
.next-solution-card:hover .next-solution-copy,
.next-solution-card:hover .next-solution-arrow,
.next-solution-card:focus-visible .next-solution-meta,
.next-solution-card:focus-visible .next-solution-copy,
.next-solution-card:focus-visible .next-solution-arrow {
  opacity: 1;
  transform: translateY(0);
}
.next-solution-copy strong {
  display: block;
  word-break: keep-all;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.next-solution-copy em {
  display: block;
  margin-top: 20px;
  word-break: keep-all;
  color: rgba(255,255,255,.75);
  font-size: 16px;
  font-style: normal;
  line-height: 1.68;
}
.next-solution-arrow {
  width: 32px;
  height: 32px;
}
@media (hover: none) {
  .next-solution-dim {
    background: rgba(0,0,0,.56);
  }
  .next-solution-default {
    opacity: 0;
  }
  .next-solution-meta,
  .next-solution-copy,
  .next-solution-arrow {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .next-solution-card {
    width: 350px;
    border-radius: 22px;
  }
  .next-solution-copy strong {
    font-size: 34px;
  }
}
.panel-grid {
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 42px 42px;
}
.solution-hero {
  min-height: 86vh;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .solution-hero {
    min-height: 100vh;
  }
}
.solution-hero h1 {
  max-width: 860px;
  word-break: keep-all;
  font-size: clamp(42px, 5.8vw, 64px);
  font-weight: 300;
  line-height: 1.17;
}
.solution-hero p {
  max-width: 720px;
  word-break: keep-all;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 400;
  line-height: 1.5;
}
.solution-video-section {
  background: #ffffff;
}
.solution-video-section .max-w-site {
  max-width: 1040px;
}
.solution-video-section .mb-8 {
  margin-bottom: 24px;
}
.solution-video-frame {
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--cds-border-subtle);
  border-radius: 12px;
  background: #05070a;
}
.solution-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #05070a;
}
.solution-row {
  display: grid;
  gap: 64px;
  align-items: center;
  min-width: 0;
  scroll-margin-top: 22vh;
}
@media (min-width: 1024px) {
  .solution-row {
    grid-template-columns: minmax(0, .92fr) minmax(340px, 1fr);
  }
  .solution-row.is-reverse {
    grid-template-columns: minmax(340px, 1fr) minmax(0, .92fr);
  }
  .solution-row.is-reverse .solution-shot {
    order: 2;
  }
}
.solution-shot {
  width: 100%;
  min-width: 0;
  max-width: 760px;
  justify-self: center;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--cds-border-subtle);
  background: var(--cds-layer-01);
  padding: 16px;
}
.solution-shot.is-image {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  background: #ffffff;
  border-radius: 12px;
  padding: 0;
}
.solution-step-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.solution-shot.is-image .solution-step-image {
  object-fit: contain;
}
html[data-language="en"] .solution-shot,
html[data-language="ja"] .solution-shot,
html[data-language="zh-CN"] .solution-shot {
  width: 100%;
  max-width: 760px;
}
html[data-language="en"] .solution-step-image,
html[data-language="ja"] .solution-step-image,
html[data-language="zh-CN"] .solution-step-image {
  width: 100%;
  max-width: 100%;
}
.solution-copy p {
  margin-bottom: 16px;
  color: var(--cds-button-primary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .16px;
  text-transform: uppercase;
}
.solution-copy {
  min-width: 0;
}
.solution-copy h2 {
  max-width: 520px;
  word-break: keep-all;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.19;
}
.solution-copy span {
  display: block;
  margin-top: 24px;
  max-width: 560px;
  word-break: keep-all;
  color: var(--cds-text-secondary);
  font-size: 20px;
  line-height: 1.4;
}
.solution-points {
  margin-top: 24px;
  display: grid;
  gap: 8px;
  max-width: 580px;
  color: var(--cds-text-secondary);
  font-size: 20px;
  letter-spacing: .16px;
  line-height: 1.4;
}
.solution-points li {
  position: relative;
  padding-left: 18px;
  word-break: keep-all;
}
.solution-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--cds-button-primary);
}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  .solution-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    scroll-margin-top: 140px;
  }
  .solution-row.is-reverse .solution-shot {
    order: 0;
  }
  .solution-shot {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }
  .solution-video-section {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .solution-video-section .max-w-site {
    max-width: 100%;
  }
  .solution-video-section .mb-8 {
    margin-bottom: 18px;
  }
  .solution-video-frame {
    max-width: 100%;
  }
  .solution-video-section h2 {
    font-size: 30px !important;
    line-height: 1.16 !important;
  }
  .solution-video-section p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  .next-solution-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .next-solution-section .grid.max-w-site {
    gap: 18px !important;
  }
  .next-solution-peek {
    margin-top: 26px !important;
  }
  .next-solution-card {
    min-height: 300px;
    padding: 22px;
  }
  .next-solution-copy strong {
    font-size: 26px;
    line-height: 1.18;
  }
  .next-solution-copy em {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
  }
  .next-solution-arrow {
    width: 28px;
    height: 28px;
  }
  .solution-copy span,
  .solution-points {
    font-size: 16px;
    line-height: 1.5;
  }
  html[data-language="ja"] body {
    line-break: auto;
  }
  html[data-language="ja"] .solution-hero h1,
  html[data-language="ja"] .solution-hero p,
  html[data-language="ja"] .solution-copy h2,
  html[data-language="ja"] .solution-copy span,
  html[data-language="ja"] .solution-points,
  html[data-language="ja"] .solution-points li,
  html[data-language="ja"] .next-solution-copy strong,
  html[data-language="ja"] .next-solution-copy em {
    word-break: normal;
    overflow-wrap: anywhere;
  }
  html[data-language="ja"] .solution-hero h1 {
    font-size: clamp(30px, 9.2vw, 40px);
    line-height: 1.16;
  }
  html[data-language="ja"] .solution-copy h2 {
    font-size: clamp(24px, 7.4vw, 34px);
    line-height: 1.22;
  }
  html[data-language="ja"] .next-solution-copy strong {
    font-size: 28px;
  }
}
.mock-screen {
  overflow: hidden;
  border-radius: 10px;
  background: #071012;
  box-shadow: 0 28px 80px rgba(16, 19, 34, .18);
}
.mock-top {
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 14px 16px;
}
.mock-top i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.28);
}
.mock-top strong {
  margin-left: 8px;
  overflow: hidden;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.mock-body {
  display: grid;
  min-height: 230px;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  padding: 14px;
}
.mock-side {
  display: grid;
  align-content: start;
  gap: 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  padding: 16px;
}
.mock-side em {
  color: #388BFD;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
}
.mock-side span {
  display: block;
  overflow: hidden;
  height: 22px;
  border-radius: 99px;
  background: rgba(255,255,255,.12);
  padding: 5px 8px;
  color: rgba(255,255,255,.62);
  font-size: 9px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mock-main {
  display: grid;
  gap: 14px;
}
.mock-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.mock-kpis span {
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  padding: 10px;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mock-kpis span.is-hot {
  background: rgba(56,139,253,.18);
  color: #69a7ff;
}
.mock-chart {
  display: flex;
  align-items: end;
  gap: 16px;
  min-height: 150px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    rgba(255,255,255,.04);
  background-size: 34px 34px;
  padding: 18px;
}
.mock-chart b {
  display: block;
  width: 100%;
  min-height: 38px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #388BFD, rgba(56,139,253,.24));
}
.mock-action-list {
  display: grid;
  gap: 8px;
}
.mock-action-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  padding: 10px 12px;
}
.mock-action-list b {
  color: #388BFD;
  font-size: 11px;
}
.mock-action-list span {
  overflow: hidden;
  color: rgba(255,255,255,.7);
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mock-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  padding: 18px;
  color: white;
}
.mock-caption strong {
  color: #388BFD;
  font-size: 22px;
}
.mock-caption span {
  font-weight: 800;
}
@media (max-width: 767px) {
  .mock-body {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .mock-side {
    display: none;
  }
  .mock-chart {
    min-height: 190px;
  }
}
