* {
margin: 0;
padding: 0;
box-sizing: border-box;
max-width: 100% !important;
}
html {
font-size: 100%;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
width: 100% !important;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
background: #0a0a0a;
color: white;
line-height: 1.5;
overflow-x: hidden !important;
width: 100% !important;
min-height: 100vh;
position: relative;
} .site-wrapper {
width: 100% !important;
overflow-x: hidden !important;
position: relative;
} .container {
width: 100% !important;
max-width: 100% !important;
padding-left: 12px !important;
padding-right: 12px !important;
margin-left: auto;
margin-right: auto;
overflow-x: hidden !important;
} .top-header {
background: #000000;
padding: 8px 0;
border-bottom: 1px solid #333;
position: sticky;
top: 0;
z-index: 1000;
width: 100% !important;
}
.top-header .container {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: nowrap;
gap: 8px;
padding-left: 12px !important;
padding-right: 12px !important;
}
.site-logo {
flex-shrink: 0;
}
.site-logo a {
display: flex;
align-items: center;
text-decoration: none;
gap: 6px;
}
.logo-box {
width: 32px;
height: 32px;
background: #e10600;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: bold;
font-size: 16px;
flex-shrink: 0;
}
.logo-text {
font-size: 16px;
font-weight: 700;
color: white;
white-space: nowrap;
}
.logo-text span {
color: #e10600;
}
.live-indicator {
color: #e10600;
font-weight: 700;
font-size: 12px;
white-space: nowrap;
animation: pulse 2s infinite;
} .main-header {
background: #1a1a1a;
border-bottom: 1px solid #333;
width: 100% !important;
}
.main-nav {
display: flex;
flex-direction: row;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
}
.main-nav::-webkit-scrollbar {
display: none;
}
.menu-links {
display: flex;
flex-direction: row;
width: 100%;
background: #1a1a1a;
white-space: nowrap;
padding: 0 5px;
}
.menu-links a {
display: inline-block;
color: white;
text-decoration: none;
padding: 10px 12px;
font-size: 13px;
font-weight: 500;
border-right: 1px solid #333;
flex-shrink: 0;
}
.menu-links a:last-child {
border-right: none;
}
.menu-links a:hover,
.menu-links a.active {
color: #e10600;
} .page-title-bar {
background: #252525;
padding: 10px 0;
border-bottom: 1px solid #333;
width: 100% !important;
font-size: 13px !important;
}
.page-title-bar .container {
color: white;
font-size: 13px;
padding-left: 12px !important;
padding-right: 12px !important;
}
.page-title-bar a {
color: #e10600;
text-decoration: none;
font-size: 13px;
} .hero-section {
text-align: center;
padding: 15px 10px;
background: linear-gradient(135deg, #1a1a1a 0%, #2a1a1a 100%);
margin: 12px 0;
border-radius: 6px;
width: 100% !important;
}
.hero-section h1 {
color: #e10600;
font-size: 1.3rem;
margin-bottom: 8px;
line-height: 1.3;
word-wrap: break-word;
padding: 0 5px;
}
.hero-section p {
color: #cccccc;
font-size: 0.85rem;
line-height: 1.4;
margin-bottom: 8px;
padding: 0 5px;
}
.hero-section .time-info {
color: #888;
font-size: 0.75rem;
padding: 0 5px;
}
.hero-badge {
background: #e10600;
color: white;
padding: 6px 12px;
border-radius: 4px;
font-weight: bold;
font-size: 12px;
display: inline-block;
margin-top: 8px;
} .matches-list {
width: 100% !important;
overflow-x: hidden !important;
margin: 12px 0;
}
.matches-list h2 {
color: #e10600;
text-align: center;
margin-bottom: 12px;
padding-bottom: 8px;
border-bottom: 2px solid #333;
font-size: 1.1rem;
padding: 0 5px;
} .matches-table {
background: #1a1a1a;
border-radius: 6px;
overflow: hidden;
width: 100% !important;
border: 1px solid #333;
} .matches-table > div:first-child {
display: flex;
background: #e10600;
color: white;
font-weight: bold;
padding: 10px 12px;
font-size: 12px;
}
.matches-table > div:first-child > div:first-child {
width: 55px;
text-align: center;
flex-shrink: 0;
padding: 0;
}
.matches-table > div:first-child > div:last-child {
flex: 1;
padding-left: 8px;
padding: 0;
} .match-row {
display: flex;
align-items: flex-start;
padding: 10px 12px;
border-bottom: 1px solid #333;
background: #1a1a1a;
}
.match-row:nth-child(even) {
background: #222222;
}
.match-row:last-child {
border-bottom: none;
} .match-row > div:first-child {
width: 55px;
flex-shrink: 0;
color: #e10600;
font-weight: bold;
font-size: 0.9rem;
text-align: center;
padding-top: 2px;
padding: 0;
} .match-row > div:last-child {
flex: 1;
padding-left: 8px;
min-width: 0;
padding: 0;
}
.match-row a {
color: white;
text-decoration: none;
font-size: 0.9rem;
display: block;
margin-bottom: 4px;
line-height: 1.3;
word-wrap: break-word;
}
.match-row a:hover {
color: #e10600;
}
.match-row div div {
color: #888;
font-size: 0.75rem;
line-height: 1.3;
}
.match-row div div span {
display: inline-block;
margin-right: 5px;
white-space: nowrap;
} .no-matches {
text-align: center;
padding: 20px 15px;
background: #1a1a1a;
border-radius: 8px;
border: 1px solid #333;
margin: 15px 0;
}
.no-matches h3 {
color: #ccc;
margin-bottom: 8px;
font-size: 1rem;
}
.no-matches p {
color: #888;
font-size: 0.85rem;
} .today-count {
text-align: center;
margin-top: 12px;
color: #e10600;
font-size: 0.85rem;
padding: 6px 12px;
background: rgba(225, 6, 0, 0.1);
border-radius: 4px;
display: inline-block;
} .yesterday-section {
margin: 15px 0;
}
.yesterday-section details {
background: #1a1a1a;
border-radius: 6px;
overflow: hidden;
width: 100% !important;
}
.yesterday-section summary {
padding: 10px 12px;
background: #333;
color: #ccc;
cursor: pointer;
font-size: 0.9rem;
list-style: none;
position: relative;
display: block;
}
.yesterday-section summary::-webkit-details-marker {
display: none;
}
.yesterday-section summary::after {
content: '▼';
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%);
font-size: 0.7rem;
}
.yesterday-section details[open] summary::after {
transform: translateY(-50%) rotate(180deg);
}
.yesterday-row {
background: #252525 !important;
}
.yesterday-row > div:first-child {
color: #888 !important;
}
.yesterday-row a {
color: #ccc !important;
}
.yesterday-row div div {
color: #666 !important;
} .sports-categories {
margin: 20px 0;
width: 100% !important;
padding: 0 5px;
}
.sports-categories h2 {
color: #e10600;
text-align: center;
margin-bottom: 12px;
font-size: 1.1rem;
}
.categories-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
width: 100% !important;
}
.category-card {
background: #1a1a1a;
padding: 12px 10px;
border-radius: 6px;
text-decoration: none;
text-align: center;
border-left: 3px solid #e10600;
display: block;
}
.category-card:nth-child(2) {
border-left-color: #0066cc;
}
.category-card:nth-child(3) {
border-left-color: #ffcc00;
}
.category-card:nth-child(4) {
border-left-color: #00cc66;
}
.category-icon {
font-size: 1.5rem;
margin-bottom: 6px;
display: block;
}
.category-name {
font-weight: bold;
font-size: 0.9rem;
margin-bottom: 4px;
color: white;
}
.category-card:nth-child(1) .category-name { color: #e10600; }
.category-card:nth-child(2) .category-name { color: #0066cc; }
.category-card:nth-child(3) .category-name { color: #ffcc00; }
.category-card:nth-child(4) .category-name { color: #00cc66; }
.category-desc {
color: #888;
font-size: 0.75rem;
} .seo-content {
background: #1a1a1a;
padding: 15px;
border-radius: 8px;
margin: 20px 0;
border: 1px solid #333;
width: 100% !important;
}
.seo-content h2 {
color: #e10600;
font-size: 1.1rem;
margin-bottom: 12px;
}
.seo-content h3 {
color: #e10600;
font-size: 1rem;
margin-bottom: 8px;
}
.seo-content p {
color: #cccccc;
font-size: 0.85rem;
line-height: 1.4;
margin-bottom: 12px;
}
.seo-content ul {
color: #cccccc;
margin-left: 18px;
margin-bottom: 12px;
}
.seo-content li {
margin-bottom: 6px;
font-size: 0.85rem;
} .links-section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 8px;
padding: 15px;
margin: 20px 0;
color: white;
width: 100% !important;
}
.links-section h3 {
color: white;
font-size: 1.1rem;
text-align: center;
margin-bottom: 12px;
}
.links-grid {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
}
.link-box {
background: rgba(255, 255, 255, 0.1);
border-radius: 6px;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.link-box a {
display: flex;
align-items: center;
padding: 10px 12px;
color: white;
text-decoration: none;
font-weight: 500;
font-size: 0.85rem;
}
.link-icon {
font-size: 16px;
margin-right: 8px;
flex-shrink: 0;
}
.link-text {
font-size: 0.85rem;
flex: 1;
} .pagination {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 6px;
margin: 20px 0;
}
.pagination a,
.pagination span {
display: inline-block;
padding: 6px 10px;
background: #1a1a1a;
color: white;
text-decoration: none;
border-radius: 4px;
font-size: 0.85rem;
min-width: 35px;
text-align: center;
}
.pagination a:hover {
background: #e10600;
}
.pagination .current {
background: #e10600;
color: white;
} .site-footer {
background: #1a1a1a;
border-top: 1px solid #333;
padding: 15px 12px;
margin-top: 25px;
text-align: center;
width: 100% !important;
font-size: 0.85rem;
}
.site-footer p {
color: #888;
font-size: 0.85rem;
line-height: 1.4;
} @keyframes pulse {
0% { opacity: 1; }
50% { opacity: 0.6; }
100% { opacity: 1; }
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(8px); }
to { opacity: 1; transform: translateY(0); }
}
.match-row {
animation: fadeIn 0.3s ease;
}  @media (min-width: 576px) {
.container {
max-width: 540px;
padding-left: 15px !important;
padding-right: 15px !important;
}
.hero-section {
padding: 20px 15px;
}
.hero-section h1 {
font-size: 1.5rem;
}
.hero-section p {
font-size: 0.9rem;
}
.matches-list h2 {
font-size: 1.2rem;
}
.match-row a {
font-size: 0.95rem;
}
.match-row div div {
font-size: 0.8rem;
}
.categories-grid {
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
} @media (min-width: 768px) {
.container {
max-width: 720px;
padding-left: 20px !important;
padding-right: 20px !important;
} .menu-links a {
padding: 12px 15px;
font-size: 14px;
} .hero-section {
padding: 25px 20px;
}
.hero-section h1 {
font-size: 1.8rem;
}
.hero-section p {
font-size: 1rem;
} .match-row {
padding: 12px 15px;
}
.match-row > div:first-child {
width: 65px;
font-size: 1rem;
}
.match-row a {
font-size: 1rem;
}
.matches-table > div:first-child {
font-size: 13px;
padding: 12px 15px;
}
.matches-table > div:first-child > div:first-child {
width: 65px;
} .categories-grid {
grid-template-columns: repeat(4, 1fr);
}
.category-card {
padding: 15px;
}
.category-icon {
font-size: 1.8rem;
}
.category-name {
font-size: 1rem;
}
} @media (min-width: 992px) {
.container {
max-width: 960px;
padding-left: 25px !important;
padding-right: 25px !important;
}
.hero-section {
padding: 30px 25px;
}
.hero-section h1 {
font-size: 2.2rem;
}
.hero-section p {
font-size: 1.1rem;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.match-row > div:first-child {
width: 80px;
font-size: 1.1rem;
}
.match-row a {
font-size: 1.1rem;
}
.links-grid {
grid-template-columns: repeat(3, 1fr);
}
} @media (min-width: 1200px) {
.container {
max-width: 1140px;
padding-left: 30px !important;
padding-right: 30px !important;
}
.match-row > div:first-child {
width: 90px;
font-size: 1.2rem;
}
} .text-center { text-align: center; }
.text-red { color: #e10600; }
.bg-dark { background: #1a1a1a; }
.mb-12 { margin-bottom: 12px; }
.mt-12 { margin-top: 12px; }
.w-100 { width: 100% !important; } @media print {
.top-header,
.main-header,
.menu-toggle,
.hero-badge,
.live-indicator,
.links-section,
.site-footer {
display: none !important;
}
body {
background: white !important;
color: black !important;
}
.match-row {
border-bottom: 1px solid #ccc !important;
background: white !important;
}
.match-row a {
color: black !important;
}
}  .container * {
max-width: 100% !important;
box-sizing: border-box !important;
}
img, table, iframe, video {
max-width: 100% !important;
height: auto !important;
} @media screen and (max-width: 767px) {
.container > * {
width: 100% !important;
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 12px !important;
padding-right: 12px !important;
}
[style*="width"] {
width: 100% !important;
max-width: 100% !important;
}
[style*="max-width"] {
max-width: 100% !important;
}
[style*="font-size"] {
font-size: inherit !important;
} .match-row > div:first-child[style*="font-size"] {
font-size: 0.9rem !important;
}
.match-row a[style*="font-size"] {
font-size: 0.9rem !important;
}
.match-row div div[style*="font-size"] {
font-size: 0.75rem !important;
}
} @media screen and (max-width: 360px) {
.hero-section h1 {
font-size: 1.2rem !important;
}
.match-row a {
font-size: 0.85rem !important;
}
.match-row > div:first-child {
font-size: 0.85rem !important;
width: 50px !important;
}
.match-row div div {
font-size: 0.7rem !important;
}
.menu-links a {
padding: 8px 10px;
font-size: 12px;
}
}