
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            background: #000000;
            min-height: 100vh;
            padding: 20px;
        }
        .container {
            max-width: 1800px;
            margin: 0 auto;
        }
        .header {
            text-align: center;
            color: #f5f5f5;
            margin-bottom: 30px;
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            padding: 40px 20px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        }
        .header h1 {
            font-size: 3.5em;
            margin: 0;
            font-family: 'Great Vibes', cursive;
            font-weight: 400;
            letter-spacing: 2px;
            color: #ffffff;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }
        .youtube-button {
            display: inline-block;
            padding: 12px 28px;
            background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 500;
            font-size: 15px;
            font-family: 'Playfair Display', serif;
            letter-spacing: 0.8px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            text-transform: uppercase;
            font-size: 0.85em;
            margin-bottom: 25px;
        }
        .youtube-button:hover {
            background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            transform: translateY(-1px);
        }
        .tabs-container {
            background: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }
        .tabs-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .hamburger-menu {
            display: none;
            flex-direction: column;
            cursor: pointer;
            padding: 8px;
            background: #f5f5f5;
            border-radius: 6px;
            border: 1px solid #ddd;
        }
        .hamburger-menu span {
            width: 25px;
            height: 3px;
            background: #333;
            margin: 3px 0;
            transition: 0.3s;
            border-radius: 2px;
        }
        .hamburger-menu.active span:nth-child(1) {
            transform: rotate(-45deg) translate(-5px, 6px);
        }
        .hamburger-menu.active span:nth-child(2) {
            opacity: 0;
        }
        .hamburger-menu.active span:nth-child(3) {
            transform: rotate(45deg) translate(-5px, -6px);
        }
        .tabs {
            display: flex;
            border-bottom: 2px solid #eee;
            gap: 10px;
        }
        .tab-button {
            padding: 12px 24px;
            background: transparent;
            border: none;
            border-bottom: 3px solid transparent;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            color: #666;
            transition: all 0.3s;
        }
        .tab-button:hover {
            color: #667eea;
        }
        .tab-button.active {
            color: #667eea;
            border-bottom-color: #667eea;
        }
        .tab-content {
            display: none;
        }
        .tab-content.active {
            display: block;
        }
        .stream-wrapper {
            width: 100%;
        }
        .stream-wrapper h2 {
            color: #2c3e50;
            margin: 0 0 20px 0;
            font-size: 2.5em;
            font-weight: 400;
            letter-spacing: 2px;
            text-align: center;
            padding-bottom: 15px;
            border-bottom: 1px solid #5a6c7d;
            font-family: 'Great Vibes', cursive;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }
        .youtube-button-wrapper {
            text-align: center;
            margin-bottom: 20px;
        }
        .video-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            border-radius: 8px;
            background: #000;
            margin-bottom: 15px;
        }
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        .programme-content {
            background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
            border: 1px solid #d5d8dc;
            border-top: 3px solid #34495e;
            border-bottom: 3px solid #34495e;
            border-radius: 0;
            padding: 30px 40px;
            line-height: 1.6;
            white-space: pre-wrap;
            font-size: 16px;
            color: #2c3e50;
            margin-bottom: 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            font-family: 'Cormorant Garamond', 'Playfair Display', serif;
            letter-spacing: 0.5px;
            text-align: center;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
        }
        .programme-content::before {
            content: '✞';
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            color: #5a6c7d;
            font-size: 18px;
            opacity: 0.5;
        }
        .programme-item {
            margin: 0.8em 0;
            padding: 0.6em 0;
            border-bottom: 1px solid #e8eaed;
        }
        .programme-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }
        .programme-item:first-child {
            margin-top: 15px;
        }
        .programme-time {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            color: #34495e;
            letter-spacing: 1.5px;
            margin-bottom: 0.4em;
            text-transform: uppercase;
            font-size: 0.85em;
        }
        .programme-description {
            font-size: 1em;
            color: #3d3d3d;
            line-height: 1.5;
            font-style: italic;
        }
        /* Decorative divider */
        .programme-divider {
            width: 100px;
            height: 1px;
            background: linear-gradient(to right, transparent, #5a6c7d, transparent);
            margin: 2em auto;
        }
        @media (max-width: 768px) {
            .hamburger-menu {
                display: flex;
            }
            .tabs {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: white;
                border: 1px solid #eee;
                border-radius: 8px;
                box-shadow: 0 4px 12px rgba(0,0,0,0.1);
                margin-top: 10px;
                z-index: 1000;
                padding: 10px;
            }
            .tabs.active {
                display: flex;
            }
            .tabs-header {
                position: relative;
            }
            .tab-button {
                text-align: left;
                border-bottom: 1px solid #eee;
                border-left: 3px solid transparent;
                padding: 15px;
                width: 100%;
            }
            .tab-button:last-child {
                border-bottom: none;
            }
            .tab-button.active {
                border-left-color: #667eea;
                border-bottom-color: #eee;
                background: #f8f9fa;
            }
        }
    