/* =========================================================
   CalcioCatania.com — Site Shell 2026
   Global navigation + global footer.
   Extracted from menufox.php and footerfox.php without
   visual changes.
   ========================================================= */

/* =========================================================
   RICH MENU 2026
   ========================================================= */

/* =========================================================
   CALCIOCATANIA.COM — RICH MENU 2026
   ========================================================= */

.cc-rich-nav-wrap {

  --rn-red: #d72638;
  --rn-blue: #1172a8;
  --rn-blue-top: #2184b2;
  --rn-blue-bottom: #105d90;
  --rn-rule: #e4e4e4;

  position: relative;

  z-index: 3000;

  width: 100%;

  border-top:
    1px solid
    rgba(255,255,255,.22);

  border-bottom:
    1px solid
    #0d6b9f;

  background:
    linear-gradient(
      180deg,
      var(--rn-blue-top) 0%,
      var(--rn-blue) 50%,
      var(--rn-blue-bottom) 100%
    );

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif;
}


.cc-rich-nav {

  position: relative;

  width:
    min(
      1160px,
      calc(100% - 40px)
    );

  min-height: 54px;

  margin: 0 auto;

  display: flex;

  align-items: stretch;
}


.cc-rich-nav__brand-link,
.cc-rich-nav__plain,
.cc-rich-menu__summary {

  min-height: 54px;

  display: flex;

  align-items: center;

  padding:
    0
    14px;

  background: transparent;

  color: #fff !important;

  text-shadow:
    0 1px 1px
    rgba(0,0,0,.28);

  font-size: .72rem;

  line-height: 1;

  font-weight: 900;

  letter-spacing: .045em;

  text-transform: uppercase;

  text-decoration: none;

  white-space: nowrap;
}


.cc-rich-nav__brand-link {

  padding-left: 0;
}


.cc-rich-nav__brand-link:hover,
.cc-rich-nav__plain:hover,
.cc-rich-menu__summary:hover {

  background:
    rgba(0,70,120,.20);
}


.cc-rich-nav__community {

  margin-left: auto;

  color: #fff !important;
}


.cc-rich-menu {

  position: static;
}


.cc-rich-menu__summary {

  cursor: pointer;

  list-style: none;

  user-select: none;
}


.cc-rich-menu__summary::-webkit-details-marker {

  display: none;
}


.cc-rich-menu__summary::after {

  content: "＋";

  margin-left: 6px;

  color:
    rgba(255,255,255,.82);

  font-size: .66rem;
}


.cc-rich-menu[open]
.cc-rich-menu__summary {

  color: #fff !important;

  background:
    rgba(0,70,120,.22);
}


.cc-rich-menu[open]
.cc-rich-menu__summary::after {

  content: "−";
}


.cc-rich-mega {

  position: absolute;

  top: 100%;
  left: 0;

  width: 100%;

  display: grid;

  grid-template-columns:
    minmax(190px,.65fr)
    minmax(0,1.45fr)
    minmax(170px,.6fr);

  gap: 24px;

  padding: 26px;

  border-top:
    3px solid
    #1172a8;

  border-left:
    1px solid
    var(--rn-rule);

  border-right:
    1px solid
    var(--rn-rule);

  border-bottom:
    1px solid
    var(--rn-rule);

  background: #fff;

  box-shadow:
    0 20px 40px
    rgba(0,0,0,.12);
}


.cc-rich-mega--stats {

  display: block;

  border-top-color:
    var(--rn-red);

  background: #101216;

  color: #fff;
}


.cc-rich-mega__eyebrow {

  display: block;

  margin-bottom: 7px;

  color: #1172a8;

  font-size: .57rem;

  font-weight: 900;

  letter-spacing: .09em;

  text-transform: uppercase;
}


.cc-rich-mega--stats
.cc-rich-mega__eyebrow {

  color: #ff6473;
}


.cc-rich-mega__title {

  display: block;

  color: #111;

  font-size: 1.28rem;

  line-height: 1;

  font-weight: 900;

  letter-spacing: -.035em;
}


.cc-rich-mega--stats
.cc-rich-mega__title {

  color: #fff;
}


.cc-rich-mega__copy {

  max-width: 260px;

  margin:
    11px
    0
    0;

  color: #777;

  font-size: .73rem;

  line-height: 1.45;
}


.cc-rich-links {

  display: flex;

  flex-direction: column;

  gap: 9px;
}


.cc-rich-links__title {

  margin-bottom: 4px;

  color: #999;

  font-size: .56rem;

  font-weight: 900;

  letter-spacing: .08em;

  text-transform: uppercase;
}


