/* SÖZLÜK SAYFALARI */

/* Genel metin renkleri */
.card-title {
    color: #0f1419 !important;
}

.form-label {
    color: #0f1419 !important;
}

.text-primary {
    color: #1da1f2 !important;
}

.text-muted {
    color: #657786 !important;
}

.btn-primary {
    background-color: #1da1f2 !important;
    border-color: #1da1f2 !important;
    color: #ffffff !important;
}

/* Hero section renkleri */
.hero-section .text-white {
    color: #ffffff !important;
}

.hero-section h1 {
    color: #ffffff !important;
}

.hero-section p {
    color: #ffffff !important;
}

.hero-section .lead {
    color: #ffffff !important;
}

.hero-section .stats-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
}

.hero-section .stats-card h3 {
    color: #ffffff !important;
}

.hero-section .stats-card p {
    color: #ffffff !important;
}

.hero-section.bg-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.sozluk-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sozluk-container h1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.sozluk-container h2 {
    color: #0f1419;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #1da1f2;
    padding-bottom: 5px;
}

/* Metin renkleri düzeltmesi */
.sozluk-container .card-title {
    color: #0f1419 !important;
}

.sozluk-container .form-label {
    color: #0f1419 !important;
}

.sozluk-container .nav-link {
    color: #1da1f2 !important;
}

.sozluk-container .nav-link.active {
    color: #ffffff !important;
    background-color: #1da1f2 !important;
}

.sozluk-container .text-primary {
    color: #1da1f2 !important;
}

.sozluk-container .text-muted {
    color: #657786 !important;
}

.sozluk-container .btn-primary {
    background-color: #1da1f2 !important;
    border-color: #1da1f2 !important;
    color: #ffffff !important;
}

/* Harf navigasyonu */
.harf-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.sozluk-container .btn-outline-primary {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid #1da1f2;
    color: #1da1f2;
    background-color: #fff;
}

.sozluk-container .btn-outline-primary:hover {
    background-color: #1da1f2;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(29, 161, 242, 0.3);
}

.sozluk-container .btn-outline-primary.active {
    background-color: #1da1f2;
    color: #fff;
}

/* Kelime öğeleri */
.kelime-item {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sozluk-container .kelime-item:hover {
    background-color: #f8f9fa;
    border-color: #1da1f2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.kelime-item h5 {
    color: #1da1f2;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.kelime-item .anlam {
    color: #657786;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Kelime detay sayfası */
.kelime-detay-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.kelime-detay-container .kelime-baslik {
    color: #1da1f2;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 3px solid #1da1f2;
    padding-bottom: 15px;
}

.kelime-detay-container .anlam-kart {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #1da1f2;
    margin-bottom: 20px;
}

.kelime-detay-container .anlam-kart h4 {
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.kelime-detay-container .anlam-kart p {
    color: #657786;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.sozluk-container .kelime-list {
    margin-top: 20px;
}

.sozluk-container .kelime-list h6 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e8ed;
    padding-bottom: 8px;
}

.sozluk-container .kelime-list ul {
    padding-left: 0;
    list-style: none;
}

.sozluk-container .kelime-list li {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #1da1f2;
    transition: background-color 0.3s ease;
}

.sozluk-container .kelime-list li:hover {
    background-color: #e8f5fd;
}

.sozluk-container .kelime-list li a {
    color: #1da1f2;
    text-decoration: none;
    font-weight: 500;
}

.sozluk-container .kelime-list li a:hover {
    color: #1991db;
    text-decoration: underline;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .sozluk-container,
    .kelime-detay-container {
        margin: 10px;
        padding: 15px;
    }
    
    .sozluk-container .btn-outline-primary {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .kelime-detay-container .kelime-baslik {
        font-size: 2rem;
    }
}

/* Boş liste mesajı */
.empty-message {
    text-align: center;
    padding: 40px 20px;
    color: #657786;
    font-size: 1.2rem;
    background-color: #f8f9fa;
    border-radius: 10px;
    margin: 20px 0;
}

.empty-message i {
    font-size: 3rem;
    color: #1da1f2;
    margin-bottom: 15px;
    display: block;
}