/* Gladiatorz start page update v2
   AUNOVI branding, compact social links, registration hint, public news and media.
*/

/* AUNOVI brand in the fixed navigation. */
.portal-topnav-brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f4f6ff;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 4px;
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.portal-topnav-brand img{
  display: block;
  width: 31px;
  height: 25px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0,183,235,.18));
}
.portal-topnav-brand:hover,
.portal-topnav-brand:focus-visible{
  color: #ffffff;
  outline: none;
}

/* Compact social icons: intentionally lighter than the large medal artwork. */
.portal-socials{
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 80.15%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, .62cqw, 13px);
  transition: opacity .22s ease, visibility .22s ease;
}
.portal-wrap.is-register-open .portal-socials{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.portal-social-link{
  width: clamp(25px, 2.05cqw, 36px);
  height: clamp(25px, 2.05cqw, 36px);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(222,181,79,.56);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(55,31,15,.68), rgba(16,10,7,.72));
  color: #e7c66e;
  text-decoration: none;
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 3px 9px rgba(0,0,0,.32);
  text-shadow: 0 1px 2px rgba(0,0,0,.75);
  transition: transform .15s ease, color .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.portal-social-link.is-active{
  cursor: pointer;
}
.portal-social-link.is-active:hover,
.portal-social-link.is-active:focus-visible{
  transform: translateY(-2px) scale(1.05);
  color: #ffe29a;
  border-color: rgba(255,219,125,.9);
  background: linear-gradient(180deg, rgba(83,46,19,.82), rgba(26,15,8,.84));
  box-shadow: inset 0 1px rgba(255,255,255,.12), 0 5px 14px rgba(0,0,0,.42), 0 0 12px rgba(205,139,44,.18);
  outline: none;
}
.portal-social-link.is-disabled{
  opacity: .42;
  cursor: default;
  filter: saturate(.55);
}
.portal-social-symbol{
  position: relative;
  display: block;
  color: currentColor;
}
.portal-social-facebook{
  transform: translateY(1px);
  font: 900 clamp(16px, 1.25cqw, 22px)/1 Georgia, serif;
}
.portal-social-discord{
  width: 56%;
  height: 39%;
  border: 1.7px solid currentColor;
  border-radius: 45% 45% 40% 40%;
}
.portal-social-discord::before,
.portal-social-discord::after{
  content: "";
  position: absolute;
  top: 38%;
  width: 18%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: currentColor;
}
.portal-social-discord::before{ left: 23%; }
.portal-social-discord::after{ right: 23%; }
.portal-social-youtube{
  width: 58%;
  height: 39%;
  border: 1.7px solid currentColor;
  border-radius: 25%;
}
.portal-social-youtube::after{
  content: "";
  position: absolute;
  left: 42%;
  top: 27%;
  border-top: .23em solid transparent;
  border-bottom: .23em solid transparent;
  border-left: .36em solid currentColor;
}
.portal-social-tiktok{
  transform: translate(1px,-1px);
  font: 800 clamp(16px, 1.26cqw, 23px)/1 Georgia, serif;
}

.portal-copyright{
  pointer-events: auto;
}
.portal-copyright a{
  color: inherit;
  text-decoration: none;
  text-underline-offset: 2px;
}
.portal-copyright a:hover,
.portal-copyright a:focus-visible{
  color: rgba(255,224,154,.96);
  text-decoration: underline;
  outline: none;
}

/* Registration hint below the character choice. */
#registerWrap .portal-register-gender-note{
  flex: 0 0 auto;
  margin: -1px 0 1px !important;
  padding: 0 !important;
  color: rgba(74,42,19,.78) !important;
  font: 650 clamp(7px, .46cqw, 10px)/1.2 system-ui, -apple-system, "Segoe UI", sans-serif !important;
  text-align: center !important;
  text-shadow: none !important;
}

