.elementor-6273 .elementor-element.elementor-element-3e043c8{--display:flex;}/* Start custom CSS */body {
      margin: 0;
      min-height: 100vh;
      font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
      background:
        radial-gradient(circle at top, rgba(255,255,255,0.16), transparent 35%),
        linear-gradient(180deg, #1d1435, #090611);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      box-sizing: border-box;
    }

    .line-confirm-box {
      width: 100%;
      max-width: 420px;
      padding: 32px 24px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.22);
      box-shadow: 0 18px 50px rgba(0,0,0,0.35);
      text-align: center;
      backdrop-filter: blur(14px);
      
    }
    .line-confirm-box {
  position: relative;
  overflow: hidden;
}
.line-confirm-box::after {
  content: "";

  position: absolute;

  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;

  border-radius: 18px;

  border: 1px solid rgba(255,255,255,0.15);

  pointer-events: none;
}
.line-confirm-box::after {
  content: "";

  position: absolute;

  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;

  border-radius: 18px;

  border: 1px solid rgba(255,255,255,0.18);

  box-shadow:
    inset 0 0 20px rgba(255,255,255,0.04);

  pointer-events: none;
}

    .line-icon {
      width: 64px;
      height: 64px;
      margin: 0 auto 18px;
      border-radius: 50%;
      background: #06c755;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 22px;
      color: #fff;
    }

    .line-confirm-box h1 {
      font-size: 22px;
      margin: 0 0 16px;
      line-height: 1.5;
    }

    .line-confirm-box p {
      font-size: 14px;
      line-height: 1.8;
      color: rgba(255,255,255,0.86);
      margin: 0 0 14px;
    }

    .line-name {
      margin: 18px 0;
      padding: 12px;
      border-radius: 14px;
      background: rgba(255,255,255,0.12);
      font-size: 14px;
    }

    .line-benefit {
      text-align: left;
      margin: 20px 0;
      padding: 16px;
      border-radius: 16px;
      background: rgba(255,255,255,0.08);
    }

    .line-benefit div {
      font-size: 13px;
      margin-bottom: 8px;
      color: rgba(255,255,255,0.88);
    }

    .line-benefit div:last-child {
      margin-bottom: 0;
    }

    .line-main-btn {
      width: 100%;
      height: 50px;
      border: none;
      border-radius: 999px;
      background: linear-gradient(135deg, #06c755, #16e26c);
      color: #fff;
      font-weight: bold;
      font-size: 15px;
      cursor: pointer;
      margin-top: 10px;
    }

    .line-main-btn:disabled {
      opacity: 0.6;
      cursor: not-allowed;
    }

    .line-cancel-btn {
      width: 100%;
      height: 44px;
      border: none;
      background: transparent;
      color: rgba(255,255,255,0.68);
      font-size: 13px;
      margin-top: 12px;
      cursor: pointer;
    }

    #lineRegisterMessage {
      min-height: 20px;
      margin-top: 14px;
      font-size: 13px;
      color: #ffd978;
    }

    @media (max-width: 480px) {
      body {
        align-items: flex-start;
        padding-top: 56px;
      }

      .line-confirm-box {
        padding: 28px 20px;
      }

      .line-confirm-box h1 {
        font-size: 20px;
      }
    }/* End custom CSS */