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

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  color: #0A1A20;
  background: #F2F3F5;
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul, ol {
  list-style: none;
}

input, select, textarea {
  font: inherit;
  color: inherit;
}

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

:root {
  --c-primary: #001E28;
  --c-primary-2: #0F3A47;
  --c-primary-3: #1A4D5C;
  --c-primary-light: #E6F0F3;
  --c-accent: #FF0046;
  --c-accent-dark: #D9003B;
  --c-accent-light: #FFF0F4;
  --c-bg: #F2F3F5;
  --c-surface: #FFFFFF;
  --c-surface-hover: #F0F1F4;
  --c-border: #E2E4E9;
  --c-border-light: #ECEDF0;
  --c-text: #0A1A20;
  --c-text-secondary: #6B7085;
  --c-text-muted: #9CA0B0;
  --c-win: #16A34A;
  --c-draw: #F59E0B;
  --c-loss: #DC2626;
  --c-live: #FF0046;
  --f-display: Montserrat, sans-serif;
  --f-body: Source Sans 3, sans-serif;
  --header-h: 64px;
  --container-max: 1200px;
  --container-pad: 20px;
  --shadow-sm: 0 1px 3px rgba(10, 26, 32, 0.04), 0 1px 2px rgba(10, 26, 32, 0.06);
  --shadow-md: 0 4px 12px rgba(10, 26, 32, 0.06), 0 1px 4px rgba(10, 26, 32, 0.04);
  --shadow-lg: 0 12px 32px rgba(10, 26, 32, 0.08), 0 4px 8px rgba(10, 26, 32, 0.04);
}

::selection {
  background: rgba(255, 0, 70, 0.15);
  color: #0A1A20;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #F2F3F5;
}

::-webkit-scrollbar-thumb {
  background: #E2E4E9;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #9CA0B0;
}

:focus-visible {
  outline: 2px solid #FF0046;
  outline-offset: 2px;
}

a {
  transition: color 150ms cubic-bezier(0.16, 1, 0.3, 1);
}

img {
  user-select: none;
}

.text-primary {
  color: #001E28;
}

.text-accent {
  color: #FF0046;
}

.text-secondary {
  color: #6B7085;
}

.text-muted {
  color: #9CA0B0;
}

.text-win {
  color: #16A34A;
}

.text-draw {
  color: #F59E0B;
}

.text-loss {
  color: #DC2626;
}

.text-live {
  color: #FF0046;
}

.bg-primary {
  background-color: #001E28;
}

.bg-accent {
  background-color: #FF0046;
}

.bg-surface {
  background-color: #FFFFFF;
}

.bg-win {
  background-color: #16A34A;
}

.bg-draw {
  background-color: #F59E0B;
}

.bg-loss {
  background-color: #DC2626;
}

.hidden {
  display: none !important;
}

.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;
}

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

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

.font-display {
  font-family: "Montserrat", sans-serif;
}

.font-body {
  font-family: "Source Sans 3", sans-serif;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 64px 0;
}

