:root { --bg-dark: #011730; --row-bg: #0b223d; --row-hover: #113052; --text-main: #ffffff; --text-muted: #8fa0b3; --accent: #00d2ff; --border-color: rgba(255, 255, 255, 0.05); }
body { background-color: var(--bg-dark); color: var(--text-main); font-family: 'Roboto', sans-serif; margin: 0; padding: 0; }
.navbar { background-color: #011730; border-bottom: 1px solid var(--border-color); padding: 15px 20px; }
.nav-content { max-width: 900px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.nav-brand { font-size: 24px; font-weight: 700; color: var(--text-main); text-decoration: none; display: flex; align-items: center; gap: 10px; letter-spacing: 1px; }
.nav-brand i { color: var(--accent); } .nav-brand span { color: var(--accent); font-weight: 400; }
.menu-toggle { display: none; background: none; border: none; color: var(--text-main); font-size: 22px; cursor: pointer; padding: 5px; }
.nav-links { display: flex; gap: 20px; align-items: center; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: 15px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--accent); }

.player-wrapper { max-width: 900px; margin: 30px auto 10px; padding: 0 10px; }
.video-container { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.5); border: 1px solid var(--border-color); }
.video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.error-msg { text-align: center; padding: 50px; background: var(--row-bg); border-radius: 12px; margin-top: 20px; }

.container { max-width: 900px; margin: 30px auto 50px; padding: 0 10px; }
.search-container-attached { background-color: #0d2847; padding: 15px; border: 1px solid var(--border-color); border-bottom: 1px solid rgba(255,255,255,0.1); border-radius: 8px 8px 0 0; display: flex; align-items: center; gap: 12px; }
.search-container-attached i { color: var(--text-muted); font-size: 16px; }
.search-box-attached { flex: 1; background: transparent; border: none; color: white; font-size: 15px; outline: none; font-family: 'Roboto', sans-serif; }
.search-box-attached::placeholder { color: var(--text-muted); }

.matches-content { display: flex; flex-direction: column; background-color: var(--row-bg); border-radius: 0 0 8px 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.3); border: 1px solid var(--border-color); border-top: none; }
.livescore-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; border-bottom: 1px solid var(--border-color); text-decoration: none; color: var(--text-main); transition: background 0.2s ease; }
.livescore-row:last-child { border-bottom: none; } .livescore-row:hover { background-color: var(--row-hover); }
.ls-info { width: 140px; display: flex; flex-direction: column; flex-shrink: 0; border-right: 1px solid rgba(255,255,255,0.05); padding-right: 15px; }
.ls-time { font-size: 14px; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 5px; }
.ls-sport { font-size: 11px; font-weight: 700; color: var(--accent); margin-top: 5px; text-transform: uppercase; letter-spacing: 0.5px; }
.ls-league { font-size: 11px; color: var(--text-muted); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ls-teams { flex-grow: 1; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 0 15px; }
.ls-team { display: flex; align-items: center; gap: 10px; width: 45%; } .ls-team.home { justify-content: flex-end; text-align: right; } .ls-team.away { justify-content: flex-start; text-align: left; }
.ls-name { font-size: 14px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.livescore-row img { width: 24px; height: 24px; object-fit: contain; border-radius: 50%; }
.ls-vs { font-size: 13px; font-weight: 700; color: var(--text-muted); background: rgba(0,0,0,0.3); padding: 3px 8px; border-radius: 4px; flex-shrink: 0; }
.footer { text-align: center; padding: 25px 20px; margin-top: 40px; border-top: 1px solid var(--border-color); color: var(--text-muted); font-size: 13px; }

@media (max-width: 650px) {
    .menu-toggle { display: block; } .nav-links { display: none; width: 100%; flex-direction: column; gap: 15px; padding-top: 15px; margin-top: 15px; border-top: 1px solid var(--border-color); }
    .nav-links.active { display: flex; } 
    .ls-info { width: 110px; } 
    .ls-name { font-size: 13px; } .ls-teams { gap: 8px; padding: 0 5px; }
}
@media (max-width: 480px) { .ls-team.home { flex-direction: column-reverse; gap: 2px; } .ls-team.away { flex-direction: column; gap: 2px; } .ls-name { font-size: 11px; white-space: normal; text-align: center; } }
.no-results { text-align: center; padding: 30px; color: var(--text-muted); display: none; } .hidden-scrap-data { display: none; }
/* --- SEO BLOG METNİ TASARIMI --- */
.seo-text-container {
    background-color: var(--row-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 30px;
    margin-top: 40px;
    color: var(--text-muted);
    line-height: 1.7;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.seo-text-container h2 {
    color: var(--text-main);
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 10px;
}
.seo-text-container h3 {
    color: var(--text-main);
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.seo-text-container p {
    margin-bottom: 15px;
}
.seo-text-container strong {
    color: var(--accent);
    font-weight: 700;
}

/* --- FOOTER VƏ YASAL XƏBƏRDARLIQ TASARIMI --- */
.footer-copy {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-main);
    margin-bottom: 15px;
}
.footer-disclaimer {
    max-width: 850px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.6;
    color: rgba(148, 163, 184, 0.6);
    text-align: justify;
}
@media (max-width: 650px) {
    .footer-disclaimer {
        text-align: center;
    }
}

/* --- İLETİŞİM SAYFASI TASARIMI --- */
.contact-box {
    background-color: var(--row-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 40px;
    margin: 50px auto;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.contact-box i {
    font-size: 50px;
    color: var(--accent);
    margin-bottom: 20px;
}
.contact-box h1 {
    color: var(--text-main);
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}
.contact-box p {
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 25px;
}
.contact-email {
    display: inline-block;
    background: rgba(0, 210, 255, 0.1);
    color: var(--accent);
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(0, 210, 255, 0.2);
    transition: all 0.3s ease;
}
.contact-email:hover {
    background: var(--accent);
    color: #000;
    transform: translateY(-2px);
}

/* --- XƏTA (404 ERROR) SƏHİFƏSİ TASARIMI --- */
.error-box {
    background-color: var(--row-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 60px 30px;
    margin: 50px auto;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.error-code {
    font-size: 90px;
    font-weight: 700;
    color: var(--accent);
    margin: 0;
    line-height: 1;
    text-shadow: 0 0 20px rgba(0, 210, 255, 0.3);
}
.error-box h1 {
    color: var(--text-main);
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.error-box p {
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 35px;
}
.btn-home {
    display: inline-block;
    background: var(--accent);
    color: #000;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-home:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,255,255,0.2);
}
