@import url("https://fonts.googleapis.com/css2?family=Familjen+Grotesk:wght@400;500;600;700;800&display=swap");

._worldcup2026_container,
._worldcup2026_container *,
._worldcup2026_container *::before,
._worldcup2026_container *::after {
    box-sizing: border-box
}

._worldcup2026_container {
    --_worldcup2026_font_sans: "Familjen Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --_worldcup2026_font_mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --_worldcup2026_color_red-700: #9f224e;
    --_worldcup2026_color_gray-200: #f3f4f6;
    --_worldcup2026_color_gray-300: #e5e7eb;
    --_worldcup2026_color_gray-400: #d1d5db;
    --_worldcup2026_color_gray-500: #9ca3af;
    --_worldcup2026_color_gray-700: #374151;
    --_worldcup2026_color_white: #fff;
    --_worldcup2026_spacing: 0.25rem;
    --_worldcup2026_text_sm: 0.875rem;
    --_worldcup2026_text_sm--line-height: calc(1.25 / 0.875);
    --_worldcup2026_font_weight-medium: 500;
    --_worldcup2026_font_weight-bold: 700;
    --_worldcup2026_leading-snug: 1.375;
    --_worldcup2026_animate-spin: spin 1s linear infinite;
    --_worldcup2026_default-transition-duration: 0.15s;
    --_worldcup2026_default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-family: var(--_worldcup2026_font_sans);
    max-width: 726px;
    margin: 30px auto;
    background: var(--_worldcup2026_color_white);
    color: #333;
    line-height: 1.5
}

._worldcup2026_header_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap
}

._worldcup2026_tabs {
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 4px;
    background: var(--_worldcup2026_color_gray-200);
    padding: 4px;
    border-radius: 6px;
    margin-bottom: 0;
    width: fit-content;
    flex-shrink: 0
}

._worldcup2026_tab {
    padding: 8px 12px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: var(--_worldcup2026_font_weight-medium);
    color: var(--_worldcup2026_color_gray-700);
    border-radius: 4px;
    transition: all var(--_worldcup2026_default-transition-duration) var(--_worldcup2026_default-transition-timing-function);
    font-family: var(--_worldcup2026_font_sans);
    font-size: var(--_worldcup2026_text_sm);
    white-space: nowrap
}

._worldcup2026_tab.active {
    background: var(--_worldcup2026_color_white);
    color: var(--_worldcup2026_color_red-700);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)
}

._worldcup2026_loading_spinner,
._worldcup2026_error_panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    background: var(--_worldcup2026_color_white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding: 30px;
    text-align: center
}

._worldcup2026_error_icon {
    color: #ef4444;
    margin-bottom: 16px;
    background: #fef2f2;
    padding: 15px;
    border-radius: 999px
}

._worldcup2026_error_panel h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--_worldcup2026_color_red-700)
}

._worldcup2026_error_panel p {
    margin: 0 0 20px;
    font-size: 14px;
    color: var(--_worldcup2026_color_gray-500);
    max-width: 400px;
    line-height: 1.5
}

._worldcup2026_refresh_btn {
    background: var(--_worldcup2026_color_red-700);
    color: #fff;
    border: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s
}

._worldcup2026_refresh_btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(159, 34, 78, 0.25);
    background: #831b3f
}

._worldcup2026_spinner {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 4px solid var(--_worldcup2026_color_gray-300);
    border-top-color: var(--_worldcup2026_color_red-700);
    animation: _worldcup2026_spin 0.9s linear infinite
}

@keyframes _worldcup2026_spin {
    to {
        transform: rotate(360deg)
    }
}

._worldcup2026_loading {
    position: relative
}

._worldcup2026_skeleton_block {
    display: block;
    background: linear-gradient(90deg, #edf1f5 25%, #e2e8f0 37%, #edf1f5 63%);
    background-size: 400% 100%;
    border-radius: 8px;
    animation: _worldcup2026_skeleton_shimmer 1.2s ease-in-out infinite
}

._worldcup2026_skeleton_tabs {
    display: flex;
    gap: 8px
}

._worldcup2026_skeleton_tab {
    width: 120px;
    height: 32px
}

._worldcup2026_skeleton_filter {
    width: 220px
}

._worldcup2026_skeleton_input {
    width: 100%;
    height: 38px
}

._worldcup2026_skeleton_section {
    margin-top: 10px
}

._worldcup2026_skeleton_title {
    width: 180px;
    height: 18px;
    margin-bottom: 14px
}

._worldcup2026_skeleton_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px
}

@media (min-width:601px) {
    ._worldcup2026_skeleton_list {
        grid-template-columns: 1fr 1fr
    }
}

._worldcup2026_skeleton_match {
    background: #fff;
    border: 1px solid var(--_worldcup2026_color_gray-200);
    border-radius: 8px;
    padding: 16px;
    display: grid;
    gap: 10px
}

._worldcup2026_skeleton_line {
    width: 100%;
    height: 12px
}

._worldcup2026_skeleton_line_short {
    width: 55%;
    height: 12px
}

._worldcup2026_skeleton_row {
    gap: 12px
}

._worldcup2026_skeleton_card {
    display: grid;
    gap: 10px
}

@keyframes _worldcup2026_skeleton_shimmer {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: -100% 0
    }
}

._worldcup2026_filter_wrapper {
    margin-bottom: 0px;
    font-family: var(--_worldcup2026_font_sans);
    width: 380px;
    max-width: 100%;
    flex: 1 1 280px;
    margin-left: auto
}

