* {
    box-sizing: border-box;
    margin: 0;
  }

  .navbar-custom {
    padding: 15px 20px;
  }
   
  .landing_button {
  width: 220px;
  max-width: 500px; /* Adjust the max-width as needed */
  display: flex;
  margin: 0 15px 0px 0px;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
  border-radius: 10px; /* Optional border-radius to round the card's corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for the card */
}

  .re_btn_auth {
    color: #2d4fe1;
    background-color: transparent;
    border-color: #2d4fe1;
    font-size: 15px;
    border-radius: 2px;
    line-height: 1.35135;
    font-weight: 600;
  }
  
  .re_btn_auth.btn-accent {
    color: #fff !important;
    background-color: #2d4fe1 !important;
    border-color: #2d4fe1 !important;
  }
  
a {
    text-decoration: none;
    color: inherit;
  }
  
  html {
      background: #0a102c;
  }
  
  /* body {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
  } */
  
  .ibm-plex-mono-regular {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: normal;
  }

  
  
  
  
  .title {
    font-size: 20px;
  }
  
  .caption {
    font-weight: 400;
  }
  
  .caption-bot {
    font-size: 2.5rem;
    background: rgb(0, 63, 255);
    padding: 0.8rem 0.5rem 0.4rem 0.5rem;
  }
  
  /* others */
  .hidc-container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    min-height: 480px;
    padding: 0 48px;
  }
  
  .divider {
    background-color: #003fff;
    height: 20px;
  }
  
  /* Section HIDC */
  .hidc-hero {
    background-color: #0e1e48;
    max-height: 600px;
  }
  
  .hidc-hero > .hidc-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 110px;
  }
  
  .hidc-hero__visuals {
    width: 50%;
    height: 100%;
    position: relative;
    inset: 0;
  }
  
  .hidc-hero__trophy {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 18%;
    width: 60%;
  }
  
  .hidc-hero__badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
  }
  
  .hidc-hero__content {
    width: 50%;
    color: #ffffff;
  }
  
  .hidc-hero__title {
    font-size: 36px;
    line-height: 38px;
    font-weight: 500;
    margin: 20px 0;
    max-width: 565px;
  }
  
  .hidc-hero__description {
    padding: 40px 0;
    max-width: 565px;
  }
  
  .hidc-text-primary,
  .hidc-text-secondary {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
  }
  
  .hidc-text-primary {
    margin-bottom: 20px;
  }
  
  /* Section Grand Finale */
  .hidc-finale {
    background-color: #051034;
    /* height: 80vh; */
    max-height: 650px;
  }
  
  .hidc-finale > .hidc-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 110px;
  }
  
  .hidc-finale__content .hidc-finale__visuals {
    display: none;
  }
  
  .hidc-finale > .hidc-container > .hidc-finale__visuals {
    display: block;
    width: 50%;
  }
  
  .hidc-finale__graphic {
    width: 100%;
  }
  
  .hidc-finale__content {
    width: 50%;
    color: #ffffff;
    padding: 35px 0;
  }
  
  .hidc-finale__subtitle {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
  }
  
  .hidc-finale__title {
    font-size: 48px;
    line-height: 38px;
    font-weight: 400;
    margin: 15px 0 80px 0;
    text-transform: uppercase;
  }
  
  .hidc-finale__description {
    max-width: 565px;
  }
  
  /* Phase */
  .hidc-phases {
    background-color: #000000;
    padding: 128px 0;
    max-height: 900px;
  }
  
  .hidc-phases > .hidc-container {
    height: 100%;
  }
  
  .hidc-phases__layout {
    position: relative;
    height: 100%;
  }
  
  .hidc-phases__title {
    color: #ffffff;
    max-width: 541px;
    font-size: 64px;
    line-height: 55px;
    margin: 0;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 55%;
  }
  
  .hidc-phase-card {
    color: #ffffff;
    border: 3px solid;
    position: absolute;
  }
  
  .hidc-phase-card--elimination {
    border-color: #003fff;
    top: 20%;
    left: 8%;
  }
  
  .hidc-phase-card--finale {
    border-color: #570af1;
    max-width: 550px;
    bottom: 0;
    left: 55%;
  }
  
  .hidc-phase-card__header {
    text-align: center;
    font-size: 36px;
    line-height: 45px;
    padding: 45px 90px;
  }
  
  .hidc-phase-card--elimination .hidc-phase-card__header {
    background-color: #003fff;
  }
  
  .hidc-phase-card--finale .hidc-phase-card__header {
    background-color: #570af1;
    padding: 35px;
  }
  
  .hidc-phase-card__content {
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    padding: 19px 48px;
  }
  
  .hidc-phase-card__content p {
    margin: 0;
  }
  
  .hidc-phase-card__badge--online {
    color: #00aeff;
  }
  
  .hidc-phase-card__badge--offline {
    color: #9867fc;
  }
  
  /* Timeline */
  .hidc-timeline {
    background-color: #000000;
    height: 100vh;
    max-height: 900px;
    padding: 128px 0;
  }
  
  .hidc-timeline .hidc-container {
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  .hidc-timeline__placeholder {
    background-color: #0e1e48;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    font-weight: 500;
  }
  
  /* CTA */
  .hidc-cta {
    background-color: #000000;
    height: 100vh;
    max-height: 900px;
    padding-top: 64px;
  }
  
  .hidc-cta__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  
  .hidc-cta .hidc-container {
    height: 100%;
    padding: 20px 10px;
  }
  
  .hidc-cta__layout {
    display: flex;
    height: 100%;
  }
  
  .hidc-cta__spacer {
    width: 35%;
    flex-shrink: 0;
  }
  
  .hidc-cta__content {
    width: 65%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .hidc-cta__info {
    background-color: #051034;
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    padding: 40px 37px;
    width: 100%;
  }
  
  .hidc-cta__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 40px;
    margin-top: 64px;
  }
  
  .hidc-cta__label {
    max-width: 412px;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    margin: 0;
  }
  
  .hidc-cta__highlight {
    border-bottom: 10px solid #4c26d3;
  }
  
  .hidc-cta__button {
    background-color: #003fff;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 18px;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  
  .hidc-cta__button:hover {
    background-color: #0066ff;
  }
  
  .hidc-cta__visual {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
  }
  
  .hidc-cta__image {
    width: 100%;
    height: auto;
  }
  
  @media only screen and (max-width: 1440px) {
    .hidc-container {
      max-width: 1200px;
    }
  
    .hidc-phase-card--elimination {
      left: 0;
    }

    
  }
  
  @media only screen and (max-width: 1280px) {
    .hidc-phases__layout {
      position: static;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 64px;
      padding: 0 64px;
    }
  
    .hidc-phases__title {
      position: static;
      max-width: none;
      text-align: center;
      margin-top: 30px;
      font-size: 56px;
    }
  
    .hidc-phase-card {
      position: static;
    }
  }
  
  @media only screen and (max-width: 992px) {
    .hidc-container {
      padding: 0 32px;
    }
  
    .hidc-hero {
      height: auto;
      max-height: none;
      padding: 64px 0;
    }
  
    .hidc-hero__visuals {
      height: 520px;
    }
  
    .hidc-hero__trophy {
      width: 90%;
    }
  
    .hidc-hero__badge {
      width: 80%;
    }
  
    .hidc-hero > .hidc-container {
      gap: 48px;
          display: flex
;
    justify-content: center;
    align-items: flex-end;
    gap: 110px;
    }
  
    .hidc-hero__title {
      font-size: 32px;
      line-height: 36px;
    }
  
    .hidc-finale {
      max-height: none;
    }
  
    .hidc-finale > .hidc-container {
      gap: 48px;
    }
  
    .hidc-finale__title {
      margin: 15px 0 40px 0;
      line-height: normal;
      font-size: 42px;
    }
  
    .hidc-phases__title {
      font-size: 48px;
    }
  
    .hidc-timeline {
      padding: 64px 0;
    }
  
    .hidc-timeline .hidc-container {
      padding: 32px;
    }
  
    .hidc-timeline__placeholder {
      font-size: 36px;
    }
  
    .hidc-cta__spacer {
      width: 20%;
    }
  
    .hidc-cta__content {
      width: 80%;
    }
  
    .hidc-cta__actions {
      padding: 0 24px;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .hidc-container {
      padding: 0 24px;
    }
  
    .hidc-hero__title {
      font-size: 28px;
      line-height: 32px;
    }

    .hidc-text-primary,
    .hidc-text-secondary {
      font-size: 18px;
      line-height: 22px;
    }
  
    .hidc-finale__subtitle {
      font-size: 28px;
    }
  
    .hidc-finale__title {
      font-size: 36px;
    }
  
    .hidc-phases__title {
      font-size: 42px;
      line-height: 46px;
    }
  
    .hidc-phase-card {
      min-width: 300px;
      max-width: 400px;
    }
  
    .hidc-phase-card__header {
      font-size: 20px;
      padding: 20px 30px;
    }
  
    .hidc-phase-card__content {
      font-size: 18px;
      padding: 15px 30px;
    }
  }

  @media only screen and (min-width: 1400px) {
  .hidc-phases{
      height: 110vh;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .hidc-container {
      padding: 0 20px;
    }
  
    /* Hero Section */
    .hidc-hero {
      padding: 48px 0;
    }
  
    .hidc-hero > .hidc-container {
      flex-direction: column-reverse;
      gap: 32px;
    }
  
    .hidc-hero__visuals {
      display: none;
    }
  
    .hidc-hero__content {
      width: 100%;
    }
  
    .hidc-hero__title {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 24px;
      max-width: none;
    }
  
    .hidc-hero__description {
      padding: 0;
      max-width: none;
    }
  
    .hidc-text-primary,
    .hidc-text-secondary {
      font-size: 16px;
      line-height: 20px;
    }
  
    /*  */
    .hidc-finale__content .hidc-finale__visuals {
      display: block;
      width: 100%;
      margin: 24px 0;
    }
  
    .hidc-finale > .hidc-container > .hidc-finale__visuals {
      display: none;
    }
  
    /* Finale Section */
    .hidc-finale {
      height: auto;
      max-height: none;
      padding: 48px 0;
    }
  
    .hidc-finale > .hidc-container {
      flex-direction: column;
      gap: 32px;
    }
  
    .hidc-finale__visuals,
    .hidc-finale__content {
      width: 100%;
    }
  
    .hidc-finale__subtitle {
      font-size: 20px;
    }
  
    .hidc-finale__title {
      margin: 12px 0 24px 0;
      font-size: 28px;
      line-height: 32px;
    }
  
    .hidc-finale__description {
      max-width: none;
    }
  
    .hidc-phases {
      height: auto;
      max-height: none;
      padding: 48px 0;
    }
  
    .hidc-phases__layout {
      padding: 0;
      gap: 32px;
    }
  
    .hidc-phases__title {
      font-size: 30px;
      line-height: 32px;
      margin: 0 0 32px 0;
    }
  
    .hidc-phase-card {
      width: 100%;
      max-width: none;
      min-width: auto;
    }
  
    .hidc-phase-card__header {
      font-size: 16px;
      line-height: 20px;
      padding: 16px 20px !important;
      font-weight: 600;
    }
  
    .hidc-phase-card__content {
      font-size: 14px;
      line-height: 18px;
      padding: 16px 20px;
    }
  
    /* Timeline */
    .hidc-timeline {
      height: auto;
      min-height: 300px;
      padding: 48px 0;
    }
  
    .hidc-timeline .hidc-container {
      padding: 20px;
      min-height: 100px;
    }
  
    .hidc-timeline__placeholder {
      font-size: 20px;
      min-height: 200px;
    }
  
    /* CTA Section */
    .hidc-cta {
      height: auto;
      padding: 48px 0;
    }
  
    .hidc-cta__visual {
      display: none;
    }
  
    .hidc-cta__info {
      font-size: 14px;
      line-height: 18px;
      padding: 20px 24px;
    }
  
    .hidc-cta__spacer {
      width: 0;
    }
  
    .hidc-cta__content {
      width: 100%;
    }
  
    .hidc-cta__actions {
      padding: 20;
      margin-top: 24px;
      gap: 30%;
      /* flex-direction: column; */
      align-items: stretch;
    }
  
    .hidc-cta__label {
      font-size: 18px;
      line-height: 22px;
      width: 100%;
      max-width: none;
      text-align: center;
    }
  
    .hidc-cta__button {
      width: 100%;
      padding: 16px;
      font-size: 16px;
    }
  }
  
  @media only screen and (max-width: 445px) {
    .caption-bot {
      font-size: 1.2rem;
    }
    .prize-section {
      max-height: 200px !important;
    }
    .typing {
      font-size: 1.2rem;
    }
    .button_container {
      max-width: 45%;
    }
    /* .landing_button {
      max-width: 0% !important;
    } */
    .hidc-cta__label{
      text-align: start !important;
    }
    .hidc-timeline{
      padding: 0 !important;
    }
    .hidc-cta__actions{

    }
  }

/* ==================== HIDC 2026 ==================== */
@font-face {
  font-family: 'Genos';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/genos-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Genos';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/genos-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Prosto One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/prosto-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==================== HIDC 2026 — Keyframes ==================== */
@keyframes hidc26-tickerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes hidc26-blinkDot { 0%, 100% { opacity: 1; } 50% { opacity: 0.15; } }
@keyframes hidc26-holoFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes hidc26-holoFlicker { 0%, 86%, 100% { opacity: 0.92; } 88% { opacity: 0.35; } 90% { opacity: 0.85; } 93% { opacity: 0.5; } 95% { opacity: 0.92; } }
@keyframes hidc26-pulseGlow { 0%, 100% { box-shadow: 0 0 18px rgba(0, 204, 255, 0.25); } 50% { box-shadow: 0 0 36px rgba(0, 204, 255, 0.55); } }

/* ==================== HIDC 2026 — Hero ==================== */
.hidc26-hero {
  position: relative;
  min-height: min(100vh, 1200px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #070b18;
  color: #e0e6f2;
}

.hidc26-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  opacity: 0.32;
  filter: brightness(0.55) saturate(1.15) contrast(1.08);
}

.hidc26-hero__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 80% at 68% 45%, transparent 30%, rgba(7, 11, 24, 0.94) 78%);
}

.hidc26-hero__fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 11, 24, 0.55), transparent 30%, transparent 62%, rgba(7, 11, 24, 0.96) 92%);
}

