input:focus-visible {
  outline: 1px solid #fff;
}

html, body, #root {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

#root {
  display: flex;
  flex-direction: column;
}

#desktop-unsupported-screen {
  display: none;
}

#desktop-unsupported-content {
  max-width: 560px;
  width: 100%;
  color: #0f172a;
  font-family: "Poppins-Medium", "Poppins-Regular", system-ui, sans-serif;
  box-sizing: border-box;
  border-radius: 28px;
  padding: 28px;
  text-align: left;
  border: 1px solid rgba(62, 156, 177, 0.18);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(4px);
}

#desktop-branding {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

#desktop-app-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(62, 156, 177, 0.28);
}

#desktop-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#desktop-wordmark {
  width: 88px;
  height: auto;
}

#desktop-title {
  margin: 0;
  font-family: "Poppins-SemiBold", "Poppins-Regular", system-ui, sans-serif;
  font-size: 26px;
  line-height: 1.1;
  color: #0b2f37;
}

#desktop-unsupported-message {
  margin: 18px 0 0;
  font-family: "Poppins-Regular", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #334155;
}

/* Desktop/tablet widths: show unsupported message and hide app shell. */
@media (min-width: 768px) {
  #desktop-unsupported-screen {
    display: flex;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 16px;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom right, #E4FDFF, #FBF8EF);
  }

  #desktop-unsupported-content {
    max-width: 620px;
  }

  #root {
    display: none;
  }
}

body {
  font-family: system-ui, sans-serif;
  background: #fff;
}

@font-face {
  font-family: "Poppins-Light";
  src: url(/7641a0f76ca9ef6c252c.ttf);
}

@font-face {
  font-family: "Poppins-Light";
  src: url(/4a7d59f898225cc2f2e7.ttf);
  font-style: italic;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(/35d26b781dc5fda684cc.ttf);
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(/e373f6163127e2d469af.ttf);
  font-style: italic;
}


@font-face {
  font-family: "Poppins-Medium";
  src: url(/673ed42382ab264e0bf5.ttf);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(/89e040c6a64d18f620dc.ttf);
  font-style: italic;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(/ac8d04b620e54be9b0f0.ttf);
}

@font-face {
  font-family: "Poppins-SemiBoldItalic";
  src: url(/3524ffc3226f4578e5c5.ttf);
  font-style: italic;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(/cdb29a5d7ccf57ff05a3.ttf);
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(/cfb635a5111b545f5598.ttf);
  font-style: italic;
}

@font-face {
  font-family: "Poppins-ExtraBold";
  src: url(/01849ee091e1762a5dd5.ttf);
}

@font-face {
  font-family: "Poppins-ExtraBold";
  src: url(/73d4495be63ad83b25cc.ttf);
  font-style: italic;
}
