body {
  margin: 0;
  padding: 20px;
  background: #050505;
  color: #f5f5f5;
  font-family: Arial, sans-serif;
  font-size: 22px;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  font-size: inherit;
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

.site-header {
  background: #111;
  border-bottom: 3px solid #d4af37;
  padding: 22px 30px 16px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.35);
  position: relative;
  z-index: 100;
}

.site-header-top {
  position: relative;
  text-align: center;
}

.site-header h1 {
  margin: 0 0 22px;
  text-align: center;
  font-size: 92px;
  line-height: 1;
  color: #d4af37;
  font-family: "Brush Script MT", cursive;
  font-weight: normal;
  letter-spacing: 2px;
}

.header-user-area {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
}

.header-user-area a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 800;
}

.header-divider {
  color: rgba(245,245,245,0.45);
}

.header-login-link {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  color: #d4af37;
  font-size: inherit;
  font-weight: 800;
  text-transform: none;
  letter-spacing: normal;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  padding-top: 14px;
  border-top: 1px solid rgba(212,175,55,0.3);
}

.site-nav a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.site-nav a:hover,
.header-user-area a:hover {
  color: #fff;
}

.user-avatar {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d4af37;
  color: #111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.header-username {
  color: #f5f5f5;
  font-size: 22px;
  font-weight: 700;
}

.login-modal[hidden] {
  display: none;
}

.login-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.login-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
}

.login-modal-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 120px auto 0;
  padding: 40px;
  border: 2px solid #d4af37;
  border-radius: 16px;
  background: #111;
  box-shadow: 0 0 32px rgba(212,175,55,0.22);
}

.login-modal-card h2 {
  text-align: center;
  color: #d4af37;
  font-size: 34px;
}

.login-modal-card input {
  width: 100%;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid #444;
  border-radius: 8px;
  background: #050505;
  color: #fff;
}

.login-modal-card button {
  margin-top: 10px;
}

.header-logout-link {
  margin-left: 14px;
  color: #d4af37;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

.header-logout-link:hover {
  color: #fff;
}

.page-title {
  text-align: center;
  color: #d4af37;
  font-size: 28px;
}

.section-title {
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f5f5f5;
  color: #d4af37;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 1px;
}

.page-layout {
  display: grid;
  grid-template-columns: 20% 46% 34%;
  gap: 22px;
  align-items: start;
  width: 96vw;
  margin: 0 auto;
}

.knockout-panel h3 {
  margin: 40px 0 4px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d4af37;
  color: #d4af37;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.knockout-panel .match-date {
  margin: 18px 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5f5f5;
}

.penalty-row {
  display: grid;
  grid-template-columns: 1fr 58px 28px 58px 1fr;
  align-items: center;
  gap: 10px;
  padding: 0 0 12px;
  border-bottom: 1px solid #333;
}

.penalty-label {
  text-align: right;
  color: #f5f5f5;
  font-weight: 800;
}

.penalty-input {
  width: 58px;
  height: 58px;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: #0a0a0a;
  color: #fff;
  border: 1px solid #666;
  border-radius: 6px;
  appearance: textfield;
  -moz-appearance: textfield;
}

.penalty-input::-webkit-outer-spin-button,
.penalty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tables-panel,
.predictions-panel,
.knockout-panel {
  background: #111;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 18px;
}

.tables-panel h2,
.predictions-panel h2,
.knockout-panel h2,
.group-table-wrapper h3,
.knockout-panel h3,
.knockout-panel h4 {
  color: #d4af37;
}

.group-table-wrapper {
  width: 100%;
  margin-bottom: 18px;
  padding: 12px;
  border: 3px double #f5f5f5;
  border-radius: 10px;
  background: #0b0b0b;
}

.group-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}


.group-table-wrapper th,
.group-table-wrapper td {
  padding: 8px 6px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #f5f5f5;
}

