.se-trending-panel .se-match-grid.combined-grid {
    width: 100%;
}
.se-trending-sport-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}
#se-trending-panel,
.se-trending-panel {
    max-width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
#tab-matches .se-trending-panel,
#tab-matches .se-trending-panel .se-match-grid.combined-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
#tab-matches .se-trending-sport-section--kp .se-trending-body {
    padding-top: 12px;
}
.se-trending-sport-section .se-trending-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    box-sizing: border-box;
    gap: 16px;
    margin: 0;
    padding: 16px 0 24px 0;
}
.se-trending-sport-section .se-trending-alert {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 0;
    align-items: start;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--text-secondary);
    background: var(--bg-primary, #f1f5f9);
    border: 1px solid var(--border-primary);
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.se-trending-sport-section .se-trending-alert__ic {
    grid-column: 1;
    grid-row: 1;
    place-self: start;
    font-size: 15px;
    line-height: 1.2;
    color: var(--color-brand, #ef4444);
    opacity: 0.95;
}
.se-trending-sport-section .se-trending-alert__ic i {
    display: block;
}
.se-trending-sport-section .se-trending-alert__txt {
    grid-column: 2;
    grid-row: 1;
    display: block;
    margin: 0;
    min-width: 0;
}
[data-theme="dark"] .se-trending-sport-section .se-trending-alert {
    background: rgba(30, 41, 59, 0.65);
    color: var(--text-tertiary, #94a3b8);
    border-color: var(--border-primary);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
[data-theme="dark"] .se-trending-sport-section .se-trending-alert__ic {
    color: #f87171;
}
.se-trending-sport-section .uefa-matches.se-trending-matches-host {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    align-self: stretch;
    box-sizing: border-box;
    padding-top: 0;
}

.modern-filter-container {
    background: #1f2937;
    border-radius: 20px;
    padding: 24px;
    margin: 20px 0;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative !important;
    overflow: hidden !important;
        width: 100% !important;
    max-width: 100% !important;
}
@media (max-width: 1024px) {
    .modern-filter-container {
        z-index: 100;
        isolation: isolate;
    }
    .modern-filter-header,
    .modern-controls-wrapper,
    .modern-advanced-panel {
        position: relative;
        z-index: 1;
    }
    #ort-matches-wrap,
    #kp-matches-wrap,
    #se-trending-panel,
    .se-trending-panel {
        position: relative;
        z-index: 0;
    }
}
#ort-matches-wrap,
#kp-matches-wrap,
#se-trending-panel,
.se-trending-panel {
    overflow-anchor: none;
}
.modern-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.modern-filter-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}
.modern-filter-toggle {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    padding: 6px 8px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.modern-filter-toggle:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}
.modern-filter-toggle i {
    font-size: 12px;
    transition: transform 0.3s ease;
}
.modern-filter-container.collapsed .modern-filter-toggle i {
    transform: rotate(180deg);
}
.modern-filter-container.collapsed .modern-controls-wrapper,
.modern-filter-container.collapsed .modern-category-grid,
.modern-filter-container.collapsed .modern-advanced-panel {
        display: none !important;
}
.modern-filter-title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.modern-filter-count {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.modern-controls-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}
.modern-search-container {
	display: flex;
	align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}
.modern-search-box {
    position: relative;
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}
.modern-search-input {
	width: 100%;
    padding: 14px 50px 14px 50px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    backdrop-filter: blur(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
}
.modern-search-input::placeholder {
    color: #ffffff;
    font-weight: 400;
}
.modern-search-input:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}
.modern-search-box .modern-search-icon {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
        color: #ffffff !important;
    font-size: 18px !important;
        pointer-events: none !important;
    z-index: 10 !important;
    display: inline-block !important;
}
.modern-advanced-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    opacity: 0.8;
}
.modern-advanced-icon:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-50%) scale(1.1);
}
.modern-action-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}
.modern-action-btn {
	display: flex;
	align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: none;
    backdrop-filter: none;
    position: relative;
    -webkit-tap-highlight-color: transparent;
	overflow: hidden;
}
.modern-action-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transition: none;
}
.modern-action-btn.active {
    background: #ffffff;
    color: #667eea;
    border-color: #ffffff;
    box-shadow: none;
}
.modern-action-btn.active i {
    color: #667eea !important;
}
.modern-filter-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    min-height: 48px;
}
.modern-filter-toggle:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}
.modern-filter-toggle i {
    font-size: 16px;
    transition: transform 0.3s ease;
}
.modern-action-btn.active:hover {
    box-shadow: none;
}
.modern-action-count {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
    margin-left: 6px;
    backdrop-filter: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    display: none; 
}
.modern-action-btn.active .modern-action-count {
    background: rgba(102, 126, 234, 0.2);
    color: #667eea;
}
.modern-filter-container .modern-category-container.modern-category-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-content: center !important;
    align-items: stretch !important;
    gap: 8px 10px;
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth !important;
    overscroll-behavior-x: contain !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 6px 10px 18px 0 !important;
    margin-bottom: 0 !important;
    background: transparent;
    box-shadow: none;
    scrollbar-width: auto !important;
    scrollbar-gutter: auto;
    scrollbar-color: #64748b #f1f5f9 !important;
}
.modern-filter-container .modern-category-container.modern-category-grid::-webkit-scrollbar {
    height: 7px;
}
.modern-filter-container .modern-category-container.modern-category-grid::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 7px;
    margin: 0 2px;
}
.modern-filter-container .modern-category-container.modern-category-grid::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 7px;
    border: 2px solid #f1f5f9;
    background-clip: padding-box;
}
.modern-filter-container .modern-category-container.modern-category-grid::-webkit-scrollbar-thumb:hover {
    background: #cbd5e1;
}
.modern-filter-container .modern-category-container.modern-category-grid::-webkit-scrollbar-corner {
    background: #f1f5f9;
}
.modern-filter-container .modern-category-container .modern-category-card,
.modern-filter-container .modern-category-grid .modern-category-card {
    position: relative !important;
    float: none !important;
    flex: 1 1 0% !important;
    min-width: 88px !important;
    max-width: none !important;
    width: auto !important;
    box-sizing: border-box !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 !important;
}
.modern-filter-container .modern-category-container {
    position: relative !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
@media (max-width: 768px) {
    .modern-filter-container .modern-category-container {
        position: relative !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .modern-filter-container .modern-category-container .modern-category-card,
    .modern-filter-container .modern-category-grid .modern-category-card {
        position: relative !important;
        float: none !important;
        display: flex !important;
        flex: 1 1 0% !important;
        min-width: 80px !important;
        max-width: none !important;
        width: auto !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin: 0 !important;
    }
}
.modern-category-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    position: relative !important;
    overflow: hidden;
    min-height: 80px;
    width: auto !important;
    max-width: 100% !important;
}
.modern-category-card:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}
.modern-category-card.active {
    background: #ffffff;
    border-color: #ffffff;
    color: #667eea;
}
.modern-category-card.active:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}
.modern-category-icon {
    font-size: 24px;
    margin-bottom: 8px;
    color: #ffffff;
    transition: all 0.3s ease;
}
.modern-category-card.active .modern-category-icon {
    color: #667eea;
}
.modern-category-name {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    transition: all 0.3s ease;
}
.modern-category-card.active .modern-category-name {
    color: #667eea;
}
.modern-category-live-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    min-width: 1.1rem;
    min-height: 1.1rem;
    padding: 2px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fff;
    background: #ef4444;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    pointer-events: none;
}
.modern-category-card.active .modern-category-live-badge {
    background: #dc2626;
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
html[data-theme="dark"] .modern-category-live-badge,
[data-theme="dark"] .modern-category-live-badge {
    background: #f87171;
    color: #0b1220;
    border-color: rgba(15, 23, 42, 0.35);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
html[data-theme="dark"] .modern-category-card.active .modern-category-live-badge,
[data-theme="dark"] .modern-category-card.active .modern-category-live-badge {
    background: #ef4444;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
@media (max-width: 480px) {
    .modern-filter-container {
        margin: 8px 2px !important;
        padding: 12px 10px !important;
        border-radius: 16px;
    }
    .modern-filter-title {
        font-size: 18px;
    }
    .modern-search-input {
        padding: 10px 40px 10px 40px;
    font-size: 16px;
}
    .modern-search-icon {
        left: 12px;
        font-size: 14px;
}
    .modern-advanced-icon {
        right: 12px;
    font-size: 12px;
        padding: 4px;
    }
    .modern-action-buttons {
        gap: 6px;
    }
    .modern-action-btn {
        padding: 8px 12px;
        font-size: 12px;
        min-width: 80px;
    }
    .modern-category-grid {
        flex-wrap: nowrap !important;
        justify-content: flex-start;
        gap: 6px;
    }
    .modern-filter-container .modern-category-container .modern-category-card,
    .modern-filter-container .modern-category-grid .modern-category-card,
    .modern-category-grid .modern-category-card {
        flex: 1 1 0% !important;
        min-width: 72px !important;
        max-width: none !important;
        width: auto !important;
    }
    .modern-category-card {
        padding: 10px 6px;
        min-height: 60px;
        border-radius: 12px;
    }
    .modern-category-icon {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .modern-category-name {
        font-size: 11px;
        line-height: 1.1;
    }
    .modern-category-live-badge {
        top: 3px;
        right: 3px;
        min-width: 0.95rem;
        min-height: 0.95rem;
        padding: 1px 4px;
        font-size: 0.55rem;
    }
}
.modern-advanced-panel {
    display: none;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 20px;
    margin-top: 12px;
    margin-bottom: 20px;
    backdrop-filter: blur(20px);
    animation: slideDown 0.3s ease-out;
}
.modern-advanced-panel.active {
    display: block;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.modern-filter-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}
.modern-filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.modern-filter-group label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.modern-filter-select {
    padding: 10px 14px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    color: #000000;
    font-size: 14px;
    backdrop-filter: blur(20px);
    outline: none;
    cursor: pointer;
}
.modern-filter-select:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
}
.modern-filter-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 16px;
}
.modern-filter-apply-btn,
.modern-filter-reset-btn {
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.modern-filter-apply-btn {
    background: #ffffff;
    color: #667eea;
    border-color: #ffffff;
}
.modern-filter-apply-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
}
.modern-filter-reset-btn {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}
.modern-filter-reset-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
    .modern-advanced-panel {
        padding: 16px;
        border-radius: 14px;
        margin-bottom: 16px;
    }
    .modern-filter-row {
        grid-template-columns: 1fr;
    gap: 12px;
        margin-bottom: 12px;
    }
    .modern-filter-actions {
    flex-direction: column;
        gap: 8px;
    }
    .modern-filter-apply-btn,
    .modern-filter-reset-btn {
        width: 100%;
        padding: 12px;
    }
}
.modern-empty-state {
    background: transparent;
    backdrop-filter: none;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 5px 0;
    text-align: center;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
}
.modern-empty-content {
    max-width: 400px;
    margin: 0 auto;
}
.modern-empty-content i {
    font-size: 64px;
    color: rgba(0, 0, 0, 0.4);
        margin-bottom: 20px;
    display: block;
}
.modern-live-indicator {
    animation: blink 1.5s infinite;
    margin-right: 8px;
}
.sport-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}
.sport-football { background: linear-gradient(135deg, #27ae60, #2ecc71) !important; }
.sport-basketball { background: linear-gradient(135deg, #e67e22, #f39c12) !important; }
.sport-tennis { background: linear-gradient(135deg, #8e44ad, #9b59b6) !important; }
.sport-hockey { background: linear-gradient(135deg, #2980b9, #3498db) !important; }
.sport-soccer { background: linear-gradient(135deg, #27ae60, #2ecc71) !important; }
.match-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.match-teams {
    font-weight: 600;
    color: #2c3e50;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.live-pulse {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    animation: pulse 2s infinite;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.4);
}
.league-name {
    color: #7f8c8d;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    text-align: center;
}
@keyframes pulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.05); }
    100% { opacity: 1; transform: scale(1); }
}
@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.3; }
}
.modern-empty-content h3 {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    text-shadow: none;
}
.modern-empty-content p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.modern-empty-reset {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    color: white;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.modern-empty-reset:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
.modern-empty-reset i {
        font-size: 14px !important;
    color: white !important;
    margin: 0 !important;
}
@media (max-width: 768px) {
    .modern-empty-state {
        padding: 0;
        margin: 0;
        border-radius: 0;
    }
    .modern-empty-content i {
        font-size: 48px;
        margin-bottom: 16px;
    }
    .modern-empty-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .modern-empty-content p {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .modern-empty-reset {
        padding: 10px 20px;
        font-size: 13px;
    }
}
@media (max-width: 1366px) {
    .modern-filter-container {
        border: none !important;
    }
    .modern-filter-header {
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: space-between;
        width: 100% !important;
    }
    .modern-search-container {
        flex-direction: column;
        gap: 8px;
        flex: 1;
        width: 100% !important;
    }
    .modern-search-box {
        display: none !important; 
    }
    .modern-action-buttons {
        display: flex !important; 
        gap: 8px !important;
        width: 100% !important;
        flex: 1 !important; 
        order: 2 !important;
        flex-wrap: nowrap !important;
        justify-content: stretch !important;
    }
    .modern-search-box {
        width: 100%;
        position: relative;
        order: 1;
    }
    .modern-search-input {
        padding: 12px 50px 12px 44px;
        width: 100%;
    }
    .modern-search-icon {
        left: 14px;
    }
    .modern-advanced-icon {
        right: 14px;
    }
    .modern-filter-toggle {
        display: none !important; 
    }
    .modern-controls-wrapper {
        gap: 8px !important;
        margin-bottom: 8px !important;
    }
    .modern-filter-container .modern-category-container {
        position: relative !important;
        overflow: visible !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .modern-filter-container .modern-category-container.modern-category-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-behavior: auto !important;
        overscroll-behavior-x: contain !important;
        padding: 6px 8px 20px 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: none !important;
        justify-content: flex-start !important;
        background: transparent;
        box-shadow: none;
        scrollbar-gutter: auto;
        scrollbar-color: #64748b #f1f5f9 !important;
    }
    .modern-filter-container .modern-category-container.modern-category-grid::-webkit-scrollbar {
        height: 7px;
    }
    .modern-filter-container .modern-category-container.modern-category-grid::-webkit-scrollbar-track {
        background: #f1f5f9;
        border-radius: 7px;
        margin: 0 2px;
    }
    .modern-filter-container .modern-category-container.modern-category-grid::-webkit-scrollbar-thumb {
        background: #e2e8f0;
        border-radius: 7px;
        border: 2px solid #f1f5f9;
        background-clip: padding-box;
    }
    .modern-filter-container .modern-category-container.modern-category-grid::-webkit-scrollbar-thumb:hover {
        background: #cbd5e1;
    }
    .modern-filter-container .modern-category-container.modern-category-grid::-webkit-scrollbar-corner {
        background: #f1f5f9;
    }
    .modern-filter-container .modern-category-container .modern-category-card,
    .modern-filter-container .modern-category-grid .modern-category-card {
        flex: 1 1 0% !important;
        min-width: 80px !important;
        max-width: none !important;
        width: auto !important;
        padding: 10px 8px !important;
        min-height: 70px !important;
        border-radius: 12px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        float: none !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin: 0 !important;
    }
    .modern-category-icon {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .modern-category-name {
        font-size: 11px;
        line-height: 1.1;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    .modern-action-buttons {
        display: flex !important;
        gap: 8px !important;
        width: 100% !important;
        flex: 1 !important; 
        order: 2 !important;
        flex-wrap: nowrap !important;
        justify-content: stretch !important;
    }
    .modern-action-btn {
        flex: 1 1 auto !important;
        min-width: 80px !important;
        max-width: none !important;
        width: auto !important;
        padding: 10px 12px !important;
        font-size: 13px !important;
        justify-content: center !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        box-sizing: border-box !important;
    }
    .modern-action-btn span:not(.modern-action-count) {
        white-space: nowrap;
        overflow: visible !important;
        text-overflow: ellipsis;
        flex: 1;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        font-size: 12px !important;
        color: inherit !important;
        width: auto !important;
        height: auto !important;
    }
    .modern-action-btn .modern-action-count {
        display: none !important; 
    }
    .modern-action-btn .modern-action-count:not(:empty) {
        display: inline-block !important;
    }
    .modern-action-btn .modern-action-count:empty {
        display: none !important;
    }
    .mobile-panel {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        z-index: 9999;
        transition: right 0.3s ease;
        overflow-y: auto;
        box-shadow: -5px 0 20px rgba(0,0,0,0.3);
    }
    #mobileSearchPanel.mobile-panel {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        min-height: 0;
        overflow: hidden;
    }
    .mobile-panel.active {
        right: 0;
    }
    .mobile-panel-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 24px;
        border-bottom: 1px solid #e5e7eb;
        background: #ffffff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        gap: 12px;
    }
    .mobile-panel-header .mobile-search-input-container {
        flex: 1;
        position: relative;
        margin-bottom: 0;
    }
    .mobile-panel-close {
        background: #f3f4f6;
        border: none;
        color: #6b7280;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        transition: all 0.3s ease;
    }
    .mobile-panel-close:hover {
        background: rgba(255,255,255,0.3);
        transform: scale(1.1);
    }
    #mobileSearchPanel > .mobile-panel-header {
        padding: 16px 8px !important;
        box-sizing: border-box;
        flex-shrink: 0;
        position: relative;
        z-index: 20;
    }
    #mobileSearchPanel > .mobile-panel-content {
        padding: 10px 8px 20px !important;
        box-sizing: border-box;
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    #mobileSearchPanel .mobile-search-description {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .mobile-search-input-container {
        position: relative;
        margin-bottom: 15px;
    }
    .mobile-search-description {
        text-align: center;
        color: #ff4757;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
        padding: 0;
    }
    .mobile-search-input {
        width: 100%;
        padding: 15px 50px 15px 20px;
        border: 2px solid #333333;
        border-radius: 25px;
        background: rgba(255,255,255,0.9);
        color: #333;
        font-size: 16px;
        outline: none;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }
    .mobile-search-input:focus {
        border-color: #ff4757;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1), 0 0 0 3px rgba(255, 71, 87, 0.2);
    }
    .mobile-search-input::placeholder {
        color: #666;
    }
    .mobile-search-input-icon {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: #666;
        font-size: 16px;
    }
    .mobile-search-filters {
        display: flex;
        gap: 8px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .mobile-filter-btn {
        padding: 8px 16px;
        border: none;
        border-radius: 20px;
        background: rgba(255,255,255,0.2);
        color: #ffffff;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }
    .mobile-filter-btn.active {
        background: #ffffff;
        color: #667eea;
        border-color: #ffffff;
    }
    .mobile-filter-btn:hover {
        background: rgba(255,255,255,0.3);
    }
    .mobile-search-results.uefa-matches {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        width: 100%;
        box-sizing: border-box;
        margin: 12px 0;
        padding: 0;
    }
    .uefa-teams.single-team {
        margin-right: 0px !important;
    }
    .uefa-teams .uefa-team:only-child .uefa-name {
        max-width: none !important;
        flex: 1 1 auto !important;
    }
    .uefa-teams .uefa-team:only-child .uefa-crest {
        width: 24px;
        height: 24px;
    }
    .uefa-teams .uefa-team:only-child .uefa-crest:has(img) {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .uefa-teams .uefa-team:only-child .uefa-crest:not(:has(img)) {
        display: inline-grid;
        place-items: center;
        text-align: center;
        padding-top: 2px;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }
    .mobile-search-empty {
        text-align: center;
        color: rgba(255,255,255,0.8);
        font-size: 16px;
        padding: 20px;
        margin-top: 10px;
    }
    .mobile-search-empty i {
        font-size: 48px;
        color: rgba(255,255,255,0.4);
        margin-bottom: 16px;
        display: block;
    }
    .mobile-search-empty h4 {
        color: #ff4757;
        margin: 0 0 8px 0;
        font-size: 18px;
        font-weight: 600;
    }
    .mobile-search-empty p {
        color: rgba(255,255,255,0.7);
        margin: 0 0 20px 0;
        font-size: 14px;
        line-height: 1.4;
    }
    .mobile-clear-search {
        background: #ff4757;
        color: #ffffff;
        border: none;
        padding: 12px 24px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .mobile-clear-search:hover {
        background: #ff3742;
    }
    .mobile-panel-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .mobile-panel-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    body.mobile-panel-open {
        overflow: hidden;
    }
}
.uefa-matches a.uefa-card.uefa-card--hot-ribbon {
    overflow: visible !important;
    z-index: 0;
    padding-top: calc(var(--card-py) + 4px) !important;
}
.uefa-matches a.uefa-card.uefa-card--hot-ribbon:has(.uefa-teams.two-teams) {
    overflow: visible !important;
}
.uefa-hot-ribbon {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -1px);
    z-index: 3;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #9a3412;
    background: var(--page-bg, #eef2f6);
    border: 0;
    border-radius: 0 0 8px 8px;
    padding: 4px 14px 3px;
    line-height: 1.2;
    white-space: nowrap;
    pointer-events: none;
    max-width: min(200px, calc(100% - 32px));
    text-align: center;
    box-shadow: 0 1px 0 var(--card-bd);
}
.uefa-hot-ribbon strong {
    color: #7c2d12;
    font-weight: 800;
}
html[data-theme="dark"] .uefa-matches .uefa-hot-ribbon,
[data-theme="dark"] .uefa-hot-ribbon {
    color: var(--text-tertiary, #94a3b8) !important;
    background: var(--bg-primary) !important;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid var(--border-primary) !important;
    border-top: 0;
    border-radius: 0 0 8px 8px;
}
html[data-theme="dark"] .uefa-matches .uefa-hot-ribbon strong,
[data-theme="dark"] .uefa-hot-ribbon strong {
    color: #fbbf24 !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .uefa-card.live {
        border-left: 4px solid #ef4444 !important;
    }
    .se-sport-header {
        padding: 16px 20px !important;
        min-height: 60px !important;
    }
    .se-sport-info {
        gap: 12px !important;
        align-items: center !important;
    }
    .se-sport-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .se-sport-icon-img {
        width: 24px !important;
        height: 24px !important;
        object-fit: contain !important;
    }
    .se-sport-name {
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
    }
    .se-upcoming-count {
        padding: 6px 12px !important;
        font-size: 13px !important;
        min-width: auto !important;
        height: auto !important;
    }
    .se-upcoming-count-text {
        font-size: 13px !important;
        line-height: 1 !important;
    }
}
@media (max-width: 767px) {
    .uefa-card.live {
        border-left: 4px solid #ef4444 !important;
    }
    .modern-filter-container .modern-category-container .modern-category-card,
    .modern-filter-container .modern-category-grid .modern-category-card {
        flex: 1 1 0% !important;
        min-width: 70px !important;
        max-width: none !important;
        width: auto !important;
        padding: 8px 6px;
        min-height: 65px;
    }
    .modern-category-icon {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .modern-category-name {
        font-size: 10px;
        line-height: 1.1;
    }
    .modern-category-live-badge {
        top: 2px;
        right: 2px;
        min-width: 0.9rem;
        min-height: 0.9rem;
        padding: 1px 3px;
        font-size: 0.5rem;
    }
}
@font-face {
    font-family: 'Champions Regular';
    src: url('/assets/fonts/champions-regular.woff2') format('woff2'),
       url('/assets/fonts/champions-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root {
    --container: 1180px;
    --page-pad: 24px;
    --page-bg: #eef2f6;
    --grid-gap: 26px;
    --card-bg: #fff;
    --card-br: 18px;
    --card-bd: #e6e9ef;
    --card-shadow: 0 8px 24px rgba(17,24,39,.06);
    --card-px: 22px;          
    --card-py: 18px;          
    --card-h: 96px;           
    --row-gap: 12px;          
    --crest: 22px;            
    --crest-gap: 10px;        
    --name-size: 18px;
    --name-weight: 400;
    --team-name-base: calc(100vw - 320px); 
    --team-name-single: min(300px, var(--team-name-base)); 
    --team-name-double: min(200px, calc(var(--team-name-base) / 2.2)); 
    --right: 168px;           
    --split: 1px;             
    --split-gap: 2px;         
    --right-gap: 18px;        
    --time-size: 18px;
    --btn-size: 13px;
    --ink: #0f172a;
    --muted: #64748b;
    --blue: #4361ee;
    --blue-weak: #e9efff;
    --blue-bd: #d6e3ff;
    --uefa-mob-pad-left: 8px;
    --uefa-mob-pad-right: calc(6px + var(--right) + 6px);
    --uefa-mob-meta-inset: 14px;
    --uefa-mob-nudge: 8px;
    --uefa-mob-meta-right: 6px;
}
.uefa-matches {
    display: grid;
    gap: var(--grid-gap);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 24px 0;
}
@media (max-width: 1366px) {
    :root {
        --right: 126px;
    }
    .uefa-matches {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 12px 0;
    }
}
@media (max-width: 720px) {
    .uefa-matches {
        grid-template-columns: 1fr;
    }
}
.uefa-card {
    position: relative;
    background: var(--card-bg);
    border: 1px solid var(--card-bd);
    border-radius: var(--card-br);
    box-shadow: var(--card-shadow);
    min-height: var(--card-h);
    padding: var(--card-py) calc(var(--card-px) + var(--right) + 10px) var(--card-py) var(--card-px);
    display: flex;
    align-items: flex-start;
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
    overflow: hidden; 
}
.uefa-matches a.uefa-card:not(.single-event-card),
.uefa-matches .uefa-card:not(.single-event-card) {
    min-height: 88px;
    padding: var(--card-py) var(--uefa-mob-pad-right) var(--card-py) var(--uefa-mob-pad-left) !important;
}
.uefa-matches .uefa-card:not(.single-event-card):has(.uefa-teams.two-teams) {
    --uefa-mob-meta-inset: 14px;
    --uefa-mob-nudge: 8px;
    --right: 138px;
    --right-gap: 10px;
    --uefa-mob-pad-right: calc(var(--uefa-mob-meta-inset) + var(--uefa-mob-nudge) + var(--right)) !important;
    padding: var(--card-py) var(--uefa-mob-pad-right) var(--card-py) var(--uefa-mob-pad-left) !important;
    overflow: hidden !important;
}
.uefa-matches .uefa-card:not(.single-event-card):has(.uefa-teams.two-teams) .uefa-teams,
.uefa-matches .uefa-card.single-event-card.live:has(.uefa-teams) .uefa-teams {
    position: relative;
    z-index: 1;
}
.uefa-matches .uefa-card.single-event-card,
.uefa-matches a.uefa-card.single-event-card {
    min-height: 88px;
}
.uefa-matches .uefa-card.single-event-card.live:has(.uefa-meta-wrap),
.uefa-matches a.uefa-card.single-event-card.live:has(.uefa-meta-wrap) {
    --uefa-mob-meta-inset: 14px;
    --uefa-mob-nudge: 8px;
    --right: 147px;
    --right-gap: 0px;
    --uefa-mob-pad-right: calc(var(--uefa-mob-meta-inset) + var(--uefa-mob-nudge) + var(--right)) !important;
    padding: var(--card-py) var(--uefa-mob-pad-right) var(--card-py) var(--uefa-mob-pad-left) !important;
    overflow: hidden !important;
}
.uefa-matches .uefa-meta-wrap {
    gap: var(--right-gap) !important;
    width: var(--right) !important;
    max-width: var(--right) !important;
    right: calc(var(--uefa-mob-meta-inset) + var(--uefa-mob-nudge)) !important;
    left: auto !important;
    justify-content: flex-end !important;
    z-index: 2;
    align-items: center !important;
}
.uefa-matches .uefa-stars {
    margin-right: 4px !important;
}
.uefa-matches .uefa-card.single-event-card.live:has(.uefa-meta-wrap) .uefa-stars.uefa-stars--twin-spacer {
    flex: 0 0 40px;
    min-width: 40px;
    max-width: 40px;
    width: 40px;
    box-sizing: border-box;
    flex-shrink: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0;
}
.uefa-matches .uefa-star {
    margin-left: 0 !important;
    color: #374151 !important;
}
.uefa-matches .uefa-star i {
    color: #374151 !important;
}
.uefa-matches .uefa-star.active {
    color: #fbbf24 !important;
}
.uefa-matches .uefa-star.active i {
    color: #fbbf24 !important;
}
.uefa-matches .uefa-time:not(:has(.uefa-day)) {
    font-size: 14px !important;
    line-height: 1.2 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    text-align: left !important;
    overflow: hidden !important;
    white-space: normal !important;
    word-break: break-word !important;
}
.uefa-matches .uefa-time:has(.uefa-day) {
    font-size: 14px !important;
    line-height: 1.15 !important;
    min-width: 0 !important;
}
.uefa-matches .uefa-day {
    font-size: 11px !important;
    margin-bottom: 2px !important;
    opacity: 0.8 !important;
    text-align: left !important;
}
.uefa-matches .uefa-hour {
    font-size: 14px !important;
    text-align: left !important;
}
.uefa-matches .uefa-card.live .uefa-time {
    color: #ef4444 !important;
    font-weight: 600 !important;
}
.uefa-matches .uefa-card.live .uefa-time.status-final {
    color: #9ca3af !important;
    font-weight: 700 !important;
}
.uefa-matches .uefa-card.live .uefa-time.status-espn-halftime,
.uefa-matches .uefa-card.live .uefa-time.status-upcoming {
    color: #a78bfa !important;
    font-weight: 700 !important;
}
.uefa-matches .uefa-card.live .uefa-time.status-espn-stoppage {
    color: #f59e0b !important;
    font-weight: 700 !important;
}
.uefa-matches .uefa-card.live .uefa-time.uefa-time--soon,
.uefa-matches .uefa-card .uefa-time.uefa-time--soon {
    color: #f97316 !important;
    font-weight: 700 !important;
}
.uefa-matches .uefa-meta .uefa-espn-status {
    text-align: left !important;
}
.uefa-matches .uefa-card.single-event-card .uefa-single-when.uefa-time {
    display: inline-flex !important;
    text-align: right !important;
    white-space: normal !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
}
.uefa-matches .uefa-card.single-event-card .uefa-single-when .uefa-day,
.uefa-matches .uefa-card.single-event-card .uefa-single-when .uefa-dsep,
.uefa-matches .uefa-card.single-event-card .uefa-single-when .uefa-hour {
    text-align: right !important;
    font-size: 14px !important;
}
.uefa-matches .uefa-card.single-event-card .uefa-day {
    margin-bottom: 0 !important;
}
.uefa-matches a.uefa-card.uefa-card--hot-ribbon.single-event-card,
.uefa-matches .uefa-card.uefa-card--hot-ribbon.single-event-card {
    align-items: center !important;
}
.uefa-matches a.uefa-card.uefa-card--hot-ribbon.single-event-card.live:has(.uefa-meta-wrap) .uefa-meta,
.uefa-matches .uefa-card.uefa-card--hot-ribbon.single-event-card.live:has(.uefa-meta-wrap) .uefa-meta {
    margin-left: 10px;
}
.uefa-matches .uefa-card.single-event-card .uefa-stars--inline {
    margin-right: 0 !important;
}
.uefa-matches .uefa-meta {
    flex-shrink: 1 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    justify-content: center !important;
    padding: 0 !important;
    align-items: flex-start !important;
}
.uefa-matches .uefa-time {
    margin: 0 !important;
}
.uefa-matches .uefa-teams .uefa-team:not(:only-child) .uefa-name {
    max-width: none !important;
    width: auto !important;
    flex: 1 1 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin-right: 1px !important;
}
.uefa-matches .uefa-teams .uefa-team:only-child .uefa-name {
    max-width: none !important;
    width: auto !important;
    flex: 1 1 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin-right: 0px !important;
}
.uefa-matches .uefa-teams .uefa-team:only-child .uefa-crest {
    width: 22px !important;
    height: 22px !important;
}
.uefa-matches .uefa-crest:not(:has(img)) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding-top: 2px !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
}
.uefa-matches .uefa-vline {
    display: block !important;
    width: 1px !important;
    background: #e5e7eb !important;
    height: 50px !important;
    align-self: center !important;
    flex-shrink: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.uefa-matches .uefa-card:not(.single-event-card):has(.uefa-teams.two-teams) .uefa-meta,
.uefa-matches .uefa-card.single-event-card.live:has(.uefa-meta-wrap) .uefa-meta {
    align-items: flex-end !important;
    width: 100% !important;
}
.uefa-matches .uefa-card:not(.single-event-card):has(.uefa-teams.two-teams) .uefa-meta .uefa-time:not(:has(.uefa-day)),
.uefa-matches .uefa-card.single-event-card.live:has(.uefa-meta-wrap) .uefa-meta .uefa-time:not(:has(.uefa-day)) {
    text-align: center !important;
    width: 100% !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.2 !important;
}
.uefa-matches .uefa-card:not(.single-event-card):has(.uefa-teams.two-teams) .uefa-day,
.uefa-matches .uefa-card:not(.single-event-card):has(.uefa-teams.two-teams) .uefa-hour,
.uefa-matches .uefa-card.single-event-card.live:has(.uefa-meta-wrap) .uefa-day,
.uefa-matches .uefa-card.single-event-card.live:has(.uefa-meta-wrap) .uefa-hour {
    text-align: right !important;
}
.uefa-matches .uefa-card:not(.single-event-card):has(.uefa-teams.two-teams) .uefa-meta .uefa-espn-status,
.uefa-matches .uefa-card.single-event-card.live:has(.uefa-meta-wrap) .uefa-meta .uefa-espn-status {
    text-align: right !important;
    width: 100% !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.2 !important;
}
.uefa-matches .uefa-card:not(.single-event-card):has(.uefa-teams.two-teams) .uefa-meta .uefa-time:has(.uefa-day),
.uefa-matches .uefa-card.single-event-card.live:has(.uefa-meta-wrap) .uefa-meta .uefa-time:has(.uefa-day) {
    text-align: center !important;
    width: 100% !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.2 !important;
}
.uefa-matches .uefa-card:not(.single-event-card):has(.uefa-teams.two-teams) .uefa-meta .uefa-time:has(.uefa-day) .uefa-day,
.uefa-matches .uefa-card:not(.single-event-card):has(.uefa-teams.two-teams) .uefa-meta .uefa-time:has(.uefa-day) .uefa-hour,
.uefa-matches .uefa-card.single-event-card.live:has(.uefa-meta-wrap) .uefa-meta .uefa-time:has(.uefa-day) .uefa-day,
.uefa-matches .uefa-card.single-event-card.live:has(.uefa-meta-wrap) .uefa-meta .uefa-time:has(.uefa-day) .uefa-hour {
    text-align: center !important;
}
@media (min-width: 1367px) {
    .uefa-matches .uefa-day {
        font-size: 12.5px !important;
    }
    .uefa-matches .uefa-card.single-event-card .uefa-single-when .uefa-day {
        font-size: 15.5px !important;
    }
}
@media (min-width: 769px) {
    .uefa-card:hover {
        background: #f8f9fa;
        box-shadow: 0 12px 32px rgba(17,24,39,.12);
        text-decoration: none;
        color: inherit;
    }
}
.uefa-card.live {
    border-left: 4px solid #ef4444;
}
.uefa-card.single-event-card {
    padding: var(--card-py) var(--card-px) !important;
    align-items: center;
}
.uefa-card.single-event-card.live {
    padding: var(--card-py) calc(var(--card-px) + 10px) var(--card-py) var(--card-px) !important;
}
.uefa-matches .uefa-card.single-event-card:not(.live),
.uefa-matches a.uefa-card.single-event-card:not(.live) {
    padding: var(--card-py) var(--card-px) var(--card-py) var(--uefa-mob-pad-left) !important;
}
.uefa-card.single-event-card .uefa-single-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px 14px;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
}
.uefa-card.single-event-card .uefa-teams {
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 0;
    height: auto;
    justify-content: center;
}
.uefa-card.single-event-card .uefa-single-rail {
    display: flex;
    flex: 0 0 auto;
    min-width: 0;
    max-width: min(50%, 200px);
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 4px;
}
.uefa-card.single-event-card .uefa-single-topline {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 10px;
    width: 100%;
    min-width: 0;
}
.uefa-card.single-event-card .uefa-single-rail--upcoming .uefa-single-topline {
    align-items: baseline;
}
.uefa-card.single-event-card .uefa-stars--inline {
    flex-direction: row;
    height: auto;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
}
.uefa-card.single-event-card .uefa-stars--inline .uefa-star {
    line-height: 1;
    margin: 0;
    padding: 0;
    height: 24px;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.uefa-card.single-event-card .uefa-single-when {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
    gap: 0;
    text-align: right;
    line-height: 1.2;
    min-width: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--ink);
}
.uefa-card.single-event-card .uefa-single-when .uefa-day,
.uefa-card.single-event-card .uefa-single-when .uefa-dsep,
.uefa-card.single-event-card .uefa-single-when .uefa-hour {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}
.uefa-card.single-event-card .uefa-single-when .uefa-day {
    letter-spacing: 0.01em;
    opacity: 0.95;
}
.uefa-card.single-event-card .uefa-single-when .uefa-dsep {
    margin: 0 0.2em 0 0;
    padding: 0;
}
.uefa-card.single-event-card .uefa-single-rail--live {
    max-width: min(50%, 220px);
    align-items: center;
    padding-right: 6px;
    box-sizing: border-box;
}
.uefa-card.single-event-card.live .uefa-single-rail,
.uefa-card.single-event-card .uefa-single-rail.uefa-single-rail--live {
    align-items: center;
    padding-right: 6px;
    box-sizing: border-box;
}
.uefa-card.single-event-card .uefa-single-rail--live .uefa-single-topline {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.uefa-card.single-event-card .uefa-single-live {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    text-align: center;
    width: 100%;
}
.uefa-card.single-event-card .uefa-single-live .uefa-time,
.uefa-card.single-event-card .uefa-single-live .uefa-espn-status {
    text-align: center;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}
.uefa-card.single-event-card .uefa-single-when.uefa-time:empty {
    display: none;
}
.uefa-card.single-event-card.live .uefa-single-live .uefa-time,
.uefa-card.single-event-card.live .uefa-single-live .uefa-espn-status {
    color: #ef4444;
    font-weight: 700;
}
@media (min-width: 721px) {
    .uefa-card.single-event-card {
        min-height: var(--card-h);
    }
}
@media (max-width: 400px) {
    .uefa-card.single-event-card .uefa-single-when,
    .uefa-card.single-event-card .uefa-single-when .uefa-day,
    .uefa-card.single-event-card .uefa-single-when .uefa-dsep,
    .uefa-card.single-event-card .uefa-single-when .uefa-hour {
        font-size: 14px;
    }
    .uefa-card.single-event-card .uefa-name {
        max-width: 60vw;
    }
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}
.uefa-teams {
    display: flex;
    flex-direction: column;
    gap: var(--row-gap);
    min-width: 0;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
    flex: 1 1 auto; 
    overflow: hidden;
    margin-right: 5px; 
}
.uefa-teams.two-teams {
    align-items: stretch;
}
.uefa-team {
    display: flex;
    align-items: center;
    min-width: 0;
    width: 100%; 
    overflow: hidden;
}
.uefa-crest {
    width: var(--crest);
    height: var(--crest);
    border-radius: 50%;
    overflow: hidden;
    margin-right: var(--crest-gap);
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    box-sizing: border-box;
}
.uefa-crest:not(:has(img)) {
    display: inline-grid;
    place-items: center;
    text-align: center;
    background: #e2e8f0;
    color: #0f172a;
    border: 1px solid #cbd5e1;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}
.uefa-crest:has(img) {
    background: transparent;
}
.uefa-crest img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.uefa-crest > i.fas,
.uefa-crest > i.far,
.uefa-crest > i.fab {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.uefa-name {
    font-family: 'Champions Regular', Arial, sans-serif;
    font-size: var(--name-size);
    font-weight: var(--name-weight);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--ink);
    max-width: none; 
    min-width: 0;
    flex: 0 1 auto; 
    display: block; 
}
.uefa-meta-wrap {
    position: absolute;
    top: var(--card-py);
    right: var(--card-px);
    bottom: var(--card-py);
    width: var(--right);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--right-gap);
}
.uefa-stars {
    display: flex;
    flex-direction: column;
    gap: var(--row-gap);
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    margin: 0;
}
.uefa-star {
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #374151;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 2px;
    vertical-align: middle;
}
.uefa-star i {
    font-size: 16px;
    transition: inherit;
}
.uefa-star:hover {
    color: #fbbf24;
    transform: scale(1.2);
}
.uefa-star:hover i {
    color: #fbbf24;
}
.uefa-star.active {
    color: #fbbf24;
}
.uefa-star.active i {
    color: #fbbf24;
}
.uefa-vline {
    width: var(--split);
    align-self: stretch;
    margin: var(--split-gap) 0;
    background: var(--card-bd);
    border-radius: 2px;
}
.uefa-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    min-width: 0;
    max-width: 100%;
    flex: 0 1 auto;
}
.uefa-time {
    margin: 0;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}
.uefa-teams .uefa-team:not(:only-child) .uefa-name {
    max-width: none; 
    width: auto;
    flex: 1 1 0; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 2px; 
}
.uefa-teams .uefa-team:only-child .uefa-name {
    max-width: none; 
    width: auto;
    flex: 1 1 0; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0px; 
}
.uefa-teams.single-team {
    margin-right: 0px !important; 
}
.uefa-teams .uefa-team:only-child .uefa-name {
    max-width: none !important; 
    flex: 1 1 auto !important; 
}
.uefa-teams .uefa-team:only-child .uefa-crest {
    width: 24px;
    height: 24px;
}
.uefa-teams .uefa-team:only-child .uefa-crest:has(img) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.uefa-teams .uefa-team:only-child .uefa-crest:not(:has(img)) {
    display: inline-grid;
    place-items: center;
    text-align: center;
}
.uefa-time {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: var(--ink); 
    text-align: center;
    display: block;
}
.uefa-day {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
    opacity: 0.8;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uefa-hour {
    display: block;
    font-size: 16px;
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uefa-card.live .uefa-time {
    color: #ef4444;
    font-weight: 600;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
}
.uefa-card.live .uefa-time.status-espn-halftime,
.uefa-card.live .uefa-time.status-upcoming {
    color: #a78bfa;
    font-weight: 700;
}
.uefa-card.live .uefa-time.status-espn-stoppage {
    color: #f59e0b;
    font-weight: 700;
}
.uefa-card.live .uefa-time.status-final {
    color: #9ca3af;
    font-weight: 700;
}
.uefa-time.uefa-time--soon {
    color: #f97316;
    font-weight: 700;
    font-size: 0.95em;
    letter-spacing: 0.02em;
}
.uefa-card.live .uefa-time.uefa-time--soon {
    color: #f97316;
    font-weight: 700;
}
.uefa-espn-status {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 4px;
    max-width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
}
.uefa-card .uefa-espn-status.status-live,
.uefa-espn-status.status-live {
    color: #ef4444;
}
.uefa-espn-status.status-final {
    color: #9ca3af;
}
.uefa-espn-status.status-upcoming {
    color: #38bdf8;
}
.uefa-espn-status.status-espn-stoppage {
    color: #f59e0b;
}
.uefa-espn-status.status-espn-halftime {
    color: #a78bfa;
}
.uefa-btn {
    font-size: var(--btn-size);
    font-weight: 700;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 10px;
    color: var(--blue);
    background: var(--blue-weak);
    border: 1px solid var(--blue-bd);
    text-decoration: none;
    transition: all 0.2s ease;
}
.uefa-btn:hover {
    filter: brightness(.95);
    text-decoration: none;
    color: var(--blue);
}
@media (max-width: 1024px) and (min-width: 769px) {
    .uefa-teams .uefa-team:not(:only-child) .uefa-name {
        max-width: none !important;
        width: auto !important;
        flex: 1 1 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        margin-right: 1px !important; 
    }
    .uefa-teams .uefa-team:only-child .uefa-name {
        max-width: none !important;
        width: auto !important;
        flex: 1 1 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        margin-right: 0px !important; 
    }
}
@media (max-width: 1024px) and (min-width: 721px) {
    .uefa-star {
        color: #374151 !important; 
    }
    .uefa-star i {
        color: #374151 !important; 
    }
    .uefa-star.active {
        color: #fbbf24 !important;
    }
    .uefa-star.active i {
        color: #fbbf24 !important;
    }
}
@media (max-width: 540px) {
    :root {
        --right: 122px;
        --name-size: 16px;
        --time-size: 16px;
        --crest: 20px;
        --right-gap: 8px;
        --card-px: 16px;
    }
    .uefa-btn {
        font-size: 11px;
        padding: 4px 8px;
    }
    .uefa-teams .uefa-team:not(:only-child) .uefa-name {
        max-width: none !important; 
        width: auto !important;
        flex: 1 1 0 !important; 
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        margin-right: 0px !important; 
    }
    .uefa-teams .uefa-team:only-child .uefa-name {
        max-width: none !important; 
        width: auto !important;
        flex: 1 1 0 !important; 
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        margin-right: 0px !important; 
    }
    .uefa-stars {
        margin-left: 0 !important;
    }
    .uefa-star {
        margin-left: 0 !important;
    }
    .uefa-meta {
        margin-top: 0 !important;
        height: 100% !important;
    }
    .uefa-btn {
        margin-top: auto !important;
    }
}
.team-logo-white {
    filter: brightness(0) saturate(100%) invert(15%) sepia(20%) 
            hue-rotate(180deg) brightness(1.1) contrast(1.2);
}
.team-logo-black {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) 
            hue-rotate(0deg) brightness(1.8) contrast(1.0);
}
@media (prefers-color-scheme: dark) {
    .team-logo-black {
        filter: brightness(0) saturate(100%) invert(85%) sepia(5%) 
                hue-rotate(0deg) brightness(1.5) contrast(1.0);
    }
}
@media (prefers-color-scheme: light) {
    .team-logo-white {
        filter: brightness(0) saturate(100%) invert(25%) sepia(15%) 
                hue-rotate(180deg) brightness(1.2) contrast(1.3);
    }
    .team-logo-black {
        filter: brightness(0) saturate(100%) invert(75%) sepia(0%) 
                hue-rotate(0deg) brightness(1.3) contrast(1.0);
    }
}
.uefa-card:hover .team-logo-white {
    filter: brightness(0) saturate(100%) invert(35%) sepia(25%) 
            hue-rotate(180deg) brightness(1.3) contrast(1.4);
    transition: filter 0.3s ease;
}
.uefa-card:hover .team-logo-black {
    filter: brightness(0) saturate(100%) invert(65%) sepia(10%) 
            hue-rotate(0deg) brightness(1.4) contrast(1.1);
    transition: filter 0.3s ease;
}
.uefa-card:hover .team-logo-normal {
    transition: filter 0.3s ease;
}
img.team-logo-white {
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0.3) contrast(2) !important;
}
img.team-logo-black {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0) contrast(100%) !important;
}
.se-scoreboard-header .logo img.team-logo-white,
.se-scoreboard-header .logo img.team-logo-black,
.se-scoreboard-header .logo img.team-logo-normal {
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    border: none !important;
}
.se-scoreboard-header .logo {
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(245,245,245,0.9)) !important;
    border-radius: 12px !important;
    padding: 4px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
div[class*="se-scoreboard"] img.team-logo-white,
.se-scoreboard-header img.team-logo-white,
.se-scoreboard-header .team img.team-logo-white,
.se-scoreboard-header .team .logo img.team-logo-white,
.se-scoreboard-header .team-meta .logo img.team-logo-white {
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0.3) contrast(2), drop-shadow(0 2px 4px rgba(0,0,0,0.3)) !important;
    background: transparent !important;
}
div[class*="se-scoreboard"] img.team-logo-black,
.se-scoreboard-header img.team-logo-black,
.se-scoreboard-header .team img.team-logo-black,
.se-scoreboard-header .team .logo img.team-logo-black,
.se-scoreboard-header .team-meta .logo img.team-logo-black {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0) contrast(100%), drop-shadow(0 2px 4px rgba(0,0,0,0.3)) !important;
    background: transparent !important;
}
div[class*="se-scoreboard"] img.team-logo-normal,
.se-scoreboard-header img.team-logo-normal,
.se-scoreboard-header .team img.team-logo-normal,
.se-scoreboard-header .team .logo img.team-logo-normal,
.se-scoreboard-header .team-meta .logo img.team-logo-normal {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)) !important;
    background: transparent !important;
}
.uefa-crest:has(img) img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    background: transparent !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 2px !important;
}

/* ── Home page channels widget ── */
.ort-ch-btn { border: 1px dashed var(--accent-color, #3b82f6) !important; }
.ort-ch-btn.active { background: var(--accent-color, #3b82f6) !important; color: #fff !important; border-style: solid !important; }
.ort-ch-btn.active .modern-category-name,
.ort-ch-btn.active i { color: #fff !important; }
#ort-channels-panel { animation: ortChFadeIn .18s ease; }
@keyframes ortChFadeIn { from { opacity:0; transform:translateY(-6px); } to { opacity:1; transform:none; } }
.ort-ch-view-all-btn {
    font-size: 12px; font-weight: 600;
    color: var(--accent-color, #3b82f6);
    text-decoration: none;
    display: flex; align-items: center; gap: 5px;
    padding: 5px 12px;
    border: 1px solid var(--accent-color, #3b82f6);
    border-radius: 8px;
    white-space: nowrap;
    transition: background .15s, color .15s;
    margin-left: auto;
}
#ort-channels-panel .se-sport-section { display: block !important; }
.ort-ch-panel-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 20px 24px 24px;
    position: relative;
    overflow: visible;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
#ort-ch-card-host {
    padding-top: 8px;
}
.ort-ch-hdr-icon {
    font-size: 20px;
    color: var(--accent-color, #3b82f6);
    flex-shrink: 0;
    line-height: 1;
}
.ort-ch-hdr-title {
    font-family: 'Formula1-Bold', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-primary, #0f172a);
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
[data-theme="dark"] .ort-ch-hdr-title {
    color: #ffffff;
}
[data-theme="dark"] .ort-ch-panel-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.ort-ch-empty-state { padding: 32px 20px; text-align: center; width: 100%; max-width: 360px; margin: 0 auto; }
.ort-ch-empty-state > i { font-size: 32px; color: #d97706; display: block; margin-bottom: 12px; }
.ort-ch-empty-state strong { display: block; font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--text-primary); }
.ort-ch-empty-state p { font-size: 13px; color: var(--text-secondary); margin-bottom: 0; line-height: 1.5; }
.ort-ch-empty-state a { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: #fff; background: #d97706; padding: 10px 20px; border-radius: 8px; text-decoration: none; margin-top: 16px; transition: background 0.15s; }
.ort-ch-empty-state a:hover { background: #b45309; text-decoration: none; }
.ort-ch-gate-feats { list-style: none; margin: 0 0 4px; padding: 0; text-align: left; display: inline-block; }
.ort-ch-gate-feats li { font-size: 12px; color: var(--text-secondary, #555); padding: 3px 0; display: flex; align-items: center; gap: 7px; }
.ort-ch-gate-feats li i { font-size: 11px; color: var(--accent-color, #3b82f6); width: 14px; text-align: center; flex-shrink: 0; }

.se-banner-area {
    width: 100%;
    margin: 10px 0 20px 0;
    display: flex;
    justify-content: center;
}
.se-banner-container {
    width: 100%;
    text-align: center;
}
.responsive-banner {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}
.responsive-banner:hover {
    transform: scale(1.005);
}
@media (max-width: 768px) {
    .se-banner-area {
        margin: 5px 0 15px 0;
    }
    .responsive-banner {
        border-radius: 8px;
    }
}
