/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
:root {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  background-color: #f4f6fb;
  color: #000000;
}

.app-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.card {
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  max-width: 920px;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.card__header {
  background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
  color: #ffffff;
  padding: 2.5rem 2.75rem;
}

.card__header h1 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: 0.01em;
}

.card__header p {
  margin: 0.5rem 0 0;
  opacity: 0.85;
}

.card__body {
  padding: 2.75rem;
}

@media (max-width: 768px) {
  .card__header,
  .card__body {
    padding: 1.75rem;
  }

  .card__header h1 {
    font-size: 1.6rem;
  }
}


/*# sourceMappingURL=styles.css.map*/