:root {
  --orange: #ff5a24;
  --blue: #009EE0;
  --yellow: #ffd04a;
  --dark: #222;
  --soft: #f4f4f4;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: var(--dark);
  background: #ddd;
  min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", "Inter", Arial, Helvetica, sans-serif;
}
.bg {
  position: fixed;
  inset: 0;
  background: url("../images/background-body.jpg") center / cover no-repeat;
  opacity: 0.5;
  z-index: -1;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding:0px;
  margin-bottom: 35px;
  background: #fff;
}
.topbar {
  width: min(1548px, 100%);
  min-height: 88px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 116px;
  box-shadow: none;
}
.brand-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand-logo img {
  display: block;
  width: 124px;
  height: auto;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1 1 auto;
}
.nav-pill {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  color: #0f073b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.nav-pill.active {
  background: #e7f9ff;
  color: #009de0;
}
.nav-pill:hover {
  background: #f5f5f7;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}
.participate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 10px 20px;
  border-radius: 999px;
  background: #009EE0;
  color: #E8F7FD;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}
.account-link {
  color: #009EE0;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.account-link.active,
.account-link:hover {
  color: #0f073b;
}
.partner-mark {
  min-width: 130px;
  padding-left: 28px;
  border-left: 1px solid #d8d8df;
}
.partner-mark img {
  display: block;
  width: 90px;
  height: auto;
}
.menu-toggle {
  display: none;
  width: 64px;
  height: 54px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 40px;
  height: 4px;
  margin: 8px auto;
  background: #000;
}
.userbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logout-form {
  margin: 0;
}
.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #2f6bff;
  color: white;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.container {
  width: min(1260px, 92%);
  margin: auto;
}
.home-hero {
  display: grid;
  grid-template-columns: 0.74fr 1fr;
  min-height: 480px;
  margin: -35px calc(50% - 50vw) 0;
  overflow: hidden;
  background: #130b44;
}
.home-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px 40px 40px 106px;
}
.home-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
}
.home-hero h1 span,
.home-hero h1 strong {
  display: block;
}
.home-hero h1 strong {
  color: #ff5a14;
  font-weight: 800;
}
.home-hero-content > p:not(.home-kicker) {
  max-width: 430px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.22;
  font-weight: 400;
}
.home-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
}
.home-primary {
  background: #009EE0;
  padding: 8px 16px;
  border-radius: 999px;
}
.home-secondary {
  color: #fff;
  font-weight: 800;
  font-size:14px;
  text-decoration: none;
}
.home-hero-media {
  min-width: 0;
  background: #ff4a05;
}
.home-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-grid {
  padding: 94px 0 58px;
  background: transparent;
  text-align: center;
}
.home-grid-intro {
  max-width: 1040px;
  margin: 0 auto 52px;
}
.home-grid-intro h2 {
  margin: 0;
  color: #130b44;
  font-size: clamp(34px, 4vw, 45px);
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
}
.home-grid-intro p {
  max-width: 980px;
  margin: 18px auto 0;
  color: #130b44;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  max-width: 1040px;
  margin: 0 auto;
}
.home-feature {
  background: #fff;
  border: 1px solid #dbe2ee;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
}
.home-feature-icon {
  position: relative;
  min-height: 132px;
  display: grid;
  place-items: center;
  background: #009EE0;
  isolation: isolate;
}
.home-feature-icon::before,
.home-feature-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
.home-feature-icon::before {
  background: url("../images/world-cup-2026-background.jpg") center / cover no-repeat;
  mix-blend-mode: multiply;
}
.home-feature-icon::after {
  background: #009EE0;
  opacity: 0.6;
}
.home-feature-blue .home-feature-icon {
  background: #009EE0;
}
.home-feature-orange .home-feature-icon {
  background: #f25208;
}
.home-feature-green .home-feature-icon {
  background: #17bf53;
}
.home-feature-blue .home-feature-icon::after {
  background: #009EE0;
}
.home-feature-orange .home-feature-icon::after {
  background: #f25208;
}
.home-feature-green .home-feature-icon::after {
  background: #17bf53;
}
.home-feature-icon img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.home-feature-body {
  min-height: 210px;
  padding: 28px 28px 24px;
}
.home-feature h3 {
  margin: 0 0 14px;
  color: #130b44;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
}
.home-feature p {
  margin: 0;
  color: #515E6D;
  font-size: 15px;
  line-height: 1.15;
}
.home-grid-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 36px;
  padding: 10px 20px;
  border-radius: 999px;
  background: #009EE0;
  color: #E8F7FD;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}