.hidc26-hero__glow {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -6%;
  height: 46%;
  background: radial-gradient(ellipse 50% 90% at 30% 100%, rgba(0, 204, 255, 0.10), transparent 65%),
              radial-gradient(ellipse 60% 100% at 75% 100%, rgba(30, 42, 110, 0.35), transparent 70%);
  pointer-events: none;
}

.hidc26-hero__mascot {
  position: absolute;
  right: 1%;
  bottom: -14%;
  height: min(104%, max(980px, 42vw));
  width: auto;
  z-index: 1;
  filter: drop-shadow(-30px 22px 70px rgba(0, 0, 0, 0.75)) drop-shadow(0 0 60px rgba(0, 204, 255, 0.18));
}

.hidc26-hero__rival {
  position: absolute;
  left: -190px;
  bottom: -220px;
  height: max(560px, min(30vw, 820px));
  width: auto;
  z-index: 1;
  transform: scaleX(-1);
  filter: brightness(0.22) saturate(0.6) blur(3px) drop-shadow(0 0 40px rgba(0, 0, 0, 0.8));
  opacity: 0.6;
  pointer-events: none;
}

/* Hologram icons */
.hidc26-hero__holos {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hidc26-holo {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 14px 10px;
  border: 1px solid rgba(0, 204, 255, 0.5);
  background: rgba(7, 17, 38, 0.55);
  backdrop-filter: blur(2px);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  box-shadow: 0 0 24px rgba(0, 204, 255, 0.22), inset 0 0 18px rgba(0, 204, 255, 0.08);
}

.hidc26-holo--1 {
  top: 15%;
  right: 30%;
  animation: hidc26-holoFloat 5.5s ease-in-out infinite, hidc26-holoFlicker 7s linear infinite;
}

.hidc26-holo--2 {
  top: 27%;
  right: 7%;
  animation: hidc26-holoFloat 6.2s ease-in-out 0.7s infinite, hidc26-holoFlicker 8.5s linear 1.1s infinite;
}

.hidc26-holo--3 {
  top: 48%;
  right: 3%;
  animation: hidc26-holoFloat 5s ease-in-out 1.4s infinite, hidc26-holoFlicker 7.6s linear 2.2s infinite;
}

.hidc26-holo--4 {
  top: 74%;
  right: 8%;
  animation: hidc26-holoFloat 6.8s ease-in-out 2.1s infinite, hidc26-holoFlicker 9s linear 0.4s infinite;
}

/* Top nav */
.hidc26-nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px max(48px, calc(50vw - 880px + 48px));
}

