   .pp-home {
            display: grid;
            grid-template-columns: 300px minmax(0, 1fr);
            gap: 20px;
            align-items: start;
        }

        .pp-sidebar {
           
            top: 20px;
            align-self: start;
        }
        
        .pp-country-block {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255,255,255,0.02);
}

.pp-country-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 10px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    cursor: pointer;
    user-select: none;
    transition: background .15s ease;
}

.pp-country-header:hover {
    background: rgba(255,255,255,0.06);
}

.pp-country-left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.pp-flag {
    font-size: 14px;
    line-height: 1;
}

.pp-country-name {
    line-height: 1;
}

.pp-country-arrow {
    font-size: 12px;
    color: #cbd5e1;
    transition: transform .18s ease;
    flex: 0 0 auto;
}

.pp-country-block.active .pp-country-arrow {
    transform: rotate(90deg);
}

.pp-league-list {
    display: none;
    flex-direction: column;
    gap: 2px;
    padding: 0 6px 8px 6px;
}

.pp-country-block.active .pp-league-list {
    display: flex;
}

.pp-league-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    color: #dbe4f0;
    font-size: 13px;
    transition: .15s ease;
}

.pp-league-item:hover {
    background: rgba(255,255,255,0.06);
}

        .pp-card-dark {
            background: linear-gradient(180deg, #111c3a 0%, #0f1730 100%);
            border: 1px solid rgba(148, 163, 184, 0.14);
            border-radius: 18px;
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.20);
            overflow: hidden;
        }

        .pp-card-pad {
            padding: 18px;
        }

        .pp-side-title {
            margin: 0 0 14px;
            font-size: 14px;
            line-height: 1.2;
            font-weight: 800;
            text-transform: uppercase;
            color: #ffffff;
            letter-spacing: .03em;
        }

        .pp-country-block {
            margin-bottom: 12px;
        }

        .pp-country-header {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 7px 8px;
            color: #94a3b8;
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: .06em;
        }

        .pp-flag {
            font-size: 14px;
            line-height: 1;
        }

        .pp-country-name {
            line-height: 1;
        }
        
        .pp-country-block {
        margin-bottom: 10px;
        border-radius: 12px;
        overflow: hidden;
        background: rgba(255,255,255,0.03);
        transition: .2s;
        }
        
        .pp-country-block.active {
            background: rgba(255,255,255,0.05);
        }
        
        .pp-country-header {
            padding: 12px 12px;
        }
        
        .pp-league-item {
            padding-left: 20px; /* indentation како Flashscore */
        }

        .pp-league-item {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 10px;
            border-radius: 8px;
            text-decoration: none;
            color: #dbe4f0;
            font-size: 13px;
            transition: .15s ease;
        }

        .pp-league-item:hover {
            background: rgba(255,255,255,0.06);
        }

        .pp-league-logo {
            width: 16px;
            height: 16px;
            object-fit: contain;
            flex: 0 0 16px;
        }

        .pp-overview-box {
            margin-top: 16px;
        }

        .pp-overview-list {
            display: flex;
            flex-direction: column;
        }

        .pp-overview-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 0;
            border-bottom: 1px solid rgba(148, 163, 184, 0.10);
            color: #dbe4f0;
            font-size: 14px;
        }

        .pp-overview-row:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .pp-overview-value {
            font-weight: 800;
            color: #ffffff;
            font-size: 18px;
        }

        .pp-main {
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .pp-hero {
            background:
                radial-gradient(circle at top left, rgba(59,130,246,.20), transparent 34%),
                linear-gradient(135deg, #08122d 0%, #0b1531 100%);
            border: 1px solid rgba(148, 163, 184, 0.14);
            border-radius: 22px;
            padding: 24px;
            color: #fff;
            box-shadow: 0 16px 36px rgba(0,0,0,.22);
        }

        .pp-hero-top {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 18px;
            flex-wrap: wrap;
        }

        .pp-hero-title {
            margin: 0;
            font-size: clamp(2rem, 2.8vw, 3rem);
            line-height: 1.02;
            font-weight: 900;
            letter-spacing: -0.03em;
        }

        .pp-hero-subtitle {
            margin: 10px 0 0;
            max-width: 760px;
            color: #c7d2e2;
            font-size: 15px;
            line-height: 1.65;
        }

        .pp-hero-actions {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .pp-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            padding: 0 16px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 800;
            font-size: 14px;
            transition: .18s ease;
        }

        .pp-btn-primary {
            background: #4f8cff;
            color: #fff;
        }

        .pp-btn-primary:hover {
            background: #3f7ef8;
        }

        .pp-btn-dark {
            background: rgba(255,255,255,0.08);
            color: #fff;
            border: 1px solid rgba(255,255,255,0.12);
        }

        .pp-btn-dark:hover {
            background: rgba(255,255,255,0.14);
        }

        .pp-stats-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 14px;
            margin-top: 20px;
        }

        .pp-stat {
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 16px;
            padding: 16px;
        }

        .pp-stat-label {
            color: #9fb0c7;
            text-transform: uppercase;
            letter-spacing: .08em;
            font-size: 11px;
            font-weight: 800;
            margin-bottom: 8px;
        }

        .pp-stat-value {
            font-size: 30px;
            line-height: 1;
            font-weight: 900;
            color: #fff;
        }

        .pp-filterbar {
            background: #152142;
            border: 1px solid rgba(148, 163, 184, 0.10);
            border-radius: 18px;
            padding: 12px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            flex-wrap: wrap;
        }

        .pp-filter-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .pp-tab {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 34px;
            padding: 0 14px;
            border-radius: 12px;
            font-size: 13px;
            font-weight: 800;
            text-decoration: none;
            text-transform: uppercase;
            color: #31415f;
            background: #ececec;
        }

        .pp-tab.active {
            color: #fff;
            background: #4f8cff;
        }

        .pp-filter-form {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            align-items: center;
        }

        .pp-date-input {
            min-height: 36px;
            border-radius: 10px;
            border: 0;
            padding: 0 12px;
            font-size: 14px;
        }

        .pp-go-btn {
            min-height: 36px;
            border: 0;
            border-radius: 10px;
            padding: 0 14px;
            font-weight: 800;
            cursor: pointer;
            background: #ececec;
            color: #111827;
        }

        .pp-section {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .pp-section-title {
            margin: 0;
            font-size: 20px;
            color: #fff;
            font-weight: 900;
            letter-spacing: -0.02em;
        }

        .pp-featured-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 14px;
        }

        .pp-featured-card {
            background: linear-gradient(180deg, #121f42 0%, #0f1730 100%);
            border: 1px solid rgba(148, 163, 184, 0.14);
            border-radius: 18px;
            padding: 16px;
            color: #fff;
            text-decoration: none;
            transition: transform .15s ease, box-shadow .15s ease;
            box-shadow: 0 12px 24px rgba(0,0,0,.16);
        }

        .pp-featured-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 16px 30px rgba(0,0,0,.22);
        }

        .pp-featured-top {
            display: flex;
            justify-content: space-between;
            gap: 10px;
            align-items: center;
            margin-bottom: 14px;
        }

        .pp-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 28px;
            padding: 0 10px;
            border-radius: 999px;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: .04em;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .pp-badge-green {
            background: #dcfce7;
            color: #166534;
        }

        .pp-badge-blue {
            background: #dbeafe;
            color: #1d4ed8;
        }

        .pp-badge-gray {
            background: #e5e7eb;
            color: #374151;
        }

        .pp-kickoff {
            font-size: 12px;
            color: #9fb0c7;
            font-weight: 700;
        }

        .pp-teams {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .pp-team {
            display: flex;
            align-items: center;
            gap: 10px;
            min-width: 0;
        }

        .pp-team-logo {
            width: 22px;
            height: 22px;
            object-fit: contain;
            flex: 0 0 22px;
        }

        .pp-team-name {
            font-size: 15px;
            font-weight: 800;
            color: #fff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .pp-main-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .pp-league-block {
            background: linear-gradient(180deg, #111c3a 0%, #0f1730 100%);
            border: 1px solid rgba(148, 163, 184, 0.14);
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 14px 30px rgba(0,0,0,.18);
        }

        .pp-league-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            padding: 14px 16px;
            background: #eef1f5;
            color: #24364f;
        }

        .pp-league-left {
            display: flex;
            align-items: center;
            gap: 10px;
            min-width: 0;
        }

        .pp-league-title {
            font-size: 14px;
            font-weight: 900;
            text-transform: uppercase;
            color: #334b6a;
        }

        .pp-standings-link {
            font-size: 12px;
            color: #5f6f86;
            text-decoration: underline;
        }

        .pp-match-row {
            display: grid;
            grid-template-columns: 88px minmax(0, 1fr) 96px 120px 56px;
            gap: 16px;
            align-items: center;
            padding: 14px 16px;
            border-top: 1px solid rgba(255,255,255,0.08);
            text-decoration: none;
            transition: background .18s ease;
        }

        .pp-match-row:hover {
            background: rgba(255,255,255,0.03);
        }

        .pp-time {
            color: #d8e2f1;
            font-size: 15px;
            font-weight: 800;
        }

        .pp-status-live {
            color: #fca5a5;
        }

        .pp-row-teams {
            display: flex;
            flex-direction: column;
            gap: 10px;
            min-width: 0;
        }

        .pp-row-team {
            display: flex;
            align-items: center;
            gap: 10px;
            min-width: 0;
        }

        .pp-row-team span {
            color: #e9eff8;
            font-weight: 800;
            font-size: 15px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .pp-scorebox {
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: center;
            justify-content: center;
        }

        .pp-score {
            color: #fff;
            font-size: 16px;
            font-weight: 900;
            line-height: 1;
        }

        .pp-insights {
            display: flex;
            flex-direction: column;
            gap: 8px;
            align-items: flex-start;
        }

        .pp-arrow {
            color: #93a5bf;
            font-size: 22px;
            font-weight: 300;
            text-align: right;
        }

        .pp-empty {
            background: linear-gradient(180deg, #111c3a 0%, #0f1730 100%);
            border: 1px dashed rgba(148, 163, 184, 0.18);
            border-radius: 18px;
            padding: 44px 20px;
            text-align: center;
            color: #d7e1f0;
        }

        .pp-empty h3 {
            margin: 0 0 8px;
            font-size: 22px;
            color: #fff;
        }

        @media (max-width: 1180px) {
            .pp-home {
                grid-template-columns: 1fr;
            }

            .pp-sidebar {
                position: static;
            }

            .pp-stats-grid,
            .pp-featured-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .pp-league-scroll {
                max-height: none;
            }
        }

        @media (max-width: 760px) {
            .pp-stats-grid,
            .pp-featured-grid {
                grid-template-columns: 1fr;
            }

            .pp-match-row {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .pp-arrow {
                text-align: left;
                font-size: 18px;
            }

            .pp-scorebox {
                align-items: flex-start;
            }
        }
        
        .pp-menu-btn{
    display:none;
    font-size:22px;
    background:none;
    border:none;
    color:#fff;
    cursor:pointer;
}

.pp-mobile-menu{
    position:fixed;
    top:0;
    left:-300px;
    width:260px;
    height:100%;
    background:#0b1220;
    z-index:9999;
    padding:20px;
    transition:0.3s;
    overflow-y:auto;
}

.pp-mobile-menu.active{
    left:0;
}

.pp-mobile-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    visibility:hidden;
    z-index:9998;
}

.pp-mobile-overlay.active{
    opacity:1;
    visibility:visible;
}

.pp-mobile-top{
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
    color:#fff;
}

.pp-mobile-section a{
    display:block;
    color:#fff;
    padding:10px 0;
    text-decoration:none;
}

.pp-mobile-country-list{
    display:none;
    padding-left:10px;
}

.pp-mobile-country.open .pp-mobile-country-list{
    display:block;
}

/* MOBILE ONLY */
@media (max-width: 768px){

    .pp-menu-btn{
        display:block;
    }

    .fs-topnav{
        display:none; /* крие горно мени */
    }

    .pp-sidebar{
        display:none; /* крие sidebar */
    }
}