.section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 16px;
}
@media (max-width: 768px) {
  .section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

.section__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.section__subtitle {
  font-size: 0.9rem;
  color: #6B7085;
}

.section__link {
  font-size: 0.8rem;
  font-weight: 600;
  color: #0F3A47;
  white-space: nowrap;
  transition: opacity 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.section__link:hover {
  opacity: 0.7;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  cursor: pointer;
}
.btn--primary {
  background: #001E28;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 30, 40, 0.25);
}
.btn--primary:hover {
  background: #0F3A47;
  box-shadow: 0 4px 16px rgba(0, 30, 40, 0.3);
  transform: translateY(-1px);
}
.btn--accent {
  background: #FF0046;
  color: #fff;
}
.btn--accent:hover {
  background: #D9003B;
  transform: translateY(-1px);
}
.btn--outline {
  background: #FFFFFF;
  color: #0A1A20;
  border: 1.5px solid #E2E4E9;
}
.btn--outline:hover {
  border-color: #0F3A47;
  color: #001E28;
  background: #E6F0F3;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 64px;
  background: #001E28;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: box-shadow 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.header--scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.header__logo-abbr {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
}
.header__logo-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.15);
}
.header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
@media (max-width: 480px) {
  .header__logo-text {
    display: none;
  }
}
.header__logo-name {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
}
.header__logo-sub {
  font-size: 0.62rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.02em;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav-link {
  padding: 8px 14px;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.header__nav-link:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
}
.header__nav-link--active {
  color: #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1024px) {
  .header__burger {
    display: flex;
  }
}
.header__burger:hover {
  background: rgba(255, 255, 255, 0.08);
}
.header__burger span {
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  border-radius: 2px;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.header__burger span:nth-child(2) {
  width: 14px;
}
.header__burger--active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header__burger--active span:nth-child(2) {
  opacity: 0;
}
.header__burger--active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.lang-switch:hover {
  background: rgba(255, 255, 255, 0.14);
}
.lang-switch__option {
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.lang-switch__option--active {
  color: #fff;
}
.lang-switch__divider {
  color: rgba(255, 255, 255, 0.15);
}

.mobile-menu {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001E28;
  z-index: 99;
  padding: 24px 20px;
  transform: translateX(100%);
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}
.mobile-menu--open {
  transform: translateX(0);
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mobile-menu__link {
  display: block;
  padding: 14px 16px;
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-menu__link:hover, .mobile-menu__link--active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 600;
}

.header-spacer {
  height: 64px;
}

.footer {
  background: #001E28;
  color: #fff;
  padding: 48px 0 24px;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__brand {
  max-width: 320px;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.footer__logo-abbr {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.footer__logo-divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.15);
}
.footer__logo-name {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.footer__desc {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}
.footer__columns {
  display: flex;
  gap: 48px;
}
@media (max-width: 480px) {
  .footer__columns {
    flex-direction: column;
    gap: 24px;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__col-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 4px;
}
.footer__col-link {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  transition: color 150ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__col-link:hover {
  color: #fff;
}
.footer__col-link svg {
  flex-shrink: 0;
  opacity: 0.5;
}
.footer__social {
  display: flex;
  gap: 8px;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.footer__social-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.footer__social-link svg {
  width: 18px;
  height: 18px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 480px) {
  .footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}
.footer__copy {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
}

.tabs {
  display: flex;
  gap: 2px;
  background: #ECEDF0;
  padding: 4px;
  border-radius: 10px;
  width: fit-content;
}
.tabs__btn {
  padding: 8px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6B7085;
  border-radius: 6px;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}
.tabs__btn:hover {
  color: #0A1A20;
}
.tabs__btn--active {
  background: #FFFFFF;
  color: #0A1A20;
  box-shadow: 0 1px 3px rgba(10, 26, 32, 0.04), 0 1px 2px rgba(10, 26, 32, 0.06);
}
.tabs__content {
  display: none;
}
.tabs__content--active {
  display: block;
}

.standings {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid #ECEDF0;
  overflow: hidden;
}
.standings__table {
  width: 100%;
  border-collapse: collapse;
}
.standings__head th {
  padding: 12px 12px;
  background: #001E28;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  position: relative;
  cursor: default;
}
.standings__head th:first-child {
  border-radius: 0;
}
.standings__head th:nth-child(1) {
  width: 36px;
  text-align: center;
}
.standings__head th:nth-child(2) {
  text-align: left;
  padding-left: 16px;
}
.standings__head th:last-child {
  padding-right: 16px;
  color: #fff;
}
.standings__row {
  transition: background 150ms cubic-bezier(0.16, 1, 0.3, 1);
  border-bottom: 1px solid #ECEDF0;
}
.standings__row:last-child {
  border-bottom: none;
}
.standings__row:hover {
  background: #F0F1F4;
}
.standings__row td {
  padding: 12px;
  font-size: 0.8rem;
  text-align: center;
  color: #6B7085;
}
.standings__row-pos {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  width: 36px;
  text-align: center;
  position: relative;
}
.standings__row-pos::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: transparent;
}
.standings__row-team {
  text-align: left !important;
  padding-left: 16px !important;
}
.standings__row-team a {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0A1A20;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.standings__row-team a:hover {
  color: #0F3A47;
}
.standings__row-pts {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  color: #0A1A20 !important;
}
.standings__row-diff {
  font-weight: 600;
}
.standings__row--first {
  background: rgba(245, 158, 11, 0.06);
}
.standings__row--first:hover {
  background: rgba(245, 158, 11, 0.1);
}
.standings__row--first .standings__row-pos {
  color: #D97706;
}
.standings__row--first .standings__row-pos::before {
  background: #F59E0B;
}
.standings__row--first .standings__row-team a {
  color: #0A1A20;
  font-weight: 700;
}
.standings__row--first .standings__row-pts {
  color: #D97706 !important;
  font-size: 0.9rem;
}
.standings .diff-pos {
  color: #16A34A;
}
.standings .diff-neg {
  color: #DC2626;
}
.standings .diff-zero {
  color: #9CA0B0;
}

.tooltip-popup {
  position: fixed;
  z-index: 99999;
  padding: 6px 12px;
  background: #0A1A20;
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  transform: translate(-50%, -100%);
}
.tooltip-popup--visible {
  opacity: 1;
}

@media (max-width: 768px) {
  .standings {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .standings__table {
    min-width: 560px;
  }
}
.rounds {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid #ECEDF0;
  overflow: hidden;
}

.round {
  border-bottom: 1px solid #ECEDF0;
}
.round:last-child {
  border-bottom: none;
}
.round__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  background: #0F3A47;
  border-bottom: 1px solid #ECEDF0;
}
@media (max-width: 480px) {
  .round__header {
    padding: 10px 16px;
  }
}
.round__title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.round__date {
  font-size: 0.72rem;
  font-weight: 500;
  color: #9CA0B0;
}

.match-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 12px 24px;
  gap: 16px;
  border-bottom: 1px solid rgba(236, 237, 240, 0.6);
  transition: background 150ms cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.match-row:last-child {
  border-bottom: none;
}
.match-row:hover {
  background: #F0F1F4;
}
@media (max-width: 480px) {
  .match-row {
    padding: 10px 16px;
    gap: 8px;
  }
}
.match-row__team {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0A1A20;
}
.match-row__team--home {
  text-align: right;
}
.match-row__team--away {
  text-align: left;
}
@media (max-width: 480px) {
  .match-row__team {
    font-size: 0.72rem;
  }
}
.match-row__score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  min-width: 56px;
}
@media (max-width: 480px) {
  .match-row__score {
    font-size: 0.8rem;
    min-width: 48px;
  }
}
.match-row__score-divider {
  color: #E2E4E9;
  font-weight: 400;
}
.match-row__score--pending {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #9CA0B0;
  background: #F2F3F5;
  padding: 4px 10px;
  border-radius: 4px;
}
.match-row__team--winner {
  color: #0A1A20;
}
.match-row__team--loser {
  color: #9CA0B0;
}

.match-pair {
  border-bottom: 1px solid #ECEDF0;
}
.match-pair:last-of-type {
  border-bottom: none;
}

.match-pair__leg {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #9CA0B0;
  padding: 8px 24px 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(15, 58, 71, 0.06);
}
@media (max-width: 480px) {
  .match-pair__leg {
    padding: 6px 16px 2px;
  }
}

.match-pair .match-row:last-child {
  border-bottom: 1px solid rgba(236, 237, 240, 0.6);
}

.champion-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 16px;
  background: rgba(245, 158, 11, 0.06);
  border-top: 2px solid #F59E0B;
}
.champion-row__label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #D97706;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.champion-row__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #001E28;
}
.champion-row--tbd .champion-row__name {
  color: #9CA0B0;
  font-style: italic;
  font-weight: 600;
  font-size: 0.8rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: calc(64px + 64px) 20px 64px;
}
@media (max-width: 768px) {
  .hero {
    padding: calc(64px + 48px) 20px 48px;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  background: url("../images/football-stadium.jpg") center/cover no-repeat;
  background-color: #001E28;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 30, 40, 0.3), rgba(0, 30, 40, 0.88));
}
.hero__content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 640px;
}
.hero__badge {
  display: inline-block;
  padding: 5px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  line-height: 1.1;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .hero__title {
    font-size: 1.5rem;
  }
}
.hero__title-accent {
  color: #FF0046;
}
.hero__subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .hero__subtitle {
    font-size: 0.9rem;
  }
}
.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 480px) {
  .hero__actions {
    flex-direction: column;
  }
  .hero__actions .btn {
    width: 100%;
  }
}

.btn--accent {
  background: #FF0046;
  color: #fff;
}
.btn--accent:hover {
  background: #D9003B;
  transform: translateY(-1px);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.districts {
  padding: 64px 0;
  background: #F2F3F5;
}
.districts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
@media (max-width: 480px) {
  .districts__grid {
    grid-template-columns: 1fr;
  }
}

.district-card {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid #ECEDF0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  min-height: 200px;
  background-image: var(--district-bg);
  background-size: cover;
  background-position: center;
  background-color: #0F3A47;
}
.district-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 30, 40, 0.5), rgba(0, 30, 40, 0.85));
  z-index: 0;
  pointer-events: none;
}
.district-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--district-color, #0F3A47);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}
.district-card:hover {
  box-shadow: 0 12px 32px rgba(10, 26, 32, 0.08), 0 4px 8px rgba(10, 26, 32, 0.04);
  transform: translateY(-2px);
  border-color: transparent;
}
.district-card:hover::before {
  opacity: 1;
}
.district-card__top, .district-card__header, .district-card__groups, .district-card__social {
  position: relative;
  z-index: 1;
}
.district-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.district-card__num {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}
.district-card__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--district-color, #0F3A47);
}
.district-card__header {
  display: block;
  text-decoration: none;
  color: inherit;
}
.district-card__name {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 4px;
  color: #fff;
}
.district-card__meta {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.7);
}
.district-card__groups {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}
.district-card__group-btn {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.district-card__group-btn:hover {
  background: #fff;
  color: #001E28;
  border-color: #fff;
}
.district-card__social {
  display: flex;
  gap: 6px;
  margin-left: auto;
}
.district-card__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  flex-shrink: 0;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.district-card__social-link svg {
  width: 16px;
  height: 16px;
}
.district-card__social-link:hover {
  background: #fff;
  color: #001E28;
}

.news {
  padding: 64px 0;
  background: #FFFFFF;
  border-top: 1px solid #ECEDF0;
}
.news__list {
  display: flex;
  flex-direction: column;
}

.news-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #ECEDF0;
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  color: inherit;
}
.news-item:last-child {
  border-bottom: none;
}
.news-item:hover .news-item__title {
  color: #0F3A47;
}
@media (max-width: 480px) {
  .news-item {
    gap: 16px;
  }
}
.news-item__date {
  flex-shrink: 0;
  min-width: 56px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #9CA0B0;
  padding-top: 2px;
}
.news-item__body {
  flex: 1;
  min-width: 0;
}
.news-item__title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  line-height: 1.35;
  margin-bottom: 4px;
  transition: color 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.news-item__excerpt {
  font-size: 0.8rem;
  color: #6B7085;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}

.page-head {
  background: #001E28;
  color: #fff;
}
.page-head__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(64px + 32px) 20px 32px;
}
.page-head__breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
}
.page-head__breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.page-head__breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.page-head__breadcrumb span {
  color: rgba(255, 255, 255, 0.25);
}
.page-head__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.page-head__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .page-head__title {
    font-size: 1.5rem;
  }
}
.page-head__subtitle {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}
.page-head__social {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.page-head__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.page-head__social-link svg {
  width: 20px;
  height: 20px;
}
.page-head__social-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.group-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 64px;
}
.group-content__tabs {
  margin-bottom: 32px;
}

