@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, a, span, li, label, .nav-link {
  font-family: "Inter", sans-serif !important;
}

.color-primary {
  color: #FF6B35 !important;
}

.color-secondary {
  color: #00B8D4 !important;
}

.bg-hp-orange {
  background-color: #FF6B35 !important;
}

.bg-hp-blue {
  background-color: #1580cc !important;
}

.btn-hp-blue {
  color: white;
  background-color: #1580cc;
  border-color: #1580cc;
}
.btn-hp-blue:hover, .btn-hp-blue:focus {
  color: white;
  background-color: rgb(17.192, 104.7893333333, 167.008);
  border-color: rgb(17.192, 104.7893333333, 167.008);
}

.mc-notice-badge-new {
  background-color: #FF6B35 !important;
  color: white !important;
  height: 20px;
}

.message-content a, #modal-notice-message a {
  color: #1580cc;
  text-decoration: underline;
}

#admin-sent-notices-table_info {
  padding: 1rem;
}

.dt-paging.paging_full_numbers {
  padding-right: 1rem;
  padding-bottom: 1rem;
}

#notice-message-editor {
  height: 250px;
  background-color: white;
}

.ql-editor {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.ql-toolbar.ql-snow {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.ql-container.ql-snow {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.mc-messages-list {
  max-height: 600px;
  overflow-y: auto;
}

.choices {
  margin-bottom: 0;
  font-size: 1rem;
}

.choices__inner {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  min-height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.choices__inner:focus {
  border-color: rgba(21, 128, 204, 0.4) !important;
  box-shadow: 0 0 0 0.1rem rgba(21, 128, 204, 0.1) !important;
  outline: none !important;
}

.choices__list--multiple {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.choices__item {
  background-color: #1580cc;
  border: 1px solid #1580cc;
  color: white;
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.choices__item.choices__item--selectable {
  background-color: #1580cc !important;
  border: 1px solid #1580cc !important;
}

.choices__button {
  background-color: transparent;
  border: none;
  color: white;
  padding: 0;
  margin: 0 0 0 0.25rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.8;
}
.choices__button:hover {
  opacity: 1;
  color: white;
}

.choices__input,
.choices__input.choices__input--cloned {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.choices__input:focus,
.choices__input.choices__input--cloned:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.choices__list.choices__list--dropdown {
  padding: 0.5rem 0 !important;
}
.choices__list.choices__list--dropdown .undefined {
  padding-bottom: 0.25rem;
}

.choices__list--dropdown {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  margin-top: 0.25rem;
  padding: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}
.choices__list--dropdown::-webkit-scrollbar {
  width: 6px;
}
.choices__list--dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.choices__list--dropdown::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.choices__list--dropdown::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.choices__item--choice {
  padding: 0.5rem 0.75rem;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.choices__item--choice:hover, .choices__item--choice.is-highlighted {
  background-color: rgba(21, 128, 204, 0.1);
  color: #333;
}

.choices__list.choices__list--dropdown.is-active .is-highlighted span {
  color: #333 !important;
}

.choices__item--choice.is-selected {
  background-color: rgba(21, 128, 204, 0.08);
  position: relative;
  padding-left: 2.5rem;
}
.choices__item--choice.is-selected::before {
  content: "✓";
  position: absolute;
  left: 0.75rem;
  color: #1580cc;
  font-weight: bold;
  font-size: 1rem;
}
.choices__item--choice.is-selected:hover, .choices__item--choice.is-selected.is-highlighted {
  background-color: rgba(21, 128, 204, 0.15);
  color: #333;
}
.choices__item--choice.is-selected:hover::before, .choices__item--choice.is-selected.is-highlighted::before {
  color: #1580cc;
}

.choices__list div {
  padding: 0 0.5rem;
}
.choices__list div .is-highlighted {
  background-color: #1580cc !important;
  color: white !important;
}
.choices__list div .is-highlighted::before {
  color: white;
}

.has-no-choices {
  margin: 0.5rem;
}

.choices__placeholder {
  opacity: 0.5;
}

.choices__item--choice.has-no-results {
  color: #6c757d;
  font-style: italic;
  cursor: default;
}
.choices__item--choice.has-no-results:hover {
  background-color: transparent;
  color: #6c757d;
}

.choices__item.is-highlighted {
  background-color: #1580cc !important;
}

.svg-valign-n3 {
  vertical-align: -3px !important;
}

.svg-valign-n5 {
  vertical-align: -5px !important;
}

.gonzaga-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #F7FBFF;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.gonzaga-header--home {
  background-color: transparent;
}
.gonzaga-header.gonzaga-header--scrolled {
  background-color: #F7FBFF;
  box-shadow: 0 2px 20px rgba(12, 44, 48, 0.08);
}

.gonzaga-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 80px;
}

.gonzaga-header__logo {
  display: block;
  flex-shrink: 0;
  cursor: pointer;
}

.gonzaga-header__logo-img {
  height: 52px;
  width: auto;
  display: block;
}

.gonzaga-header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.gonzaga-header__nav-link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #0C2C30;
  text-decoration: none;
  padding: 4px;
  line-height: normal;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.gonzaga-header__nav-link:hover, .gonzaga-header__nav-link:focus {
  opacity: 0.7;
  color: #0C2C30;
}

.gonzaga-header__nav-link--outlined {
  border: 1px solid #0C2C30;
  padding: 4px 8px;
}

.gonzaga-header__lang {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.gonzaga-header__lang-item {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #0C2C30;
  padding: 6px 7px;
  line-height: normal;
  cursor: pointer;
  transition: color 0.2s ease;
}
.gonzaga-header__lang-item--active {
  font-weight: 700;
  color: #20737E;
  border-bottom: 2px solid #20737E;
}

.gonzaga-header__lang-sep {
  width: 1px;
  height: 16px;
  background-color: #0C2C30;
  opacity: 0.2;
}

.gonzaga-header__lang-mobile {
  display: none;
}

.gonzaga-header__hamburger {
  display: none;
}

.gonzaga-menu-toggle {
  display: none;
}

.gonzaga-mobile-overlay {
  display: none;
}

.gonzaga-mobile-nav {
  display: none;
}

.hp-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background-color: #000;
  overflow: hidden;
}

.hp-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-hero__yt-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.hp-hero__yt-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.hp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 100%);
}

.hp-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  padding-bottom: 4rem;
  width: 100%;
}

.hp-hero__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: white;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.hp-hero__subtitle {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2.5rem;
  max-width: 560px;
}

.hp-hero__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex-direction: column;
}

.hp-btn-orange {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #FF6B35;
  color: white;
  border: 2px solid #FF6B35;
  border-radius: 50rem;
  padding: 0.9rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s;
  justify-content: center;
}
.hp-btn-orange:hover {
  background-color: rgb(255, 77.1069306931, 12.2);
  border-color: rgb(255, 77.1069306931, 12.2);
  color: white;
}

.hp-btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 50rem;
  padding: 0.9rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s;
  justify-content: center;
}
.hp-btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.tt-hero {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  background-color: #000;
  overflow: hidden;
}

.tt-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tt-hero__yt-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.tt-hero__yt-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.tt-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 100%);
}

.tt-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  padding-bottom: 4rem;
  width: 100%;
}

#tt-content p {
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
}

.tt-hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: white;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.tt-hero__subtitle {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2.5rem;
  max-width: 560px;
}

.hp-tournaments {
  padding: 0 0 4rem 0;
}
.hp-tournaments p {
  margin-bottom: 0.5rem;
}
.hp-tournaments h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.hp-tournaments__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 2.5rem;
}

.hp-tournaments__subtitle {
  font-size: 1rem;
  color: #444;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hp-filter-pills {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.hp-filter-pill {
  padding: 0.5rem 1.25rem;
  border-radius: 50rem;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s;
}

.hp-filter-pill--active {
  background-color: #000;
  color: white;
}

.hp-filter-pill--inactive {
  background-color: #F3F4F6;
  color: #000;
}
.hp-filter-pill--inactive:hover {
  background-color: #e5e7eb;
  color: #000;
}

.hp-tournament-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  height: 420px;
}

.hp-tournament-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-tournament-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

.hp-tournament-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
}

.hp-tournament-card__sport-badge {
  display: inline-block;
  background-color: #FF6B35;
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.3rem 0.875rem;
  border-radius: 50rem;
  margin-bottom: 1rem;
}

.hp-tournament-card__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: white;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.hp-tournament-card__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.hp-tournament-card__meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.hp-tournament-card__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
.hp-tournament-card__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.hp-tournament-card__link-line {
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: white;
}

.hp-tournament-card--past .hp-tournament-card__bg {
  filter: grayscale(40%);
}

.hp-tournament-card__past-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 50rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hp-past-tournaments-link {
  padding: 0.5rem 1.5rem;
  border-radius: 50rem;
  border: 2px solid #FF6B35;
  color: #FF6B35;
  background: white;
  transition: color 0.2s, border-color 0.2s;
}
.hp-past-tournaments-link:hover {
  color: white;
  background: #FF6B35;
  border-color: #FF6B35;
}

.hp-experience {
  background-color: #000;
}

.hp-experience__intro {
  padding: 3rem 0 2.5rem;
}

.hp-experience__label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00B8D4;
  margin-bottom: 1rem;
}

.hp-experience__title {
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: white;
}

.hp-experience-panel {
  display: flex;
  flex-direction: column;
}

.hp-experience-panel__image {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.hp-experience-panel__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-experience-panel__image-overlay--right {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.hp-experience-panel__image-overlay--left {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.hp-experience-panel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 1.5rem;
}

.hp-experience-panel__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.25rem;
}

.hp-experience-panel__heading {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.hp-experience-panel__subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.75rem;
}

.hp-experience-panel__text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  max-width: 500px;
}

.hp-experience-panel--play {
  background-color: #FF6B35;
}

.hp-experience-panel--travel {
  background-color: #00B8D4;
}

.hp-experience-panel--connect {
  background-color: #FDB44B;
}

.hp-stats {
  padding: 4rem 0;
}

.hp-stats__icon {
  width: 80px;
  height: 80px;
  border: 2px solid #FF6B35;
  border-radius: 50%;
  background-color: white;
  padding: 20px;
  display: block;
  margin: 0 auto 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.hp-stats__title {
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 1rem;
}

.hp-stats__subtitle {
  font-size: 1rem;
  color: #364153;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.hp-stats__number {
  font-size: 3rem;
  font-weight: 700;
  color: #FF6B35;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.25rem;
}

.hp-stats__label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #364153;
  text-align: center;
  margin-bottom: 0.5rem;
}

.hp-stats__description {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  color: #222;
  line-height: 1.4;
}

.hp-testimonials {
  padding: 4rem 0;
}

.hp-testimonials__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #00B8D4;
  text-align: center;
  margin-bottom: 0.75rem;
}

.hp-testimonials__title {
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-align: center;
  color: #0a0a0a;
  margin-bottom: 0.75rem;
  line-height: 1.05;
}

.hp-testimonials__subtitle {
  font-size: 1rem;
  color: #4a5565;
  text-align: center;
  margin-bottom: 2.5rem;
}

.hp-story-card {
  position: relative;
  background-color: #101828;
  border-radius: 1.5rem;
  overflow: hidden;
  height: 400px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.hp-story-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-story-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}

.hp-story-card__top {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hp-story-card__sport-badge {
  background: linear-gradient(90deg, #00B8DB 0%, #2B7FFF 100%);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 50rem;
}

.hp-story-card__duration {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 50rem;
}

.hp-story-card__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
}

.hp-story-card__quote {
  font-size: 0.875rem;
  color: white;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.hp-story-card__title {
  color: white;
  font-size: 1.5rem;
}

.hp-story-card__athlete {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.hp-story-card__athlete-flag {
  width: 40px;
  height: 40px;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  background-color: #333;
}

.hp-story-card__athlete-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
  margin: 0;
}

.hp-story-card__athlete-info {
  font-size: 0.75rem;
  color: #D1D5DC;
  margin: 0;
}

.hp-story-card__hashtag {
  font-size: 0.75rem;
  color: #53EAFD;
  margin: 0;
}

.hp-cta {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  text-align: center;
}

.hp-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 107, 53, 0.95) 0%, rgba(255, 107, 53, 0.95) 50%, rgba(253, 180, 75, 0.9) 100%);
}

.hp-cta__content {
  position: relative;
  z-index: 2;
}

.hp-cta__label {
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.25rem;
}

.hp-cta__title {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.03em;
  color: white;
  margin-bottom: 1.25rem;
}

.hp-cta__subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 668px;
  margin-left: auto;
  margin-right: auto;
}

.hp-cta__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}

.hp-btn-black {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 50rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s;
}
.hp-btn-black:hover {
  background-color: #222 !important;
  color: white;
}

.hp-cta__note {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.hp-footer {
  background-color: #000;
  color: rgba(255, 255, 255, 0.7);
  padding: 4rem 0 0;
}

.hp-footer__brand-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}

.hp-footer__brand-cup {
  color: #FF6B35;
}

.hp-footer__description {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1rem;
  max-width: 400px;
}

.hp-footer__contact {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hp-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.hp-footer__nav-heading {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.25rem;
}

.hp-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hp-footer__nav-link {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.hp-footer__nav-link:hover {
  color: white;
}

.hp-footer__divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3rem;
}

.hp-footer__bottom {
  padding: 1.5rem 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.st-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #000;
  overflow: hidden;
}

.st-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.st-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.15) 100%);
}

.st-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 8rem;
  padding-bottom: 4rem;
  width: 100%;
}

.st-hero__badge {
  display: inline-block;
  background-color: #FF6B35;
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 50rem;
  margin-bottom: 1.25rem;
}

.st-hero__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: white;
  margin-bottom: 1.5rem;
}