.home-prize-section {
  display: grid;
  gap: 104px;
  max-width: 1040px;
  margin: 46px auto 72px;
}
.home-prize-card {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  min-height: 360px;
  overflow: hidden;
  border-radius: 18px;
  background: #130b44;
}
.home-prize-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 54px 68px;
  background: #130b44;
  color: #fff;
}
.home-prize-copy h2 {
  max-width: 390px;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 44px);
  line-height: 1.08;
  font-weight: 800;
  text-transform: uppercase;
}
.home-prize-copy h2 span {
  display: block;
  color: #ff5a14;
}
.home-prize-copy p {
  max-width: 410px;
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.22;
}
.home-prize-media {
  min-width: 0;
  background: #41c7ed;
}
.home-prize-media img,
.home-prize-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.title {
  text-align: center;
  color: var(--orange);
  font-size: 42px;
  text-shadow: 2px 2px #fff;
  margin: 10px 0 45px;
}
.card,
.panel {
  background: #fff;
  border-radius: 10px;
  padding: 28px;
  margin: 20px auto;
  box-shadow: 0 2px 12px #0001;
}
.auth {
  max-width: 440px;
}
.auth input,
.admin-form input,
.admin-form select {
  width: 100%;
  padding: 14px;
  margin: 8px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.login-page {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(420px, 0.95fr);
  min-height: 600px;
  margin: -35px calc(50% - 50vw) -70px;
  background: #fff;
}
.login-media {
  min-height: 600px;
  background: #130b44;
  overflow: hidden;
}
.login-media video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: center;
}
.login-panel {
  display: flex;
  align-items: center;
  padding: 64px 70px;
  background: #fff;
}
.login-form-wrap {
  width: 100%;
  max-width: 560px;
}
.login-form-wrap h1 {
  margin: 0 0 28px;
  color: #130b44;
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
.login-form {
  display: grid;
  gap: 14px;
}
.login-form label {
  color: #130b44;
  font-size: 18px;
  font-weight: 800;
}
.login-form input {
  width: 100%;
  min-height: 68px;
  padding: 16px 22px;
  border: 1px solid #dce7f2;
  border-radius: 10px;
  color: #130b44;
  font-size: 20px;
  outline: none;
}
.password-field {
  position: relative;
  width: 100%;
}
.password-field input {
  padding-right: 58px;
}
.password-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #130b44;
  cursor: pointer;
}
.password-toggle:hover,
.password-toggle:focus-visible {
  background: #edf8fd;
  color: #009EE0;
  outline: none;
}
.password-toggle svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.password-toggle .eye-off-line {
  opacity: 0;
}
.password-toggle.is-visible .eye-off-line {
  opacity: 1;
}
.login-form .password-toggle,
.register-form .password-toggle {
  transform: translateY(-50%);
}
.login-form input:focus {
  border-color: #009EE0;
  box-shadow: 0 0 0 3px rgba(0, 158, 224, 0.12);
}
.login-form .btn {
  justify-self: start;
  margin-top: 10px;
  padding: 12px 24px;
  font-size: 20px;
  border-radius: 999px;
}
.login-register-link {
  margin: 20px 0 0;
  color: #130b44;
  font-size: 18px;
}
.login-register-link a {
  color: #009EE0;
  font-weight: 800;
}
.register-page {
  display: grid;
  place-items: center;
  min-height: 845px;
  margin: -35px calc(50% - 50vw) -70px;
  padding: 88px 24px;
  background: url("../images/background-page-inscription.png") center / cover no-repeat;
}
.register-card {
  width: min(520px, 92vw);
  padding: 36px 32px;
  background: #f8f8f8;
  border-radius: 14px;
  color: #130b44;
  box-shadow: 0 16px 40px rgba(19, 11, 68, 0.12);
}
.register-card h1 {
  margin: 0 0 22px;
  color: #130b44;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
.register-form {
  display: grid;
  gap: 9px;
}
.register-form label:not(.check-line) {
  color: #130b44;
  font-size: 13px;
  font-weight: 800;
}
.register-form input:not([type="checkbox"]) {
  width: 100%;
  min-height: 48px;
  padding: 11px 16px;
  border: 1px solid #dce7f2;
  border-radius: 8px;
  background: #fff;
  color: #130b44;
  font-size: 16px;
  outline: none;
}
.register-form .password-field input:not([type="checkbox"]) {
  padding-right: 54px;
}
.register-form input:not([type="checkbox"]):focus {
  border-color: #009EE0;
  box-shadow: 0 0 0 3px rgba(0, 158, 224, 0.12);
}
.check-line {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #130b44;
  font-size: 13px;
  line-height: 1.2;
}
.check-line input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: #009EE0;
}
.required-note {
  margin: 6px 0 4px;
  color: #130b44;
  font-size: 13px;
}
.register-form .btn {
  justify-self: start;
  margin-top: 4px;
  padding: 10px 18px;
  border-radius: 999px;
}
.register-login-link {
  margin: 18px 0 0;
  color: #130b44;
  font-size: 13px;
}
.register-login-link a {
  color: #009EE0;
  font-weight: 800;
}
.btn {
  background: #009EE0;
  color: #E8F7FD;
  border: 0;
  border-radius: 24px;
  padding: 10px 20px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
}
.btn.small {
  padding: 8px 16px;
  font-size: 14px;
}
.btn:disabled {
  opacity: 0.5;
}
.tabs {
  text-align: center;
  margin-bottom: 25px;
}
.tab {
  display: inline-block;
  margin: 5px;
  padding: 12px 20px;
  background: var(--blue);
  color: white;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 700;
}
.tab.active {
  background: #bbb;
  color: #111;
}
.pronostics-page {
  color: #130b44;
}
.pronostics-hero {
  margin: -35px calc(50% - 50vw) 40px;
  padding: 72px 24px 0;
  background: #130b44;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.pronostics-hero h1 {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.04;
  font-weight: 800;
  text-transform: uppercase;
}
.pronostics-hero h1 span {
  color: #ff5a14;
}
.pronostics-hero p {
  max-width: 720px;
  margin: 24px auto 70px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.25;
}
.my-predictions-hero {
  padding-bottom: 64px;
}
.my-predictions-hero p {
  margin-bottom: 0;
}
.phase-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 0 -24px;
  padding: 24px 24px;
  background: rgba(255, 255, 255, 0.12);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.phase-tabs::-webkit-scrollbar {
  display: none;
}
.phase-tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 20px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  scroll-snap-align: center;
}
.phase-tab-completed {
  background: #009EE0;
}
.phase-tab-active {
  background: #f4510b;
}
.phase-tab-future {
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.leaderboard-page {
  margin: -35px calc(50% - 50vw) -70px;
  padding-bottom: 96px;
  background: url("../images/background-body.jpg") center top / cover repeat-y;
  color: #130b44;
}

.leaderboard-hero {
  position: relative;
  padding: 0;
  background: linear-gradient(rgba(6, 2, 45, 0.9), rgba(6, 2, 45, 0.9)), url("../images/world-cup-2026-background.jpg") center / cover no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.leaderboard-hero-main {
  min-height: 270px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  padding: 44px 24px;
}
.leaderboard-hero-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/world-cup-2026-background.jpg) center / cover no-repeat;
    opacity: 0.6;
    mix-blend-mode: multiply;
}

.leaderboard-hero-main img {
  width: 74px;
  height: auto;
}

.leaderboard-hero h1 {
  margin: 0 auto;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
}

.leaderboard-phase-tabs {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.12);
}

.leaderboard-phase-tab {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.leaderboard-phase-tab.is-active {
  background: #009EE0;
  color: #fff;
}

.leaderboard-phase-tab.is-disabled {
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.45);
}

.leaderboard-content {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding-top: 56px;
}

.leaderboard-user-card,
.leaderboard-table-card {
  background: rgba(235, 238, 239, 0.94);
  border-radius: 18px;
  padding: 18px;
}

.leaderboard-user-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-bottom: 62px;
}

.leaderboard-avatar {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #009EE0;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
}

.leaderboard-user-card > strong {
  font-size: 24px;
}

.leaderboard-user-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.leaderboard-user-stats span {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 10px 18px 10px 24px;
  border-radius: 999px;
  background: #f4510b;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.leaderboard-user-stats b {
  min-width: 84px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffe4db;
  color: #f4510b;
  font-weight: 900;
}

.leaderboard-table-card {
  margin-bottom: 52px;
}

.leaderboard-table {
  padding: 22px 28px;
  border: 1px solid #d7e1ef;
  border-radius: 14px;
  background: #fff;
}

.leaderboard-table-head,
.leaderboard-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px 160px;
  align-items: center;
  gap: 24px;
}

.leaderboard-table-head {
  padding: 0 0 24px;
  border-bottom: 1px solid #dbe4f1;
  color: #130b44;
  font-size: 18px;
  font-weight: 900;
}

.leaderboard-table-head span:nth-child(2),
.leaderboard-row .leaderboard-rank {
  justify-self: center;
}

.leaderboard-table-head span:nth-child(3),
.leaderboard-points {
  justify-self: end;
}

.leaderboard-row {
  min-height: 84px;
  padding: 18px 0;
  border-bottom: 1px solid #edf1f6;
  color: #130b44;
  font-size: 16px;
  font-weight: 800;
}

.leaderboard-row:last-child {
  border-bottom: 0;
}

.leaderboard-row.is-current-user {
  color: #009EE0;
}

.leaderboard-rank {
  display: inline-grid;
  place-items: center;
}

