:root {
            --tiger-orange: #FF6B00;
            --tiger-black: #121212;
            --tiger-gold: #FFD700;
            --tiger-gray: #2C2C2C;
            --tiger-light: #F8F9FA;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
            color: var(--tiger-black);
            line-height: 1.7;
            overflow-x: hidden;
        }
        h1, h2, h3, h4 {
            font-weight: 700;
            color: var(--tiger-black);
        }
        .navbar-brand {
            font-size: 1.8rem;
            font-weight: 800;
            color: var(--tiger-orange) !important;
        }
        .nav-link {
            font-weight: 600;
            padding: 0.5rem 1rem !important;
            transition: all 0.3s ease;
        }
        .nav-link:hover {
            color: var(--tiger-orange) !important;
            transform: translateY(-2px);
        }
        .hero-section {
            background: linear-gradient(rgba(18, 18, 18, 0.85), rgba(44, 44, 44, 0.9)), url('https://images.unsplash.com/photo-1551958219-acbc608c6377?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
            color: white;
            padding: 8rem 0;
            position: relative;
        }
        .hero-section h1 {
            font-size: 3.5rem;
            color: white;
            text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
        }
        .btn-primary {
            background-color: var(--tiger-orange);
            border-color: var(--tiger-orange);
            padding: 0.75rem 2rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
        }
        .btn-primary:hover {
            background-color: #e55e00;
            border-color: #e55e00;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(255, 107, 0, 0.2);
        }
        .section-padding {
            padding: 5rem 0;
        }
        .section-title {
            position: relative;
            margin-bottom: 3rem;
            padding-bottom: 1rem;
        }
        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: var(--tiger-orange);
            border-radius: 2px;
        }
        .card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            height: 100%;
        }
        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        .card-img-top {
            height: 220px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .card:hover .card-img-top {
            transform: scale(1.05);
        }
        .news-card {
            border-left: 4px solid var(--tiger-orange);
        }
        .flink {
            display: inline-block;
            padding: 0.75rem 1.5rem;
            margin: 0.5rem;
            background: var(--tiger-light);
            border-radius: 8px;
            color: var(--tiger-gray);
            text-decoration: none;
            transition: all 0.3s ease;
            border: 1px solid #dee2e6;
            font-weight: 500;
        }
        .flink:hover {
            background: var(--tiger-orange);
            color: white;
            border-color: var(--tiger-orange);
            transform: translateY(-3px);
        }
        .friendlink {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-top: 1px solid #dee2e6;
            border-bottom: 1px solid #dee2e6;
        }
        .player-card {
            text-align: center;
            padding: 1.5rem;
            border-radius: 12px;
            background: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        .player-img {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            object-fit: cover;
            border: 5px solid var(--tiger-light);
            margin-bottom: 1.5rem;
        }
        footer {
            background: var(--tiger-black);
            color: #adb5bd;
            padding-top: 4rem;
        }
        footer a {
            color: #adb5bd;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        footer a:hover {
            color: var(--tiger-orange);
        }
        .copyright {
            background: rgba(0,0,0,0.3);
            padding: 1.5rem 0;
            margin-top: 3rem;
        }
        .stadium-img {
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }
        .academy-badge {
            width: 80px;
            height: 80px;
            background: var(--tiger-orange);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            margin: 0 auto 1.5rem;
        }
        @media (max-width: 768px) {
            .hero-section h1 {
                font-size: 2.5rem;
            }
            .hero-section {
                padding: 5rem 0;
            }
            .section-padding {
                padding: 3rem 0;
            }
            .player-img {
                width: 140px;
                height: 140px;
            }
        }
        .sponsor-logo {
            filter: grayscale(100%);
            opacity: 0.7;
            transition: all 0.4s ease;
            max-height: 60px;
            width: auto;
        }
        .sponsor-logo:hover {
            filter: grayscale(0);
            opacity: 1;
            transform: scale(1.05);
        }
        .ticket-card {
            border: 2px solid transparent;
            background: linear-gradient(white, white) padding-box,
                        linear-gradient(135deg, var(--tiger-orange), var(--tiger-gold)) border-box;
        }
        .match-highlight {
            background: linear-gradient(45deg, #121212 0%, #2C2C2C 100%);
            color: white;
            border-radius: 15px;
            padding: 2rem;
            position: relative;
            overflow: hidden;
        }
        .match-highlight::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,107,0,0.1) 0%, transparent 70%);
        }