.st-hero__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.st-hero__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.5;
}
.st-hero__meta-item svg {
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.st-overview {
  padding: 5rem 0;
  background-color: white;
}

.st-overview__title {
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.st-overview__title span {
  color: #FF6B35;
}

.st-overview__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 3rem;
}

.st-overview__text p {
  margin-bottom: 1rem;
}

.st-overview__rules {
  background-color: #f9fafc;
  border-radius: 1rem;
  padding: 1.75rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.st-overview__rule {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0;
  color: #111;
  display: flex;
  align-items: flex-start;
  gap: 0.35em;
  flex-wrap: nowrap;
}
.st-overview__rule span {
  color: #FF6B35;
  flex: 1;
}

.st-stat-card {
  background-color: #f9fafc;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  text-align: center;
  height: 100%;
}

.st-stat-card__icon {
  display: block;
  margin: 0 auto 0.5rem;
}

.st-stat-card__label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666;
  margin-bottom: 0.25rem;
}

.st-stat-card__value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.st-included {
  padding: 5rem 0;
  background-color: #fcf7f1;
}

.st-included__title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 2rem;
  line-height: 1.1;
}
.st-included__title span {
  color: #00CED0;
}

.st-included__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.st-included__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: #111;
}

.st-included__item-dot {
  width: 24px;
  height: 24px;
  border-radius: 50rem;
  background-color: #FF6B35;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-included__photos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.st-included__photo {
  border-radius: 0.75rem;
  overflow: hidden;
  height: 220px;
  position: relative;
}
.st-included__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.st-included__photo-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 5px;
  padding: 0.4rem 1rem;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.st-experience {
  padding: 5rem 0;
  background-color: white;
}

.st-experience__title {
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.1;
}
.st-experience__title span {
  color: #FF6B35;
}

.st-experience__slider-wrap {
  overflow: hidden;
}

.st-experience__card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafc;
  border-radius: 1rem;
  height: 180px;
  text-decoration: none;
  color: #111;
  transition: background-color 0.2s;
}
.st-experience__card:hover {
  background-color: #eef0f4;
  color: #111;
}

.st-experience__card--cta {
  background-color: #FF6B35;
  color: white;
}
.st-experience__card--cta:hover {
  background-color: rgb(255, 77.1069306931, 12.2);
  color: white;
}

.st-experience__card-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0;
  text-align: center;
  padding: 0 0.75rem;
}

.st-cta {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
  text-align: center;
  background-color: #000;
}

.st-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.35;
}

.st-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.st-cta__content {
  position: relative;
  z-index: 2;
}

.st-cta__label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.75rem;
}

.st-cta__title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: white;
  margin-bottom: 1.25rem;
  line-height: 1.05;
}
.st-cta__title span {
  color: #FF6B35;
}

.st-cta__text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 580px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.st-cta__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.st-back-link {
  padding: 2.5rem 0 3rem;
}

.st-back-link__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #00B8D4;
  text-decoration: none;
  transition: gap 0.2s ease, opacity 0.2s ease;
}
.st-back-link__btn:hover {
  gap: 0.75rem;
  opacity: 0.8;
}

.hiw-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  background: #111 url() center/cover no-repeat;
}

.hiw-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.78));
}

.hiw-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hiw-hero__label {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #00B8D4;
  margin-bottom: 1.25rem;
}

.hiw-hero__title {
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: white;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.hiw-hero__title span {
  color: #FF6B35;
}

.hiw-hero__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 560px;
}

.hiw-steps {
  background: white;
  padding: 6rem 0;
}

.hiw-steps__heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #0a0a0a;
  text-align: center;
  margin-bottom: 5rem;
  line-height: 1.1;
}
.hiw-steps__heading span {
  color: #FF6B35;
  display: block;
}

.hiw-steps__list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  max-width: 700px;
  margin: 0 auto;
}

.hiw-step {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.hiw-step--reverse {
  flex-direction: row-reverse;
  text-align: right;
}

.hiw-step__icon-wrap {
  position: relative;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
}

.hig-step__icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #FF6B35;
}
.hig-step__icon-circle svg {
  width: 40px;
  height: 40px;
}

.hig-step__icon-circle--orange {
  background-color: #FF6B35;
}

.hig-step__icon-circle--teal {
  background-color: #00B8D4;
}

.hig-step__icon-circle--yellow {
  background-color: #FDB44B;
}

.hig-step__number {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 36px;
  height: 36px;
  background: #0a0a0a;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.hig-step__body {
  flex: 1;
}

.hig-step__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 0.75rem;
}

.hig-step__text {
  font-size: 1rem;
  color: #4a5565;
  line-height: 1.7;
}

.hig-timeline {
  background: #f9fafb;
  padding: 6rem 0;
}

.hig-timeline__heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #0a0a0a;
  text-align: center;
  margin-bottom: 3.5rem;
  line-height: 1.1;
}
.hig-timeline__heading span {
  color: #00B8D4;
}

.hig-timeline__card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.hig-timeline__card-icon {
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
}
.hig-timeline__card-icon img {
  height: 32px;
  width: auto;
}

.hig-timeline__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 1.25rem;
}

.hig-timeline__card-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.hig-timeline__card-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #1a1a2e;
}
.hig-timeline__card-list li::before {
  content: none !important;
  display: none !important;
}

.faq-section {
  background: white;
  padding: 6rem 0;
}

.faq-section__heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #0a0a0a;
  text-align: center;
  margin-bottom: 3.5rem;
  line-height: 1.1;
}
.faq-section__heading span {
  color: #FF6B35;
  display: block;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-box {
  background: #f5f5f7;
  border-radius: 0.75rem;
  padding: 1.5rem 1.75rem;
}

.faq-box__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 0.5rem;
}

.faq-box__text {
  font-size: 0.975rem;
  color: #4a5565;
  line-height: 1.75;
  margin: 0;
}

.faq-section__closing {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 1rem;
}

.faq-section__closing-text {
  font-size: 1rem;
  color: #4a5565;
  margin-bottom: 1.5rem;
}

.hig-cta {
  position: relative;
  background: #0a0a0a;
  padding: 7rem 0;
  text-align: center;
  overflow: hidden;
}

.hig-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hig-cta__content {
  position: relative;
  z-index: 2;
}

.hig-cta__label {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FF6B35;
  margin-bottom: 0.75rem;
}

.hig-cta__title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: white;
  margin-bottom: 1.25rem;
  line-height: 1;
}
.hig-cta__title span {
  color: #FF6B35;
}

.hig-cta__subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

.hig-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hig-cta__closing {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.ab-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background: #111 center center/cover no-repeat;
  overflow: hidden;
}

.ab-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.8) 100%);
}

.ab-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.ab-hero__label {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #00B8D4;
  margin-bottom: 1rem;
}

.ab-hero__title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: white;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}
.ab-hero__title span {
  color: #FF6B35;
}

.ab-hero__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  line-height: 1.7;
  margin: 0;
}

.ab-numbers {
  background: #000000;
  padding: 6rem 0;
}

.ab-numbers__heading {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: white;
  text-align: center;
  margin-bottom: 3.5rem;
}
.ab-numbers__heading span {
  color: #00B8D4;
}

.ab-numbers__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.ab-numbers__stat-value {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: #FF6B35;
  line-height: 1;
  letter-spacing: -0.02em;
}

.ab-numbers__stat-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

.ab-story {
  background: white;
  padding: 7rem 0;
}

.ab-story__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #0a0a0a;
  margin-bottom: 2rem;
}
.ab-story__title span {
  color: #00B8D4;
}

.ab-story__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.ab-story__text p {
  font-size: 1rem;
  color: #364153;
  line-height: 1.75;
  margin: 0;
}

.ab-story__image-wrap {
  border-radius: 1.25rem;
  overflow: hidden;
}

.ab-story__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.ab-commitment {
  background: #f9fafc;
  padding: 7rem 0;
}

.ab-commitment__heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #0a0a0a;
  text-align: center;
  margin-bottom: 1rem;
}
.ab-commitment__heading span {
  color: #FF6B35;
}

.ab-commitment__subtitle {
  font-size: 1rem;
  color: #4a5565;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
  line-height: 1.75;
}

.ab-commitment__card {
  background: white;
  border-radius: 1rem;
  padding: 2rem 1.75rem;
  height: 100%;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.ab-commitment__card-icon {
  display: block;
  margin-bottom: 1.25rem;
  line-height: 1;
}

.ab-commitment__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 0.75rem;
}

.ab-commitment__card-text {
  font-size: 0.95rem;
  color: #4a5565;
  line-height: 1.7;
  margin: 0;
}

.cn-hero {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  background: #111 center center/cover no-repeat;
  overflow: hidden;
}

.cn-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.8) 100%);
}

.cn-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.cn-hero__label {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #00B8D4;
  margin-bottom: 1rem;
}

.cn-hero__title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: white;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}
.cn-hero__title span {
  color: #FF6B35;
}

.cn-hero__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 640px;
  line-height: 1.7;
  margin: 0;
}

.cn-cards-section {
  background: white;
  padding: 5rem 0 0 0;
}

.cn-card {
  background: linear-gradient(149deg, #f9fafb 0%, #fff 100%);
  border-radius: 1rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 2.5rem 2rem;
  height: 100%;
  text-decoration: none;
  display: block;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.cn-card:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  text-decoration: none;
}

.cn-card__icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 107, 53, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.cn-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 0.5rem;
}

.cn-card__value {
  font-size: 1rem;
  color: #364153;
  margin: 0;
}

.cn-form-section {
  background: linear-gradient(to bottom, #fff 0%, #f9fafb 100%);
  padding: 5rem 0 2rem;
}

.cn-form__heading {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 2.5rem;
}
.cn-form__heading span {
  color: #FF6B35;
}

.cn-form__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 0.375rem;
}
.cn-form__label span {
  color: #FF6B35;
}

.cn-form__input,
.cn-form__select,
.cn-form__textarea {
  width: 100%;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #0a0a0a;
  background: white;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cn-form__input::-moz-placeholder, .cn-form__select::-moz-placeholder, .cn-form__textarea::-moz-placeholder {
  color: #9ca3af;
}
.cn-form__input::placeholder,
.cn-form__select::placeholder,
.cn-form__textarea::placeholder {
  color: #9ca3af;
}
.cn-form__input:focus,
.cn-form__select:focus,
.cn-form__textarea:focus {
  border-color: #FF6B35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15);
}

.cn-form__textarea {
  resize: vertical;
  min-height: 160px;
}

.cn-form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF6B35;
  color: white;
  border: none;
  border-radius: 3rem;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.9rem 2.5rem;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
.cn-form__btn:hover {
  background: rgb(255, 77.1069306931, 12.2);
  transform: translateY(-1px);
}

.cn-social {
  background: #FF6B35;
  padding: 4rem 0;
  text-align: center;
}

.cn-social__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: white;
  margin-bottom: 0.75rem;
}

.cn-social__subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 560px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.cn-social__icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cn-social__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease;
}
.cn-social__icon svg {
  display: block;
  color: white;
}
.cn-social__icon:hover {
  background: rgba(255, 255, 255, 0.45);
  color: white;
}

#single-page p {
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}

.single-hero {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  background-color: #111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.single-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0.75) 100%);
}

.single-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.single-hero__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: white;
  line-height: 1.05;
  margin: 0;
}

.single-coach-hero {
  position: relative;
  min-height: 25vh;
  display: flex;
  align-items: center;
  background-color: #111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.single-coach-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.single-coach-hero__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: white;
  line-height: 1.05;
  margin: 0;
}

.e404-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  overflow: hidden;
  padding: 8rem 0 6rem;
}

.e404__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(12rem, 30vw, 22rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  letter-spacing: -0.05em;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.e404__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.e404__label {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #00B8D4;
  margin-bottom: 1.5rem;
}

.e404__title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: white;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}
.e404__title span {
  color: #FF6B35;
}

.e404__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
  margin: 0 auto 3rem;
  line-height: 1.75;
}

.e404__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.e404__btn-primary {
  display: inline-flex;
  align-items: center;
  background: #FF6B35;
  color: white;
  border-radius: 3rem;
  padding: 0.875rem 2.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}
.e404__btn-primary:hover {
  background: rgb(255, 77.1069306931, 12.2);
  color: white;
  transform: translateY(-2px);
  text-decoration: none;
}

.e404__btn-outline {
  display: inline-flex;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  border-radius: 3rem;
  padding: 0.875rem 2.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.15s ease;
}
.e404__btn-outline:hover {
  border-color: white;
  color: white;
  transform: translateY(-2px);
  text-decoration: none;
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
  margin: 1.5rem auto 1.5rem auto !important;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  max-width: 90%;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: table !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #198754;
  background-color: rgba(25, 135, 84, 0.08);
  color: #0f5132;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.08);
  color: #842029;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.35;
  color: #dc3545;
}

.wpcf7-not-valid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.12);
}

.wpcf7 form.submitting .cn-form__btn {
  opacity: 0.75;
  cursor: wait;
  pointer-events: none;
}

.um {
  font-family: "Inter", sans-serif !important;
}