.hidc26-nav__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hidc26-nav__brand img {
  height: 44px;
  width: auto;
}

.hidc26-nav__links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hidc26-nav__links a {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  transition: color 0.25s;
}

.hidc26-nav__links a:hover {
  color: #00ccff;
}

.hidc26-nav__links a.hidc26-nav__register {
  font-weight: 800;
  color: #070b18;
  background: #00ccff;
  padding: 10px 30px;
  transform: skewX(-8deg);
  display: inline-block;
  transition: all 0.25s;
}

.hidc26-nav__links a.hidc26-nav__register:hover {
  background: #5ce3ff;
  color: #070b18;
}

.hidc26-nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 40px;
  padding: 0 10px;
  background: rgba(7, 17, 38, 0.55);
  border: 1px solid rgba(0, 204, 255, 0.45);
  cursor: pointer;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.hidc26-nav__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #00ccff;
  transition: transform 0.25s, opacity 0.25s;
}

.hidc26-nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hidc26-nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.hidc26-nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Copy block */
.hidc26-hero__copy {
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 48px 20px;
  max-width: 780px;
}

.hidc26-hero__eyebrow {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #00ccff;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hidc26-hero__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: clamp(72px, 8vw, 106px);
  line-height: 0.88;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.hidc26-hero__badge {
  display: inline-block;
  align-self: flex-start;
  margin: 18px 0 20px;
  padding: 8px 26px 10px;
  background: #00ccff;
  transform: skewX(-6deg);
}

.hidc26-hero__badge-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 46px;
  line-height: 1;
  color: #070b18;
  text-transform: uppercase;
}