.leaderboard-rank img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.leaderboard-rank span {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #f4510b;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.leaderboard-points {
  font-size: 18px;
  font-weight: 900;
}

.leaderboard-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.leaderboard-pagination a {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #e7f9ff;
  color: #009EE0;
  font-weight: 800;
  text-decoration: none;
}

.leaderboard-pagination a.active {
  background: #009EE0;
  color: #fff;
}

.leaderboard-pagination .leaderboard-page-arrow {
  background: transparent;
  color: #009EE0;
  font-size: 30px;
  line-height: 1;
}

.pronostics-board {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px;
  background: rgba(19, 11, 68, 0.06);
  border-radius: 18px;
  scroll-margin-top: 120px;
}
.match-filters {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding: 14px 20px;
  background: #fff;
  border-radius: 10px;
}
.match-filters strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Barlow", "Inter", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.match-filters strong img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.match-filters a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #e8f7fd;
  color: #009EE0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.match-filters a.active {
  background: #009EE0;
  color: #fff;
}
.match-section {
  margin-top: 16px;
  background: #fff;
  border: 1px solid #dce7f2;
  border-radius: 14px;
  overflow: hidden;
}
.match-section h2,
.match-section summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 18px 26px;
  background: #f4510b;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: default;
}
.match-section summary {
  cursor: pointer;
  list-style: none;
}
.match-section summary::-webkit-details-marker {
  display: none;
}
.match-section summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.match-section[open] summary::after {
  transform: rotate(225deg);
}
.match-section-body {
  padding: 24px 26px 28px;
}
.match-table-head {
  display: grid;
  grid-template-columns: 160px 1fr 280px;
  gap: 24px;
  padding: 0 0 18px;
  border-bottom: 1px solid #dce7f2;
  color: #130b44;
  font-size: 17px;
  font-weight: 800;
}
div.match-table-head > span:nth-child(2){
  text-align:center;
}
.pronostics-page .pronostics-match-row {
  grid-template-columns: 160px 1fr 280px;
  gap: 24px;
  align-items: center;
  margin: 0;
  padding: 24px 0;
  background: transparent;
  border-bottom: 1px solid #edf2f7;
  border-radius: 0;
}
.pronostics-page .pronostics-match-row:last-child {
  border-bottom: 0;
}
.match-date-cell {
  color: #130b44;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}
.match-date-cell b {
  display: none;
}
.match-mobile-label,
.match-result-cell h4,
.prediction-actions h4 {
  display: none;
}
.pronostics-teams {
  justify-content: center;
  gap: 28px;
}
.pronostics-teams .team {
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #130b44;
  font-weight: 800;
}
.pronostics-teams .team-home {
  justify-content: flex-end;
}
.pronostics-teams .team-away {
  justify-content: flex-start;
}
.pronostics-teams strong {
  min-width: 92px;
  padding: 10px 18px;
  border: 1px solid #dce7f2;
  color: #130b44;
  text-align: center;
}
.pronostics-page .prediction-actions {
  justify-items: stretch;
}
.pronostics-predict {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 10px;
}
.pronostics-inputs {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  order: 3;
}
.pronostics-predict .prediction-submit {
  order: 2;
  background: #ddd;
  color: #999;
}
.pronostics-predict .prediction-submit.is-ready {
  background: #009EE0;
  color: #E8F7FD;
}
.pronostics-predict .prediction-submit.is-saved {
  background: #f4510b;
  color: #fff;
}
.pronostics-predict .prediction-submit:disabled {
  cursor: not-allowed;
}
.match-whatsapp-btn {
  order: 1;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0;
  text-decoration: none;
}
.match-whatsapp-btn img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}
.match-whatsapp-btn.is-active {
  background: #25D366;
  color: #fff;
}
.match-whatsapp-btn.is-active img {
  filter: brightness(0) invert(1);
}
.match-whatsapp-btn.is-disabled {
  background: #ddd;
  color: #888;
}
.prediction-share-btn,
.whatsapp-btn {
  background: #25D366 !important;
  color: #fff !important;
}
.match-row {
  display: grid;
  grid-template-columns: 190px 1fr 300px;
  gap: 20px;
  align-items: center;
  background: #f4f4f4;
  border-radius: 8px;
  padding: 20px;
  margin: 12px 0;
  transition: 0.2s;
}
.extra-result-select{
      width: 100%;
    min-height: 40px;
    padding: 11px 16px;
    border: 1px solid #dce7f2;
    border-radius: 8px;
    background: #fff;
    color: #130b44;
    font-size: 16px;
    outline: none;
}

