﻿/* GEDIAN SPORTS - PUBLIC AWARD DETAILS */
.public-award-details-page {
    --g: #5B8C3B;
    --gd: #416b2d;
    --navy: #10273f;
    --txt: #4d5c54;
    --muted: #87928b;
    --border: #dfe7dc;
    --gold: #b88a24;
    min-height: 100vh;
    padding: 14px 0 42px;
    color: var(--txt);
    background: radial-gradient(circle at 96% 0%,rgba(91,140,59,.09),transparent 34rem), radial-gradient(circle at 8% 8%,rgba(184,138,36,.06),transparent 26rem), linear-gradient(180deg,#fff 0%,#f7faf6 100%);
    font-family: "Tajawal","Noto Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif
}

.award-details-container {
    width: min(1320px,calc(100% - 28px));
    margin-inline: auto
}

.award-details-backbar {
    min-height: 34px;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #829087;
    font-size: .72rem
}

    .award-details-backbar > a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--gd);
        font-weight: 900;
        text-decoration: none
    }

    .award-details-backbar > div {
        display: flex;
        align-items: center;
        gap: 5px
    }

    .award-details-backbar i {
        color: #bcc5bf;
        font-style: normal
    }

.award-details-unavailable {
    min-height: 420px;
    padding: 50px 24px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #fff;
    text-align: center
}

    .award-details-unavailable > div {
        font-size: 3rem
    }

    .award-details-unavailable h1 {
        margin: 10px 0 4px;
        color: var(--navy);
        font-size: 1.35rem;
        font-weight: 900
    }

    .award-details-unavailable p {
        margin: 0 0 15px;
        color: var(--muted);
        font-size: .86rem
    }

    .award-details-unavailable a {
        min-height: 40px;
        padding: 8px 15px;
        display: inline-flex;
        align-items: center;
        border-radius: 9px;
        background: var(--g);
        color: #fff;
        font-size: .8rem;
        font-weight: 900;
        text-decoration: none
    }

.award-hero {
    overflow: hidden;
    position: relative;
    border: 1px solid #d9e3d7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(22,52,34,.07)
}

.award-hero-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: radial-gradient(circle at 22% 20%,rgba(219,190,110,.28),transparent 28%),linear-gradient(125deg,#0b2937 0%,#174b3c 48%,#527d37 100%)
}

    .award-hero-background > img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.award-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(6,27,42,.95),rgba(7,42,47,.78) 48%,rgba(28,77,48,.62))
}

.award-hero-content {
    position: relative;
    z-index: 2;
    min-height: 245px;
    padding: 34px 34px 72px;
    display: grid;
    grid-template-columns: 120px minmax(0,1fr);
    align-items: center;
    gap: 22px
}

.award-hero-trophy {
    width: 112px;
    height: 112px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(255,255,255,.76);
    border-radius: 28px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
    font-size: 3.2rem
}

.award-hero-identity {
    min-width: 0;
    color: #fff
}

.award-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

    .award-hero-badges span {
        min-height: 26px;
        padding: 4px 8px;
        display: inline-flex;
        align-items: center;
        border: 1px solid rgba(255,255,255,.28);
        border-radius: 999px;
        background: rgba(255,255,255,.09);
        color: #f1f7ef;
        font-size: .67rem;
        font-weight: 800;
        backdrop-filter: blur(5px)
    }

    .award-hero-badges .is-recurring {
        background: rgba(184,138,36,.42)
    }

.award-hero-identity h1 {
    margin: 9px 0 2px;
    color: #fff;
    font-size: clamp(1.72rem,3vw,2.55rem);
    font-weight: 900;
    line-height: 1.32
}

.award-hero-name-en {
    color: rgba(255,255,255,.7);
    font-family: Arial,sans-serif;
    font-size: .88rem
}

.award-hero-short-name {
    margin: 7px 0 0;
    color: #dce8dc;
    font-size: .77rem
}

.award-hero-identity code {
    display: inline-block;
    margin-top: 7px;
    padding: 4px 7px;
    border-radius: 6px;
    background: rgba(255,255,255,.1);
    color: #f3f5f2;
    font-size: .65rem
}