.cc-rich-links a {

  color: #222;

  font-size: .75rem;

  line-height: 1.2;

  font-weight: 800;

  text-decoration: none;
}


.cc-rich-links a:hover {

  color: #1172a8;
}


/* MATCH PANEL */

.ccrm-match {

  padding: 17px;

  background:
    linear-gradient(
      120deg,
      #1172a8,
      #0c6b94 48%,
      #d72638
    );

  color: #fff;

  text-decoration: none;
}


.ccrm-match__label {

  display: block;

  margin-bottom: 12px;

  color:
    rgba(255,255,255,.72);

  font-size: .55rem;

  font-weight: 900;

  letter-spacing: .08em;

  text-transform: uppercase;
}


.ccrm-match__teams {

  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    36px
    minmax(0,1fr);

  gap: 8px;

  align-items: center;
}


.ccrm-match__team {

  min-width: 0;

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 5px;

  text-align: center;

  font-size: .69rem;

  font-weight: 900;
}


.ccrm-match__logo {

  width: 52px;
  height: 52px;

  display: grid;

  place-items: center;

  padding: 5px;

  overflow: hidden;

  border-radius: 50%;

  background: #fff;
}


.ccrm-match__logo img {

  width: 100%;
  height: 100%;

  object-fit: contain;
}


.ccrm-match__meta {

  display: block;

  margin-top: 12px;

  text-align: center;

  color:
    rgba(255,255,255,.84);

  font-size: .59rem;

  font-weight: 750;
}


/* STATS PANEL */

.ccrm-stats-head {

  display: flex;

  align-items: end;

  justify-content: space-between;

  gap: 20px;

  padding-bottom: 17px;

  border-bottom:
    1px solid
    rgba(255,255,255,.13);
}


.ccrm-stat-strip {

  display: grid;

  grid-template-columns:
    repeat(
      4,
      minmax(0,1fr)
    );

  margin-top: 18px;
}


.ccrm-stat {

  padding:
    5px
    18px
    15px;

  border-right:
    1px solid
    rgba(255,255,255,.12);
}


.ccrm-stat:first-child {

  padding-left: 0;
}


.ccrm-stat:last-child {

  border-right: 0;
}


.ccrm-stat strong {

  display: block;

  color: #fff;

  font-size: 1.75rem;

  line-height: .9;

  font-weight: 900;

  letter-spacing: -.055em;
}


.ccrm-stat:nth-child(1) strong,
.ccrm-stat:nth-child(4) strong {

  color: #45bee9;
}


.ccrm-stat:nth-child(2) strong {

  color: #ff6170;
}


.ccrm-stat span {

  display: block;

  margin-top: 7px;

  color:
    rgba(255,255,255,.55);

  font-size: .54rem;

  font-weight: 900;

  letter-spacing: .07em;

  text-transform: uppercase;
}


.ccrm-scorers {

  display: grid;

  grid-template-columns:
    repeat(
      3,
      minmax(0,1fr)
    );

  gap: 12px;

  margin-top: 18px;
}


.ccrm-scorer {

  display: flex;

  justify-content: space-between;

  gap: 10px;

  padding:
    9px
    10px;

  border:
    1px solid
    rgba(255,255,255,.10);

  color: #fff;

  font-size: .68rem;

  font-weight: 800;

  text-decoration: none;
}


.ccrm-scorer strong {

  color: #fff;
}


/* GALLERY */

.ccrm-gallery {

  display: block;

  color: #111;

  text-decoration: none;
}


.ccrm-gallery__image {

  display: block;

  width: 100%;

  aspect-ratio: 16 / 10;

  overflow: hidden;

  margin-bottom: 9px;

  background: #eee;
}


.ccrm-gallery__image img {

  width: 100%;
  height: 100%;

  object-fit: cover;
}


.ccrm-gallery__label {

  color: var(--rn-red);

  font-size: .56rem;

  font-weight: 900;

  letter-spacing: .07em;

  text-transform: uppercase;
}


.ccrm-gallery strong {

  display: block;

  margin-top: 5px;

  color: #111;

  font-size: .78rem;

  line-height: 1.2;

  font-weight: 850;
}


/* MOBILE */

.cc-rich-mobile {

  display: none;

  background:
    linear-gradient(
      180deg,
      var(--rn-blue-top) 0%,
      var(--rn-blue) 50%,
      var(--rn-blue-bottom) 100%
    );
}