.meta {
  text-align: center;
  border-right: 1px solid #ddd;
}
.teams {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.teams strong {
  background: white;
  border-radius: 7px;
  padding: 14px 22px;
  font-size: 22px;
}
.predict {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.prediction-actions {
  display: grid;
  justify-items: end;
  gap: 10px;
}
.prediction-share-btn {
  white-space: nowrap;
}
.predict input {
  width: 65px;
  text-align: center;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 7px;
}
.pronostics-page .pronostics-teams strong {
  min-width: 92px;
  padding: 10px 18px;
  border: 1px solid #dce7f2;
  color: #130b44;
  text-align: center;
}
.pronostics-page .pronostics-predict {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 10px;
  justify-content: initial;
}
.pronostics-page .pronostics-predict input {
  width: 65px;
  text-align: center;
  padding: 12px;
  border: 1px solid #dce7f2;
  border-radius: 7px;
}
.pronostics-page .pronostics-inputs {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  order: 3;
}
.my-predictions-page .my-prediction-form {
  margin: 0;
}
.my-predictions-page .my-prediction-points {
  justify-self: end;
  margin-top: 12px;
}
.prediction-closed-note {
  grid-column: 1 / -1;
  order: 4;
  color: #777;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}
.my-prediction-form .edit-ko-zone {
  grid-column: 1 / -1;
  order: 4;
}
.pill {
  background: #bbb;
  padding: 12px 30px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 700;
}
.points {
  background: var(--yellow);
  padding: 12px 38px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 8px;
  font-weight: 800;
}
.ranking {
  margin: 40px auto;
}
.rank-row {
  display: grid;
  grid-template-columns: 55px 1fr 110px;
  align-items: center;
  background: white;
  margin: 10px 0;
  border-radius: 30px;
  overflow: hidden;
  font-weight: 800;
}
.rank-row span {
  background: var(--blue);
  color: white;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  font-size: 20px;
}
.rank-row b {
  padding-left: 15px;
}
.rank-row em {
  background: var(--orange);
  color: #fff;
  border-radius: 30px;
  padding: 17px;
  text-align: center;
  font-style: normal;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.reward {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  min-height: 230px;
  display: grid;
  place-items: center;
  font-size: 24px;
  text-align: center;
}
.reward div {
  font-size: 90px;
}
.reward.big {
  grid-column: 1/-1;
}
.rewards-page {
  margin: -35px calc(50% - 50vw) -70px;
  padding-bottom: 86px;
  background: url("../images/background-body.jpg") center top / cover repeat-y;
  color: #130b44;
}
.rewards-hero {
  padding: 72px 24px 10px;
  background: #130b44;
  color: #fff;
  text-align: center;
}
.rewards-hero h1 {
  max-width: 1080px;
  margin: 0 auto;
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
}
.rewards-hero h1 span {
  color: #ff5a14;
}
.rewards-hero p {
      max-width: 720px;
    margin: 24px auto 70px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
    line-height: 1.25;
}
.dima-page {
  margin: -35px calc(50% - 50vw) -70px;
  padding: 72px 0 96px;
  background: url("../images/background-body.jpg") center top / cover repeat-y;
  color: #130b44;
}

.dima-hero {
  width: min(1120px, 92%);
  margin: 0 auto 46px;
  text-align: center;
}

.dima-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

.dima-hero h1 span {
  display: block;
  color: #f4510b;
}

.dima-content {
  width: min(960px, 92%);
  margin: 0 auto;
}

.dima-main-media {
  margin: 0 0 48px;
  overflow: hidden;
  border-radius: 16px;
}

.dima-main-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1920 / 980;
  object-fit: cover;
  object-position: center;
}

.dima-copy-section {
  margin-top: 46px;
}

.dima-copy-section h2 {
  margin: 0 0 22px;
  color: #130b44;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.03;
  font-weight: 900;
  text-transform: uppercase;
}

.dima-copy-section p,
.dima-copy-section li {
  color: #130b44;
  font-size: 18px;
  line-height: 1.25;
}

.dima-copy-section p {
  margin: 0;
}

.dima-copy-section ol {
  display: grid;
  gap: 22px;
  margin: 24px 0 0;
  padding-left: 28px;
}

.dima-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 42px;
}

.dima-actions .btn {
  align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 10px 20px;
    border-radius: 999px;
    background: #009EE0;
    color: #E8F7FD;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
}

.dima-secondary-btn {
  background: #f4510b !important;
  color: #fff !important;
}

.support-page {
  margin: -35px calc(50% - 50vw) -70px;
  padding-bottom: 90px;
  background: url("../images/background-body.jpg") center top / cover repeat-y;
  color: #130b44;
}

.support-hero {
  position: relative;
  min-height: 300px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 56px 24px;
  background: linear-gradient(rgba(19, 11, 68, 0.9), rgba(19, 11, 68, 0.9)), url("../images/world-cup-2026-background.jpg") center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.support-hero h1 {
  margin: 0;
  font-size: clamp(46px, 5vw, 70px);
  line-height: 0.95;
  text-transform: uppercase;
}

.support-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.35;
}

.support-hero-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: #009EE0;
}

.support-hero-icon span {
  position: relative;
  width: 42px;
  height: 32px;
  border: 5px solid #fff;
  border-radius: 10px;
}

.support-hero-icon span::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -14px;
  width: 13px;
  height: 13px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  transform: rotate(225deg);
  background: #009EE0;
}

.support-content {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding-top: 56px;
}

.support-message {
  margin: 0 0 22px;
}

.support-contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: stretch;
}

.support-card,
.support-faq {
  background: rgba(235, 238, 239, 0.96);
  border-radius: 18px;
  padding: 34px;
}

.support-intro-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.support-intro-card h2,
.support-faq h2 {
  margin: 0;
  color: #130b44;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.03;
  text-transform: uppercase;
}

.support-intro-card p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.45;
}

.support-fast-links {
  display: grid;
  gap: 12px;
}

.support-fast-links a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-radius: 12px;
  background: #fff;
  color: #130b44;
  font-weight: 800;
  text-decoration: none;
}

.support-fast-links a::after {
  content: ">";
  color: #f4510b;
}

.support-form {
  display: grid;
  gap: 14px;
}

.support-form label {
  font-weight: 800;
}

.support-form input,
.support-form select,
.support-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d5ddec;
  border-radius: 8px;
  background: #fff;
  color: #130b44;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.support-form textarea {
  resize: vertical;
  min-height: 150px;
}

.support-submit {
  width: fit-content;
  min-height: 46px;
  margin-top: 10px;
  padding: 12px 28px !important;
}

.support-faq {
  margin-top: 40px;
}

.support-faq h2 {
  margin-bottom: 22px;
}

.support-faq details {
  overflow: hidden;
  border: 1px solid #d7e1ef;
  border-radius: 12px;
  background: #fff;
}

.support-faq details + details {
  margin-top: 14px;
}

.support-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  background: #f4510b;
  color: #fff;
  cursor: pointer;
  font-family: "Barlow", "Inter", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 900;
  list-style: none;
}

.support-faq summary::-webkit-details-marker {
  display: none;
}

.support-faq summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.support-faq details[open] summary::after {
  transform: rotate(225deg);
}

.support-faq p {
  margin: 0;
  padding: 20px 22px;
  font-size: 16px;
  line-height: 1.45;
}