.um .um-form .um-field-label label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e2939;
  margin-bottom: 0.375rem;
}
.um .um-form .um-field-label label span {
  color: #FF6B35;
}
.um .um-form input.um-form-field {
  width: 100%;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 0.625rem !important;
  padding: 0.7rem 1rem !important;
  font-size: 0.95rem !important;
  color: #1e2939 !important;
  background: #fff !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none !important;
}
.um .um-form input.um-form-field::-moz-placeholder {
  color: #9ca3af !important;
}
.um .um-form input.um-form-field::placeholder {
  color: #9ca3af !important;
}
.um .um-form input.um-form-field:focus {
  border-color: #FF6B35 !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15) !important;
}
.um .um-form select.um-form-field {
  width: 100%;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 0.625rem !important;
  padding: 0.7rem 1rem !important;
  font-size: 0.95rem !important;
  color: #1e2939 !important;
  background: #fff !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none !important;
}
.um .um-form select.um-form-field:focus {
  border-color: #FF6B35 !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15) !important;
}
.um .um-form textarea.um-form-field {
  width: 100%;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 0.625rem !important;
  padding: 0.7rem 1rem !important;
  font-size: 0.95rem !important;
  color: #1e2939 !important;
  background: #fff !important;
  resize: vertical;
  min-height: 100px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none !important;
}
.um .um-form textarea.um-form-field:focus {
  border-color: #FF6B35 !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15) !important;
}
.um .um-form input[type=submit].um-button,
.um .um-form a.um-button:not(.um-alt) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF6B35 !important;
  color: white !important;
  border: 2px solid #FF6B35 !important;
  border-radius: 3rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 0.7rem 2rem !important;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  text-decoration: none;
  box-shadow: none !important;
  height: auto !important;
}
.um .um-form input[type=submit].um-button:hover,
.um .um-form a.um-button:not(.um-alt):hover {
  background: rgb(255, 77.1069306931, 12.2) !important;
  color: white !important;
  transform: translateY(-1px);
  text-decoration: none;
}
.um .um-form a.um-button.um-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: #FF6B35 !important;
  border: 2px solid #FF6B35 !important;
  border-radius: 3rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 0.7rem 2rem !important;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
  text-decoration: none;
  height: auto !important;
}
.um .um-form a.um-button.um-alt:hover {
  background: #FF6B35 !important;
  color: white !important;
  transform: translateY(-1px);
  text-decoration: none;
}
.um .um-form .um-link-alt {
  color: #FF6B35 !important;
  font-size: 0.9rem;
  text-decoration: none;
}
.um .um-form .um-link-alt:hover {
  text-decoration: underline;
}
.um .um-form .um-field-checkbox-option {
  font-size: 0.9rem;
  color: #1e2939;
}
.um .um-form .um-toggle-gdpr {
  text-decoration: underline;
}
.um .um-form input.um-form-field.um-field-error,
.um .um-form select.um-form-field.um-field-error,
.um .um-form textarea.um-form-field.um-field-error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12) !important;
}
.um .um-form .um-field-error small {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #dc3545;
}
.um .um-form .um-account-meta {
  display: none;
}
.um .um-form .um-account-link.current .um-account-icontip.um-tip-w {
  background: #1580cc;
}

.splide__pagination__page.is-active {
  background-color: #00ced0 !important;
  transform: none !important;
}

#st-experience-splide {
  padding-bottom: 2rem;
}

.splide__pagination--ltr {
  padding-left: 0px;
}

.coach-area {
  min-height: 60vh;
  padding: 2rem 0;
}

.coach-area__welcome {
  margin-bottom: 1.5rem;
}

.coach-area__welcome-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 0.125rem;
}

.coach-area__welcome-role {
  font-size: 0.9rem;
  color: #808080;
  margin: 0;
}

.coach-sidebar {
  background: #fff;
  border-radius: 1rem;
  padding: 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.coach-sidebar__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.coach-sidebar__nav li {
  flex: 1 1 auto;
}

.coach-sidebar__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 0.4rem;
  padding: 0.6rem 0.5rem;
  border-radius: 0.5rem;
  color: #1e2939;
  font-weight: 500;
  font-size: 0.8rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.coach-sidebar__nav-link:hover {
  background-color: rgba(255, 107, 53, 0.08);
  color: #FF6B35;
}
.coach-sidebar__nav-link.active {
  background-color: #FF6B35;
  color: #fff;
}
.coach-sidebar__nav-link.active .coach-sidebar__nav-icon {
  stroke: #fff;
}

#message-counter {
  position: absolute;
  top: 0;
  right: 0;
}

.coach-sidebar__nav-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.coach-sidebar__nav-divider {
  height: 1px;
  background: #f0f0f0;
  margin: 0.25rem 0;
}

.coach-sidebar__nav-link--logout {
  color: #808080;
}
.coach-sidebar__nav-link--logout:hover {
  background-color: rgba(229, 62, 62, 0.08);
  color: #e53e3e;
}

.coach-content {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem 0;
}

.coach-content__header {
  margin-bottom: 1.75rem;
}

.coach-content__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 0.25rem;
}

.coach-content__title-accent {
  color: #FF6B35;
}

.coach-content__subtitle {
  font-size: 1rem;
  color: #000000;
  margin: 0;
}

.mc-roster-count {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #4a5565;
}
.mc-roster-count svg {
  flex-shrink: 0;
  color: #FF6B35;
}

.mc-roster-count__nums {
  font-weight: 700;
  color: #FF6B35;
}

.mc-content-team-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  flex-wrap: wrap;
}
.mc-content-team-name__text {
  font-size: 2rem;
  font-weight: 700;
  color: #101828;
}

.coach-teams__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.coach-teams__heading {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e2939;
  margin: 0;
}

.coach-teams__empty {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 1.5rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.coach-teams__empty-icon {
  font-size: 3.5rem;
  margin-bottom: 0.75rem;
  display: block;
}

.coach-teams__empty-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e2939;
  margin-bottom: 0.5rem;
}

.coach-teams__empty-text {
  color: #4a5565;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.coach-team-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  border-left: 4px solid #dee2e6;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.coach-team-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.coach-team-card--draft {
  border-left-color: #adb5bd;
}
.coach-team-card--pending {
  border-left-color: #FF6B35;
}
.coach-team-card--validated {
  border-left-color: #28a745;
}

.coach-team-card__name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e2939;
  margin-bottom: 0.2rem;
}

.coach-team-card__meta {
  font-size: 0.85rem;
  color: #4a5565;
  margin-bottom: 0;
}

.coach-team-card__actions {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}

.coach-team-card__status {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.2rem 0.7rem;
  border-radius: 2rem;
  white-space: nowrap;
}

.coach-team-card__status--draft {
  background: #f0f0f0;
  color: #6c757d;
}

.coach-team-card__status--pending {
  background: rgba(255, 107, 53, 0.12);
  color: #FF6B35;
}

.coach-team-card__status--validated {
  background: rgba(40, 167, 69, 0.12);
  color: #28a745;
}

.btn-coach-primary {
  background-color: #FF6B35;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 0.625rem;
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.btn-coach-primary:hover {
  background-color: rgb(255, 77.1069306931, 12.2);
  color: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.btn-coach-primary.btn-sm {
  padding: 0.4rem 0.9rem;
  font-size: 0.82rem;
}

.btn-coach-blue {
  background-color: #1a8fe3;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 0.625rem;
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-coach-blue:hover {
  background-color: #1578c2;
  color: #fff;
}

.mc-form-card {
  background: #F9FAFB;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  margin-bottom: 1.5rem;
}

.mc-form-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.mc-form-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e2939;
  margin: 0;
}

.add-from-another-team-link {
  background: white !important;
  color: #1580cc !important;
  border: 2px solid #1580cc !important;
}
.add-from-another-team-link:hover {
  background: #e8f4fd !important;
}

.mc-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.mc-field__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e2939;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.mc-field__label-download {
  font-size: 0.78rem;
  font-weight: 500;
  color: #FF6B35;
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}
.mc-field__label-download:hover {
  color: rgb(255, 77.1069306931, 12.2);
  border-bottom-style: solid;
}

.mc-field__required {
  color: #FF6B35;
  font-weight: 700;
  margin-left: 0.125rem;
}

.mc-field__optional {
  font-size: 0.8rem;
  color: #808080;
  font-weight: 400;
}

.mc-field__input,
.mc-field__select,
.mc-field__textarea {
  width: 100%;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.625rem;
  padding: 0.7rem 1rem;
  font-size: 0.95rem;
  color: #1e2939;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mc-field__input::-moz-placeholder, .mc-field__select::-moz-placeholder, .mc-field__textarea::-moz-placeholder {
  color: #9ca3af;
}
.mc-field__input::placeholder,
.mc-field__select::placeholder,
.mc-field__textarea::placeholder {
  color: #9ca3af;
}
.mc-field__input:focus,
.mc-field__select:focus,
.mc-field__textarea:focus {
  border-color: #FF6B35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15);
}

.mc-field__textarea {
  resize: vertical;
  min-height: 90px;
}

.mc-form-card__hint {
  font-size: 0.8rem;
  color: #6b7280;
  margin: -0.25rem 0 1rem;
  padding: 0.5rem 0.75rem;
  background: #f9fafb;
  border-left: 3px solid #FF6B35;
  border-radius: 0 0.375rem 0.375rem 0;
}

.mc-field__hint {
  font-size: 0.82rem;
  color: #6b7280;
  margin-top: 0.4rem;
  margin-bottom: 0;
}
.mc-field__hint svg {
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.mc-onboarding {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mc-onboarding__step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.mc-onboarding__step:last-of-type {
  border-bottom: none;
}

.mc-onboarding__step-number {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #1a8fe3;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}

.mc-onboarding__step-body {
  flex: 1;
}

.mc-onboarding__step-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1e2939;
  margin: 0 0 0.3rem;
}

.mc-onboarding__step-text {
  font-size: 0.9rem;
  color: #4b5563;
  margin: 0;
  line-height: 1.6;
}

.mc-onboarding__cta {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}

.mc-onboarding__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #FF6B35;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.mc-onboarding__cta-btn:hover {
  background: #e55a24;
  color: #fff;
}

.mc-onboarding__cta-note {
  font-size: 0.82rem;
  color: #6b7280;
  margin: 0;
}

.mc-onboarding-accordion {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
}

.mc-onboarding-accordion__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1.25rem;
  background: #f9fafb;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  text-align: left;
  transition: background 0.15s ease;
}
.mc-onboarding-accordion__toggle:hover {
  background: #f0f4f8;
}
.mc-onboarding-accordion__toggle[aria-expanded=true] {
  background: #f0f4f8;
  border-bottom: 1px solid #e5e7eb;
}

.mc-onboarding-accordion__toggle-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1a8fe3;
}

.mc-onboarding-accordion__chevron {
  flex-shrink: 0;
  transition: transform 0.2s ease;
  color: #6b7280;
}

.mc-onboarding-accordion__toggle[aria-expanded=true] .mc-onboarding-accordion__chevron {
  transform: rotate(180deg);
}

.mc-onboarding-accordion__body {
  padding: 1.25rem 1.25rem 0.5rem;
}
.mc-onboarding-accordion__body[hidden] {
  display: none;
}

.mc-file-field {
  gap: 0.5rem;
}

.mc-file-label {
  display: flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.625rem;
  background: #fff;
  transition: border-color 0.2s ease;
}
.mc-file-label:focus-within {
  border-color: #FF6B35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15);
}
.mc-file-label.mc-file-label--ok {
  border-color: #16a34a;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15);
}
.mc-file-label.mc-file-label--error {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.mc-file-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1rem;
  background: #FF6B35;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 0.5rem 0 0 0.5rem;
  transition: background-color 0.2s ease;
}
.mc-file-btn:hover {
  background: rgb(255, 77.1069306931, 12.2);
}

.mc-file-name {
  padding: 0.65rem 0.875rem;
  font-size: 0.875rem;
  color: #9ca3af;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  transition: color 0.2s ease;
}

.mc-file-name--ok {
  color: #16a34a;
  font-weight: 600;
}
.mc-file-name--ok::before {
  content: "✓ ";
}

.mc-file-name--error {
  color: #dc2626;
  font-weight: 600;
}

.mc-file-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0 0.5rem;
  flex-shrink: 0;
  background: #e5e7eb;
  border: none;
  border-radius: 50%;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.mc-file-clear:hover {
  background: #dc2626;
  color: #fff;
}

.mc-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mc-file-current {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  margin: 0 0 0.4rem;
}
.mc-file-current :not(span):not(button) {
  text-decoration: underline;
}

.mc-file-current__note {
  color: #808080;
  font-size: 0.8rem;
  margin-left: 0.25rem;
}

.mc-doc-remove-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.45rem;
  margin-left: 0.25rem;
  background: none;
  border: 1px solid #fca5a5;
  border-radius: 0.375rem;
  color: #dc2626;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.mc-doc-remove-btn:hover:not(:disabled) {
  background: #dc2626;
  color: #fff;
  border-color: #dc2626;
}
.mc-doc-remove-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mc-teams-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  margin-bottom: 1.5rem;
}

.mc-teams-bar__label {
  font-size: 1rem;
  font-weight: 700;
  color: #1e2939;
  margin: 0;
}

.mc-form-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.mc-back-link span {
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.mc-back-link span:hover {
  border-bottom: 1px solid #212529;
}
.mc-back-link svg {
  display: inline;
}

.danger-buttn-container {
  padding-right: 2.5rem;
}

#mc-team-submit {
  display: flex;
  width: 100%;
  justify-content: center;
}

