/**
 * Polish & Şık Tasarım İyileştirmeleri
 * Kartlar, butonlar, ikonlar, sayfalar - premium görünüm
 */

/* ===== KARTLAR - Daha derin gölge, yumuşak geçişler ===== */
.card {
    border-radius: 16px !important;
    box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 2px 4px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden;
}

.card:hover {
    box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.05),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.03) !important;
    transform: translateY(-3px) !important;
}

/* Koleksiyon / link kartları */
a.card,
.card[href] {
    text-decoration: none !important;
}

/* Prompt kartları - premium his */
.prompt-card {
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 2px 4px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.prompt-card:hover {
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.06),
        0 16px 32px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.04) !important;
    transform: translateY(-4px) !important;
}

.prompt-card .prompt-thumbnail {
    border-radius: 16px 16px 0 0 !important;
}

.prompt-card .prompt-card-body {
    padding: 1rem 1.25rem !important;
    gap: 0.75rem !important;
}

/* Bento - daha şık */
.bento-item {
    border-radius: 16px !important;
    box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 2px 4px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.bento-item:hover {
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.06),
        0 12px 24px rgba(0, 0, 0, 0.06) !important;
    transform: translateY(-3px) scale(1.01) !important;
}

.bento-icon {
    font-size: 2rem !important;
    opacity: 0.85;
}

/* ===== BUTONLAR - Pill shape, premium his ===== */
.btn {
    border-radius: 10px !important;
    padding: 0.625rem 1.25rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-primary {
    border-radius: 10px !important;
    padding: 0.75rem 1.5rem !important;
    box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.05),
        0 2px 4px rgba(99, 102, 241, 0.2) !important;
}

.btn-primary:hover {
    box-shadow: 
        0 4px 8px rgba(99, 102, 241, 0.25),
        0 8px 16px rgba(99, 102, 241, 0.15) !important;
    transform: translateY(-2px) !important;
}

.btn-outline {
    border-radius: 10px !important;
    padding: 0.75rem 1.5rem !important;
}

.btn-outline:hover {
    transform: translateY(-1px) !important;
}

/* Kopyala butonu - daha belirgin */
.btn-card-copy,
.prompt-content .prompt-card-copy-btn {
    border-radius: 8px !important;
    padding: 0.5rem 0.875rem !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

.btn-card-copy:hover,
.prompt-content .prompt-card-copy-btn:hover {
    transform: scale(1.02) !important;
}

/* ===== KATEGORİ BADGE - daha şık ===== */
.prompt-card-category {
    font-size: 11px !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
}

/* ===== TİPOGRAFİ ===== */
.prompt-title {
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em;
}

.prompt-card-desc {
    font-size: 0.8125rem !important;
    line-height: 1.45 !important;
}

/* ===== NAVBAR - daha yumuşak ===== */
.navbar > .container {
    border-radius: 9999px !important;
    box-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.04),
        0 4px 12px rgba(0, 0, 0, 0.06) !important;
}

/* ===== ARAMA - daha şık input ===== */
.search-input {
    border-radius: 10px !important;
    padding: 0.625rem 1rem 0.625rem 2.5rem !important;
}

/* ===== EMPTY STATE - daha çekici ===== */
.empty-state {
    padding: 3rem 2rem !important;
}

.empty-state-icon {
    font-size: 4rem !important;
    opacity: 0.4;
    margin-bottom: 1rem !important;
}

.empty-state-title {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
}

/* ===== PAGİNASYON ===== */
.pagination .btn,
.pagination a.btn {
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    border-radius: 10px;
    font-weight: 600;
}

/* ===== VIEW TOGGLE ===== */
.view-toggle-btn {
    border-radius: 8px !important;
    padding: 0.5rem 0.75rem !important;
    transition: all 0.2s ease !important;
}

.view-toggle-btn.active {
    background: #6366F1 !important;
    color: white !important;
}

/* ===== INFO BOX ===== */
.info-box {
    border-radius: 14px !important;
    padding: 1.25rem 1.5rem !important;
}

/* ===== FOOTER ===== */
footer a,
.site-footer a {
    transition: color 0.2s ease;
}

footer a:hover,
.site-footer a:hover {
    color: #6366F1 !important;
}

/* Footer sosyal ikonlar - daha şık */
.site-footer a[target="_blank"] {
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
}

.site-footer a[target="_blank"]:hover {
    transform: translateY(-2px) !important;
}

/* ===== PROMPT CARD - Stats badge polish ===== */
.prompt-card-stats-badge {
    transition: opacity 0.2s ease;
}

.prompt-card:hover .prompt-card-stats-badge {
    background: rgba(0,0,0,0.6) !important;
}

/* ===== BREADCRUMB ===== */
nav a.link {
    transition: color 0.2s ease;
}

/* ===== SECTION BAŞLIKLARI ===== */
section h2 {
    letter-spacing: -0.02em;
}
