html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  container-type: size;
  container-name: ui-fit;
}
#root {
  height: 100%;
  min-height: 100vh;
}
html[data-ui-fit-scale] {
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #F0F4FF 0%,
      #E8F2FF 50%,
      #F9FAFB 100%);
}
html[data-ui-fit-scale] body {
  position: absolute;
  top: 0;
  left: var(--ui-fit-offset-x, 0px);
  width: var(--ui-fit-layout-width);
  height: var(--ui-fit-layout-height);
  overflow: auto;
  transform: scale(var(--ui-fit-scale, 1));
  transform-origin: top left;
}
html[data-ui-fit-scale] #root {
  height: 100%;
  min-height: 0;
}
@media (max-width: 899.95px) {
  html[data-dashboard-scroll-active=true] [data-testid=sky-cloud],
  html[data-dashboard-scroll-active=true] [data-testid=flying-plane] {
    animation-play-state: paused !important;
  }
}
code {
  font-family:
    source-code-pro,
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
body {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
.form-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
.input-row {
  display: flex;
  gap: 20px;
}
.input-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}
label {
  font-weight: bold;
  margin-bottom: 10px;
}
.home-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.app-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
.button-container {
  display: flex;
  gap: 20px;
}
