/* Style rules for The Gospel Archive portal */
.gospel-archive-container {
    background-color: #0b0f19;
    color: #f8fafc;
    font-family: 'Inter', sans-serif;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #1e293b;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    max-width: 1400px;
    margin: 0 auto;
}

.gospel-nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #1e293b;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.gospel-nav-bar h2 {
    color: #d97706; /* Gold Accents */
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}

.gospel-user-status {
    color: #94a3b8;
    font-weight: 500;
}

.gospel-btn-mini {
    background-color: #6366f1;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    margin-left: 10px;
}

.gospel-btn-mini:hover {
    background-color: #4f46e5;
}

.gospel-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1.8fr 1fr;
    gap: 24px;
}

@media (max-width: 1024px) {
    .gospel-grid-layout {
        grid-template-columns: 1fr;
    }
}

.gospel-panel-card {
    background-color: #111827;
    border: 1px solid #1f2937;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.gospel-panel-card h3 {
    font-family: 'Montserrat', sans-serif;
    color: #f3f4f6;
    margin-top: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #374151;
    padding-bottom: 8px;
    font-size: 1.25rem;
}

.gospel-form input[type="text"],
.gospel-form input[type="email"],
.gospel-form input[type="password"],
.gospel-form select,
.gospel-form textarea {
    width: 100%;
    background-color: #1f2937;
    border: 1px solid #374151;
    color: #f3f4f6;
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.gospel-form input:focus,
.gospel-form select:focus,
.gospel-form textarea:focus {
    outline: none;
    border-color: #d97706; /* Gold Focus */
}

.form-double-col {
    display: flex;
    gap: 12px;
}

.gospel-btn-primary {
    background-color: #6366f1;
    color: #ffffff;
    width: 100%;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gospel-btn-primary:hover {
    background-color: #4f46e5;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #9ca3af;
    margin-bottom: 16px;
}

.gospel-drag-drop-zone {
    border: 2px dashed #4b5563;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    margin-bottom: 16px;
    cursor: pointer;
    background-color: #1f2937;
    transition: border-color 0.2s;
}

.gospel-drag-drop-zone:hover {
    border-color: #d97706;
}

.gospel-drag-drop-zone .dashicons {
    font-size: 40px;
    height: 40px;
    width: 40px;
    color: #9ca3af;
    margin-bottom: 10px;
}

.file-limits {
    display: block;
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 4px;
}

.gospel-ai-assistant-preview {
    background-color: #1e1b4b;
    border: 1px solid #312e81;
    padding: 16px;
    border-radius: 6px;
    margin-top: 20px;
}

.gospel-ai-assistant-preview h4 {
    color: #a5b4fc;
    margin-top: 0;
    font-size: 0.95rem;
}

.ai-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    font-size: 0.85rem;
    color: #c7d2fe;
}

.search-archive-widget form {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.search-archive-widget input {
    flex-grow: 1;
    background-color: #1f2937;
    border: 1px solid #374151;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
}

.gospel-btn-search {
    background-color: #d97706;
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
}

.filter-quick-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.filter-quick-links li {
    padding: 8px;
    border-bottom: 1px solid #1f2937;
    font-size: 0.9rem;
    cursor: pointer;
    color: #9ca3af;
}

.filter-quick-links li:hover {
    color: #d97706;
    background-color: #1f2937;
}

.mini-app-widget {
    background-color: #1f2937;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
}

.mini-bible-frame {
    width: 100%;
    height: 180px;
    border: none;
    border-radius: 4px;
}

.locked-upload-overlay {
    text-align: center;
    padding: 60px 20px;
    color: #9ca3af;
}

.locked-upload-overlay .dashicons {
    font-size: 48px;
    height: 48px;
    width: 48px;
    color: #4b5563;
    margin-bottom: 12px;
}
