/* GOTICTEAM SAAS - Library Styles */

.goticteam-library {
    direction: rtl;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

.goticteam-library h2 {
    font-size: 22px;
    color: #1e293b;
    margin-bottom: 20px;
}

/* بطاقة الاشتراك */
.goticteam-subscription-card {
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    color: white;
    padding: 20px 24px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.goticteam-subscription-card h3 {
    color: white;
    margin: 0 0 12px;
    font-size: 16px;
}

.sub-stats {
    display: flex;
    gap: 24px;
    font-size: 14px;
}

.sub-stats strong {
    font-size: 18px;
    display: block;
}

/* شبكة الكتب */
.goticteam-books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.goticteam-book-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.goticteam-book-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.goticteam-book-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.goticteam-book-cover {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}

.goticteam-book-info {
    padding: 14px;
}

.goticteam-book-info h4 {
    margin: 0 0 6px;
    font-size: 14px;
    color: #1e293b;
    line-height: 1.4;
}

.book-date {
    font-size: 12px;
    color: #9ca3af;
    margin: 0 0 12px;
}

.book-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.goticteam-read-btn {
    background: #6366f1 !important;
    color: white !important;
    border-color: #6366f1 !important;
    font-size: 12px !important;
    padding: 4px 10px !important;
}

.goticteam-dl-btn {
    background: #10b981 !important;
    color: white !important;
    border-color: #10b981 !important;
    font-size: 12px !important;
    padding: 4px 10px !important;
}

/* حالة فارغة */
.goticteam-empty {
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
}

.goticteam-empty p {
    font-size: 18px;
    margin-bottom: 16px;
}