._worldcup2026_filter_trigger_container {
    position: relative;
    width: 100%
}

._worldcup2026_filter_chips_row {
    width: 100%;
    margin: -12px 0 16px
}

._worldcup2026_chips_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 0
}

._worldcup2026_chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: #fdf2f5;
    border: 1px solid #f5d0dc;
    border-radius: 20px;
    font-size: 13px;
    color: var(--_worldcup2026_color_red-700);
    font-weight: 500
}

._worldcup2026_chip_remove {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 2px;
    transition: background 0.2s
}

._worldcup2026_chip_remove:hover {
    background: rgba(159, 34, 78, 0.1)
}

._worldcup2026_filter_clear_all {
    font-size: 13px;
    color: var(--_worldcup2026_color_gray-500);
    cursor: pointer;
    text-decoration: underline;
    margin-left: 5px
}

._worldcup2026_filter_clear_all:hover {
    color: var(--_worldcup2026_color_red-700)
}

._worldcup2026_filter_trigger_box {
    border: 1px solid var(--_worldcup2026_color_gray-300);
    padding: 0 15px;
    border-radius: 4px;
    background: var(--_worldcup2026_color_white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: var(--_worldcup2026_color_gray-500);
    min-height: 44px;
    transition: all 0.2s
}

._worldcup2026_filter_trigger_box:hover {
    border-color: var(--_worldcup2026_color_gray-400)
}

._worldcup2026_filter_trigger_box.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: var(--_worldcup2026_color_gray-400)
}

._worldcup2026_filter_trigger_text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    font-size: 13px
}

._worldcup2026_filter_trigger_text.selected {
    color: #333
}

._worldcup2026_filter_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--_worldcup2026_color_gray-400);
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 1000;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column
}

._worldcup2026_filter_dropdown.open {
    display: flex
}

._worldcup2026_filter_search_box {
    padding: 12px;
    border-bottom: 1px solid var(--_worldcup2026_color_gray-200)
}

._worldcup2026_filter_search_input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--_worldcup2026_color_gray-300);
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    background: #fff
}

._worldcup2026_filter_search_input::placeholder {
    font-size: 12px
}

._worldcup2026_filter_search_input:focus {
    border-color: var(--_worldcup2026_color_red-700)
}

._worldcup2026_filter_list {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px 0
}

._worldcup2026_filter_item {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: background 0.1s
}

._worldcup2026_filter_item:hover {
    background: var(--_worldcup2026_color_gray-200)
}

._worldcup2026_filter_checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: 1.5px solid var(--_worldcup2026_color_gray-400);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    background: #fff
}

._worldcup2026_filter_item.selected ._worldcup2026_filter_checkbox {
    background: #fff;
    border-color: var(--_worldcup2026_color_red-700)
}

._worldcup2026_filter_item.selected ._worldcup2026_filter_checkbox::after {
    content: "";
    width: 9px;
    height: 5px;
    border-left: 2px solid var(--_worldcup2026_color_red-700);
    border-bottom: 2px solid var(--_worldcup2026_color_red-700);
    transform: rotate(-45deg);
    margin-bottom: 2.5px
}

._worldcup2026_filter_team_name {
    font-size: 14px;
    color: #333
}

._worldcup2026_group_nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    overflow: hidden
}

._worldcup2026_group_tabs {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
    scrollbar-width: none;
    touch-action: pan-x;
    cursor: grab
}

._worldcup2026_group_tabs::-webkit-scrollbar {
    display: none
}

._worldcup2026_group_tabs._worldcup2026_dragging {
    cursor: grabbing;
    scroll-behavior: auto
}

._worldcup2026_group_nav_arrow {
    width: 32px;
    height: 32px;
    border: 1px solid var(--_worldcup2026_color_gray-300);
    border-radius: 50%;
    background: var(--_worldcup2026_color_white);
    color: var(--_worldcup2026_color_gray-700);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

._worldcup2026_group_nav_arrow:hover {
    border-color: var(--_worldcup2026_color_red-700);
    color: var(--_worldcup2026_color_red-700)
}

._worldcup2026_group_btn {
    padding: 6px 18px;
    border: 1px solid var(--_worldcup2026_color_gray-300);
    background: var(--_worldcup2026_color_white);
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    color: var(--_worldcup2026_color_gray-700);
    transition: all 0.2s;
    font-family: var(--_worldcup2026_font_sans);
    font-weight: 500;
    flex-shrink: 0
}

._worldcup2026_group_btn.active {
    background: var(--_worldcup2026_color_red-700);
    color: var(--_worldcup2026_color_white);
    border-color: var(--_worldcup2026_color_red-700)
}

._worldcup2026_timezone_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap
}

._worldcup2026_timezone_note {
    font-size: 11px;
    color: var(--_worldcup2026_color_gray-500);
    font-style: italic;
    text-align: right;
    margin-left: auto
}

._worldcup2026_past_toggle_btn {
    border: 1px solid var(--_worldcup2026_color_gray-300);
    background: var(--_worldcup2026_color_white);
    color: var(--_worldcup2026_color_gray-700);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
    font-family: var(--_worldcup2026_font_sans);
    font-weight: 600;
    white-space: nowrap;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease
}

._worldcup2026_past_toggle_btn:hover {
    border-color: var(--_worldcup2026_color_red-700);
    color: var(--_worldcup2026_color_red-700)
}

