/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0f172a;
  color: #e2e8f0;
}

.page {
  min-height: 100dvh;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  width: 100%;
  max-width: 540px;
  background: #111827;
  border: 1px solid #334155;
  border-radius: 16px;
  padding: 20px;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93c5fd;
}

h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.text {
  margin: 10px 0 0;
  color: #94a3b8;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .page {
    padding: 24px;
  }

  .card {
    padding: 28px;
  }

  h1 {
    font-size: 34px;
  }
}

