/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .fixed {
    position: fixed;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .hidden {
    display: none;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .rounded {
    border-radius: .25rem;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }
}

:root {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  --header-height: 80px;
  --dt-header-height: 30px;
  --max-width: 900px;
  --background: #16171b;
  --font-color: #e4e4e5;
  --font-muted: #9e9ea4;
  --border: #2a2c33;
  --border-strong: #353841;
  --surface: #1d1e23;
  --surface-soft: #24252b;
  --surface-hover: #292b32;
  --glass: #16171bf0;
  --glass-strong: #16171bf5;
  --row-alt: #ffffff06;
  --row-hover: #ffffff13;
  --footer-background: #111216;
}

:root[data-theme="light"] {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --background: #f7f8fa;
  --font-color: #202127;
  --font-muted: #6f737d;
  --border: #dedfe4;
  --border-strong: #cfd1d8;
  --surface: #fff;
  --surface-soft: #f1f2f5;
  --surface-hover: #e9ebef;
  --glass: #f7f8faf0;
  --glass-strong: #f7f8faf5;
  --row-alt: #16171b06;
  --row-hover: #16171b0f;
  --footer-background: #eceef2;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: Pretendard, sans-serif;
}

.business-footer {
  border-top: 1px solid var(--border);
  background: var(--footer-background);
  color: var(--font-muted);
}

.business-footer > .wrapper {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
  padding: 46px 0 54px;
}

.business-footer > .wrapper > .business {
  position: relative;
}

.business-footer > .wrapper > .business > strong {
  min-height: 24px;
  color: var(--font-color);
  padding-right: 190px;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.business-footer > .wrapper > .business > details > summary {
  min-height: 24px;
  color: var(--font-muted);
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  list-style: none;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.business-footer > .wrapper > .business > details > summary::-webkit-details-marker {
  display: none;
}

.business-footer > .wrapper > .business > details > summary:after {
  content: "";
  border-bottom: 1px solid;
  border-right: 1px solid;
  width: 7px;
  height: 7px;
  transition: transform .16s;
  transform: rotate(45deg)translateY(-2px);
}

.business-footer > .wrapper > .business > details[open] > summary:after {
  transform: rotate(225deg)translate(-1px, -1px);
}

.business-footer > .wrapper > .business > details > summary > .close-label, .business-footer > .wrapper > .business > details[open] > summary > .open-label {
  display: none;
}

.business-footer > .wrapper > .business > details[open] > summary > .close-label {
  display: inline;
}

.business-footer > .wrapper > .business > details > .information {
  flex-wrap: wrap;
  gap: 5px 14px;
  max-width: 720px;
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.55;
  display: flex;
}

.business-footer > .wrapper > .business > details > .information > .email-row, .business-footer > .wrapper > .business > details > .information > .partnership-row {
  flex-basis: 100%;
}

.business-footer > .wrapper > nav {
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 30px;
  display: flex;
}

.business-footer > .wrapper > nav > a, .business-footer > .wrapper > nav > button {
  color: var(--font-muted);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.business-footer > .wrapper > nav > a:hover, .business-footer > .wrapper > nav > a:focus-visible, .business-footer > .wrapper > nav > button:hover, .business-footer > .wrapper > nav > button:focus-visible {
  color: var(--font-color);
}

.business-footer > .wrapper > .notice, .business-footer > .wrapper > .copyright {
  margin: 18px 0 0;
  font-size: 11px;
  line-height: 1.6;
}

.business-footer > .wrapper > .copyright {
  margin-top: 6px;
}

@media (min-width: 641px) {
  .business-footer {
    align-items: center;
    min-height: 350px;
    display: flex;
  }

  .business-footer > .wrapper {
    flex: 0 0 min(100% - 32px, var(--max-width));
  }

  .business-footer > .wrapper > .business > strong {
    font-size: 17px;
  }

  .business-footer > .wrapper > nav > a, .business-footer > .wrapper > nav > button {
    font-size: 15px;
  }

  .business-footer > .wrapper > .notice, .business-footer > .wrapper > .copyright {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .device-modal-layer {
    align-items: end;
    padding: 0;
  }

  .device-modal-layer > section {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 8px 8px 0 0;
    width: 100%;
    max-height: calc(100dvh - 24px);
  }

  .device-modal-layer > section > header {
    padding: 20px 1rem 16px;
  }

  .device-modal-layer > section > header h2 {
    font-size: 18px;
  }

  .device-modal-layer > section > .search {
    margin: 0 1rem 16px;
  }

  .device-modal-layer > section > .content {
    padding: 0 1rem 28px;
  }

  .device-modal-layer > section > .content > article > ul {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .device-modal-layer > section > .content > article > p {
    gap: 3px;
    display: grid;
  }

  .business-footer {
    align-items: center;
    min-height: 300px;
    display: flex;
  }

  .business-footer > .wrapper {
    width: 100%;
    padding: 36px 1rem 44px;
  }

  .business-footer > .wrapper > .business > strong {
    padding-right: 145px;
    font-size: 14px;
  }

  .business-footer > .wrapper > .business > details > summary {
    font-size: 12px;
  }

  .business-footer > .wrapper > .business > details > .information {
    gap: 5px;
    margin-top: 18px;
    font-size: 11px;
    display: grid;
  }

  .business-footer > .wrapper > nav {
    gap: 8px 16px;
    margin-top: 20px;
  }

  .business-footer > .wrapper > nav > a, .business-footer > .wrapper > nav > button {
    font-size: 12px;
  }
}

.cookie-consent {
  z-index: 3000;
  background: none;
  padding: 16px 16px 4rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.cookie-consent > .wrapper {
  border: 1px solid var(--border-strong);
  background: var(--surface);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 20px 22px;
  display: flex;
  box-shadow: 0 6px 20px #0000003d;
}

.cookie-consent > .wrapper > .content {
  min-width: 0;
}

.cookie-consent > .wrapper > .content > strong {
  color: var(--font-color);
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 650;
  display: block;
}

.cookie-consent > .wrapper > .content > p {
  color: var(--font-muted);
  margin: 0 0 3px;
  font-size: 13px;
  line-height: 1.55;
}

.cookie-consent > .wrapper > .content > small {
  color: var(--font-muted);
  font-size: 11px;
}

.cookie-consent > .wrapper > .content > a {
  color: #7598ff;
  text-underline-offset: 3px;
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
}

.cookie-consent > .wrapper > .actions {
  flex: none;
  gap: 8px;
  display: flex;
}

.cookie-consent > .wrapper > .actions > button {
  border: 1px solid var(--border-strong);
  background: var(--surface-soft);
  min-width: 112px;
  height: 42px;
  color: var(--font-color);
  cursor: pointer;
  border-radius: 4px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
}

.cookie-consent > .wrapper > .actions > button.accept {
  color: #fff;
  background: #4070ff;
  border-color: #4070ff;
}

.cookie-consent > .wrapper > .actions > button:hover {
  filter: brightness(1.08);
}

@media (max-width: 640px) {
  .cookie-consent {
    padding: 10px 1rem max(4rem, env(safe-area-inset-bottom));
  }

  .cookie-consent > .wrapper {
    padding: 18px 16px;
    display: block;
  }

  .cookie-consent > .wrapper > .content > a {
    margin-top: 8px;
    margin-left: 0;
  }

  .cookie-consent > .wrapper > .actions {
    margin-top: 16px;
  }

  .cookie-consent > .wrapper > .actions > button {
    flex: 1 1 0;
    min-width: 0;
  }
}

.categories-page {
  min-height: 100dvh;
}

.categories-page > .wrapper {
  width: min(100% - 32px, 900px);
  margin: 0 auto;
  padding: 32px 0 64px;
}

.categories-page > .wrapper > .category-browser {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 8px;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 520px;
  margin-top: 0;
  display: grid;
  overflow: hidden;
}

.categories-page > .wrapper > .category-browser > nav {
  border-right: 1px solid var(--border);
  background: var(--background);
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.categories-page > .wrapper > .category-browser > nav > button {
  width: 100%;
  min-height: 43px;
  color: var(--font-muted);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  display: flex;
}

.categories-page > .wrapper > .category-browser > nav > button:hover, .categories-page > .wrapper > .category-browser > nav > button.is-active {
  background: var(--surface-hover);
  color: var(--font-color);
}

.categories-page > .wrapper > .category-browser > nav > button.is-active {
  font-weight: 600;
}

.categories-page > .wrapper > .category-browser > nav > button > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.categories-page > .wrapper > .category-browser > nav > button > small {
  color: var(--font-muted);
  font-size: 11px;
}

.categories-page > .wrapper > .category-browser > section {
  min-width: 0;
  padding: 24px;
}

.categories-page > .wrapper > .category-browser > section > h2 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
}

.categories-page > .wrapper > .category-browser .category-country-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  display: grid;
}

.categories-page > .wrapper > .category-browser .category-country-list > a {
  min-height: 58px;
  color: var(--font-color);
  border-radius: 6px;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  text-decoration: none;
  display: grid;
}

.categories-page > .wrapper > .category-browser .category-country-list > a:hover {
  background: var(--surface-hover);
}

.categories-page > .wrapper > .category-browser .category-country-list > a > img {
  object-fit: cover;
  border-radius: 4px;
  width: 34px;
  height: 24px;
}

.categories-page > .wrapper > .category-browser .category-country-list > a > span {
  min-width: 0;
}

.categories-page > .wrapper > .category-browser .category-country-list > a strong, .categories-page > .wrapper > .category-browser .category-country-list > a small {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.categories-page > .wrapper > .category-browser .category-country-list > a strong {
  font-size: 13px;
  font-weight: 600;
}

.categories-page > .wrapper > .category-browser .category-country-list > a small {
  color: var(--font-muted);
  margin-top: 3px;
  font-size: 11px;
}

.categories-page > .wrapper > .category-browser .category-country-list > a > svg {
  fill: none;
  width: 18px;
  height: 18px;
  stroke: var(--font-muted);
  stroke-width: 1.6px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.categories-page > .wrapper > .category-browser .empty-countries {
  color: var(--font-muted);
  text-align: center;
  margin: 30px 0;
  font-size: 13px;
}

@media (max-width: 640px) {
  .categories-page > .wrapper {
    width: 100%;
    height: calc(100dvh - var(--header-height));
    padding: 0;
  }

  .categories-page > .wrapper > .category-browser {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    grid-template-columns: 128px minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    margin-top: 0;
  }

  .categories-page > .wrapper > .category-browser > nav, .categories-page > .wrapper > .category-browser > section {
    overscroll-behavior: contain;
    min-height: 0;
    overflow-y: auto;
  }

  .categories-page > .wrapper > .category-browser > nav {
    padding: 8px;
  }

  .categories-page > .wrapper > .category-browser > nav > button {
    min-height: 42px;
    padding: 0 8px;
    font-size: 12px;
  }

  html:not([lang="ko"]) .categories-page > .wrapper > .category-browser {
    grid-template-columns: 142px minmax(0, 1fr);
  }

  html[lang="ru"] .categories-page > .wrapper > .category-browser > nav > button {
    padding: 0 6px;
    font-size: 11px;
  }

  .categories-page > .wrapper > .category-browser > section {
    padding: 16px 12px;
  }

  .categories-page > .wrapper > .category-browser > section > h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .categories-page > .wrapper > .category-browser > section > .selected-region-title {
    display: none;
  }

  .categories-page > .wrapper > .category-browser .category-country-list {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .categories-page > .wrapper > .category-browser .category-country-list > a {
    min-height: 54px;
    padding: 7px 6px;
  }
}

.payment-processing-page {
  min-height: 100dvh;
}

.payment-processing-page > .complete-header {
  z-index: 100;
  border-bottom: 1px solid var(--border);
  background: var(--glass);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 26px;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
}

.payment-processing-page > .complete-header > h1 {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.payment-processing-page > .wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  padding: 100px 1rem 40px;
  display: flex;
}

.payment-processing-page > .wrapper > .payment-spinner {
  border: 3px solid #5b82ff2e;
  border-top-color: #5b82ff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  animation: .8s linear infinite payment-spinner;
}

.payment-processing-page > .wrapper > h1 {
  letter-spacing: -.6px;
  margin: 0;
  font-size: 24px;
  font-weight: 650;
}

.payment-processing-page > .wrapper > p {
  color: var(--font-muted);
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

@keyframes payment-spinner {
  to {
    transform: rotate(360deg);
  }
}

.payment-complete-page {
  min-height: 100dvh;
  padding: 0 20px 60px;
}

.payment-complete-page > .complete-header {
  z-index: 100;
  border-bottom: 1px solid var(--border);
  background: var(--glass);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 26px;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
}

.payment-complete-page > .complete-header > h1 {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.payment-complete-page > .complete-header > button {
  width: 44px;
  height: 44px;
  color: var(--font-color);
  cursor: pointer;
  background: none;
  border: 0;
  place-items: center;
  padding: 0;
  display: grid;
}

.payment-complete-page > .complete-header > button > svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7px;
  width: 24px;
}

.payment-complete-page > .wrapper {
  text-align: center;
  width: min(100%, 520px);
  margin: 0 auto;
  padding-top: 140px;
}

.payment-complete-page > .wrapper > .complete-mark {
  color: #fff;
  background: #4070ff;
  border-radius: 50%;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  font-size: 25px;
  font-weight: 700;
  display: grid;
}

.payment-complete-page > .wrapper > h1 {
  letter-spacing: -.8px;
  margin: 0;
  font-size: 26px;
}

.payment-complete-page > .wrapper > p {
  color: var(--font-muted);
  opacity: .72;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.payment-complete-page > .wrapper > .qr-area {
  margin-top: 28px;
}

.payment-complete-page > .wrapper > .qr-area > img {
  border: 1px solid var(--border);
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  padding: 10px;
  display: block;
}

.payment-complete-page > .wrapper > .qr-area > a, .payment-complete-page > .wrapper > .complete-home {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.payment-complete-page > .wrapper > .qr-area > a {
  color: #fff;
  background: #4070ff;
  margin-top: 16px;
}

.payment-complete-page > .wrapper > .complete-order {
  border: 1px solid var(--border);
  background: var(--surface);
  text-align: left;
  border-radius: 8px;
  margin-top: 28px;
  padding: 20px;
}

.payment-complete-page > .wrapper > .complete-order > h2 {
  text-align: center;
  margin: 0 0 6px;
  font-size: 16px;
}

.payment-complete-page > .wrapper > .complete-order > dl {
  margin: 0;
}

.payment-complete-page > .wrapper > .complete-order > dl > div {
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  font-size: 14px;
  display: flex;
}

.payment-complete-page > .wrapper > .complete-order dt {
  color: var(--font-muted);
}

.payment-complete-page > .wrapper > .complete-order dd {
  text-align: right;
  margin: 0;
}

.payment-complete-page > .wrapper > .complete-order .complete-total {
  border-top: 1px solid var(--border);
  margin-top: 6px;
  padding-top: 16px;
  font-weight: 700;
}

.payment-complete-page > .wrapper > .complete-order .complete-total > dd {
  color: #5b82ff;
  font-size: 17px;
}

.payment-complete-page > .wrapper > .complete-home {
  color: #16171b;
  background: #fff;
  border: 1px solid #fff;
  margin-top: 10px;
}

[data-theme="light"] .payment-complete-page > .wrapper > .complete-home {
  color: #fff;
  background: #16171b;
  border-color: #16171b;
}

@media (max-width: 640px) {
  .payment-processing-page > .complete-header {
    height: 50px;
    padding: 0 1rem;
  }

  .payment-processing-page > .complete-header > h1 {
    font-size: 15px;
  }

  .payment-processing-page > .wrapper {
    padding-top: 70px;
  }

  .payment-complete-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .payment-complete-page > .complete-header {
    height: 50px;
    padding: 0 1rem;
  }

  .payment-complete-page > .complete-header > h1 {
    font-size: 15px;
  }

  .payment-complete-page > .wrapper {
    padding-top: 90px;
  }
}

.data-check-page {
  min-height: 100dvh;
}

.data-check-page > .cancel-progress-layer {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #08090c8f;
  place-items: center;
  padding: 1rem;
  display: grid;
  position: fixed;
  inset: 0;
}

.data-check-page > .cancel-progress-layer > .cancel-progress-dialog {
  border: 1px solid var(--border);
  background: var(--surface);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(100%, 240px);
  min-height: 145px;
  padding: 22px 20px;
  display: flex;
  box-shadow: 0 14px 38px #00000038;
}

.data-check-page .cancel-progress-spinner {
  border: 3px solid #5b82ff2e;
  border-top-color: #5b82ff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: .8s linear infinite payment-spinner;
}

.data-check-page .cancel-progress-dialog > p {
  color: var(--font-color);
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.data-check-page > .wrapper {
  width: min(100% - 32px, 600px);
  margin: 0 auto;
  padding: 72px 0 80px;
}

.data-check-page > .wrapper > header > h1 {
  letter-spacing: -1px;
  margin: 0 0 10px;
  font-size: 28px;
}

.data-check-page > .wrapper > header > p {
  color: var(--font-muted);
  margin: 0;
  font-size: 13px;
}

.data-check-page > .wrapper > .customer-type-tabs {
  border: 1px solid var(--border);
  border-radius: 9999px;
  gap: 4px;
  margin-top: 28px;
  padding: 4px;
  display: inline-flex;
}

.data-check-page > .wrapper > .customer-type-tabs > button {
  height: 34px;
  color: var(--font-muted);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 9999px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
}

.data-check-page > .wrapper > .customer-type-tabs > button.is-active {
  color: #fff;
  background: #4070ff;
}

.data-check-page > .wrapper > .customer-type-tabs > button, .payment-page > .wrapper > .recipient > .customer-type-tabs > button {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.data-check-page > .wrapper > .customer-type-tabs > button:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.data-check-page > .wrapper > form {
  grid-template-columns: 1fr 1.35fr auto;
  align-items: end;
  gap: 10px;
  margin-top: 20px;
  display: grid;
}

.data-check-page > .wrapper > form.international {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.data-check-page > .wrapper > form.international > .otp-confirm-row {
  grid-template-columns: minmax(0, 1fr) 96px;
  align-items: center;
  gap: 10px;
  display: grid;
}

.data-check-page > .wrapper > form.international > .phone-field > div {
  box-shadow: none;
  background: none;
  border: 0;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 12px;
  display: grid;
}

.data-check-page > .wrapper > form.international > .phone-field > div > .international-phone-control {
  border: 1px solid var(--border-strong);
  background: var(--surface);
  border-radius: 10px;
  grid-template-columns: minmax(180px, .85fr) minmax(160px, 1.15fr);
  gap: 0;
  height: 45px;
  display: grid;
  position: relative;
  overflow: visible;
}

.data-check-page > .wrapper > form.international > .phone-field > div > .international-phone-control:focus-within {
  border-color: #5b82ff;
  box-shadow: 0 0 0 3px #5b82ff1f;
}

.data-check-page > .wrapper > form.international > .otp-confirm-row > button {
  color: #aeb1ba;
  background: #292b32;
  border: 1px solid #353841;
  width: 100%;
  font-size: 14px;
}

.data-check-page > .wrapper > form.international > .otp-confirm-row > .otp-field {
  min-width: 0;
}

.data-check-page > .wrapper > form.international > .search-button {
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
}

.data-check-page > .wrapper > form.domestic > .search-button {
  font-size: 14px;
}

.data-check-page > .wrapper > form > label > span, .data-check-page > .wrapper > form > .phone-field > span, .data-check-page > .wrapper > form > .otp-field > span {
  color: var(--font-muted);
  margin-bottom: 8px;
  font-size: 12px;
  display: block;
}

.data-check-page > .wrapper > form input, .data-check-page > .wrapper > form select, .data-check-page > .wrapper > form button {
  height: 45px;
  font: inherit;
  border-radius: 10px;
}

.data-check-page > .wrapper > form > .phone-field > div {
  border: 1px solid var(--border-strong);
  background: #24252b;
  border-radius: 10px;
  grid-template-columns: 125px minmax(0, 1fr) 150px;
  display: grid;
  overflow: visible;
}

.data-check-page > .wrapper > form > .phone-field > div:focus-within {
  border-color: #5b82ff;
  box-shadow: 0 0 0 3px #5b82ff1f;
}

.data-check-page > .wrapper > form > .phone-field .country-code-search {
  border-right: 1px solid var(--border-strong);
  min-width: 0;
  position: relative;
}

.data-check-page > .wrapper > form > .phone-field .country-code-search > input, .data-check-page > .wrapper > form > .phone-field .domestic-country-code, .data-check-page > .wrapper > form > .phone-field .country-code-search + input {
  height: 43px;
  box-shadow: none;
  background: none;
  border: 0;
  border-radius: 0;
}

.data-check-page > .wrapper > form > .phone-field .domestic-country-code {
  border-right: 1px solid var(--border-strong);
  min-width: 0;
  color: var(--font-default);
  text-overflow: ellipsis;
  border-radius: 9px 0 0 9px;
  padding: 0 10px;
  font-size: 12px;
}

.data-check-page > .wrapper > form.international > .phone-field > div > .international-phone-control > input:last-child {
  height: 43px;
  box-shadow: none;
  background: none;
  border: 0;
  border-radius: 0 9px 9px 0;
}

.data-check-page > .wrapper > form > .phone-field .country-code-search > input {
  text-overflow: ellipsis;
  border-radius: 9px 0 0 9px;
  padding: 0 10px;
  font-size: 12px;
}

.data-check-page > .wrapper > form > .phone-field .country-code-search > input:focus, .data-check-page > .wrapper > form > .phone-field .country-code-search + input:focus {
  box-shadow: none;
  border-color: #0000;
}

.data-check-page > .wrapper > form > .phone-field .country-code-results {
  z-index: 30;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 8px;
  width: min(360px, 100vw - 32px);
  max-height: 260px;
  padding: 5px;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  overflow-y: auto;
  box-shadow: 0 14px 35px #00000047;
}

.data-check-page > .wrapper > form > .phone-field .country-code-results > button {
  width: 100%;
  height: 38px;
  color: var(--font-color);
  text-align: left;
  background: none;
  border: 0;
  border-radius: 4px;
  grid-template-columns: 54px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 8px;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 400;
  display: grid;
}

.data-check-page > .wrapper > form > .phone-field .country-code-results > button:hover {
  background: var(--surface-hover);
}

.data-check-page > .wrapper > form > .phone-field .country-code-results > button > b {
  font-weight: 600;
}

.data-check-page > .wrapper > form > .phone-field .country-code-results > button > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.data-check-page > .wrapper > form > .phone-field .country-code-results > button > small {
  color: var(--font-muted);
  text-align: right;
}

.data-check-page > .wrapper > form > .phone-field > div > button {
  border-radius: 0 10px 10px 0;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
}

.data-check-page > .wrapper > form.international > .phone-field > div > button {
  color: #aeb1ba;
  background: #292b32;
  border-radius: 10px;
}

.data-check-page > .wrapper > form.domestic > .phone-field > div {
  box-shadow: none;
  background: none;
  border: 0;
  display: block;
  overflow: visible;
}

.data-check-page > .wrapper > form.domestic > .phone-field input {
  border-radius: 10px;
}

.data-check-page > .wrapper > form input {
  width: 100%;
  color: var(--font-color);
  background: #24252b;
  border: 1px solid #353841;
  outline: none;
  padding: 0 14px;
  font-size: 13px;
}

.data-check-page > .wrapper > form input:focus {
  border-color: #5b82ff;
  box-shadow: 0 0 0 3px #5b82ff1f;
}

.data-check-page > .wrapper > form input:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.data-check-page > .wrapper > form button {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #4070ff;
  border: 0;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
}

.data-check-page > .wrapper > form button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.data-check-page > .wrapper > form button.is-ready:not(:disabled), .payment-page > .wrapper > .recipient > form .phone button.is-ready:not(:disabled) {
  color: #fff;
  background: #4070ff;
  border-color: #4070ff;
}

.data-check-page > .wrapper > .message {
  color: var(--font-muted);
  text-align: center;
  margin: 18px 0 0;
  font-size: 13px;
}

.data-check-page > .wrapper > .usage-filters {
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  display: flex;
}

.data-check-page > .wrapper > .usage-filters > button {
  border: 1px solid var(--border-strong);
  min-width: 58px;
  height: 32px;
  color: var(--font-muted);
  font: inherit;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border-radius: 9999px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  transition: border-color .14s, background-color .14s, color .14s;
}

.data-check-page > .wrapper > .usage-filters > button:hover {
  border-color: var(--font-muted);
  color: var(--font-color);
}

.data-check-page > .wrapper > .usage-filters > button.is-active {
  color: #fff;
  background: #4070ff;
  border-color: #4070ff;
}

.data-check-page > .wrapper > .usage-list {
  gap: 12px;
  margin-top: 12px;
  display: grid;
}

.data-check-page > .wrapper > .usage-list > .empty-filter-result {
  color: var(--font-muted);
  text-align: center;
  margin: 0;
  padding: 44px 0;
  font-size: 13px;
}

.data-check-page > .wrapper > .usage-list > article {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

.data-check-page > .wrapper > .usage-list > article > .usage-head {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.data-check-page > .wrapper > .usage-list > article > .usage-head span {
  color: var(--font-muted);
  font-size: 11px;
}

.data-check-page > .wrapper > .usage-list > article > .usage-head h2 {
  margin: 4px 0 0;
  font-size: 15px;
}

.data-check-page > .wrapper > .usage-list > article > .usage-head > strong {
  color: #5b82ff;
  font-size: 16px;
}

.data-check-page > .wrapper > .usage-list > article > .usage-progress {
  border: 1px solid var(--border-strong);
  background: none;
  border-radius: 10px;
  height: 8px;
  margin-top: 18px;
  overflow: hidden;
}

.data-check-page > .wrapper > .usage-list > article > .usage-progress > span {
  background: #5b82ff;
  height: 100%;
  display: block;
}

.data-check-page > .wrapper > .usage-list > article > dl {
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin: 18px 0 0;
  display: grid;
}

.data-check-page > .wrapper > .usage-list > article > dl > div {
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  display: flex;
}

.data-check-page > .wrapper > .usage-list > article > dl dt {
  color: var(--font-muted);
}

.data-check-page > .wrapper > .usage-list > article > dl dd {
  margin: 0;
}

.data-check-page > .wrapper > .usage-list > article > footer {
  border-top: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding-top: 12px;
  display: flex;
}

.data-check-page > .wrapper > .usage-list > article > footer > p {
  color: var(--font-muted);
  margin: 0;
  font-size: 11px;
}

.data-check-page > .wrapper > .usage-list > article > footer > button {
  height: 30px;
  color: var(--font-color);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 1px solid #474a54;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.data-check-page > .wrapper > .usage-list > article > footer > button:hover {
  color: #ff9696;
  border-color: #ef7777;
}

.data-check-page > .wrapper > .usage-list > article > footer > button:disabled {
  cursor: wait;
  opacity: .55;
}

.data-check-page > .wrapper > .usage-list > article > footer > span {
  color: #75d69a;
  margin-left: auto;
  font-size: 12px;
}

@media (max-width: 640px) {
  .data-check-page > .wrapper {
    padding-top: 48px;
  }

  .data-check-page > .wrapper > form {
    grid-template-columns: 1fr;
  }

  .data-check-page > .wrapper > form > .phone-field > div {
    grid-template-columns: 100px minmax(0, 1fr) 120px;
  }

  .data-check-page > .wrapper > form.international > .phone-field > div {
    grid-template-columns: 1fr;
  }

  .data-check-page > .wrapper > form.international > .phone-field > div > .international-phone-control {
    grid-template-columns: minmax(128px, .9fr) minmax(0, 1.1fr);
  }

  .data-check-page > .wrapper > form > .phone-field > div > button {
    padding: 0 8px;
    font-size: 14px;
  }

  .data-check-page > .wrapper > .customer-type-tabs {
    display: flex;
  }

  .data-check-page > .wrapper > .customer-type-tabs > button {
    flex: 1;
  }

  .data-check-page > .wrapper > form > button {
    margin-top: 0;
  }

  .data-check-page > .wrapper > .usage-filters {
    scrollbar-width: none;
    gap: 6px;
    padding-bottom: 2px;
    overflow-x: auto;
  }

  .data-check-page > .wrapper > .usage-filters::-webkit-scrollbar {
    display: none;
  }

  .data-check-page > .wrapper > .usage-filters > button {
    flex: none;
    min-width: auto;
    height: 30px;
    padding: 0 12px;
  }
}

.payment-page {
  background: var(--background);
  min-height: 100dvh;
  color: var(--font-color);
}

.payment-page > header {
  z-index: 10001;
  border-bottom: 1px solid var(--border);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #16171bf0;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 0 32px;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
}

.payment-page > header > .payment-logo {
  grid-area: 1 / 1;
  width: 100px;
}

.payment-page > header > .payment-logo > img {
  width: 100%;
  height: auto;
  display: block;
}

.payment-page > header > .payment-logo > .light-logo, [data-theme="light"] .payment-page > header > .payment-logo > .dark-logo {
  display: none;
}

[data-theme="light"] .payment-page > header > .payment-logo > .light-logo {
  filter: brightness(0);
  display: block;
}

.payment-page > header > h1 {
  grid-column: 2;
  margin: 0;
  font-size: 20px;
}

.payment-page > header > button {
  width: 50px;
  height: 45px;
  color: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 10px;
  grid-column: 3;
  justify-self: end;
  padding: 9px;
}

.payment-page > header > button:hover {
  background: #262830;
}

.payment-page > header > button > svg, .payment-page > .wrapper > .order > .device > svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-page > .wrapper {
  width: min(100% - 32px, 600px);
  margin: 0 auto;
  padding: 128px 0 80px;
}

.payment-page > .wrapper > section {
  border-bottom: 10px solid #1d1e23;
  padding: 0 26px 42px;
}

.payment-page > .wrapper > section + section {
  padding-top: 42px;
}

.payment-page > .wrapper > section > h2 {
  border-bottom: 1px solid #4a4d56;
  justify-content: space-between;
  margin: 0;
  padding-bottom: 20px;
  font-size: 19px;
  display: flex;
}

.payment-page > .wrapper > .order > .product {
  flex-direction: column;
  gap: 8px;
  padding: 30px 0 28px;
  display: flex;
}

.payment-page > .wrapper > .order > .product > strong {
  font-size: 18px;
  font-weight: 600;
}

.payment-page > .wrapper > .order > .product > span, .payment-page > .wrapper > .recipient > ul {
  color: var(--font-muted);
}

.payment-page > .wrapper > .order > .product > span, .payment-page > .wrapper > .order > .product > p {
  font-size: 14px;
}

.payment-page > .wrapper > .order > .product > p {
  margin: 4px 0 0;
}

.payment-page > .wrapper > .order > .product > p > b {
  font-weight: 600;
}

.payment-page > .wrapper > .order > .device {
  width: 100%;
  height: 50px;
  color: inherit;
  font: inherit;
  cursor: pointer;
  background: #202127;
  border: 1px solid #353841;
  border-radius: 10px;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  display: flex;
}

.payment-page > .wrapper > .order > .device:hover {
  border-color: #4d7aff;
}

.payment-page > .wrapper > .order > .device > span {
  background: #4070ff;
  border-radius: 4px;
  place-items: center;
  width: 30px;
  height: 30px;
  font-weight: 800;
  display: grid;
}

.payment-page > .wrapper > .order > .device > .device-icon > svg {
  fill: none;
  stroke: #fff;
  stroke-width: 1.7px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 19px;
  height: 19px;
}

.payment-page > .wrapper > .order > .device > svg {
  width: 22px;
  margin-left: auto;
}

.device-modal-layer {
  z-index: 20000;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #050608b3;
  place-items: center;
  padding: 24px;
  display: grid;
  position: fixed;
  inset: 0;
}

.device-modal-layer > section {
  border: 1px solid var(--border-strong);
  background: var(--surface);
  border-radius: 8px;
  flex-direction: column;
  width: min(100%, 680px);
  max-height: min(760px, 100dvh - 48px);
  display: flex;
  overflow: hidden;
  box-shadow: 0 24px 70px #0006;
}

.device-modal-layer > section > header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 24px 18px;
  display: flex;
}

.device-modal-layer > section > header h2, .device-modal-layer > section > header p {
  margin: 0;
}

.device-modal-layer > section > header h2 {
  font-size: 20px;
  font-weight: 600;
}

.device-modal-layer > section > header p {
  color: var(--font-muted);
  margin-top: 7px;
  font-size: 13px;
}

.device-modal-layer > section > header > button {
  width: 36px;
  height: 36px;
  color: var(--font-color);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 4px;
  flex: 0 0 36px;
  place-items: center;
  padding: 0;
  display: grid;
}

.device-modal-layer > section > header > button:hover {
  background: var(--surface-hover);
}

.device-modal-layer > section > header > button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7px;
  stroke-linecap: round;
  width: 20px;
}

.device-modal-layer > section > .search {
  margin: 0 24px 18px;
  position: relative;
}

.device-modal-layer > section > .search > svg {
  fill: none;
  width: 18px;
  stroke: var(--font-muted);
  stroke-width: 1.7px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.device-modal-layer > section > .search > input {
  border: 1px solid var(--border-strong);
  background: var(--background);
  width: 100%;
  height: 45px;
  color: var(--font-color);
  font: inherit;
  border-radius: 4px;
  outline: none;
  padding: 0 14px 0 42px;
  font-size: 14px;
}

.device-modal-layer > section > .search > input:focus {
  border-color: #4070ff;
}

.device-modal-layer > section > .content {
  overscroll-behavior: contain;
  padding: 0 24px 26px;
  overflow-y: auto;
}

.device-modal-layer > section > .content > article {
  border-top: 1px solid var(--border);
  padding: 20px 0;
}

.device-modal-layer > section > .content > article > h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}

.device-modal-layer > section > .content > article > p {
  color: var(--font-muted);
  gap: 10px;
  margin: 0 0 12px;
  font-size: 12px;
  display: flex;
}

.device-modal-layer > section > .content > article > p > b {
  color: #6f91ff;
  font-weight: 600;
}

.device-modal-layer > section > .content > article > ul {
  color: var(--font-muted);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 16px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.45;
  list-style: none;
  display: grid;
}

.device-modal-layer > section > .content > article > ul > li {
  padding-left: 11px;
  position: relative;
}

.device-modal-layer > section > .content > article > ul > li:before {
  content: "";
  background: currentColor;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: .65em;
  left: 1px;
}

.device-modal-layer > section > .content > .empty {
  color: var(--font-muted);
  text-align: center;
  padding: 50px 0;
}

.device-modal-layer > section > .content > aside {
  border: 1px solid var(--border);
  background: var(--surface-soft);
  border-radius: 4px;
  padding: 16px;
}

.device-modal-layer > section > .content > aside > strong {
  font-size: 13px;
}

.device-modal-layer > section > .content > aside > p, .device-modal-layer > section > .content > aside > small {
  color: var(--font-muted);
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 1.55;
  display: block;
}

.payment-page > .wrapper > .recipient > ul {
  margin: 26px 0 32px;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  list-style: none;
}

.payment-page > .wrapper > .recipient > ul > li {
  padding-left: 16px;
  position: relative;
}

.payment-page > .wrapper > .recipient > ul > li:before {
  content: "";
  background: currentColor;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}

.payment-page > .wrapper > .recipient > .customer-type-tabs {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 9999px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin: 24px 0 30px;
  padding: 4px;
  display: grid;
}

.payment-page > .wrapper > .recipient > .customer-type-tabs > button {
  height: 34px;
  color: var(--font-muted);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
}

.payment-page > .wrapper > .recipient > .customer-type-tabs > button.is-active {
  color: #fff;
  background: #4070ff;
}

.payment-page > .wrapper > .recipient > .customer-type-tabs > button:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.payment-page > .wrapper > .recipient > .customer-type-tabs > button.is-active:disabled {
  opacity: .82;
}

.payment-page > .wrapper > .recipient > form {
  gap: 34px;
  display: grid;
}

.payment-page > .wrapper > .recipient > form label {
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

.payment-page > .wrapper > .recipient > form label > em {
  color: #5b82ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.payment-page > .wrapper > .recipient > form .identity > div {
  grid-template-columns: minmax(160px, .75fr) minmax(320px, 1.25fr);
  gap: 10px;
  display: grid;
}

.payment-page > .wrapper > .recipient > form .identity > div > label {
  min-width: 0;
  margin: 0;
  display: block;
}

.payment-page > .wrapper > .recipient > form .identity > div > label > span {
  color: #858994;
  letter-spacing: -.1px;
  background: none;
  margin: 0 0 8px;
  padding: 0 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.payment-page > .wrapper > .recipient > form .identity > div > label > input {
  height: 45px;
  box-shadow: none;
  background: #1d1e23;
  border: 1px solid #353841;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
}

.payment-page > .wrapper > .recipient > form .identity > div > label > input:focus {
  border-color: #5b82ff;
  box-shadow: 0 0 0 3px #5b82ff1f;
}

.payment-page > .wrapper > .recipient > form .identity > div > label > div {
  background: #1d1e23;
  border: 1px solid #353841;
  border-radius: 8px;
  grid-template-columns: minmax(0, 1fr) auto 30px 70px;
  align-items: center;
  gap: 4px;
  height: 45px;
  padding: 0 14px;
  display: grid;
}

.payment-page > .wrapper > .recipient > form .identity > div > label > div:focus-within {
  border-color: #5b82ff;
  box-shadow: 0 0 0 3px #5b82ff1f;
}

.payment-page > .wrapper > .recipient > form .identity .birth-digits {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  display: grid;
}

.payment-page > .wrapper > .recipient > form .identity .birth-digits > input {
  text-align: center;
  background: none;
  border: 0;
  border-bottom: 1px solid #4a4d56;
  border-radius: 0;
  width: 100%;
  min-width: 0;
  height: 28px;
  padding: 0;
  font-weight: 500;
  line-height: 28px;
}

.payment-page > .wrapper > .recipient > form .identity .birth-digits > input:focus {
  box-shadow: none;
  border-bottom: 2px solid #5b82ff;
}

.payment-page > .wrapper > .recipient > form .identity > div > label > div > input {
  height: 28px;
  box-shadow: none;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.payment-page > .wrapper > .recipient > form .identity > div > label > div > input:focus {
  box-shadow: none;
  border: 0;
  border-bottom: 2px solid #5b82ff;
}

.payment-page > .wrapper > .recipient > form .identity .gender-digit {
  text-align: center;
  caret-color: #7798ff;
  background: none;
  border: 0;
  width: 30px;
}

.payment-page > .wrapper > .recipient > form .identity .gender-digit:focus {
  box-shadow: none;
  border: 0;
  border-bottom: 2px solid #5b82ff;
}

.payment-page > .wrapper > .recipient > form .identity .gender-digit::placeholder {
  color: #666b77;
}

.payment-page > .wrapper > .recipient > form .identity .resident-mask {
  letter-spacing: 3px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  display: block;
  overflow: hidden;
}

.payment-page > .wrapper > .recipient > form .identity > div > label > div > span {
  color: var(--font-muted);
  letter-spacing: 1px;
  white-space: nowrap;
  font-size: 14px;
}

.payment-page > .wrapper > .recipient > form .identity > p {
  color: #7f8490;
  align-items: center;
  gap: 7px;
  margin: 10px 2px 0;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
}

.payment-page > .wrapper > .recipient > form .identity > p > svg {
  fill: none;
  stroke: #5b82ff;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.payment-page > .wrapper > .recipient > form .phone > div {
  gap: 10px;
  display: grid;
}

.payment-page > .wrapper > .recipient > form .phone > div > div:first-child {
  grid-template-columns: 154px 1fr 96px;
  gap: 10px;
  display: grid;
}

.payment-page > .wrapper > .recipient > form .phone > div > div:last-child {
  grid-template-columns: 1fr 96px;
  gap: 10px;
  display: grid;
}

.payment-page > .wrapper > .recipient > form .identity.international-identity > div {
  grid-template-columns: 1fr;
}

.payment-page > .wrapper > .recipient > form .phone.international-phone > div > div:first-child, .payment-page > .wrapper > .recipient > form .phone.international-phone > div > div:last-child {
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 12px;
}

.payment-page > .wrapper > .recipient > form .phone.international-phone > div > div:first-child {
  grid-template-columns: minmax(0, 1fr) 120px;
}

.payment-page > .wrapper > .recipient > form .phone.international-phone > div > div:last-child {
  grid-template-columns: 1fr 96px;
}

.payment-page > .wrapper > .recipient > form .phone > .international-notice {
  color: var(--font-muted);
  line-height: 1.5;
}

.payment-page > .wrapper > .recipient > form .international-phone-control {
  border: 1px solid var(--border-strong);
  background: var(--surface);
  border-radius: 10px;
  grid-template-columns: minmax(180px, .85fr) minmax(160px, 1.15fr);
  height: 45px;
  display: grid;
  position: relative;
}

.payment-page > .wrapper > .recipient > form .international-phone-control:focus-within {
  border-color: #5b82ff;
  box-shadow: 0 0 0 3px #5b82ff1f;
}

.payment-page > .wrapper > .recipient > form .international-phone-control > .country-code-search {
  border-right: 1px solid var(--border-strong);
  border-radius: 9px 0 0 9px;
  min-width: 0;
  position: relative;
}

.payment-page > .wrapper > .recipient > form .international-phone-control input {
  height: 43px;
  box-shadow: none;
  background: none;
  border: 0;
  border-radius: 0;
}

.payment-page > .wrapper > .recipient > form .international-phone-control input:focus {
  box-shadow: none;
  border: 0;
}

.payment-page > .wrapper > .recipient > form .international-phone-control > .country-code-search > input {
  text-overflow: ellipsis;
  border-radius: 9px 0 0 9px;
  padding-right: 10px;
  font-size: 12px;
}

.payment-page > .wrapper > .recipient > form .international-phone-control > input:last-child {
  border-radius: 0 9px 9px 0;
}

.payment-page > .wrapper > .recipient > form .phone.international-phone button {
  border-radius: 10px;
}

.payment-page > .wrapper > .recipient > form .international-phone-control .country-code-results {
  z-index: 20;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 8px;
  width: min(360px, 100vw - 32px);
  max-height: 260px;
  padding: 5px;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  overflow-y: auto;
  box-shadow: 0 14px 35px #00000047;
}

.payment-page > .wrapper > .recipient > form .international-phone-control .country-code-results > button {
  width: 100%;
  height: 38px;
  color: var(--font-color);
  text-align: left;
  background: none;
  border: 0;
  border-radius: 4px;
  grid-template-columns: 54px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 8px;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 400;
  display: grid;
}

.payment-page > .wrapper > .recipient > form .international-phone-control .country-code-results > button:hover {
  background: var(--surface-hover);
}

.payment-page > .wrapper > .recipient > form .international-phone-control .country-code-results > button > b {
  font-weight: 600;
}

.payment-page > .wrapper > .recipient > form .international-phone-control .country-code-results > button > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.payment-page > .wrapper > .recipient > form .international-phone-control .country-code-results > button > small {
  color: var(--font-muted);
  text-align: right;
}

.payment-page > .wrapper > .recipient > form .email > div {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  display: grid;
}

.payment-page > .wrapper > .recipient > form input, .payment-page > .wrapper > .recipient > form select, .payment-page > .wrapper > .recipient > form button {
  height: 45px;
  color: inherit;
  font: inherit;
  background: #1d1e23;
  border: 1px solid #353841;
  border-radius: 10px;
}

.payment-page > .wrapper > .recipient > form input, .payment-page > .wrapper > .recipient > form select {
  outline: none;
  width: 100%;
  padding: 0 16px;
}

.payment-page > .wrapper > .recipient > form input:focus, .payment-page > .wrapper > .recipient > form select:focus {
  border-color: #5b82ff;
  box-shadow: 0 0 0 3px #5b82ff1f;
}

.payment-page > .wrapper > .recipient > form input::placeholder {
  color: #696c76;
}

.payment-page > .wrapper > .recipient > form button {
  color: #aeb1ba;
  cursor: pointer;
  background: #292b32;
  font-weight: 700;
}

.payment-page > .wrapper > .recipient > form .phone button {
  letter-spacing: -.1px;
  white-space: nowrap;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 500;
}

.payment-page > .wrapper > .recipient > form button:disabled, .payment-page > .wrapper > .recipient > form input:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.payment-page > .wrapper > .recipient > form .phone > p {
  color: #7798ff;
  margin: 10px 0 0;
  font-size: 14px;
}

.payment-page > .wrapper > .recipient > form .phone > dl {
  background: #3158411f;
  border: 1px solid #315841;
  border-radius: 4px;
  margin: 14px 0 0;
  padding: 14px 16px;
}

.payment-page > .wrapper > .recipient > form .phone > dl > div {
  justify-content: space-between;
  gap: 20px;
  line-height: 1.7;
  display: flex;
}

.payment-page > .wrapper > .recipient > form .phone > dl dt {
  color: var(--font-muted);
}

.payment-page > .wrapper > .recipient > form .phone > dl dd {
  margin: 0;
}

.payment-page > .wrapper > .summary > h2 > strong, .payment-page > .wrapper > .summary > dl > div:last-child > dd {
  color: #5b82ff;
}

.payment-page > .wrapper > .summary > dl {
  margin: 0;
}

.payment-page > .wrapper > .summary > dl > div {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  padding: 20px 0;
  display: flex;
}

.payment-page > .wrapper > .summary > dl > div > dt {
  color: var(--font-muted);
}

.payment-page > .wrapper > .summary > dl > div:not(:last-child) > dt {
  font-size: 14px;
}

.payment-page > .wrapper > .summary > dl > div:not(:last-child) > dd {
  font-size: 16px;
}

.payment-page > .wrapper > .summary > dl > div:last-child {
  font-size: 19px;
  font-weight: 700;
}

.payment-page > .wrapper > .summary > dl > div:last-child > dt {
  color: var(--font-color);
}

.payment-page > .wrapper > .summary > button {
  color: #fff;
  width: 100%;
  height: 45px;
  font: inherit;
  cursor: pointer;
  background: #4070ff;
  border: 0;
  border-radius: 10px;
  margin-top: 28px;
  font-size: 15px;
  font-weight: 700;
}

.payment-page > .wrapper > .summary > button:hover {
  background: #527dff;
}

.payment-page > .wrapper > .summary > button:disabled {
  color: #777b86;
  cursor: not-allowed;
  background: #292b32;
}

.payment-page > .wrapper > .summary > .transaction-message {
  color: #9eb4ff;
  text-align: center;
  margin: 12px 0 0;
  font-size: 13px;
}

.payment-page > .wrapper > .summary > .issued-qr-link {
  color: #9eb4ff;
  text-align: center;
  text-underline-offset: 3px;
  margin-top: 10px;
  font-size: 13px;
  text-decoration: underline;
  display: block;
}

.payment-page.empty {
  text-align: center;
  place-items: center;
  display: grid;
}

.payment-page.empty > .wrapper {
  padding: 0;
}

.payment-page.empty > .wrapper > a {
  color: #7798ff;
}

@media (max-width: 640px) {
  .payment-page > header {
    height: 60px;
    padding: 0 16px;
  }

  .payment-page > header > .payment-logo {
    display: none;
  }

  .payment-page > header > h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }

  .payment-page > .wrapper {
    width: 100%;
    padding-top: 92px;
  }

  .payment-page > .wrapper > section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .payment-page > .wrapper > .recipient > form .identity > div {
    grid-template-columns: 1fr;
  }

  .payment-page > .wrapper > .recipient > form .phone > div > div:first-child {
    grid-template-columns: 128px 1fr;
  }

  .payment-page > .wrapper > .recipient > form .phone > div > div:first-child > button {
    grid-column: 1 / -1;
  }

  .payment-page > .wrapper > .recipient > form .phone.international-phone > div > div:first-child {
    grid-template-columns: 1fr;
  }

  .payment-page > .wrapper > .recipient > form .phone.international-phone > div > div:first-child > button {
    grid-column: 1 / -1;
  }

  .payment-page > .wrapper > .recipient > form .international-phone-control {
    grid-template-columns: minmax(128px, .9fr) minmax(0, 1.1fr);
  }
}

.homepage-container {
  max-width: var(--max-width);
  height: 100dvh;
  margin: 0 auto;
  position: relative;
}

.homepage-container > .wrapper {
  padding-top: 1rem;
}

.homepage-container > .wrapper > h1.title {
  text-align: left;
  white-space: pre-wrap;
  letter-spacing: -2px;
  padding: 0 1rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.homepage-container > .wrapper > h1.typing-title > .typing-placeholder {
  visibility: hidden;
}

.homepage-container > .wrapper > h1.typing-title > .typing-text {
  white-space: inherit;
  position: absolute;
  inset: 0 1rem;
}

.homepage-container > .wrapper > h1.typing-title > .typing-text:after {
  content: "";
  vertical-align: -.04em;
  background: currentColor;
  width: 2px;
  height: .9em;
  margin-left: 4px;
  animation: .7s step-end infinite typing-cursor;
  display: inline-block;
}

.homepage-container > .wrapper > h1.typing-title.is-complete > .typing-text:after {
  display: none;
}

@keyframes typing-cursor {
  50% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-container > .wrapper > h1.typing-title > .typing-text:after {
    animation: none;
  }
}

.flag-country-wrapper {
  width: 100%;
  margin-top: 1rem;
  overflow: visible;
}

.flag-country-wrapper > .country-search {
  z-index: 10;
  width: min(100% - 32px, 440px);
  margin: 0 auto 18px;
  position: relative;
}

.flag-country-wrapper > .country-search > div:first-child {
  position: relative;
}

.flag-country-wrapper > .country-search > div:first-child > svg {
  fill: none;
  width: 18px;
  height: 18px;
  stroke: var(--font-muted);
  stroke-width: 1.8px;
  stroke-linecap: round;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.flag-country-wrapper > .country-search > div:first-child > input {
  border: 1px solid var(--border-strong);
  background: var(--surface);
  width: 100%;
  height: 45px;
  color: var(--font-color);
  font: inherit;
  border-radius: 4px;
  outline: none;
  padding: 0 42px;
  font-size: 13px;
}

.flag-country-wrapper > .country-search > div:first-child > input:focus {
  border-color: #5b82ff;
  box-shadow: 0 0 0 3px #5b82ff1f;
}

.flag-country-wrapper > .country-search > .country-search-results {
  z-index: 2;
  border: 1px solid var(--border);
  background: var(--surface);
  overscroll-behavior: contain;
  border-radius: 4px;
  max-height: 310px;
  padding: 6px;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 16px 38px #00000047;
}

.flag-country-wrapper > .country-search > .country-search-results > button {
  width: 100%;
  min-height: 42px;
  color: var(--font-color);
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 4px;
  grid-template-columns: 28px minmax(70px, auto) 1fr;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  font-size: 12px;
  display: grid;
}

.flag-country-wrapper > .country-search > .country-search-results > button:hover {
  background: var(--surface-hover);
}

.flag-country-wrapper > .country-search > .country-search-results > button > img {
  object-fit: cover;
  width: 28px;
  height: 20px;
}

.flag-country-wrapper > .country-search > .country-search-results > button > small {
  color: var(--font-muted);
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  overflow: hidden;
}

.flag-country-wrapper > .country-search > .country-search-results > p {
  color: var(--font-muted);
  text-align: center;
  margin: 0;
  padding: 22px 10px;
  font-size: 12px;
}

.flag-country-wrapper > .region-selector {
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 22px;
  display: flex;
}

@media (max-width: 640px) {
  .flag-country-wrapper > .region-selector {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.flag-country-wrapper > .region-selector > button {
  border: 1px solid var(--border);
  height: 34px;
  color: var(--font-muted);
  font: inherit;
  cursor: pointer;
  background: none;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 12px;
  font-weight: 500;
  transition: background-color .15s, border-color .15s, color .15s;
}

.flag-country-wrapper > .region-selector > button:hover {
  border-color: var(--font-muted);
  color: var(--font-color);
}

.flag-country-wrapper > .region-selector > button.is-active {
  color: #fff;
  background: #4070ff;
  border-color: #4070ff;
}

[data-theme="light"] .flag-country-wrapper > .region-selector > button.is-active {
  color: #fff;
}

.flag-country-wrapper > .empty-region {
  color: var(--font-muted);
  text-align: center;
  margin: 32px 0 0;
  font-size: 13px;
}

.flag-country-wrapper > .country-swiper-shell {
  position: relative;
  overflow: hidden;
}

.flag-country-wrapper > .country-swiper-shell > .swiper > .swiper-wrapper {
  padding: 8px 1rem 0;
}

.flag-country-wrapper > .country-swiper-shell > .swiper.swiper-lock > .swiper-wrapper {
  justify-content: center;
}

.flag-country-wrapper > .country-swiper-shell > .more-countries-hint {
  z-index: 3;
  background: linear-gradient(90deg, transparent, var(--background) 68%);
  width: 56px;
  color: var(--font-muted);
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  padding-right: 8px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.flag-country-wrapper > .country-swiper-shell > .more-countries-hint > svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
  height: 18px;
  animation: 1.2s ease-in-out infinite country-more-hint;
}

@keyframes country-more-hint {
  0%, 100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(3px);
  }
}

.flag-country-wrapper > .country-swiper-shell > .swiper > .swiper-wrapper > .swiper-slide {
  z-index: 1;
  position: relative;
  width: fit-content !important;
}

.swiper-pagination {
  display: none;
}

.flag-country-wrapper > .country-swiper-shell > .swiper > .swiper-wrapper > .swiper-slide > .country {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
  display: flex;
  position: relative;
}

.flag-country-wrapper > .country-swiper-shell > .swiper > .swiper-wrapper > .swiper-slide > .country > .best-rank {
  z-index: 10;
  border: 2px solid var(--background);
  color: #fff;
  background: #4070ff;
  border-radius: 50%;
  place-items: center;
  width: 22px;
  height: 22px;
  font-size: 11px;
  font-weight: 700;
  display: grid;
  position: absolute;
  top: -5px;
  left: calc(50% + 18px);
}

.flag-country-wrapper > .country-swiper-shell > .swiper > .swiper-wrapper > .swiper-slide > .country > .image-wrapper {
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  padding: 0;
  position: relative;
}

.flag-country-wrapper > .country-swiper-shell > .swiper > .swiper-wrapper > .swiper-slide > .country > .image-wrapper > img {
  object-fit: cover;
  border-radius: 9999px;
}

.flag-country-wrapper > .country-swiper-shell > .swiper > .swiper-wrapper > .swiper-slide > .country > .text {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 72px;
  font-size: 13px;
  overflow: hidden;
}

.esim-list-wrapper {
  height: 100dvh;
  overflow: hidden;
}

.esim-list-wrapper > .wrapper {
  flex-direction: column;
  height: 100%;
  min-height: 0;
  display: flex;
}

.esim-list-wrapper > .wrapper > .header {
  padding-top: 18px;
}

.esim-list-wrapper > .wrapper > .header > h1.title {
  letter-spacing: -2px;
  font-size: 38px;
  font-weight: 600;
}

.esim-list-wrapper > .wrapper > .header > p.description {
  color: var(--font-muted);
  font-size: 14px;
  line-height: 0;
}

.esim-list-wrapper > .wrapper > .section {
  flex: 1;
  min-height: 0;
  margin-top: 5rem;
  padding-bottom: 24px;
  overflow: hidden;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper {
  flex-direction: column;
  height: 100%;
  min-height: 0;
  display: flex;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters {
  flex-direction: column;
  gap: 9px;
  padding-bottom: 16px;
  display: flex;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .plan-type-tabs {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 9999px;
  align-self: flex-start;
  gap: 4px;
  margin-bottom: 18px;
  padding: 4px;
  display: flex;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .plan-type-tabs > button {
  height: 32px;
  color: var(--font-muted);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 9999px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .plan-type-tabs > button:hover {
  color: var(--font-color);
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .plan-type-tabs > button.is-active {
  color: #fff;
  background: #4070ff;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper.is-empty > .plan-type-tabs, .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper.is-empty > .esim-plan-filters, .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper.is-empty > .table-head {
  display: none;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group {
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  display: grid;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > strong {
  color: var(--font-muted);
  padding-top: 4px;
  font-size: 12px;
  font-weight: 500;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > .filter-scroll-shell > .filter-options {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > .filter-scroll-shell > .filter-options > button {
  color: #b9bbc2c7;
  min-height: 24px;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 1px solid #b9bbc261;
  border-radius: 0;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: 500;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > .filter-scroll-shell > .filter-options > button:hover {
  color: var(--font-color);
  border-color: #9296a1;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > .filter-scroll-shell > .filter-options > button.is-active {
  color: #93aafa;
  background: #5b82ff1a;
  border-color: #7798ffb8;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list {
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .empty-filter-result {
  color: var(--font-muted);
  text-align: center;
  margin: 0;
  padding: 48px 16px;
  font-size: 13px;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .table-head {
  border-bottom: 1px solid var(--border);
  min-height: 48px;
  color: var(--font-muted);
  grid-template-columns: minmax(280px, 1.8fr) 50px 120px 150px 150px;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  display: grid;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail {
  border: 0;
  border-bottom: 1px solid var(--border);
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
  appearance: none;
  background: none;
  grid-template-columns: minmax(280px, 1.8fr) 50px 120px 150px 150px;
  align-items: center;
  padding: 1rem 0;
  font-size: 14px;
  transition: background-color .16s, transform .16s;
  display: grid;
  position: relative;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .table-head > :not(:first-child), .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > :not(:first-child) {
  text-align: end;
  justify-self: end;
  width: 100%;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail:nth-child(odd) {
  background-color: #ffffff06;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail:hover {
  z-index: 5;
  background-color: #ffffff13;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .network > .network-badges {
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .network {
  position: relative;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .network > .carrier-tooltip {
  z-index: 20;
  min-width: 150px;
  color: var(--font-color);
  text-align: left;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  background: #24262d;
  border: 1px solid #3a3d46;
  border-radius: 4px;
  flex-direction: column;
  gap: 7px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.3;
  transition: opacity .14s, transform .14s;
  display: flex;
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  transform: translateY(4px);
  box-shadow: 0 10px 28px #00000059;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail:nth-child(-n+2) > .network > .carrier-tooltip {
  top: calc(100% + 8px);
  bottom: auto;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .network:hover > .carrier-tooltip, .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail:focus-visible > .network > .carrier-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .price > strong {
  color: #c7c8ce;
  font-size: 13px;
  font-weight: 500;
}

.network-badges {
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  display: flex;
}

.network-badges > span {
  min-height: 22px;
  color: var(--font-color);
  white-space: nowrap;
  background: none;
  border: 1px solid #898c94;
  border-radius: 0;
  align-items: center;
  padding: 1px 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data > .description {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
  display: flex;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data > .description > .plan-tags {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data > .description > .plan-tags > span {
  color: #b9bbc2;
  white-space: nowrap;
  border: 1px solid #666a74;
  border-radius: 0;
  align-items: center;
  min-height: 20px;
  padding: 1px 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data {
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  display: flex;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data > .image {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data > .image > img {
  object-fit: cover;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}

@media (max-width: 640px) {
  .esim-list-wrapper > .wrapper > .header {
    padding: 14px 1rem 0;
  }

  .esim-list-wrapper > .wrapper > .header > h1.title {
    letter-spacing: -1px;
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
  }

  .esim-list-wrapper > .wrapper > .header > p.description {
    margin: 7px 0 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .esim-list-wrapper > .wrapper > .section {
    margin-top: 24px;
    padding: 0 1rem 12px;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters {
    gap: 7px;
    padding-bottom: 12px;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 6px;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > strong {
    padding-top: 5px;
    font-size: 11px;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > .filter-scroll-shell {
    min-width: 0;
    position: relative;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > .filter-scroll-shell.has-more:after {
    z-index: 2;
    background: linear-gradient(90deg, transparent, var(--background) 58%);
    width: 30px;
    height: 26px;
    color: var(--font-muted);
    content: "›";
    pointer-events: none;
    justify-content: flex-end;
    align-items: center;
    padding-right: 3px;
    font-size: 22px;
    line-height: 1;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > .filter-scroll-shell > .filter-options {
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    flex-wrap: nowrap;
    gap: 5px;
    padding-bottom: 2px;
    display: flex;
    overflow-x: auto;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > .filter-scroll-shell > .filter-options::-webkit-scrollbar {
    display: none;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > .filter-scroll-shell > .filter-options > button {
    flex: none;
    min-height: 26px;
    padding: 2px 7px;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .table-head {
    display: none;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list {
    scrollbar-gutter: auto;
    padding-right: 10px;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    grid-template-areas: "plan plan plan price"
                         "data days network network";
    gap: 10px 12px;
    padding: 14px 0;
    font-size: 12px;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > :not(:first-child) {
    text-align: left;
    justify-self: auto;
    width: auto;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data {
    grid-area: plan;
    column-gap: 8px;
    min-width: 0;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data > .image {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data > .description {
    gap: 5px;
    max-width: 100%;
    font-size: 14px;
    overflow: hidden;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data > .description > span:first-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
    overflow: hidden;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data > .description > .plan-tags {
    flex-wrap: nowrap;
    gap: 4px;
    max-width: 100%;
    overflow: hidden;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data > .description > .plan-tags > span {
    min-height: 18px;
    font-size: 10px;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .data {
    grid-area: data;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .days {
    grid-area: days;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .data, .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .days {
    color: var(--font-muted);
    white-space: nowrap;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .network {
    grid-area: network;
    justify-self: end;
    min-width: 0;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .network > .network-badges > span {
    min-height: 20px;
    font-size: 11px;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .network > .carrier-tooltip {
    display: none;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .price {
    white-space: nowrap;
    grid-area: price;
    place-self: start end;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .price > strong {
    font-size: 14px;
  }

  .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .empty-filter-result {
    padding: 40px 12px;
  }
}

.esim-form-layer {
  z-index: 10000;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear .24s;
  position: fixed;
  inset: 0;
}

.esim-form-layer.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.esim-form-layer > .esim-form-backdrop {
  cursor: default;
  background: none;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: background-color .28s;
  position: absolute;
  inset: 0;
}

.esim-form-layer.is-open > .esim-form-backdrop {
  background: #00000094;
}

.esim-form-layer > .esim-form-panel {
  border-left: 1px solid var(--border);
  contain: layout paint;
  overscroll-behavior: contain;
  will-change: transform;
  background: #1c1d22;
  width: min(520px, 100%);
  height: 100%;
  padding: 28px;
  transition: transform .24s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
  transform: translate3d(100%, 0, 0);
  box-shadow: -18px 0 50px #00000059;
}

.esim-form-layer.is-open > .esim-form-panel {
  transform: translate3d(0, 0, 0);
}

.esim-form-layer > .esim-form-panel {
  background: #16171b;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.esim-form-layer > .esim-form-panel > .esim-form-header {
  z-index: 5;
  border-bottom: 1px solid var(--border);
  background: var(--background);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  align-items: center;
  gap: 8px;
  min-height: 66px;
  margin: 0;
  padding: 12px 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.esim-form-layer > .esim-form-panel > .esim-form-header h2 {
  color: var(--font-color);
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.esim-form-layer > .esim-form-panel > .esim-form-header > .esim-form-close {
  width: 36px;
  height: 36px;
  color: var(--font-color);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 4px;
  flex: 0 0 36px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.esim-form-layer > .esim-form-panel > .esim-form-header > .esim-form-close > svg {
  width: 21px;
  height: 21px;
}

.esim-form-layer > .esim-form-panel > .esim-form-header > .esim-form-close:hover {
  background: #2c2e35;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content {
  flex: 1;
  padding: 20px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-selected-plan {
  border: 1px solid var(--border);
  background: #1d1e23;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  display: flex;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-selected-plan > .esim-selected-country {
  align-items: center;
  gap: 10px;
  display: flex;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-selected-plan > .esim-selected-country > .image {
  flex: 0 0 38px;
  width: 38px;
  height: 30px;
  position: relative;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-selected-plan > .esim-selected-country > .image > img {
  object-fit: contain;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-selected-plan > .esim-selected-country span {
  color: var(--font-muted);
  margin-bottom: 4px;
  font-size: 13px;
  display: block;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-selected-plan > .esim-selected-country strong {
  color: var(--font-color);
  font-size: 14px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-selected-plan > .esim-selected-price {
  color: var(--font-color);
  flex: none;
  font-size: 16px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-detail-section {
  margin-top: 24px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-detail-section > .esim-detail-title {
  color: var(--font-color);
  letter-spacing: -.4px;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-duration-section > div {
  border: 1px solid var(--border);
  background: #1d1e23;
  border-radius: 8px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  display: grid;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-duration-section > div > input {
  width: 100%;
  height: 45px;
  color: var(--font-color);
  font: inherit;
  background: #24252b;
  border: 1px solid #353841;
  border-radius: 8px;
  outline: none;
  padding: 0 14px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-duration-section > div > input:focus {
  border-color: #5b82ff;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-duration-section > div > small {
  color: var(--font-muted);
  grid-column: 1 / -1;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-detail-section > .esim-service-card, .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-detail-section > .esim-policy-card {
  border: 1px solid var(--border);
  background: #1d1e23;
  border-radius: 8px;
  padding: 14px 16px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content .esim-service-row, .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row {
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  display: grid;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content .esim-service-row + .esim-service-row, .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row + .esim-policy-row {
  margin-top: 9px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content .esim-service-row > dt, .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row > dt {
  color: var(--font-muted);
  font-size: 14px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row > dt {
  align-items: center;
  gap: 6px;
  display: flex;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row > dt > svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content .esim-service-row > dd, .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row > dd {
  color: var(--font-color);
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row > dd {
  font-size: 13px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row > dd > small {
  color: var(--font-muted);
  margin-top: 3px;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-feature-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 10px;
  margin-top: 28px;
  padding: 2px 0;
  display: grid;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-feature-grid > .esim-feature-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  display: flex;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-feature-grid > .esim-feature-item > .esim-feature-icon {
  color: #5b82ff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 7px;
  display: flex;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-feature-grid > .esim-feature-item > .esim-feature-icon > svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 30px;
  height: 30px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-feature-grid > .esim-feature-item > .esim-feature-icon-text {
  border: 2px solid #5b82ff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-feature-grid > .esim-feature-item > strong {
  width: 100%;
  color: var(--font-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-feature-grid > .esim-feature-item > span {
  width: 100%;
  color: var(--font-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.4;
  overflow: hidden;
}

html:not([lang="ko"]) .esim-form-layer > .esim-form-panel {
  width: min(600px, 100%);
}

html:not([lang="ko"]) .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 12px;
}

html:not([lang="ko"]) .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-feature-grid > .esim-feature-item > strong {
  font-size: 12px;
}

html:not([lang="ko"]) .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-service-row, html:not([lang="ko"]) .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row {
  grid-template-columns: 140px minmax(0, 1fr);
}

html:not([lang="ko"]) .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-service-row > dt, html:not([lang="ko"]) .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row > dt {
  font-size: 12px;
}

html:not([lang="ko"]) .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row > dt > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-activation-section {
  margin-top: 30px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-notice {
  border: 1px solid var(--border);
  background: #1d1e23;
  border-radius: 8px;
  margin-top: 22px;
  overflow: hidden;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-notice > summary {
  min-height: 52px;
  color: var(--font-color);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  display: flex;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-notice > summary::-webkit-details-marker {
  display: none;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-notice > summary svg {
  width: 20px;
  height: 20px;
  transition: transform .18s;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-notice[open] > summary svg {
  transform: rotate(180deg);
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-notice > .esim-notice-content {
  border-top: 1px solid var(--border);
  padding: 0 16px 15px;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-notice > .esim-notice-content > ul {
  color: var(--font-muted);
  margin: 16px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.7;
  list-style: none;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-notice > .esim-notice-content > ul > li {
  padding-left: 12px;
  position: relative;
}

.esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-notice > .esim-notice-content > ul > li:before {
  content: "·";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.esim-form-layer > .esim-form-panel > .esim-panel-bottom {
  padding: 14px 24px max(20px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--border);
  -webkit-backdrop-filter: blur(16px);
  background: #16171bf5;
  flex: none;
  position: static;
}

.esim-form-layer > .esim-form-panel > .esim-panel-bottom > .esim-panel-total {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.esim-form-layer > .esim-form-panel > .esim-panel-bottom > .esim-panel-total > span {
  color: var(--font-muted);
  font-size: 15px;
  font-weight: 600;
}

.esim-form-layer > .esim-form-panel > .esim-panel-bottom > .esim-panel-total > strong {
  color: var(--font-color);
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .esim-form-layer > .esim-form-panel > .esim-form-header {
    min-height: 58px;
    padding: 9px 1rem;
  }

  .esim-form-layer > .esim-form-panel > .esim-panel-content {
    padding: 14px 1rem 18px;
  }

  .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-selected-plan {
    gap: 10px;
    padding: 12px;
  }

  .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-detail-section {
    margin-top: 20px;
  }

  .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-detail-section > .esim-service-card, .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-detail-section > .esim-policy-card {
    padding: 12px;
  }

  .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-service-row, .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row {
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 8px;
  }

  .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row > dt, html:not([lang="ko"]) .esim-form-layer > .esim-form-panel > .esim-panel-content .esim-policy-row > dt {
    font-size: 13px;
  }

  .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-feature-grid {
    gap: 18px 8px;
    margin-top: 24px;
  }

  html:not([lang="ko"]) .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
  }

  .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-activation-section {
    margin-top: 24px;
  }

  .esim-form-layer > .esim-form-panel > .esim-panel-bottom {
    padding: 12px 1rem max(20px, env(safe-area-inset-bottom));
  }
}

.esim-form-layer > .esim-form-panel > .esim-panel-bottom > .esim-order-button {
  color: #fff;
  cursor: pointer;
  background: #4070ff;
  border: 0;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.esim-form-layer > .esim-form-panel > .esim-panel-bottom > .esim-order-button:hover {
  background: #527dff;
}

[data-theme="light"] .data-check-page > .wrapper > form input, [data-theme="light"] .data-check-page > .wrapper > form select, [data-theme="light"] .payment-page > .wrapper > .recipient > form input, [data-theme="light"] .payment-page > .wrapper > .recipient > form select, [data-theme="light"] .payment-page > .wrapper > .recipient > form button, [data-theme="light"] .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-duration-section > div > input, [data-theme="light"] .data-check-page > .wrapper > form > .phone-field > div {
  border-color: var(--border-strong);
  background: var(--surface);
}

[data-theme="light"] .data-check-page > .wrapper > form > .phone-field > div:focus-within, [data-theme="light"] .data-check-page > .wrapper > form input:focus, [data-theme="light"] .data-check-page > .wrapper > form select:focus, [data-theme="light"] .payment-page > .wrapper > .recipient > form input:focus, [data-theme="light"] .payment-page > .wrapper > .recipient > form select:focus, [data-theme="light"] .payment-page > .wrapper > .recipient > form .identity > div > label > div:focus-within {
  border-color: #315fe8;
  box-shadow: 0 0 0 3px #315fe833;
}

.data-check-page > .wrapper > form.international > .phone-field > div > button.is-ready:not(:disabled), .data-check-page > .wrapper > form.international > .otp-confirm-row > button.is-ready:not(:disabled), .payment-page > .wrapper > .recipient > form .phone button.is-ready:not(:disabled), [data-theme="light"] .data-check-page > .wrapper > form.international > .phone-field > div > button.is-ready:not(:disabled), [data-theme="light"] .data-check-page > .wrapper > form.international > .otp-confirm-row > button.is-ready:not(:disabled), [data-theme="light"] .payment-page > .wrapper > .recipient > form .phone button.is-ready:not(:disabled) {
  color: #fff;
  opacity: 1;
  background: #4070ff;
  border-color: #4070ff;
}

[data-theme="light"] .data-check-page > .wrapper > .usage-list > article > .usage-head > strong {
  color: #315fe8;
}

[data-theme="light"] .payment-page > header, [data-theme="light"] .esim-form-layer > .esim-form-panel > .esim-form-header {
  background: var(--glass);
}

[data-theme="light"] .esim-form-layer > .esim-form-panel > .esim-form-header {
  background: var(--background);
}

[data-theme="light"] .payment-page > header > button:hover, [data-theme="light"] .payment-page > .wrapper > .recipient > form button, [data-theme="light"] .esim-form-layer > .esim-form-panel > .esim-form-header > .esim-form-close:hover {
  background: var(--surface-hover);
  color: var(--font-color);
}

[data-theme="light"] .esim-form-layer > .esim-form-panel > .esim-form-header > .esim-form-close {
  color: var(--font-color);
}

[data-theme="light"] .payment-page > .wrapper > section {
  border-bottom-color: #eceef2;
}

[data-theme="light"] .payment-page > .wrapper > section > h2 {
  border-bottom-color: var(--border-strong);
}

[data-theme="light"] .payment-page > .wrapper > .order > .device, [data-theme="light"] .payment-page > .wrapper > .recipient > form .identity > div > label > input, [data-theme="light"] .payment-page > .wrapper > .recipient > form .identity > div > label > div, [data-theme="light"] .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-selected-plan, [data-theme="light"] .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-duration-section > div, [data-theme="light"] .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-detail-section > .esim-service-card, [data-theme="light"] .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-detail-section > .esim-policy-card, [data-theme="light"] .esim-form-layer > .esim-form-panel > .esim-panel-content > .esim-notice {
  border-color: var(--border-strong);
  background: var(--surface);
}

[data-theme="light"] .payment-page > .wrapper > .recipient > form .identity > div > label + label {
  border-color: var(--border-strong);
}

[data-theme="light"] .payment-page > .wrapper > .recipient > form .identity .resident-number input {
  background: none;
}

[data-theme="light"] .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail:nth-child(odd) {
  background: var(--row-alt);
}

[data-theme="light"] .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail:hover {
  background: var(--row-hover);
}

[data-theme="light"] .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .network > .carrier-tooltip {
  border-color: var(--border-strong);
  background: var(--surface);
  box-shadow: 0 10px 28px #20212724;
}

[data-theme="light"] .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > .filter-scroll-shell > .filter-options > button, [data-theme="light"] .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .flag-data > .description > .plan-tags > span, [data-theme="light"] .network-badges > span {
  color: var(--font-color);
  border-color: #9a9da6;
}

[data-theme="light"] .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > .filter-scroll-shell > .filter-options > button {
  color: #777a83;
  border-color: #c4c6cc;
}

[data-theme="light"] .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-filters > .filter-group > .filter-scroll-shell > .filter-options > button.is-active {
  color: #4568cf;
  background: #4070ff14;
  border-color: #8ca5ef;
}

[data-theme="light"] .esim-list-wrapper > .wrapper > .section > .esim-plan-wrapper > .esim-plan-list > .detail > .price > strong {
  color: var(--font-color);
}

[data-theme="light"] .esim-form-layer > .esim-form-panel {
  background: var(--background);
  box-shadow: -18px 0 50px #20212729;
}

[data-theme="light"] .esim-form-layer > .esim-form-panel > .esim-panel-bottom {
  background: var(--glass-strong);
}

@media (max-width: 640px) {
  .payment-page > header > .payment-logo, [data-theme="light"] .payment-page > header > .payment-logo {
    display: none;
  }
}

.privacy-policy-page {
  padding: calc(var(--header-height) + 48px) 1rem 120px;
}

.privacy-policy-page > .wrapper {
  width: min(100%, 920px);
  margin: 0 auto;
}

.privacy-policy-page > .wrapper > header {
  border-bottom: 1px solid var(--border);
  padding-bottom: 32px;
}

.privacy-policy-page > .wrapper > header > p {
  color: #4070ff;
  letter-spacing: .12em;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
}

.privacy-policy-page > .wrapper > header > h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.25;
}

.privacy-policy-page > .wrapper > header > span, .privacy-policy-page > .wrapper > .introduction, .privacy-policy-page > .wrapper > section {
  color: var(--font-muted);
}

.privacy-policy-page > .wrapper > .introduction {
  padding: 28px 0;
  font-size: 15px;
  line-height: 1.8;
}

.privacy-policy-page > .wrapper > nav {
  border: 1px solid var(--border);
  background: var(--border);
  border-radius: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 56px;
  display: grid;
  overflow: hidden;
}

.privacy-policy-page > .wrapper > nav > a {
  background: var(--surface);
  color: var(--font-muted);
  padding: 12px 16px;
  font-size: 14px;
  text-decoration: none;
}

.privacy-policy-page > .wrapper > nav > a:hover, .privacy-policy-page > .wrapper > nav > a:focus-visible, .privacy-policy-page > .wrapper > section a {
  color: #658cff;
}

.privacy-policy-page > .wrapper > section {
  scroll-margin-top: calc(var(--header-height) + 24px);
  font-size: 15px;
  line-height: 1.8;
}

.privacy-policy-page > .wrapper > section + section {
  margin-top: 56px;
}

.privacy-policy-page > .wrapper > section > h2 {
  color: var(--font-color);
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 650;
}

.privacy-policy-page > .wrapper > section > p {
  margin: 0;
}

.privacy-policy-page > .wrapper > section > p + p, .privacy-policy-page > .wrapper > section > p + .table-wrapper, .privacy-policy-page > .wrapper > section > .table-wrapper + p, .privacy-policy-page > .wrapper > section > p + ul, .privacy-policy-page > .wrapper > section > p + ol, .privacy-policy-page > .wrapper > section > p + .contact-groups, .privacy-policy-page > .wrapper > section > ul + .table-wrapper, .privacy-policy-page > .wrapper > section > ol + .table-wrapper {
  margin-top: 14px;
}

.privacy-policy-page > .wrapper > section ul, .privacy-policy-page > .wrapper > section ol {
  margin-bottom: 0;
  padding-left: 24px;
}

.privacy-policy-page > .wrapper > section > .numbered-list > li {
  padding-left: 4px;
}

.privacy-policy-page > .wrapper > section > .numbered-list > li + li {
  margin-top: 5px;
}

.privacy-policy-page .table-wrapper {
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow-x: auto;
}

.privacy-policy-page table {
  border-collapse: collapse;
  width: 100%;
  min-width: 660px;
  font-size: 14px;
  line-height: 1.65;
}

.privacy-policy-page th, .privacy-policy-page td {
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
  padding: 14px 16px;
}

.privacy-policy-page tr:last-child > th, .privacy-policy-page tr:last-child > td {
  border-bottom: 0;
}

.privacy-policy-page th {
  background: var(--surface);
  width: 22%;
  color: var(--font-color);
  font-weight: 600;
}

.privacy-policy-page .notice {
  background: var(--surface);
  border-left: 3px solid #4070ff;
  border-radius: 4px;
  margin-top: 16px;
  padding: 16px 18px;
}

.privacy-policy-page .notice > strong {
  color: var(--font-color);
  margin-bottom: 5px;
  display: block;
}

.privacy-policy-page .notice > p, .privacy-policy-page .effective-date {
  margin: 0;
}

.privacy-policy-page .contact {
  border: 1px solid var(--border);
  border-radius: 8px;
  margin: 18px 0 0;
  overflow: hidden;
}

.privacy-policy-page .contact-groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.privacy-policy-page .contact-groups > div > h3 {
  color: var(--font-color);
  margin: 0;
  font-size: 15px;
  font-weight: 650;
}

.privacy-policy-page .contact-groups .contact {
  margin-top: 10px;
}

.privacy-policy-page .contact-groups + p {
  margin-top: 14px;
}

.privacy-policy-page .contact > div {
  border-bottom: 1px solid var(--border);
  grid-template-columns: 140px 1fr;
  display: grid;
}

.privacy-policy-page .contact > div:last-child {
  border-bottom: 0;
}

.privacy-policy-page .contact dt, .privacy-policy-page .contact dd {
  margin: 0;
  padding: 12px 16px;
}

.privacy-policy-page .contact dt {
  background: var(--surface);
  color: var(--font-color);
  font-weight: 600;
}

.privacy-policy-page .external-links a {
  text-underline-offset: 3px;
}

@media (max-width: 600px) {
  .privacy-policy-page {
    padding: 82px 1rem 80px;
  }

  .privacy-policy-page > .wrapper > section {
    scroll-margin-top: 66px;
  }

  .privacy-policy-page > .wrapper > nav {
    grid-template-columns: 1fr;
    margin-bottom: 44px;
  }

  .privacy-policy-page > .wrapper > section + section {
    margin-top: 44px;
  }

  .privacy-policy-page > .wrapper > section > h2 {
    font-size: 18px;
  }

  .privacy-policy-page .contact-groups {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .privacy-policy-page .contact > div {
    grid-template-columns: 110px 1fr;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

/* [project]/src/app/common.css [app-client] (css) */
* {
  scrollbar-width: thin;
  scrollbar-color: #3f424c var(--background);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--background);
}

::-webkit-scrollbar-thumb {
  border: 2px solid var(--background);
  background: #3f424c;
  border-radius: 999px;
  min-height: 40px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555a68;
}

::-webkit-scrollbar-thumb:active {
  background: #687084;
}

::-webkit-scrollbar-corner {
  background: var(--background);
}

[data-theme="light"] * {
  scrollbar-color: #b8bbc3 var(--background);
}

[data-theme="light"] ::-webkit-scrollbar-thumb {
  border-color: var(--background);
  background: #b8bbc3;
}

[data-theme="light"] ::-webkit-scrollbar-thumb:hover {
  background: #9fa3ad;
}

.mb-mt-height {
  padding-top: var(--header-height);
}

.desktop-max-width {
  max-width: var(--max-width);
  margin: 0 auto;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.header-container {
  z-index: 10000;
  width: 100%;
  height: var(--header-height);
  background: var(--background);
  position: fixed;
  top: 0;
}

.header-container > .wrapper {
  width: min(100% - 32px, var(--max-width));
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.header-container > .wrapper > .mobile-category-header {
  display: none;
}

.header-container > .wrapper > .logo > img {
  cursor: pointer;
  width: 100px;
  height: auto;
  display: block;
}

.header-container > .wrapper > .logo {
  flex: none;
}

.header-container > .wrapper > .logo > .light-logo, [data-theme="light"] .header-container > .wrapper > .logo > .dark-logo {
  display: none;
}

[data-theme="light"] .header-container > .wrapper > .logo > .light-logo {
  filter: brightness(0);
  display: block;
}

.header-container > .wrapper > nav {
  flex: 1;
  align-items: center;
  gap: 20px;
  margin-left: 24px;
  display: flex;
}

.header-container > .wrapper > nav a {
  color: var(--font-muted);
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.header-container > .wrapper > nav a:hover {
  color: var(--font-color);
}

.header-container > .wrapper > nav > .region-categories, .header-container > .wrapper > nav > .header-actions {
  align-items: center;
  display: flex;
}

.header-container > .wrapper > nav > .header-actions > .language-select > select {
  border: 1px solid var(--border);
  background: var(--surface);
  width: 86px;
  height: 32px;
  color: var(--font-color);
  font: inherit;
  cursor: pointer;
  border-radius: 4px;
  outline: none;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 600;
}

.header-container > .wrapper > nav > .header-actions > .language-select > svg {
  display: none;
}

.header-container > .wrapper > nav > .header-actions > .language-select > select:hover, .header-container > .wrapper > nav > .header-actions > .language-select > select:focus {
  border-color: var(--font-muted);
}

.header-container > .wrapper > nav > .mobile-menu-toggle, .header-container > .wrapper > nav > .mobile-data-check-link, .header-container > .wrapper > nav > .region-categories > .mobile-data-check {
  display: none;
}

.header-container > .wrapper > nav > .region-categories {
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-container > .wrapper > nav > .region-categories > li {
  position: relative;
}

.header-container > .wrapper > nav > .region-categories > li > button {
  height: 32px;
  color: var(--font-muted);
  font: inherit;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 4px;
  align-items: center;
  gap: 3px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
}

.header-container > .wrapper > nav > .region-categories > li > button > svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5px;
  width: 13px;
  height: 13px;
}

.header-container > .wrapper > nav > .region-categories > li:hover > button, .header-container > .wrapper > nav > .region-categories > li:focus-within > button, .header-container > .wrapper > nav > .region-categories > li.is-active > button {
  background: var(--surface-hover);
  color: var(--font-color);
}

.header-container > .wrapper > nav > .region-categories > li > .region-menu {
  z-index: 30;
  visibility: hidden;
  width: min(300px, 100vw - 20px);
  max-height: min(480px, calc(100dvh - var(--header-height) - 16px));
  overscroll-behavior: contain;
  border: 1px solid var(--border);
  background: var(--surface);
  opacity: 0;
  border-radius: 4px;
  padding: 14px;
  transition: opacity .14s, transform .14s, visibility .14s;
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  overflow-y: auto;
  transform: translate(-50%, 5px);
  box-shadow: 0 14px 36px #0000003d;
}

.header-container > .wrapper > nav > .region-categories > li > .region-menu:before {
  content: "";
  height: 8px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.header-container > .wrapper > nav > .region-categories > li.is-open > .region-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%);
}

.header-container > .wrapper > nav > .region-categories > li > .region-menu > strong {
  margin-bottom: 9px;
  font-size: 12px;
  display: block;
}

.header-container > .wrapper > nav > .region-categories > li > .region-menu > div {
  gap: 3px;
  display: grid;
}

.header-container > .wrapper > nav > .region-categories > li > .region-menu a {
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px;
  display: flex;
}

.header-container > .wrapper > nav > .region-categories > li > .region-menu a:hover, .header-container > .wrapper > nav > .region-categories > li > .region-menu a.is-active {
  background: var(--surface-hover);
}

.header-container > .wrapper > nav > .region-categories > li > .region-menu a > small {
  min-width: 0;
  max-width: 150px;
  color: var(--font-muted);
  text-align: right;
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: 10px;
  line-height: 1.35;
}

.header-container > .wrapper > nav > .region-categories > li > .region-menu > p {
  color: var(--font-muted);
  margin: 0;
  padding: 10px 4px;
  font-size: 11px;
}

.header-container > .wrapper > nav > .header-actions {
  gap: 14px;
  margin-left: auto;
}

.header-container > .wrapper > nav > .header-actions > .theme-toggle {
  border: 1px solid var(--border);
  background: var(--surface);
  width: 32px;
  height: 32px;
  color: var(--font-color);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background-color .16s, border-color .16s;
  display: inline-flex;
}

.header-container > .wrapper > nav > .header-actions > .theme-toggle:hover {
  border-color: var(--font-muted);
  background: var(--surface-hover);
}

.header-container > .wrapper > nav > .header-actions > .theme-toggle > svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 17px;
  height: 17px;
}

.header-container > .wrapper > nav > .header-actions > .theme-toggle > .moon, [data-theme="light"] .header-container > .wrapper > nav > .header-actions > .theme-toggle > .sun {
  display: none;
}

[data-theme="light"] .header-container > .wrapper > nav > .header-actions > .theme-toggle > .moon {
  display: block;
}

@media (max-width: 900px) {
  :root {
    --header-height: 50px;
  }

  .header-container > .wrapper {
    align-items: center;
    width: 100%;
    padding: 0 1rem;
  }

  .header-container > .wrapper > .logo > img {
    width: 80px;
  }

  .header-container.is-categories > .wrapper {
    width: 100%;
  }

  .header-container.is-categories > .wrapper > .logo, .header-container.is-categories > .wrapper > nav {
    display: none;
  }

  .header-container.is-categories > .wrapper > .mobile-category-header {
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: grid;
  }

  .header-container.is-categories > .wrapper > .mobile-category-header > strong {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }

  .header-container.is-categories > .wrapper > .mobile-category-header > button {
    width: 40px;
    height: 40px;
    color: var(--font-color);
    cursor: pointer;
    background: none;
    border: 0;
    border-radius: 4px;
    place-items: center;
    padding: 9px;
    display: grid;
  }

  .header-container.is-categories > .wrapper > .mobile-category-header svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8px;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 22px;
    height: 22px;
  }

  .header-container > .wrapper > nav {
    flex: none;
    gap: .5rem;
    min-width: 0;
    margin-left: auto;
  }

  .header-container > .wrapper > nav > .region-categories {
    display: none;
  }

  .header-container > .wrapper > nav > .mobile-menu-toggle {
    width: 32px;
    height: 32px;
    color: var(--font-color);
    cursor: pointer;
    background: none;
    border: 0;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 5px;
    padding: 6px;
    text-decoration: none;
    display: inline-flex;
  }

  .header-container > .wrapper > nav > .mobile-menu-toggle > span {
    background: var(--font-color);
    width: 21px;
    height: 1.5px;
    display: block;
  }

  .header-container > .wrapper > nav > .mobile-data-check-link {
    height: 32px;
    color: var(--font-color);
    justify-content: center;
    align-items: center;
    padding: 0 3px;
    font-size: 11px;
    display: inline-flex;
  }

  .header-container > .wrapper > nav > .header-actions {
    gap: 4px;
    min-height: 32px;
  }

  .header-container > .wrapper > nav > .header-actions > .language-select > select {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    inset: 0;
  }

  .header-container > .wrapper > nav > .header-actions > .language-select {
    border: 1px solid var(--border);
    background: var(--surface);
    width: 32px;
    height: 32px;
    color: var(--font-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
  }

  .header-container > .wrapper > nav > .header-actions > .language-select > svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7px;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
    width: 17px;
    height: 17px;
    display: block;
  }

  .header-container > .wrapper > nav > .header-actions > a {
    display: none;
  }
}

@media (max-width: 360px) {
  .header-container > .wrapper > nav > .mobile-data-check-link {
    padding: 0 1px;
    font-size: 10px;
  }
}

/* [project]/src/app/desktopGlobals.css [app-client] (css) */
@media screen and (min-width: 1100px) {
  .homepage-container > .wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .homepage-container > .wrapper > h1.title {
    white-space: unset;
    text-align: center;
    font-size: 40px;
  }
}

/* [project]/src/app/desktopCommon.css [app-client] (css) */


/* [project]/src/app/fonts.css [app-client] (css) */
@font-face {
  font-family: Pretendard;
  font-weight: 800;
  font-display: swap;
  src: local(Pretendard ExtraBold), url("../media/Pretendard-ExtraBold.subset.3akguzrk-7see.woff2") format("woff2"), url("../media/Pretendard-ExtraBold.subset.3j_bdtggn45u_.woff") format("woff");
}

@font-face {
  font-family: Pretendard;
  font-weight: 700;
  font-display: swap;
  src: local(Pretendard Bold), url("../media/Pretendard-Bold.subset.1u97yfb8go0ya.woff2") format("woff2"), url("../media/Pretendard-Bold.subset.0dk7v7lmewpqn.woff") format("woff");
}

@font-face {
  font-family: Pretendard;
  font-weight: 600;
  font-display: swap;
  src: local(Pretendard SemiBold), url("../media/Pretendard-SemiBold.subset.09k6astcctdm8.woff2") format("woff2"), url("../media/Pretendard-SemiBold.subset.0av2_eygsir9y.woff") format("woff");
}

@font-face {
  font-family: Pretendard;
  font-weight: 500;
  font-display: swap;
  src: local(Pretendard Medium), url("../media/Pretendard-Medium.subset.1x714p3sfd0tf.woff2") format("woff2"), url("../media/Pretendard-Medium.subset.3n0gxsdsjnutb.woff") format("woff");
}

@font-face {
  font-family: Pretendard;
  font-weight: 400;
  font-display: swap;
  src: local(Pretendard Regular), url("../media/Pretendard-Regular.subset.2hmto21_1mc3m.woff2") format("woff2"), url("../media/Pretendard-Regular.subset.19iecdfughmp4.woff") format("woff");
}

@font-face {
  font-family: Pretendard;
  font-weight: 300;
  font-display: swap;
  src: local(Pretendard Light), url("../media/Pretendard-Light.subset.1y-7yuavorybe.woff2") format("woff2"), url("../media/Pretendard-Light.subset.05gt3da5il6jf.woff") format("woff");
}

@font-face {
  font-family: Pretendard;
  font-weight: 200;
  font-display: swap;
  src: local(Pretendard ExtraLight), url("../media/Pretendard-ExtraLight.subset.0_n_q7xg3m6vh.woff2") format("woff2"), url("../media/Pretendard-ExtraLight.subset.0jejkr7-ieje6.woff") format("woff");
}

@font-face {
  font-family: Pretendard;
  font-weight: 100;
  font-display: swap;
  src: local(Pretendard Thin), url("../media/Pretendard-Thin.subset.1t8tnljectx-o.woff2") format("woff2"), url("../media/Pretendard-Thin.subset.0dh0spvednhsh.woff") format("woff");
}

/*# sourceMappingURL=src_app_0lc7_mw._.css.map*/