._worldcup2026_content {
    min-height: 400px;
    transition: opacity 0.2s ease-in-out
}

._worldcup2026_date_section {
    margin-bottom: 45px;

    @media only screen and (max-width:600px) {
        margin-bottom: 20px
    }
}

._worldcup2026_date_header {
    font-weight: var(--_worldcup2026_font_weight-bold);
    color: var(--_worldcup2026_color_red-700);
    border-bottom: 2px solid var(--_worldcup2026_color_red-700);
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.02em;

    @media only screen and (max-width:600px) {
        font-size: 16px
    }
}

._worldcup2026_group_title {
    font-weight: var(--_worldcup2026_font_weight-bold);
    color: var(--_worldcup2026_color_red-700);
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px
}

._worldcup2026_match_list {
    border: 1px solid var(--_worldcup2026_color_gray-200);
    border-radius: 8px;
    overflow: hidden;
    background: #fff
}

._worldcup2026_date_section ._worldcup2026_match_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    border: none;
    background: transparent;
    overflow: visible
}

._worldcup2026_match_item {
    padding: 20px 15px;
    border-bottom: 1px solid var(--_worldcup2026_color_gray-200);
    transition: all var(--_worldcup2026_default-transition-duration) var(--_worldcup2026_default-transition-timing-function);
    position: relative
}

._worldcup2026_match_item:hover {
    background-color: var(--_worldcup2026_color_gray-200)
}

._worldcup2026_date_view_item {
    border: 1px solid var(--_worldcup2026_color_gray-200) !important;
    box-shadow: none !important;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px !important;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 0
}

._worldcup2026_item_col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0
}

._worldcup2026_item_col1 {
    flex: 0 0 60%
}

._worldcup2026_item_col2 {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
    border-left: 1px solid var(--_worldcup2026_color_gray-200);
    padding-left: 10px;
    align-items: flex-start;
    text-align: left
}

._worldcup2026_item_row {
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px
}

._worldcup2026_item_label {
    font-size: 12px;
    color: var(--_worldcup2026_color_gray-500);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600
}

._worldcup2026_item_team {
    font-weight: var(--_worldcup2026_font_weight-bold);
    font-size: 16px
}

._worldcup2026_item_time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: normal;
    font-size: 14px;
    color: var(--_worldcup2026_color_red-700)
}

._worldcup2026_item_time._with_status {
    width: 100%;
    justify-content: flex-start
}

._worldcup2026_item_time_value {
    color: inherit
}

._worldcup2026_item_status {
    font-size: 14px;
    color: var(--_worldcup2026_color_gray-700)
}

._worldcup2026_item_time._is_live {
    color: #ef4444;
    font-weight: 700
}

._worldcup2026_item_time._is_final {
    color: #334155;
    font-weight: 700
}

._worldcup2026_item_meta_inline {
    width: 100%;
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

._worldcup2026_item_meta_desktop {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px
}

._worldcup2026_item_meta_mobile {
    display: none
}

._worldcup2026_item_meta_inline._is_live {
    color: #ef4444;
    font-weight: 600
}

._worldcup2026_item_meta_inline._is_final {
    color: #334155;
    font-weight: 600
}

._worldcup2026_item_stadium,
._worldcup2026_item_location {
    font-size: 14px;
    color: #555
}

._worldcup2026_date_section ._worldcup2026_match_item:hover {
    background: #f9f9f9;
    box-shadow: none
}

._worldcup2026_match_stadium {
    font-size: 14px;
    color: var(--_worldcup2026_color_gray-500);
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.4
}

._worldcup2026_match_stadium._is_group_meta {
    font-size: 14px;
    color: var(--_worldcup2026_color_gray-500)
}

._worldcup2026_match_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

._worldcup2026_team {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px
}

._worldcup2026_team_home {
    justify-content: flex-end;
    text-align: right
}

._worldcup2026_team_away {
    justify-content: flex-start;
    text-align: left
}

._worldcup2026_team_name {
    font-weight: var(--_worldcup2026_font_weight-medium);
    font-size: 16px;
    color: #222;
    font-family: var(--_worldcup2026_font_sans)
}

._worldcup2026_flag {
    width: 28px;
    min-width: 28px;
    height: 18px;
    object-fit: cover;
    border: 1px solid #cbd5e1;
    border-radius: 2px
}

._worldcup2026_flag_fallback {
    width: 28px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--_worldcup2026_color_gray-200);
    color: var(--_worldcup2026_color_gray-400);
    border: 1px solid #cbd5e1;
    border-radius: 2px
}

._worldcup2026_match_center {
    width: 130px;
    text-align: center
}

._worldcup2026_time {
    font-weight: var(--_worldcup2026_font_weight-bold);
    font-size: 20px;
    display: block;
    color: #111;
    font-family: var(--_worldcup2026_font_sans)
}

._worldcup2026_match_date_small {
    font-size: 12px;
    color: var(--_worldcup2026_color_red-700);
    background: #fdf2f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: var(--_worldcup2026_font_weight-bold);
    display: inline-block !important;
    margin-top: 4px;

    @media only screen and (max-width:600px) {
        font-size: 16px
    }
}

._worldcup2026_score {
    font-weight: var(--_worldcup2026_font_weight-bold);
    font-size: 24px;
    color: #000;
    line-height: 1
}

._worldcup2026_score_container_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px
}

._worldcup2026_center_status_desktop {
    display: inline-flex
}

._worldcup2026_mobile_status_row {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 8px
}