.cc-rich-mobile__toggle {

  min-height: 54px;

  display: flex;

  align-items: center;

  gap: 10px;

  padding:
    0
    15px;

  cursor: pointer;

  list-style: none;

  color: #fff !important;

  text-shadow:
    0 1px 1px
    rgba(0,0,0,.25);

  font-size: .75rem;

  font-weight: 900;

  letter-spacing: .07em;

  text-transform: uppercase;
}


.cc-rich-mobile__toggle::-webkit-details-marker {

  display: none;
}


.cc-rich-mobile__toggle::after {

  content: "＋";

  margin-left: auto;

  color:
    rgba(255,255,255,.88);
}


.cc-rich-mobile[open]
.cc-rich-mobile__toggle::after {

  content: "−";
}


.cc-rich-mobile__panel {

  padding:
    0
    14px
    14px;

  border-top:
    1px solid
    rgba(255,255,255,.18);

  background: #fff;
}


.cc-rich-mobile__panel > a,
.cc-rich-mobile-group > summary {

  min-height: 48px;

  display: flex;

  align-items: center;

  padding:
    0
    7px;

  border-bottom:
    1px solid
    #e4e4e4;

  color: #111;

  font-size: .78rem;

  font-weight: 850;

  text-decoration: none;
}


.cc-rich-mobile-group > summary {

  cursor: pointer;

  list-style: none;
}


.cc-rich-mobile-group > summary::-webkit-details-marker {

  display: none;
}


.cc-rich-mobile-group > summary::after {

  content: "＋";

  margin-left: auto;

  color: #999;
}


.cc-rich-mobile-group[open]
> summary::after {

  content: "−";
}


.cc-rich-mobile-group__body {

  padding:
    10px
    7px
    13px;

  background: #f7f7f5;
}


.cc-rich-mobile-group__body a {

  display: block;

  padding:
    9px
    8px;

  color: #222;

  font-size: .72rem;

  font-weight: 800;

  text-decoration: none;
}


@media (max-width: 900px) {

  .cc-rich-nav {

    display: none;
  }


  .cc-rich-mobile {

    display: block;
  }
}


@media (
  min-width: 901px
)
and
(
  max-width: 1080px
) {

  .cc-rich-nav {

    width:
      calc(
        100%
        -
        24px
      );
  }


  .cc-rich-nav__brand-link,
  .cc-rich-nav__plain,
  .cc-rich-menu__summary {

    padding:
      0
      9px;

    font-size: .65rem;
  }
}

/* Static rule extracted from menufox.php */
.ccrm-stats-more {
  color: #65c7ef;
  font-size: .6rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .055em;
}

/* =========================================================
   FOOTER 2026
   ========================================================= */

/* =========================================================
   CALCIOCATANIA.COM — FOOTER 2026
   ========================================================= */

#cc-footer2026 {

  --ccf-blue: #1172a8;
  --ccf-blue-light: #65c7ef;
  --ccf-red: #d72638;

  --ccf-bg: #101216;
  --ccf-panel: #16191e;

  --ccf-text: #f4f4f4;
  --ccf-muted: #a8acb3;

  --ccf-rule:
    rgba(255,255,255,.12);

  position: relative;

  width: 100%;

  margin: 0;

  overflow: hidden;

  border-top:
    1px solid
    rgba(255,255,255,.08);

  background:
    var(--ccf-bg);

  color:
    var(--ccf-text);

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif;
}


#cc-footer2026::before {

  content: "";

  position: absolute;

  inset:
    0
    0
    auto
    0;

  height: 5px;

  background:
    linear-gradient(
      90deg,
      var(--ccf-blue) 0 50%,
      var(--ccf-red) 50% 100%
    );
}


.cc-footer2026__inner {

  width:
    min(
      1160px,
      calc(100% - 40px)
    );

  margin:
    0
    auto;

  padding:
    48px
    0
    22px;
}


/* =========================================================
   TOP GRID
   ========================================================= */

.cc-footer2026__grid {

  display: grid;

  grid-template-columns:
    minmax(260px,1.5fr)
    repeat(
      3,
      minmax(145px,.65fr)
    );

  gap:
    40px
    34px;

  align-items: start;
}


/* =========================================================
   BRAND
   ========================================================= */

.cc-footer2026__brand {

  max-width: 390px;
}


.cc-footer2026__logo {

  display: inline-block;

  margin: 0;

  color: #fff;

  font-size:
    clamp(
      1.75rem,
      3vw,
      2.55rem
    );

  line-height: .9;

  font-weight: 900;

  letter-spacing: -.055em;

  text-decoration: none;
}