.rewards-prizes {
  width: min(1160px, 92%);
  margin: 124px auto 88px;
  display: grid;
  gap: 42px;
}
.rewards-row {
  display: flex;
  justify-content: center;
  gap: 42px;
}
.rewards-row-four {
  gap: 36px;
}
.prize-card {
  position: relative;
  width: 220px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 18px 20px;
  background: #fff;
  border: 1px solid #dce7f2;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(19, 11, 68, 0.04);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  overflow: hidden;
}
.prize-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 158, 224, 0.45);
  box-shadow: 0 22px 42px rgba(19, 11, 68, 0.14);
}
.prize-card-featured {
  min-height: 230px;
}
.prize-image {
  display: block;
  width: auto;
  max-width: 150px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  margin: auto 0 14px;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.35s ease;
  will-change: transform;
}
.prize-card:hover .prize-image {
  transform: scale(1.08) rotate(-1.5deg);
  filter: drop-shadow(0 14px 18px rgba(19, 11, 68, 0.18));
}
.prize-console {
  height: 150px;
}
.prize-wide {
  max-width: 180px;
}
.prize-voucher {
  max-width: 170px;
}
.prize-card h2 {
  margin: 0;
  color: #130b44;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.prize-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 42px;
  height: auto;
  z-index: 2;
  transition: transform 0.28s ease;
}
.prize-card:hover .prize-tag,
.prize-card:hover .prize-rank {
  transform: scale(1.08) rotate(-4deg);
}
.prize-rank {
  position: absolute;
  top: 12px;
  left: 12px;
  min-width: 34px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 999px;
  background: #ff5a14;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  transition: transform 0.28s ease;
}
.rewards-rules {
  width: min(1160px, 84%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-radius: 14px;
  background: #130b44;
}
.rewards-rules-copy {
  padding: 70px 72px;
  color: #fff;
}
.rewards-rules-copy h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.rewards-rules-copy ol {
  margin: 0 0 36px;
  padding-left: 26px;
  color: #C5CEDA;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}
.rewards-rules-copy li {
  margin-bottom: 6px;
}
.rewards-rules-copy strong {
  color: #C5CEDA;
  font-weight: 900;
}
.rewards-rules-btn {
  display: inline-flex;
  border-radius: 999px;
  padding: 10px 18px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.stat {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
}
.stat b {
  display: block;
  font-size: 36px;
  color: var(--orange);
}
table {
  width: 100%;
  border-collapse: collapse;
}
td,
th {
  padding: 13px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.success {
  color: #0a8f46;
}
.error {
  color: #c00;
}
.center {
  text-align: center;
}
.muted {
  color: #777;
}
@media (max-width: 1100px) {
  .site-header {
    padding: 0px;
    margin-bottom: 28px;
  }
  .topbar {
    position: relative;
    min-height: 110px;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    padding: 20px 30px;
  }
  .brand-logo img {
    width: 200px;
  }
  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 20;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 18px;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 12px 24px #0002;
  }
  body.menu-open .main-nav {
    display: flex;
  }
  .nav-pill {
    justify-content: center;
    min-height: 48px;
  }
  .header-actions {
    gap: 28px;
    margin-left: auto;
  }
  .participate-btn,
  .account-link {
    display: none;
  }
  .partner-mark {
    min-width: 120px;
    padding-left: 0;
    border-left: 0;
  }
  .partner-mark img {
    width: 120px;
  }
  .menu-toggle {
    display: block;
  }
  .match-row {
    grid-template-columns: 1fr;
  }
  .meta {
    border: 0;
  }
  .predict {
    justify-content: center;
  }
  .prediction-actions {
    justify-items: center;
  }
  .grid,
  .stats,
  .home-feature-grid {
    grid-template-columns: 1fr;
  }
  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    margin: -28px calc(50% - 50vw) 0;
  }
  .home-hero-content {
    order: 2;
  }
  .home-hero-media {
    order: 1;
  }
  .home-hero-content {
    padding: 46px 34px;
  }
  .home-hero-content > p:not(.home-kicker) {
    max-width: none;
  }
  .home-actions {
    align-items: center;
    flex-direction: row;
  }
  .home-hero-media {
    min-height: 360px;
  }
  .home-grid {
    padding: 58px 0 44px;
  }
  .home-feature-grid {
    gap: 22px;
  }
  .home-feature-body {
    min-height: auto;
  }
  .home-prize-section {
    gap: 34px;
    margin: 34px auto 52px;
  }
  .home-prize-card {
    grid-template-columns: 1fr;
  }
  .home-prize-copy {
    order: 2;
    align-items: center;
    text-align: center;
    padding: 38px 30px;
  }
  .home-prize-media {
    order: 1;
    min-height: 260px;
  }
  .title {
    font-size: 34px;
  }
}

.flag {
  width: 30px;
  height: 20px;
  object-fit: cover;
  margin: 0 8px;
  vertical-align: middle;
  border-radius: 2px;
}
.extra-fields,
.penalty-fields {
  display: none;
  margin-top: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.predict-ko {
  display: block;
}
.score-line {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}
.score-line-extra {
  justify-content: flex-start;
  margin-top: 6px;
}
.extra-fields small,
.penalty-fields small {
  display: block;
  font-weight: 800;
  margin-bottom: 6px;
  color: #555;
}
.penalty-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.penalty-options label {
  background: #f4f4f4;
  border-radius: 20px;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
}
.penalty-options input {
  width: auto;
  margin-right: 5px;
}
.flag {
  background: #fff;
}
@media (max-width: 900px) {
  .site-header {
    margin-bottom: 20px;
  }
      .topbar {
        position: relative;
        min-height: 90px;
        align-items: center;
        gap: 16px;
        margin-bottom: 0;
        padding: 20px 15px;
    }
  .brand-logo img {
        width: 100px;
    }
    .header-actions {
        gap: 20px;
        margin-left: auto;
    }
  .partner-mark img {
        width: 72px;
    }
      .partner-mark {
        min-width: 72px;
        padding-left: 0;
        border-left: 0;
    }
  .home-hero h1 span, .home-hero h1 strong {
    display: contents;
}
  .home-grid {
    padding: 40px 18px 34px;
  }
  .home-grid-intro {
    margin-bottom: 28px;
  }
  .home-grid-intro h2 {
    font-size: 26px;
    line-height: 1.05;
  }
  .home-grid-intro p {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.2;
  }
  .home-feature-grid {
    max-width: 340px;
    gap: 20px;
  }
  .home-feature-body {
    padding: 28px 24px 30px;
  }
  .home-feature h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.08;
  }
  .home-feature p {
    font-size: 14px;
    line-height: 1.15;
  }
  .home-grid-cta {
    display: none;
  }
  .score-line {
    justify-content: center;
  }
  .extra-fields,
  .penalty-fields {
    text-align: center;
  }
  .score-line-extra {
    justify-content: center;
  }
  .penalty-options {
    justify-content: center;
  }
}

.extra-zone,
.penalty-zone {
  display: none;
}

.group-title {
  margin: 35px 0 15px;
  padding: 12px 20px;
  background: #ff5722;
  color: #fff;
  border-radius: 14px;
  font-size: 22px;
  font-weight: 800;
}

.userbox-link {
  text-decoration: none;
  color: inherit;
}

.profile-page {
  color: #130b44;
}

.profile-hero {
  position: relative;
  min-height: 270px;
  margin: -35px calc(50% - 50vw) 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  background: linear-gradient(rgba(0, 158, 224, 0.94), rgba(0, 158, 224, 0.94));
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.profile-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../images/world-cup-2026-background.jpg") center / cover no-repeat;
  opacity: 0.6;
  mix-blend-mode: multiply;
}

.profile-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
  text-transform: uppercase;
}

.profile-hero-icon {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.profile-layout {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 66px 0 88px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}

.profile-message {
  grid-column: 1 / -1;
  margin: 0;
}

.profile-card {
  background: rgba(235, 238, 239, 0.96);
  border-radius: 18px;
  padding: 34px;
}

.profile-info-card {
  min-height: 450px;
}

.profile-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}

.avatar-big {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #009EE0;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 800;
}

.profile-summary h2 {
  margin: 0 0 8px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  text-transform: none;
}

.profile-summary p {
  margin: 0;
  font-size: 16px;
}

.dm-boost-trigger,
.dm-boost-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  min-height: 34px;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.dm-boost-badge {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.dm-boost-badge strong,
.dm-boost-badge small {
  font: inherit;
}

.dm-boost-badge small {
  font-size: 11px;
  opacity: 0.78;
}

.dm-boost-trigger {
  border: 0;
  background: #f4510b;
  color: #fff;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dm-boost-trigger:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(244, 81, 11, 0.22);
}

.dm-boost-badge {
  background: #e7f9ff;
  color: #009EE0;
}

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

.dm-boost-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(19, 11, 68, 0.58);
}

.dm-boost-modal-card {
  position: relative;
  width: min(460px, 100%);
  padding: 34px;
  border-radius: 16px;
  background: #fff;
  color: #130b44;
  box-shadow: 0 24px 70px rgba(19, 11, 68, 0.28);
}

.dm-boost-modal-card h2 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.04;
  text-transform: uppercase;
}

.dm-boost-modal-card p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.35;
}

