        .match-item {
            margin: 20px 0;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }
        .date-time {
            font-weight: bold;
            margin-bottom: 10px;
        }
        .teams {
            margin-bottom: 10px;
            font-size: 18px;
        }
        .watch-link {
            display: inline-block;
            padding: 8px 16px;
            background-color: #007bff;
            color: white;
            text-decoration: none;
            border-radius: 4px;
        }
        .watch-link:hover {
            background-color: #0056b3;
        }
        .today-highlight {
            background-color: #fff3cd;
            border-color: #ffeaa7;
        }
        
 
.logo{font-size: 45px;}
.logo a {text-decoration: none;}
        .nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .nav.scrolled {
            background: rgba(255, 255, 255, 0.60);
            backdrop-filter: blur(10px);
        }

        .menu {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 70px;
        }

        .logo a {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            text-decoration: none;
            white-space: nowrap;
        }

        .nav-links {
            display: flex;
            gap: 30px;
            align-items: center;
        }
  .ccyl a {
            color: #333;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s ease;
            white-space: nowrap;
        }

        .ccyl a:hover {
            color: #007bff;
        }
        
        /* Мобильная версия */
        @media (max-width: 768px) {
            .menu {
                flex-direction: column;
                padding: 6px 20px;
                gap: 15px;
            }

            .nav-links {
                width: 100%;
                justify-content: space-between;
                gap: 10px;
            }

            .ccyl a {
                font-size: 14px;
                text-align: center;
                padding: 5px 0;
            }

            .logo a {
                font-size: 20px;
            }
        }

        /* Очень маленькие экраны */
        @media (max-width: 480px) {
            .nav-links {
                flex-direction: column;
                gap: 10px;
            }

            .ccyl {
                width: 100%;
                text-align: center;
            }

            .ccyl a {
                display: block;
                padding: 2px 0;
                border-bottom: 1px solid #f0f0f0;
            }

            .ccyl:last-child a {
                border-bottom: none;
            }
        }


        .match-info {
            margin: 20px 0;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }
        .date-time {
            font-size: 18px;
            margin-bottom: 10px;
        }
        .teams {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .status {
            padding: 10px;
            border-radius: 5px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .status.not-started {
            background-color: #fff3cd;
            border: 1px solid #ffeaa7;
            color: #856404;
        }
        .status.live {
            background-color: #d4edda;
            border: 1px solid #c3e6cb;
            color: #155724;
        }
        .status.ended {
            background-color: #f8d7da;
            border: 1px solid #f5c6cb;
            color: #721c24;
        }
        .back-link {
            display: inline-block;
            padding: 10px 20px;
            background-color: #6c757d;
            color: white;
            text-decoration: none;
            border-radius: 4px;
        }
        .back-link:hover {
            background-color: #545b62;
        }
                * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }
        
  
        
        .video-player {
            width: 100%;
            max-width: 800px;
            background: #000;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }
        
        .video-container {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 56.25%;
            background: #000;
        }
        
        .video-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
        }
        
        /* Стили для панели подписки */
        .subscription-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 20;
            padding: 30px;
            text-align: center;
        }
        
        .subscription-content {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 40px;
            max-width: 500px;
            width: 100%;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .subscription-content h2 {
            color: white;
            margin-bottom: 20px;
            font-size: 1.8rem;
        }
        
        .subscription-content p {
            color: #ddd;
            margin-bottom: 25px;
            line-height: 1.5;
        }
        
        .telegram-link {
            display: inline-flex;
            align-items: center;
            background: #0088cc;
            color: white;
            text-decoration: none;
            padding: 15px 30px;
            border-radius: 10px;
            font-weight: bold;
            margin-bottom: 25px;
            transition: all 0.3s;
            font-size: 1.1rem;
        }
        
        .telegram-link:hover {
            background: #0077b3;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 136, 204, 0.4);
        }
        
        .telegram-icon {
            width: 28px;
            height: 28px;
            margin-right: 12px;
        }
        
        .code-input-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-top: 20px;
        }
        
        .code-input {
            padding: 15px 20px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 10px;
            font-size: 1.1rem;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            text-align: center;
            transition: border-color 0.3s;
        }
        
        .code-input:focus {
            border-color: #0088cc;
            outline: none;
        }
        
        .code-input::placeholder {
            color: #aaa;
        }
        
        .verify-btn {
            background: #28a745;
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 10px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: bold;
        }
        
        .verify-btn:hover {
            background: #218838;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
        }
        
        .message {
            margin-top: 15px;
            padding: 12px;
            border-radius: 8px;
            display: none;
            font-weight: bold;
        }
        
        .success {
            background: rgba(40, 167, 69, 0.2);
            color: #28a745;
            border: 1px solid #28a745;
        }
        
        .error {
            background: rgba(220, 53, 69, 0.2);
            color: #dc3545;
            border: 1px solid #dc3545;
        }
        
        /* Стили для контента видеоплеера */
        .loading {
            display: none;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        
        .spinner {
            width: 80px;
            height: 80px;
            border: 6px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            border-top-color: #ff0000;
            animation: spin 1.2s ease-in-out infinite;
            margin-bottom: 20px;
        }
        
        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }
        
        .loading-text {
            font-size: 1.2rem;
            color: #fff;
            text-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
        }
        
        .image-content {
            display: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .error-message {
            display: none;
            text-align: center;
            padding: 20px;
            font-size: 1.8rem;
            color: #ff3333;
            text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
            background: rgba(0, 0, 0, 0.7);
            border-radius: 10px;
            margin: 20px;
        }
        
        .counter {
        	display: none;
            position: absolute;
            top: 15px;
            left: 15px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.9rem;
            z-index: 10;
        }
        
        .status-info {
        	display: none;
            position: absolute;
            bottom: 15px;
            left: 15px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.9rem;
            z-index: 10;
        }
        
        /* Элементы управления */
        .controls {
            display: flex;
            align-items: center;
            padding: 12px 15px;
            background: #222;
            color: white;
        }
        
        .play-pause {
            background: none;
            border: none;
            color: white;
            font-size: 1.4rem;
            cursor: pointer;
            margin-right: 15px;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: background 0.3s;
        }
        
        .play-pause:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        
        .progress-container {
            flex-grow: 1;
            height: 8px;
            background: #444;
            border-radius: 4px;
            margin-right: 15px;
            position: relative;
            cursor: pointer;
        }
        
        .progress-bar {
            height: 100%;
            background: linear-gradient(to right, #ff0000, #ff3333);
            border-radius: 4px;
            width: 0%;
            transition: width 0.1s;
        }
        
        .time {
            font-size: 0.9rem;
            margin-right: 15px;
            white-space: nowrap;
            min-width: 45px;
        }
        
        .live-indicator {
            background: #ff0000;
            color: white;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.8rem;
            font-weight: bold;
            margin-right: 15px;
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { opacity: 1; }
            50% { opacity: 0.7; }
            100% { opacity: 1; }
        }
        
        .settings-btn, .fullscreen-btn {
            background: none;
            border: none;
            color: white;
            font-size: 1.3rem;
            cursor: pointer;
            margin-left: 10px;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: background 0.3s;
        }
        
        .settings-btn:hover, .fullscreen-btn:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        
        .settings-menu {
            display: none;
            position: absolute;
            bottom: 50px;
            right: 15px;
            background: rgba(0, 0, 0, 0.9);
            border-radius: 8px;
            padding: 10px 0;
            z-index: 10;
            min-width: 150px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        }
        
        .settings-menu.show {
            display: block;
        }
        
        .settings-option {
            color: white;
            padding: 10px 20px;
            cursor: pointer;
            white-space: nowrap;
            transition: background 0.2s;
        }
        
        .settings-option:hover {
            background: rgba(255, 255, 255, 0.1);
        }
    

    