.hidc26-hero__tagline {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.45;
  text-transform: uppercase;
  margin-bottom: 26px;
  max-width: 560px;
}

.hidc26-hero__cta-row {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.hidc26-hero__cta {
  display: inline-block;
  padding: 20px 54px;
  background: #00ccff;
  color: #070b18;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  transform: skewX(-8deg);
  box-shadow: 0 12px 34px rgba(0, 204, 255, 0.3);
  transition: all 0.25s;
}

.hidc26-hero__cta:hover {
  background: #5ce3ff;
  color: #070b18;
  transform: skewX(-8deg) translateY(-3px);
}

.hidc26-hero__status {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 24px;
  border: 1px solid rgba(0, 204, 255, 0.45);
  background: rgba(0, 204, 255, 0.08);
  transform: skewX(-8deg);
}

.hidc26-hero__status-dot {
  width: 8px;
  height: 8px;
  background: #00ff88;
  border-radius: 50%;
  animation: hidc26-blinkDot 1.6s ease-in-out infinite;
}

.hidc26-hero__status-label {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.2;
}

.hidc26-hero__status-date {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 23px;
  font-weight: 800;
  color: #00ccff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.1;
}

/* Bottom stat strip */
.hidc26-hero__stats {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 0 48px 26px;
  flex-wrap: wrap;
}

.hidc26-hero__stat-label {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  margin-bottom: 2px;
}

.hidc26-hero__stat-value {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 50px;
  line-height: 1;
  color: #00ccff;
  letter-spacing: 0.5px;
  text-shadow: 0 0 24px rgba(0, 204, 255, 0.3);
}

/* Ticker */
.hidc26-ticker {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(0, 204, 255, 0.2);
  border-bottom: 1px solid rgba(0, 204, 255, 0.2);
  background: rgba(10, 16, 36, 0.9);
  overflow: hidden;
  padding: 12px 0;
}

.hidc26-ticker__track {
  display: flex;
  width: max-content;
  animation: hidc26-tickerScroll 28s linear infinite;
}

.hidc26-ticker__group {
  display: flex;
  gap: 48px;
  padding-right: 48px;
  font-family: 'Genos', sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}

.hidc26-ticker__lead {
  color: #ffffff;
  font-weight: 700;
}

.hidc26-ticker__dot--red { color: #e53935; }
.hidc26-ticker__dot--cyan { color: #00ccff; }

/* ==================== HIDC 2026 — Video ==================== */
.hidc26-video {
  background: #070b18;
  padding: 100px 48px;
}

.hidc26-video__frame {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(0, 204, 255, 0.2);
  clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px);
  box-shadow: 0 0 60px rgba(30, 42, 110, 0.25);
}

.hidc26-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ==================== HIDC 2026 — Shared ==================== */
.hidc26-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.hidc26-kicker--center {
  display: inline-flex;
}

.hidc26-kicker__line {
  width: 34px;
  height: 2px;
  background: #00ccff;
}

.hidc26-kicker--red .hidc26-kicker__line { background: #e53935; }
.hidc26-kicker__line--discord { background: #5865f2; }
.hidc26-kicker__line--muted { background: #9aa3c9; }

.hidc26-kicker__text {
  font-family: 'Genos', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #00ccff;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hidc26-kicker--red .hidc26-kicker__text { color: #e53935; }
.hidc26-kicker__text--discord { color: #5865f2; letter-spacing: 4px; font-size: 15px; }
.hidc26-kicker__text--muted { color: #9aa3c9; letter-spacing: 4px; font-size: 15px; }

.hidc26-h2 {
  font-family: 'Genos', sans-serif;
  font-weight: 800;
  font-size: 54px;
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 1.02;
  text-transform: uppercase;
}

.hidc26-h2--lg { font-size: 58px; margin-bottom: 16px; }

.hidc26-accent { color: #00ccff; }
.hidc26-accent--strong { font-weight: 600; }

.hidc26-para {
  font-family: 'Genos', sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 18px;
}

.hidc26-para--gap { margin-bottom: 36px; }

.hidc26-blink-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: hidc26-blinkDot 1.6s ease-in-out infinite;
}

.hidc26-blink-dot--red { background: #e53935; }

.hidc26-anchor {
  position: absolute;
  top: 0;
}

/* ==================== HIDC 2026 — About ==================== */
.hidc26-about {
  background: #070b18;
  padding: 110px 48px;
}

.hidc26-about__grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.hidc26-about__stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hidc26-stat {
  flex: 1;
  padding: 20px 24px;
  background: rgba(30, 42, 110, 0.12);
  border: 1px solid rgba(0, 204, 255, 0.18);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.hidc26-stat--red {
  background: rgba(229, 57, 53, 0.07);
  border-color: rgba(229, 57, 53, 0.25);
}

.hidc26-stat__value {
  font-family: 'Genos', sans-serif;
  font-weight: 800;
  font-size: 42px;
  color: #00ccff;
  line-height: 1;
}

.hidc26-stat__value--red { color: #e53935; }

.hidc26-stat__label {
  font-family: 'Genos', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 6px;
}

.hidc26-about__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(30, 42, 110, 0.28) 0%, transparent 70%);
}

.hidc26-about__visual::before,
.hidc26-about__visual::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
}

.hidc26-about__visual::before {
  top: 8px;
  right: 8px;
  border-top: 2px solid rgba(0, 204, 255, 0.5);
  border-right: 2px solid rgba(0, 204, 255, 0.5);
}

.hidc26-about__visual::after {
  bottom: 8px;
  left: 8px;
  border-bottom: 2px solid rgba(0, 204, 255, 0.5);
  border-left: 2px solid rgba(0, 204, 255, 0.5);
}

.hidc26-about__visual img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border: 1px solid rgba(0, 204, 255, 0.22);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
  filter: drop-shadow(0 20px 60px rgba(0, 204, 255, 0.18));
}

/* ==================== HIDC 2026 — Grand Finale ==================== */
.hidc26-finale {
  background: #070b18;
  padding: 110px 48px;
  position: relative;
  overflow: hidden;
}

.hidc26-finale__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.08;
}

.hidc26-finale__grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #070b18, rgba(30, 42, 110, 0.1), #070b18);
}

.hidc26-finale__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hidc26-finale__lead {
  font-family: 'Genos', sans-serif;
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.45);
  max-width: 720px;
  margin: 0 auto 48px;
}

.hidc26-finale__map {
  max-width: 860px;
  margin: 0 auto 56px;
  position: relative;
  height: 360px;
  background: #070b18;
  border: 1px solid rgba(0, 204, 255, 0.2);
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}

.hidc26-finale__map img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hidc26-finale__map-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 11, 24, 0.85));
}

.hidc26-finale__map-caption {
  position: absolute;
  bottom: 18px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Genos', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hidc26-finale__combo {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 48px;
  background: rgba(30, 42, 110, 0.1);
  border: 1px solid rgba(0, 204, 255, 0.15);
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}

.hidc26-finale__combo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

.hidc26-combo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 230px;
}