.btn-coach-submit {
  font-family: "Inter", sans-serif;
  align-items: center;
  gap: 0.625rem;
  background-color: #FF6B35;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 3rem;
  padding: 0.875rem 2rem;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.btn-coach-submit:hover {
  background-color: rgb(255, 77.1069306931, 12.2);
  color: #fff !important;
  transform: translateY(-2px);
}
.btn-coach-submit:disabled, .btn-coach-submit.mc-btn--loading {
  opacity: 0.65;
  pointer-events: none;
  transform: none;
}

.btn-coach-cancel {
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: #4a5565;
  text-decoration: none;
  border: 1.5px solid #dee2e6;
  border-radius: 0.625rem;
  padding: 0.6rem 1.25rem;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.btn-coach-cancel:hover {
  border-color: #9ca3af;
  color: #1e2939;
  text-decoration: none;
}

.mc-form-msg {
  display: none !important;
}

@keyframes mc-toast-in {
  from {
    transform: translate(-50%, -46%) scale(0.94);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.mc-toast-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9998;
  display: none;
}

.mc-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: min(90vw, 400px);
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  text-align: center;
  display: none;
  animation: mc-toast-in 0.22s ease forwards;
}

.mc-toast__close {
  position: absolute;
  top: 0.75rem;
  right: 0.875rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #9ca3af;
  font-size: 1.375rem;
  line-height: 1;
  padding: 0.25rem;
}
.mc-toast__close:hover {
  color: #1e2939;
}

.mc-toast__icon {
  font-size: 2.75rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.mc-toast__message {
  font-size: 0.975rem;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
}

.mc-toast--success {
  border-top: 4px solid #16a34a;
}
.mc-toast--success .mc-toast__icon {
  color: #16a34a;
}
.mc-toast--success .mc-toast__message {
  color: #14532d;
}

.mc-toast--error {
  border-top: 4px solid #dc2626;
}
.mc-toast--error .mc-toast__icon {
  color: #dc2626;
}
.mc-toast--error .mc-toast__message {
  color: #7f1d1d;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > div.clearfix {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#single-page {
  flex: 1;
}

#register-submitted-coach, #login-coach-page,
h1 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #111827;
}
#register-submitted-coach h2, #login-coach-page h2,
h1 h2 {
  margin-bottom: 2.5rem;
  margin-bottom: 1rem;
}
#register-submitted-coach p, #login-coach-page p,
h1 p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0;
}

#register-coach-page p {
  font-size: 16px;
  margin-bottom: 0.5rem;
}
#register-coach-page h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.register-submitted-card {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07);
  padding: 3rem 2.5rem;
  text-align: center;
}
.register-submitted-card__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}
.register-submitted-card__body {
  margin-bottom: 2rem;
}
.register-submitted-card__body p {
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 0.6rem;
}
.register-submitted-card__body em {
  color: #6b7280;
  font-size: 0.9rem;
}

.mc-teams-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.mc-teams-list__actions {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
.mc-teams-list__actions button {
  width: 100%;
}

.mc-team-card-v2 {
  background: #fff;
  border-radius: 0.75rem;
  margin-bottom: 2rem;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 10px 15px -3px rgba(0, 0, 0, 0.07);
}

.mc-team-card-v2__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.mc-team-card-v2__titles {
  flex: 1;
}

.mc-team-card-v2__name {
  font-size: 2rem;
  font-weight: 700;
  color: #101828;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}

.mc-team-card-v2__tournament {
  font-size: 0.875rem;
  font-weight: 500;
  color: #364153;
  margin: 0;
}

.mc-team-card-v2__badge {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.3rem 0.75rem;
  border: 1px solid transparent;
  white-space: nowrap;
  flex-shrink: 0;
}
.mc-team-card-v2__badge--draft {
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #4b5563;
}
.mc-team-card-v2__badge--pending {
  background: rgba(255, 107, 53, 0.12);
  border-color: rgba(255, 107, 53, 0.4);
  color: #b94e1a;
}
.mc-team-card-v2__badge--validated {
  background: #dcfce7;
  border-color: #7bf1a8;
  color: #008236;
}

.mc-team-card-v2__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
}

.mc-team-card-v2__meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #4a5565;
}

.mc-team-card-v2__meta-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.mc-team-card-v2__meta-icon--blue {
  color: #1a8fe3;
}
.mc-team-card-v2__meta-icon--orange {
  color: #FF6B35;
}

.mc-team-card-v2__docs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: flex-start;
  padding: 1.25rem 0;
  border-top: 1px solid #f3f4f6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4a5565;
}

.mc-team-card-v2__doc-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #9ca3af;
}
.mc-team-card-v2__doc-item svg {
  flex-shrink: 0;
}
.mc-team-card-v2__doc-item--ok {
  color: #16a34a;
}
.mc-team-card-v2__doc-item--missing {
  color: #dc2626;
}

.mc-team-card-v2__docs-missing {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
}

.mc-team-card-v2__docs-missing-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4a5565;
}

.mc-team-card-v2__docs-missing-list {
  font-size: 0.875rem;
  color: #dc2626;
  font-weight: 500;
}

@keyframes mc-submit-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.45);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(22, 163, 74, 0);
  }
}
.mc-team-card-v2__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.125rem 2rem;
  margin: 1.25rem -2rem -2rem;
  border-radius: 0 0 0.75rem 0.75rem;
  font-size: 0.875rem;
}
.mc-team-card-v2__footer--draft {
  background: #fffbeb;
  border-top: 2px solid #fbbf24;
  color: #92400e;
  flex-direction: column;
  align-items: stretch;
}
.mc-team-card-v2__footer--pending {
  background: #fff7ed;
  border-top: 1px solid #fed7aa;
  color: #9a3412;
}
.mc-team-card-v2__footer--validated {
  background: #f0fdf4;
  border-top: 1px solid #bbf7d0;
  color: #166534;
}

.mc-team-card-v2__status-info {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex: 1;
}
.mc-team-card-v2__status-info svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.mc-team-card-v2__status-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.8rem;
  border-radius: 0.375rem;
  border: none;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.mc-team-card-v2__status-btn--submit {
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  background: #16a34a;
  color: #fff;
  letter-spacing: 0.01em;
  animation: mc-submit-pulse 2.2s ease-in-out infinite;
}
.mc-team-card-v2__status-btn--submit:hover {
  background: #15803d;
  animation: none;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.45);
}
.mc-team-card-v2__status-btn--revert {
  background: transparent;
  color: #9a3412;
  border: 1px solid #fed7aa;
}
.mc-team-card-v2__status-btn--revert:hover {
  background: #fff0e6;
}

.mc-team-card-v2__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  border-top: 1px solid #f3f4f6;
  padding-top: 1rem;
  margin-top: 0;
}
.mc-team-card-v2__actions > a, .mc-team-card-v2__actions > span > a {
  flex: 1 1 auto;
  justify-content: center;
  text-align: center;
}

.mc-team-card-v2__action-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: #FF6B35;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 0.45rem 1rem;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
}
.mc-team-card-v2__action-link:hover {
  background: #FF6B35;
  color: #fff;
  text-decoration: none;
}

.mc-team-card-v2__edit-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #1a8fe3;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 0.45rem 1rem;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
}
.mc-team-card-v2__edit-link:hover {
  background: #1580cc;
  color: #fff;
  text-decoration: none;
}

button.mc-team-card-v2__edit-link {
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}

.mc-import-panel--card {
  margin-top: 0.5rem;
  border-radius: 0.375rem;
}

#mc-delete-team-btn, #mc-delete-player-btn {
  border-radius: 0.625rem;
  font-weight: 600;
  padding: 10px 15px;
}
#mc-delete-team-btn svg, #mc-delete-player-btn svg {
  display: inline;
}
#mc-delete-team-btn:hover, #mc-delete-player-btn:hover {
  background-color: rgb(145, 0, 0);
  color: white;
}

.mc-radio-group {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.mc-radio-option {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
}
.mc-radio-option input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.mc-radio-option__indicator {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  background: #fff;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s;
}
.mc-radio-option input[type=radio]:checked + .mc-radio-option__indicator {
  background: #FF7F4E;
  border-color: #FF7F4E;
}

.mc-checkbox-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
}
.mc-checkbox-toggle input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.mc-checkbox-toggle__box {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  border: 2px solid #d1d5db;
  background: #fff;
  flex-shrink: 0;
  transition: background 0.15s, border-color 0.15s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.65rem;
}
.mc-checkbox-toggle input[type=checkbox]:checked + .mc-checkbox-toggle__box {
  background-color: #FF7F4E;
  border-color: #FF7F4E;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.mc-checkbox-toggle .mc-field__optional {
  font-weight: 400;
  color: #9ca3af;
  font-size: 0.82rem;
}

.mc-italian-fields {
  border-left: 3px solid #e5e7eb;
  padding-left: 1rem;
  margin-top: 0.25rem;
}

.mc-allergy-section {
  margin-top: 1rem;
}

.mc-allergy-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mc-allergy-table {
  width: 100%;
  font-size: 0.82rem;
  border-collapse: collapse;
  min-width: 520px;
}
.mc-allergy-table thead tr {
  border-bottom: 2px solid #e5e7eb;
}
.mc-allergy-table th {
  text-align: center;
  font-weight: 600;
  color: #6b7280;
  padding: 0.4rem 0.5rem;
  white-space: nowrap;
}
.mc-allergy-table th:first-child {
  text-align: left;
}
.mc-allergy-table td {
  padding: 0.3rem 0.5rem;
  border-bottom: 1px solid #f3f4f6;
}
.mc-allergy-table__allergen-col {
  font-weight: 500;
  min-width: 160px;
}
.mc-allergy-table__radio-cell {
  text-align: center;
}
.mc-allergy-table__radio-cell input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  background: #fff;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.mc-allergy-table__radio-cell input[type=radio]:checked {
  background: #FF7F4E;
  border-color: #FF7F4E;
}
.mc-allergy-table tbody tr:hover {
  background: #fafafa;
}

.mc-empty-state {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 10px 15px -3px rgba(0, 0, 0, 0.07);
  padding: 4rem 2rem;
  text-align: center;
}

.mc-empty-state__icon {
  display: block;
  font-size: 3.75rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.mc-empty-state__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e2939;
  margin-bottom: 0.5rem;
}

.mc-empty-state__text {
  font-size: 1rem;
  color: #4a5565;
  margin-bottom: 1.75rem;
}

.mc-empty-state__btn {
  background-color: #FF6B35;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 0.625rem;
  padding: 0.75rem 1.75rem;
  transition: background-color 0.2s ease;
}
.mc-empty-state__btn:hover {
  background-color: rgb(255, 77.1069306931, 12.2);
  color: #fff;
}

.btn-coach-blue {
  font-size: 1rem;
  font-weight: 700;
}
.btn-coach-blue svg {
  display: inline;
}

.mc-players-section {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 10px 15px -3px rgba(0, 0, 0, 0.07);
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.mc-players-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f3f4f6;
}

.mc-players-section__title-wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.mc-players-section__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #101828;
  margin: 0;
}

.mc-players-section__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #4a5565;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 999px;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.375rem;
}

.mc-players-section__empty {
  text-align: center;
  padding: 2rem 1rem;
  color: #4a5565;
}
.mc-players-section__empty p {
  margin-bottom: 1rem;
}

.mc-players-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mc-player-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.mc-player-row:last-child {
  border-bottom: none;
}

.mc-player-row__top {
  display: flex;
  align-items: center;
  gap: 0.375rem 0.625rem;
  flex: 1;
  min-width: 0;
}

.mc-player-row__bottom {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-shrink: 0;
}

.mc-player-row__number {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FF6B35;
  min-width: 2rem;
  flex-shrink: 0;
}

.mc-player-row__name {
  flex: 1;
  min-width: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1e2939;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mc-player-row__role {
  width: 60px;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #4a5565;
  background: #f3f4f6;
  border-radius: 0.375rem;
  padding: 0.25rem 0.625rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.mc-player-row__cert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding: 0.4rem 0.4rem;
  flex-shrink: 0;
}
.mc-player-row__cert svg {
  display: block;
}

.mc-player-row__cert--ok {
  background: #dbeafe;
  color: #1e40af;
}

.mc-player-row__cert--missing {
  background: #fee2e2;
  color: #991b1b;
}

.mc-player-row__photo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding: 0.4rem 0.4rem;
  flex-shrink: 0;
}
.mc-player-row__photo svg {
  display: block;
}

.mc-player-row__photo--ok {
  background: #dbeafe;
  color: #1e40af;
}

.mc-player-row__photo--no {
  background: #fee2e2;
  color: #991b1b;
}

.mc-player-row__photo--unknown {
  background: #f3f4f6;
  color: #6b7280;
}

.mc-player-row__edit {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1580cc;
  text-decoration: none;
  border: 1.5px solid #1580cc;
  border-radius: 0.375rem;
  padding: 0.25rem 0.625rem;
  transition: background 0.15s ease, color 0.15s ease;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
}
.mc-player-row__edit:hover {
  color: #fff;
  background: #1580cc;
}

.mc-player-row__allergy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffc107;
  color: #000;
  border: none;
  border-radius: 4px;
  padding: 0.4rem 0.4rem;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
}
.mc-player-row__allergy:hover {
  background: #e0a800;
}
.mc-player-row__allergy.mc-player-row__allergy--hidden {
  visibility: hidden;
  pointer-events: none;
}

.mc-submit-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.mc-submit-cta__body {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  flex: 1;
}
.mc-submit-cta__body svg {
  flex-shrink: 0;
  color: #16a34a;
  margin-top: 2px;
}
.mc-submit-cta__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #14532d;
  margin-bottom: 0.25rem;
}
.mc-submit-cta__desc {
  font-size: 0.875rem;
  color: #166534;
  margin: 0;
}
.mc-submit-cta--pending {
  background: #fff7ed;
  border-color: #fed7aa;
  gap: 0.875rem;
  flex-wrap: wrap;
}
.mc-submit-cta--pending svg {
  flex-shrink: 0;
  color: #b45309;
}
.mc-submit-cta--pending .mc-submit-cta__title {
  color: #92400e;
}
.mc-submit-cta--pending .mc-submit-cta__desc {
  color: #b45309;
}
.mc-submit-cta__status-info {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1;
}
.mc-submit-cta__status-info svg {
  flex-shrink: 0;
  color: #b45309;
  margin-top: 2px;
}

.mc-delete-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.mc-delete-modal.is-open {
  display: flex;
}

.mc-delete-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.mc-delete-modal__box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  border-top: 4px solid #dc2626;
  padding: 2rem;
  max-width: 460px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.mc-delete-modal__close-x {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: #6b7280;
  padding: 0.25rem 0.5rem;
}
.mc-delete-modal__close-x:hover {
  color: #111;
}