.group-table-wrapper th:first-child,
.group-table-wrapper td:first-child {
  width: 52%;
  text-align: left;
  white-space: normal;
  overflow-wrap: break-word;
}

.group-table-wrapper th:nth-child(2),
.group-table-wrapper td:nth-child(2),
.group-table-wrapper th:nth-child(3),
.group-table-wrapper td:nth-child(3),
.group-table-wrapper th:nth-child(4),
.group-table-wrapper td:nth-child(4) {
  width: 16%;
}

.match-day {
  padding: 10px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #444;
}

.match-date {
  color: #d4af37;
  font-size: 28px;
  font-weight: 800;
}

.match-row {
  display: grid;
  grid-template-columns: 220px 42px 58px 28px 58px 42px 220px 80px;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid #333;
}

.home-team {
  text-align: right;
}

.away-team {
  text-align: left;
}

.team-name {
  font-weight: 800;
}

.team-flag {
  width: 38px;
  height: 26px;
  object-fit: cover;
  border: 1px solid #444;
}

.group-badge {
  color: #d4af37;
  white-space: nowrap;
}

.score-input,
.knockout-match input {
  width: 58px;
  height: 58px;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: #0a0a0a;
  color: #fff;
  border: 1px solid #666;
  border-radius: 6px;
  appearance: textfield;
  -moz-appearance: textfield;
}

.score-input::-webkit-outer-spin-button,
.score-input::-webkit-inner-spin-button,
.knockout-match input::-webkit-outer-spin-button,
.knockout-match input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.score-separator,
.knockout-match span {
  color: #d4af37;
  text-align: center;
  font-weight: bold;
}

.knockout-panel h3 {
  margin: 24px 0 8px;
  text-transform: uppercase;
  border-bottom: 1px solid #444;
  padding-bottom: 6px;
}

.knockout-panel h4 {
  margin: 14px 0 6px;
}

.knockout-match {
  display: grid;
  grid-template-columns: 1fr 58px 28px 58px 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #333;
}

.knockout-match strong:first-child {
  text-align: right;
}

.knockout-match strong:last-child {
  text-align: left;
}

button {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 22px 30px;
  background: linear-gradient(to bottom, #f0d46a, #d4af37);
  color: #111;
  border: 2px solid #8a6a00;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

a {
  color: #d4af37;
}


.champion-card {
  margin-top: 28px;
  padding: 28px;
  text-align: center;
  border: 2px solid #d4af37;
  border-radius: 16px;
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.25);
}

.champion-label {
  color: #d4af37;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.champion-flag {
  width: 72px;
  height: 48px;
  object-fit: cover;
  border: 1px solid #666;
  margin-bottom: 14px;
}

.champion-name {
  font-size: 34px;
  font-weight: 900;
  color: #f5f5f5;
}

.register-card {
  background: #1b1b1b;
  padding: 40px;
  border-radius: 16px;
  width: 100%;
  max-width: 420px;
  margin: 60px auto;
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
}

.register-card h1 {
  margin-top: 0;
  text-align: center;
}

.register-card label {
  display: block;
  margin-bottom: 8px;
  color: #ccc;
}

.register-card input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #444;
  background: #222;
  color: white;
  font-size: 16px;
  box-sizing: border-box;
}

.register-card button {
  width: 100%;
  padding: 14px;
  border: 0;
  border-radius: 10px;
  background: #00a651;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.register-card button:hover {
  background: #00c261;
}

.home-page {
  padding: 0;
  background:
    radial-gradient(circle at top, rgba(212,175,55,0.16), transparent 34%),
    #050505;
}

.hero {
  position: relative;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #000;
  box-shadow: none;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.72);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.88) 0%,
      rgba(0,0,0,0.55) 35%,
      rgba(0,0,0,0.10) 100%
    );
}

.hero-content {
  position: absolute;
  z-index: 2;
  left: 52px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 720px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  text-align: left;
  box-shadow: none;
}

