/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.page_container__jZF7q {
  min-height: 100vh;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
}

.page_main__nw1Wk {
  flex: 1;
  padding: 3rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_card__Cf__u {
  width: 100%;
  max-width: 64rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.page_header__oRW75 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.page_header__oRW75 h1 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: -0.025em;
}

.page_header__oRW75 p {
  color: #64748b;
  margin-top: 0.5rem;
  font-size: 1.1rem;
}

.page_content___38fW {
  display: flex;
  gap: 2rem;
}

.page_infoSection__EJZOk {
  flex: 1;
  max-width: 32rem;
}

.page_accordion__sT836 {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 1rem;
  background: #ffffff;
  overflow: hidden;
}

.page_accordion__sT836:last-child {
  margin-bottom: 0;
}

.page_accordionHeader__xDCuv {
  padding: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  background: #ffffff;
  border: none;
  width: 100%;
  text-align: left;
  color: #334155;
}

.page_accordionHeader__xDCuv:hover {
  background: #f8fafc;
}

.page_accordionContent__4U9hs {
  padding: 0 1rem 1rem 1rem;
  color: #64748b;
}

.page_stepList__5Co_H {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  
}

.page_step__0ZyaY {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.page_stepNumber__Is_ZR {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 0.875rem;
}

.page_stepContent___f8il {
  flex: 1;
  color: #334155;
}

.page_stepTitle__D2o3b {
  font-weight: 400;
  margin-bottom: 0.25rem;
  color: #1e293b;
  
}

.page_stepDescription__lHQhA {
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.5;
}

.page_codeBlock__5Ess8 {
  background: var(--muted-background);
  padding: 1rem;
  border-radius: 6px;
  margin: 1rem 0;
  font-family: monospace;
  font-size: 0.875rem;
}

.page_bulletList__bD1JD {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.page_bulletItem__Fe98P {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 0.2rem;
}

.page_bullet__wYsNK {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}

.page_link__k5j_x {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0081f1;
  font-size: 0.875rem;
  text-decoration: none;
  margin-top: 1rem;
}

.page_link__k5j_x:hover {
  opacity: 0.8;
}

.page_description__lvaOp {
  color: var(--muted-foreground);
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.page_description__lvaOp a {
  color: #0081f1;
}

.page_divider__5RusV {
  width: 1px;
  background: #e2e8f0;
}

.page_buttonSection__GciKR {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  position: relative;
  width: 400px;
  height: 100%;
}

.page_footer__F3MD0 {
  border-top: 1px solid #e2e8f0;
  background: #eef2f5;  
  padding: 4rem 2rem 2rem;
  margin-top: auto;
}

.page_footerContent__aXrXd {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4rem;
}

.page_footerLogo__LcRrq {
  display: flex;
  flex-direction: column;
}

.page_footerLogo__LcRrq p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 24rem;
}

.page_socialLinks__DXn_Y {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.page_socialLinks__DXn_Y a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #64748b;
  transition: all 0.2s ease;
}

.page_socialLinks__DXn_Y a:hover {
  background: #f8fafc;
  color: #334155;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.page_footerSection__NPFDG h3 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #1e293b;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}

.page_footerSection__NPFDG ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.page_footerSection__NPFDG li {
  margin: 0;
}

.page_footerSection__NPFDG a {
  color: #64748b;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.page_footerSection__NPFDG a:hover {
  color: #334155;
}

.page_footerBottom___Oisj {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #64748b;
  font-size: 0.875rem;
}

.page_footerBottom___Oisj a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page_footerBottom___Oisj a:hover {
  color: #334155;
}

@media (max-width: 1024px) {
  .page_footerContent__aXrXd {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 3rem;
  }
}

@media (max-width: 768px) {
  .page_footerContent__aXrXd {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  
  .page_footerLogo__LcRrq {
    grid-column: 1 / -1;
  }
  
  .page_footerBottom___Oisj {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .page_footerContent__aXrXd {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .page_footer__F3MD0 {
    padding: 3rem 1.5rem 1.5rem;
  }
}

.page_button__52WaL {
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  margin-top: 5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #ffffff;
  background: #0081f1;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.page_button__52WaL:hover {
  background: #0081f1;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.page_button__52WaL:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.page_button__52WaL:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.page_connectionMessage__ev7hb {
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
  border: 1px solid #e0e7ff;
  border-radius: 0.75rem;
  margin-top: 1rem;
  padding: 1rem 1.40rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 2px 8px rgba(79, 70, 229, 0.08);
  width: 100%;
  box-sizing: border-box;
}

.page_connectionText__72eQq {
  color: #4B5563;
  font-size: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.page_connectionText__72eQq code {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9rem;
  color: #4f46e5;
  border: 1px solid rgba(224, 231, 255, 0.6);
  font-weight: 500;
}

.page_successMessage__MnTT3 {
  color: #16a34a;
  margin-top: 8px;
  margin-left: 5rem;
  text-align: center;
  font-size: 0.9rem;
}

.page_complianceBadges__cyWbA {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 0.5rem;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/NotificationToast/Notifications.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.Notifications_toast___m3yU {
  position: fixed;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  border-radius: 16px;
  padding: 18px 24px;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.1),
    0 6px 12px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  z-index: 1000;
  width: 90%;
  max-width: 400px;
  right: 24px;
  top: 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  animation: Notifications_slideIn__t8hu8 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(10px);
  transform-origin: top right;
}

.Notifications_toastContent__zRoyC {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  background: linear-gradient(90deg, #1a1a1a 0%, #404040 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 1rem;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.Notifications_toastContent__zRoyC::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg,
      transparent 0%,
      rgba(255, 255, 255, 0.1) 50%,
      transparent 100%);
  animation: Notifications_shimmer__f4glu 2s infinite;
}

@keyframes Notifications_slideIn__t8hu8 {
  0% {
    transform: translateY(-120%) scale(0.9);
    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes Notifications_shimmer__f4glu {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }

  100% {
    transform: translateX(100%) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .Notifications_toast___m3yU {
    animation: none;
  }

  .Notifications_toastContent__zRoyC::before {
    animation: none;
  }
}
