@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";
/* [project]/app/globals.css [app-client] (css) */
:root {
  --background: #151c2a;
  --surface: #1e1e1e;
  --primary: #3c85f9;
  --on-primary: #000;
  --text-main: #e0e0e0;
  --text-secondary: #a0a0a0;
  --border: #333;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--background);
  color: var(--text-main);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Roboto, sans-serif;
  display: flex;
}

h1 {
  text-align: center;
  margin-bottom: 26px;
  font-size: 24px;
  font-weight: 500;
}

h2 {
  color: var(--text-secondary);
  text-align: center;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.container {
  background-color: var(--background);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 24px;
  display: flex;
}

.otp-container {
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
}

.otp-input {
  height: 45px;
  color: var(--text-main);
  text-align: center;
  background-color: #0000;
  border: 1px solid #9e9e9e4d;
  border-radius: 12px;
  margin: 0 6px;
  font-size: 19px;
  font-weight: 600;
  width: 45px !important;
}

.otp-input:focus {
  border-color: var(--text-main);
  outline: none;
}

.separator {
  margin: 12px 0;
  font-size: 14px;
  font-weight: 600;
}

.qr-container {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-bottom: 12px;
  padding: 16px;
  display: flex;
}

.loader {
  aspect-ratio: 1;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  width: 40px;
  -webkit-mask: var(--_m);
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  background: #bb86fc;
  border-radius: 50%;
  padding: 8px;
  animation: 1s linear infinite l3;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.qr-loader {
  border: 4px solid #f3f3f3;
  border-top-color: #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: 2s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn-refresh {
  color: var(--primary);
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  border: none;
  align-items: center;
  gap: 8px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.btn-refresh:hover {
  background-color: #3c85f91a;
  border-radius: 4px;
}

.progress-bar-container {
  background-color: var(--surface);
  opacity: 0;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  margin-top: 16px;
  transition: opacity .3s;
  overflow: hidden;
}

.progress-bar-container.visible {
  opacity: 1;
}

.progress-bar {
  background-color: var(--primary);
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  animation: 1.5s linear infinite indeterminate;
}

@keyframes indeterminate {
  0% {
    transform: translateX(0)scaleX(0);
  }

  40% {
    transform: translateX(0)scaleX(.4);
  }

  100% {
    transform: translateX(100%)scaleX(.5);
  }
}

/* [next]/internal/font/google/inter_fa93af41.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_fa93af41-module__0D_jrq__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__06dbc1e2._.css.map*/