.hero-text {
  max-width: 680px;
  margin: 0 0 34px;
  color: #f5f5f5;
  font-size: 34px;
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0,0,0,0.8);
}


.hero-buttons {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.hero-button {
  display: inline-block;
  padding: 20px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-button.primary {
  background: linear-gradient(to bottom, #f0d46a, #d4af37);
  color: #111;
  border: 2px solid #8a6a00;
}

.hero-button.secondary {
  background: #111;
  color: #d4af37;
  border: 2px solid #d4af37;
}

.max-section,
.beta-section {
  width: 94vw;
  margin: 36px auto;
  padding: 36px;
  background:
    linear-gradient(180deg, #151515, #0b0b0b);
  border: 2px solid rgba(212,175,55,0.55);
  border-radius: 22px;
  box-shadow: 0 0 26px rgba(0,0,0,0.45);
}

.max-section {
  display: none;
}

.max-section {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 38px;
  align-items: center;
}

.max-image {
  width: 100%;
  border-radius: 18px;
  border: 3px double #d4af37;
  box-shadow: 0 0 26px rgba(212,175,55,0.2);
}

.max-content h2,
.beta-section h2 {
  color: #d4af37;
  font-size: 52px;
  margin-bottom: 18px;
  line-height: 1;
}

.max-content p,
.beta-section p {
  color: #f5f5f5;
  font-size: 28px;
  line-height: 1.35;
}


.logo {
  color: white;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.landing-nav {
  display: flex;
  gap: 34px;
}

.landing-nav a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-buttons {
  display: flex;
  gap: 18px;
}

.header-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
}

.header-button.login {
  color: white;
  border: 2px solid rgba(255,255,255,0.55);
  background: rgba(0,0,0,0.45);
}

.header-button.join {
  background: #d71920;
  color: white;
}

.hero-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: black;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.hero-poster {
  width: 100%;
  display: block;
}

.hero-buttons {
  position: absolute;
  left: 52px;
  bottom: 46px;

  display: flex;
  gap: 20px;
}

.hero-cta {
  display: inline-block;
  padding: 18px 34px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-cta.primary {
  background: #d71920;
  color: white;
}

.hero-cta.secondary {
  background: rgba(0,0,0,0.6);
  color: white;
  border: 2px solid rgba(255,255,255,0.55);
}

.bottom-line {
  display: flex;
  justify-content: space-around;
  gap: 20px;

  padding: 26px;

  background: #0a0a0a;
  border-top: 2px solid #c49b2c;

  color: white;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-join-button {
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 20;

  display: inline-block;

  padding: 18px 34px;

  background:
    linear-gradient(
      to bottom,
      #e53935,
      #b71c1c
    );

  color: white;

  text-decoration: none;

  font-size: 24px;
  font-weight: 900;

  letter-spacing: 1px;

  text-transform: uppercase;

  border-radius: 14px;

  border: 2px solid rgba(255,255,255,0.2);

  box-shadow:
    0 6px 18px rgba(0,0,0,0.45);
}

.competition-page {
  width: 92vw;
  margin: 40px auto;
}

.competition-table-wrap {
  background: #111;
  border: 1px solid #333;
  border-radius: 16px;
  overflow: hidden;
}

.competition-table {
  width: 100%;
  border-collapse: collapse;
}

.competition-table th {
  background: #1b1b1b;
  color: #d4af37;
  text-align: left;
  padding: 22px;
  font-size: 24px;
  text-transform: uppercase;
}

.competition-table td {
  padding: 22px;
  border-top: 1px solid #2b2b2b;
  font-size: 22px;
}

.submitted-status {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.submitted-status.yes {
  background: rgba(0,166,81,0.18);
  color: #42d77d;
}

.submitted-status.no {
  background: rgba(215,25,32,0.18);
  color: #ff6b6b;
}

.competition-layout {
  display: grid;
  grid-template-columns: 28% 44% 28%;
  gap: 22px;
  align-items: start;
}

.competition-box {
  background: #111;
  border: 2px solid rgba(212,175,55,0.45);
  border-radius: 16px;
  padding: 22px;
  min-height: 420px;
  box-shadow: 0 0 22px rgba(0,0,0,0.35);
}

.competition-box h2 {
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(212,175,55,0.45);
  color: #d4af37;
  font-size: 30px;
  text-transform: uppercase;
}

.main-board {
  min-height: 560px;
}

.main-board .competition-table th,
.main-board .competition-table td {
  padding: 16px;
}

.next-match-card {
  padding: 16px 0;
  border-bottom: 1px solid #2b2b2b;
}

.next-match-card:last-child {
  border-bottom: 0;
}

.next-match-card strong {
  display: block;
  margin-top: 6px;
  color: #f5f5f5;
  font-size: 22px;
}

.next-match-card div {
  color: #d4af37;
  font-size: 18px;
  font-weight: 700;
}

.mini-grid-table,
.competition-table {
  width: 100%;
  border-collapse: collapse;
}

.mini-grid-table th,
.mini-grid-table td,
.competition-table th,
.competition-table td {
  border: 1px solid #555;
  padding: 14px;
  vertical-align: middle;
  text-align: center;
}

.mini-grid-table th:first-child,
.mini-grid-table td:first-child,
.competition-table th:first-child,
.competition-table td:first-child {
  text-align: left;
}

.mini-grid-table th,
.competition-table th {
  background: #1b1b1b;
  color: #d4af37;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}

.mini-grid-table td,
.competition-table td {
  background: #101010;
}

.mini-grid-table tr:nth-child(even) td,
.competition-table tr:nth-child(even) td {
  background: #161616;
}


.squad-section {
  margin-bottom: 40px;
}

.squad-section h2 {
  color: #d4af37;
  font-size: 38px;
  text-transform: uppercase;
}

.squad-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.player-card {
  background: #111;
  border: 2px solid rgba(212,175,55,0.45);
  border-radius: 16px;
  padding: 18px;
  font-size: 16px;
}

.player-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 14px;
}

.player-card h3 {
  color: #f5f5f5;
  font-size: 18px;
}

.player-meta {
  color: #d4af37;
  margin-bottom: 14px;
}

.submission-banner {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 18px;
  margin: 0 0 24px 0;
  border: 2px solid #1faa00;
  background: #123c12;
  color: #7CFF6B;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(124,255,107,0.35);
}

.media-card {
  margin-bottom: 22px;
}

.media-card-image,
.media-card-video {
  width: 100%;
  display: block;
  border: 2px solid #555;
  border-radius: 12px;
}

.media-card-caption {
  margin: 10px 0 0;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 1.35;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.admin-table th,
.admin-table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid #333;
  vertical-align: middle;
}

.admin-table tr:nth-child(even) {
  background: rgba(255,255,255,0.03);
}

.admin-button {
  background: #00b050;
  color: white;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1;
  height: auto;
}

.admin-panel-card {
  width: 90vw;
  margin: 40px auto;
  background: #1b1b1b;
  padding: 24px;
  border-radius: 14px;
  vertical-align: middle !important;
}

.admin-panel-card table {
  width: 60%;
  border-collapse: collapse;
}

.admin-panel-card th,
.admin-panel-card td {
  border: 1px solid #555;
  padding: 8px 10px;
  vertical-align: middle;
}

.admin-panel-card td form {
  margin: 0;
}

.youtube-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 2px solid #555;
  border-radius: 12px;
  overflow: hidden;
}

.youtube-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.nav-dropdown {
  position: relative;
}

.dropdown-menu {
  opacity: 0;
  visibility: hidden;

  position: absolute;
  top: 100%;
  left: 0;

  background: #111;
  list-style: none;

  padding: 0;
  margin: 0;

  min-width: 180px;
  z-index: 1000;

  transition: opacity 0.2s ease;
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu li a {
  display: block;
  padding: 12px 16px;
  color: white;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background: #222;
}

.nav-dropdown:hover .dropdown-menu {
  display: block;
}

.nav-dropdown {
  list-style: none;
}

@media (max-width: 1800px) {
  body {
    font-size: 16px;
  }

  .site-header h1 {
    font-size: 64px;
  }

  .page-layout {
    grid-template-columns: 22% 48% 30%;
    gap: 14px;
  }

  .tables-panel,
  .predictions-panel,
  .knockout-panel {
    padding: 12px;
  }

  .match-row {
    grid-template-columns: 160px 32px 46px 20px 46px 32px 160px 60px;
    gap: 6px;
  }

  .score-input,
  .knockout-match input,
  .penalty-input {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .header-user-area {
  position: static;
  justify-content: center;
  margin-top: 10px;
  font-size: 16px;
  padding-bottom: 10px;
}

.header-username,
.header-user-area a {
  font-size: 16px;
}

.user-avatar {
  width: 30px;
  height: 30px;
  font-size: 16px;
}

.results-table th,
.results-table td {
  font-size: 14px;
  padding: 6px;
}

.results-table th {
  white-space: normal;
  line-height: 1.1;
}

.competition-box .mini-grid-table {
    table-layout: fixed;
    width: 100%;
  }

  .competition-box .mini-grid-table th,
  .competition-box .mini-grid-table td {
    font-size: 13px;
    padding: 5px;
    line-height: 1.1;
    white-space: normal;
  }

  .competition-box .mini-grid-table th {
    word-break: normal;
  }
}

@media (max-width: 1100px) {
  .page-layout,
  .competition-layout {
    display: block;
    width: 96vw;
  }

  .tables-panel,
  .predictions-panel,
  .knockout-panel,
  .competition-box {
    margin-bottom: 22px;
  }

  .match-row {
    grid-template-columns: 1fr 32px 44px 18px 44px 32px 1fr;
  }

  .group-badge {
    display: none;
  }
}

@media (max-width: 700px) {
  body {
    padding: 8px;
    font-size: 15px;
  }

  .site-header h1 {
    font-size: 42px;
    white-space: normal;
  }

  .site-nav {
    gap: 14px;
    flex-wrap: wrap;
  }

  .page-layout,
  .competition-layout {
    display: block;
    width: 100%;
  }

  .tables-panel,
  .predictions-panel,
  .knockout-panel,
  .competition-box {
    margin-bottom: 16px;
    padding: 12px;
  }

  .match-row {
    grid-template-columns: 1fr 42px 18px 42px 1fr;
  }

  .match-row .team-flag,
  .group-badge {
    display: none;
  }

  .score-input,
  .knockout-match input,
  .penalty-input {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .tables-panel,
  .group-table-wrapper,
  .groups-panel {
  display: none;
  }
  .hero-content {
  display: flex;
  flex-direction: column;
}

.join-button-wrapper {
  order: -1;
  margin-bottom: 14px;
  text-align: center;
}

.hero-image {
  width: 100%;
  height: auto;
}

.hero-wrap {
  display: flex;
  flex-direction: column;
}

.hero-join-button {
  position: static;
  display: block;
  width: fit-content;
  margin: 0 auto 14px auto;
}

.hero-poster {
  width: 100%;
  height: auto;
}

.login-box,
.register-box {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.register-card {
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.register-card input {
  width: 100%;
  box-sizing: border-box;
}
.competition-table th,
.competition-table td {
  font-size: 12px;
  padding: 4px;
  line-height: 1.1;
}

.competition-table td {
  word-break: break-word;
}
.squad-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

}



@media (max-width: 768px) {
  .nav-dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}

.admin-success-message {
  background: #222;
  border: 1px solid #555;
  color: #fff;
  padding: 12px;
  margin: 15px 0;
  font-weight: bold;
  border-radius: 6px;
}