/* 头图 700×394，标题下方居中 */
.wards-hero-pic {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    aspect-ratio: 700 / 394;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #f1f5f9;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}
.wards-hero-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wards-ward-header {
    margin-bottom: 24px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.wards-ward-header__meta {
    margin-bottom: 16px;
    text-align: left;
}
.wards-ward-header__name {
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 10px;
    color: #111;
    line-height: 1.35;
}
.wards-ward-header__name a {
    color: inherit;
    text-decoration: none;
}
.wards-ward-header__name a:hover {
    color: #2563eb;
}
.wards-ward-header__alias {
    font-size: 15px;
    color: #64748b;
    margin: 0 0 10px;
    line-height: 1.65;
}
.wards-ward-header__alias .alias-tags {
    text-align: center;
    font-size: 15px;
}
.wards-ward-header__alias .alias-tag {
    color: #64748b;
    font-weight: 500;
}
.wards-ward-header__country {
    font-size: 15px;
    color: #475569;
    margin: 0;
    line-height: 1.5;
}
.wards-ward-header__media {
    max-width: 700px;
    margin: 0 auto;
}
.wards-ward-header__pic-link {
    display: block;
    text-decoration: none;
}
.wards-ward-header__pic-link:hover .wards-hero-pic {
    border-color: #94a3b8;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
}
.wards-ward-about {
    font-size: 15px;
    line-height: 1.85;
    color: #444;
    margin: 0 auto 28px;
    max-width: 1000px;
    padding: 20px 24px;
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-align: left;
}

/* 大奖列表 index */
.wards-index-title {
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 32px;
    color: #111;
    text-align: center;
}
.wards-index-list {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 1000px;
    margin: 0 auto;
}
.wards-index-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e7eb;
}
.wards-index-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.wards-index-item__year {
    font-size: 18px;
    color: #2563eb;
    margin: 0 0 16px;
    font-weight: 600;
    text-align: left;
}
.wards-index-year-block {
    margin-bottom: 8px;
}
.wards-index-year-block:last-child {
    margin-bottom: 0;
}
.wards-index-win-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 20px;
    max-width: 1000px;
}
.wards-index-winner {
    text-align: center;
}
.wards-index-winner__link,
.wards-index-winner__plain {
    display: block;
    color: inherit;
    text-decoration: none;
}
.wards-index-winner__link:hover .wards-index-winner__title {
    color: #2563eb;
}
.wards-index-winner__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 0 auto 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.wards-index-winner__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wards-index-winner__pic--empty {
    background: linear-gradient(145deg, #f8fafc, #e2e8f0);
}
.wards-index-winner__meta {
    display: block;
    line-height: 1.45;
}
.wards-index-winner__rank {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    margin-right: 6px;
    border-radius: 3px;
    background: #fef3c7;
    color: #92400e;
    vertical-align: middle;
}
.wards-index-winner__title {
    display: inline;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    vertical-align: middle;
}
.wards-index-winner__prize {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
}
.wards-index-item__more {
    margin: 16px 0 0;
    text-align: right;
}
.wards-index-item__more a {
    color: #2563eb;
    font-size: 14px;
}
.wards-index-item__more a:hover {
    text-decoration: underline;
}

/* 首页摘要 */
.wards-home-list {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 60px;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}
.wards-home-list__title {
    margin-bottom: 24px;
}
.wards-home-list__title h2 a {
    color: inherit;
    text-decoration: none;
}
.wards-home-list__title h2 a:hover {
    color: #2563eb;
}
.wards-home-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.wards-home-card.wards-index-item {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 28px 32px;
    background: #fafafa;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
.wards-home-list__all {
    text-align: center;
    margin: 28px 0 0;
}
.wards-home-list__all a {
    color: #2563eb;
    font-size: 15px;
}

/* 大奖静态内页 */
.wards-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 20px 40px;
    box-sizing: border-box;
}
.wards-breadcrumb {
    font-size: 13px;
    color: #666;
    margin-bottom: 16px;
}
.wards-breadcrumb a {
    color: #2563eb;
}
.wards-year-jump {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto 24px;
    max-width: 1000px;
}
.wards-year-jump a {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.wards-year-jump a:hover {
    background: #f3f4f6;
    border-color: #999;
}
.wards-year-block {
    margin: 0 auto 40px;
    max-width: 1000px;
}
.wards-year-block__title {
    font-size: 22px;
    margin: 0 0 16px;
    color: #222;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 8px;
    text-align: left;
}

/* 获奖表格 */
.wards-table-wrap {
    overflow-x: auto;
    margin: 0 auto;
    max-width: 1000px;
}
.wards-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    background: #fff;
}
.wards-table th,
.wards-table td {
    border: 1px solid #ddd;
    padding: 12px 14px;
    vertical-align: top;
    text-align: left;
}
.wards-table th {
    background: #f3f4f6;
    font-weight: 600;
    color: #374151;
}
.wards-table--ranks .wards-table__col-prize {
    width: 22%;
}
.wards-table--ranks .wards-table__col-win {
    width: 26%;
    background: #fffbeb;
}
.wards-table--ranks th.wards-table__col-win {
    background: #fef3c7;
    color: #92400e;
}
.wards-table__prize {
    font-weight: 600;
    color: #111;
}
.wards-table__win {
    font-weight: 700;
    color: #92400e;
}
.wards-table__win a {
    color: #b45309;
    font-weight: 700;
}
.wards-table__win a:hover {
    color: #92400e;
}
.wards-table-empty {
    color: #999;
}
.wards-table a {
    color: #2563eb;
}
.wards-table a:hover {
    text-decoration: underline;
}
.wards-game-plain {
    color: #333;
}
.wards-game-item {
    display: inline-block;
    margin: 4px 12px 4px 0;
}
.wards-rank {
    display: inline-block;
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 3px;
    margin-right: 6px;
    vertical-align: middle;
}
.wards-rank--win { background: #fef3c7; color: #92400e; }
.wards-rank--nom { background: #e5e7eb; color: #4b5563; }
.wards-rank--rec { background: #dbeafe; color: #1d4ed8; }
.wards-empty {
    text-align: center;
    color: #888;
    padding: 24px;
}
.wards-block__name {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 8px;
    color: #111;
}
.wards-block__country {
    font-size: 18px;
    color: #666;
}

/* 桌游详情页获奖说明 */
.game-wards-credits {
    font-size: 14px;
    color: #555;
    margin: 8px 0 0;
    line-height: 1.6;
}
.game-wards-credits a {
    color: #2563eb;
}
.game-wards-credits a:hover {
    text-decoration: underline;
}

/* 奖项年度子页 */
.wards-prize-year-header {
    text-align: center;
    margin-bottom: 32px;
}
.wards-prize-year-header .wards-block__about {
    max-width: 720px;
    margin: 0 auto 20px;
    font-size: 15px;
    line-height: 1.75;
    color: #555;
}
.wards-year-pager {
    margin: 28px auto 0;
}
.wards-year-pager__inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 72px;
}
.wards-year-pager__current {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    min-width: 140px;
    padding: 8px 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    border: 1px solid #e2e8f0;
}
.wards-year-pager__year {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    color: #1e3a8a;
}
.wards-year-pager__suffix {
    font-size: 20px;
    font-weight: 600;
    color: #475569;
}
.wards-year-pager__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
    text-decoration: none;
    font-size: 18px;
}
.wards-year-pager__arrow:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}
.wards-year-pager__arrow--disabled {
    opacity: 0.28;
    pointer-events: none;
}
.wards-back-link {
    text-align: center;
    margin-top: 8px;
}
.wards-back-link a {
    color: #2563eb;
    font-size: 14px;
}

/* 大奖详情页：封面 + 标题 */
.wards-detail-years {
    max-width: 1100px;
    margin: 0 auto;
}
.wards-year-block--cards {
    margin-bottom: 48px;
}
.wards-prize-section {
    margin-bottom: 32px;
    padding: 24px 20px;
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}
.wards-prize-section__title {
    font-size: 20px;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    color: #111;
    text-align: left;
}
.wards-prize-section__about {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: -8px 0 16px;
}
.wards-rank-block {
    margin-bottom: 20px;
}
.wards-rank-block:last-child {
    margin-bottom: 0;
}
.wards-rank-block__label {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 12px;
    text-align: left;
}
.wards-rank-block--1 .wards-rank-block__label {
    color: #92400e;
}
.wards-rank-block--2 .wards-rank-block__label {
    color: #4b5563;
}
.wards-rank-block--3 .wards-rank-block__label {
    color: #1d4ed8;
}
.wards-rank-block__empty {
    font-size: 14px;
    color: #999;
    margin: 0;
}
.wards-rank-block .wards-rank {
    display: none;
}
.wards-game-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 24px;
}
.wards-game-card {
    position: relative;
    width: 150px;
    flex-shrink: 0;
}
.wards-game-card__link,
.wards-game-card__plain {
    display: block;
    color: inherit;
    text-decoration: none;
    text-align: center;
}
.wards-game-card__link:hover .wards-game-card__title {
    color: #2563eb;
}
.wards-game-card__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.wards-game-card__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wards-game-card__pic--empty {
    background: linear-gradient(145deg, #f8fafc, #e2e8f0);
}
.wards-game-card__title {
    display: block;
    font-size: 14px;
    line-height: 1.45;
    color: #1e293b;
    word-break: break-word;
}
.wards-rank-block--1 .wards-game-card__title {
    font-weight: 600;
    color: #92400e;
}
.wards-rank-block--1 .wards-game-card__link:hover .wards-game-card__title {
    color: #b45309;
}

.wards-index-list--winners {
    max-width: 1000px;
}

@media (max-width: 768px) {
    .wards-home-list {
        width: 100%;
        padding: 0 12px;
    }
    .wards-home-card.wards-index-item {
        padding: 20px 16px;
    }
    .wards-ward-header__name {
        font-size: 22px;
    }
    .wards-hero-pic {
        max-width: 100%;
    }
    .wards-table th,
    .wards-table td {
        font-size: 13px;
        padding: 8px 6px;
    }
    .wards-page {
        padding-left: 12px;
        padding-right: 12px;
    }
    .wards-game-card,
    .wards-game-card__pic {
        width: 128px;
    }
    .wards-game-card__pic {
        height: 128px;
    }
    .wards-game-grid {
        gap: 16px;
        justify-content: center;
    }
    .wards-index-win-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 12px;
    }
    .wards-index-winner__pic {
        max-width: 100%;
        height: 160px;
    }
}