.hidc26-combo-item__icon {
  width: 84px;
  height: 84px;
  border: 2px solid rgba(0, 204, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 204, 255, 0.05);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}

.hidc26-combo-item__icon--red {
  border-color: rgba(229, 57, 53, 0.35);
  background: rgba(229, 57, 53, 0.05);
}

.hidc26-combo-item__title {
  font-family: 'Genos', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #00ccff;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hidc26-combo-item__title--red { color: #e53935; }

.hidc26-combo-item__sub {
  font-family: 'Genos', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.hidc26-combo-item__desc {
  font-family: 'Genos', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.32);
  text-align: center;
  line-height: 1.5;
}

.hidc26-finale__combo-plus {
  font-family: 'Genos', sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.15);
}

.hidc26-finale__pool {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 204, 255, 0.15);
}

.hidc26-finale__pool-label {
  font-family: 'Genos', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hidc26-finale__pool-value {
  font-family: 'Genos', sans-serif;
  font-weight: 800;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 1px;
  color: #00ccff;
  text-shadow: 0 0 24px rgba(0, 204, 255, 0.3);
}

.hidc26-finale__pool-note {
  font-family: 'Genos', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.32);
  margin-top: 10px;
}

/* ==================== HIDC 2026 — Competition & Prizes ==================== */
.hidc26-phases {
  background: #070b18;
  padding: 110px 48px;
  position: relative;
}

.hidc26-phases__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hidc26-phases__header {
  text-align: center;
  margin-bottom: 64px;
}

.hidc26-phases__header .hidc26-h2 { margin-bottom: 14px; }

.hidc26-phases__lead {
  font-family: 'Genos', sans-serif;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 auto;
  max-width: 640px;
  line-height: 1.6;
}

.hidc26-phases__lead .hidc26-accent { font-weight: 700; }

.hidc26-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto 72px;
}

.hidc26-flow__card {
  padding: 36px 40px;
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
  transition: border-color 0.3s;
}

.hidc26-flow__card--elim {
  background: rgba(30, 42, 110, 0.1);
  border: 1px solid rgba(0, 204, 255, 0.18);
}

.hidc26-flow__card--elim:hover { border-color: rgba(0, 204, 255, 0.5); }

.hidc26-flow__card--final {
  background: rgba(229, 57, 53, 0.05);
  border: 1px solid rgba(229, 57, 53, 0.25);
}

.hidc26-flow__card--final:hover { border-color: rgba(229, 57, 53, 0.55); }

