    .page { display: grid; grid-template-columns: 640px 300px; column-gap: var(--space-column); align-items: start; width: var(--width-page); margin: 33px auto 0; }
    .page__content { min-width: 0; }
    .video { position: relative; width: 630px; height: 350px; overflow: hidden; background: #000; font-family: Roboto, Arial, sans-serif; color: var(--color-white); }
    .video__player { display: block; width: 100%; height: 100%; border: 0; }
    .video__poster, .video__overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .video__gradient { position: absolute; inset: 0 0 auto; height: 70px; background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.6) 50%, transparent); }
    .video__play { position: absolute; top: 50%; left: 50%; width: 72px; height: 72px; transform: translate(-50%, -50%); }
    .video__play-background { position: absolute; top: 17.16%; left: 2.16%; width: 93.83%; height: 65.68%; }
    .video__play-symbol { position: absolute; top: 35.93%; left: 39.7%; width: 24.37%; height: 28.14%; }
    .video__details { position: absolute; inset: 0 24px auto 14px; min-height: 60px; padding: 10px 0 0 64px; }
    .video__avatar { position: absolute; top: 16px; left: 16px; width: 36px; height: 36px; border-radius: 50%; }
    .video__title { font-size: 20px; font-weight: 500; line-height: 28px; }
    .video__author { font-size: 12px; line-height: 13.2px; }
    .video__controls { position: absolute; right: 30px; bottom: 12px; left: 30px; display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 48px; }
    .video__utilities { display: flex; align-items: center; height: 48px; padding: 4px 8px; border-radius: 48px; background: rgba(0,0,0,.3); }
    .video__utility { display: grid; place-items: center; width: 40px; height: 40px; }
    .video__utility + .video__utility { margin-left: 8px; }
    .video__icon { width: 24px; height: 24px; filter: drop-shadow(0 0 .5px rgba(0,0,0,.8)); }
    .video__youtube { display: flex; align-items: center; justify-content: center; height: 48px; padding-inline: 24px; border-radius: 24px; background: rgba(0,0,0,.3); font-size: 18px; line-height: 22px; white-space: nowrap; }
    .video__youtube-logo { width: 90px; height: 20px; }
    .introduction { display: flex; flex-direction: column; gap: var(--space-paragraph); margin-top: 23.785px; line-height: 15px; }
    .introduction__instructions { line-height: 18.2px; }
    .community { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-column); margin-top: var(--space-paragraph); padding-top: 55px; }
    .community__section--discord, .community__section--news { display: block; color: inherit; text-decoration: none; cursor: pointer; }
    .community__section--discord:focus-visible, .community__section--news:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
    .community__heading { position: relative; height: 29px; padding: 5px 0 0 40px; font-size: var(--font-heading); font-weight: 700; line-height: 22px; }
    .community__icon { position: absolute; top: 0; left: 0; width: 32px; height: 32px; }
    .community__icon--discord { width: 29.1px; height: 29.116px; }
    .community__description { margin-top: 19.19px; line-height: 15px; }
    .community__paragraph { margin-top: 19.2px; line-height: 15px; }
    .news { display: flex; flex-direction: column; gap: var(--space-small); margin: 32.8px 0 0; padding: 0; list-style: none; }
    .news__date { display: block; margin-bottom: 4px; color: var(--color-muted); font-size: var(--font-small); line-height: 13px; }
    .news__link { display: block; padding-left: 10.9px; font-size: var(--font-navigation); line-height: 19px; }
    .play { position: relative; isolation: isolate; min-height: 354.19px; padding-top: 249.5px; font-family: Arial, sans-serif; text-align: center; }
    .play__artwork { position: absolute; inset: 0; z-index: -1; width: 300px; height: 354.19px; object-position: bottom; }
    .play__button { display: flex; align-items: center; justify-content: center; width: 214px; height: 44px; margin-inline: auto; border-radius: 5px; background: linear-gradient(#f7942b, #db8326 42.788%, #bc7120); color: var(--color-white); font-size: var(--font-button); font-weight: 700; line-height: 22.4px; }
    .play__help { margin-top: 23.69px; font-size: 13px; line-height: 18.2px; }
    .play__help-link { display: block; }
    .footer { margin-top: auto; padding: 13px 20px 8px; color: var(--color-footer); font-family: Arial, sans-serif; font-size: 13px; line-height: 18.2px; text-align: center; }
    @media (max-width: 1024px) {
      .header__inner { position: relative; width: 100%; height: auto; min-height: var(--height-header); flex-wrap: wrap; align-items: center; justify-content: space-between; padding-inline: 16px; }
      .header__brand { flex-basis: 224px; }
      .header__toggle { display: block; }
      .header__menu { display: grid; flex: 0 0 100%; grid-template-rows: 0fr; visibility: hidden; transition: grid-template-rows 220ms ease, visibility 220ms; }
      .header__menu--open { grid-template-rows: 1fr; visibility: visible; }
      .header__menu-inner { min-height: 0; height: auto; overflow: hidden; flex-direction: column; }
      .header__navigation { width: 100%; padding: 12px 10px; }
      .header__links { flex-direction: column; gap: 0; }
      .header__link { display: block; padding-block: 8px; }
      .header__account { flex: none; justify-content: flex-start; padding: 0 10px 20px; }
      .page { width: calc(100% - 40px); grid-template-columns: minmax(0, 640px) 300px; column-gap: 24px; }
      .video { width: 100%; height: auto; aspect-ratio: 63 / 35; }
      .introduction__break, .community__break { display: none; }
      .community { gap: 24px; }
      .community__heading { height: auto; min-height: 29px; }
      .news__link { white-space: normal; }
      .video__controls { right: 16px; left: 16px; }
      .video__youtube { padding-inline: 12px; font-size: 14px; }
      .video__youtube-logo { width: 72px; height: 16px; }
      .footer { padding-top: 48px; }
    }
    @media (max-width: 768px) {
      .header__inner { padding-inline: 8px; }
      .page { width: calc(100% - 32px); grid-template-columns: minmax(0, 1fr); row-gap: 32px; margin-top: 24px; }
      .community { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-top: 24px; }
      .play { width: 300px; max-width: 100%; justify-self: center; }
      .play__artwork { width: 100%; }
      .video__details { left: 0; right: 8px; padding-left: 60px; }
      .video__avatar { left: 12px; }
      .video__title { font-size: 16px; line-height: 24px; }
      .video__controls { right: 8px; bottom: 8px; left: 8px; gap: 4px; height: 40px; }
      .video__utilities { height: 40px; padding: 0 4px; }
      .video__utility { width: 32px; height: 32px; }
      .video__utility + .video__utility { margin-left: 0; }
      .video__youtube { height: 40px; padding-inline: 8px; font-size: 12px; }
      .video__youtube-logo { width: 63px; height: 14px; }
      .footer { font-size: 11px; line-height: 16px; }
    }
    @media (prefers-reduced-motion: reduce) { .header__menu { transition: none; } }
  