._worldcup2026_match_info_small {
    font-size: 11px;
    color: var(--_worldcup2026_color_gray-500);
    font-weight: 500
}

._worldcup2026_status_inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500
}

._worldcup2026_status_inline._is_live {
    color: #ef4444
}

._worldcup2026_status_inline._is_final {
    color: #334155
}

._worldcup2026_status_dot {
    width: 8px;
    height: 8px
}

._worldcup2026_status_inline._is_final ._worldcup2026_live_dot {
    background: currentColor;
    box-shadow: none;
    animation: none;
    opacity: 1
}

._worldcup2026_live_badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 5
}

._worldcup2026_live_dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.65);
    animation: _worldcup2026_live_pulse 1.2s ease-out infinite
}

._worldcup2026_live_tip {
    position: absolute;
    top: 14px;
    right: 0;
    background: rgba(15, 23, 42, 0.92);
    color: #fff;
    font-size: 11px;
    padding: 4px 6px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(-2px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none
}

._worldcup2026_live_badge:hover ._worldcup2026_live_tip {
    opacity: 1;
    transform: translateY(2px)
}

@keyframes _worldcup2026_live_pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.65)
    }

    70% {
        transform: scale(1.2);
        box-shadow: 0 0 0 8px rgba(239, 68, 68, 0)
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0)
    }
}

._worldcup2026_item_main_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%
}

._worldcup2026_item_teams_stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

._worldcup2026_item_team {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

._worldcup2026_item_team_identity {
    display: flex;
    align-items: center;
    gap: 8px
}

._worldcup2026_item_score_v2 {
    font-weight: 800;
    font-size: 16px;
    color: var(--_worldcup2026_color_red-700);
    min-width: 25px;
    text-align: right;
    font-family: inherit
}

._worldcup2026_empty {
    padding: 80px 40px;
    text-align: center;
    color: var(--_worldcup2026_color_gray-400);
    font-style: italic;
    font-size: 15px
}

._worldcup2026_knockout_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 20px 0 10px;
    overflow-x: auto;
    scrollbar-width: none
}

._worldcup2026_knockout_cta::-webkit-scrollbar {
    display: none
}

._worldcup2026_knockout_cta_btn {
    border: none;
    background: var(--_worldcup2026_color_red-700);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(159, 34, 78, 0.25);
    white-space: nowrap;
    min-width: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

._worldcup2026_knockout_cta_btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(159, 34, 78, 0.3)
}

._worldcup2026_knockout_cta_btn._secondary {
    border: 1px solid var(--_worldcup2026_color_red-700);
    background: #fff;
    color: var(--_worldcup2026_color_red-700);
    box-shadow: none
}

._worldcup2026_knockout_cta_btn._secondary:hover {
    transform: none;
    background: #fdf2f5;
    box-shadow: none
}

@media (max-width:600px) {
    ._worldcup2026_container {
        padding: 0;
        margin-top: 0
    }

    ._worldcup2026_header_row {
        flex-direction: column;
        align-items: stretch;
        gap: 15px
    }

    ._worldcup2026_filter_wrapper {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
        margin-left: 0
    }

    ._worldcup2026_filter_chips_row {
        margin: -6px 0 12px
    }

    ._worldcup2026_tabs {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        --_wc_tabs_fade_size: 34px
    }

    ._worldcup2026_tabs::-webkit-scrollbar {
        display: none
    }

    ._worldcup2026_tabs::before,
    ._worldcup2026_tabs::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: var(--_wc_tabs_fade_size);
        pointer-events: none;
        opacity: 0;
        z-index: 2;
        transition: opacity 0.2s ease
    }

    ._worldcup2026_tabs::before {
        left: 0;
        background: linear-gradient(to right, var(--_worldcup2026_color_gray-200), rgba(243, 244, 246, 0))
    }

    ._worldcup2026_tabs::after {
        right: 0;
        background: linear-gradient(to left, var(--_worldcup2026_color_gray-200), rgba(243, 244, 246, 0))
    }

    ._worldcup2026_tabs._can-scroll-left::before {
        opacity: 1
    }

    ._worldcup2026_tabs._can-scroll-right::after {
        opacity: 1
    }

    ._worldcup2026_tab {
        padding: 8px 12px;
        flex: 0 0 auto;
        min-width: max-content;
        overflow: visible;
        text-overflow: clip;
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        flex-shrink: 0
    }

    ._worldcup2026_team_name {
        font-size: 15px
    }

    ._worldcup2026_time {
        font-size: 16px
    }

    ._worldcup2026_match_center {
        width: 80px
    }

    ._worldcup2026_match_row {
        gap: 10px
    }

    ._worldcup2026_match_stadium {
        font-size: 16px
    }

    ._worldcup2026_group_nav {
        margin-bottom: 15px;
        align-items: flex-start
    }

    ._worldcup2026_group_tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none
    }

    ._worldcup2026_group_tabs::-webkit-scrollbar {
        display: none
    }

    ._worldcup2026_group_btn {
        padding: 5px 12px;
        font-size: 13px
    }

    ._worldcup2026_item_meta_inline {
        font-size: 14px;
        overflow: visible;
        white-space: normal
    }

    ._worldcup2026_item_meta_desktop {
        display: none
    }

    ._worldcup2026_item_meta_mobile {
        display: flex
    }

    ._worldcup2026_status_inline {
        font-size: 14px;
        white-space: nowrap
    }

    ._worldcup2026_center_status_desktop {
        display: none
    }

    ._worldcup2026_mobile_status_row {
        display: flex
    }

    ._worldcup2026_filter_search_input {
        font-size: 14px
    }

    ._worldcup2026_filter_search_input::placeholder {
        font-size: 12px
    }

    ._worldcup2026_bracket_team_name {
        font-size: 13px
    }

    ._worldcup2026_bracket_score {
        font-size: 15px
    }
}

