/*
 * 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.
 */

turbo-frame { display: block; }

/* Bootstrap sets :root { scroll-behavior: smooth } by default, which makes Turbo's
   scroll restoration glide visibly from the top down to your saved position on back
   navigation. Restore instant positioning so returning to a page snaps into place. */
:root { scroll-behavior: auto; }

:root {
  --fg-brand: #009144;
  --bs-body-font-size: 0.9375rem;
  --bs-body-line-height: 1.35;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: -0.01em;
}

[data-bs-theme="light"] {
  color-scheme: light;
  --bs-body-bg:         #FFFFFF;
  --bs-secondary-bg:    #F6F8FA;
  --bs-tertiary-bg:     #EAEEF2;
  --bs-border-color:    #D0D7DE;
  --bs-body-color:      #0D1117;
  --bs-secondary-color: #57606A;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --fg-brand: #2ebd6b;
  --bs-body-bg:         #0D1117;
  --bs-secondary-bg:    #161B22;
  --bs-tertiary-bg:     #1C2128;
  --bs-border-color:    #1C2330;
  --bs-body-color:      #F0F4F8;
  --bs-secondary-color: #8892A4;
}

:root { --bs-success: var(--fg-brand); --bs-success-rgb: 0, 145, 68; }
[data-bs-theme="dark"] { --bs-success-rgb: 46, 189, 107; }
.btn-success { --bs-btn-bg: var(--fg-brand); --bs-btn-border-color: var(--fg-brand); --bs-btn-hover-bg: color-mix(in srgb, var(--fg-brand) 85%, black); --bs-btn-hover-border-color: color-mix(in srgb, var(--fg-brand) 85%, black); --bs-btn-active-bg: color-mix(in srgb, var(--fg-brand) 75%, black); --bs-btn-active-border-color: color-mix(in srgb, var(--fg-brand) 75%, black); }
.btn-outline-success { --bs-btn-color: var(--fg-brand); --bs-btn-border-color: var(--fg-brand); --bs-btn-hover-bg: var(--fg-brand); --bs-btn-active-bg: var(--fg-brand); }

@media (hover: none) {
  .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
  }
}

h3 { font-size: 1.15rem; font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }
h5 { font-size: 0.95rem; font-weight: 600; }
h6 { font-size: 0.85rem; font-weight: 600; color: var(--bs-secondary-color); }

.fg-color { color: var(--fg-brand); }
.fg-xsmall { font-size: 0.8em; }

.ls-2 { letter-spacing: -0.02em; }

a { color: var(--fg-brand); text-decoration: none; }

.avatar {
  display: inline-block;
  text-align: center;
  background: var(--bs-secondary-bg);
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
}
.avatar img { object-fit: cover; width: 32px; height: 32px; }

.btn-link-emoji { text-decoration: none; padding: 0; border: 0; }

.form-select-bare { width: auto; font-size: 0.875rem; padding: 0.25rem 0.5rem; border: none; background: transparent; -webkit-appearance: menulist; appearance: menulist; }

.form-range::-webkit-slider-thumb { background: var(--fg-brand); width: 28px; height: 28px; }
.form-range::-moz-range-thumb { background: var(--fg-brand); width: 28px; height: 28px; }

.post-divider { border-bottom: 1px solid rgba(0,0,0,0.07); margin: 0.5rem 0; }
[data-bs-theme="dark"] .post-divider { border-bottom-color: rgba(255,255,255,0.07); }

.game-block a { color: inherit; }

.field_with_errors label { color: red; }
.field_with_errors input { border: 1px solid red; }
.field_with_errors select { border: 1px solid red; }

.bi-user::before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  width: 28px;
  height: 28px;
  stroke: #CCC;
  fill: red;
  color: red;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23009144' class='bi bi-person-circle' viewBox='0 0 16 16'><path d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0'/><path fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1'/></svg>");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 50% 50%;
}

