/* Application styles */

.login-with-google-btn {
  display: block;
  transition: background-color .3s, box-shadow .3s;

  padding: 12px 16px 12px 56px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);

  color: white;
  font-size: 14px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
  text-decoration: none;

  background-image: url("/assets/btn_google_dark_normal_ios-14793707.svg");
  background-color: #4285F4;
  background-repeat: no-repeat;
  background-position: 1px 0px;
}

.login-with-google-btn:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 16px rgba(0, 0, 0, .25);
  color: white;
}

.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.list-with-comma {
  a~a::before {
    content: ', ';
  }
}

/* MKMBA wordmark. Vendored subsets of Syne 800 and Bricolage Grotesque 700 carrying only the
   glyphs M, K, B, A — the sliced logo "M" and the "MKMBA" lockup on the dark footer. Values
   mirror the marketing/docs site so the two footers render identically. */
@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/Syne-800.MKBA-8a1d1fd7.woff2") format('woff2');
  unicode-range: U+41-42, U+4B, U+4D;
}

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/BricolageGrotesque-700.MKBA-f29d54ba.woff2") format('woff2');
  unicode-range: U+41-42, U+4B, U+4D;
}

.mkmba-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1;
  font-size: 22px;
}

.mkmba-brand__mark {
  font-family: "Syne", "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  line-height: 0.74;
  font-size: 1.78em;
  background: linear-gradient(90deg, #5E8C72 0 20%, #7FA98C 20% 40%, #C2A06A 40% 60%, #D08A52 60% 80%, #E6A878 80% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.mkmba-brand__word {
  font-family: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.014em;
  color: #f2e8dc;
}
