/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

main {
  flex: 1;
}

.main-container {
  display: flex;
  flex: 1;
}

.home-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vh;
  flex: 1;
}

.coming-soon-container {
  font-size: 2rem;
  text-align: center;
}

.site-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2.5rem 2rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.9rem;
  color: #374151;
}

.site-footer a {
  margin-top: auto;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-footer a:hover {
  color: #111827;
}
