- {/* Top: genre tag + completion badge */}
-
-
- {displayGenre || "Uncategorized"}
-
- {storyline.sunset && (
-
- complete
-
- )}
-
+ {/* Main card (front cover) */}
+
+ {/* Spine edge — thicker left border */}
+
- {/* Center: title */}
-
-
- {storyline.title}
-
- {storyline.language && storyline.language !== "English" && (
-
- {storyline.language}
+ {/* Top edge — page block thickness */}
+
+
+
+ {/* Top: genre tag + completion badge */}
+
+
+ {displayGenre || "Uncategorized"}
- )}
-
+ {storyline.sunset && (
+
+ complete
+
+ )}
+
- {/* Bottom: author */}
-
-
- {storyline.writer_type === 1 &&
}
+ {/* Center: title */}
+
+
+ {storyline.title}
+
+ {storyline.language && storyline.language !== "English" && (
+
+ {storyline.language}
+
+ )}
+
+
+ {/* Bottom: author */}
+
+
+ {storyline.writer_type === 1 &&
}
+
-
-
+
+