.group-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
@media (max-width: 480px) {
  .group-buttons {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}

.group-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 24px 16px;
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid #ECEDF0;
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.group-btn:hover {
  background: #001E28;
  color: #fff;
  border-color: #001E28;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(10, 26, 32, 0.08), 0 4px 8px rgba(10, 26, 32, 0.04);
}
.group-btn__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.group-btn__meta {
  font-size: 0.72rem;
  color: #9CA0B0;
}
.group-btn:hover .group-btn__meta {
  color: rgba(255, 255, 255, 0.5);
}
.group-btn__leader {
  font-size: 0.72rem;
  font-weight: 600;
  color: #D97706;
  display: flex;
  align-items: center;
  gap: 4px;
}
.group-btn:hover .group-btn__leader {
  color: #F59E0B;
}

.bracket-section {
  margin-top: 48px;
}

.player-list {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid #ECEDF0;
  overflow: hidden;
}
.player-list__table {
  width: 100%;
  border-collapse: collapse;
}
.player-list__head th {
  padding: 12px 16px;
  background: #0F3A47;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: left;
}
.player-list__head th:first-child {
  width: 48px;
  text-align: center;
}
.player-list__row {
  border-bottom: 1px solid #ECEDF0;
  transition: background 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.player-list__row:last-child {
  border-bottom: none;
}
.player-list__row:hover {
  background: #F0F1F4;
}
.player-list__row td {
  padding: 12px 16px;
  font-size: 0.8rem;
}
.player-list__num {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #9CA0B0;
}
.player-list__name {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0A1A20;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
@media (max-width: 480px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

.news-card {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid #ECEDF0;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}
.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(10, 26, 32, 0.08), 0 4px 8px rgba(10, 26, 32, 0.04);
}
.news-card:hover .news-card__title {
  color: #0F3A47;
}
.news-card__img {
  height: 180px;
  overflow: hidden;
  background: #F2F3F5;
}
.news-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 480px) {
  .news-card__img {
    height: 160px;
  }
}
.news-card:hover .news-card__img img {
  transform: scale(1.04);
}
.news-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.news-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  color: #9CA0B0;
}
.news-card__title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  line-height: 1.35;
  transition: color 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.news-card__excerpt {
  font-size: 0.8rem;
  color: #6B7085;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}

.article {
  margin: 0 auto;
}
.article__img {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 32px;
  background: #F2F3F5;
}
.article__img img {
  width: 100%;
  height: auto;
  display: block;
}
.article__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 0.8rem;
  color: #9CA0B0;
}
.article__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .article__title {
    font-size: 1.5rem;
  }
}
.article__body {
  font-size: 1rem;
  line-height: 1.75;
  color: #0A1A20;
}
.article__body p {
  margin-bottom: 16px;
}
.article__body p:last-child {
  margin-bottom: 0;
}
.article__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0F3A47;
  text-decoration: none;
  transition: opacity 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.article__back:hover {
  opacity: 0.7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-grid__item {
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
}
.gallery-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-grid__item:hover img {
  transform: scale(1.05);
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 10, 15, 0.92);
  align-items: center;
  justify-content: center;
  padding: 40px;
  cursor: pointer;
}
.lightbox--open {
  display: flex;
}
.lightbox__img {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}
.lightbox__close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.2);
}
.lightbox__nav--prev {
  left: 20px;
}
.lightbox__nav--next {
  right: 20px;
}
.lightbox__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}

