@font-face {
  font-family: "Karla";
  font-display: swap;
  src: url(../fonts/Karla.woff2) format("woff2"), url(../fonts/Karla.woff) format("woff");
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Karla";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  font-family: "Karla";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1400px;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 15px;
}

[class*=__title] {
  font-weight: 700;
  font-family: "Karla";
  font-size: clamp(1.563rem, 0.988rem + 2.87vw, 3.5rem);
}

section {
  padding-block: clamp(2.5rem, 1.759rem + 3.704vw, 5rem);
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: color 0.3s ease 0s;
}

.ajGJg318ghjasdh__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  border-radius: 24px;
  padding-block: 20px;
  max-width: 850px;
}
.ajGJg318ghjasdh__subtitle {
  text-align: center;
  font-weight: 700;
  font-family: "Karla";
  color: #000;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .ajGJg318ghjasdh__subtitle {
    font-size: 25px;
  }
}
.ajGJg318ghjasdh__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ajGJg318ghjasdh__item {
  font-size: clamp(1rem, 0.963rem + 0.185vw, 1.125rem);
  line-height: 1.5;
}
.ajGJg318ghjasdh__item ol li {
  list-style: disc inside;
  margin-left: 20px;
}
.ajGJg318ghjasdh__item ol li:not(:last-child) {
  margin-bottom: 10px;
}

.anim {
  opacity: 0;
  transition: opacity 1s ease 0s;
}
.anim.animate {
  opacity: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background-color: #1d1635;
  color: #E2E8F0;
  font-family: "Roboto", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: white;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.1rem;
}

a {
  color: #00f5c3;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #00c29a;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.btn-primary {
  background-color: #00f5c3;
  color: #1d1635;
  border-color: #00f5c3;
}
.btn-primary:hover {
  background-color: #00c29a;
  border-color: #00c29a;
  color: #1d1635;
}
.btn-secondary {
  background-color: #5a4b81;
  color: #E2E8F0;
  border-color: #5a4b81;
}
.btn-secondary:hover {
  background-color: #655491;
  border-color: #655491;
  color: white;
}
.btn-large {
  font-size: 1.2rem;
  padding: 1rem 2rem;
}

.main-header {
  padding: 1rem 0;
  background: rgba(29, 22, 53, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #423866;
}
.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .logo {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
}
.main-header .logo:hover {
  color: #00f5c3;
}
.main-header .main-nav ul {
  display: flex;
  gap: 2rem;
}
.main-header .main-nav ul a {
  color: #E2E8F0;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.25rem;
}
.main-header .main-nav ul a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #00f5c3;
  transition: width 0.3s ease;
}
.main-header .main-nav ul a:hover {
  color: white;
}
.main-header .main-nav ul a:hover::after {
  width: 100%;
}