@media (max-width:480px) {
    ._worldcup2026_match_item {
        padding: 15px 6px
    }

    ._worldcup2026_team {
        gap: 6px
    }

    ._worldcup2026_team_name {
        font-size: 18px
    }

    ._worldcup2026_flag {
        width: 24px;
        height: 15px
    }

    ._worldcup2026_date_view_item {
        gap: 15px;
        align-items: center;
        flex-direction: row
    }

    ._worldcup2026_item_col1,
    ._worldcup2026_item_col2 {
        flex: 1 1 100% !important;
        width: 100%
    }

    ._worldcup2026_item_col2 {
        border-left: none !important;
        padding-left: 0 !important;
        border-top: none;
        padding-top: 20px;
        align-items: flex-start !important;
        text-align: left !important
    }

    ._worldcup2026_item_main_row {
        flex-wrap: wrap
    }
}

@media (max-width:374px) {
    ._worldcup2026_match_row {
        gap: 8px
    }

    ._worldcup2026_team_name {
        font-size: 15px
    }
}

._worldcup2026_compact_wrapper {
    --_worldcup2026_font_sans: "Familjen Grotesk", ui-sans-serif, system-ui, sans-serif;
    --_worldcup2026_color_white: #fff;
    --_worldcup2026_color_gray-100: #f3f4f6;
    --_worldcup2026_color_gray-200: #e5e7eb;
    --_worldcup2026_color_gray-500: #6b7280;
    --_worldcup2026_font_weight-bold: 700;
    border-radius: 0;
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    color: #1f2937;
    font-family: var(--_worldcup2026_font_sans)
}

._worldcup2026_compact_container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

._worldcup2026_compact_scroll {
    position: relative;
    display: flex;
    /* gap: 10px; */
    /* overflow-x: auto; */
    scroll-behavior: smooth;
    padding: 5px 0 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
    cursor: grab
}

._worldcup2026_compact_scroll::-webkit-scrollbar {
    display: none
}

._worldcup2026_compact_scroll._worldcup2026_dragging {
    cursor: grabbing;
    scroll-behavior: auto
}

._worldcup2026_compact_card {
    min-width: 260px;
    flex-shrink: 0;
    background: var(--_worldcup2026_color_white);
    border-radius: 8px;
    padding: 12px !important;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid var(--_worldcup2026_color_gray-200);
    margin-right: 10px;
}
.swiper-worldcup2026-next,.swiper-worldcup2026-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(226, 232, 240, 0.62);
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 15;
    transition: all 0.2s ease-in-out;
    color: #333;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.14);
    pointer-events: auto !important;
    font-family: inherit;
}
._worldcup2026_compact_wrapper .swiper-button-disabled{display: none}

._worldcup2026_container ._worldcup2026_compact_card {
    box-shadow: none;
    border: 1px solid var(--_worldcup2026_color_gray-200)
}
.swiper-worldcup2026-next{
   right: 0;
    transform: translate(40%, -50%); 
}
.swiper-worldcup2026-prev{
        left: 0;
    transform: translate(-40%, -50%);
}

._worldcup2026_compact_card_header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    border-bottom: 1px solid var(--_worldcup2026_color_gray-100);
    padding-bottom: 8px
}

._worldcup2026_compact_header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px
}

._worldcup2026_compact_date {
    font-weight: var(--_worldcup2026_font_weight-bold);
    font-size: 16px;
    color: #111
}

._worldcup2026_compact_date_time {
    font-weight: var(--_worldcup2026_font_weight-bold);
    font-size: 16px;
    color: #111
}

._worldcup2026_compact_header_row._is_status_bottom {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.35
}

._worldcup2026_compact_status_venue,
._worldcup2026_compact_status_match_label {
    color: inherit
}

._worldcup2026_compact_status_match_label {
    text-align: right
}

._worldcup2026_compact_group_label {
    font-size: 11px;
    color: #4b5563;
    font-weight: 500;
    line-height: 1.35
}

._worldcup2026_compact_status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #ef4444
}

._worldcup2026_compact_status._is_final {
    color: #334155
}

._worldcup2026_compact_status ._worldcup2026_live_dot {
    width: 6px;
    height: 6px
}

._worldcup2026_compact_status._is_final ._worldcup2026_live_dot {
    background: currentColor;
    box-shadow: none;
    animation: none;
    opacity: 1
}

._worldcup2026_compact_venue {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.35
}

._worldcup2026_compact_card_body {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 12px;
    min-height: 50px;
    padding-top: 10px;
}

._worldcup2026_compact_team_rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0
}

._worldcup2026_compact_team_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

._worldcup2026_compact_team_identity {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0
}