.dm-boost-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #e7f9ff;
  color: #130b44;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.dm-boost-form {
  display: grid;
  gap: 12px;
}

.dm-boost-form label {
  font-weight: 800;
}

.dm-boost-form input {
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid #d5ddec;
  border-radius: 8px;
  color: #130b44;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.dm-boost-form .btn {
  min-height: 46px;
}

.profile-points {
  justify-self: end;
  padding: 10px 24px;
  border-radius: 999px;
  background: #f4510b;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.profile-logout-form {
  margin: 0 0 30px;
}

.profile-logout-btn {
  width: 100%;
  background: #ce252b !important;
  color: #fff !important;
  font-size: 16px;
}

.profile-form {
  display: grid;
  gap: 14px;
}

.profile-form label {
  font-size: 16px;
  font-weight: 800;
}

.profile-form input {
  width: 100%;
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid #d5ddec;
  border-radius: 8px;
  background: #fff;
  color: #130b44;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.profile-form input[readonly] {
  cursor: default;
}

.profile-form .btn {
  width: 100%;
  margin-top: 20px;
  min-height: 50px;
  font-size: 16px;
}

.profile-rankings-card {
  align-self: start;
  display: grid;
  gap: 28px;
}

.profile-rank-main,
.profile-group-ranks summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 28px;
  border-radius: 8px;
  background: #f4510b;
  color: #fff;
  font-family: "Barlow", "Inter", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-rank-main span {
  min-width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #ffe4db;
  color: #f4510b;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.profile-group-ranks {
  overflow: hidden;
  border: 1px solid #d7e1ef;
  border-radius: 10px;
  background: #fff;
}

.profile-group-ranks summary {
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  list-style: none;
}

.profile-group-ranks summary::-webkit-details-marker {
  display: none;
}

.profile-group-ranks summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.profile-group-ranks[open] summary::after {
  transform: rotate(225deg);
}

.profile-group-rank-list {
  padding: 22px 34px 28px;
}

.profile-group-rank-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #dbe4f1;
}

.profile-group-rank-row:last-child {
  border-bottom: 0;
}

.profile-group-rank-row strong {
  font-size: 18px;
}

.profile-group-rank-row span {
  min-width: 66px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #f4510b;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

.profile-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.profile-link:hover {
  opacity: 0.85;
}

.groups-page {
  position: relative;
  color: #130b44;
}

.groups-hero {
  position: relative;
  min-height: 270px;
  margin: -35px calc(50% - 50vw) 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  background: linear-gradient(rgba(0, 158, 224, 0.94), rgba(0, 158, 224, 0.94));
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.groups-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../images/world-cup-2026-background.jpg") center / cover no-repeat;
  opacity: 0.6;
  mix-blend-mode: multiply;
}

.groups-hero img {
  position: relative;
  width: 78px;
  height: auto;
}

.groups-hero h1 {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.95;
  text-transform: uppercase;
}

.groups-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 72px;
}

.group-create-card {
  background: #EFF1F1;
  border-radius: 16px;
  padding: 34px 40px;
  margin-bottom: 62px;
}

.group-create-card h2 {
  margin: 0 0 20px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  text-transform: uppercase;
}

.group-create-card label {
  display: block;
  margin-bottom: 8px;
  color: #130b44;
  font-size: 14px;
  font-weight: 800;
}

.group-create-card input {
  display: block;
  width: 100%;
  height: 46px;
  margin-bottom: 18px;
  padding: 10px 14px;
  border: 1px solid #d5ddec;
  border-radius: 5px;
  background: #fff;
  color: #130b44;
  font: inherit;
}

.groups-empty {
  padding: 22px;
  background: #fff;
  border-radius: 14px;
}

.groups-section {
  margin-top: 28px;
}

.groups-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.groups-section-head h2 {
  margin: 0;
  color: #130b44;
  font-family: "Barlow", "Inter", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

.groups-section-head span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #f4510b;
  color: #fff;
  font-weight: 900;
}

.groups-accordion-list {
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(235, 238, 239, 0.94);
}

.group-accordion {
  overflow: hidden;
  border: 1px solid #d7e1ef;
  border-radius: 10px;
  background: #fff;
}

.group-accordion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 22px;
  background: #f4510b;
  color: #fff;
  cursor: pointer;
  font-family: "Barlow", "Inter", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  list-style: none;
}

.group-accordion-summary::-webkit-details-marker {
  display: none;
}

.group-accordion-summary::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.group-accordion[open] .group-accordion-summary::after {
  transform: rotate(225deg);
}

.group-accordion-body {
  padding: 24px 28px 28px;
}

.group-table {
  display: grid;
  gap: 0;
}

.group-table-head,
.group-table-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(110px, 0.7fr) minmax(90px, 0.5fr) auto;
  align-items: center;
  gap: 18px;
}

.group-table-head {
  padding: 0 0 18px;
  border-bottom: 1px solid #dbe4f1;
  font-weight: 900;
}

div.group-table-head > span:nth-child(2){
  text-align:center;
}

.group-table-row {
  min-height: 64px;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f6;
  font-size: 14px;
  font-weight: 700;
}

.group-table-row strong,
.group-points {
  color: #130b44;
}

.group-rank {
  display: inline-grid;
  place-items: center;
  justify-self: center;
  min-width: 38px;
  min-height: 38px;
}

.group-rank img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.group-rank span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #f4510b;
  color: #fff;
  font-weight: 900;
}

.group-table-row .member-remove-form {
  grid-column: auto;
  justify-self: end;
  margin: 0;
}

.group-delete-icon-btn {
  width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.group-delete-icon-btn img {
  width: 20px;
  height: 23px;
  object-fit: contain;
}

.group-delete-icon-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(209, 50, 50, 0.25);
}

.group-delete-icon-btn:focus-visible {
  outline: 3px solid rgba(0, 158, 224, 0.35);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.group-status,
.group-pending {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #dbe4f1;
}

.group-pending h3 {
  margin: 0 0 16px;
  font-size: 16px;
  text-transform: none;
}

.member-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f6;
}

.member-row form,
.group-actions,
.group-actions form,
.member-remove-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.group-actions {
  flex-wrap: wrap;
  margin-top: 24px;
}

.group-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.group-pagination a {
  min-width: 34px;
  min-height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #edf8fd;
  color: #130b44;
  font-weight: 800;
  text-decoration: none;
}

.group-pagination a.active {
  background: #009EE0;
  color: #fff;
}

.groups-page .danger {
  background: #d8232a !important;
  color: #fff !important;
  padding: 8px 16px !important;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366 !important;
  color: #fff !important;
  padding: 8px 16px !important;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.whatsapp-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  -webkit-mask: url("../images/icone-whatsapp.svg") center/contain no-repeat;
  mask: url("../images/icone-whatsapp.svg") center/contain no-repeat;
}

.whatsapp-btn:hover {
  opacity: 0.9;
}