.cc-footer2026__logo span {

  color:
    var(--ccf-blue-light);
}


.cc-footer2026__claim {

  max-width: 350px;

  margin:
    17px
    0
    0;

  color:
    var(--ccf-muted);

  font-size: .76rem;

  line-height: 1.58;

  font-weight: 500;
}


/* =========================================================
   SOCIAL
   ========================================================= */

.cc-footer2026__social {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 20px;
}


.cc-footer2026__social-link {

  display: inline-flex;

  align-items: center;

  gap: 9px;

  min-height: 44px;

  padding:
    0
    13px;

  border:
    1px solid
    rgba(255,255,255,.14);

  border-radius: 6px;

  background:
    rgba(255,255,255,.035);

  color:
    #fff;

  font-size: .62rem;

  line-height: 1;

  font-weight: 850;

  letter-spacing: .025em;

  text-decoration: none;

  transition:
    border-color .16s ease,
    background .16s ease,
    color .16s ease,
    transform .16s ease;
}


.cc-footer2026__social-link svg {

  width: 19px;
  height: 19px;

  flex:
    0
    19px;

  fill:
    currentColor;
}


.cc-footer2026__social-link:hover {

  border-color:
    rgba(101,199,239,.55);

  background:
    rgba(17,114,168,.18);

  color:
    var(--ccf-blue-light);

  transform:
    translateY(-1px);
}


.cc-footer2026__social-link:focus-visible {

  outline:
    3px solid
    rgba(101,199,239,.42);

  outline-offset: 3px;
}


.cc-footer2026__social-label {

  display: flex;

  flex-direction: column;

  gap: 3px;
}


.cc-footer2026__social-name {

  color:
    rgba(255,255,255,.52);

  font-size: .48rem;

  line-height: 1;

  font-weight: 850;

  letter-spacing: .08em;

  text-transform: uppercase;
}


.cc-footer2026__social-account {

  color:
    inherit;

  font-size: .63rem;

  line-height: 1;

  font-weight: 850;

  letter-spacing: 0;
}


.cc-footer2026__since {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  margin-top: 19px;

  color:
    rgba(255,255,255,.72);

  font-size: .58rem;

  font-weight: 900;

  letter-spacing: .075em;

  text-transform: uppercase;
}


.cc-footer2026__since::before {

  content: "";

  width: 26px;
  height: 2px;

  background:
    linear-gradient(
      90deg,
      var(--ccf-blue),
      var(--ccf-red)
    );
}


/* =========================================================
   NAV COLUMNS
   ========================================================= */

.cc-footer2026__nav {

  min-width: 0;
}


.cc-footer2026__title {

  display: block;

  margin-bottom: 13px;

  color:
    rgba(255,255,255,.48);

  font-size: .55rem;

  line-height: 1;

  font-weight: 900;

  letter-spacing: .1em;

  text-transform: uppercase;
}


.cc-footer2026__links {

  margin: 0;

  padding: 0;

  list-style: none;
}


.cc-footer2026__links li {

  border-bottom:
    1px solid
    var(--ccf-rule);
}


.cc-footer2026__links a {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 10px;

  min-height: 39px;

  color:
    var(--ccf-text);

  font-size: .72rem;

  line-height: 1.2;

  font-weight: 750;

  text-decoration: none;
}


.cc-footer2026__links a::after {

  content: "→";

  flex:
    0
    0
    auto;

  color:
    rgba(255,255,255,.25);

  transition:
    transform .16s ease,
    color .16s ease;
}


.cc-footer2026__links a:hover {

  color:
    var(--ccf-blue-light);
}


.cc-footer2026__links a:hover::after {

  color:
    var(--ccf-blue-light);

  transform:
    translateX(3px);
}


.cc-footer2026__links a:focus-visible,
.cc-footer2026__bottom a:focus-visible,
.cc-footer2026__back-top:focus-visible {

  outline:
    3px solid
    rgba(101,199,239,.42);

  outline-offset: 3px;
}


/* COMMUNITY SPECIAL */

.cc-footer2026__community {

  color:
    #fff
    !important;
}


.cc-footer2026__community span {

  display: inline-flex;

  align-items: center;

  gap: 7px;
}


.cc-footer2026__community span::before {

  content: "";

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background:
    var(--ccf-red);

  box-shadow:
    0 0 0 4px
    rgba(215,38,56,.14);
}


/* =========================================================
   FEATURED ARCHIVE STRIP
   ========================================================= */