.mc-delete-modal__icon {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #dc2626;
}

.mc-delete-modal__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #dc2626;
  margin: 0 0 0.75rem;
}

.mc-delete-modal__desc {
  color: #374151;
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
}

.mc-delete-modal__list {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  color: #374151;
  font-size: 0.9375rem;
}
.mc-delete-modal__list li {
  margin-bottom: 0.25rem;
}

.mc-delete-modal__label {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #374151;
}

.mc-delete-modal__input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}
.mc-delete-modal__input:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.mc-delete-modal__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}
.mc-delete-modal__actions .btn-cancel {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9375rem;
}
.mc-delete-modal__actions .btn-cancel:hover {
  background: #e5e7eb;
}
.mc-delete-modal__actions .btn-danger {
  background: #dc2626;
  color: #fff;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 600;
}
.mc-delete-modal__actions .btn-danger:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.mc-delete-modal__actions .btn-danger:not(:disabled):hover {
  background: #b91c1c;
}
.mc-delete-modal__actions .btn-danger:focus {
  outline: none;
}
.mc-delete-modal__actions .btn-danger:focus-visible {
  outline: none;
  background: #b91c1c !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.45) !important;
}

.mc-danger-zone {
  padding: 2rem 0 2.5rem;
  text-align: end;
}

.btn-coach-delete {
  background: #dc2626;
  color: #fff;
  border: none;
}
.btn-coach-delete svg {
  margin-right: 4px;
  vertical-align: -2px;
}

.mc-player-row__number--empty {
  color: #9ca3af;
}

.mc-allergy-section .mc-form-card__hint {
  margin-top: 1rem;
}

.mc-allergy-section .mc-field {
  margin-top: 1rem;
}

.mc-sidebar-players {
  margin-top: 1rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.mc-sidebar-players__header {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.85rem;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mc-sidebar-players__roster-count {
  padding: 0.3rem 0.85rem;
  font-size: 0.75rem;
  color: #6b7280;
  background: #f3f4f6;
  border-bottom: 1px solid #e5e7eb;
}
.mc-sidebar-players__roster-count strong {
  color: #FF6B35;
}

.mc-sidebar-players__empty {
  padding: 0.75rem 0.85rem;
  font-size: 0.8125rem;
  color: #9ca3af;
  margin: 0;
}

.mc-sidebar-players__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mc-sidebar-players__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border-bottom: 1px solid #f3f4f6;
  font-size: 0.8125rem;
}
.mc-sidebar-players__item:last-child {
  border-bottom: none;
}
.mc-sidebar-players__item.is-current {
  background: #fff7ed;
}

.mc-sidebar-players__num {
  font-weight: 700;
  color: #FF6B35;
  min-width: 2rem;
  font-size: 0.75rem;
}

.mc-sidebar-players__num--empty {
  color: #d1d5db;
}

.mc-sidebar-players__name {
  flex: 1;
  color: #1f2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mc-sidebar-players__edit {
  color: #9ca3af;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.mc-sidebar-players__edit:hover {
  color: #FF6B35;
}

.mc-sidebar-players__editing {
  color: #FF6B35;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.mc-sidebar-players__type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.mc-sidebar-players__type--player {
  background: #d1fae5;
  color: #065f46;
}
.mc-sidebar-players__type--staff {
  background: #fef3c7;
  color: #92400e;
}

.tournament-card .btn-coach-submit {
  padding: 0.45rem 1rem !important;
}

.btn-primary-mc {
  background-color: #FF6B35;
  border-color: #FF6B35;
  color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.btn-primary-mc:hover {
  background-color: rgb(255, 77.1069306931, 12.2);
  border-color: rgb(255, 77.1069306931, 12.2);
  color: #fff;
}

.badge-status-admin {
  font-size: 0.85rem;
}

.mc-sidebar-players__add {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.8rem;
  color: white;
  background: #1580cc;
  font-weight: 600;
  border-top: 1px solid #e5e7eb;
  text-decoration: none;
  transition: all 0.2s ease;
}
.mc-sidebar-players__add:hover {
  background: #005796;
}

.mc-sidebar-players__import {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.8rem;
  color: white;
  background: #1580cc;
  font-weight: 600;
  border-top: 1px solid #e5e7eb;
  text-decoration: none;
  transition: all 0.2s ease;
}
.mc-sidebar-players__import:hover {
  background: #005796;
}

.admin-topnav {
  background: #fff;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 86px;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.admin-topnav__nav {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.admin-topnav__nav::-webkit-scrollbar {
  display: none;
}

.admin-topnav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.25rem;
  color: #1e2939;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, background-color 0.15s ease, border-color 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.admin-topnav__link:hover {
  color: #FF6B35;
  background: rgba(255, 107, 53, 0.04);
  border-bottom-color: rgba(255, 107, 53, 0.3);
}
.admin-topnav__link.active {
  color: white;
  background: #FF6B35;
  border-bottom-color: #FF6B35;
  font-weight: 600;
}

.admin-topnav__link-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .admin-topnav__nav {
    overflow-x: visible;
  }
  .admin-topnav__link {
    flex: 1;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.65rem 0.25rem;
    font-size: 0.65rem;
    border-bottom: none;
    border-top: 3px solid transparent;
  }
  .admin-topnav__link:hover {
    border-bottom-color: transparent;
    border-top-color: rgba(255, 107, 53, 0.3);
  }
  .admin-topnav__link.active {
    border-bottom-color: transparent;
    border-top-color: #FF6B35;
  }
  .admin-topnav__link-icon {
    width: 20px;
    height: 20px;
  }
}
table tr:focus-within {
  outline: none !important;
}

#admin-tournaments-table_wrapper {
  padding: 1rem;
}

#admin-tournaments-table {
  font-size: 0.875rem;
}
#admin-tournaments-table thead th {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  white-space: nowrap;
  padding: 0.75rem 1rem;
  text-align: start;
}
#admin-tournaments-table tbody td {
  vertical-align: middle;
  padding: 0.75rem 1rem;
}
#admin-tournaments-table tbody tr {
  cursor: pointer;
  transition: background-color 0.12s ease;
}
#admin-tournaments-table:hover td {
  background-color: rgba(255, 107, 53, 0.04);
}

#admin-tournament-teams-table thead th, #admin-teams-table thead th, #admin-team-players-table_wrapper thead th {
  text-align: start;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  white-space: nowrap;
  padding: 0.75rem 0.6rem;
  text-align: start;
}
#admin-tournament-teams-table thead th:nth-child(10),
#admin-tournament-teams-table thead th:nth-child(11), #admin-teams-table thead th:nth-child(10),
#admin-teams-table thead th:nth-child(11), #admin-team-players-table_wrapper thead th:nth-child(10),
#admin-team-players-table_wrapper thead th:nth-child(11) {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  text-align: center;
  padding: 0.75rem 0.25rem;
  white-space: normal;
  word-break: break-word;
}
#admin-tournament-teams-table tbody td, #admin-teams-table tbody td, #admin-team-players-table_wrapper tbody td {
  vertical-align: middle;
  padding: 0.6rem 0.6rem;
}
#admin-tournament-teams-table tbody td:nth-child(10),
#admin-tournament-teams-table tbody td:nth-child(11), #admin-teams-table tbody td:nth-child(10),
#admin-teams-table tbody td:nth-child(11), #admin-team-players-table_wrapper tbody td:nth-child(10),
#admin-team-players-table_wrapper tbody td:nth-child(11) {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  padding: 0.6rem 0.25rem;
}
#admin-tournament-teams-table tbody tr, #admin-teams-table tbody tr, #admin-team-players-table_wrapper tbody tr {
  cursor: pointer;
  transition: background-color 0.12s ease;
}
#admin-tournament-teams-table:hover td, #admin-teams-table:hover td, #admin-team-players-table_wrapper:hover td {
  background-color: rgba(255, 107, 53, 0.04);
}
#admin-tournament-teams-table .admin-doc-link, #admin-teams-table .admin-doc-link, #admin-team-players-table_wrapper .admin-doc-link {
  text-decoration: none;
  font-size: 1.1rem;
}
#admin-tournament-teams-table .admin-doc-link:hover, #admin-teams-table .admin-doc-link:hover, #admin-team-players-table_wrapper .admin-doc-link:hover {
  opacity: 0.75;
}

#admin-coaches-table {
  font-size: 0.875rem;
}
#admin-coaches-table thead th {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  white-space: nowrap;
  padding: 0.75rem 1rem;
  text-align: start;
}
#admin-coaches-table tbody td {
  vertical-align: middle;
  padding: 0.75rem 1rem;
}
#admin-coaches-table tbody tr {
  transition: background-color 0.12s ease;
}
#admin-coaches-table:hover td {
  background-color: rgba(255, 107, 53, 0.04);
}

.dt-teams-cell {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
}

.dt-teams-approved {
  color: #198754;
  font-weight: 500;
}

.dt-teams-pending {
  color: #fd7e14;
  font-weight: 500;
}

.dt-teams-draft {
  color: #6c757d;
  font-weight: 500;
}

#admin-teams-table {
  font-size: 0.875rem;
  width: 100% !important;
  table-layout: auto;
}
#admin-teams-table thead th {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  background: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  white-space: nowrap;
  padding: 0.75rem 0.6rem;
  text-align: start;
}
#admin-teams-table thead th:nth-child(10),
#admin-teams-table thead th:nth-child(11) {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  text-align: center;
  padding: 0.75rem 0.25rem;
  white-space: normal;
  word-break: break-word;
}
#admin-teams-table tbody td {
  vertical-align: middle;
  padding: 0.6rem 0.6rem;
}
#admin-teams-table tbody td:nth-child(10),
#admin-teams-table tbody td:nth-child(11) {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  padding: 0.6rem 0.25rem;
}
#admin-teams-table tbody tr {
  cursor: pointer;
  transition: background-color 0.12s ease;
}
#admin-teams-table:hover td {
  background-color: rgba(255, 107, 53, 0.04);
}
#admin-teams-table .admin-doc-link {
  text-decoration: none;
  font-size: 1.1rem;
}
#admin-teams-table .admin-doc-link:hover {
  opacity: 0.75;
}

.mc-team-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media (max-width: 575px) {
  .mc-team-info-grid {
    grid-template-columns: 1fr;
  }
}

.mc-team-info-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.25rem;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.9rem;
  color: #212529;
  word-break: break-word;
}
.mc-team-info-item svg {
  flex-shrink: 0;
}
.mc-team-info-item--full {
  grid-column: 1/-1;
}
.mc-team-info-item--top {
  align-items: flex-start;
}
.mc-team-info-item:last-child {
  border-bottom: none;
}

.dataTables_wrapper .dataTables_length {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.dataTables_wrapper .dataTables_length label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #6b7280;
  margin: 0;
  white-space: nowrap;
}
.dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_length select.form-select {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.55rem center !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 0.5rem !important;
  padding: 0.35rem 1.75rem 0.35rem 0.65rem !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  color: #374151 !important;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  min-width: 60px;
  width: auto;
}
.dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_length select.form-select:focus {
  outline: none !important;
  border-color: #FF6B35 !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.12) !important;
}
.dataTables_wrapper .dataTables_filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.dataTables_wrapper .dataTables_filter label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #6b7280;
  margin: 0;
}
.dataTables_wrapper .dataTables_filter input[type=search], .dataTables_wrapper .dataTables_filter input.form-control {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: #fff !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 0.5rem !important;
  padding: 0.4rem 0.75rem !important;
  font-size: 0.8125rem !important;
  color: #374151 !important;
  width: 220px !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-shadow: none !important;
}
.dataTables_wrapper .dataTables_filter input[type=search]::-moz-placeholder, .dataTables_wrapper .dataTables_filter input.form-control::-moz-placeholder {
  color: #9ca3af;
}
.dataTables_wrapper .dataTables_filter input[type=search]::placeholder, .dataTables_wrapper .dataTables_filter input.form-control::placeholder {
  color: #9ca3af;
}
.dataTables_wrapper .dataTables_filter input[type=search]:focus, .dataTables_wrapper .dataTables_filter input.form-control:focus {
  outline: none !important;
  border-color: #FF6B35 !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.12) !important;
}
.dataTables_wrapper .dataTables_info {
  font-size: 0.8125rem;
  color: #9ca3af;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #f3f4f6;
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #f3f4f6;
  display: flex;
  justify-content: flex-end;
}
.dataTables_wrapper .page-item .page-link {
  border: 1.5px solid #e5e7eb;
  border-radius: 0.5rem !important;
  color: #374151;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.35rem 0.7rem;
  margin: 0 0.15rem;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  min-width: 2rem;
  text-align: center;
}
.dataTables_wrapper .page-item .page-link:hover {
  background-color: rgba(255, 107, 53, 0.07);
  border-color: #FF6B35;
  color: #FF6B35;
}
.dataTables_wrapper .page-item.active .page-link {
  background-color: #FF6B35;
  border-color: #FF6B35;
  color: #fff;
  box-shadow: 0 2px 6px rgba(255, 107, 53, 0.35);
}
.dataTables_wrapper .page-item.disabled .page-link {
  color: #d1d5db;
  border-color: #f3f4f6;
  background-color: #fafafa;
  cursor: not-allowed;
}

.t-tournament-name, .t-country-text, .t-tournaments-text, .t-demographics-text, .t-players-text {
  font-size: 14px;
}

#admin-manage-tournament-docs .mc-doc-card__note {
  margin-top: -10px;
  font-style: italic;
}

#admin-manage-team-form .mc-team-info-item a, #admin-manage-team-form .mc-team-info-item p {
  font-size: 14px;
}

.btn-allergies {
  font-family: "Inter", sans-serif !important;
}