.bi-heart::before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  width: 1em;
  height: 1em;
  stroke: #CCC;
  fill: red;
  color: red;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23AAA' class='bi bi-heart' viewBox='0 0 16 16'><path d='m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143q.09.083.176.171a3 3 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.bi-heart-fill::before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  width: 1em;
  height: 1em;
  stroke: #CCC;
  fill: red;
  color: red;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23D33' class='bi bi-heart-fill' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.bi-comment::before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  width: 1.15em;
  height: 1em;
  stroke: #CCC;
  fill: red;
  color: red;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23AAA' class='bi bi-chat' viewBox='0 0 16 16'><path d='M2.678 11.894a1 1 0 0 1 .287.801 11 11 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8 8 0 0 0 8 14c3.996 0 7-2.807 7-6s-3.004-6-7-6-7 2.808-7 6c0 1.468.617 2.83 1.678 3.894m-.493 3.905a22 22 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a10 10 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105'/></svg>");
  background-repeat: no-repeat;
  background-size: 1em 1em;
}

.bi-flag::before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23AAA' class='bi bi-flag' viewBox='0 0 16 16'><path d='M14.778.085A.5.5 0 0 1 15 .5V8a.5.5 0 0 1-.314.464L14.5 8l.186.464-.003.001-.006.003-.023.009a12 12 0 0 1-.397.15c-.264.095-.631.223-1.047.35-.816.252-1.879.523-2.71.523-.847 0-1.548-.28-2.158-.525l-.028-.01C7.68 8.71 7.14 8.5 6.5 8.5c-.7 0-1.638.23-2.437.477A20 20 0 0 0 3 9.342V15.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 1 0v.282c.226-.079.496-.17.79-.26C4.606.272 5.67 0 6.5 0c.84 0 1.524.277 2.121.519l.043.018C9.286.788 9.828 1 10.5 1c.7 0 1.638-.23 2.437-.477a20 20 0 0 0 1.349-.476l.019-.007.004-.002h.001M14 1.221c-.22.078-.48.167-.766.255-.81.252-1.872.523-2.734.523-.886 0-1.592-.286-2.203-.534l-.008-.003C7.662 1.21 7.139 1 6.5 1c-.669 0-1.606.229-2.415.478A21 21 0 0 0 3 1.845v6.458c.22-.078.48-.167.766-.255C4.576 7.795 5.638 7.5 6.5 7.5c.847 0 1.548.28 2.158.525l.028.01C9.32 8.29 9.86 8.5 10.5 8.5c.668 0 1.606-.229 2.415-.478A21 21 0 0 0 14 7.655V1.222z'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.bi-trash::before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23AAA' class='bi bi-trash' viewBox='0 0 16 16'><path d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0z'/><path d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4zM2.5 3h11V2h-11z'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.bi-share::before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  width: 1.2em;
  height: 1.2em;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23009144' class='bi bi-share' viewBox='0 0 16 16'><path d='M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.5 2.5 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5m-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3'/></svg>");
  background-repeat: no-repeat;
  background-size: 1.2rem 1.2rem;
}

header { background: var(--bs-body-bg); z-index: 99; position: fixed; width: 100%; }
header form { display: inline; }

@media (min-width: 1024px) {
  header { position: absolute !important; width: 100%; }
  #mobile_container { max-width: 800px; margin: auto; position: relative;}
}

#logo { display: inline-block; }
#logo a { text-decoration: none; color: var(--fg-brand); }
#logo img.icon { padding-right: 0.5em; }

#posts { display: block; overflow-y: scroll; }

#logo a span {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
#logo a img { cursor: pointer; }
#logo a span::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
  cursor: pointer;
}
#logo a span:hover::before, #logo a span:focus::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* ── Sidebar ─────────────────────────────────────────────── */
.sidebar-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 200;
  opacity: 0; pointer-events: none;
  transition: opacity 280ms ease-in-out;
}
.sidebar-overlay.open { opacity: 1; pointer-events: auto; }