.cc-footer2026__archive-strip {

  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    auto;

  gap: 24px;

  align-items: center;

  margin-top: 42px;

  padding:
    20px
    22px;

  border:
    1px solid
    var(--ccf-rule);

  background:
    var(--ccf-panel);
}


.cc-footer2026__archive-copy {

  min-width: 0;
}


.cc-footer2026__archive-eyebrow {

  display: block;

  color:
    var(--ccf-blue-light);

  font-size: .53rem;

  font-weight: 900;

  letter-spacing: .09em;

  text-transform: uppercase;
}


.cc-footer2026__archive-title {

  display: block;

  margin-top: 6px;

  color: #fff;

  font-size:
    clamp(
      1rem,
      2vw,
      1.3rem
    );

  line-height: 1.12;

  font-weight: 900;

  letter-spacing: -.025em;
}


.cc-footer2026__archive-text {

  display: block;

  margin-top: 5px;

  color:
    var(--ccf-muted);

  font-size: .66rem;

  line-height: 1.45;
}


.cc-footer2026__archive-cta {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-height: 40px;

  padding:
    0
    14px;

  border:
    1px solid
    rgba(255,255,255,.4);

  color: #fff;

  font-size: .56rem;

  font-weight: 900;

  letter-spacing: .065em;

  text-transform: uppercase;

  text-decoration: none;

  white-space: nowrap;
}


.cc-footer2026__archive-cta:hover {

  border-color:
    var(--ccf-blue-light);

  background:
    var(--ccf-blue);

  color: #fff;
}


/* =========================================================
   BOTTOM
   ========================================================= */

.cc-footer2026__bottom {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap:
    18px
    28px;

  margin-top: 28px;

  padding-top: 18px;

  border-top:
    1px solid
    var(--ccf-rule);

  color:
    rgba(255,255,255,.48);

  font-size: .58rem;

  line-height: 1.45;

  font-weight: 650;
}


.cc-footer2026__legal {

  display: flex;

  flex-wrap: wrap;

  gap:
    8px
    16px;
}


.cc-footer2026__legal a {

  color:
    rgba(255,255,255,.68);

  text-decoration: none;
}


.cc-footer2026__legal a:hover {

  color:
    var(--ccf-blue-light);
}


.cc-footer2026__back-top {

  display: inline-flex;

  align-items: center;

  gap: 7px;

  color:
    rgba(255,255,255,.76);

  font-size: .55rem;

  font-weight: 900;

  letter-spacing: .065em;

  text-transform: uppercase;

  text-decoration: none;

  white-space: nowrap;
}


.cc-footer2026__back-top::before {

  content: "↑";

  color:
    var(--ccf-blue-light);

  font-size: .8rem;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

  .cc-footer2026__grid {

    grid-template-columns:
      minmax(240px,1.2fr)
      repeat(
        2,
        minmax(150px,.8fr)
      );
  }


  .cc-footer2026__brand {

    grid-column:
      1 / -1;

    max-width: 620px;
  }

}


@media (max-width: 680px) {

  .cc-footer2026__inner {

    width: 100%;

    padding:
      40px
      16px
      20px;
  }


  .cc-footer2026__grid {

    grid-template-columns:
      1fr
      1fr;

    gap:
      34px
      22px;
  }


  .cc-footer2026__brand {

    grid-column:
      1 / -1;
  }


  .cc-footer2026__social-link {

    min-height: 46px;
  }


  .cc-footer2026__archive-strip {

    grid-template-columns: 1fr;

    align-items: start;

    padding:
      18px;
  }


  .cc-footer2026__archive-cta {

    justify-self: start;
  }


  .cc-footer2026__bottom {

    align-items: flex-start;

    flex-direction: column;
  }


  .cc-footer2026__back-top {

    align-self: flex-start;
  }

}


@media (max-width: 430px) {

  .cc-footer2026__grid {

    grid-template-columns: 1fr;
  }


  .cc-footer2026__brand {

    grid-column: auto;
  }


  .cc-footer2026__social {

    display: grid;

    grid-template-columns:
      1fr
      1fr;

    width: 100%;
  }


  .cc-footer2026__social-link {

    min-width: 0;

    padding:
      0
      11px;
  }


  .cc-footer2026__social-account {

    overflow: hidden;

    text-overflow: ellipsis;
  }

}


@media (
  prefers-reduced-motion: reduce
) {

  .cc-footer2026__links a::after,
  .cc-footer2026__social-link {

    transition: none;
  }


  .cc-footer2026__social-link:hover {

    transform: none;
  }

}

/* Static rule extracted from footerfox.php */
.cc-footer2026__rights {
  margin-top: 5px;
}
