@supports not (color: oklch(50% 0.1 180)) {
  .yobune-user-legacy-root {
    box-sizing: border-box !important;
    min-height: 100vh !important;
    width: 100% !important;
    max-width: 768px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    background: #f7f9fb !important;
    color: #191c1e !important;
    font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  }

  .yobune-user-legacy-root *,
  .yobune-user-legacy-root *::before,
  .yobune-user-legacy-root *::after {
    box-sizing: border-box !important;
  }

  .yobune-user-legacy-header {
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    z-index: 50 !important;
    width: 100% !important;
    max-width: 768px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 18px 24px !important;
    background: rgba(247, 249, 251, 0.96) !important;
    transform: translateX(-50%) !important;
  }

  .yobune-user-legacy-logo {
    display: block !important;
    height: 36px !important;
    width: auto !important;
  }

  .yobune-user-legacy-location {
    max-width: 52% !important;
    overflow: hidden !important;
    padding: 6px 14px !important;
    border: 1px solid #d8dde3 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 14px rgba(25, 28, 30, 0.08) !important;
    color: #191c1e !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .yobune-user-legacy-content {
    position: relative !important;
    width: 100% !important;
    min-height: 0 !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 96px 24px 24px !important;
  }

  .yobune-user-legacy-body,
  .yobune-user-legacy-card,
  .yobune-user-legacy-card-body {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .yobune-user-legacy-card {
    max-width: 448px !important;
  }

  .yobune-user-legacy-card-body {
    min-height: 480px !important;
  }

  .yobune-user-legacy-round-wrap {
    width: 100% !important;
    min-height: 300px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .yobune-user-legacy-round-button {
    position: relative !important;
    width: 256px !important;
    height: 256px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    border: 8px solid #ffffff !important;
    border-radius: 999px !important;
    box-shadow: 0 18px 44px rgba(25, 28, 30, 0.18) !important;
    text-align: center !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  }

  .yobune-user-legacy-pending-round {
    background: #008566 !important;
    color: #ffffff !important;
  }

  .yobune-user-legacy-button-label {
    display: block !important;
    font-size: 46px !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .yobune-user-legacy-button-list {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .yobune-user-legacy-wide-button {
    width: 100% !important;
    max-width: 448px !important;
    min-height: 88px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 32px !important;
    padding: 26px 22px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(25, 28, 30, 0.14) !important;
    color: #191c1e;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  }

  .yobune-user-legacy-wide-label {
    display: block !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
  }

  .yobune-user-legacy-hint-wrap,
  .yobune-user-legacy-pending-text,
  .yobune-user-legacy-complete-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 76px !important;
  }

  .yobune-user-legacy-hint,
  .yobune-user-legacy-message p,
  .yobune-user-legacy-pending-text p,
  .yobune-user-legacy-footer p {
    color: #5d6570 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    letter-spacing: 0 !important;
  }

  .yobune-user-legacy-pending-text p:first-child {
    color: #191c1e !important;
    font-size: 20px !important;
    font-weight: 700 !important;
  }

  .yobune-user-legacy-complete-button {
    display: inline-flex !important;
    min-height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 28px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #005ea4 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .yobune-user-legacy-complete-button:disabled {
    opacity: 0.55 !important;
  }

  .yobune-user-legacy-status {
    width: 100% !important;
    max-width: 448px !important;
    margin-bottom: 16px !important;
    padding: 12px 14px !important;
    border: 1px solid #d8dde3 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #7a2e0e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
  }

  .yobune-user-legacy-message {
    margin-top: 24px !important;
  }

  .yobune-user-legacy-footer {
    margin-top: auto !important;
    padding: 8px 0 !important;
    text-align: center !important;
  }

  @media (max-width: 420px) {
    .yobune-user-legacy-header {
      padding: 16px 18px !important;
    }

    .yobune-user-legacy-content {
      padding-right: 18px !important;
      padding-left: 18px !important;
    }

    .yobune-user-legacy-round-button {
      width: 232px !important;
      height: 232px !important;
    }

    .yobune-user-legacy-button-label {
      font-size: 42px !important;
    }
  }
}