/* Public news section. */
.landing-news{
  padding-top: clamp(72px, 7vw, 112px);
  padding-bottom: clamp(82px, 8vw, 126px);
  border-top: 1px solid rgba(212,175,55,.11);
  background:
    radial-gradient(circle at 75% 10%, rgba(133,73,22,.13), transparent 30rem),
    linear-gradient(180deg, rgba(9,6,4,.48), rgba(15,9,5,.72));
}
.landing-news-heading h2{
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: #f1dfb2;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.05;
  font-weight: 700;
  text-shadow: 0 2px 18px rgba(0,0,0,.48);
}
.landing-news-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}
.landing-news-card{
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(216,176,74,.3);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(28,18,10,.94), rgba(13,9,6,.97));
  box-shadow: 0 22px 52px rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.025);
  animation: landingNewsIn .25s ease both;
}
.landing-news-card[hidden]{ display: none !important; }
.landing-news-card.is-pinned{
  border-color: rgba(235,195,91,.52);
}
.landing-news-image-wrap{
  overflow: hidden;
  aspect-ratio: 21 / 9;
  border-bottom: 1px solid rgba(216,176,74,.18);
  background: #080503;
}
.landing-news-image{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}
.landing-news-card:hover .landing-news-image{
  transform: scale(1.012);
  filter: brightness(1.04);
}
.landing-news-body{
  padding: clamp(17px, 2vw, 25px);
}
.landing-news-meta{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 9px;
  color: rgba(217,195,143,.7);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .35px;
  text-transform: uppercase;
}
.landing-news-category{
  padding: 3px 8px;
  border: 1px solid rgba(212,175,55,.28);
  border-radius: 999px;
  background: rgba(212,175,55,.07);
  color: rgba(232,199,113,.88);
}
.landing-news-card h3{
  margin: 0 0 11px;
  color: #f2daa0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.18;
}
.landing-news-text{
  margin: 0;
  color: rgba(234,220,187,.78);
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.landing-news-status{
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px dashed rgba(212,175,55,.25);
  border-radius: 12px;
  color: rgba(222,205,165,.66);
  text-align: center;
}
.landing-news-more-wrap{
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
.landing-news-toggle{
  appearance: none;
  border: 0;
  border-bottom: 1px solid rgba(229,193,101,.52);
  padding: 2px 4px 4px;
  background: transparent;
  color: rgba(238,211,143,.88);
  cursor: pointer;
  font: 750 14px/1 system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: .3px;
}
.landing-news-toggle:hover,
.landing-news-toggle:focus-visible{
  color: #ffe09a;
  border-bottom-color: #ffe09a;
  outline: none;
}
@keyframes landingNewsIn{
  from{ opacity: 0; transform: translateY(7px); }
  to{ opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px){
  .landing-news-list{ grid-template-columns: 1fr; }
}
@media (max-width: 820px){
  .portal-topnav-brand{ gap: 8px; font-size: 15px; letter-spacing: 3px; }
  .portal-topnav-brand img{ width: 27px; height: 22px; }
}
@media (max-width: 560px), (max-height: 430px){
  .portal-socials{ top: 80.0%; gap: 6px; }
  .portal-social-link{ width: 24px; height: 24px; }
}
@media (prefers-reduced-motion: reduce){
  .portal-social-link,
  .landing-news-card,
  .landing-news-image{
    transition: none !important;
    animation: none !important;
  }
}


/* Media / trailer section. The local preview avoids a YouTube request before consent. */
.landing-media{
  padding-top: clamp(74px, 7.5vw, 118px);
  padding-bottom: clamp(82px, 8vw, 128px);
  border-top: 1px solid rgba(212,175,55,.12);
  background:
    radial-gradient(circle at 18% 28%, rgba(132,66,22,.17), transparent 32rem),
    radial-gradient(circle at 86% 74%, rgba(102,42,14,.13), transparent 30rem),
    linear-gradient(180deg, rgba(17,10,6,.86), rgba(8,5,3,.96));
}
.landing-media-heading h2{
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: #f1dfb2;
  font-size: clamp(34px, 4.1vw, 58px);
  line-height: 1.05;
  font-weight: 700;
  text-shadow: 0 2px 18px rgba(0,0,0,.48);
}
.landing-media-grid{
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(460px, 1.28fr);
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
}
.landing-media-copy{
  max-width: 520px;
}
.landing-media-label{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 5px 11px;
  border: 1px solid rgba(220,177,70,.35);
  border-radius: 999px;
  background: rgba(212,175,55,.07);
  color: rgba(239,204,117,.9);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.35px;
}
.landing-media-copy h3{
  margin: 0 0 15px;
  color: #f4dda5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
  text-shadow: 0 2px 18px rgba(0,0,0,.42);
}
.landing-media-copy p{
  margin: 0;
  color: rgba(235,220,187,.79);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.72;
}
.landing-media-channel{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 24px;
  padding: 0 20px;
  border: 1px solid rgba(224,181,72,.48);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(73,39,17,.86), rgba(28,16,9,.92));
  color: #efd28a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 10px 24px rgba(0,0,0,.24);
  transition: transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.landing-media-channel:hover,
.landing-media-channel:focus-visible{
  transform: translateY(-2px);
  border-color: rgba(255,218,122,.85);
  color: #ffe5a4;
  box-shadow: inset 0 1px rgba(255,255,255,.09), 0 13px 30px rgba(0,0,0,.32), 0 0 18px rgba(197,126,36,.12);
  outline: none;
}
.landing-video-card{
  min-width: 0;
}
.landing-video-frame{
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(225,181,72,.48);
  border-radius: 15px;
  background: #060403;
  box-shadow: 0 26px 65px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.025);
}
.landing-video-frame::before{
  content: "";
  position: absolute;
  z-index: 4;
  inset: 7px;
  border: 1px solid rgba(234,191,84,.17);
  border-radius: 10px;
  pointer-events: none;
}
.landing-video-consent{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #090604;
  color: #f5dd9d;
  cursor: pointer;
  font: inherit;
}
.landing-video-poster,
.landing-video-shade{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.landing-video-poster{
  display: block;
  object-fit: cover;
  filter: brightness(.72) saturate(.9) contrast(1.06);
  transform: scale(1.005);
  transition: transform .45s ease, filter .45s ease;
}
.landing-video-shade{
  background:
    linear-gradient(180deg, rgba(4,2,1,.08), rgba(4,2,1,.42)),
    radial-gradient(circle at center, rgba(132,69,19,.06), rgba(2,1,1,.2) 55%, rgba(2,1,1,.52));
}
.landing-video-center{
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  text-shadow: 0 3px 13px rgba(0,0,0,.82);
  white-space: nowrap;
}
.landing-video-play{
  position: relative;
  width: clamp(58px, 7vw, 86px);
  aspect-ratio: 1;
  margin-bottom: 14px;
  border: 1px solid rgba(255,220,130,.72);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(143,65,23,.96), rgba(84,27,12,.98));
  box-shadow: inset 0 1px rgba(255,255,255,.16), 0 10px 30px rgba(0,0,0,.5), 0 0 24px rgba(200,111,31,.2);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.landing-video-play::after{
  content: "";
  position: absolute;
  left: 41%;
  top: 31%;
  border-top: clamp(11px, 1.45vw, 17px) solid transparent;
  border-bottom: clamp(11px, 1.45vw, 17px) solid transparent;
  border-left: clamp(17px, 2.1vw, 25px) solid #f7d98b;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,.45));
}
.landing-video-center strong{
  color: #f6dea0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 29px);
  letter-spacing: .25px;
}
.landing-video-center small{
  margin-top: 5px;
  color: rgba(239,220,174,.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.landing-video-consent:hover .landing-video-poster,
.landing-video-consent:focus-visible .landing-video-poster{
  transform: scale(1.025);
  filter: brightness(.82) saturate(1) contrast(1.04);
}
.landing-video-consent:hover .landing-video-play,
.landing-video-consent:focus-visible .landing-video-play{
  transform: scale(1.07);
  border-color: rgba(255,229,157,.95);
  box-shadow: inset 0 1px rgba(255,255,255,.2), 0 13px 34px rgba(0,0,0,.55), 0 0 32px rgba(219,127,38,.28);
}
.landing-video-consent:focus-visible{
  outline: 2px solid rgba(255,222,137,.9);
  outline-offset: -5px;
}
.landing-video-frame iframe{
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.landing-video-frame.is-loaded::before{
  display: none;
}
.landing-video-privacy{
  margin: 12px 3px 0;
  color: rgba(216,201,164,.57);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
.landing-video-privacy a{
  color: rgba(232,202,127,.72);
  text-underline-offset: 2px;
}
.landing-video-privacy a:hover,
.landing-video-privacy a:focus-visible{
  color: #f0d28a;
  outline: none;
}

@media (max-width: 980px){
  .landing-media-grid{
    grid-template-columns: 1fr;
  }
  .landing-media-copy{
    max-width: 760px;
  }
}

@media (max-width: 560px){
  .landing-media{
    padding-top: 66px;
    padding-bottom: 78px;
  }
  .landing-video-frame{
    border-radius: 11px;
  }
  .landing-video-frame::before{
    inset: 5px;
    border-radius: 7px;
  }
  .landing-video-center small{
    display: none;
  }
}

@media (prefers-reduced-motion: reduce){
  .landing-video-poster,
  .landing-video-play,
  .landing-media-channel{
    transition: none;
  }
}