.sidebar-panel {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 280px;
  background: var(--bs-body-bg);
  z-index: 201;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  box-shadow: -2px 0 12px rgba(0,0,0,0.3);
}
.sidebar-panel.open { transform: translateX(0); }

/* Sidebar header */
.sidebar-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 16px 16px;
  border-bottom: 1px solid var(--bs-border-color);
}
.sidebar-header__avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  border: 2px solid var(--fg-brand);
  background: linear-gradient(135deg, #1A7A3C, #0D4A24);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sidebar-header__avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.sidebar-header__avatar-initials {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.sidebar-header__info { min-width: 0; }
.sidebar-header__name {
  color: var(--bs-body-color);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-header__meta {
  font-size: 12px;
  color: color-mix(in srgb, var(--bs-secondary-color) 70%, transparent);
  margin-top: 2px;
}

/* Sidebar groups */
.sidebar-group { padding: 8px 0; }
.sidebar-group__label {
  padding: 4px 16px 4px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--bs-secondary-color);
}

/* Sidebar nav items */
.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-nav__item {
  border-bottom: 1px solid var(--bs-border-color);
}
.sidebar-nav__item:last-child { border-bottom: none; }
.sidebar-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 16px;
  font-size: 15px;
  font-weight: 500;
  color: var(--bs-body-color);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}