.award-hero-stats {
    position: absolute;
    z-index: 4;
    inset-inline: 24px;
    bottom: 0;
    min-height: 58px;
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    border: 1px solid rgba(224,234,220,.86);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    background: rgba(255,255,255,.97);
    box-shadow: 0 -5px 20px rgba(11,39,29,.07)
}

    .award-hero-stats > div {
        min-width: 0;
        padding: 9px 12px;
        display: grid;
        place-items: center;
        align-content: center;
        text-align: center
    }

        .award-hero-stats > div + div {
            border-inline-start: 1px solid #e7ece5
        }

    .award-hero-stats strong {
        max-width: 100%;
        overflow: hidden;
        color: var(--navy);
        font-family: Arial,"Tajawal",sans-serif;
        font-size: .9rem;
        font-weight: 900;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .award-hero-stats span {
        margin-top: 1px;
        color: #859187;
        font-size: .62rem
    }

.award-tabs {
    position: sticky;
    z-index: 20;
    top: 0;
    margin: 13px 0;
    padding: 5px;
    display: flex;
    gap: 4px;
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 8px 22px rgba(24,50,31,.045);
    backdrop-filter: blur(8px)
}

.award-tab {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 7px 11px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #66736b;
    font-family: inherit;
    font-size: .76rem;
    font-weight: 800;
    white-space: nowrap
}

    .award-tab > span {
        min-width: 20px;
        height: 20px;
        padding: 0 5px;
        display: inline-grid;
        place-items: center;
        border-radius: 999px;
        background: #edf1eb;
        color: #77837b;
        font-family: Arial,sans-serif;
        font-size: .61rem
    }

    .award-tab:hover {
        background: #f4f8f1;
        color: var(--gd)
    }

    .award-tab.is-active {
        background: var(--g);
        color: #fff
    }

        .award-tab.is-active > span {
            background: rgba(255,255,255,.19);
            color: #fff
        }

.award-tab-panel {
    min-height: 260px;
    animation: awardPanelIn .18s ease
}

    .award-tab-panel[hidden] {
        display: none !important
    }

@keyframes awardPanelIn {
    from {
        opacity: 0;
        transform: translateY(4px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.award-section-heading {
    margin-bottom: 10px
}

    .award-section-heading span {
        color: var(--gd);
        font-size: .62rem;
        font-weight: 900;
        letter-spacing: .04em
    }

    .award-section-heading h2 {
        margin: 2px 0 0;
        color: var(--navy);
        font-size: 1.24rem;
        font-weight: 900
    }

    .award-section-heading p {
        margin: 3px 0 0;
        color: var(--muted);
        font-size: .76rem
    }

.award-content-card {
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(27,49,32,.025)
}

    .award-content-card h3 {
        margin: 0 0 10px;
        color: var(--navy);
        font-size: .94rem;
        font-weight: 900
    }

.award-overview-grid {
    display: grid;
    grid-template-columns: minmax(0,1.6fr) minmax(280px,.8fr);
    gap: 12px
}

.award-description {
    margin: 0;
    color: #53615a;
    font-size: .88rem;
    line-height: 1.9;
    white-space: pre-line
}

.award-category-description {
    margin-top: 15px;
    padding: 13px;
    border-radius: 10px;
    background: #f7faf5
}

    .award-category-description span {
        color: var(--gd);
        font-size: .64rem;
        font-weight: 900
    }

    .award-category-description p {
        margin: 4px 0 0;
        color: #748078;
        font-size: .74rem;
        line-height: 1.7
    }

.award-soft-empty {
    padding: 14px;
    border: 1px dashed #d6dfd3;
    border-radius: 10px;
    background: #fafcf9;
    color: #8a958e;
    font-size: .78rem;
    text-align: center
}

.award-facts-list {
    margin: 0
}

    .award-facts-list > div {
        padding: 9px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border-bottom: 1px solid #edf1eb
    }

        .award-facts-list > div:last-child {
            border-bottom: 0
        }

    .award-facts-list dt {
        color: #8a958e;
        font-size: .72rem;
        font-weight: 700
    }

    .award-facts-list dd {
        margin: 0;
        color: #344940;
        font-size: .76rem;
        font-weight: 900;
        text-align: end
    }

.award-latest-instance-card {
    margin-top: 12px;
    padding: 14px;
    display: grid;
    grid-template-columns: 56px minmax(0,1fr) auto auto;
    align-items: center;
    gap: 12px;
    border: 1px solid #d8e4d3;
    border-radius: 14px;
    background: linear-gradient(135deg,#f3f8f0,#fff)
}

.award-latest-mark {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #fff4d9;
    color: #a47716;
    font-size: 1.25rem
}

.award-latest-main span {
    color: #8c978f;
    font-size: .61rem
}

.award-latest-main h3 {
    margin: 2px 0 0;
    color: var(--navy);
    font-size: .9rem;
    font-weight: 900
}

.award-latest-main p {
    margin: 3px 0 0;
    color: #748078;
    font-size: .68rem
}

.award-latest-status {
    display: grid;
    gap: 5px;
    text-align: center
}

    .award-latest-status strong {
        color: #6f5d2b;
        font-size: .69rem
    }

.award-latest-open {
    min-height: 36px;
    padding: 7px 10px;
    border: 1px solid var(--g);
    border-radius: 8px;
    background: var(--g);
    color: #fff;
    font-family: inherit;
    font-size: .69rem;
    font-weight: 900
}

.award-status {
    min-height: 24px;
    padding: 4px 7px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #eef3eb;
    color: #607359;
    font-size: .59rem;
    font-weight: 900
}

    .award-status.status-3 {
        background: #e8f4e2;
        color: #41712e
    }

    .award-status.status-4 {
        background: #fff2d8;
        color: #946d14
    }

    .award-status.status-5, .award-status.status-6, .award-status.status-7 {
        background: #e7f3e3;
        color: #3f6f2d
    }

    .award-status.status-8 {
        background: #f9e7e7;
        color: #a04444
    }

    .award-status.status-9 {
        background: #ecefed;
        color: #6c7670
    }

.award-section-empty {
    min-height: 220px;
    padding: 28px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid var(--border);
    border-radius: 15px;
    background: #fff;
    text-align: center
}

    .award-section-empty > span {
        font-size: 2.2rem
    }

    .award-section-empty strong {
        margin-top: 7px;
        color: var(--navy);
        font-size: .92rem
    }

    .award-section-empty p {
        margin: 4px 0 0;
        color: var(--muted);
        font-size: .77rem
    }

.award-instance-list {
    display: grid;
    gap: 10px
}

.award-instance-public-card {
    padding: 15px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    transition: border-color .15s ease,box-shadow .15s ease
}

    .award-instance-public-card.is-featured {
        border-color: #d9c589
    }

    .award-instance-public-card.is-selected {
        box-shadow: 0 0 0 3px rgba(91,140,59,.13);
        border-color: #9fbe90
    }

.award-instance-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

    .award-instance-top > div {
        display: flex;
        align-items: center;
        gap: 5px
    }

.award-instance-featured {
    padding: 4px 7px;
    border-radius: 999px;
    background: #fff4da;
    color: #9b741a;
    font-size: .57rem;
    font-weight: 900
}

.award-instance-top code {
    color: #89948d;
    font-size: .6rem
}

.award-instance-public-card h3 {
    margin: 8px 0 0;
    color: var(--navy);
    font-size: .94rem;
    font-weight: 900
}

.award-instance-en {
    margin-top: 1px;
    color: #99a29c;
    font-family: Arial,sans-serif;
    font-size: .63rem
}

.award-instance-scope {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1.2fr 1.8fr .7fr 1.2fr;
    gap: 7px
}

    .award-instance-scope > div {
        padding: 9px;
        border-radius: 9px;
        background: #f8faf7
    }

    .award-instance-scope span, .award-instance-scope strong, .award-instance-scope a {
        display: block
    }

    .award-instance-scope span {
        color: #919b94;
        font-size: .58rem
    }

    .award-instance-scope strong, .award-instance-scope a {
        margin-top: 2px;
        color: #47574e;
        font-size: .7rem;
        font-weight: 900;
        text-decoration: none
    }

.award-instance-prize {
    margin-top: 8px;
    padding: 9px;
    border-radius: 9px;
    background: #fff9e9
}

    .award-instance-prize span, .award-instance-prize strong {
        display: block
    }

    .award-instance-prize span {
        color: #9b8b5d;
        font-size: .58rem
    }

    .award-instance-prize strong {
        margin-top: 2px;
        color: #6d5b27;
        font-size: .7rem
    }

.award-instance-dates {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

    .award-instance-dates span {
        padding: 5px 7px;
        border-radius: 7px;
        background: #f5f7f4;
        color: #7e8a82;
        font-size: .61rem
    }

    .award-instance-dates b {
        color: #4f5e55
    }

.award-instance-winner-strip {
    margin-top: 10px;
    padding-top: 9px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #edf1eb
}

    .award-instance-winner-strip > span {
        color: #8e9992;
        font-size: .61rem
    }

    .award-instance-winner-strip > div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px
    }

    .award-instance-winner-strip strong, .award-instance-winner-strip em {
        padding: 4px 6px;
        border-radius: 999px;
        background: #eef5ea;
        color: #587248;
        font-size: .59rem;
        font-style: normal
    }

.award-winner-groups {
    display: grid;
    gap: 14px
}

.award-winner-group {
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff
}

.award-winner-group-heading {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

    .award-winner-group-heading span {
        color: #929d96;
        font-size: .59rem
    }

    .award-winner-group-heading h3 {
        margin: 2px 0 0;
        color: var(--navy);
        font-size: .86rem;
        font-weight: 900
    }

    .award-winner-group-heading p {
        margin: 2px 0 0;
        color: #7d8981;
        font-size: .63rem
    }

    .award-winner-group-heading > strong {
        min-width: 54px;
        padding: 6px 8px;
        border-radius: 999px;
        background: #edf4e9;
        color: var(--gd);
        font-size: .64rem;
        text-align: center
    }

.award-winners-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 8px
}

.award-winner-card {
    min-width: 0;
    padding: 10px;
    display: grid;
    grid-template-columns: 52px minmax(0,1fr) auto;
    align-items: center;
    gap: 9px;
    border: 1px solid #e2e9df;
    border-radius: 11px;
    background: #fbfcfa;
    color: inherit;
    text-decoration: none
}

    .award-winner-card:hover {
        border-color: #bfd3b6;
        color: inherit
    }

.award-winner-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eef4ea;
    font-size: 1.25rem
}

.award-winner-main {
    min-width: 0
}

    .award-winner-main > span {
        color: var(--gd);
        font-size: .57rem;
        font-weight: 900
    }

    .award-winner-main h4 {
        margin: 2px 0 0;
        overflow: hidden;
        color: var(--navy);
        font-size: .76rem;
        font-weight: 900;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .award-winner-main small {
        display: block;
        margin-top: 1px;
        overflow: hidden;
        color: #99a29c;
        font-family: Arial,sans-serif;
        font-size: .56rem;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.award-winner-result {
    text-align: end
}

    .award-winner-result strong, .award-winner-result span {
        display: block
    }

    .award-winner-result strong {
        color: #6e5a1e;
        font-size: .61rem
    }

    .award-winner-result span {
        margin-top: 2px;
        color: #607359;
        font-family: Arial,sans-serif;
        font-size: .63rem;
        font-weight: 900
    }

.award-winner-reason {
    grid-column: 1/-1;
    padding: 7px 9px;
    border-radius: 8px;
    background: #f7f9f6;
    color: #7b8780;
    font-size: .62rem
}

.award-selection-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.award-recipient-types {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 7px
}

    .award-recipient-types > div {
        padding: 10px;
        display: grid;
        grid-template-columns: 36px minmax(0,1fr);
        align-items: center;
        gap: 8px;
        border: 1px solid #e3e9e0;
        border-radius: 10px;
        background: #fafcf9
    }

        .award-recipient-types > div.is-primary {
            border-color: #c4d8ba;
            background: #f3f8f0
        }

        .award-recipient-types > div > span {
            width: 34px;
            height: 34px;
            display: grid;
            place-items: center;
            border-radius: 9px;
            background: #edf4e9
        }

    .award-recipient-types strong {
        color: var(--navy);
        font-size: .7rem
    }

    .award-recipient-types small {
        grid-column: 2;
        color: var(--gd);
        font-size: .56rem
    }

.award-selection-facts {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 7px
}

    .award-selection-facts > div {
        padding: 10px;
        border-radius: 9px;
        background: #f8faf7
    }

    .award-selection-facts span, .award-selection-facts strong {
        display: block
    }

    .award-selection-facts span {
        color: #8e9992;
        font-size: .59rem
    }

    .award-selection-facts strong {
        margin-top: 3px;
        color: #45564c;
        font-size: .7rem
    }

.award-details-bottom-actions {
    margin-top: 20px;
    padding-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #e1e8de
}

    .award-details-bottom-actions a, .award-details-bottom-actions button {
        min-height: 39px;
        padding: 7px 12px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border-radius: 8px;
        font-family: inherit;
        font-size: .73rem;
        font-weight: 900
    }

    .award-details-bottom-actions a {
        border: 1px solid #dce5d9;
        background: #fff;
        color: var(--gd);
        text-decoration: none
    }

    .award-details-bottom-actions button {
        border: 1px solid var(--g);
        background: var(--g);
        color: #fff
    }

@media(max-width:999.98px) {
    .award-overview-grid {
        grid-template-columns: 1fr
    }

    .award-instance-scope {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .award-winners-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .award-selection-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:699.98px) {
    .award-details-container {
        width: min(100% - 18px,1320px)
    }

    .award-details-backbar {
        align-items: flex-start;
        flex-direction: column
    }

    .award-hero-content {
        min-height: 0;
        padding: 23px 18px 286px;
        grid-template-columns: 86px minmax(0,1fr);
        gap: 13px
    }

    .award-hero-trophy {
        width: 80px;
        height: 80px;
        border-radius: 20px;
        font-size: 2.2rem
    }

    .award-hero-identity h1 {
        font-size: 1.35rem
    }

    .award-hero-stats {
        inset-inline: 11px;
        bottom: 10px;
        grid-template-columns: repeat(2,minmax(0,1fr));
        border: 1px solid rgba(224,234,220,.9);
        border-radius: 11px
    }

        .award-hero-stats > div + div {
            border-inline-start: 0
        }

        .award-hero-stats > div:nth-child(even) {
            border-inline-start: 1px solid #e7ece5
        }

        .award-hero-stats > div:nth-child(n+3) {
            border-top: 1px solid #e7ece5
        }

        .award-hero-stats > div:last-child {
            grid-column: 1/-1
        }

    .award-latest-instance-card {
        grid-template-columns: 50px minmax(0,1fr)
    }

    .award-latest-status, .award-latest-open {
        grid-column: 1/-1
    }

    .award-instance-scope {
        grid-template-columns: 1fr
    }

    .award-winners-grid {
        grid-template-columns: 1fr
    }

    .award-recipient-types {
        grid-template-columns: 1fr
    }

    .award-selection-facts {
        grid-template-columns: 1fr
    }

    .award-details-bottom-actions {
        align-items: stretch;
        flex-direction: column
    }

        .award-details-bottom-actions a, .award-details-bottom-actions button {
            justify-content: center
        }
}

@media(max-width:430px) {
    .award-hero-content {
        padding: 18px 14px 295px;
        grid-template-columns: 70px minmax(0,1fr)
    }

    .award-hero-trophy {
        width: 66px;
        height: 66px;
        font-size: 1.8rem
    }

    .award-winner-card {
        grid-template-columns: 46px minmax(0,1fr)
    }

    .award-winner-result {
        grid-column: 2;
        text-align: start
    }
}