.bracket-container {
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid #ECEDF0;
  padding: 24px;
  position: relative;
  overflow: hidden;
  background-image: url("../images/bracket/bracket-bg.jpg");
  background-size: cover;
  background-position: center;
  background-color: #0F3A47;
}
.bracket-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 30, 40, 0.55), rgba(0, 30, 40, 0.68));
  z-index: 0;
  pointer-events: none;
}
.bracket-container .bracket__layout {
  position: relative;
  z-index: 1;
}

.bracket__layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 900px) {
  .bracket__layout {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}

.bracket {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex: 0 0 auto;
  min-width: min-content;
}
@media (max-width: 900px) {
  .bracket {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
}

.bracket__round {
  flex: 0 0 auto;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bracket__round:not(:last-child) {
  margin-right: 0;
}

.bracket__round-title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #0F3A47;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
  text-align: center;
}

.bracket__matches {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-around;
  flex: 1;
}

.bracket__connector {
  flex: 0 0 auto;
  width: 32px;
  min-width: 32px;
  position: relative;
  align-self: stretch;
  display: flex;
}

.bracket__connector-svg {
  width: 100%;
  flex: 1;
  min-height: 200px;
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.bracket-match {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 180px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ECEDF0;
  background: #fff;
}

.bracket-match__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  min-height: 40px;
  background: #fff;
  border-bottom: 1px solid #ECEDF0;
  gap: 10px;
}
.bracket-match__row:last-child {
  border-bottom: none;
}

.bracket-match__row--winner {
  background: rgba(22, 163, 74, 0.25) !important;
  border-color: rgba(22, 163, 74, 0.3);
}
.bracket-match__row--winner .bracket-match__team {
  color: rgb(12.9027027027, 95.5972972973, 43.4);
  font-weight: 700;
}

.bracket-match__row--final {
  background: rgba(230, 240, 243, 0.95) !important;
  border-color: rgba(15, 58, 71, 0.2);
}
.bracket-match__row--final .bracket-match__team {
  color: #001E28;
  font-weight: 700;
}

.bracket-match--final .bracket-match__row--winner {
  background: rgba(254, 243, 199, 0.95) !important;
  border-color: rgba(217, 119, 6, 0.35);
}
.bracket-match--final .bracket-match__row--winner .bracket-match__team {
  color: #B45309;
  font-weight: 800;
}

.bracket-match__team {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0A1A20 !important;
  flex: 1;
  min-width: 0;
}

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

.bracket-match__score {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  color: #0A1A20 !important;
  min-width: 24px;
  text-align: center;
}
.bracket-match__score--pending {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #9CA0B0;
}

.bracket-match--final .bracket-match__row .bracket-match__score {
  min-width: 36px;
}

.bracket-champion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
  padding: 24px 32px;
  background: rgba(254, 243, 199, 0.95);
  border-radius: 10px;
  border: 1px solid rgba(217, 119, 6, 0.35);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
@media (max-width: 900px) {
  .bracket-champion {
    width: 100%;
  }
}
.bracket-champion__cup {
  flex-shrink: 0;
  width: 48px;
  height: auto;
  display: flex;
  justify-content: center;
}
.bracket-champion__cup img {
  width: 48px;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}
.bracket-champion__content {
  display: flex;
  gap: 4px;
  text-align: center;
}
@media (max-width: 900px) {
  .bracket-champion__content {
    flex-direction: column;
  }
}
.bracket-champion__label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #92400E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.bracket-champion__name {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #0A1A20;
}
.bracket-champion--tbd .bracket-champion__name {
  color: #9CA0B0;
  font-style: italic;
  font-weight: 600;
  font-size: 0.8rem;
}

/*# sourceMappingURL=main.css.map */