._worldcup2026_compact_team_name {
    font-size: 18px;
    font-weight: 500;
    color: #1f2937;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

._worldcup2026_compact_score {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    min-width: 24px;
    text-align: right
}

._worldcup2026_compact_score._is_hidden {
    visibility: hidden
}

._worldcup2026_compact_meta {
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

._worldcup2026_compact_meta._is_hidden {
    display: none
}

._worldcup2026_compact_time {
    font-size: 20px;
    font-weight: var(--_worldcup2026_font_weight-bold);
    color: #111827;
    text-align: right;
    font-family: var(--_worldcup2026_font_sans)
}

._worldcup2026_compact_nav_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(226, 232, 240, 0.62);
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 15;
    transition: all 0.2s ease-in-out;
    color: #333;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.14);
    pointer-events: auto !important;
    font-family: inherit
}

._worldcup2026_compact_nav_btn:hover {
    background: rgba(226, 232, 240, 0.86);
    color: #000;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16)
}

._worldcup2026_compact_nav_btn svg {
    width: 20px;
    height: 20px;
    pointer-events: none
}

._worldcup2026_compact_nav_btn.prev {
    left: 0;
    transform: translate(-40%, -50%)
}

._worldcup2026_compact_nav_btn.next {
    right: 0;
    transform: translate(40%, -50%)
}

._worldcup2026_compact_nav_btn._is_hidden,
._worldcup2026_compact_nav_btn[hidden] {
    display: none
}

:root {
    --_wc2026_bracket_card_height: 112px;
    --_wc2026_bracket_col_width: 250px;
    --_wc2026_bracket_gap_x: 60px;
    --_wc2026_bracket_active_gap_y: 24px;
    --_wc2026_bracket_visible_cols: 2;
    --_wc2026_bracket_viewport_width: calc((var(--_wc2026_bracket_col_width) * var(--_wc2026_bracket_visible_cols)) + (var(--_wc2026_bracket_gap_x) * (var(--_wc2026_bracket_visible_cols) - 1)))
}

._worldcup2026_bracket_container_wrapper {
    position: relative;
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px 0;
    margin-top: 20px;
    border: 1px solid var(--_worldcup2026_color_gray-200);
    overflow: hidden
}

._worldcup2026_bracket_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 10px 15px;
    border-bottom: 2px solid var(--_worldcup2026_color_gray-100);
    margin-bottom: 0px;
    background: transparent;
    position: relative;
    z-index: 10
}

._worldcup2026_bracket_round_labels_container {
    flex: 1;
    width: 100%;
    max-width: var(--_wc2026_bracket_viewport_width);
    margin: 0 auto;
    overflow: hidden
}

._worldcup2026_bracket_round_labels_slider {
    display: flex;
    gap: var(--_wc2026_bracket_gap_x);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform
}

._worldcup2026_bracket_round_label_item {
    flex: 0 0 var(--_wc2026_bracket_col_width);
    min-width: var(--_wc2026_bracket_col_width);
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: var(--_worldcup2026_color_gray-400);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s
}

._worldcup2026_bracket_round_label_item._is_active,
._worldcup2026_bracket_round_label_item._is_next {
    color: var(--_worldcup2026_color_red-700)
}

._worldcup2026_bracket_scroll_container {
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    width: 100%;
    max-width: var(--_wc2026_bracket_viewport_width);
    margin: 0 auto
}

._worldcup2026_bracket_rounds_wrapper {
    position: relative;
    min-width: 100%;
    transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1)
}

._worldcup2026_bracket_svg_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

._worldcup2026_bracket_rounds_slider {
    display: flex;
    gap: var(--_wc2026_bracket_gap_x);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
    will-change: transform
}

._worldcup2026_bracket_column {
    display: flex;
    flex-direction: column;
    width: var(--_wc2026_bracket_col_width);
    flex-shrink: 0;
    transition: opacity 0.5s
}

._worldcup2026_bracket_column._is_prev {
    opacity: 0;
    pointer-events: none
}

._worldcup2026_bracket_match_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: gap 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1)
}

._worldcup2026_bracket_column._is_active ._worldcup2026_bracket_match_list {
    gap: var(--_wc2026_bracket_active_gap_y);
    padding-top: 0
}

._worldcup2026_bracket_column._is_next ._worldcup2026_bracket_match_list {
    gap: calc(var(--_wc2026_bracket_card_height) + 2 * var(--_wc2026_bracket_active_gap_y));
    padding-top: calc(var(--_wc2026_bracket_card_height) / 2 + var(--_wc2026_bracket_active_gap_y) / 2)
}

._worldcup2026_bracket_column[data-round="final"] ._worldcup2026_bracket_match_list {
    gap: 14px;
    padding-top: 0
}

._worldcup2026_bracket_column[data-round="final"]._is_next ._worldcup2026_bracket_match_list {
    gap: 14px;
    padding-top: calc(var(--_wc2026_bracket_card_height) / 4)
}

._worldcup2026_bracket_column[data-round="final"]._is_active ._worldcup2026_bracket_match_list {
    justify-content: flex-start;
    gap: 14px;
    min-height: calc(var(--_wc2026_bracket_card_height) * 2 + 14px)
}

._worldcup2026_bracket_match_wrapper {
    position: relative;
    width: 100%
}

._worldcup2026_bracket_match_card {
    background: #fff;
    border: 2px solid var(--_worldcup2026_color_gray-200);
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    height: var(--_wc2026_bracket_card_height);
    position: relative
}

._worldcup2026_medal_tag {
    position: absolute;
    right: 10px;
    bottom: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1
}

._worldcup2026_medal_tag._gold {
    background: #fffbeb;
    color: #a16207;
    border: 1px solid #facc15
}

._worldcup2026_medal_tag._bronze {
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #d97706
}

