*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif;
  color: #212529;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  padding: 0.5rem 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.navbar > .container,
.navbar > .container-fluid,
.app-navbar-content,
.app-navbar-actions {
  display: flex;
  min-width: 0;
  align-items: center;
}

.navbar > .container,
.navbar > .container-fluid,
.app-navbar-content {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
}

.app-navbar-actions {
  margin-left: auto;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  background-clip: padding-box;
  background-color: #fff;
  color: #495057;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
}

.form-control:focus {
  border-color: #80bdff;
  outline: 0;
  background-color: #fff;
  color: #495057;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-muted {
  color: #6c757d !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

body.site-shell {
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  margin: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  background: #fff;
}

body.site-shell .navbar,
body.site-shell footer.footer {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  flex: 0 0 auto;
  background-color: #f8f9fa;
}

body.site-shell .navbar-brand {
  min-width: 0;
  margin-right: 0;
  font-size: clamp(1.08rem, 4.8vw, 1.45rem);
  overflow: hidden;
  text-overflow: ellipsis;
}

body.site-shell > main {
  min-width: 0;
  min-height: 0;
}

.navbar-brand:focus-visible,
.page-back-link:focus-visible,
body.site-shell footer a:focus-visible {
  outline: 3px solid #007bff;
  outline-offset: 3px;
}

.page-back-link {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 4px 14px rgba(33, 37, 41, 0.14);
  color: #0069d9;
  font-weight: 700;
  text-decoration: none;
}

.page-back-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

body.site-shell .page-stage {
  --page-background-overlay: rgba(255, 255, 255, 0.1);
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background-color: #fff;
  background-image:
    linear-gradient(var(--page-background-overlay), var(--page-background-overlay)),
    url("../img/bg-goose-pencil-photos.png");
  background-image:
    linear-gradient(var(--page-background-overlay), var(--page-background-overlay)),
    image-set(
      url("../img/bg-goose-pencil-photos-768.avif") type("image/avif"),
      url("../img/bg-goose-pencil-photos-768.webp") type("image/webp"),
      url("../img/bg-goose-pencil-photos.png") type("image/png")
    );
  background-repeat: repeat;
  background-position: center top;
  background-size: auto, min(100%, 1536px) auto;
  -webkit-overflow-scrolling: touch;
}

body.site-shell .page-stage > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  body.site-shell .page-stage {
    background-image:
      linear-gradient(var(--page-background-overlay), var(--page-background-overlay)),
      url("../img/bg-goose-pencil-photos.png");
    background-image:
      linear-gradient(var(--page-background-overlay), var(--page-background-overlay)),
      image-set(
        url("../img/bg-goose-pencil-photos-1536.avif") type("image/avif"),
        url("../img/bg-goose-pencil-photos-1536.webp") type("image/webp"),
        url("../img/bg-goose-pencil-photos.png") type("image/png")
      );
  }
}

.tile-activity-icon {
  display: block;
  width: 4.6rem;
  height: 3.35rem;
  flex: 0 0 auto;
  color: #212529;
  overflow: visible;
}

body.site-shell footer.footer {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

body.site-shell footer p {
  margin-bottom: 0;
  font-size: 0.7rem;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  body.site-shell .navbar {
    padding: 0.45rem 0;
  }

  body.site-shell .navbar > .container,
  body.site-shell .navbar > .container-fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  body.site-shell footer.footer {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