.edit-prediction-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.edit-prediction-form input {
  width: 70px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.prediction-locked {
  background: #bbb;
  padding: 12px 18px;
  border-radius: 18px;
  font-weight: 700;
  text-align: center;
}

.profile-rankings {
  margin: 30px 0;
}

.profile-rankings h3 {
  margin-bottom: 15px;
}

.ranking-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f3;
  padding: 16px 20px;
  border-radius: 14px;
  margin-bottom: 10px;
  font-weight: 700;
}

.ranking-box span {
  background: #ff5722;
  color: #fff;
  padding: 8px 15px;
  border-radius: 30px;
}

.edit-prediction-form-full {
    display: block;
}

.edit-score-line {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.edit-ko-zone {
    margin-top: 10px;
    display: grid;
    gap: 8px;
}

.edit-ko-zone label {
    display: grid;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
}

.edit-ko-zone select {
    padding: 9px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.pronostics-predict .extra-zone,
.pronostics-predict .penalty-zone {
  grid-column: 1 / -1;
  order: 4;
}

.pronostics-predict .penalty-zone {
  order: 5;
}

.site-footer {
  margin-top: 70px;
  background: #130b44;
  color: #fff;
  border-bottom: 3px solid #009EE0;
}

@media (max-width: 900px) {
  .pronostics-hero {
    margin: -20px calc(50% - 50vw) 22px;
    padding: 56px 30px 0;
    text-align: left;
  }

  .pronostics-hero h1 {
    margin: 0;
    font-size: 44px;
    line-height: 1.18;
  }

  .pronostics-hero h1 span {
    display: block;
  }

  .pronostics-hero p {
    margin: 24px 0 46px;
    font-size: 18px;
  }

  .phase-tabs {
    justify-content: flex-start;
    margin: 0 -30px;
    padding: 22px 24px;
  }

  .phase-tab {
    min-height: 38px;
    padding: 9px 20px;
    font-size: 16px;
  }

  .leaderboard-page {
    margin: -20px calc(50% - 50vw) -48px;
    padding-bottom: 58px;
  }

  .leaderboard-hero {
    text-align: center;
  }

  .leaderboard-hero-main {
    min-height: 210px;
    gap: 16px;
    padding: 34px 24px;
  }

  .leaderboard-hero-main img {
    width: 58px;
  }

  .leaderboard-hero h1 {
    margin: 0;
    font-size: 40px;
    line-height: 1;
  }

  .leaderboard-phase-tabs {
    justify-content: flex-start;
    margin: 0;
    padding: 22px 24px;
    overflow-x: auto;
  }

  .leaderboard-content {
    width: min(430px, 92%);
    padding-top: 36px;
  }

  .leaderboard-user-card {
    grid-template-columns: auto 1fr;
    gap: 14px;
    margin-bottom: 34px;
    padding: 14px;
  }

  .leaderboard-avatar {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .leaderboard-user-card > strong {
    font-size: 20px;
  }

  .leaderboard-user-stats {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 12px;
  }

  .leaderboard-user-stats span {
    width: 100%;
    justify-content: space-between;
    min-height: 50px;
    font-size: 15px;
  }

  .leaderboard-user-stats b {
    min-width: 76px;
    min-height: 36px;
  }

  .leaderboard-table-card {
    padding: 10px;
    margin-bottom: 34px;
  }

  .leaderboard-table {
    padding: 18px 20px;
  }

  .leaderboard-table-head {
    display: none;
  }

  .leaderboard-row {
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
    min-height: 74px;
    padding: 16px 0;
  }

  .leaderboard-row strong {
    grid-column: 1;
    grid-row: 1;
  }

  .leaderboard-rank {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .leaderboard-points {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    font-size: 15px;
  }

  .pronostics-board {
    width: min(420px, 100%);
    padding: 10px;
    border-radius: 18px;
  }

  .match-filters {
    gap: 10px;
    padding: 12px 14px;
    overflow-x: auto;
  }

  .match-filters strong {
    font-size: 20px;
  }

  .match-filters a {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 8px 14px;
  }

  

  .match-section h2,
  .match-section summary {
    padding: 15px 18px;
    border-radius: 10px;
    font-size: 18px;
  }

  .match-section-body {
    padding: 10px 0 0;
  }

  .match-table-head {
    display: none;
  }

  .pronostics-page .pronostics-match-row {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 12px 0;
    padding: 22px 22px;
    background: #fff;
    border: 1px solid #dce7f2;
  
  }

  .match-date-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dce7f2;
    font-size: 18px;
    line-height: 1.2;
  }

  .match-date-cell time {
    text-align: right;
    font-weight: 600;
    min-width:55%;
    font-size: 15px;
  }
  .match-date-cell time br {
        display: none;
    }

  .match-mobile-label,
  .match-result-cell h4,
  .prediction-actions h4 {
    display: block;
    margin: 0;
    color: #130b44;
    font-family: "Barlow", "Inter", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .match-result-cell {
    display: grid;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dce7f2;
  }

  .pronostics-teams {
    display: grid;
    grid-template-columns: minmax(70px, 1fr) auto minmax(70px, 1fr);
    gap: 12px;
  }

  .pronostics-teams .team {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 8px;
    font-size: 13px;
    text-align: center;
  }

  .pronostics-teams .team-home,
  .pronostics-teams .team-away {
    justify-content: center;
  }

  .pronostics-teams .team-home .team-name,
  .pronostics-teams .team-away .team-name {
    order: 2;
  }

  .pronostics-teams strong {
    min-width: 90px;
    padding: 12px 16px;
    align-self: center;
  }

  .pronostics-page .prediction-actions {
    gap: 18px;
  }

  .my-predictions-page .my-prediction-points {
    justify-self: center;
    margin-top: 0;
  }

  .prediction-closed-note {
    text-align: center;
  }

  .pronostics-page .pronostics-predict {
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }

  .pronostics-page .pronostics-inputs {
    order: 1;
    justify-content: flex-start;
  }

  .pronostics-predict .prediction-submit {
    order: 2;
  }

  .match-whatsapp-btn {
    order: 3;
  }

  

}

.footer-inner {
  width: min(1290px, 84%);
  margin: 0 auto;
  padding: 48px 0 44px;
}

.footer-top {
  display: grid;
  grid-template-columns: 230px 1fr auto 160px;
  align-items: center;
  gap: 42px;
}

.footer-brand img {
  display: block;
  width: 154px;
  height: auto;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
}

.footer-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-socials a:hover {
  opacity: 0.75;
}

.footer-date {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.footer-partner {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  padding-left: 24px;
}

.footer-partner img {
  display: block;
  width: 126px;
  height: auto;
}

.footer-line {
  height: 1px;
  margin: 48px 0 42px;
  background: rgba(255, 255, 255, 0.14);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-bottom p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.footer-socials img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media(max-width:900px) {
    .login-page {
      grid-template-columns: 1fr;
      margin: -20px calc(50% - 50vw) -48px;
    }

    .login-panel {
      order: 1;
      padding: 48px 30px;
    }

    .login-media {
      order: 2;
      min-height: 360px;
    }

    .login-media video {
      min-height: 360px;
    }

    .login-form-wrap h1 {
      font-size: 42px;
    }

    .login-form input {
      min-height: 58px;
      font-size: 18px;
    }

    .login-form .btn {
      font-size: 18px;
    }

    .register-page {
      min-height: auto;
      margin: -20px calc(50% - 50vw) -48px;
      padding: 46px 18px;
      background-position: center top;
    }

    .register-card {
      width: min(100%, 430px);
      padding: 30px 22px;
      border-radius: 12px;
    }

    .register-card h1 {
      font-size: 36px;
    }

    .rewards-page {
      margin: -20px calc(50% - 50vw) -48px;
      padding-bottom: 52px;
    }

    .rewards-hero {
      padding: 48px 24px 1px;
      text-align: left;
    }

    .rewards-hero h1 {
      font-size: 40px;
      line-height: 1.12;
    }

    .rewards-hero p {
      font-size: 16px;
    }

    .dima-page {
      margin: -20px calc(50% - 50vw) -48px;
      padding: 42px 0 62px;
    }

    .dima-hero {
      width: min(430px, 88%);
      margin-bottom: 30px;
      text-align: left;
    }

    .dima-hero h1 {
      font-size: 40px;
      line-height: 1.12;
    }

    .dima-content {
      width: min(430px, 88%);
    }

    .dima-main-media {
      margin-bottom: 34px;
      border-radius: 14px;
    }

    .dima-main-media img {
      aspect-ratio: 1 / 0.82;
    }

    .dima-copy-section {
      margin-top: 34px;
    }

    .dima-copy-section h2 {
      font-size: 28px;
    }

    .dima-copy-section p,
    .dima-copy-section li {
      font-size: 16px;
      line-height: 1.35;
    }

    .dima-actions {
      gap: 14px;
      margin-top: 30px;
    }

    .dima-actions .btn {
      min-width: 0;
      min-height: 52px;
      padding: 14px 22px !important;
      font-size: 17px;
    }

    .support-page {
      margin: -20px calc(50% - 50vw) -48px;
      padding-bottom: 56px;
    }

    .support-hero {
      min-height: 240px;
      padding: 42px 24px;
    }

    .support-hero-icon {
      width: 62px;
      height: 62px;
      border-radius: 18px;
    }

    .support-hero-icon span {
      width: 34px;
      height: 26px;
      border-width: 4px;
      border-radius: 8px;
    }

    .support-hero-icon span::after {
      left: 6px;
      bottom: -12px;
      width: 11px;
      height: 11px;
      border-top-width: 4px;
      border-left-width: 4px;
    }

    .support-hero h1 {
      font-size: 42px;
    }

    .support-hero p {
      font-size: 16px;
    }

    .support-content {
      width: min(430px, 92%);
      padding-top: 34px;
    }

    .support-contact-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .support-card,
    .support-faq {
      padding: 22px;
      border-radius: 14px;
    }

    .support-intro-card h2,
    .support-faq h2 {
      font-size: 30px;
    }

    .support-submit {
      width: 100%;
    }

    .support-faq {
      margin-top: 24px;
    }

    .support-faq summary {
      padding: 15px 18px;
      font-size: 18px;
    }

    .rewards-prizes {
      width: min(430px, 92%);
      margin: 48px auto 54px;
      gap: 18px;
    }

    .rewards-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .prize-card {
      width: 100%;
      min-height: 210px;
    }

    .prize-card-featured {
      min-height: 230px;
    }

    .prize-image {
      height: 132px;
    }

    .prize-console {
      height: 152px;
    }

    .rewards-rules {
      width: min(430px, 92%);
    }

    .rewards-rules-copy {
      padding: 40px 30px;
    }

    .rewards-rules-copy h2 {
      font-size: 34px;
    }

    .rewards-rules-copy ol {
      font-size: 17px;
    }

    .edit-score-line {
        justify-content: center;
    }

    .groups-hero {
      min-height: 190px;
      gap: 12px;
    }

    .groups-hero img {
      width: 58px;
    }

    .groups-hero h1 {
      font-size: 38px;
    }

    .groups-container {
      width: min(430px, calc(100% - 28px));
      padding: 34px 0 48px;
    }

    .group-create-card {
      padding: 24px 18px;
      margin-bottom: 36px;
      border-radius: 14px;
    }

    .group-create-card h2 {
      font-size: 30px;
      line-height: 1.05;
    }

    .groups-section-head {
      align-items: flex-start;
      flex-direction: column;
    }

    .groups-section-head h2 {
      font-size: 26px;
    }

    .group-accordion-summary {
      min-height: 50px;
      padding: 0 16px;
      font-size: 18px;
    }

    .groups-accordion-list {
      padding: 10px;
      border-radius: 14px;
      gap: 12px;
    }

    .group-accordion-body {
      padding: 18px 16px 20px;
    }

    .group-table-head {
      display: none;
    }

    .group-table-row {
      grid-template-columns: 1fr auto;
      gap: 8px 14px;
      min-height: 0;
      padding: 14px 0;
    }

    .group-table-row strong {
      grid-column: 1;
      grid-row: 1;
    }

    .group-rank {
      grid-column: 2;
      grid-row: 1 / span 2;
      min-width: 42px;
    }

    .group-points {
      grid-column: 1;
      grid-row: 2;
      font-size: 13px;
    }

    .group-table-row .member-remove-form {
      grid-column: 1 / -1;
      justify-self: start;
      margin-top: 6px;
    }

    .member-row {
      align-items: flex-start;
      flex-direction: column;
    }

    .member-row form {
      flex-wrap: wrap;
    }

    .group-actions {
      align-items: flex-start;
      flex-direction: column;
    }

    .profile-hero {
      min-height: 210px;
      gap: 16px;
    }

    .profile-hero-icon {
      width: 68px;
      height: 68px;
    }

    .profile-hero h1 {
      font-size: 40px;
    }

    .profile-layout {
      width: min(430px, calc(100% - 28px));
      padding: 36px 0 52px;
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .profile-card {
      padding: 22px;
      border-radius: 14px;
    }

    .profile-summary {
      grid-template-columns: auto minmax(0, 1fr);
      gap: 16px;
    }

    .profile-points {
      grid-column: 1 / -1;
      justify-self: start;
    }

    .profile-rank-main,
    .profile-group-ranks summary {
      min-height: 54px;
      padding: 0 18px;
      font-size: 20px;
    }

    .profile-group-rank-list {
      padding: 16px 20px 20px;
    }

    .profile-group-rank-row {
      padding: 16px 0;
    }

    .site-footer {
      margin-top: 48px;
    }

    .footer-inner {
      width: min(100% - 48px, 680px);
      padding: 38px 0;
    }

    .footer-top {
      grid-template-columns: 1fr;
      justify-items: center;
      text-align: center;
      gap: 26px;
    }

    .footer-nav {
      flex-wrap: wrap;
      gap: 18px 26px;
    }

    .footer-partner {
      border-left: 0;
      padding-left: 0;
    }

    .footer-line {
      margin: 34px 0 28px;
    }

    .footer-bottom {
      flex-direction: column;
      text-align: center;
    }

    .footer-socials {
      gap: 20px;
    }
}