.mc-docs-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.mc-docs-filter {
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  border: 1.5px solid #e0e0e0;
  background: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  color: #555;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.mc-docs-filter:hover {
  background: #FF6B35;
  border-color: #FF6B35;
  color: #fff;
}

.mc-docs-filter--active {
  background: #FF6B35;
  border-color: #FF6B35;
  color: #fff;
}

button.mc-docs-filter:focus {
  outline: none;
}
button.mc-docs-filter:focus-visible {
  outline: 3px solid #FF6B35;
  outline-offset: 3px;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  border-color: #FF6B35 !important;
  color: #333 !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.18) !important;
  text-shadow: none !important;
}

button.mc-docs-filter--active:focus-visible {
  outline-color: #c94f22;
  background: #FF6B35 !important;
  background-color: #FF6B35 !important;
  background-image: none !important;
  border-color: #FF6B35 !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(201, 79, 34, 0.22) !important;
  text-shadow: none !important;
}

.mc-docs-tournament {
  margin-bottom: 0;
  padding-top: 2.5rem;
  border-top: 2px solid #e9ebef;
}
.mc-docs-tournament:first-child {
  border-top: none;
  padding-top: 0;
}
.mc-docs-tournament--general {
  background: #fafafa;
  border: 1.5px solid #f0f0f0;
  border-top: none;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin-top: 2.5rem;
}
.mc-docs-tournament--general:first-child {
  margin-top: 0;
}
.mc-docs-tournament--general .mc-docs-tournament__title {
  color: #333;
}

.mc-docs-tournament__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f3f4f6;
  margin-bottom: 1.25rem;
}

.mc-docs-tournament__title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: #0a0a0a;
}

.mc-docs-tournament__dates {
  font-size: 0.82rem;
  color: #666;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.mc-docs-tournament__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.mc-docs-tournament__empty {
  color: #999;
  font-size: 0.875rem;
  font-style: italic;
  margin: 0;
}

.mc-docs-badge {
  font-size: 0.78rem;
  font-weight: 600;
  background: #f3f4f6;
  color: #555;
  padding: 0.2rem 0.65rem;
  border-radius: 2rem;
}

.mc-docs-download-all {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #FF6B35;
  background: none;
  border: 1.5px solid #FF6B35;
  border-radius: 0.375rem;
  padding: 0.25rem 0.8rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.mc-docs-download-all:hover {
  background: #FF6B35;
  color: #fff;
}

.mc-allplayers-group__header--docs {
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}

.mc-docs-header-row {
  width: 100%;
  margin: 0;
}
.mc-docs-header-row > div:first-child {
  min-width: 0;
  flex: 1 1 auto;
}
.mc-docs-header-row > div:last-child {
  flex-shrink: 0;
}
.mc-docs-header-row .mc-allplayers-group__name {
  display: flex;
  align-items: center;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.4;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.mc-docs-meta-row {
  display: flex;
  align-items: start;
  gap: 1rem;
  font-size: 0.8125rem;
  color: #6b7280;
  flex-wrap: wrap;
  padding-left: 0.5rem;
}

.mc-docs-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  font-size: 14px;
}
.mc-docs-meta-item svg {
  flex-shrink: 0;
  opacity: 0.7;
}

.mc-doc-grid {
  display: grid;
  gap: 0.875rem;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mc-doc-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mc-doc-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eef0f4;
  border-radius: 4px;
}

.mc-doc-card__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.875rem;
}

.mc-doc-card__title {
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1e2939;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mc-doc-card__bottom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.875rem 0.6rem;
}

.mc-doc-card__meta {
  flex-shrink: 0;
  margin: 0;
}

.mc-doc-cat-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
  background: #eaecf0;
  color: #4b5563;
  white-space: nowrap;
}

.mc-doc-card__name-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.mc-doc-card__ext-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  padding: 0.25rem 0.55rem;
  border-radius: 5px;
  background: color-mix(in srgb, var(--ext-color, #6b7280) 13%, transparent);
  color: var(--ext-color, #6b7280);
  white-space: nowrap;
  line-height: 1;
  min-width: 54px;
  text-align: center;
}

.mc-doc-card__filename {
  min-width: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #374151;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mc-doc-card__meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.mc-doc-card__meta-info {
  font-size: 0.75rem;
  color: #9ca3af;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.mc-doc-card__size {
  font-size: 0.72rem;
  color: #aaa;
  margin: 0;
}

.mc-doc-card__date {
  font-size: 0.72rem;
  color: #bbb;
  margin: 0;
}
.mc-doc-card__date::before {
  content: "·";
  margin-right: 0.35rem;
}

.mc-doc-card__download {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FF6B35;
  color: #fff;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.mc-doc-card__download:hover {
  background: rgb(255, 77.1069306931, 12.2);
  color: #fff;
}

.mc-doc-card__note {
  font-size: 0.78rem;
  font-style: italic;
  margin: 0;
  padding: 0 0.875rem 0.5rem;
  color: #9ca3af;
}

.mc-doc-card__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.875rem;
}

.mc-doc-card__info {
  flex: 1;
  min-width: 0;
}

.mc-doc-card__title-row {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 0.15rem;
}

.mc-doc-card__sub {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.mc-doc-card__sub .mc-doc-card__date::before {
  display: none;
}

.mc-doc-card__sep {
  color: #bbb;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.72rem;
}

.mc-doc-card__info .mc-doc-card__note {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
  padding: 0.3rem 0 0;
}

.mc-doc-card__inner .mc-docs-download-all {
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .mc-doc-card__inner {
    flex-wrap: wrap;
  }
  .mc-doc-card__info {
    order: -1;
    flex-basis: 100%;
  }
  .mc-doc-card__inner .mc-docs-download-all {
    margin-left: auto;
  }
}
.mc-docs-empty-state {
  text-align: center;
  padding: 3.5rem 1rem;
  color: #bbb;
}

.mc-docs-empty-state__title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 1rem 0 0.4rem;
}

.mc-docs-empty-state__sub {
  font-size: 0.9rem;
  color: #777;
  margin: 0 0 1.5rem;
}

.mc-dash-registrations {
  background: #fff;
  border: 1px solid #e9ebef;
  border-radius: 0.875rem;
  padding: 1.5rem;
  container-type: inline-size;
}
.mc-dash-registrations__title {
  font-size: 1rem;
  font-weight: 700;
  color: #1e2939;
  margin: 0 0 1.25rem;
}

.mc-dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem;
  margin-bottom: 1.75rem;
}
@container (max-width: 580px) {
  .mc-dash-stats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .mc-dash-stats {
    grid-template-columns: 1fr;
  }
}

.mc-dash-stat-card {
  display: flex;
  align-items: start;
  gap: 0.875rem;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-left: 4px solid #e9ebef;
}
.mc-dash-stat-card:has(.mc-dash-stat-card__icon--teal) {
  border-left-color: #00B8D4;
}
.mc-dash-stat-card:has(.mc-dash-stat-card__icon--blue) {
  border-left-color: #1580cc;
}
.mc-dash-stat-card:has(.mc-dash-stat-card__icon--orange) {
  border-left-color: #FF6B35;
}
.mc-dash-stat-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  order: 2;
}
.mc-dash-stat-card__icon--teal {
  color: #00B8D4;
}
.mc-dash-stat-card__icon--blue {
  color: #1580cc;
}
.mc-dash-stat-card__icon--orange {
  color: #FF6B35;
}
.mc-dash-stat-card__body {
  flex: 1;
  min-width: 0;
  order: 1;
}
.mc-dash-stat-card__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.15rem;
}
.mc-dash-stat-card__value {
  display: block;
  font-size: 1.85rem;
  font-weight: 800;
  color: #1e2939;
  line-height: 1.1;
}
.mc-dash-stat-card__pills {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.45rem;
}
.mc-dash-stat-card__link-hint {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: #000000;
  margin-top: 0.35rem;
  opacity: 0.85;
}

.mc-dash-stat-card--link {
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.15s ease, border-left-color 0.15s ease;
}
.mc-dash-stat-card--link:hover {
  background: #F0F4F8;
  box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.2);
  text-decoration: none;
}

