/* =========================================================================
   GOLF BRACKETS — shared styles for the auth surfaces (sign-in + claim/join).
   Brand tokens come from brand.css. Used by signin.html and join.html.
   ========================================================================= */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body.gb-auth-body {
  font-family: 'Montserrat', system-ui, sans-serif;
  background:
    radial-gradient(1200px 600px at 50% -10%, #00604a 0%, rgba(0,96,74,0) 60%),
    var(--gb-green);
  min-height: 100vh;
  color: var(--gb-white);
}

.gb-auth-main {
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  padding: 7vh 20px 40px;
}

.gb-auth-card {
  width: 100%; max-width: 440px;
  background: var(--gb-white); color: var(--gb-ink);
  border-radius: 4px; padding: 36px 34px 30px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.34);
}

.gb-auth-emblem {
  /* On a white card the shield is white, so sit it on a green badge. */
  width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 14px;
  background: var(--gb-logo-mark) no-repeat center / 78%, var(--gb-green);
}

.gb-auth-card h1 {
  font-weight: 800; font-size: 22px; letter-spacing: 0.01em;
  text-align: center; margin: 0 0 6px; text-transform: uppercase; line-height: 1.15;
}
.gb-auth-sub {
  text-align: center; font-size: 13.5px; color: #555;
  margin: 0 0 24px; line-height: 1.5;
}

.gb-oauth-btn {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: 11px;
  padding: 12px 16px; cursor: pointer;
  background: #fff; border: 1.5px solid #d4d4d0; border-radius: 4px;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; color: #1A1A1A;
}
.gb-oauth-btn:hover { background: #f8f8f6; border-color: #b9b9b3; }
.gb-oauth-btn svg { width: 19px; height: 19px; flex-shrink: 0; }

.gb-auth-or {
  display: flex; align-items: center; gap: 14px; margin: 22px 0;
  color: #999; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
}
.gb-auth-or::before, .gb-auth-or::after { content: ''; flex: 1; height: 1px; background: #e4e4e0; }

.gb-auth-label {
  display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #777; margin-bottom: 6px;
}
.gb-auth-input {
  width: 100%; padding: 12px 13px; font-family: 'Montserrat', sans-serif; font-size: 14px;
  border: 1.5px solid #d4d4d0; border-radius: 4px; color: var(--gb-ink); margin-bottom: 14px;
}
.gb-auth-input:focus { outline: 2px solid var(--gb-green); outline-offset: -1px; border-color: var(--gb-green); }

.gb-auth-primary {
  width: 100%; padding: 13px 16px; cursor: pointer; border-radius: 4px;
  background: var(--gb-yellow); border: 1.5px solid var(--gb-yellow); color: var(--gb-ink);
  font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.gb-auth-primary:hover { background: var(--gb-yellow-deep); border-color: var(--gb-yellow-deep); }

.gb-auth-fine { text-align: center; font-size: 11.5px; color: #888; margin: 16px 0 0; line-height: 1.5; }

.gb-auth-text {
  width: 100%; background: transparent; border: 0; cursor: pointer; margin-top: 12px;
  font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 12.5px; color: var(--gb-green);
}
.gb-auth-text:hover { text-decoration: underline; }

.gb-auth-check {
  width: 54px; height: 54px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--gb-green); color: var(--gb-white);
  display: grid; place-items: center; font-size: 28px; font-weight: 800;
}

.gb-auth-foot { text-align: center; margin-top: 16px; }
.gb-auth-foot a { color: rgba(255,255,255,0.78); font-size: 12px; font-weight: 600; text-decoration: none; }
.gb-auth-foot a:hover { color: var(--gb-yellow); }

/* ---- claim / join specifics ----------------------------------------- */
.gb-join-eyebrow {
  text-align: center; font-size: 10px; font-weight: 800; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gb-red); margin-bottom: 10px;
}
.gb-join-slot {
  border: 1.5px solid #e4e4e0; border-left: 4px solid var(--gb-green);
  padding: 12px 14px; margin: 4px 0 22px; background: #fafaf8;
}
.gb-join-slot-label {
  font-size: 9px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #888;
}
.gb-join-slot-name { font-size: 17px; font-weight: 800; color: var(--gb-ink); margin-top: 2px; }
.gb-join-slot-meta { font-size: 12px; color: #666; margin-top: 3px; }

.gb-badge {
  display: inline-block; margin: 0 auto 18px; padding: 6px 12px;
  background: #fff7d6; border: 1px solid var(--gb-yellow-deep); color: #6b5800;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em; border-radius: 3px;
}
.gb-badge-wrap { text-align: center; }

.gb-signed-as {
  display: flex; align-items: center; gap: 11px; padding: 12px 14px;
  border: 1px solid #e4e4e0; border-radius: 4px; margin-bottom: 16px; background: #fff;
}
.gb-signed-avatar {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: var(--gb-green); color: #fff; display: grid; place-items: center;
  font-weight: 800; font-size: 13px;
}
.gb-signed-name { font-weight: 700; font-size: 13.5px; color: var(--gb-ink); }
.gb-signed-email { font-size: 12px; color: #777; }

.gb-claim-links { margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.gb-claim-link {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 13px 15px; border: 1.5px solid #e4e4e0; border-radius: 4px;
  text-decoration: none; color: var(--gb-ink); font-weight: 700; font-size: 13.5px;
}
.gb-claim-link:hover { border-color: var(--gb-green); background: #fafaf8; }
.gb-claim-link .arrow { color: var(--gb-green); font-weight: 800; }
