/* ========================================
   Awards List Page Styles
   ======================================== */

:root {
    --sb-dark-1: #0d1b2a;
    --sb-dark-2: #1b263b;
    --sb-dark-3: #415a77;
    --sb-yellow: #ffed00;
    --sb-yellow-dark: #ffc300;
    --sb-glass: rgba(255, 255, 255, 0.03);
    --sb-glass-border: rgba(255, 255, 255, 0.1);
    --sb-text-muted: rgba(255, 255, 255, 0.6);

    --award-gold: #F59E0B;
    --award-gold-dark: #D97706;
    --award-gold-glow: rgba(245, 158, 11, 0.2);
    --award-silver: #94A3B8;
    --award-bronze: #B45309;
    --award-special: #0D9488;
}

/* ========================================
   Hero Section
   ======================================== */
.awards-hero {
    background: linear-gradient(135deg, var(--sb-dark-1) 0%, var(--sb-dark-2) 50%, var(--sb-dark-3) 100%);
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
    margin-top: -80px;
}

.awards-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 60%;
    height: 120%;
    background: radial-gradient(ellipse, rgba(245, 158, 11, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.awards-hero::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 40%;
    height: 60%;
    background: radial-gradient(ellipse, rgba(79, 172, 254, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.awards-honeycomb {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 66L0 50V16L28 0l28 16v34L28 66zm0-12l20-12V22L28 10 8 22v20l20 12z' fill='%23F59E0B' fill-opacity='0.025'/%3E%3C/svg%3E");
    opacity: 0.6;
}

.awards-hero-content {
    position: relative;
    z-index: 10;
}

.awards-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--award-gold);
    margin-bottom: 1.5rem;
}

.awards-hero-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.awards-hero-title .highlight {
    color: var(--award-gold);
}

.awards-hero-subtitle {
    font-family: 'Nunito', sans-serif;
    font-size: 1.125rem;
    color: var(--sb-text-muted);
    line-height: 1.7;
    max-width: 600px;
}

.breadcrumb-dark {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 2rem;
}

.breadcrumb-dark a {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--sb-text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-dark a:hover { color: var(--award-gold); }

.breadcrumb-dark span {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--award-gold);
}

.breadcrumb-dark iconify-icon { color: var(--sb-text-muted); }

/* ========================================
   Stats Strip
   ======================================== */
.awards-stats-strip {
    background: linear-gradient(90deg, var(--sb-yellow) 0%, var(--sb-yellow-dark) 100%);
    padding: 36px 0;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.awards-stats-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 33L15 25V8l15-8 15 8v17l-15 8z' fill='%23000' fill-opacity='0.05'/%3E%3C/svg%3E");
}

.awards-stats-grid {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.awards-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 48px;
    position: relative;
}

.awards-stat-item + .awards-stat-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(0, 0, 0, 0.15);
}

.awards-stat-number {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: var(--sb-dark-2);
    line-height: 1;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.awards-stat-label {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--sb-dark-3);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
    z-index: 1;
}

/* ========================================
   Content Section
   ======================================== */
.awards-content-section {
    background: linear-gradient(180deg, var(--sb-dark-2) 0%, var(--sb-dark-1) 100%);
    padding: 80px 0 100px;
    position: relative;
    min-height: 60vh;
}

.awards-content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--sb-glass-border), transparent);
}

.section-header-awards {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-header-awards iconify-icon {
    font-size: 1.6rem;
    color: var(--award-gold);
}

.section-header-awards span {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #ffffff;
}

/* ========================================
   Award Cards
   ======================================== */
.award-card {
    background: var(--sb-glass);
    backdrop-filter: blur(20px);
    border: 1px solid var(--sb-glass-border);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.award-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transition: opacity 0.4s ease;
}

.award-card.level-gold::before {
    background: linear-gradient(90deg, var(--award-gold), var(--award-gold-dark));
}

.award-card.level-silver::before {
    background: linear-gradient(90deg, var(--award-silver), #64748B);
}

.award-card.level-bronze::before {
    background: linear-gradient(90deg, var(--award-bronze), #92400E);
}

.award-card.level-special::before {
    background: linear-gradient(90deg, var(--award-special), #0F766E);
}

.award-card:hover {
    transform: translateY(-8px);
    text-decoration: none;
    color: inherit;
}

.award-card.level-gold:hover {
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 25px 50px -12px rgba(245, 158, 11, 0.2);
}

.award-card.level-silver:hover {
    border-color: rgba(148, 163, 184, 0.4);
    box-shadow: 0 25px 50px -12px rgba(148, 163, 184, 0.15);
}

.award-card.level-bronze:hover {
    border-color: rgba(180, 83, 9, 0.4);
    box-shadow: 0 25px 50px -12px rgba(180, 83, 9, 0.15);
}

/* Certificate Thumbnail */
.award-card-thumbnail {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #f8f9fa;
}

.award-card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s ease;
}

.award-card:hover .award-card-thumbnail img {
    transform: scale(1.05);
}

.award-card-thumbnail-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(13, 27, 42, 0.7) 100%);
}

/* Award Level Badge on thumbnail */
.award-level-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.award-level-badge.level-gold {
    background: linear-gradient(135deg, var(--award-gold), var(--award-gold-dark));
    color: #1b1b1b;
}

.award-level-badge.level-silver {
    background: linear-gradient(135deg, var(--award-silver), #64748B);
    color: #ffffff;
}

.award-level-badge.level-bronze {
    background: linear-gradient(135deg, var(--award-bronze), #92400E);
    color: #ffffff;
}

.award-level-badge.level-special {
    background: linear-gradient(135deg, var(--award-special), #0F766E);
    color: #ffffff;
}

/* Card Content */
.award-card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.award-card-organizer {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 0.78rem;
    color: var(--sb-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 0.5rem;
}

.award-card-title {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 0.4rem;
    transition: color 0.3s ease;
}

.award-card:hover .award-card-title {
    color: var(--award-gold);
}

.award-card-category {
    font-family: 'Nunito', sans-serif;
    font-size: 0.85rem;
    color: var(--sb-text-muted);
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.award-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--sb-glass-border);
    flex-wrap: wrap;
    gap: 0.5rem;
}

.award-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Nunito', sans-serif;
    font-size: 0.82rem;
    color: var(--sb-text-muted);
}

.award-card-date iconify-icon {
    font-size: 1rem;
    color: var(--award-gold);
}

.award-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    color: var(--award-gold);
    transition: gap 0.3s ease;
}

.award-card:hover .award-card-cta {
    gap: 10px;
}

/* ========================================
   Empty State
   ======================================== */
.empty-state {
    text-align: center;
    padding: 80px 20px;
}

.empty-state-icon {
    width: 120px;
    height: 120px;
    background: var(--sb-glass);
    border: 1px solid var(--sb-glass-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

.empty-state-icon iconify-icon {
    font-size: 3rem;
    color: var(--award-gold);
}

.empty-state h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.empty-state p {
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    color: var(--sb-text-muted);
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 992px) {
    .awards-hero {
        padding: 120px 0 60px;
        text-align: center;
    }

    .awards-hero-subtitle { margin: 0 auto; }

    .breadcrumb-dark { justify-content: center; }

    .awards-stat-item { padding: 0 28px; }
}

@media (max-width: 576px) {
    .awards-stats-grid { gap: 16px; }

    .awards-stat-item + .awards-stat-item::before { display: none; }

    .awards-stat-item { padding: 12px 24px; }
}