.hidc26-flow__phase-tag {
  display: inline-flex;
  padding: 6px 16px;
  background: rgba(0, 204, 255, 0.1);
  font-family: 'Genos', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #00ccff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.hidc26-flow__phase-tag--red {
  background: rgba(229, 57, 53, 0.1);
  color: #e53935;
}

.hidc26-flow__title {
  font-family: 'Genos', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #ffffff;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.hidc26-flow__format {
  font-family: 'Genos', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #00ccff;
  margin-bottom: 14px;
  letter-spacing: 3px;
}

.hidc26-flow__format--red { color: #e53935; }

.hidc26-flow__desc {
  font-family: 'Genos', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.42);
  margin: 0 0 22px;
}

.hidc26-flow__desc-em { color: rgba(255, 255, 255, 0.7); }

.hidc26-flow__tags {
  display: flex;
  gap: 8px;
  margin: 0 0 10px;
  flex-wrap: wrap;
}

.hidc26-diff-tag {
  padding: 5px 14px;
  font-family: 'Genos', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hidc26-diff-tag--easy { border: 1px solid rgba(0, 204, 255, 0.4); color: #00ccff; }
.hidc26-diff-tag--medium { border: 1px solid rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.65); }
.hidc26-diff-tag--hard { border: 1px solid rgba(229, 57, 53, 0.5); color: #e53935; }

.hidc26-flow__tags-note {
  font-family: 'Genos', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 1px;
  margin: 0 0 22px;
}

.hidc26-flow__prizes {
  border-top: 1px solid rgba(0, 204, 255, 0.15);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hidc26-flow__prizes--red { border-top-color: rgba(229, 57, 53, 0.2); }

.hidc26-price-row {
  display: flex;
  justify-content: space-between;
  font-family: 'Genos', sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.55);
}

.hidc26-price-row__amount { color: #ffffff; font-weight: 700; }
.hidc26-price-row__amount--red { color: #e53935; }

.hidc26-flow__connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.hidc26-flow__connector-line {
  width: 2px;
  height: 40px;
}

.hidc26-flow__connector-line--top { background: linear-gradient(to bottom, rgba(0, 204, 255, 0.4), rgba(229, 57, 53, 0.4)); }
.hidc26-flow__connector-line--bottom { background: linear-gradient(to bottom, rgba(229, 57, 53, 0.4), rgba(30, 42, 110, 0.4)); margin-top: 8px; }

.hidc26-flow__connector-node {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(0, 204, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.hidc26-flow__connector-label {
  font-family: 'Genos', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.hidc26-pool {
  max-width: 1000px;
  margin: 0 auto 72px;
}

.hidc26-pool__header {
  text-align: center;
  margin-bottom: 28px;
}

.hidc26-pool__label {
  font-family: 'Genos', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hidc26-pool__value {
  font-family: 'Genos', sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 1px;
  color: #00ccff;
  text-shadow: 0 0 24px rgba(0, 204, 255, 0.3);
}

.hidc26-pool__bar {
  display: flex;
  height: 54px;
  overflow: hidden;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}

.hidc26-pool__seg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Genos', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.hidc26-pool__seg--qualifier { flex: 0 0 10%; background: rgba(0, 204, 255, 0.35); color: #070b18; }
.hidc26-pool__seg--bounty { flex: 0 0 20%; background: rgba(0, 204, 255, 0.75); color: #070b18; }
.hidc26-pool__seg--jackpot { flex: 1; background: linear-gradient(90deg, #b3322e, #e53935); color: #ffffff; }

.hidc26-pool__legend {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
}

.hidc26-pool__legend-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.hidc26-pool__legend-swatch {
  width: 12px;
  height: 12px;
  min-width: 12px;
  margin-top: 5px;
}

.hidc26-pool__legend-swatch--qualifier { background: rgba(0, 204, 255, 0.35); }
.hidc26-pool__legend-swatch--bounty { background: rgba(0, 204, 255, 0.75); }
.hidc26-pool__legend-swatch--jackpot { background: #e53935; }

.hidc26-pool__legend-title {
  font-family: 'Genos', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
}

.hidc26-pool__legend-desc {
  font-family: 'Genos', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.5;
}

.hidc26-bounty {
  max-width: 1000px;
  margin: 0 auto 24px;
}

.hidc26-bounty__card {
  padding: 28px 28px 22px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(0, 204, 255, 0.12);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
}

.hidc26-bounty__heading {
  font-family: 'Genos', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #00ccff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hidc26-bounty__row {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1.2fr 1.2fr 1.2fr;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.hidc26-bounty__row--head {
  border-top: none;
  padding-bottom: 8px;
}

.hidc26-bounty__row--insane {
  border-top: 1px solid rgba(229, 57, 53, 0.3);
  background: rgba(229, 57, 53, 0.07);
}

.hidc26-bounty__cell {
  font-family: 'Genos', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 12px;
  text-align: right;
}

.hidc26-bounty__cell--label { text-align: left; }

.hidc26-bounty__diff {
  font-family: 'Genos', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  padding: 11px 12px;
}

.hidc26-bounty__diff--easy { color: #00ccff; }
.hidc26-bounty__diff--hard { color: #e53935; }

.hidc26-bounty__total {
  font-family: 'Genos', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 11px 12px;
  text-align: right;
}

.hidc26-bounty__amount {
  font-family: 'Genos', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  padding: 11px 12px;
  text-align: right;
}

.hidc26-bounty__note {
  font-family: 'Genos', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 1px;
  margin-top: 12px;
}

.hidc26-rules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto 56px;
}

.hidc26-rule {
  padding: 28px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(0, 204, 255, 0.12);
  clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
}

.hidc26-rule__num {
  font-family: 'Genos', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #00ccff;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.hidc26-rule__num--red { color: #e53935; }

.hidc26-rule__title {
  font-family: 'Genos', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 8px;
}

.hidc26-rule__desc {
  font-family: 'Genos', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.42);
  margin: 0;
}

.hidc26-perks {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.hidc26-perks__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.hidc26-perks__chip {
  padding: 10px 20px;
  border: 1px solid rgba(0, 204, 255, 0.25);
  font-family: 'Genos', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hidc26-perks__chip--red {
  border-color: rgba(229, 57, 53, 0.35);
  color: #e53935;
}

.hidc26-perks__tax {
  font-family: 'Genos', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
  letter-spacing: 1px;
}

/* ==================== HIDC 2026 — Timeline ==================== */
.hidc26-timeline {
  background: #070b18;
  padding: 0 48px 110px;
}

.hidc26-timeline__inner {
  max-width: 820px;
  margin: 0 auto;
}

.hidc26-timeline__header {
  text-align: center;
  margin-bottom: 56px;
}

.hidc26-timeline__header .hidc26-h2 { margin: 0; }

.hidc26-tl-item {
  position: relative;
  padding: 0 0 36px 32px;
  border-left: 2px solid rgba(0, 204, 255, 0.35);
}

.hidc26-tl-item--red {
  border-left-color: rgba(229, 57, 53, 0.5);
  padding-bottom: 0;
}

.hidc26-tl-item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: #070b18;
  border: 2px solid #00ccff;
  transform: rotate(45deg);
}

.hidc26-tl-item--red::before { border-color: #e53935; }

.hidc26-tl-item__date {
  font-family: 'Genos', sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #00ccff;
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.hidc26-tl-item__date--red { color: #e53935; }

.hidc26-tl-item__row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.hidc26-tl-item__title {
  font-family: 'Genos', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  margin: 0;
}

.hidc26-tl-item__tag {
  font-family: 'Genos', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.hidc26-tl-item__desc {
  font-family: 'Genos', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.42);
  margin: 0;
}

/* ==================== HIDC 2026 — Register ==================== */
.hidc26-register {
  background: #070b18;
  padding: 110px 48px;
  position: relative;
  overflow: hidden;
}

.hidc26-register__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(30, 42, 110, 0.35), transparent 75%);
}

.hidc26-register__stripe {
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background: repeating-linear-gradient(-45deg, #00ccff 0, #00ccff 14px, transparent 14px, transparent 28px);
  opacity: 0.4;
}

.hidc26-register__stripe--top { top: 0; }
.hidc26-register__stripe--bottom { bottom: 0; }

.hidc26-register__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hidc26-register__chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hidc26-register__chip {
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: 'Saira Condensed', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hidc26-register__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(64px, 7.5vw, 104px);
  line-height: 0.9;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hidc26-register__cta {
  display: inline-block;
  padding: 24px 96px;
  background: #00ccff;
  color: #070b18;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
  transform: skewX(-8deg);
  box-shadow: 0 16px 44px rgba(0, 204, 255, 0.35);
  transition: all 0.25s;
  animation: hidc26-pulseGlow 3s ease-in-out infinite;
}

.hidc26-register__cta:hover {
  background: #5ce3ff;
  color: #070b18;
  transform: skewX(-8deg) translateY(-3px);
}

/* ==================== HIDC 2026 — Contact ==================== */
.hidc26-contact {
  background: #070b18;
  padding: 80px 48px 60px;
}

.hidc26-contact__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hidc26-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.hidc26-contact__card {
  padding: 40px;
  background: rgba(30, 42, 110, 0.08);
  border: 1px solid rgba(0, 204, 255, 0.15);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.hidc26-contact__card--discord {
  background: rgba(88, 101, 242, 0.05);
  border-color: rgba(88, 101, 242, 0.2);
}

.hidc26-contact__title {
  font-family: 'Genos', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  margin: 0 0 12px;
}

.hidc26-contact__desc {
  font-family: 'Genos', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 24px;
  line-height: 1.6;
}

.hidc26-contact__discord-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: #5865f2;
  color: #ffffff;
  font-family: 'Genos', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition: all 0.25s;
}

.hidc26-contact__discord-btn:hover {
  background: #4752c4;
  color: #ffffff;
}

.hidc26-contact__info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hidc26-contact__info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.hidc26-contact__info-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border: 1px solid rgba(0, 204, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.hidc26-contact__info-title {
  font-family: 'Genos', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.hidc26-contact__info-sub {
  font-family: 'Genos', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 2px;
}

.hidc26-contact__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 204, 255, 0.1);
}

.hidc26-contact__footer-text {
  font-family: 'Genos', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ==================== HIDC 2026 — Sections responsive ==================== */
@media only screen and (max-width: 1024px) {
  /* Floating hologram icons are decorative only — hide on tablet & mobile */
  .hidc26-hero__holos {
    display: none;
  }

  /* Shorter hero so the copy doesn't sit too far from the top */
  .hidc26-hero {
    min-height: min(100vh, 820px);
  }

  .hidc26-about__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .hidc26-about,
  .hidc26-finale,
  .hidc26-phases,
  .hidc26-register {
    padding: 80px 32px;
  }

  .hidc26-timeline { padding: 0 32px 80px; }
  .hidc26-contact { padding: 64px 32px 48px; }

  .hidc26-h2 { font-size: 44px; }
  .hidc26-h2--lg { font-size: 48px; }

  .hidc26-flow {
    grid-template-columns: 1fr;
  }

  .hidc26-flow__connector {
    flex-direction: row;
    padding: 24px 0;
  }

  .hidc26-flow__connector-line {
    width: 40px;
    height: 2px;
  }

  .hidc26-flow__connector-line--bottom { margin-top: 0; margin-left: 8px; }
  .hidc26-flow__connector-node { margin: 0 8px; }

  /* Cards stack vertically here, so the arrow points down */
  .hidc26-flow__connector-node svg { transform: rotate(90deg); }

  .hidc26-pool__legend {
    grid-template-columns: 1fr;
  }

  .hidc26-rules {
    grid-template-columns: 1fr;
  }

  .hidc26-contact__grid {
    grid-template-columns: 1fr;
  }

  .hidc26-finale__combo-row {
    gap: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .hidc26-about,
  .hidc26-finale,
  .hidc26-phases,
  .hidc26-register {
    padding: 64px 24px;
  }

  .hidc26-timeline { padding: 0 24px 64px; }
  .hidc26-contact { padding: 48px 24px 40px; }

  .hidc26-h2 { font-size: clamp(32px, 8.5vw, 48px); }
  .hidc26-h2--lg { font-size: clamp(32px, 8.5vw, 48px); }

  .hidc26-stat {
    min-width: 130px;
  }

  .hidc26-finale__map { height: 240px; }

  .hidc26-bounty__card {
    overflow-x: auto;
    padding: 20px 16px;
  }

  .hidc26-bounty__table {
    min-width: 640px;
  }

  .hidc26-finale__combo { padding: 40px 24px; }

  .hidc26-finale__combo-row {
    flex-direction: column;
    gap: 24px;
  }

  .hidc26-finale__pool-value { font-size: 48px; }
  .hidc26-pool__value { font-size: 44px; }

  .hidc26-pool__seg { font-size: 12px; }

  .hidc26-flow__card { padding: 28px 24px; }

  .hidc26-register__title { font-size: clamp(44px, 11vw, 64px); }

  .hidc26-register__cta {
    padding: 18px 48px;
    font-size: 20px;
  }

  .hidc26-contact__card { padding: 28px 24px; }

  .hidc26-tl-item__date { font-size: 18px; }
  .hidc26-tl-item__title { font-size: 22px; }
}

/* ==================== HIDC 2026 — Ultra-wide (2K+) ==================== */
/* No media query: content is capped to a ~1760px zone via max()/calc(),
   so it works regardless of OS display scaling. Below that width the
   values resolve to the normal layout — nothing changes. Containers,
   backgrounds, and ticker stay full-width. */
.hidc26-hero__copy {
  padding-left: max(48px, calc(50vw - 880px + 48px));
  max-width: none;
}

.hidc26-hero__copy > * {
  max-width: 680px;
}

.hidc26-hero__stats {
  padding-left: max(48px, calc(50vw - 880px + 48px));
  padding-right: max(48px, calc(50vw - 880px + 48px));
}

.hidc26-hero__mascot {
  right: max(1%, calc(50vw - 880px));
}

.hidc26-hero__rival {
  left: calc(max(0px, 50vw - 880px) - 190px);
}

.hidc26-hero__holos {
  left: max(0px, calc(50vw - 880px));
  right: max(0px, calc(50vw - 880px));
}

/* ==================== HIDC 2026 — Hero responsive ==================== */
@media only screen and (max-width: 1280px) {
  .hidc26-hero__mascot {
    height: min(88%, 780px);
    right: -6%;
  }

  .hidc26-holo--1 { right: 36%; }
}

@media only screen and (max-width: 992px) {
  .hidc26-nav {
    position: relative;
    padding: 16px 32px;
  }

  .hidc26-nav__toggle {
    display: flex;
  }

  .hidc26-nav__links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 30;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0;
    background: rgba(7, 11, 24, 0.97);
    border-top: 1px solid rgba(0, 204, 255, 0.25);
    border-bottom: 1px solid rgba(0, 204, 255, 0.25);
    backdrop-filter: blur(6px);
  }

  .hidc26-nav__links.is-open {
    display: flex;
  }

  .hidc26-nav__links a {
    padding: 14px 32px;
    font-size: 17px;
  }

  .hidc26-nav__links a.hidc26-nav__register {
    margin: 10px 32px 6px;
    padding: 12px 30px;
    text-align: center;
    transform: skewX(0);
  }

  .hidc26-hero__copy,
  .hidc26-hero__stats {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hidc26-hero__mascot {
    height: min(70%, 620px);
    right: -14%;
    opacity: 0.55;
  }

  .hidc26-hero__rival {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hidc26-nav {
    padding: 14px 24px;
  }

  .hidc26-nav__brand img {
    height: 38px;
  }

  .hidc26-nav__links a {
    padding: 13px 24px;
  }

  .hidc26-nav__links a.hidc26-nav__register {
    margin: 10px 24px 6px;
  }

  .hidc26-hero__copy,
  .hidc26-hero__stats {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hidc26-hero__copy {
    max-width: none;
    padding-top: 24px;
  }

  .hidc26-hero__eyebrow {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .hidc26-hero__title {
    font-size: clamp(52px, 14vw, 72px);
  }

  .hidc26-hero__badge-text {
    font-size: 32px;
  }

  .hidc26-hero__tagline {
    font-size: 18px;
  }

  .hidc26-hero__cta {
    padding: 16px 36px;
    font-size: 19px;
  }

  .hidc26-hero__stat-value {
    font-size: 40px;
  }

  .hidc26-video {
    padding: 64px 24px;
  }

  .hidc26-video__frame {
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  }

  .hidc26-hero__mascot {
    height: min(52%, 420px);
    right: -28%;
    bottom: -6%;
    opacity: 0.35;
  }

}

@media only screen and (max-width: 480px) {
  .hidc26-hero__copy,
  .hidc26-hero__stats {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hidc26-hero__cta-row {
    align-items: stretch;
    flex-direction: column;
  }

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

}
  