/* Blockchain Game Awards, year results page (/awards/{year}) in the awwwards-style layout */
.AwardsYear{
    --ay-ink: #1b1b1b;
    --ay-muted: #6f6f6f;
    --ay-line: #e4e4e2;
    --ay-frame: #ececea;
    --ay-brand: #0012ff;
    --ay-trophy: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22%3E%3Cpath opacity=%220.4%22 fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M12 16C15.866 16 19 12.866 19 9C19 5.13401 15.866 2 12 2C8.13401 2 5 5.13401 5 9C5 12.866 8.13401 16 12 16ZM13.1449 6.87978L12.3314 5.21225C12.1934 4.92947 11.8066 4.92946 11.6686 5.21225L10.8551 6.87978C10.8011 6.99046 10.6997 7.06749 10.5822 7.08703L8.8138 7.38122C8.51408 7.43108 8.39464 7.81473 8.60896 8.0392L9.87495 9.36513C9.95882 9.45297 9.99748 9.57736 9.979 9.69991L9.69996 11.5504C9.65271 11.8638 9.96554 12.101 10.2362 11.957L11.8312 11.1083C11.9372 11.0518 12.0628 11.0518 12.1688 11.1083L13.7638 11.957C14.0345 12.101 14.3473 11.8638 14.3 11.5504L14.021 9.69991C14.0025 9.57736 14.0412 9.45297 14.125 9.36513L15.391 8.0392C15.6054 7.81473 15.4859 7.43108 15.1862 7.38122L13.4178 7.08703C13.3003 7.06749 13.1989 6.99046 13.1449 6.87978Z%22 fill=%22%23000%22/%3E%3Cpath d=%22M19 9C19 12.866 15.866 16 12 16C8.13401 16 5 12.866 5 9C5 5.13401 8.13401 2 12 2C15.866 2 19 5.13401 19 9Z%22 stroke=%22%23000%22 stroke-width=%221.5%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3Cpath d=%22M8 15V20.5128C8 21.3875 8 21.8248 8.27639 21.9634C8.55279 22.1019 8.90186 21.8395 9.6 21.3146L10.8 20.4125C11.3778 19.9782 11.6667 19.761 12 19.761C12.3333 19.761 12.6222 19.9782 13.2 20.4125L14.4 21.3146C15.0981 21.8395 15.4472 22.1019 15.7236 21.9634C16 21.8248 16 21.3875 16 20.5128V15%22 stroke=%22%23000%22 stroke-width=%221.5%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3Cpath d=%22M11.6686 5.21225C11.8066 4.92946 12.1934 4.92947 12.3314 5.21225L13.1449 6.87978C13.1989 6.99046 13.3003 7.06749 13.4178 7.08703L15.1862 7.38122C15.4859 7.43108 15.6054 7.81473 15.391 8.0392L14.125 9.36513C14.0412 9.45297 14.0025 9.57736 14.021 9.69991L14.3 11.5504C14.3473 11.8638 14.0345 12.101 13.7638 11.957L12.1688 11.1083C12.0628 11.0518 11.9372 11.0518 11.8312 11.1083L10.2362 11.957C9.96554 12.101 9.65271 11.8638 9.69996 11.5504L9.979 9.69991C9.99748 9.57736 9.95882 9.45297 9.87495 9.36513L8.60896 8.0392C8.39464 7.81473 8.51408 7.43108 8.8138 7.38122L10.5822 7.08703C10.6997 7.06749 10.8011 6.99046 10.8551 6.87978L11.6686 5.21225Z%22 stroke=%22%23000%22 stroke-width=%221.5%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
    --fx: linear-gradient(90deg, #0012ff, #2f7cff, #00c2ff, #6863f8, #0012ff, #2f7cff, #00c2ff, #6863f8, #0012ff);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ay-ink);
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 100px;
    box-sizing: border-box;
}
.AwardsYear *, .AwardsYear *::before, .AwardsYear *::after{ box-sizing: border-box; }
.AwardsYear a{ color: inherit; text-decoration: none; }

/* Year accent colors (same as the editions grid on /awards) */
.AwardsYear--2025{ --fx: linear-gradient(90deg, #7c3aed, #a855f7, #d84ffa, #6d28d9, #7c3aed, #a855f7, #d84ffa, #6d28d9, #7c3aed); }
.AwardsYear--2024{ --fx: linear-gradient(90deg, #f2b632, #ffd93b, #ff9f1c, #ffcf5c, #f2b632, #ffd93b, #ff9f1c, #ffcf5c, #f2b632); }
.AwardsYear--2023{ --fx: linear-gradient(90deg, #0012ff, #2f7cff, #00c2ff, #6863f8, #0012ff, #2f7cff, #00c2ff, #6863f8, #0012ff); }
.AwardsYear--2022{ --fx: linear-gradient(90deg, #00c2cb, #3ee6e0, #00a3a8, #5ff0e3, #00c2cb, #3ee6e0, #00a3a8, #5ff0e3, #00c2cb); }
.AwardsYear--2021{ --fx: linear-gradient(90deg, #e0202a, #ff5a4e, #b3121b, #ff7a6b, #e0202a, #ff5a4e, #b3121b, #ff7a6b, #e0202a); }

/* Hero */
.AwardsYear .__Hero{ text-align: center; padding: 40px 0 36px; }
.AwardsYear .__Kicker{ font-size: 15px; color: var(--ay-muted); }
.AwardsYear .__Headline{ position: relative; display: inline-block; margin: 18px 0 0; font-size: clamp(64px, 10.5vw, 176px); font-weight: 800; line-height: 0.95; letter-spacing: -0.045em; color: var(--ay-ink); }
.AwardsYear .__Headline .__Word{ position: relative; z-index: 1; }
.AwardsYear .__Headline--long{ font-size: clamp(40px, 6.6vw, 92px); text-transform: uppercase; letter-spacing: -0.04em; }
.AwardsYear .__Headline--long .__Laurel{ position: static; display: inline-block; width: 0.78em; height: 0.78em; vertical-align: -0.08em; margin-left: -0.04em; }
.AwardsYear .__Headline .__Laurel{ position: absolute; right: -0.12em; bottom: -0.02em; width: 0.62em; height: 0.62em; z-index: 2; filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1)); }
.AwardsYear .__Sub{ margin: 24px auto 0; max-width: 820px; font-size: 22px; line-height: 1.35; font-weight: 500; }
.AwardsYear .__Meta{ display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }
.AwardsYear .__Pill{ display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 18px; border-radius: 100px; border: 1px solid var(--ay-line); background: #fff; font-size: 14px; font-weight: 500; }
.AwardsYear .__Pill--fx{ border: 2px solid transparent; color: var(--ay-ink); background: linear-gradient(rgba(255,255,255,0.86), rgba(255,255,255,0.86)) padding-box, var(--fx) padding-box, var(--fx) border-box; background-size: 100% 100%, 400% 100%, 400% 100%; animation: ayFxTag 6s linear infinite; }
.AwardsYear .__Pill--dark{ background: var(--ay-ink); border-color: var(--ay-ink); color: #fff; cursor: pointer; }
.AwardsYear .__Pill--dark:hover{ background: var(--ay-brand); border-color: var(--ay-brand); }
.AwardsYear .__Pill svg{ flex: 0 0 auto; }

/* Video */
.AwardsYear .__Video{ position: relative; margin-top: 44px; aspect-ratio: 16 / 9; background: #000; overflow: hidden; }
.AwardsYear .__Video .__Poster{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; cursor: pointer; transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); }
.AwardsYear .__Video:hover .__Poster{ transform: scale(1.03); }
.AwardsYear .__Video .__Play{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: inline-flex; align-items: center; gap: 12px; height: 56px; padding: 0 26px 0 20px; border: 0; border-radius: 100px; background: #fff; color: var(--ay-ink); font-family: inherit; font-size: 15px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; cursor: pointer; box-shadow: 0 12px 40px rgba(0,0,0,0.35); transition: background 0.15s, color 0.15s; pointer-events: none; }
.AwardsYear .__Video:hover .__Play{ background: var(--ay-brand); color: #fff; }
.AwardsYear .__Video iframe{ position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Section head */
.AwardsYear .__Head{ display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin: 64px 0 28px; }
.AwardsYear .__Title{ font-size: 26px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; }
.AwardsYear .__Intro{ max-width: 560px; font-size: 15px; line-height: 1.55; color: var(--ay-muted); text-align: right; }

/* Category grid */
.AwardsYear .__Grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.AwardsYear .__Category{ min-width: 0; display: flex; flex-direction: column; border: 2px solid var(--ay-line); border-radius: 20px; overflow: hidden; background: #fff; }
.AwardsYear .__Category .__Body{ display: flex; flex-direction: column; flex: 1; padding: 0 16px 16px; }
.AwardsYear .__Frame{ position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #000; isolation: isolate; }
.AwardsYear .__Frame img{ width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; transform: scale(1); transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); }
.AwardsYear .__Category:hover .__Frame img{ transform: scale(1.04); }
.AwardsYear .__Shade{ display: none; }
.AwardsYear .__FrameName{ position: absolute; left: 14px; bottom: 14px; max-width: calc(100% - 28px); z-index: 3; display: inline-block; padding: 10px 16px; border-radius: 10px; background: linear-gradient(90deg, rgba(0,0,0,0.8), rgba(0,0,0,0.45)); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: #fff; font-size: 18px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.2; }
.AwardsYear .__Overlay{ position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0.45) 100%); opacity: 0; transition: opacity 0.2s; }
.AwardsYear .__Category:hover .__Overlay{ opacity: 1; }
.AwardsYear .__Cta{ display: inline-flex; align-items: center; gap: 10px; height: 50px; padding: 0 20px; border-radius: 10px; border: 4px solid rgba(255,255,255,0.4); background: #fff; background-clip: padding-box; color: var(--ay-ink); font-size: 15px; font-weight: 600; transform: translateY(6px); transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1); }
.AwardsYear .__Category:hover .__Cta{ transform: translateY(0); }
.AwardsYear .__Name{ margin-top: 16px; font-size: 20px; font-weight: 700; letter-spacing: -0.01em; }
.AwardsYear .__Winner{ border-radius: 12px; }
.AwardsYear .__Name a:hover{ color: var(--ay-brand); }

/* Winner + runners-up */
.AwardsYear .__Winner{ display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 12px; border: 2px solid transparent; background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)) padding-box, var(--fx) padding-box, var(--fx) border-box; background-size: 100% 100%, 400% 100%, 400% 100%; animation: ayFxTag 6s linear infinite; min-width: 0; }
.AwardsYear .__Winner img, .AwardsYear .__Winner .__Initial{ flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--ay-frame); }
.AwardsYear .__Initial{ display: inline-flex; align-items: center; justify-content: center; font-weight: 700; color: var(--ay-ink); }
.AwardsYear .__WinnerBody{ min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 2px; }
.AwardsYear .__WinnerLabel{ font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ay-muted); }
.AwardsYear .__WinnerName{ font-size: 16px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.AwardsYear .__WinnerName a:hover{ color: var(--ay-brand); }
.AwardsYear .__Votes{ flex: 0 0 auto; font-size: 12px; font-weight: 600; color: var(--ay-muted); white-space: nowrap; }
.AwardsYear .__Trophy{ flex: 0 0 auto; width: 36px; height: 36px; background: var(--fx); background-size: 400% 100%; animation: ayFxShift 6s linear infinite; -webkit-mask: var(--ay-trophy) center / contain no-repeat; mask: var(--ay-trophy) center / contain no-repeat; }
.AwardsYear .__Runners{ display: flex; flex-direction: column; gap: 6px; margin-top: 10px; }
.AwardsYear .__Runner{ display: flex; align-items: center; gap: 10px; min-width: 0; padding: 4px 0; }
.AwardsYear .__Runner .__Pos{ flex: 0 0 auto; width: 18px; font-size: 12px; font-weight: 700; color: var(--ay-muted); }
.AwardsYear .__Runner img, .AwardsYear .__Runner .__Initial{ flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; object-fit: cover; background: var(--ay-frame); font-size: 12px; }
.AwardsYear .__Runner .__RunnerName{ flex: 1; min-width: 0; font-size: 14px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.AwardsYear .__Runner .__RunnerName a:hover{ color: var(--ay-brand); }
.AwardsYear .__Empty{ margin-top: 12px; font-size: 14px; color: var(--ay-muted); }

/* Category page */
.AwardsYear--category{ padding-bottom: 60px; }
.AwardsYear--category .__Nav{ padding-bottom: 8px; }
.AwardsYear--category .__NavBtn span{ max-width: 260px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.AwardsYear--category .__Hero{ padding-bottom: 8px; }
.AwardsYear--category .__Sub{ font-size: 18px; color: var(--ay-muted); font-weight: 400; }
.AwardsYear--category .__Stats{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 36px; }
.AwardsYear--category .__Stat{ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; min-height: 130px; padding: 24px; border: 2px solid var(--ay-line); border-radius: 20px; background: #fff; text-align: center; }
.AwardsYear--category .__StatValue{ font-size: 44px; font-weight: 800; line-height: 1; letter-spacing: -0.03em; color: var(--ay-ink); }
.AwardsYear--category .__StatLabel{ font-size: 15px; color: var(--ay-muted); }
.AwardsYear--category .__Stat--winner{ border-color: transparent; background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)) padding-box, var(--fx) padding-box, var(--fx) border-box; background-size: 100% 100%, 400% 100%, 400% 100%; animation: ayFxTag 6s linear infinite; }
.AwardsYear--category .__StatWinner{ display: flex; align-items: center; gap: 12px; min-width: 0; max-width: 100%; }
.AwardsYear--category .__StatWinner img, .AwardsYear--category .__StatWinner .__Initial{ flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--ay-frame); }
.AwardsYear--category .__StatWinnerName{ font-size: 24px; font-weight: 800; letter-spacing: -0.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.AwardsYear--category .__StatWinner .__Trophy{ width: 30px; height: 30px; }
.AwardsYear--category .AwardGameItems{ padding-top: 36px; }
.AwardsYear--category .AwardGameItems .GameItem .GameTextView{ left: 14px; right: auto; bottom: 14px; max-width: calc(100% - 28px); display: inline-block; padding: 9px 14px; border-radius: 10px; background: linear-gradient(90deg, rgba(0,0,0,0.8), rgba(0,0,0,0.45)); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: #fff; font-size: 15px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 900px){
    .AwardsYear--category .__Stats{ grid-template-columns: 1fr; gap: 12px; }
}

/* Footer nav */
.AwardsYear .__Nav{ display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 24px; }
.AwardsYear .__NavBtn{ display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 18px; border-radius: 100px; background: #f2f2f1; color: var(--ay-ink); font-size: 14px; font-weight: 600; transition: background 0.15s, color 0.15s; }
.AwardsYear .__NavBtn:hover{ background: var(--ay-ink); color: #fff; }
.AwardsYear .__NavBtn--primary{ background: var(--ay-ink); color: #fff; }
.AwardsYear .__NavBtn--primary:hover{ background: var(--ay-brand); }

/* Video modal */
.AwardsVideoModal{ position: fixed; inset: 0; z-index: 9000; display: flex; align-items: center; justify-content: center; padding: 24px; }
.AwardsVideoModal[hidden]{ display: none; }
.AwardsVideoModal .__Backdrop{ position: absolute; inset: 0; background: rgba(0,0,0,0.85); }
.AwardsVideoModal .__Player{ position: relative; width: min(1100px, 100%); aspect-ratio: 16 / 9; background: #000; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.AwardsVideoModal .__Player iframe{ position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.AwardsVideoModal .__Close{ position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: #1b1b1b; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.AwardsVideoModal .__Close:hover{ background: #0012ff; color: #fff; }

@keyframes ayFxShift{ 0%{ background-position: 0% 50%; } 100%{ background-position: 400% 50%; } }
@keyframes ayFxBorder{ 0%{ background-position: 0 0, 0% 50%; } 100%{ background-position: 0 0, 400% 50%; } }
@keyframes ayFxTag{ 0%{ background-position: 0 0, 0% 50%, 0% 50%; } 100%{ background-position: 0 0, 400% 50%, 400% 50%; } }

@media (max-width: 1280px){
    .AwardsYear{ padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 1024px){
    .AwardsYear .__Grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
    .AwardsYear{ padding: 0 16px 80px; }
    .AwardsYear .__Hero{ padding-top: 24px; }
    .AwardsYear .__Nav{ padding-top: 14px; }
    .AwardsYear .__NavBtn{ height: 38px; padding: 0 12px; font-size: 12px; }
    .AwardsYear .__NavBtn svg{ display: none; }
    .AwardsYear .__Sub{ font-size: 20px; }
    .AwardsYear .__Head{ flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 44px; }
    .AwardsYear .__Intro{ text-align: left; }
    .AwardsYear .__Grid{ grid-template-columns: 1fr; gap: 36px; }
    .AwardsYear .__Overlay{ opacity: 1; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%); align-items: flex-end; justify-content: flex-start; padding: 14px; }
    .AwardsYear .__Cta{ transform: none; height: 40px; padding: 0 16px; font-size: 13px; }
    .AwardsYear .__Video .__Play{ height: 46px; padding: 0 18px 0 14px; font-size: 13px; }
}
