/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

body {
  margin: 0;
  background: #f6f8fa;
  color: #1f2328;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.app-shell {
  box-sizing: border-box;
  min-height: 100vh;
  padding: 4rem clamp(1rem, 4vw, 4rem);
}

.app-hero {
  max-width: 48rem;
}

.app-eyebrow {
  color: #0969da;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.app-hero h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 0;
}

.app-lede {
  color: #59636e;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  margin: 1.25rem 0 0;
}

.app-session {
  color: #59636e;
  font-size: 0.875rem;
  margin: 1rem 0 0;
}

.app-card {
  background: #ffffff;
  border: 1px solid #d8dee4;
  border-radius: 1rem;
  box-shadow: 0 1.5rem 4rem rgba(31, 35, 40, 0.08);
  margin-top: 2rem;
  max-width: 48rem;
  padding: 1.25rem;
}

.flash-region {
  display: grid;
  gap: 0.5rem;
  padding: 1rem clamp(1rem, 4vw, 4rem) 0;
}

.flash {
  border: 1px solid transparent;
  border-radius: 0.6rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
}

.flash-alert {
  background: #f8d7da;
  border-color: #f1aeb5;
  color: #842029;
}

.flash-notice {
  background: #d1e7dd;
  border-color: #a3cfbb;
  color: #0f5132;
}
