  

       
        .date-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background-color: #D18109;
            color: #24283E;
            padding: 6px 16px;
            border-radius: 9999px;
            font-size: 0.875rem;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            margin-bottom: 24px;
        }

        header h1 {
            font-size: 2.25rem;
            font-weight: 900;
            letter-spacing: -0.02em;
            margin-bottom: 16px;
            color: #ffffff;
        }

        @media (min-width: 768px) {
            header h1 {
                font-size: 3rem;
            }
        }

        header .school-name {
            font-size: 1.125rem;
            font-weight: 500;
            color: #D18109;
        }

        .address {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-top: 12px;
            font-size: 0.875rem;
            color: #a8adc4;
        }

        /* Main Content */
        main {
            max-width: 1280px;
            margin: 0 auto;
            padding: 32px 24px 80px;
            position: relative;
            z-index: 10;
        }

        /* Intro Section */
        .intro-section {
            background-color: #1e2236;
            border: 1px solid #2e3452;
            border-radius: 1rem;
            padding: 32px;
            margin-bottom: 48px;
            margin-top: 32px;
        }

        .intro-section p {
            font-size: 1rem;
            line-height: 1.75;
            margin-bottom: 20px;
            color: #cdd0df;
        }

        @media (min-width: 768px) {
            .intro-section p {
                font-size: 1.125rem;
            }
        }

        .intro-section p.highlight {
            font-weight: 600;
            color: #ffffff;
        }

        .intro-section .gold-text {
            color: #D18109;
            font-weight: 600;
        }

        /* Table Section */
        .table-section {
            margin-bottom: 64px;
        }

        .table-header {
            background-color: #D18109;
            color: #24283E;
            padding: 16px 24px;
            border-radius: 0.5rem 0.5rem 0 0;
            text-align: center;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            font-size: 0.875rem;
        }

        .table-container {
            border: 1px solid #D18109;
            border-radius: 0 0 0.5rem 0.5rem;
            overflow: hidden;
        }

        .table-row {
            display: flex;
            flex-direction: column;
            border-bottom: 1px solid #2e3452;
            transition: background-color 0.15s ease;
        }

        .table-row:last-child {
            border-bottom: none;
        }

        .table-row:nth-child(odd) {
            background-color: #1e2236;
        }

        .table-row:nth-child(even) {
            background-color: #232840;
        }

        .table-row:hover {
            background-color: #2e3452;
        }

        @media (min-width: 640px) {
            .table-row {
                flex-direction: row;
                align-items: center;
            }
        }

        .table-cell-category {
            flex: 1;
            padding: 16px 24px;
            font-weight: 600;
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            color: #e8eaf2;
        }

        .table-cell-rank {
            padding: 16px 24px;
            font-size: 0.875rem;
            font-weight: 700;
            color: #D18109;
            text-align: right;
        }

        @media (min-width: 640px) {
            .table-cell-rank {
                width: 256px;
                text-align: center;
            }
        }

        /* Awards Section */
        /* .awards-section h2 {
            font-size: 1.875rem;
            font-weight: 900;
            letter-spacing: -0.01em;
            text-align: center;
            margin-bottom: 12px;
            color: #ffffff;
        } */

        @media (min-width: 768px) {
             /* .awards-section h2 {
                font-size: 2rem;
            } */
        } 

        .awards-section .subtitle {
            text-align: center;
            margin-bottom: 40px;
            font-size: 0.875rem;
            color: #a8adc4;
        }

        .awards-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 24px;
        }

        @media (min-width: 640px) {
            .awards-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        .award-card {
            background-color: #1e2236;
            border: 1px solid #2e3452;
            border-radius: 1rem;
            padding: 24px;
            display: flex;
            gap: 16px;
            transition: transform 0.2s ease;
        }

        .award-card:hover {
            transform: translateY(-4px);
        }

        .award-icon {
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            border-radius: 0.75rem;
            background-color: rgba(209, 129, 9, 0.133);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .award-icon svg {
            width: 24px;
            height: 24px;
            color: #D18109;
        }

        .award-content {
            flex: 1;
        }

        .award-year {
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #D18109;
            margin-bottom: 4px;
        }

        .award-title {
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 8px;
            color: #ffffff;
        }

        .award-description {
            font-size: 0.875rem;
            line-height: 1.5;
            color: #a8adc4;
        }

        /* Footer */
        footer {
            text-align: center;
            padding: 32px 24px;
            font-size: 0.875rem;
            color: #a8adc4;
            border-top: 1px solid #2e3452;
        }

        footer .footer-label {
            color: #D18109;
            font-weight: 600;
        }

        /* Icons as CSS */
        .icon {
            display: inline-block;
            width: 1em;
            height: 1em;
            vertical-align: -0.125em;
        }

         .award-icon {
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            border-radius: 0.75rem;
            background-color: rgba(209, 129, 9, 0.133);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .award-icon svg {
            width: 24px;
            height: 24px;
            color: #D18109;
        }

      