._worldcup2026_bracket_match_card:hover {
    border-color: var(--_worldcup2026_color_red-700);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08)
}

._worldcup2026_bracket_match_time {
    font-size: 11px;
    color: var(--_worldcup2026_color_red-700);
    font-weight: 700
}

._worldcup2026_bracket_match_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px
}

._worldcup2026_bracket_status_dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.65);
    animation: _worldcup2026_live_pulse 1.2s ease-out infinite;
    flex-shrink: 0
}

._worldcup2026_bracket_status_dot._is_final {
    background: #0f172a;
    box-shadow: none;
    animation: none
}

._worldcup2026_bracket_meta {
    font-size: 11px;
    color: var(--_worldcup2026_color_gray-500);
    margin-bottom: 8px;
    font-weight: 600
}

._worldcup2026_bracket_status {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 8px
}

._worldcup2026_bracket_status._is_live {
    color: #ef4444
}

._worldcup2026_bracket_status._is_final {
    color: var(--_worldcup2026_color_gray-500)
}

._worldcup2026_bracket_team {
    display: flex;
    align-items: center;
    padding: 3px 0;
    gap: 12px
}

._worldcup2026_bracket_team_name {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    flex: 1
}

._worldcup2026_bracket_score {
    font-weight: 800;
    font-size: 16px;
    color: #0f172a
}

._worldcup2026_bracket_nav_btn {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid var(--_worldcup2026_color_gray-200);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #475569;
    transition: all 0.2s;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05)
}

._worldcup2026_bracket_nav_btn:hover {
    background: var(--_worldcup2026_color_red-700);
    color: #fff;
    border-color: var(--_worldcup2026_color_red-700)
}

._worldcup2026_bracket_nav_btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none
}

@media (max-width:600px) {
    :root {
        --_wc2026_bracket_visible_cols: 1;
        --_wc2026_bracket_col_width: min(72vw, 220px);
        --_wc2026_bracket_gap_x: 24px
    }
}

._worldcup2026_live_mount,
._worldcup2026_live_mount * {
    box-sizing: border-box
}

._worldcup2026_live_widget {
    font-family: var(--_worldcup2026_font_sans, "Familjen Grotesk", sans-serif);
    background: #fff;
    border: 1px solid var(--_worldcup2026_color_gray-200, #f3f4f6);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    padding: 18px;
    display: grid;
    gap: 14px
}

._worldcup2026_live_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px
}

._worldcup2026_live_header_left {
    min-width: 0
}

._worldcup2026_live_league {
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700
}

._worldcup2026_live_match_id {
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.2;
    color: #94a3b8
}

._worldcup2026_live_badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    background: #475569;
    white-space: nowrap
}

._worldcup2026_live_dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.85
}

._worldcup2026_live_status_live,
._worldcup2026_live_status_halftime {
    background: #dc2626;
    animation: _worldcup2026_live_pulse 1.2s ease-in-out infinite
}

._worldcup2026_live_status_penalties,
._worldcup2026_live_status_extra_time {
    background: #7c3aed
}

._worldcup2026_live_status_fulltime {
    background: #334155
}

._worldcup2026_live_status_before {
    background: #0f766e
}

._worldcup2026_live_status_postponed,
._worldcup2026_live_status_canceled {
    background: #7f1d1d
}

._worldcup2026_live_scoreboard {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px
}

._worldcup2026_live_team {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
    min-width: 0
}

._worldcup2026_live_team_inner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%
}

._worldcup2026_live_team_name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

._worldcup2026_live_flag {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
    background: #fff;
    flex: 0 0 auto
}

._worldcup2026_live_team.home {
    text-align: left
}

._worldcup2026_live_team.away {
    text-align: right
}

._worldcup2026_live_team.away ._worldcup2026_live_team_inner {
    justify-content: flex-end
}

._worldcup2026_live_score {
    margin: 0;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    color: #111827;
    letter-spacing: 0.01em
}

._worldcup2026_live_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    color: #64748b
}

._worldcup2026_live_meta_left,
._worldcup2026_live_meta_right {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

._worldcup2026_live_events {
    display: grid;
    gap: 10px
}

._worldcup2026_live_event_group {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px
}

._worldcup2026_live_event_title {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #475569
}

._worldcup2026_live_event_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px
}

._worldcup2026_live_event_item {
    display: grid;
    grid-template-columns: 66px 1fr;
    align-items: start;
    gap: 10px
}

._worldcup2026_live_event_minute {
    font-size: 13px;
    font-weight: 700;
    color: var(--_worldcup2026_color_red-700, #9f224e)
}

._worldcup2026_live_event_text {
    font-size: 13px;
    line-height: 1.35;
    color: #1f2937
}

._worldcup2026_live_event_empty {
    margin: 0;
    font-size: 12px;
    color: #94a3b8
}

._worldcup2026_live_error {
    border-color: #fecaca;
    background: #fef2f2
}

._worldcup2026_live_error_title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #991b1b
}

._worldcup2026_live_error_text {
    margin: 0;
    font-size: 13px;
    color: #7f1d1d
}

@keyframes _worldcup2026_live_pulse {
    0% {
        filter: brightness(1)
    }

    50% {
        filter: brightness(1.15)
    }

    100% {
        filter: brightness(1)
    }
}

@media (max-width:600px) {
    ._worldcup2026_live_team {
        font-size: 15px
    }

    ._worldcup2026_live_flag {
        width: 24px;
        height: 24px
    }

    ._worldcup2026_live_score {
        font-size: 28px
    }

    ._worldcup2026_live_event_item {
        grid-template-columns: 56px 1fr
    }
}