.sidebar-nav__link:active { opacity: 0.6; }
.sidebar-nav__link--danger { color: #E03444; }
.sidebar-nav__link--disabled { opacity: 0.5; }
.sidebar-nav__chevron {
  font-size: 18px;
  font-weight: 300;
  color: color-mix(in srgb, var(--bs-secondary-color) 50%, transparent);
}
.sidebar-nav__badge {
  font-size: 10px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 10px;
  background: var(--bs-secondary-bg);
  color: var(--bs-secondary-color);
}

.reveal-hero {
  animation: revealSlideUp 0.4s ease-out;
}
.reveal-score {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}
@keyframes revealSlideUp {
  from { transform: translateY(40px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

/* ── Rate Game Row (Ratings tab) ────────────────────────── */
.rate-game-row {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 14px;
  padding: 10px 14px;
  margin-bottom: 8px;
  touch-action: manipulation;
}
.rate-game-row__teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.rate-game-row__team {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.rate-game-row__team--away {
  justify-content: flex-end;
  text-align: right;
}
.rate-game-row__name {
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--bs-body-color);
}
.rate-game-row__score {
  font-size: 15px;
  min-width: 50px;
  text-align: center;
  color: var(--bs-body-color);
}
.rate-game-row__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid var(--bs-border-color);
}
.rate-game-row__date {
  font-size: 11px;
  color: var(--bs-secondary-color);
}
.rate-game-row__cta {
  font-size: 13px;
  font-weight: 600;
  color: var(--fg-brand);
}

/* ── Rating Card ────────────────────────────────────────── */
.rating-card {
  background: var(--bs-secondary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 14px;
  padding: 13px 14px;
  margin-bottom: 10px;
  touch-action: manipulation;
}
.rating-card__main {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.rating-card__band {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rating-card__band .rating-card__pills { margin-top: 0; }
.rating-card__divider {
  width: 1px;
  height: 34px;
  background: var(--bs-border-color);
  flex-shrink: 0;
}
.rating-card__footer-divider {
  border-top: 1px solid var(--bs-border-color);
  margin-top: 8px;
}
.rating-card__circle {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
}
.rating-card__body { flex: 1; min-width: 0; }
.rating-card__match {
  font-size: 13px;
  font-weight: 600;
  color: var(--bs-secondary-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rating-card__pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.rating-card__pill {
  font-size: 11px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 10px;
}
.rating-card__pill--fav { background: var(--bs-success-bg-subtle); color: var(--bs-success-text-emphasis); }
.rating-card__pill--neutral { background: var(--bs-secondary-bg); color: var(--bs-secondary-color); }
.rating-card__pill--rival { background: var(--bs-danger-bg-subtle); color: var(--bs-danger-text-emphasis); }
.rating-card__pill--watch { background: var(--bs-secondary-bg); color: var(--bs-secondary-color); }
.rating-card__meta {
  font-size: 11px;
  color: color-mix(in srgb, var(--bs-secondary-color) 70%, transparent);
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.rating-card__comp-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}
.rating-card__note {
  background: var(--bs-body-bg);
  border-radius: 8px;
  padding: 8px 10px;
  font-style: italic;
  font-size: 13px;
  color: var(--bs-secondary-color);
  margin-top: 8px;
}
.rating-card__footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 8px;
  margin-top: 10px;
  border-top: 1px solid var(--bs-border-color);
  font-size: 13px;
  color: color-mix(in srgb, var(--bs-secondary-color) 70%, transparent);
}
.rating-card__stat { display: flex; align-items: center; gap: 3px; }
.rating-card__delete { margin-left: auto; }
.rating-card__delete-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  cursor: pointer;
  opacity: 0.5;
}
.rating-card__delete-btn:hover { opacity: 1; }

/* ── Team picker (Favorites / Rivals) ────────────────────── */
.team-chip { font-weight: 500; }
.team-chip__remove { background: none; line-height: 1; font-size: 14px; }
.team-chip__remove-form { display: inline; }
.team-picker-offcanvas { height: 80vh; }

/* Match card */
.match-card { background: var(--bs-tertiary-bg); border: 1px solid var(--bs-border-color); border-radius: 14px; padding: 14px 16px; }
.match-card--live { box-shadow: 0 0 16px color-mix(in srgb, var(--fg-brand) 12%, transparent); }
.match-card__rate-cta {
  color: var(--fg-brand);
  background: color-mix(in srgb, var(--fg-brand) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--fg-brand) 30%, transparent);
}
.league-section-bar { width: 3px; height: 14px; border-radius: 2px; flex-shrink: 0; }
.search-section-label { font-size: 0.72em; letter-spacing: 0.06em; }

/* One-time coachmark teaching that the competition label opens standings.
   Uses the brand accent (--fg-brand) so it themes in both light and dark mode. */
.wc-coachmark {
  position: absolute;
  top: 2.05rem;
  left: 0.5rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: calc(100% - 1rem);
  padding: 0.45rem 0.6rem 0.45rem 0.85rem;
  background: var(--fg-brand);
  color: #fff;
  border-radius: 1.1rem;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.wc-coachmark[hidden] { display: none; }
.wc-coachmark::before { /* pointer triangle aimed up at the label */
  content: "";
  position: absolute;
  top: -5px;
  left: 0.95rem;
  width: 11px;
  height: 11px;
  background: var(--fg-brand);
  border-radius: 2px;
  transform: rotate(45deg);
}
.wc-coachmark__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
}
.wc-coachmark__close:hover { opacity: 1; }
/* Dark mode: dark text reads best (higher contrast) on the green bubble
   against a dark page; light mode keeps white text. */
[data-bs-theme="dark"] .wc-coachmark,
[data-bs-theme="dark"] .wc-coachmark__close { color: var(--bs-dark); }

/* Gentle expanding brand-color glow ring on the label while the coachmark shows. */
.wc-label-text.wc-label-pulse {
  border-radius: 4px;
  animation: wc-label-pulse 1.6s ease-out infinite;
}
@keyframes wc-label-pulse {
  0%   { box-shadow: 0 0 0 0 color-mix(in srgb, var(--fg-brand) 55%, transparent); }
  70%  { box-shadow: 0 0 0 9px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
@media (prefers-reduced-motion: reduce) {
  .wc-label-text.wc-label-pulse { animation: none; }
}

/* Profile teams strip */
.profile-teams { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 12px; }