.burger-menu {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.burger-menu .burger-menu-line {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #E2E8F0;
  margin: 6px 0;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.burger-menu.is-active .burger-menu-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.burger-menu.is-active .burger-menu-line:nth-child(2) {
  opacity: 0;
}
.burger-menu.is-active .burger-menu-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.main-footer {
  background-color: #2c234b;
  padding: 4rem 0 2rem;
  border-top: 1px solid #423866;
}
.main-footer .container:first-child {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.main-footer .logo {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
}
.main-footer .logo:hover {
  color: #00f5c3;
}
.main-footer .footer-about p {
  color: #A0AEC0;
  margin-top: 1rem;
}
.main-footer h4 {
  color: white;
  margin-bottom: 1rem;
}
.main-footer ul li {
  margin-bottom: 0.5rem;
}
.main-footer ul a {
  color: #A0AEC0;
}
.main-footer ul a:hover {
  color: #00f5c3;
}
.main-footer .footer-bottom {
  border-top: 1px solid #423866;
  padding-top: 2rem;
  text-align: center;
  color: #A0AEC0;
  font-size: 0.9rem;
}

.hero-section {
  text-align: center;
  padding: 8rem 0;
}
.hero-section h1 {
  text-shadow: 0 0 25px rgba(0, 245, 195, 0.4);
}
.hero-section .subtitle {
  font-size: 1.25rem;
  color: #A0AEC0;
  max-width: 600px;
  margin: 1.5rem auto 2.5rem;
}

.principles-section .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  text-align: center;
}
.principles-section .principle-card {
  background-color: #2c234b;
  padding: 2.5rem 2rem;
  border-radius: 8px;
  border: 1px solid #423866;
}
.principles-section .principle-icon {
  height: 50px;
  margin: 0 auto 1.5rem;
}
.principles-section .principle-card p {
  color: #A0AEC0;
}

.tournaments-section {
  background-color: #2c234b;
}
.tournaments-section .container h2 {
  text-align: center;
}
.tournaments-section .tournament-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
.tournaments-section .tournament-card {
  background-color: #1d1635;
  border: 1px solid #423866;
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
.tournaments-section .tournament-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.tournaments-section .tournament-status {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  border-radius: 20px;
  font-weight: 700;
  color: #1d1635;
}
.tournaments-section .tournament-status.status-open {
  background-color: #ff55a3;
}
.tournaments-section .tournament-status.status-live {
  background-color: #00f5c3;
}
.tournaments-section .tournament-status.status-soon {
  background-color: #5a4b81;
  color: #E2E8F0;
}
.tournaments-section .tournament-details {
  flex-grow: 1;
}
.tournaments-section .tournament-details p {
  color: #A0AEC0;
  margin-bottom: 0.5rem;
}
.tournaments-section .tournament-details p strong {
  color: #E2E8F0;
}
.tournaments-section .tournament-card .btn {
  margin-top: 1.5rem;
}

.play-section .container h2 {
  text-align: center;
}
.play-section .game-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  background: #2c234b;
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid #423866;
}
.play-section #chessboard-container {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.play-section #chessboard-container #board {
  width: 100%;
  height: 100%;
}
.play-section .game-sidebar {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.play-section .player-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background-color: rgba(29, 22, 53, 0.5);
  border-radius: 8px;
  font-weight: 500;
}
.play-section .player-info .player-rating {
  color: #A0AEC0;
}
.play-section .move-history-container {
  flex: 1;
  background-color: #1d1635;
  margin: 1rem 0;
  border-radius: 8px;
  padding: 1rem;
  overflow-y: auto;
}
.play-section .move-history-container h4 {
  margin-bottom: 0.75rem;
}
.play-section .move-history-container .move-list {
  font-size: 0.9rem;
  color: #A0AEC0;
  counter-reset: move-counter;
}
.play-section .move-history-container .move-list li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.25rem;
}
.play-section .move-history-container .move-list li::before {
  counter-increment: move-counter;
  content: counter(move-counter) ".";
  position: absolute;
  left: 0;
  color: #E2E8F0;
}
.play-section .game-controls {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
.play-section .game-controls .btn-control {
  background: none;
  border: 1px solid #5a4b81;
  color: #A0AEC0;
  padding: 0.5rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.play-section .game-controls .btn-control:hover {
  background: #5a4b81;
  color: #E2E8F0;
}

.leaderboard-section .container h2 {
  text-align: center;
}
.leaderboard-section .table-container {
  overflow-x: auto;
}
.leaderboard-section table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  text-align: left;
}
.leaderboard-section th,
.leaderboard-section td {
  padding: 1rem;
  border-bottom: 1px solid #423866;
}
.leaderboard-section thead {
  background-color: #2c234b;
  color: #E2E8F0;
  font-family: "Montserrat", sans-serif;
}
.leaderboard-section tbody tr {
  transition: background-color 0.3s ease;
}
.leaderboard-section tbody tr:hover {
  background-color: #2c234b;
}
.leaderboard-section tbody tr td:first-child {
  font-weight: 700;
  color: #00f5c3;
}

.faq-section {
  background-color: #2c234b;
}
.faq-section .container {
  max-width: 800px;
}
.faq-section h2 {
  text-align: center;
}
.faq-section .faq-list details {
  border-bottom: 1px solid #423866;
  padding: 1.5rem 0;
}
.faq-section .faq-list details:first-of-type {
  border-top: 1px solid #423866;
}
.faq-section .faq-list details summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.2rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section .faq-list details summary::-webkit-details-marker {
  display: none;
}
.faq-section .faq-list details summary::after {
  content: "+";
  font-size: 2rem;
  color: #00f5c3;
  transition: transform 0.3s ease;
}
.faq-section .faq-list details p {
  margin-top: 1rem;
  color: #A0AEC0;
}
.faq-section .faq-list details[open] summary::after {
  transform: rotate(45deg);
}

@media (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  .burger-menu {
    display: block;
  }
  .main-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    background-color: #2c234b;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    padding: 6rem 2rem 2rem;
  }
  .main-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .main-nav a {
    font-size: 1.5rem;
  }
  .main-nav.is-active {
    display: block;
  }
  section {
    padding: 4rem 0;
  }
  .play-section .game-container {
    grid-template-columns: 1fr;
  }
  .footer-about {
    text-align: center;
  }
  .main-footer .container:first-child {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.page-header {
  text-align: center;
  padding: 6rem 0;
  background-color: #2c234b;
}
.page-header .subtitle {
  font-size: 1.25rem;
  color: #A0AEC0;
  max-width: 700px;
  margin: 1.5rem auto 0;
}

.content-section {
  padding: 4rem 0;
}
.content-section .content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.content-section .content-wrapper h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.content-section .content-wrapper h2:first-child {
  margin-top: 0;
}
.content-section .content-wrapper p,
.content-section .content-wrapper li {
  color: #A0AEC0;
  line-height: 1.7;
}
.content-section .content-wrapper ul,
.content-section .content-wrapper ol {
  margin: 1rem 0 1rem 1.5rem;
  list-style: initial;
}
.content-section .content-wrapper li {
  margin-bottom: 0.75rem;
}
.content-section .content-wrapper hr {
  border: 0;
  height: 1px;
  background-color: #423866;
  margin: 3rem 0;
}

.steps-section {
  padding: 4rem 0;
}
.steps-section .step-card {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 4rem;
  background-color: #2c234b;
  border-radius: 8px;
  overflow: hidden;
}
.steps-section .step-card:last-child {
  margin-bottom: 0;
}
.steps-section .step-card .step-number {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  color: #00f5c3;
  opacity: 0.1;
  padding: 0 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1;
}
.steps-section .step-card .step-content {
  padding: 2rem;
}
.steps-section .step-card .step-content p {
  color: #A0AEC0;
}
.steps-section .step-card.reverse {
  flex-direction: row-reverse;
}

.cta-section {
  background-color: #2c234b;
  text-align: center;
  padding: 5rem 0;
}
.cta-section h2 {
  font-size: 2.2rem;
}
.cta-section p {
  max-width: 500px;
  margin: 1rem auto 2rem;
  color: #A0AEC0;
}

.tournaments-page-section {
  padding: 4rem 0;
}
.tournaments-page-section .tournament-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.tournaments-page-section .btn-filter {
  background-color: transparent;
  border: 2px solid #5a4b81;
  color: #A0AEC0;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tournaments-page-section .btn-filter:hover {
  background-color: #5a4b81;
  color: white;
}
.tournaments-page-section .btn-filter.is-active {
  background-color: #00f5c3;
  border-color: #00f5c3;
  color: #1d1635;
}
.tournaments-page-section .tournament-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
.tournaments-page-section .tournament-card .status-finished {
  background-color: #5a4b81;
  color: #E2E8F0;
}
.tournaments-page-section .btn-disabled {
  pointer-events: none;
  background-color: #5a4b81;
  opacity: 0.6;
}

.tournament-card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  gap: 15px;
  width: 100%;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #E2E8F0;
}

.form-group input[type=text],
.form-group input[type=email],
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #1d1635;
  border: 2px solid #5a4b81;
  border-radius: 8px;
  color: #E2E8F0;
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #00f5c3;
  box-shadow: 0 0 0 3px rgba(0, 245, 195, 0.3);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 38, 59, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal-overlay.is-hidden .modal {
  transform: scale(0.9) translateY(-20px);
}

.modal-content {
  background-color: #2c234b;
  padding: 2.5rem;
  border-radius: 8px;
  border: 1px solid #423866;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 1001;
  transform: scale(0.95) translateY(15px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.modal-content h2 {
  color: #00f5c3;
  margin-bottom: 1rem;
}
.modal-content p {
  color: #E2E8F0;
  line-height: 1.6;
}

.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #A0AEC0;
  cursor: pointer;
  line-height: 1;
  padding: 0.5rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.modal-close-btn:hover {
  color: #00f5c3;
  transform: scale(1.1);
}

.form-group .error-message {
  display: none;
  color: #e53e3e;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.form-group input.is-invalid,
.form-group textarea.is-invalid {
  border-color: #e53e3e;
}
.form-group input.is-invalid + .error-message,
.form-group textarea.is-invalid + .error-message {
  display: block;
}

.prizes-section {
  background-color: #2c234b;
  padding: 6rem 0;
}
.prizes-section .container > h2,
.prizes-section .container > .subtitle {
  text-align: center;
}
.prizes-section .subtitle {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.prizes-section .prizes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}
.prizes-section .prize-card {
  background-color: #1d1635;
  border: 1px solid #423866;
  border-radius: 8px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.prizes-section .prize-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}
.prizes-section .prize-icon {
  height: 60px;
  margin: 0 auto 1.5rem;
}
.prizes-section .prize-card h3 {
  color: #00f5c3;
  margin-bottom: 1rem;
}
.prizes-section .prize-card p {
  color: #A0AEC0;
}

.section-cta {
  text-align: center;
  margin-top: 3rem;
}

.live-games-section {
  padding: 3rem 0;
  background-color: #2c234b;
  border-bottom: 1px solid #423866;
}

.live-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.live-game-pod {
  background-color: #1d1635;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #423866;
  min-width: 320px;
}

.live-player-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #A0AEC0;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
.live-player-info span:nth-child(2) {
  color: #00f5c3;
  font-family: "Montserrat", sans-serif;
}

.live-board {
  width: 100%;
  aspect-ratio: 1/1;
}

.djg389h13as {
  padding: 0;
}

.leaderboard-section .container h2 {
  text-align: center;
}
.leaderboard-section .table-container {
  overflow-x: auto;
}
.leaderboard-section tbody .extra-row {
  display: none;
}
.leaderboard-section tbody.is-expanded .extra-row {
  display: table-row;
}
.leaderboard-section .leaderboard-cta {
  text-align: center;
  margin-top: 2rem;
}

.main-footer h4 {
  color: white;
  margin-bottom: 1rem;
}
.main-footer .footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.main-footer .footer-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #5a4b81;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.main-footer .footer-social a img {
  height: 20px;
}
.main-footer .footer-social a:hover {
  background-color: #00f5c3;
  transform: translateY(-3px);
}
.main-footer .footer-bottom {
  font-size: 0.875rem;
}
.main-footer .footer-bottom .disclaimer {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .main-footer .footer-social {
    justify-content: center;
  }
}

.team-section {
  padding: 6rem 0;
  background-color: #1d1635;
}
.team-section .container > h2 {
  text-align: center;
  margin-bottom: 4rem;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.team-member-card {
  background-color: #2c234b;
  padding: 2.5rem 2rem;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #423866;
}

.team-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 1.5rem;
  border: 4px solid #423866;
}

.team-member-card h3 {
  margin-bottom: 0.25rem;
  color: white;
}

.member-title {
  display: block;
  color: #00f5c3;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.team-member-card p {
  color: #A0AEC0;
  font-size: 0.95rem;
}

@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 38, 59, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.modal-overlay.is-hidden .modal {
  transform: scale(0.9) translateY(-20px);
}

.modal {
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 700px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: scale(1) translateY(0);
  transition: transform 0.3s ease;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.modal__title {
  margin: 0;
  font-size: 1.5rem;
  color: #4a6fa5;
}
.modal__close {
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  color: #666;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
}
.modal__close:hover {
  color: #333;
}
.modal__body {
  padding: 1.5rem;
  overflow-y: auto;
}
.modal__summary {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.modal__summary h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
}
.modal__summary p {
  margin: 0;
  color: #666;
}

.leaderboard__table-wrapper {
  overflow-x: auto;
}

.leaderboard__user-row--winner {
  background-color: #fdefe0;
  font-weight: 700;
}
.leaderboard__user-row--winner td {
  color: #ec810c;
}/*# sourceMappingURL=style.css.map */