._worldcup2026_timeline_wrapper,
._worldcup2026_timeline_wrapper *,
._worldcup2026_timeline_wrapper *::before,
._worldcup2026_timeline_wrapper *::after {
    box-sizing: border-box
}

._worldcup2026_timeline_wrapper {
    --_worldcup2026_font_sans: "Familjen Grotesk", ui-sans-serif, system-ui, sans-serif;
    --_worldcup2026_color_white: #fff;
    --_worldcup2026_color_gray-200: #e5e7eb;
    background: none;
    padding: 0;
    border-radius: 0;
    font-family: var(--_worldcup2026_font_sans)
}

._worldcup2026_timeline_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 450px;
    margin: 0 auto
}

._worldcup2026_timeline_scroll_box {
    position: relative;
    width: 100%
}

._worldcup2026_timeline_scroll {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(var(--timeline-visible-items, 3) * 125px + (var(--timeline-visible-items, 3) - 1) * 10px + 10px);
    scroll-snap-type: y mandatory;
    scrollbar-width: thin;
    -ms-overflow-style: auto;
    padding: 5px 0;
    scroll-behavior: smooth;
    touch-action: pan-y
}

._worldcup2026_timeline_scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #e2e8f0
}

._worldcup2026_timeline_scroll::-webkit-scrollbar-thumb {
    background-color: #e2e8f0;
    border-radius: 100px
}

._worldcup2026_timeline_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #fff
}

@-moz-document url-prefix() {
    ._worldcup2026_timeline_scroll {
        scrollbar-width: thin;
        scrollbar-color: #e2e8f0 #fff
    }
}

._worldcup2026_timeline_card {
    scroll-snap-align: start;
    flex-shrink: 0;
    background: var(--_worldcup2026_color_white);
    border-radius: 8px;
    padding: 15px;
    border: 1px solid var(--_worldcup2026_color_gray-200);
    box-shadow: none
}

._worldcup2026_timeline_header_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px
}

._worldcup2026_timeline_date {
    font-weight: 700;
    font-size: 16px;
    color: #111
}

._worldcup2026_timeline_meta_top {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #666;
    text-align: right
}

._worldcup2026_timeline_dot_separator::before {
    content: "•";
    margin: 0 2px;
    color: #ccc
}

._worldcup2026_timeline_status_header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px
}

._worldcup2026_timeline_status_header_top,
._worldcup2026_timeline_status_header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

._worldcup2026_timeline_date_time {
    font-weight: 700;
    font-size: 16px;
    color: #111
}

._worldcup2026_timeline_status_header_bottom {
    font-size: 16px;
    color: #666
}

._worldcup2026_timeline_status_venue,
._worldcup2026_timeline_status_match_label {
    color: inherit
}

._worldcup2026_timeline_status_match_label {
    text-align: right
}

._worldcup2026_timeline_card_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

._worldcup2026_timeline_team_rows {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

._worldcup2026_timeline_team_row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

._worldcup2026_timeline_team_identity {
    display: flex;
    align-items: center;
    gap: 10px
}

._worldcup2026_timeline_team_name {
    font-weight: 600;
    font-size: 18px;
    color: #333
}

._worldcup2026_timeline_score {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    min-width: 40px;
    text-align: right
}

._worldcup2026_timeline_score._is_hidden {
    display: none
}

._worldcup2026_timeline_meta {
    text-align: right
}

._worldcup2026_timeline_time {
    font-weight: 700;
    font-size: 18px;
    color: #000
}

._worldcup2026_timeline_status {
    font-size: 16px;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px
}

._worldcup2026_timeline_status._is_live {
    color: #ef4444
}

._worldcup2026_timeline_status._is_final {
    color: #334155;
    font-weight: 700
}

._worldcup2026_timeline_status._is_final ._worldcup2026_live_dot {
    background: currentColor;
    box-shadow: none;
    animation: none;
    opacity: 1
}

._worldcup2026_timeline_footer {
    margin-top: 5px
}

._worldcup2026_timeline_more_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px;
    background: #e2e8f0;
    color: #1a202c;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    transition: background 0.2s
}

._worldcup2026_timeline_more_btn:hover {
    background: #cbd5e1
}

._worldcup2026_timeline_nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    pointer-events: none
}

._worldcup2026_timeline_nav_btn {
    pointer-events: auto;
    width: 36px;
    height: 36px;
    background: rgba(226, 232, 240, 0.82);
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: #1e293b
}

._worldcup2026_timeline_nav_btn:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)
}

._worldcup2026_timeline_nav_btn._is_hidden {
    visibility: hidden;
    pointer-events: none
}

@media (max-width:640px) {
    ._worldcup2026_timeline_nav {
        display: none
    }
}

.wrap-slide-ltt {
    background: #f4f6f8;
    position: relative;
    border-radius: 8px;
    padding: 16px;
}

.wrap-slide-ltt .header-slide {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.section-lichthidau .header-slide {
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, .85);
    margin-bottom: 3px;
    font-family: "Familjen Grotesk";
}

.wrap-slide-ltt .header-slide .title-slide {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: rgba(0, 0, 0, .85);
    margin: 0;
}

.wrap-slide-ltt .wc26-root {
    margin-top: 0px;
}

.wrap-slide-ltt .header-slide .text-link {
    color: #374ef5;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-left: auto;
}