.mc-dash-stat-pill {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 0.15rem 0.45rem;
  border-radius: 20px;
  white-space: nowrap;
}
.mc-dash-stat-pill--ongoing {
  background: color-mix(in srgb, #16a34a 13%, transparent);
  color: #16a34a;
}
.mc-dash-stat-pill--future {
  background: color-mix(in srgb, #1580cc 13%, transparent);
  color: #1580cc;
}
.mc-dash-stat-pill--expired {
  background: color-mix(in srgb, #9ca3af 13%, transparent);
  color: #6b7280;
}
.mc-dash-stat-pill--validated {
  background: color-mix(in srgb, #16a34a 13%, transparent);
  color: #16a34a;
}
.mc-dash-stat-pill--pending {
  background: color-mix(in srgb, #FDB44B 18%, transparent);
  color: #b45309;
}
.mc-dash-stat-pill--draft {
  background: color-mix(in srgb, #9ca3af 13%, transparent);
  color: #6b7280;
}

.mc-dash-phase-group {
  margin-bottom: 1.25rem;
}
.mc-dash-phase-group:last-child {
  margin-bottom: 0;
}
.mc-dash-phase-group__header {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #f3f4f6;
}
.mc-dash-phase-group__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.mc-dash-phase-group__dot--ongoing {
  background: #16a34a;
}
.mc-dash-phase-group__dot--future {
  background: #1580cc;
}
.mc-dash-phase-group__dot--expired {
  background: #9ca3af;
}
.mc-dash-phase-group__dot--none {
  background: #d1d5db;
}
.mc-dash-phase-group__count {
  margin-left: auto;
  background: #f3f4f6;
  color: #9ca3af;
  font-size: 0.68rem;
  padding: 0.1rem 0.45rem;
  border-radius: 20px;
  font-weight: 600;
}

.mc-dash-teams-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.mc-dash-team-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  background: #fff;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.mc-dash-team-card:hover {
  background: #F0F4F8;
  border-color: #FF6B35;
  box-shadow: 0 2px 10px rgba(255, 107, 53, 0.1);
  text-decoration: none;
  color: inherit;
}
.mc-dash-team-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.mc-dash-team-card__titles {
  flex: 1;
  min-width: 0;
}
.mc-dash-team-card__name {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1e2939;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mc-dash-team-card__tournament {
  display: block;
  font-size: 0.76rem;
  color: #6b7280;
  margin-top: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mc-dash-team-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.9rem;
  align-items: center;
}
.mc-dash-team-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.76rem;
  color: #6b7280;
}
.mc-dash-team-card__meta-item svg {
  flex-shrink: 0;
  opacity: 0.6;
}
.mc-dash-team-card__chevron {
  position: absolute;
  right: 1rem;
  bottom: 16px;
  color: #d1d5db;
  transition: color 0.18s;
}
.mc-dash-team-card:hover .mc-dash-team-card__chevron {
  color: #FF6B35;
}

#login-coach-page, #password-reset-coach-page, #account-coach-page, #register-coach-page, #register-submitted-coach {
  background-color: #fefefe;
}

.um-account-tab {
  flex-direction: column;
}

.mc-allplayers {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mc-allplayers__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  padding: 3rem 1.5rem;
  background: #fff;
  border: 1px solid #e9ebef;
  border-radius: 0.875rem;
  color: #6b7280;
}
.mc-allplayers__empty p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.mc-allplayers-group {
  background: #fff;
  border: 1px solid #e9ebef;
  border-radius: 0.875rem;
  overflow: hidden;
}
.mc-allplayers-group summary::-webkit-details-marker {
  display: none;
}
.mc-allplayers-group summary::marker {
  display: none;
}
.mc-allplayers-group[open] .mc-allplayers-group__chevron {
  transform: rotate(180deg);
}

.mc-allplayers-group__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
  transition: background 0.15s ease;
}
.mc-allplayers-group__header:hover {
  background: #f9fafb;
}

.mc-allplayers-group__header-left {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.mc-allplayers-group__name {
  font-weight: 700;
  color: #101828;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mc-allplayers-group__tournament {
  font-size: 0.8125rem;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mc-allplayers-group__header-right {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}

.mc-allplayers-group__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #4a5565;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 999px;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.375rem;
}

.mc-allplayers-group__chevron {
  color: #9ca3af;
  transition: transform 0.2s ease, color 0.15s ease;
  flex-shrink: 0;
}

.mc-allplayers-group__body {
  border-top: 1px solid #f3f4f6;
  padding: 1.25rem;
}

.mc-allplayers-group__empty {
  padding: 1rem 0;
  font-size: 0.9375rem;
  color: #6b7280;
}
.mc-allplayers-group__empty a {
  color: #1580cc;
  text-decoration: none;
  margin-left: 0.25rem;
}
.mc-allplayers-group__empty a:hover {
  text-decoration: underline;
}

.mc-allplayers-group__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 0;
  border-top: 1px solid #f3f4f6;
  margin-top: 0.25rem;
}
.mc-allplayers-group__footer > *, .mc-allplayers-group__footer > span > button {
  flex: 1 1 auto;
  text-align: center;
  justify-content: center;
}
.mc-allplayers-group__footer .btn-coach-submit {
  display: flex;
  border-radius: 0.625rem;
  padding: 0.6rem 1.25rem;
}

.mc-allplayers-group__add-link,
.mc-allplayers-group__team-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s ease;
  white-space: nowrap;
}
.mc-allplayers-group__add-link:hover,
.mc-allplayers-group__team-link:hover {
  opacity: 0.75;
}

.mc-allplayers-group__add-link {
  color: #FF6B35;
}

.mc-allplayers-group__team-link {
  color: #1580cc;
}

.mc-allplayers-group__players-count {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: inherit;
  opacity: 0.75;
}

.mc-allplayers-group__allergy-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #ffc107;
  color: #000;
  border: none;
  border-radius: 6px;
  padding: 10px 8px;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}
.mc-allplayers-group__allergy-btn:hover {
  background: #e0a800;
}

.allergy-blink {
  transition: background-color 0.4s ease-in-out;
  background-color: rgba(255, 193, 7, 0.4) !important;
}

.transition-all {
  transition: background-color 0.4s ease-in-out;
}

select.form-select.bg-light:focus {
  background-color: #f8f9fa !important;
  box-shadow: none !important;
  outline: none !important;
}

select.form-select.bg-light option {
  background-color: #ffffff !important;
  color: #212529 !important;
}

.doc-card .doc-title {
  font-size: 16px;
}
.doc-card .doc-cat-badge {
  background-color: #f1f3f5;
  font-size: 12px;
}
.doc-card .doc-note span {
  font-size: 13px;
  line-height: 1.4;
}
.doc-card .doc-filename {
  max-width: 160px;
  font-size: 14px;
}
.doc-card .doc-meta {
  font-size: 13px;
}
.doc-card .doc-download-btn {
  width: 36px;
  height: 36px;
  background-color: #f8f9fa;
  color: #495057;
}
.doc-card .doc-download-btn:hover {
  background-color: #e9ecef;
}

.doc-ext-default {
  background-color: #f1f5f9;
  color: #475569;
  font-size: 12px;
}

.doc-ext-pdf {
  background-color: #fee2e2;
  color: #dc2626;
  font-size: 12px;
}

.doc-ext-img {
  background-color: #f3e8ff;
  color: #7e22ce;
  font-size: 12px;
}

.doc-ext-doc {
  background-color: #e0f2fe;
  color: #2563eb;
  font-size: 12px;
}

.doc-ext-xls {
  background-color: #dcfce7;
  color: #16a34a;
  font-size: 12px;
}

.dt-buttons {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
}
.dt-buttons .btn {
  height: 2.125rem;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.dt-buttons .btn span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.dt-buttons .btn-outline-warning {
  background-color: transparent;
  color: #b45309;
  border-color: #f59e0b;
}
.dt-buttons .btn-outline-warning:hover, .dt-buttons .btn-outline-warning:focus {
  background-color: #fef3c7;
  color: #92400e;
  border-color: #f59e0b;
  box-shadow: none;
}
.dt-buttons .btn-outline-warning:active {
  background-color: #fde68a;
  border-color: #d97706;
  color: #92400e;
}
.dt-buttons .btn-outline-secondary {
  background-color: transparent;
  color: #374151;
  border-color: #6b7280;
}
.dt-buttons .btn-outline-secondary:hover, .dt-buttons .btn-outline-secondary:focus {
  background-color: #f3f4f6;
  color: #111827;
  border-color: #4b5563;
  box-shadow: none;
}
.dt-buttons .btn-outline-secondary:active {
  background-color: #e5e7eb;
  border-color: #374151;
  color: #111827;
}
.dt-buttons .buttons-csv {
  background-color: transparent;
  color: #16a34a;
  border-color: #16a34a;
}
.dt-buttons .buttons-csv:hover, .dt-buttons .buttons-csv:focus {
  background-color: #16a34a;
  color: #fff;
  border-color: #16a34a;
  box-shadow: none;
}
.dt-buttons .buttons-csv:active {
  background-color: #15803d;
  border-color: #15803d;
  color: #fff;
}
.dt-buttons .buttons-print {
  background-color: transparent;
  color: #FF6B35;
  border-color: #FF6B35;
}
.dt-buttons .buttons-print:hover, .dt-buttons .buttons-print:focus {
  background-color: #FF6B35;
  color: #fff;
  border-color: #FF6B35;
  box-shadow: none;
}
.dt-buttons .buttons-print:active {
  background-color: rgb(255, 77.1069306931, 12.2);
  border-color: rgb(255, 77.1069306931, 12.2);
  color: #fff;
}

.dt-button-collection .btn {
  background-color: transparent;
  border-color: transparent;
  color: #1f2937;
  text-align: left;
  width: 100%;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 0.45rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  height: auto;
}
.dt-button-collection .btn:hover, .dt-button-collection .btn:focus {
  background-color: #f3f4f6;
  color: #111827;
  border-color: transparent;
  box-shadow: none;
}
.dt-button-collection .btn:active {
  background-color: #e5e7eb;
  color: #111827;
}

.dt-col-email {
  white-space: normal !important;
  word-break: break-word;
  max-width: 170px;
}

.mc-player-row__teams {
  display: inline-block;
  padding: 0.25rem 0.4rem;
  font-size: 13px;
  font-weight: 600;
  background-color: #eee;
  color: #0d6efd;
  border-radius: 0.375rem;
  vertical-align: middle;
  text-align: center;
  flex-shrink: 0;
  white-space: nowrap;
}

.mc-players-section__actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.mc-players-section__actions > *, .mc-players-section__actions > span > button {
  flex: 1 1 auto;
  text-align: center;
  justify-content: center;
}

.btn-coach-green {
  font-family: "Inter", sans-serif !important;
  background-color: #fff;
  color: #1a7a3c;
  font-weight: 700;
  border: 2px solid #28a745 !important;
  border-radius: 0.625rem;
  padding: 8px 1.25rem;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn-coach-green:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.btn-coach-green:not(:disabled):hover, .btn-coach-green:hover {
  background-color: #eaf6ee;
  color: #145e2e;
  border-color: #1a7a3c;
  text-decoration: none;
}
.btn-coach-green svg {
  display: inline;
  flex-shrink: 0;
}

[id^=mc-import-player-toggle] {
  font-family: "Inter", sans-serif !important;
  background-color: #fff;
  color: #1a8fe3;
  font-weight: 700;
  border: 2px solid #1a8fe3 !important;
  border-radius: 0.625rem;
  padding: 8px 1.25rem;
  font-size: 16px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
[id^=mc-import-player-toggle]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
[id^=mc-import-player-toggle]:not(:disabled):hover {
  background-color: #e8f4fd;
  color: #1578c2;
  border-color: #1578c2;
}

.mc-import-panel {
  display: none;
  margin-top: 1rem;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  overflow: hidden;
}

.mc-import-panel__inner {
  padding: 1.25rem;
}

.mc-import-panel__heading {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
}

.mc-import-panel__notice {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 0.375rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.875rem;
  color: #1e40af;
  margin-bottom: 0.9rem;
}

.mc-import-panel__search {
  width: 100%;
  padding: 0.45rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
.mc-import-panel__search:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

.mc-import-panel__empty,
.mc-import-panel__loading,
.mc-import-panel__error {
  padding: 0.6rem 0;
  font-size: 0.875rem;
  color: #6b7280;
}

.mc-import-panel__error {
  color: #dc2626;
}

.mc-import-player-list {
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  margin-bottom: 0.75rem;
  background: #fff;
}

.mc-import-player-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0.85rem;
  border-bottom: 1px solid #f3f4f6;
}
.mc-import-player-item:last-child {
  border-bottom: none;
}
.mc-import-player-item.is-selected {
  background: #eff6ff;
}

.mc-import-player-item__info {
  display: flex;
  flex-direction: column;
}

.mc-import-player-item__name {
  font-weight: 600;
  font-size: 0.9rem;
  color: #111827;
}

.mc-import-player-item__dob,
.mc-import-player-item__teams {
  font-size: 0.78rem;
  color: #9ca3af;
}

.mc-import-player-item__teams {
  font-style: italic;
}

.mc-import-player-item__select {
  font-size: 0.8rem;
  padding: 0.25rem 0.65rem;
  white-space: nowrap;
}

.mc-import-mini-form {
  display: none;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 0.375rem;
  padding: 1rem;
}

.mc-import-mini-form__selected {
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 0.65rem;
}

.mc-import-mini-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.mc-import-mini-form__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.25rem;
}

.mc-import-mini-form__input {
  padding: 0.35rem 0.6rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.9rem;
  width: 90px;
}

.mc-import-mini-form__optional {
  font-size: 0.78rem;
  color: #9ca3af;
}

.mc-import-mini-form__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  justify-content: flex-end;
}

.mc-import-mini-form__error {
  font-size: 0.85rem;
  color: #dc2626;
  margin-top: 0.4rem;
}

.btn-warning {
  background-color: #f59e0b;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s;
}
.btn-warning:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.btn-warning:not(:disabled):hover {
  background-color: #d97706;
  color: #fff;
}
.btn-warning:focus {
  outline: none;
}
.btn-warning:focus-visible {
  outline: none;
  background-color: #d97706 !important;
  color: #fff !important;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.5) !important;
}

.form-control:focus,
.form-select:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: rgba(21, 128, 204, 0.4) !important;
  box-shadow: 0 0 0 0.1rem rgba(21, 128, 204, 0.1) !important;
  outline: none !important;
}

.ql-container.ql-snow:focus-within,
.ql-toolbar.ql-snow + .ql-container.ql-snow:focus-within {
  border-color: rgba(21, 128, 204, 0.4) !important;
  box-shadow: 0 0 0 0.1rem rgba(21, 128, 204, 0.1) !important;
}

.ql-editor:focus {
  outline: none !important;
}

button:focus-visible,
.btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 0.1rem rgba(21, 128, 204, 0.15) !important;
}

*:focus {
  outline: none !important;
}

*:focus-visible {
  outline: 1px solid rgba(21, 128, 204, 0.3) !important;
  outline-offset: 1px !important;
}

@keyframes mc-spin {
  to {
    transform: rotate(360deg);
  }
}
.mc-import-step {
  margin-bottom: 4rem;
}
.mc-import-step__title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.mc-import-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--mc-orange, #FF6B35);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}
.mc-import-step__desc {
  color: #666;
  margin-bottom: 1rem;
}

.mc-import-field__label {
  font-weight: 600;
  margin-bottom: 0.3rem;
  display: block;
}

.mc-import-template-download {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
}

.mc-import-summary {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.mc-import-count {
  padding: 0.35rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
}
.mc-import-count--valid {
  background: #d1fae5;
  color: #065f46;
}
.mc-import-count--update {
  background: #ede9fe;
  color: #5b21b6;
}
.mc-import-count--link {
  background: #dbeafe;
  color: #1e40af;
}
.mc-import-count--error {
  background: #fee2e2;
  color: #991b1b;
}

.mc-import-legend {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.mc-import-status {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}
.mc-import-status--valid {
  background: #d1fae5;
  color: #065f46;
}
.mc-import-status--update {
  background: #ede9fe;
  color: #5b21b6;
}
.mc-import-status--link {
  background: #dbeafe;
  color: #1e40af;
}
.mc-import-status--error {
  background: #fee2e2;
  color: #991b1b;
}

.mc-import-table-wrap {
  overflow-x: auto;
}

.mc-import-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  table-layout: auto;
}
.mc-import-table thead th {
  background: #f1f5f9;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  text-align: left;
  border-bottom: 2px solid #e2e8f0;
  white-space: nowrap;
}
.mc-import-table thead th:last-child {
  white-space: normal;
  min-width: 280px;
  width: 25%;
}
.mc-import-table tbody td {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}
.mc-import-table tbody td:last-child {
  min-width: 280px;
  width: 25%;
}

.mc-import-row--error td {
  background: #fff5f5;
}

.mc-import-errors {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #991b1b;
  font-size: 0.8rem;
  line-height: 1.6;
}
.mc-import-errors li {
  padding: 0.25rem 0;
  border-left: 3px solid #fca5a5;
  padding-left: 0.5rem;
  margin-bottom: 0.35rem;
}
.mc-import-errors li:last-child {
  margin-bottom: 0;
}

.mc-activity-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.85rem;
}
.mc-activity-icon--new_coach {
  background: #dbeafe;
  color: #1e40af;
}
.mc-activity-icon--team_created {
  background: #d1fae5;
  color: #065f46;
}
.mc-activity-icon--team_status {
  background: #fef3c7;
  color: #92400e;
}
.mc-activity-icon--player_created {
  background: #ede9fe;
  color: #5b21b6;
}
.mc-activity-icon--player_updated {
  background: #e0e7ff;
  color: #3730a3;
}
.mc-activity-icon--player_removed {
  background: #fee2e2;
  color: #991b1b;
}
.mc-activity-icon--coach_doc {
  background: #fce7f3;
  color: #9d174d;
}
.mc-activity-icon--default {
  background: #f3f4f6;
  color: #6b7280;
}

.activity-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.75rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  transition: all 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.activity-filter-pill input {
  display: none;
}
.activity-filter-pill.active {
  border-color: var(--mc-orange, #FF6B35);
  background: #fff7ed;
  color: var(--mc-orange, #FF6B35);
}

.proprieta-single {
  background-color: #F7FBFF;
}

.proprieta-breadcrumb {
  padding: 1.125rem 0;
}

.proprieta-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.proprieta-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.proprieta-breadcrumb__item a {
  color: #20737E;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 2rem;
  display: flex;
  align-items: center;
}
.proprieta-breadcrumb__item a:hover, .proprieta-breadcrumb__item a:focus {
  text-decoration: underline;
}

.proprieta-breadcrumb__sep {
  color: #949799;
  display: flex;
  align-items: center;
}
.proprieta-breadcrumb__sep svg {
  display: block;
  fill: #949799;
}

.proprieta-breadcrumb__item--current {
  color: #20737E;
  text-transform: capitalize;
  border-bottom: 2px solid #20737E;
  line-height: 2rem;
  padding-bottom: 2px;
}

.proprieta-header {
  padding: 2rem 0 1.5rem;
}

.proprieta-header__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0C2C30;
  line-height: 1.375;
  margin-bottom: 0.25rem;
}

.proprieta-header__author {
  font-size: 0.875rem;
  color: #252626;
  margin-bottom: 0;
}

.proprieta-header__sold-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0C2C30;
  color: #F7FBFF;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 1.5rem;
  height: 44px;
  cursor: default;
  white-space: nowrap;
}

