
    :root {
      --ev-ink: #09101f;
      --ev-night: #06122d;
      --ev-blue: #0b43a2;
      --ev-blue-2: #1377ff;
      --ev-cyan: #22d9ff;
      --ev-gold: #ffd76b;
      --ev-gold-2: #d49321;
      --ev-emerald: #12b98d;
      --ev-red: #f04444;
      --ev-paper: #f5f9ff;
      --ev-white: #ffffff;
      --ev-muted: #61708b;
      --ev-line: rgba(19, 71, 148, .14);
      --ev-shadow: 0 22px 58px rgba(10, 35, 87, .16);
      --ev-max: 1180px;
      font-family: Inter, Arial, "Helvetica Neue", sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      min-height: 100%;
      overflow-x: hidden;
      color: var(--ev-ink);
      background: var(--ev-paper);
      letter-spacing: 0;
    }

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

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

    h1,
    h2,
    h3,
    p,
    li,
    a,
    span,
    strong {
      min-width: 0;
    }

    h1,
    h2,
    h3,
    p {
      margin: 0;
    }

    p {
      line-height: 1.72;
    }

    .ev-container {
      width: min(var(--ev-max), calc(100% - 48px));
      margin: 0 auto;
    }

    .ev-topline {
      background: #041126;
      color: #d9e9ff;
      border-bottom: 1px solid rgba(255, 215, 107, .22);
    }

    .ev-topline-inner {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      font-size: 13px;
      font-weight: 700;
    }

    .ev-topline strong {
      color: var(--ev-gold);
      font-weight: 900;
    }

    .ev-topline-meta {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .ev-header {
      position: sticky;
      top: 0;
      z-index: 20;
      background: linear-gradient(180deg, rgba(6, 18, 45, .98), rgba(6, 25, 70, .96));
      color: #fff;
      box-shadow: 0 14px 36px rgba(0, 18, 60, .28);
      backdrop-filter: blur(12px);
    }

    .ev-header-inner {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .ev-brand {
      display: flex;
      align-items: center;
      gap: 13px;
      min-width: 0;
    }

    .ev-mark {
      width: 56px;
      height: 56px;
      display: grid;
      place-items: center;
      color: #08112a;
      font-size: 16px;
      font-weight: 1000;
      border-radius: 8px;
      background:
        linear-gradient(145deg, #fff9c7 0%, #ffd55f 36%, #1fe4ff 100%);
      box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.55),
        0 13px 28px rgba(34, 217, 255, .26);
    }

    .ev-brand-name {
      display: block;
      color: #fff;
      font-size: 38px;
      line-height: .9;
      font-weight: 1000;
      font-style: italic;
      text-shadow: 0 4px 0 rgba(10, 82, 190, .52);
      white-space: nowrap;
    }

    .ev-brand-sub {
      display: block;
      margin-top: 5px;
      color: var(--ev-gold);
      font-size: 11px;
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .ev-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 23px;
      min-width: 0;
      color: #eaf5ff;
      white-space: nowrap;
    }

    .ev-nav a {
      position: relative;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .ev-nav a.is-active {
      color: var(--ev-gold);
    }

    .ev-nav a.is-active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -29px;
      height: 3px;
      border-radius: 3px;
      background: linear-gradient(90deg, var(--ev-gold), var(--ev-cyan));
    }

    .ev-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }

    .ev-btn {
      min-height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.16);
      color: #fff;
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
      box-shadow: 0 12px 24px rgba(3, 13, 40, .24);
      cursor: pointer;
    }

    .ev-btn-login {
      background: rgba(255,255,255,.08);
    }

    .ev-btn-register {
      color: #09101f;
      border-color: rgba(255, 215, 107, .6);
      background: linear-gradient(180deg, #fff39a, #f2b93e 58%, #c98512);
      box-shadow: 0 13px 26px rgba(224, 169, 46, .34);
    }

    .ev-hero {
      position: relative;
      color: #fff;
      background:
        linear-gradient(90deg, rgba(3, 10, 27, .98) 0%, rgba(3, 19, 57, .88) 40%, rgba(4, 30, 89, .26) 72%, rgba(4, 30, 89, .1) 100%),
        url("/assets/ev88-hero.png") center right / cover no-repeat;
      overflow: hidden;
    }

    .ev-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 18% 24%, rgba(34, 217, 255, .2), transparent 31%),
        linear-gradient(180deg, transparent 70%, #f5f9ff 100%);
      pointer-events: none;
    }

    .ev-hero-inner {
      position: relative;
      z-index: 1;
      min-height: 650px;
      display: grid;
      align-items: center;
      padding: 72px 0 122px;
    }

    .ev-hero-copy {
      width: min(610px, 100%);
    }

    .ev-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 18px;
      color: #c9f7ff;
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .ev-kicker::before {
      content: "";
      width: 34px;
      height: 3px;
      border-radius: 3px;
      background: linear-gradient(90deg, var(--ev-gold), var(--ev-cyan));
    }

    .ev-hero h1 {
      width: min(600px, 100%);
      color: #fff;
      font-size: clamp(48px, 6.6vw, 90px);
      line-height: .9;
      font-weight: 1000;
      letter-spacing: 0;
      text-transform: uppercase;
      text-shadow: 0 7px 0 rgba(6, 48, 139, .44);
      overflow-wrap: anywhere;
    }

    .ev-hero h1 span {
      color: var(--ev-gold);
    }

    .ev-hero-text {
      width: min(540px, 100%);
      margin-top: 22px;
      color: #e6f2ff;
      font-size: 18px;
      font-weight: 600;
    }

    .ev-hero-cta {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 30px;
    }

    .ev-hero-cta .ev-btn {
      min-height: 52px;
      padding: 0 25px;
      font-size: 14px;
    }

    .ev-hero-cta .ev-btn-register {
      box-shadow: 0 17px 34px rgba(255, 199, 71, .32);
    }

    .ev-link-btn {
      color: #fff;
      border-color: rgba(34, 217, 255, .55);
      background: linear-gradient(180deg, rgba(19, 119, 255, .95), rgba(7, 70, 180, .95));
    }

    .ev-hero-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      width: min(590px, 100%);
      margin-top: 34px;
    }

    .ev-stat {
      min-height: 86px;
      padding: 18px 16px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 8px;
      background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
      box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
      backdrop-filter: blur(10px);
    }

    .ev-stat strong {
      display: block;
      color: var(--ev-gold);
      font-size: 22px;
      line-height: 1;
      font-weight: 1000;
    }

    .ev-stat span {
      display: block;
      margin-top: 8px;
      color: #dceaff;
      font-size: 12px;
      line-height: 1.35;
      font-weight: 800;
      text-transform: uppercase;
    }

    .ev-quick {
      position: relative;
      z-index: 3;
      margin-top: -62px;
    }

    .ev-quick-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .ev-quick-item {
      min-height: 124px;
      padding: 22px;
      border-radius: 8px;
      color: #fff;
      background:
        linear-gradient(135deg, rgba(11, 67, 162, .94), rgba(7, 23, 63, .98)),
        radial-gradient(circle at 84% 18%, rgba(255,215,107,.45), transparent 32%);
      border: 1px solid rgba(34, 217, 255, .18);
      box-shadow: var(--ev-shadow);
      overflow: hidden;
    }

    .ev-quick-icon {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      margin-bottom: 16px;
      border-radius: 8px;
      color: #09101f;
      font-size: 21px;
      font-weight: 1000;
      background: linear-gradient(180deg, #fff7b8, #ffc64c);
    }

    .ev-quick-item h3 {
      font-size: 18px;
      line-height: 1.15;
      font-weight: 950;
    }

    .ev-quick-item p {
      margin-top: 8px;
      color: #d7e7ff;
      font-size: 13px;
      line-height: 1.55;
      font-weight: 650;
    }

    .ev-section {
      padding: 82px 0;
    }

    .ev-section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 32px;
    }

    .ev-eyebrow {
      display: block;
      margin-bottom: 9px;
      color: var(--ev-blue);
      font-size: 12px;
      line-height: 1;
      font-weight: 1000;
      text-transform: uppercase;
    }

    .ev-section-head h2 {
      color: #081126;
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.05;
      font-weight: 1000;
      letter-spacing: 0;
    }

    .ev-section-head p {
      width: min(480px, 100%);
      color: var(--ev-muted);
      font-size: 15px;
      font-weight: 650;
    }

    .ev-game-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .ev-game {
      position: relative;
      min-height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 24px;
      border-radius: 8px;
      color: #fff;
      overflow: hidden;
      background: #0a1f52;
      box-shadow: var(--ev-shadow);
    }

    .ev-game::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, transparent 0%, rgba(3, 10, 28, .78) 76%, rgba(3,10,28,.94) 100%),
        radial-gradient(circle at 78% 20%, rgba(255, 215, 107, .55), transparent 34%),
        linear-gradient(135deg, var(--tone-a), var(--tone-b));
    }

    .ev-game::after {
      content: attr(data-mark);
      position: absolute;
      top: 18px;
      right: 18px;
      width: 70px;
      height: 70px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 50%;
      color: rgba(255,255,255,.72);
      font-size: 28px;
      font-weight: 1000;
      background: rgba(255,255,255,.08);
      backdrop-filter: blur(6px);
    }

    .ev-game > * {
      position: relative;
      z-index: 1;
    }

    .ev-game h3 {
      font-size: 24px;
      line-height: 1.08;
      font-weight: 1000;
    }

    .ev-game p {
      margin-top: 10px;
      color: #dfeaff;
      font-size: 14px;
      font-weight: 650;
    }

    .ev-game.one {
      --tone-a: #103f95;
      --tone-b: #0b1b47;
    }

    .ev-game.two {
      --tone-a: #0b755e;
      --tone-b: #071f43;
    }

    .ev-game.three {
      --tone-a: #7b2bc4;
      --tone-b: #09164a;
    }

    .ev-game.four {
      --tone-a: #d49321;
      --tone-b: #09215a;
    }

    .ev-promo-band {
      color: #fff;
      background:
        radial-gradient(circle at 22% 20%, rgba(34,217,255,.28), transparent 28%),
        radial-gradient(circle at 80% 28%, rgba(255,215,107,.3), transparent 32%),
        linear-gradient(135deg, #071229 0%, #0a3f9a 52%, #082052 100%);
      border-top: 1px solid rgba(255,255,255,.14);
      border-bottom: 1px solid rgba(255,255,255,.16);
    }

    .ev-promo-inner {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 370px;
      align-items: center;
      gap: 44px;
    }

    .ev-promo-copy h2 {
      font-size: clamp(32px, 4vw, 54px);
      line-height: 1.02;
      font-weight: 1000;
    }

    .ev-promo-copy p {
      margin-top: 18px;
      color: #dbeaff;
      font-size: 16px;
      font-weight: 650;
    }

    .ev-promo-list {
      display: grid;
      gap: 14px;
      margin-top: 28px;
      padding: 0;
      list-style: none;
    }

    .ev-promo-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: #f5f9ff;
      font-size: 15px;
      line-height: 1.45;
      font-weight: 800;
    }

    .ev-promo-list li::before {
      content: "";
      width: 12px;
      height: 12px;
      margin-top: 5px;
      flex: 0 0 auto;
      border-radius: 3px;
      background: linear-gradient(135deg, var(--ev-gold), var(--ev-cyan));
      box-shadow: 0 0 0 4px rgba(255,255,255,.08);
    }

    .ev-bonus-card {
      min-height: 396px;
      padding: 28px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 8px;
      background:
        linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.05)),
        radial-gradient(circle at 70% 12%, rgba(255,215,107,.46), transparent 30%);
      box-shadow: 0 28px 72px rgba(0,0,0,.28);
      backdrop-filter: blur(10px);
    }

    .ev-bonus-card span {
      color: var(--ev-gold);
      font-size: 13px;
      font-weight: 1000;
      text-transform: uppercase;
    }

    .ev-bonus-card strong {
      display: block;
      margin-top: 12px;
      color: #fff;
      font-size: 56px;
      line-height: .94;
      font-weight: 1000;
    }

    .ev-bonus-card p {
      margin-top: 18px;
      color: #e4efff;
      font-size: 15px;
      font-weight: 650;
    }

    .ev-meter {
      height: 14px;
      margin: 30px 0 22px;
      border-radius: 999px;
      background: rgba(255,255,255,.16);
      overflow: hidden;
    }

    .ev-meter i {
      display: block;
      width: 76%;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--ev-cyan), var(--ev-gold));
    }

    .ev-bonus-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .ev-bonus-mini {
      min-height: 90px;
      padding: 16px;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 8px;
      background: rgba(2, 13, 42, .26);
    }

    .ev-bonus-mini b {
      display: block;
      color: var(--ev-gold);
      font-size: 22px;
      line-height: 1;
      font-weight: 1000;
    }

    .ev-bonus-mini small {
      display: block;
      margin-top: 8px;
      color: #d9e8ff;
      font-size: 12px;
      line-height: 1.35;
      font-weight: 800;
      text-transform: uppercase;
    }

    .ev-steps {
      background: #fff;
    }

    .ev-step-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .ev-step {
      min-height: 208px;
      padding: 26px;
      border: 1px solid var(--ev-line);
      border-radius: 8px;
      background: linear-gradient(180deg, #fff, #f7fbff);
      box-shadow: 0 18px 42px rgba(8, 25, 66, .08);
    }

    .ev-step-num {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      margin-bottom: 20px;
      border-radius: 8px;
      color: #06122d;
      font-weight: 1000;
      background: linear-gradient(180deg, #fff0a4, #ffc343);
    }

    .ev-step h3 {
      font-size: 21px;
      line-height: 1.15;
      font-weight: 1000;
    }

    .ev-step p {
      margin-top: 12px;
      color: var(--ev-muted);
      font-size: 14px;
      font-weight: 650;
    }

    .ev-news {
      background:
        linear-gradient(180deg, #eef5ff 0%, #fff 100%);
    }

    .ev-news-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
      gap: 20px;
    }

    .ev-featured-article,
    .ev-news-item {
      border: 1px solid var(--ev-line);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 18px 42px rgba(8, 25, 66, .08);
    }

    .ev-featured-article {
      min-height: 430px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }

    .ev-article-image {
      min-height: 218px;
      background:
        linear-gradient(135deg, rgba(6,18,45,.84), rgba(19,119,255,.36)),
        url("/assets/ev88-hero.png") center / cover no-repeat;
    }

    .ev-article-body {
      padding: 28px;
    }

    .ev-tag {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 10px;
      border-radius: 999px;
      color: #06215a;
      background: #e9f5ff;
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .ev-featured-article h3 {
      margin-top: 18px;
      color: #081126;
      font-size: 28px;
      line-height: 1.14;
      font-weight: 1000;
    }

    .ev-featured-article p {
      margin-top: 14px;
      color: var(--ev-muted);
      font-size: 15px;
      font-weight: 650;
    }

    .ev-news-list {
      display: grid;
      gap: 14px;
    }

    .ev-news-item {
      min-height: 126px;
      display: grid;
      grid-template-columns: 116px minmax(0, 1fr);
      gap: 18px;
      padding: 14px;
      align-items: center;
    }

    .ev-news-thumb {
      height: 96px;
      border-radius: 8px;
      background:
        radial-gradient(circle at 76% 22%, rgba(255,215,107,.6), transparent 34%),
        linear-gradient(135deg, var(--ev-blue), #06122d);
    }

    .ev-news-item:nth-child(2) .ev-news-thumb {
      background:
        radial-gradient(circle at 75% 25%, rgba(18,185,141,.62), transparent 34%),
        linear-gradient(135deg, #0b755e, #071f43);
    }

    .ev-news-item:nth-child(3) .ev-news-thumb {
      background:
        radial-gradient(circle at 75% 25%, rgba(240,68,68,.55), transparent 34%),
        linear-gradient(135deg, #6c2ad2, #071f43);
    }

    .ev-news-item h3 {
      color: #081126;
      font-size: 18px;
      line-height: 1.25;
      font-weight: 1000;
    }

    .ev-news-item p {
      margin-top: 7px;
      color: var(--ev-muted);
      font-size: 13px;
      line-height: 1.55;
      font-weight: 650;
    }

    .ev-footer {
      padding: 42px 0;
      color: #cfe0ff;
      background: #041126;
      border-top: 1px solid rgba(255,255,255,.08);
    }

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

    .ev-footer strong {
      color: #fff;
      font-size: 24px;
      font-weight: 1000;
      font-style: italic;
    }

    .ev-footer p {
      color: #9fb2d5;
      font-size: 13px;
      font-weight: 650;
    }

    @media (max-width: 1020px) {
      .ev-header-inner {
        min-height: auto;
        padding: 14px 0;
        align-items: flex-start;
        flex-wrap: wrap;
      }

      .ev-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 10px 0 2px;
        scrollbar-width: none;
      }

      .ev-nav a.is-active::after {
        bottom: -11px;
      }

      .ev-quick-grid,
      .ev-game-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .ev-promo-inner,
      .ev-news-layout {
        grid-template-columns: 1fr;
      }

      .ev-bonus-card {
        min-height: auto;
      }
    }

    @media (max-width: 720px) {
      .ev-container {
        width: min(100% - 28px, var(--ev-max));
      }

      .ev-topline-inner {
        min-height: auto;
        padding: 10px 0;
        align-items: flex-start;
        flex-direction: column;
      }

      .ev-topline-meta {
        justify-content: flex-start;
      }

      .ev-header {
        position: relative;
      }

      .ev-header-inner {
        gap: 14px;
      }

      .ev-brand-name {
        font-size: 32px;
      }

      .ev-mark {
        width: 48px;
        height: 48px;
      }

      .ev-actions {
        width: 100%;
      }

      .ev-actions .ev-btn {
        flex: 1 1 0;
        min-width: 0;
        padding: 0 12px;
        font-size: 12px;
      }

      .ev-nav {
        gap: 20px;
      }

      .ev-hero {
        background:
          linear-gradient(180deg, rgba(3, 10, 27, .98) 0%, rgba(3, 19, 57, .86) 56%, rgba(4, 30, 89, .36) 100%),
          url("/assets/ev88-hero.png") center right 42% / cover no-repeat;
      }

      .ev-hero-inner {
        min-height: 640px;
        padding: 50px 0 94px;
      }

      .ev-hero h1 {
        font-size: clamp(43px, 14vw, 62px);
      }

      .ev-hero-text {
        font-size: 16px;
      }

      .ev-hero-cta .ev-btn {
        flex: 1 1 100%;
      }

      .ev-hero-stats,
      .ev-quick-grid,
      .ev-game-grid,
      .ev-step-grid,
      .ev-bonus-row {
        grid-template-columns: 1fr;
      }

      .ev-quick {
        margin-top: -38px;
      }

      .ev-section {
        padding: 58px 0;
      }

      .ev-section-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
      }

      .ev-section-head h2,
      .ev-promo-copy h2 {
        font-size: clamp(29px, 9vw, 42px);
      }

      .ev-game {
        min-height: 220px;
      }

      .ev-bonus-card strong {
        font-size: 44px;
      }

      .ev-news-item {
        grid-template-columns: 94px minmax(0, 1fr);
        gap: 14px;
      }

      .ev-news-thumb {
        height: 88px;
      }

      .ev-footer-inner {
        align-items: flex-start;
        flex-direction: column;
      }
    }
  

.ev-news-dynamic {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ev-news-dynamic .ev-news-item {
  grid-template-columns: 96px minmax(0, 1fr);
}

.ev-news-dynamic .ev-news-thumb {
  display: block;
}

.ev-news-meta {
  margin-top: 8px;
  color: #8a98b2;
  font-size: 12px;
  font-weight: 800;
}

.ev-detail-main {
  background: linear-gradient(180deg, #eef5ff 0%, #fff 46%, #f5f9ff 100%);
}

.ev-detail-hero {
  position: relative;
  padding: 86px 0 72px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 10, 27, .96), rgba(5, 37, 106, .78)),
    url("/assets/ev88-hero.png") center right / cover no-repeat;
  overflow: hidden;
}

.ev-detail-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 86px;
  background: linear-gradient(180deg, transparent, #eef5ff);
}

.ev-detail-hero .ev-container {
  position: relative;
  z-index: 1;
}

.ev-detail-hero h1 {
  width: min(760px, 100%);
  color: #fff;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.02;
  font-weight: 1000;
  letter-spacing: 0;
}

.ev-detail-hero p {
  width: min(620px, 100%);
  margin-top: 18px;
  color: #e5f2ff;
  font-size: 17px;
  font-weight: 650;
}

.ev-detail-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  padding: 58px 0 78px;
}

.ev-detail-card,
.ev-detail-side {
  border: 1px solid var(--ev-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8, 25, 66, .08);
}

.ev-detail-card {
  overflow: hidden;
}

.ev-detail-image {
  min-height: 260px;
  background:
    linear-gradient(135deg, rgba(6,18,45,.68), rgba(19,119,255,.24)),
    url("/assets/ev88-hero.png") center / cover no-repeat;
}

.ev-detail-content {
  padding: 34px;
}

.ev-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  color: #60708b;
  font-size: 13px;
  font-weight: 800;
}

.ev-detail-body {
  color: #23304a;
  font-size: 16px;
  line-height: 1.9;
}

.ev-detail-body h2,
.ev-detail-body h3 {
  margin: 28px 0 12px;
  color: #081126;
  font-weight: 1000;
  line-height: 1.2;
}

.ev-detail-body p,
.ev-detail-body ul,
.ev-detail-body ol {
  margin: 0 0 16px;
}

.ev-detail-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.ev-detail-side {
  align-self: start;
  padding: 24px;
}

.ev-detail-side h3 {
  color: #081126;
  font-size: 22px;
  line-height: 1.16;
  font-weight: 1000;
}

.ev-detail-side ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.ev-detail-side li {
  padding: 13px 14px;
  border-radius: 8px;
  color: #23304a;
  background: #eef5ff;
  font-size: 14px;
  font-weight: 800;
}

.ev-prenext {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--ev-line);
}

.ev-prenext a {
  color: var(--ev-blue);
  font-weight: 900;
}

@media (max-width: 1020px) {
  .ev-news-dynamic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ev-detail-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ev-nav {
    gap: 14px;
  }

  .ev-nav a {
    font-size: 11px;
  }

  .ev-news-dynamic {
    grid-template-columns: 1fr;
  }

  .ev-detail-hero {
    padding: 58px 0 56px;
  }

  .ev-detail-wrap {
    padding: 42px 0 58px;
  }

  .ev-detail-content,
  .ev-detail-side {
    padding: 22px;
  }
}