.proprieta-description {
  padding: 1.5rem 0 2rem;
}
.proprieta-description p {
  color: #252626;
  font-size: 1rem;
  line-height: 1.1875;
  margin-bottom: 1rem;
}

.proprieta-gallery {
  margin-bottom: 2.5rem;
}

.proprieta-gallery__splide .splide__arrow {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.proprieta-gallery__splide .splide__arrow svg {
  fill: #F7FBFF;
}
.proprieta-gallery__splide .splide__pagination__page {
  background: #949799;
}
.proprieta-gallery__splide .splide__pagination__page.is-active {
  background: #20737E;
  transform: none;
}

.proprieta-gallery__img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.proprieta-map-section {
  margin-bottom: 1.5rem;
}

.proprieta-map__canvas {
  width: 100%;
  height: 283px;
  display: block;
}

.proprieta-cta {
  padding: 2rem 1rem;
}

.proprieta-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #20737E;
  color: #F7FBFF;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 1.5rem;
  height: 44px;
}
.proprieta-cta__btn:hover, .proprieta-cta__btn:focus {
  background-color: rgb(23.7367088608, 85.3037974684, 93.4632911392);
  color: #F7FBFF;
  text-decoration: none;
}

.proprieta-territory {
  padding: 0;
}

.proprieta-territory__heading {
  font-size: 1.25rem;
  font-weight: 500;
  color: #0C2C30;
  margin-bottom: 1rem;
}

.proprieta-territory__splide .splide__pagination {
  bottom: -2rem;
}
.proprieta-territory__splide .splide__pagination__page {
  background: #949799;
}
.proprieta-territory__splide .splide__pagination__page.is-active {
  background: #20737E;
  transform: none;
}

.proprieta-territory__card {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
  text-decoration: none;
}

.proprieta-territory__card-img {
  position: relative;
  width: 100%;
  height: 167px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.proprieta-territory__card-overlay {
  display: none;
}

.proprieta-territory__card-info {
  position: relative;
  padding: 1.5rem;
  color: #252626;
  pointer-events: none;
}

.proprieta-territory__card-title {
  font-size: 2rem;
  font-weight: 500;
  color: #0C2C30;
  line-height: 1.375;
  margin-bottom: 0.25rem;
}

.proprieta-territory__card-author {
  font-size: 1.25rem;
  font-weight: 300;
  color: #252626;
  line-height: 1.1875;
  margin: 0;
}

.territorio-single {
  background-color: #F7FBFF;
}

.territorio-breadcrumb {
  padding: 0.75rem 0;
}

.territorio-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.125rem;
}

.territorio-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.territorio-breadcrumb__item a {
  color: #20737E;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 2rem;
  display: flex;
  align-items: center;
}
.territorio-breadcrumb__item a:hover, .territorio-breadcrumb__item a:focus {
  text-decoration: underline;
}

.territorio-breadcrumb__sep {
  color: #949799;
  display: flex;
  align-items: center;
}
.territorio-breadcrumb__sep svg {
  display: block;
  fill: #949799;
}

.territorio-breadcrumb__item--current {
  color: #20737E;
  text-transform: capitalize;
  border-bottom: 2px solid #20737E;
  line-height: 2rem;
  padding-bottom: 2px;
}

.territorio-header {
  padding: 1.5rem 0 1rem;
}

.territorio-header__title {
  font-size: 2rem;
  font-weight: 500;
  color: #0C2C30;
  line-height: 1.375;
  margin-bottom: 0.25rem;
}

.territorio-header__author {
  font-size: 0.875rem;
  color: #252626;
  margin-bottom: 0;
}

.territorio-description {
  padding: 1rem 0 2rem;
}
.territorio-description p {
  color: #252626;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.territorio-description p:first-child {
  font-weight: 700;
}

.territorio-gallery {
  margin-bottom: 2.5rem;
}

.territorio-gallery__splide .splide__arrow {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.territorio-gallery__splide .splide__arrow svg {
  fill: #F7FBFF;
}
.territorio-gallery__splide .splide__pagination__page {
  background: #949799;
}
.territorio-gallery__splide .splide__pagination__page.is-active {
  background: #20737E;
  transform: none;
}

.territorio-gallery__figure {
  margin: 0;
  position: relative;
}

.territorio-gallery__img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.territorio-gallery__caption {
  font-size: 0.875rem;
  color: #252626;
  text-align: center;
  padding: 0.5rem 1rem;
}

.territorio-stories {
  padding: 2.5rem 0 3rem;
}

.territorio-stories__heading {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0C2C30;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.territorio-stories__heading::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background-color: #0C2C30;
  margin: 0.5rem auto 2rem;
}

.territorio-stories__card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.territorio-stories__card:hover, .territorio-stories__card:focus {
  text-decoration: none;
}
.territorio-stories__card:hover .territorio-stories__card-title, .territorio-stories__card:focus .territorio-stories__card-title {
  text-decoration: underline;
}

.territorio-stories__card-img-wrap {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 1rem;
}

.territorio-stories__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.territorio-stories__card-img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #C6C9CC;
}

.territorio-stories__card-body {
  padding: 0;
}

.territorio-stories__card-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #20737E;
  line-height: 1.556;
  margin-bottom: 0.25rem;
}

.territorio-stories__card-excerpt {
  font-size: 0.875rem;
  color: #252626;
  line-height: 1.5;
  margin-bottom: 0;
}

.news-single {
  background-color: #F7FBFF;
}

.news-breadcrumb {
  padding: 0.75rem 0;
}

.news-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.125rem;
}

.news-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.news-breadcrumb__item a {
  color: #20737E;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 2rem;
  display: flex;
  align-items: center;
}
.news-breadcrumb__item a:hover, .news-breadcrumb__item a:focus {
  text-decoration: underline;
}

.news-breadcrumb__sep {
  color: #949799;
  display: flex;
  align-items: center;
}
.news-breadcrumb__sep svg {
  display: block;
  fill: #949799;
}

.news-breadcrumb__item--current {
  color: #20737E;
  text-transform: capitalize;
  border-bottom: 2px solid #20737E;
  line-height: 2rem;
  padding-bottom: 2px;
}

.news-header {
  padding: 1.5rem 0 1rem;
}

.news-header__title {
  font-size: 1.75rem;
  font-weight: 500;
  color: #0C2C30;
  line-height: 1.375;
  margin-bottom: 0.75rem;
}

.news-header__meta {
  font-size: 0.875rem;
  color: #949799;
  margin-bottom: 0;
}

.news-content {
  padding: 1rem 0 2.5rem;
}
.news-content p {
  color: #252626;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.news-featured-image {
  margin-bottom: 0;
}

.news-featured-image__img {
  display: block;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.proprieta-archive {
  background-color: #F7FBFF;
  min-height: 100vh;
}

.proprieta-archive__breadcrumb {
  padding: 18px 80px 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 14px;
  color: #20737E;
}
.proprieta-archive__breadcrumb a {
  color: #20737E;
  text-decoration: none;
}
.proprieta-archive__breadcrumb a:hover {
  text-decoration: underline;
}

.proprieta-archive__breadcrumb-sep {
  display: inline-flex;
  align-items: center;
  opacity: 0.7;
}

.proprieta-archive__breadcrumb-current {
  border-bottom: 2px solid #20737E;
  font-weight: 400;
}

.proprieta-archive__heading-wrap {
  text-align: center;
  padding: 40px 0 16px;
}

.proprieta-archive__heading {
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #0C2C30;
  line-height: 44px;
  margin: 0 0 8px;
  display: inline-block;
}

.proprieta-archive__heading-line {
  display: block;
  width: 86px;
  height: 3px;
  background-color: #20737E;
  margin: 0 auto;
}

.proprieta-archive__cards-section {
  padding: 16px 0 60px;
}

.proprieta-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background-color: #F7FBFF;
  padding-bottom: 8px;
}
.proprieta-card:hover {
  text-decoration: none;
}

.proprieta-card__img-wrap {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3/2;
  background-color: #C6C9CC;
}

.proprieta-card__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.35s ease;
}
.proprieta-card:hover .proprieta-card__img {
  transform: scale(1.03);
}

.proprieta-card__img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #C6C9CC;
}

.proprieta-card__title {
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #20737E;
  line-height: 28px;
  margin: 16px 0 4px;
}

.proprieta-card__desc {
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #252626;
  line-height: 1.5;
  margin: 0;
}

.proprieta-archive__empty {
  text-align: center;
  padding: 80px 20px;
  color: #949799;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 18px;
}

.proprieta-archive__map-section {
  width: 100%;
}

.proprieta-archive__map-canvas {
  width: 100%;
  height: 450px;
  display: block;
}

.newsroom-archive {
  background-color: #F7FBFF;
}

.newsroom-breadcrumb {
  padding: 0.75rem 0;
}

.newsroom-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.125rem;
}

.newsroom-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.newsroom-breadcrumb__item a {
  color: #20737E;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 2rem;
  display: flex;
  align-items: center;
}
.newsroom-breadcrumb__item a:hover, .newsroom-breadcrumb__item a:focus {
  text-decoration: underline;
}

.newsroom-breadcrumb__sep {
  color: #949799;
  display: flex;
  align-items: center;
}
.newsroom-breadcrumb__sep svg {
  display: block;
  fill: #949799;
}

.newsroom-breadcrumb__item--current {
  color: #20737E;
  text-transform: capitalize;
  border-bottom: 2px solid #20737E;
  line-height: 2rem;
  padding-bottom: 2px;
}

.newsroom-heading {
  padding: 2.5rem 0 2rem;
  text-align: center;
}

.newsroom-heading__title {
  font-size: 1.75rem;
  font-weight: 500;
  color: #0C2C30;
  line-height: 1.375;
  margin-bottom: 0.75rem;
}

.newsroom-heading__divider {
  width: 86px;
  height: 2px;
  background-color: #20737E;
  margin: 0 auto;
}

.newsroom-grid {
  padding-bottom: 4rem;
}

.newsroom-card {
  display: block;
  text-decoration: none;
  padding-bottom: 1rem;
}
.newsroom-card:hover, .newsroom-card:focus {
  text-decoration: none;
}
.newsroom-card:hover .newsroom-card__title, .newsroom-card:focus .newsroom-card__title {
  text-decoration: underline;
}

.newsroom-card__img-wrap {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: #C6C9CC;
}

.newsroom-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.newsroom-card__img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #C6C9CC;
}

.newsroom-card__body {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.newsroom-card__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #20737E;
  line-height: 1.556;
  margin-bottom: 0;
}

.newsroom-card__excerpt {
  font-size: 0.875rem;
  color: #252626;
  line-height: 1.5;
  margin-bottom: 0;
}

.newsroom-pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.newsroom-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.newsroom-pagination li a,
.newsroom-pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  color: #20737E;
  border: 1px solid #C6C9CC;
  text-decoration: none;
}
.newsroom-pagination li a:hover, .newsroom-pagination li a:focus,
.newsroom-pagination li span:hover,
.newsroom-pagination li span:focus {
  background-color: #20737E;
  color: #F7FBFF;
  border-color: #20737E;
}
.newsroom-pagination li span.current {
  background-color: #20737E;
  color: #F7FBFF;
  border-color: #20737E;
}

.newsroom-empty {
  text-align: center;
  padding: 5rem 0;
  color: #949799;
  font-size: 1.125rem;
}

.gonzaga-footer {
  background-color: #F7FBFF;
  border-top: 3px solid #20737E;
}

.gonzaga-footer__main {
  padding: 2rem 80px;
}

.gonzaga-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 184px;
  gap: 2rem;
}

.gonzaga-footer__brand-col {
  display: flex;
  align-items: center;
  border-right: 1px solid #949799;
  height: 152px;
  flex-shrink: 0;
}

.gonzaga-footer__logo-wrap {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  border-right: 1px solid #949799;
  height: 152px;
}

.gonzaga-footer__logo {
  width: 85px;
  height: auto;
}

.gonzaga-footer__tagline {
  padding-left: 1rem;
  padding-right: 2rem;
  max-width: 239px;
}
.gonzaga-footer__tagline p {
  color: #252626;
  font-size: 1rem;
  line-height: 19px;
  margin-bottom: 0;
}

.gonzaga-footer__contact-col {
  display: flex;
  align-items: center;
  gap: 75px;
  border-right: 1px solid #C6C9CC;
  padding-right: 2rem;
  height: 152px;
  flex-shrink: 0;
}

.gonzaga-footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gonzaga-footer__section-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #20737E;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 28px;
}

.gonzaga-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #20737E;
  font-size: 1rem;
}
.gonzaga-footer__contact-item a {
  color: #20737E;
  text-decoration: none;
}
.gonzaga-footer__contact-item a:hover {
  text-decoration: underline;
}
.gonzaga-footer__contact-item i {
  width: 1.5rem;
  text-align: center;
  font-size: 1rem;
}

.gonzaga-footer__socials {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.gonzaga-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #20737E;
  font-size: 1.125rem;
  text-decoration: none;
}
.gonzaga-footer__social-link:hover {
  color: rgb(23.7367088608, 85.3037974684, 93.4632911392);
}

.gonzaga-footer__address-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  height: 184px;
  flex-shrink: 0;
}
.gonzaga-footer__address-col p {
  color: #20737E;
  font-size: 1rem;
  line-height: 19px;
  margin-bottom: 0;
}

.gonzaga-footer__bottom {
  border-top: 3px solid #20737E;
  padding: 0.625rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gonzaga-footer__bottom-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gonzaga-footer__bottom-inner p {
  color: #20737E;
  font-size: 1rem;
  margin-bottom: 0;
}
.gonzaga-footer__bottom-inner a {
  color: #20737E;
  font-size: 1rem;
  text-decoration: none;
}
.gonzaga-footer__bottom-inner a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style-boeros.css.map */